View difference between Paste ID: pnBdjvXN and nepve73r
SHOW: | | - or go back to the newest paste.
1
local player = game.Players.LocalPlayer
2
local char = player.Character
3
local mouse = player:GetMouse()
4
local camera = game.Workspace.CurrentCamera
5
local epressed = false
6
local qpressed = false
7
local hpressed = false
8
local gpressed = false
9
local wpressed = false
10
local wpressed2 = false
11
local apressed = false
12
local spressed = false
13
local dpressed = false
14
local engineon = false
15
local mousedown = false
16
local firing = false
17
local firing2 = false
18
local criticalhit = false
19
local bombfiring = false
20
local rotateangle = 0
21
local rotateangle2 = 0
22
local propellerangle = 0
23
local propellerhp = 100
24
local planeangle = 0
25
local accel = 0
26
function weld(p0,p1,c0)
27
        local w=Instance.new("Weld",p0)
28
        w.Part0=p0
29
        w.Part1=p1
30
        w.C0=c0
31
        return w
32
end
33
34
local matteoplane = Instance.new("Model", workspace)
35
matteoplane.Name = "MatteoPlane"
36
37
part = Instance.new("Part", matteoplane)
38
part.Velocity = Vector3.new(-0.031, 0.004, 0.002)
39
part.FormFactor = Enum.FormFactor.Plate
40
part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
41
part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
42
part.RotVelocity = Vector3.new(0.001, 0.001, 0)
43
part.Material = Enum.Material.Metal
44
part.Size = Vector3.new(1, 5.6, 1)
45
part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
46
part.CFrame = CFrame.new(-10.405, 8.084, -65.376)* CFrame.Angles(3.1403684616089, -1.5648361444473, -0.12299364805222)
47
part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
48
part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
49
part.BrickColor = BrickColor.new("Dark stone grey")
50
part.Friction = 0.3
51
part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
52
53
aircraftgun = Instance.new("Model", matteoplane)
54
aircraftgun.Name = "AircraftGun"
55
56
handle = Instance.new("Part", aircraftgun)
57
handle.FormFactor = Enum.FormFactor.Plate
58
handle.FrontParamB = 0
59
handle.CanCollide = false
60
handle.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
61
handle.Transparency = 1
62
handle.TopSurface = Enum.SurfaceType.SmoothNoOutlines
63
handle.TopParamA = 0
64
handle.FrontParamA = 0
65
handle.TopParamB = 0
66
handle.Anchored = false
67
handle.Material = Enum.Material.Metal
68
handle.Size = Vector3.new(1, 0.4, 1)
69
handle.Name = "Handle"
70
handle.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
71
handle.CFrame = CFrame.new(-25.652, 11.67, -63.455)* CFrame.Angles(1.4901162970204e-008, 0, -0)
72
handle.RightSurface = Enum.SurfaceType.SmoothNoOutlines
73
handle.BackSurface = Enum.SurfaceType.SmoothNoOutlines
74
handle.BrickColor = BrickColor.new("Dark stone grey")
75
handle.Friction = 0.3
76
handle.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
77
78
 part_2 = Instance.new("Part", aircraftgun)
79
part_2.FormFactor = Enum.FormFactor.Symmetric
80
part_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
81
part_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
82
part_2.Reflectance = 0.05
83
part_2.Anchored = false
84
part_2.Material = Enum.Material.Wood
85
part_2.Size = Vector3.new(1, 1, 1)
86
part_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
87
part_2.CFrame = CFrame.new(-25.652, 11.35, -63.44)* CFrame.Angles(-0.20000001788139, 0, 1.5707963705063)
88
part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
89
part_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
90
part_2.BrickColor = BrickColor.new("Pine Cone")
91
part_2.Friction = 0.3
92
part_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
93
94
 mesh = Instance.new("CylinderMesh", part_2)
95
mesh.Scale = Vector3.new(0.133, 0.2, 0.133)
96
97
 part_3 = Instance.new("Part", aircraftgun)
98
part_3.FormFactor = Enum.FormFactor.Symmetric
99
part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
100
part_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
101
part_3.Reflectance = 0.05
102
part_3.Anchored = false
103
part_3.Material = Enum.Material.Wood
104
part_3.Size = Vector3.new(1, 1, 1)
105
part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
106
part_3.CFrame = CFrame.new(-25.652, 11.547, -63.309)* CFrame.Angles(-0.20000000298023, 0, -0)
107
part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
108
part_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
109
part_3.BrickColor = BrickColor.new("Pine Cone")
110
part_3.Friction = 0.3
111
part_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
112
113
 mesh_2 = Instance.new("BlockMesh", part_3)
114
mesh_2.Scale = Vector3.new(0.2, 0.467, 0.333)
115
116
 part_4 = Instance.new("Part", aircraftgun)
117
part_4.FormFactor = Enum.FormFactor.Symmetric
118
part_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
119
part_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
120
part_4.Reflectance = 0.05
121
part_4.Anchored = false
122
part_4.Material = Enum.Material.Metal
123
part_4.Size = Vector3.new(1, 1, 1)
124
part_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
125
part_4.CFrame = CFrame.new(-25.952, 12.07, -63.788)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
126
part_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
127
part_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
128
part_4.Friction = 0.3
129
part_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
130
131
 mesh_3 = Instance.new("CylinderMesh", part_4)
132
mesh_3.Scale = Vector3.new(0.133, 0.267, 0.067)
133
134
 part_5 = Instance.new("Part", aircraftgun)
135
part_5.FormFactor = Enum.FormFactor.Symmetric
136
part_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
137
part_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
138
part_5.Reflectance = 0.05
139
part_5.Anchored = false
140
part_5.Material = Enum.Material.Metal
141
part_5.Size = Vector3.new(1, 1, 1)
142
part_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
143
part_5.CFrame = CFrame.new(-25.652, 11.937, -64.255)* CFrame.Angles(-0, 0, 1.5707963705063)
144
part_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
145
part_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
146
part_5.BrickColor = BrickColor.new("Dark stone grey")
147
part_5.Friction = 0.3
148
part_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
149
150
 mesh_4 = Instance.new("CylinderMesh", part_5)
151
mesh_4.Scale = Vector3.new(0.267, 0.2, 0.267)
152
153
 part_6 = Instance.new("Part", aircraftgun)
154
part_6.FormFactor = Enum.FormFactor.Symmetric
155
part_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
156
part_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
157
part_6.Reflectance = 0.05
158
part_6.Anchored = false
159
part_6.Material = Enum.Material.Metal
160
part_6.Size = Vector3.new(1, 1, 1)
161
part_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
162
part_6.CFrame = CFrame.new(-25.652, 11.903, -63.688)* CFrame.Angles(-1.5707963705063, 0, -0)
163
part_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
164
part_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
165
part_6.BrickColor = BrickColor.new("Dark stone grey")
166
part_6.Friction = 0.3
167
part_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
168
169
 mesh_5 = Instance.new("SpecialMesh", part_6)
170
mesh_5.Scale = Vector3.new(0.067, 0.067, 0.067)
171
mesh_5.MeshType = Enum.MeshType.Wedge
172
173
 part_7 = Instance.new("Part", aircraftgun)
174
part_7.FormFactor = Enum.FormFactor.Symmetric
175
part_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
176
part_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
177
part_7.Reflectance = 0.05
178
part_7.Anchored = false
179
part_7.Material = Enum.Material.Metal
180
part_7.Size = Vector3.new(1, 1, 1)
181
part_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
182
part_7.CFrame = CFrame.new(-25.652, 11.77, -63.688)
183
part_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
184
part_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
185
part_7.BrickColor = BrickColor.new("Dark stone grey")
186
part_7.Friction = 0.3
187
part_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
188
189
 mesh_6 = Instance.new("SpecialMesh", part_7)
190
mesh_6.Scale = Vector3.new(0.067, 0.067, 0.067)
191
mesh_6.MeshType = Enum.MeshType.Wedge
192
193
 part_8 = Instance.new("Part", aircraftgun)
194
part_8.FormFactor = Enum.FormFactor.Symmetric
195
part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
196
part_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
197
part_8.Reflectance = 0.05
198
part_8.Anchored = false
199
part_8.Material = Enum.Material.Metal
200
part_8.Size = Vector3.new(1, 1, 1)
201
part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
202
part_8.CFrame = CFrame.new(-25.652, 11.97, -63.988)* CFrame.Angles(-1.5707963705063, 0, -0)
203
part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
204
part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
205
part_8.BrickColor = BrickColor.new("Dark stone grey")
206
part_8.Friction = 0.3
207
part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
208
209
 mesh_7 = Instance.new("SpecialMesh", part_8)
210
mesh_7.Scale = Vector3.new(0.2, 0.133, 0.067)
211
mesh_7.MeshType = Enum.MeshType.Wedge
212
213
 part_9 = Instance.new("Part", aircraftgun)
214
part_9.FormFactor = Enum.FormFactor.Symmetric
215
part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
216
part_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
217
part_9.Reflectance = 0.05
218
part_9.Anchored = false
219
part_9.Material = Enum.Material.Metal
220
part_9.Size = Vector3.new(1, 1, 1)
221
part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
222
part_9.CFrame = CFrame.new(-25.652, 11.837, -63.622)
223
part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
224
part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
225
part_9.BrickColor = BrickColor.new("Dark stone grey")
226
part_9.Friction = 0.3
227
part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
228
229
 mesh_8 = Instance.new("BlockMesh", part_9)
230
mesh_8.Scale = Vector3.new(0.067, 0.067, 0.067)
231
232
 part_10 = Instance.new("Part", aircraftgun)
233
part_10.FormFactor = Enum.FormFactor.Symmetric
234
part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
235
part_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
236
part_10.Reflectance = 0.05
237
part_10.Anchored = false
238
part_10.Material = Enum.Material.Metal
239
part_10.Size = Vector3.new(1, 1, 1)
240
part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
241
part_10.CFrame = CFrame.new(-25.652, 11.903, -63.822)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
242
part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
243
part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
244
part_10.BrickColor = BrickColor.new("Dark stone grey")
245
part_10.Friction = 0.3
246
part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
247
248
 mesh_9 = Instance.new("SpecialMesh", part_10)
249
mesh_9.Scale = Vector3.new(0.2, 0.067, 0.067)
250
mesh_9.MeshType = Enum.MeshType.Wedge
251
252
 part_11 = Instance.new("Part", aircraftgun)
253
part_11.FormFactor = Enum.FormFactor.Symmetric
254
part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
255
part_11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
256
part_11.Reflectance = 0.05
257
part_11.Anchored = false
258
part_11.Material = Enum.Material.Metal
259
part_11.Size = Vector3.new(1, 1, 1)
260
part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
261
part_11.CFrame = CFrame.new(-25.652, 11.837, -63.655)* CFrame.Angles(0, 1.5707963705063, 0)
262
part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
263
part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
264
part_11.BrickColor = BrickColor.new("Dark stone grey")
265
part_11.Friction = 0.3
266
part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
267
268
 mesh_10 = Instance.new("SpecialMesh", part_11)
269
mesh_10.Scale = Vector3.new(0.367, 0.267, 1.25)
270
mesh_10.MeshId = "http://www.roblox.com/asset/?id=3270017"
271
mesh_10.MeshType = Enum.MeshType.FileMesh
272
273
 part_12 = Instance.new("Part", aircraftgun)
274
part_12.FormFactor = Enum.FormFactor.Symmetric
275
part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
276
part_12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
277
part_12.Reflectance = 0.05
278
part_12.Anchored = false
279
part_12.Material = Enum.Material.Metal
280
part_12.Size = Vector3.new(1, 1, 1)
281
part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
282
part_12.CFrame = CFrame.new(-25.652, 11.97, -63.522)
283
part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
284
part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
285
part_12.BrickColor = BrickColor.new("Dark stone grey")
286
part_12.Friction = 0.3
287
part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
288
289
 mesh_11 = Instance.new("BlockMesh", part_12)
290
 mesh_11.Scale = Vector3.new(0.2, 0.067, 0.8)
291
292
 part_13 = Instance.new("Part", aircraftgun)
293
part_13.FormFactor = Enum.FormFactor.Symmetric
294
part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
295
part_13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
296
part_13.Reflectance = 0.05
297
part_13.Anchored = false
298
part_13.Material = Enum.Material.Metal
299
part_13.Size = Vector3.new(1, 1, 1)
300
part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
301
part_13.CFrame = CFrame.new(-25.652, 11.903, -63.622)* CFrame.Angles(1.5707963705063, 0, -0)
302
part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
303
part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
304
part_13.BrickColor = BrickColor.new("Dark stone grey")
305
part_13.Friction = 0.3
306
part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
307
308
 mesh_12 = Instance.new("SpecialMesh", part_13)
309
mesh_12.Scale = Vector3.new(0.067, 0.067, 0.067)
310
mesh_12.MeshType = Enum.MeshType.Wedge
311
312
 part_14 = Instance.new("Part", aircraftgun)
313
part_14.FormFactor = Enum.FormFactor.Symmetric
314
part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
315
part_14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
316
part_14.Reflectance = 0.05
317
part_14.Anchored = false
318
part_14.Material = Enum.Material.Metal
319
part_14.Size = Vector3.new(1, 1, 1)
320
part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
321
part_14.CFrame = CFrame.new(-25.652, 11.77, -63.622)* CFrame.Angles(-3.1415927410126, 0, -0)
322
part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
323
part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
324
part_14.BrickColor = BrickColor.new("Dark stone grey")
325
part_14.Friction = 0.3
326
part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
327
328
 mesh_13 = Instance.new("SpecialMesh", part_14)
329
mesh_13.Scale = Vector3.new(0.067, 0.067, 0.067)
330
mesh_13.MeshType = Enum.MeshType.Wedge
331
332
 part_15 = Instance.new("Part", aircraftgun)
333
part_15.FormFactor = Enum.FormFactor.Symmetric
334
part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
335
part_15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
336
part_15.Reflectance = 0.05
337
part_15.Anchored = false
338
part_15.Material = Enum.Material.Metal
339
part_15.Size = Vector3.new(1, 1, 1)
340
part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
341
part_15.CFrame = CFrame.new(-25.652, 11.97, -63.055)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
342
part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
343
part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
344
part_15.BrickColor = BrickColor.new("Dark stone grey")
345
part_15.Friction = 0.3
346
part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
347
348
 mesh_14 = Instance.new("SpecialMesh", part_15)
349
mesh_14.Scale = Vector3.new(0.2, 0.133, 0.067)
350
mesh_14.MeshType = Enum.MeshType.Wedge
351
352
 part_16 = Instance.new("Part", aircraftgun)
353
part_16.FormFactor = Enum.FormFactor.Symmetric
354
part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
355
part_16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
356
part_16.Reflectance = 0.05
357
part_16.Anchored = false
358
part_16.Material = Enum.Material.Metal
359
part_16.Size = Vector3.new(1, 1, 1)
360
part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
361
part_16.CFrame = CFrame.new(-25.652, 11.903, -63.888)* CFrame.Angles(-1.5707963705063, 0, -0)
362
part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
363
part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
364
part_16.BrickColor = BrickColor.new("Dark stone grey")
365
part_16.Friction = 0.3
366
part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
367
368
 mesh_15 = Instance.new("SpecialMesh", part_16)
369
mesh_15.Scale = Vector3.new(0.2, 0.067, 0.067)
370
mesh_15.MeshType = Enum.MeshType.Wedge
371
372
 part_17 = Instance.new("Part", aircraftgun)
373
part_17.FormFactor = Enum.FormFactor.Symmetric
374
part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
375
part_17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
376
part_17.Reflectance = 0.05
377
part_17.Anchored = false
378
part_17.Material = Enum.Material.Metal
379
part_17.Size = Vector3.new(1, 1, 1)
380
part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
381
part_17.CFrame = CFrame.new(-25.652, 11.903, -63.155)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
382
part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
383
part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
384
part_17.BrickColor = BrickColor.new("Pine Cone")
385
part_17.Friction = 0.3
386
part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
387
388
 mesh_16 = Instance.new("SpecialMesh", part_17)
389
mesh_16.Scale = Vector3.new(0.2, 0.067, 0.067)
390
mesh_16.MeshType = Enum.MeshType.Wedge
391
392
 part_18 = Instance.new("Part", aircraftgun)
393
part_18.FormFactor = Enum.FormFactor.Symmetric
394
part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
395
part_18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
396
part_18.Reflectance = 0.05
397
part_18.Anchored = false
398
part_18.Material = Enum.Material.Wood
399
part_18.Size = Vector3.new(1, 1, 1)
400
part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
401
part_18.CFrame = CFrame.new(-25.652, 11.837, -63.355)
402
part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
403
part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
404
part_18.BrickColor = BrickColor.new("Pine Cone")
405
part_18.Friction = 0.3
406
part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
407
408
 mesh_17 = Instance.new("BlockMesh", part_18)
409
mesh_17.Scale = Vector3.new(0.2, 0.2, 0.333)
410
411
 part_19 = Instance.new("Part", aircraftgun)
412
part_19.FormFactor = Enum.FormFactor.Symmetric
413
part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
414
part_19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
415
part_19.Reflectance = 0.05
416
part_19.Anchored = false
417
part_19.Material = Enum.Material.Metal
418
part_19.Size = Vector3.new(1, 1, 1)
419
part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
420
part_19.CFrame = CFrame.new(-25.785, 12.07, -63.388)
421
part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
422
part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
423
part_19.Friction = 0.3
424
part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
425
426
 mesh_18 = Instance.new("BlockMesh", part_19)
427
mesh_18.Scale = Vector3.new(0.07, 0.04, 0.933)
428
429
 part_20 = Instance.new("Part", aircraftgun)
430
part_20.FormFactor = Enum.FormFactor.Symmetric
431
part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
432
part_20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
433
part_20.Reflectance = 0.05
434
part_20.Anchored = false
435
part_20.Material = Enum.Material.Metal
436
part_20.Size = Vector3.new(1, 1, 1)
437
part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
438
part_20.CFrame = CFrame.new(-25.518, 12.07, -64.022)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
439
part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
440
part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
441
part_20.BrickColor = BrickColor.new("Dark stone grey")
442
part_20.Friction = 0.3
443
part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
444
445
 mesh_19 = Instance.new("SpecialMesh", part_20)
446
mesh_19.Scale = Vector3.new(0.133, 0.333, 0.067)
447
mesh_19.MeshType = Enum.MeshType.Wedge
448
449
 part_21 = Instance.new("Part", aircraftgun)
450
part_21.FormFactor = Enum.FormFactor.Symmetric
451
part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
452
part_21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
453
part_21.Reflectance = 0.05
454
part_21.Anchored = false
455
part_21.Material = Enum.Material.Metal
456
part_21.Size = Vector3.new(1, 1, 1)
457
part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
458
part_21.CFrame = CFrame.new(-25.785, 12.07, -64.022)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
459
part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
460
part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
461
part_21.BrickColor = BrickColor.new("Dark stone grey")
462
part_21.Friction = 0.3
463
part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
464
465
 mesh_20 = Instance.new("SpecialMesh", part_21)
466
mesh_20.Scale = Vector3.new(0.133, 0.333, 0.067)
467
mesh_20.MeshType = Enum.MeshType.Wedge
468
469
 part_22 = Instance.new("Part", aircraftgun)
470
part_22.FormFactor = Enum.FormFactor.Symmetric
471
part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
472
part_22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
473
part_22.Reflectance = 0.05
474
part_22.Anchored = false
475
part_22.Material = Enum.Material.Metal
476
part_22.Size = Vector3.new(1, 1, 2)
477
part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
478
part_22.CFrame = CFrame.new(-25.652, 12.17, -63.688)
479
part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
480
part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
481
part_22.BrickColor = BrickColor.new("Dark stone grey")
482
part_22.Friction = 0.3
483
part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
484
485
 mesh_21 = Instance.new("BlockMesh", part_22)
486
mesh_21.Scale = Vector3.new(0.2, 0.067, 0.767)
487
488
 part_23 = Instance.new("Part", aircraftgun)
489
part_23.FormFactor = Enum.FormFactor.Symmetric
490
part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
491
part_23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
492
part_23.Reflectance = 0.05
493
part_23.Anchored = false
494
part_23.Material = Enum.Material.Metal
495
part_23.Size = Vector3.new(1, 1, 1)
496
part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
497
part_23.CFrame = CFrame.new(-25.652, 12.07, -64.155)
498
part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
499
part_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
500
part_23.BrickColor = BrickColor.new("Dark stone grey")
501
part_23.Friction = 0.3
502
part_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
503
504
 mesh_22 = Instance.new("BlockMesh", part_23)
505
mesh_22.Scale = Vector3.new(0.2, 0.133, 0.6)
506
507
 part_24 = Instance.new("Part", aircraftgun)
508
part_24.FormFactor = Enum.FormFactor.Symmetric
509
part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
510
part_24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
511
part_24.Reflectance = 0.05
512
part_24.Anchored = false
513
part_24.Material = Enum.Material.Metal
514
part_24.Size = Vector3.new(1, 1, 1)
515
part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
516
part_24.CFrame = CFrame.new(-25.652, 11.97, -64.255)
517
part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
518
part_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
519
part_24.BrickColor = BrickColor.new("Dark stone grey")
520
part_24.Friction = 0.3
521
part_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
522
523
 mesh_23 = Instance.new("BlockMesh", part_24)
524
mesh_23.Scale = Vector3.new(0.2, 0.067, 0.267)
525
526
 part_25 = Instance.new("Part", aircraftgun)
527
part_25.FormFactor = Enum.FormFactor.Symmetric
528
part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
529
part_25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
530
part_25.Reflectance = 0.05
531
part_25.Anchored = false
532
part_25.Material = Enum.Material.Metal
533
part_25.Size = Vector3.new(1, 1, 1)
534
part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
535
part_25.CFrame = CFrame.new(-25.652, 12.07, -63.388)
536
part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
537
part_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
538
part_25.BrickColor = BrickColor.new("Dark stone grey")
539
part_25.Friction = 0.3
540
part_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
541
542
 mesh_24 = Instance.new("BlockMesh", part_25)
543
mesh_24.Scale = Vector3.new(0.333, 0.133, 0.933)
544
545
 part_26 = Instance.new("Part", aircraftgun)
546
part_26.FormFactor = Enum.FormFactor.Symmetric
547
part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
548
part_26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
549
part_26.Reflectance = 0.05
550
part_26.Anchored = false
551
part_26.Material = Enum.Material.Metal
552
part_26.Size = Vector3.new(1, 1, 1)
553
part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
554
part_26.CFrame = CFrame.new(-25.652, 12.203, -62.888)
555
part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
556
part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
557
part_26.BrickColor = BrickColor.new("Dark stone grey")
558
part_26.Friction = 0.3
559
part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
560
561
 mesh_25 = Instance.new("BlockMesh", part_26)
562
mesh_25.Scale = Vector3.new(0.333, 0.4, 0.067)
563
564
 part_27 = Instance.new("Part", aircraftgun)
565
part_27.FormFactor = Enum.FormFactor.Symmetric
566
part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
567
part_27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
568
part_27.Reflectance = 0.05
569
part_27.Anchored = false
570
part_27.Material = Enum.Material.Metal
571
part_27.Size = Vector3.new(1, 2, 1)
572
part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
573
part_27.CFrame = CFrame.new(-25.652, 12.27, -63.688)* CFrame.Angles(-1.5707963705063, 0, -0)
574
part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
575
part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
576
part_27.BrickColor = BrickColor.new("Dark stone grey")
577
part_27.Friction = 0.3
578
part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
579
580
 mesh_26 = Instance.new("CylinderMesh", part_27)
581
mesh_26.Scale = Vector3.new(0.333, 0.767, 0.267)
582
583
 part_28 = Instance.new("Part", aircraftgun)
584
part_28.FormFactor = Enum.FormFactor.Symmetric
585
part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
586
part_28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
587
part_28.Reflectance = 0.05
588
part_28.Anchored = false
589
part_28.Material = Enum.Material.Metal
590
part_28.Size = Vector3.new(1, 1, 1)
591
part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
592
part_28.CFrame = CFrame.new(-25.652, 12.103, -64.622)* CFrame.Angles(-1.5707963705063, 0, -0)
593
part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
594
part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
595
part_28.BrickColor = BrickColor.new("Dark stone grey")
596
part_28.Friction = 0.3
597
part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
598
599
 mesh_27 = Instance.new("CylinderMesh", part_28)
600
mesh_27.Scale = Vector3.new(0.333, 0.333, 0.18)
601
602
 mag = Instance.new("Part", aircraftgun)
603
mag.FormFactor = Enum.FormFactor.Symmetric
604
mag.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
605
mag.TopSurface = Enum.SurfaceType.SmoothNoOutlines
606
mag.Reflectance = 0.05
607
mag.Anchored = false
608
mag.Material = Enum.Material.Metal
609
mag.Size = Vector3.new(1, 1, 1)
610
mag.Name = "Mag"
611
mag.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
612
mag.CFrame = CFrame.new(-25.652, 12.537, -64.388)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
613
mag.RightSurface = Enum.SurfaceType.SmoothNoOutlines
614
mag.BackSurface = Enum.SurfaceType.SmoothNoOutlines
615
mag.BrickColor = BrickColor.new("Dark stone grey")
616
mag.Friction = 0.3
617
mag.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
618
619
 mesh_28 = Instance.new("CylinderMesh", mag)
620
mesh_28.Scale = Vector3.new(0.733, 0.267, 0.8)
621
622
 part_29 = Instance.new("Part", aircraftgun)
623
part_29.FormFactor = Enum.FormFactor.Symmetric
624
part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
625
part_29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
626
part_29.Reflectance = 0.05
627
part_29.Anchored = false
628
part_29.Material = Enum.Material.Metal
629
part_29.Size = Vector3.new(1, 1, 1)
630
part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
631
part_29.CFrame = CFrame.new(-25.652, 12.537, -64.422)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
632
part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
633
part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
634
part_29.BrickColor = BrickColor.new("Dark stone grey")
635
part_29.Friction = 0.3
636
part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
637
638
 mesh_29 = Instance.new("CylinderMesh", part_29)
639
mesh_29.Scale = Vector3.new(0.2, 0.133, 0.2)
640
641
 part_30 = Instance.new("Part", aircraftgun)
642
part_30.FormFactor = Enum.FormFactor.Symmetric
643
part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
644
part_30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
645
part_30.Reflectance = 0.05
646
part_30.Anchored = false
647
part_30.Material = Enum.Material.Metal
648
part_30.Size = Vector3.new(1, 1, 1)
649
part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
650
part_30.CFrame = CFrame.new(-25.652, 12.237, -65.055)* CFrame.Angles(-1.5707963705063, 0, -0)
651
part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
652
part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
653
part_30.Friction = 0.3
654
part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
655
656
 mesh_30 = Instance.new("CylinderMesh", part_30)
657
mesh_30.Scale = Vector3.new(0.6, 0.267, 0.443)
658
659
 part_31 = Instance.new("Part", aircraftgun)
660
part_31.FormFactor = Enum.FormFactor.Symmetric
661
part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
662
part_31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
663
part_31.Reflectance = 0.05
664
part_31.Anchored = false
665
part_31.Material = Enum.Material.Metal
666
part_31.Size = Vector3.new(1, 1, 1)
667
part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
668
part_31.CFrame = CFrame.new(-25.585, 12.303, -63.855)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
669
part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
670
part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
671
part_31.Friction = 0.3
672
part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
673
674
 mesh_31 = Instance.new("CylinderMesh", part_31)
675
mesh_31.Scale = Vector3.new(0.333, 0.533, 0.2)
676
677
 part_32 = Instance.new("Part", aircraftgun)
678
part_32.FormFactor = Enum.FormFactor.Symmetric
679
part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
680
part_32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
681
part_32.Reflectance = 0.05
682
part_32.Anchored = false
683
part_32.Material = Enum.Material.Metal
684
part_32.Size = Vector3.new(1, 1, 1)
685
part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
686
part_32.CFrame = CFrame.new(-25.652, 12.27, -64.622)* CFrame.Angles(-1.5707963705063, 0, -0)
687
part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
688
part_32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
689
part_32.BrickColor = BrickColor.new("Dark stone grey")
690
part_32.Friction = 0.3
691
part_32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
692
693
 mesh_32 = Instance.new("CylinderMesh", part_32)
694
mesh_32.Scale = Vector3.new(0.333, 0.333, 0.24)
695
696
 part_33 = Instance.new("Part", aircraftgun)
697
part_33.FormFactor = Enum.FormFactor.Symmetric
698
part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
699
part_33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
700
part_33.Reflectance = 0.05
701
part_33.Anchored = false
702
part_33.Material = Enum.Material.Metal
703
part_33.Size = Vector3.new(1, 1, 1)
704
part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
705
part_33.CFrame = CFrame.new(-25.652, 12.237, -65.255)* CFrame.Angles(-1.5707963705063, 0, -0)
706
part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
707
part_33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
708
part_33.BrickColor = BrickColor.new("Dark stone grey")
709
part_33.Friction = 0.3
710
part_33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
711
712
 mesh_33 = Instance.new("CylinderMesh", part_33)
713
mesh_33.Scale = Vector3.new(0.6, 0.133, 0.467)
714
715
 part_34 = Instance.new("Part", aircraftgun)
716
part_34.FormFactor = Enum.FormFactor.Symmetric
717
part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
718
part_34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
719
part_34.Reflectance = 0.05
720
part_34.Anchored = false
721
part_34.Material = Enum.Material.Metal
722
part_34.Size = Vector3.new(1, 1, 2)
723
part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
724
part_34.CFrame = CFrame.new(-25.652, 12.37, -63.855)
725
part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
726
part_34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
727
part_34.BrickColor = BrickColor.new("Dark stone grey")
728
part_34.Friction = 0.3
729
part_34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
730
731
 mesh_34 = Instance.new("BlockMesh", part_34)
732
mesh_34.Scale = Vector3.new(0.333, 0.067, 0.933)
733
734
 part_35 = Instance.new("Part", aircraftgun)
735
part_35.FormFactor = Enum.FormFactor.Symmetric
736
part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
737
part_35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
738
part_35.Reflectance = 0.05
739
part_35.Anchored = false
740
part_35.Material = Enum.Material.Metal
741
part_35.Size = Vector3.new(1, 1, 1)
742
part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
743
part_35.CFrame = CFrame.new(-25.652, 12.237, -64.855)* CFrame.Angles(-1.5707963705063, 0, -0)
744
part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
745
part_35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
746
part_35.BrickColor = BrickColor.new("Dark stone grey")
747
part_35.Friction = 0.3
748
part_35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
749
750
 mesh_35 = Instance.new("CylinderMesh", part_35)
751
mesh_35.Scale = Vector3.new(0.6, 0.133, 0.467)
752
753
 part_36 = Instance.new("Part", aircraftgun)
754
part_36.FormFactor = Enum.FormFactor.Symmetric
755
part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
756
part_36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
757
part_36.Reflectance = 0.05
758
part_36.Anchored = false
759
part_36.Material = Enum.Material.Metal
760
part_36.Size = Vector3.new(1, 1, 1)
761
part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
762
part_36.CFrame = CFrame.new(-25.652, 12.57, -63.222)
763
part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
764
part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
765
part_36.BrickColor = BrickColor.new("Dark stone grey")
766
part_36.Friction = 0.3
767
part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
768
769
 mesh_36 = Instance.new("BlockMesh", part_36)
770
mesh_36.Scale = Vector3.new(0.15, 0.067, 0.467)
771
772
 part_37 = Instance.new("Part", aircraftgun)
773
part_37.FormFactor = Enum.FormFactor.Symmetric
774
part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
775
part_37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
776
part_37.Reflectance = 0.05
777
part_37.Anchored = false
778
part_37.Material = Enum.Material.Metal
779
part_37.Size = Vector3.new(1, 1, 1)
780
part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
781
part_37.CFrame = CFrame.new(-25.652, 12.537, -62.988)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
782
part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
783
part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
784
part_37.Friction = 0.3
785
part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
786
787
 mesh_37 = Instance.new("CylinderMesh", part_37)
788
mesh_37.Scale = Vector3.new(0.133, 0.16, 0.067)
789
790
 part_38 = Instance.new("Part", aircraftgun)
791
part_38.FormFactor = Enum.FormFactor.Symmetric
792
part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
793
part_38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
794
part_38.Reflectance = 0.05
795
part_38.Anchored = false
796
part_38.Material = Enum.Material.Metal
797
part_38.Size = Vector3.new(1, 1, 1)
798
part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
799
part_38.CFrame = CFrame.new(-25.652, 12.437, -63.455)
800
part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
801
part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
802
part_38.BrickColor = BrickColor.new("Dark stone grey")
803
part_38.Friction = 0.3
804
part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
805
806
 mesh_38 = Instance.new("BlockMesh", part_38)
807
mesh_38.Scale = Vector3.new(0.2, 0.067, 1.067)
808
809
 part_39 = Instance.new("Part", aircraftgun)
810
part_39.FormFactor = Enum.FormFactor.Symmetric
811
part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
812
part_39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
813
part_39.Reflectance = 0.05
814
part_39.Anchored = false
815
part_39.Material = Enum.Material.Metal
816
part_39.Size = Vector3.new(1, 1, 1)
817
part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
818
part_39.CFrame = CFrame.new(-25.652, 12.437, -64.422)
819
part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
820
part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
821
part_39.BrickColor = BrickColor.new("Dark stone grey")
822
part_39.Friction = 0.3
823
part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
824
825
 mesh_39 = Instance.new("BlockMesh", part_39)
826
mesh_39.Scale = Vector3.new(0.2, 0.067, 0.2)
827
828
 part_40 = Instance.new("Part", aircraftgun)
829
part_40.FormFactor = Enum.FormFactor.Symmetric
830
part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
831
part_40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
832
part_40.Reflectance = 0.05
833
part_40.Anchored = false
834
part_40.Material = Enum.Material.Metal
835
part_40.Size = Vector3.new(1, 1, 1)
836
part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
837
part_40.CFrame = CFrame.new(-25.652, 12.503, -63.422)
838
part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
839
part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
840
part_40.BrickColor = BrickColor.new("Dark stone grey")
841
part_40.Friction = 0.3
842
part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
843
844
 mesh_40 = Instance.new("BlockMesh", part_40)
845
mesh_40.Scale = Vector3.new(0.2, 0.067, 0.067)
846
847
 part_41 = Instance.new("Part", aircraftgun)
848
part_41.FormFactor = Enum.FormFactor.Symmetric
849
part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
850
part_41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
851
part_41.Reflectance = 0.05
852
part_41.Anchored = false
853
part_41.Material = Enum.Material.Metal
854
part_41.Size = Vector3.new(1, 1, 1)
855
part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
856
part_41.CFrame = CFrame.new(-25.652, 12.57, -63.455)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
857
part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
858
part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
859
part_41.BrickColor = BrickColor.new("Dark stone grey")
860
part_41.Friction = 0.3
861
part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
862
863
 mesh_41 = Instance.new("CylinderMesh", part_41)
864
mesh_41.Scale = Vector3.new(0.067, 0.15, 0.067)
865
866
 part_42 = Instance.new("Part", aircraftgun)
867
part_42.FormFactor = Enum.FormFactor.Symmetric
868
part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
869
part_42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
870
part_42.Reflectance = 0.05
871
part_42.Anchored = false
872
part_42.Material = Enum.Material.Metal
873
part_42.Size = Vector3.new(1, 1, 1)
874
part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
875
part_42.CFrame = CFrame.new(-25.652, 12.503, -62.988)
876
part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
877
part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
878
part_42.BrickColor = BrickColor.new("Dark stone grey")
879
part_42.Friction = 0.3
880
part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
881
882
 mesh_42 = Instance.new("BlockMesh", part_42)
883
mesh_42.Scale = Vector3.new(0.2, 0.067, 0.133)
884
885
 part_43 = Instance.new("Part", aircraftgun)
886
part_43.FormFactor = Enum.FormFactor.Symmetric
887
part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
888
part_43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
889
part_43.Reflectance = 0.05
890
part_43.Anchored = false
891
part_43.Material = Enum.Material.Metal
892
part_43.Size = Vector3.new(1, 1, 1)
893
part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
894
part_43.CFrame = CFrame.new(-25.652, 12.537, -62.988)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
895
part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
896
part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
897
part_43.BrickColor = BrickColor.new("Dark stone grey")
898
part_43.Friction = 0.3
899
part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
900
901
 mesh_43 = Instance.new("CylinderMesh", part_43)
902
mesh_43.Scale = Vector3.new(0.133, 0.15, 0.133)
903
904
 barrelpart = Instance.new("Part", aircraftgun)
905
barrelpart.FormFactor = Enum.FormFactor.Symmetric
906
barrelpart.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
907
barrelpart.TopSurface = Enum.SurfaceType.SmoothNoOutlines
908
barrelpart.Reflectance = 0.05
909
barrelpart.Anchored = false
910
barrelpart.Material = Enum.Material.Metal
911
barrelpart.Size = Vector3.new(1, 2, 1)
912
barrelpart.Name = "barrelpart"
913
barrelpart.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
914
barrelpart.CFrame = CFrame.new(-25.652, 12.203, -66.188)* CFrame.Angles(-1.5707963705063, 0, -0)
915
barrelpart.RightSurface = Enum.SurfaceType.SmoothNoOutlines
916
barrelpart.BackSurface = Enum.SurfaceType.SmoothNoOutlines
917
barrelpart.BrickColor = BrickColor.new("Dark stone grey")
918
barrelpart.Friction = 0.3
919
barrelpart.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
920
921
 mesh_44 = Instance.new("CylinderMesh", barrelpart)
922
mesh_44.Scale = Vector3.new(0.6, 0.867, 0.4)
923
924
 part_44 = Instance.new("Part", aircraftgun)
925
part_44.FormFactor = Enum.FormFactor.Symmetric
926
part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
927
part_44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
928
part_44.Reflectance = 0.05
929
part_44.Anchored = false
930
part_44.Material = Enum.Material.Metal
931
part_44.Size = Vector3.new(1, 1, 1)
932
part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
933
part_44.CFrame = CFrame.new(-25.652, 12.203, -66.988)* CFrame.Angles(-1.5707963705063, 0, -0)
934
part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
935
part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
936
part_44.Friction = 0.3
937
part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
938
939
 mesh_45 = Instance.new("CylinderMesh", part_44)
940
mesh_45.Scale = Vector3.new(0.6, 0.127, 0.42)
941
942
 machinebarrel = Instance.new("Part", aircraftgun)
943
machinebarrel.FormFactor = Enum.FormFactor.Symmetric
944
machinebarrel.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
945
machinebarrel.TopSurface = Enum.SurfaceType.SmoothNoOutlines
946
machinebarrel.Reflectance = 0.05
947
machinebarrel.Anchored = false
948
machinebarrel.Material = Enum.Material.Metal
949
machinebarrel.Size = Vector3.new(1, 1, 1)
950
machinebarrel.Name = "machinebarrel"
951
machinebarrel.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
952
machinebarrel.CFrame = CFrame.new(-25.652, 12.203, -67.012)* CFrame.Angles(-1.5707963705063, 0, -0)
953
machinebarrel.RightSurface = Enum.SurfaceType.SmoothNoOutlines
954
machinebarrel.BackSurface = Enum.SurfaceType.SmoothNoOutlines
955
machinebarrel.BrickColor = BrickColor.new("Really black")
956
machinebarrel.Friction = 0.3
957
machinebarrel.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
958
959
 mesh_46 = Instance.new("CylinderMesh", machinebarrel)
960
mesh_46.Scale = Vector3.new(0.4, 0.1, 0.4)
961
962
 part_45 = Instance.new("Part", matteoplane)
963
part_45.Velocity = Vector3.new(-0.031, 0.001, 0.026)
964
part_45.CanCollide = false
965
part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
966
part_45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
967
part_45.RotVelocity = Vector3.new(0.001, 0.001, 0)
968
part_45.Material = Enum.Material.Metal
969
part_45.Size = Vector3.new(1, 45.6, 5)
970
part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
971
part_45.CFrame = CFrame.new(-29.113, 11.238, -64.094)* CFrame.Angles(-3.0198497772217, 0.0059160101227462, -1.5715273618698)
972
part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
973
part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
974
part_45.BrickColor = BrickColor.new("Dark stone grey")
975
part_45.Friction = 0.3
976
part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
977
978
 part_46 = Instance.new("Part", matteoplane)
979
part_46.Velocity = Vector3.new(-0.028, -0.001, 0.02)
980
part_46.FormFactor = Enum.FormFactor.Plate
981
part_46.CanCollide = false
982
part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
983
part_46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
984
part_46.RotVelocity = Vector3.new(0.001, 0.001, 0)
985
part_46.Material = Enum.Material.Metal
986
part_46.Size = Vector3.new(11, 1.2, 1)
987
part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
988
part_46.CFrame = CFrame.new(-27.427, 6.605, -61.629)* CFrame.Angles(3.1403987407684, -1.5648361444473, 3.0186548233032)
989
part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
990
part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
991
part_46.BrickColor = BrickColor.new("Dark stone grey")
992
part_46.Friction = 0.3
993
part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
994
995
 mesh_47 = Instance.new("SpecialMesh", part_46)
996
mesh_47.MeshType = Enum.MeshType.Wedge
997
998
 part_47 = Instance.new("Part", matteoplane)
999
part_47.Velocity = Vector3.new(-0.035, 0.005, 0.021)
1000
part_47.FormFactor = Enum.FormFactor.Plate
1001
part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1002
part_47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1003
part_47.RotVelocity = Vector3.new(0.001, 0.001, 0)
1004
part_47.Material = Enum.Material.Metal
1005
part_47.Size = Vector3.new(2, 1.2, 1)
1006
part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1007
part_47.CFrame = CFrame.new(-27.389, 7.395, -68.08)* CFrame.Angles(3.1404139995575, -1.5648361444473, 3.0186877250671)
1008
part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1009
part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1010
part_47.BrickColor = BrickColor.new("Dark stone grey")
1011
part_47.Friction = 0.3
1012
part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1013
1014
 mesh_48 = Instance.new("SpecialMesh", part_47)
1015
mesh_48.MeshType = Enum.MeshType.Wedge
1016
1017
 part_48 = Instance.new("Part", matteoplane)
1018
part_48.Velocity = Vector3.new(-0.035, 0.005, 0.019)
1019
part_48.FormFactor = Enum.FormFactor.Plate
1020
part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1021
part_48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1022
part_48.RotVelocity = Vector3.new(0.001, 0.001, 0)
1023
part_48.Material = Enum.Material.Metal
1024
part_48.Size = Vector3.new(2, 1.2, 1)
1025
part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1026
part_48.CFrame = CFrame.new(-27.387, 5.013, -68.372)* CFrame.Angles(3.1403958797455, -1.5648361444473, -0.12293183803558)
1027
part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1028
part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1029
part_48.BrickColor = BrickColor.new("Dark stone grey")
1030
part_48.Friction = 0.3
1031
part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1032
1033
 mesh_49 = Instance.new("SpecialMesh", part_48)
1034
mesh_49.MeshType = Enum.MeshType.Wedge
1035
1036
 part_49 = Instance.new("Part", matteoplane)
1037
part_49.Velocity = Vector3.new(-0.032, 0.002, 0.022)
1038
part_49.FormFactor = Enum.FormFactor.Plate
1039
part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1040
part_49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1041
part_49.RotVelocity = Vector3.new(0.001, 0.001, 0)
1042
part_49.Material = Enum.Material.Metal
1043
part_49.Size = Vector3.new(2, 3.2, 4)
1044
part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1045
part_49.CFrame = CFrame.new(-28.906, 6.038, -65.233)* CFrame.Angles(0.12172835320234, -0.0059169330634177, 0.00073095876723528)
1046
part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1047
part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1048
part_49.BrickColor = BrickColor.new("Dark stone grey")
1049
part_49.Friction = 0.3
1050
part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1051
1052
 part_50 = Instance.new("Part", matteoplane)
1053
part_50.Velocity = Vector3.new(-0.035, 0.005, 0.02)
1054
part_50.FormFactor = Enum.FormFactor.Plate
1055
part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1056
part_50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1057
part_50.RotVelocity = Vector3.new(0.001, 0.001, 0)
1058
part_50.Material = Enum.Material.Metal
1059
part_50.Size = Vector3.new(1, 1.2, 2)
1060
part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1061
part_50.CFrame = CFrame.new(-27.388, 6.203, -68.226)* CFrame.Angles(0.1217015683651, -0.0059186406433582, 0.00073077698471025)
1062
part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1063
part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1064
part_50.BrickColor = BrickColor.new("Gold")
1065
part_50.Friction = 0.3
1066
part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1067
1068
 rightwing = Instance.new("Part", matteoplane)
1069
rightwing.Velocity = Vector3.new(-0.029, 0.001, 0.008)
1070
rightwing.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1071
rightwing.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1072
rightwing.RotVelocity = Vector3.new(0.001, 0.001, 0)
1073
rightwing.Material = Enum.Material.Metal
1074
rightwing.Size = Vector3.new(1, 20.4, 7)
1075
rightwing.Name = "RightWing"
1076
rightwing.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1077
rightwing.CFrame = CFrame.new(-17.72, 4.444, -62.843)* CFrame.Angles(-3.0198509693146, 0.005916079506278, -1.5715272426605)
1078
rightwing.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1079
rightwing.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1080
rightwing.BrickColor = BrickColor.new("Dark stone grey")
1081
rightwing.Friction = 0.3
1082
rightwing.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1083
1084
 part_51 = Instance.new("Part", matteoplane)
1085
part_51.Velocity = Vector3.new(-0.027, 0, 0.012)
1086
part_51.CanCollide = false
1087
part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1088
part_51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1089
part_51.RotVelocity = Vector3.new(0.001, 0.001, 0)
1090
part_51.Material = Enum.Material.Metal
1091
part_51.Size = Vector3.new(1, 20.4, 2)
1092
part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1093
part_51.CFrame = CFrame.new(-16.533, 10.813, -60.545)* CFrame.Angles(-3.0198500156403, 0.0059160189703107, -1.5715273618698)
1094
part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1095
part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1096
part_51.BrickColor = BrickColor.new("Dark stone grey")
1097
part_51.Friction = 0.3
1098
part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1099
1100
 part_52 = Instance.new("Part", matteoplane)
1101
part_52.Velocity = Vector3.new(-0.031, 0.002, 0.016)
1102
part_52.FormFactor = Enum.FormFactor.Plate
1103
part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1104
part_52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1105
part_52.RotVelocity = Vector3.new(0.001, 0.001, 0)
1106
part_52.Material = Enum.Material.Metal
1107
part_52.Size = Vector3.new(1, 2.8, 1)
1108
part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1109
part_52.CFrame = CFrame.new(-26.407, 3, -65.086)* CFrame.Angles(3.1403958797455, -1.5648361444473, -0.12293183803558)
1110
part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1111
part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1112
part_52.BrickColor = BrickColor.new("Dark stone grey")
1113
part_52.Friction = 0.3
1114
part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1115
1116
 part_53 = Instance.new("Part", matteoplane)
1117
part_53.Velocity = Vector3.new(-0.031, 0.001, 0.024)
1118
part_53.FormFactor = Enum.FormFactor.Plate
1119
part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1120
part_53.Transparency = 0.7
1121
part_53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1122
part_53.RotVelocity = Vector3.new(0.001, 0.001, 0)
1123
part_53.Material = Enum.Material.Metal
1124
part_53.Size = Vector3.new(2, 1.6, 2)
1125
part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1126
part_53.CFrame = CFrame.new(-28.913, 8.299, -63.949)* CFrame.Angles(0.12172832340002, -0.0059169349260628, 0.0007309585926123)
1127
part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1128
part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1129
part_53.BrickColor = BrickColor.new("Dark stone grey")
1130
part_53.Friction = 0.3
1131
part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1132
1133
 mesh_50 = Instance.new("SpecialMesh", part_53)
1134
mesh_50.MeshType = Enum.MeshType.Wedge
1135
1136
 part_54 = Instance.new("Part", matteoplane)
1137
part_54.Velocity = Vector3.new(-0.035, 0.004, 0.022)
1138
part_54.FormFactor = Enum.FormFactor.Plate
1139
part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1140
part_54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1141
part_54.RotVelocity = Vector3.new(0.001, 0.001, 0)
1142
part_54.Material = Enum.Material.Metal
1143
part_54.Size = Vector3.new(2, 3.2, 2)
1144
part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1145
part_54.CFrame = CFrame.new(-28.888, 6.403, -68.211)* CFrame.Angles(0.12171053886414, -0.0059180688112974, 0.00073086866177619)
1146
part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1147
part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1148
part_54.BrickColor = BrickColor.new("Dark stone grey")
1149
part_54.Friction = 0.3
1150
part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1151
1152
 part_55 = Instance.new("Part", matteoplane)
1153
part_55.Velocity = Vector3.new(-0.033, 0.003, 0.019)
1154
part_55.FormFactor = Enum.FormFactor.Plate
1155
part_55.CanCollide = false
1156
part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1157
part_55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1158
part_55.RotVelocity = Vector3.new(0.001, 0.001, 0)
1159
part_55.Material = Enum.Material.Metal
1160
part_55.Size = Vector3.new(1, 1.2, 1)
1161
part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1162
part_55.CFrame = CFrame.new(-27.396, 4.831, -66.883)* CFrame.Angles(3.1403958797455, -1.5648361444473, -0.12293183803558)
1163
part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1164
part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1165
part_55.BrickColor = BrickColor.new("Dark stone grey")
1166
part_55.Friction = 0.3
1167
part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1168
1169
 mesh_51 = Instance.new("SpecialMesh", part_55)
1170
mesh_51.MeshType = Enum.MeshType.Wedge
1171
1172
 part_56 = Instance.new("Part", matteoplane)
1173
part_56.Velocity = Vector3.new(-0.031, 0.002, 0.019)
1174
part_56.FormFactor = Enum.FormFactor.Plate
1175
part_56.CanCollide = false
1176
part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1177
part_56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1178
part_56.RotVelocity = Vector3.new(0.001, 0.001, 0)
1179
part_56.Material = Enum.Material.Metal
1180
part_56.Size = Vector3.new(1, 5.6, 1)
1181
part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1182
part_56.CFrame = CFrame.new(-25.404, 8.084, -65.466)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12299368530512)
1183
part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1184
part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1185
part_56.BrickColor = BrickColor.new("Dark stone grey")
1186
part_56.Friction = 0.3
1187
part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1188
1189
 part_57 = Instance.new("Part", matteoplane)
1190
part_57.Velocity = Vector3.new(-0.035, 0.004, 0.024)
1191
part_57.FormFactor = Enum.FormFactor.Plate
1192
part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1193
part_57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1194
part_57.RotVelocity = Vector3.new(0.001, 0.001, 0)
1195
part_57.Material = Enum.Material.Metal
1196
part_57.Size = Vector3.new(2, 1.2, 1)
1197
part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1198
part_57.CFrame = CFrame.new(-30.389, 7.394, -68.098)* CFrame.Angles(-0.0011116300011054, 1.5648361444473, 0.12278416752815)
1199
part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1200
part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1201
part_57.BrickColor = BrickColor.new("Dark stone grey")
1202
part_57.Friction = 0.3
1203
part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1204
1205
 mesh_52 = Instance.new("SpecialMesh", part_57)
1206
mesh_52.MeshType = Enum.MeshType.Wedge
1207
1208
 part_58 = Instance.new("Part", matteoplane)
1209
part_58.Velocity = Vector3.new(-0.028, -0.001, 0.019)
1210
part_58.FormFactor = Enum.FormFactor.Plate
1211
part_58.CanCollide = false
1212
part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1213
part_58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1214
part_58.RotVelocity = Vector3.new(0.001, 0.001, 0)
1215
part_58.Material = Enum.Material.Metal
1216
part_58.Size = Vector3.new(1, 1.2, 11)
1217
part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1218
part_58.CFrame = CFrame.new(-27.426, 5.414, -61.774)* CFrame.Angles(0.12171920388937, -0.0059175160713494, 0.00073083490133286)
1219
part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1220
part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1221
part_58.BrickColor = BrickColor.new("Gold")
1222
part_58.Friction = 0.3
1223
part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1224
1225
 part_59 = Instance.new("Part", matteoplane)
1226
part_59.Velocity = Vector3.new(-0.027, -0.001, 0.019)
1227
part_59.FormFactor = Enum.FormFactor.Plate
1228
part_59.CanCollide = false
1229
part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1230
part_59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1231
part_59.RotVelocity = Vector3.new(0.001, 0.001, 0)
1232
part_59.Material = Enum.Material.Metal
1233
part_59.Size = Vector3.new(1, 5.6, 1)
1234
part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1235
part_59.CFrame = CFrame.new(-25.434, 7.477, -60.503)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12299368530512)
1236
part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1237
part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1238
part_59.BrickColor = BrickColor.new("Dark stone grey")
1239
part_59.Friction = 0.3
1240
part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1241
1242
 part_60 = Instance.new("Part", matteoplane)
1243
part_60.Velocity = Vector3.new(-0.027, 0.001, 0.002)
1244
part_60.FormFactor = Enum.FormFactor.Plate
1245
part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1246
part_60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1247
part_60.RotVelocity = Vector3.new(0.001, 0.001, 0)
1248
part_60.Material = Enum.Material.Metal
1249
part_60.Size = Vector3.new(1, 5.6, 1)
1250
part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1251
part_60.CFrame = CFrame.new(-10.434, 7.477, -60.413)* CFrame.Angles(3.1403789520264, -1.5648361444473, -0.1229739934206)
1252
part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1253
part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1254
part_60.BrickColor = BrickColor.new("Dark stone grey")
1255
part_60.Friction = 0.3
1256
part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1257
1258
 propeller = Instance.new("Part", matteoplane)
1259
propeller.Velocity = Vector3.new(-0.037, 0.005, 0.022)
1260
propeller.FormFactor = Enum.FormFactor.Plate
1261
propeller.CanCollide = false
1262
propeller.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1263
propeller.Transparency = 1
1264
propeller.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1265
propeller.RotVelocity = Vector3.new(0.001, 0.001, 0)
1266
propeller.Material = Enum.Material.Metal
1267
propeller.Size = Vector3.new(7, 0.4, 8)
1268
propeller.Name = "Propeller"
1269
propeller.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1270
propeller.CFrame = CFrame.new(-28.881, 6.647, -69.39)* CFrame.Angles(3.1403958797455, -1.5648361444473, 1.4478645324707)
1271
propeller.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1272
propeller.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1273
propeller.BrickColor = BrickColor.new("Dark stone grey")
1274
propeller.Friction = 0.3
1275
propeller.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1276
1277
 mesh_53 = Instance.new("SpecialMesh", propeller)
1278
mesh_53.MeshType = Enum.MeshType.Sphere
1279
1280
 aircraftgun2 = Instance.new("Model", matteoplane)
1281
aircraftgun2.Name = "AircraftGun2"
1282
1283
 handle_2 = Instance.new("Part", aircraftgun2)
1284
handle_2.FormFactor = Enum.FormFactor.Plate
1285
handle_2.FrontParamB = 0
1286
handle_2.CanCollide = false
1287
handle_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1288
handle_2.Transparency = 1
1289
handle_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1290
handle_2.TopParamA = 0
1291
handle_2.FrontParamA = 0
1292
handle_2.TopParamB = 0
1293
handle_2.Anchored = false
1294
handle_2.Material = Enum.Material.Metal
1295
handle_2.Size = Vector3.new(1, 0.4, 1)
1296
handle_2.Name = "Handle"
1297
handle_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1298
handle_2.CFrame = CFrame.new(-32.032, 11.7, -63.455)* CFrame.Angles(1.4901162970204e-008, 0, -0)
1299
handle_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1300
handle_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1301
handle_2.BrickColor = BrickColor.new("Dark stone grey")
1302
handle_2.Friction = 0.3
1303
handle_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1304
1305
 part_61 = Instance.new("Part", aircraftgun2)
1306
part_61.FormFactor = Enum.FormFactor.Symmetric
1307
part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1308
part_61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1309
part_61.Reflectance = 0.05
1310
part_61.Anchored = false
1311
part_61.Material = Enum.Material.Wood
1312
part_61.Size = Vector3.new(1, 1, 1)
1313
part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1314
part_61.CFrame = CFrame.new(-32.032, 11.38, -63.44)* CFrame.Angles(-0.20000001788139, 0, 1.5707963705063)
1315
part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1316
part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1317
part_61.BrickColor = BrickColor.new("Pine Cone")
1318
part_61.Friction = 0.3
1319
part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1320
1321
 mesh_54 = Instance.new("CylinderMesh", part_61)
1322
mesh_54.Scale = Vector3.new(0.133, 0.2, 0.133)
1323
1324
 part_62 = Instance.new("Part", aircraftgun2)
1325
part_62.FormFactor = Enum.FormFactor.Symmetric
1326
part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1327
part_62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1328
part_62.Reflectance = 0.05
1329
part_62.Anchored = false
1330
part_62.Material = Enum.Material.Wood
1331
part_62.Size = Vector3.new(1, 1, 1)
1332
part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1333
part_62.CFrame = CFrame.new(-32.032, 11.576, -63.309)* CFrame.Angles(-0.20000000298023, 0, -0)
1334
part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1335
part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1336
part_62.BrickColor = BrickColor.new("Pine Cone")
1337
part_62.Friction = 0.3
1338
part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1339
1340
 mesh_55 = Instance.new("BlockMesh", part_62)
1341
mesh_55.Scale = Vector3.new(0.2, 0.467, 0.333)
1342
1343
 part_63 = Instance.new("Part", aircraftgun2)
1344
part_63.FormFactor = Enum.FormFactor.Symmetric
1345
part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1346
part_63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1347
part_63.Reflectance = 0.05
1348
part_63.Anchored = false
1349
part_63.Material = Enum.Material.Metal
1350
part_63.Size = Vector3.new(1, 1, 1)
1351
part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1352
part_63.CFrame = CFrame.new(-32.332, 12.1, -63.788)* CFrame.Angles(-1.5707963705063, 0, 1.5707963705063)
1353
part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1354
part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1355
part_63.Friction = 0.3
1356
part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1357
1358
 mesh_56 = Instance.new("CylinderMesh", part_63)
1359
mesh_56.Scale = Vector3.new(0.133, 0.267, 0.067)
1360
1361
 part_64 = Instance.new("Part", aircraftgun2)
1362
part_64.FormFactor = Enum.FormFactor.Symmetric
1363
part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1364
part_64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1365
part_64.Reflectance = 0.05
1366
part_64.Anchored = false
1367
part_64.Material = Enum.Material.Metal
1368
part_64.Size = Vector3.new(1, 1, 1)
1369
part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1370
part_64.CFrame = CFrame.new(-32.032, 11.967, -64.255)* CFrame.Angles(0, 0, 1.5707963705063)
1371
part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1372
part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1373
part_64.BrickColor = BrickColor.new("Dark stone grey")
1374
part_64.Friction = 0.3
1375
part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1376
1377
 mesh_57 = Instance.new("CylinderMesh", part_64)
1378
mesh_57.Scale = Vector3.new(0.267, 0.2, 0.267)
1379
1380
 part_65 = Instance.new("Part", aircraftgun2)
1381
part_65.FormFactor = Enum.FormFactor.Symmetric
1382
part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1383
part_65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1384
part_65.Reflectance = 0.05
1385
part_65.Anchored = false
1386
part_65.Material = Enum.Material.Metal
1387
part_65.Size = Vector3.new(1, 1, 1)
1388
part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1389
part_65.CFrame = CFrame.new(-32.032, 11.933, -63.688)* CFrame.Angles(-1.5707963705063, -0, -0)
1390
part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1391
part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1392
part_65.BrickColor = BrickColor.new("Dark stone grey")
1393
part_65.Friction = 0.3
1394
part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1395
1396
 mesh_58 = Instance.new("SpecialMesh", part_65)
1397
mesh_58.Scale = Vector3.new(0.067, 0.067, 0.067)
1398
mesh_58.MeshType = Enum.MeshType.Wedge
1399
1400
 part_66 = Instance.new("Part", aircraftgun2)
1401
part_66.FormFactor = Enum.FormFactor.Symmetric
1402
part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1403
part_66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1404
part_66.Reflectance = 0.05
1405
part_66.Anchored = false
1406
part_66.Material = Enum.Material.Metal
1407
part_66.Size = Vector3.new(1, 1, 1)
1408
part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1409
part_66.CFrame = CFrame.new(-32.032, 11.8, -63.688)
1410
part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1411
part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1412
part_66.BrickColor = BrickColor.new("Dark stone grey")
1413
part_66.Friction = 0.3
1414
part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1415
1416
 mesh_59 = Instance.new("SpecialMesh", part_66)
1417
mesh_59.Scale = Vector3.new(0.067, 0.067, 0.067)
1418
mesh_59.MeshType = Enum.MeshType.Wedge
1419
1420
 part_67 = Instance.new("Part", aircraftgun2)
1421
part_67.FormFactor = Enum.FormFactor.Symmetric
1422
part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1423
part_67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1424
part_67.Reflectance = 0.05
1425
part_67.Anchored = false
1426
part_67.Material = Enum.Material.Metal
1427
part_67.Size = Vector3.new(1, 1, 1)
1428
part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1429
part_67.CFrame = CFrame.new(-32.032, 12, -63.988)* CFrame.Angles(-1.5707963705063, -0, -0)
1430
part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1431
part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1432
part_67.BrickColor = BrickColor.new("Dark stone grey")
1433
part_67.Friction = 0.3
1434
part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1435
1436
 mesh_60 = Instance.new("SpecialMesh", part_67)
1437
mesh_60.Scale = Vector3.new(0.2, 0.133, 0.067)
1438
mesh_60.MeshType = Enum.MeshType.Wedge
1439
1440
 part_68 = Instance.new("Part", aircraftgun2)
1441
part_68.FormFactor = Enum.FormFactor.Symmetric
1442
part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1443
part_68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1444
part_68.Reflectance = 0.05
1445
part_68.Anchored = false
1446
part_68.Material = Enum.Material.Metal
1447
part_68.Size = Vector3.new(1, 1, 1)
1448
part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1449
part_68.CFrame = CFrame.new(-32.032, 11.867, -63.622)
1450
part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1451
part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1452
part_68.BrickColor = BrickColor.new("Dark stone grey")
1453
part_68.Friction = 0.3
1454
part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1455
1456
 mesh_61 = Instance.new("BlockMesh", part_68)
1457
mesh_61.Scale = Vector3.new(0.067, 0.067, 0.067)
1458
1459
 part_69 = Instance.new("Part", aircraftgun2)
1460
part_69.FormFactor = Enum.FormFactor.Symmetric
1461
part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1462
part_69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1463
part_69.Reflectance = 0.05
1464
part_69.Anchored = false
1465
part_69.Material = Enum.Material.Metal
1466
part_69.Size = Vector3.new(1, 1, 1)
1467
part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1468
part_69.CFrame = CFrame.new(-32.032, 11.933, -63.822)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
1469
part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1470
part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1471
part_69.BrickColor = BrickColor.new("Dark stone grey")
1472
part_69.Friction = 0.3
1473
part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1474
1475
 mesh_62 = Instance.new("SpecialMesh", part_69)
1476
mesh_62.Scale = Vector3.new(0.2, 0.067, 0.067)
1477
mesh_62.MeshType = Enum.MeshType.Wedge
1478
1479
 part_70 = Instance.new("Part", aircraftgun2)
1480
part_70.FormFactor = Enum.FormFactor.Symmetric
1481
part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1482
part_70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1483
part_70.Reflectance = 0.05
1484
part_70.Anchored = false
1485
part_70.Material = Enum.Material.Metal
1486
part_70.Size = Vector3.new(1, 1, 1)
1487
part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1488
part_70.CFrame = CFrame.new(-32.032, 11.867, -63.655)* CFrame.Angles(0, 1.5707963705063, 0)
1489
part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1490
part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1491
part_70.BrickColor = BrickColor.new("Dark stone grey")
1492
part_70.Friction = 0.3
1493
part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1494
1495
 mesh_63 = Instance.new("SpecialMesh", part_70)
1496
mesh_63.Scale = Vector3.new(0.367, 0.267, 1.25)
1497
mesh_63.MeshId = "http://www.roblox.com/asset/?id=3270017"
1498
mesh_63.MeshType = Enum.MeshType.FileMesh
1499
1500
 part_71 = Instance.new("Part", aircraftgun2)
1501
part_71.FormFactor = Enum.FormFactor.Symmetric
1502
part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1503
part_71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1504
part_71.Reflectance = 0.05
1505
part_71.Anchored = false
1506
part_71.Material = Enum.Material.Metal
1507
part_71.Size = Vector3.new(1, 1, 1)
1508
part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1509
part_71.CFrame = CFrame.new(-32.032, 12, -63.522)
1510
part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1511
part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1512
part_71.BrickColor = BrickColor.new("Dark stone grey")
1513
part_71.Friction = 0.3
1514
part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1515
1516
 mesh_64 = Instance.new("BlockMesh", part_71)
1517
mesh_64.Scale = Vector3.new(0.2, 0.067, 0.8)
1518
1519
 part_72 = Instance.new("Part", aircraftgun2)
1520
part_72.FormFactor = Enum.FormFactor.Symmetric
1521
part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1522
part_72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1523
part_72.Reflectance = 0.05
1524
part_72.Anchored = false
1525
part_72.Material = Enum.Material.Metal
1526
part_72.Size = Vector3.new(1, 1, 1)
1527
part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1528
part_72.CFrame = CFrame.new(-32.032, 11.933, -63.622)* CFrame.Angles(1.5707963705063, 0, -0)
1529
part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1530
part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1531
part_72.BrickColor = BrickColor.new("Dark stone grey")
1532
part_72.Friction = 0.3
1533
part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1534
1535
 mesh_65 = Instance.new("SpecialMesh", part_72)
1536
mesh_65.Scale = Vector3.new(0.067, 0.067, 0.067)
1537
mesh_65.MeshType = Enum.MeshType.Wedge
1538
1539
 part_73 = Instance.new("Part", aircraftgun2)
1540
part_73.FormFactor = Enum.FormFactor.Symmetric
1541
part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1542
part_73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1543
part_73.Reflectance = 0.05
1544
part_73.Anchored = false
1545
part_73.Material = Enum.Material.Metal
1546
part_73.Size = Vector3.new(1, 1, 1)
1547
part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1548
part_73.CFrame = CFrame.new(-32.032, 11.8, -63.622)* CFrame.Angles(-3.1415927410126, 0, -0)
1549
part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1550
part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1551
part_73.BrickColor = BrickColor.new("Dark stone grey")
1552
part_73.Friction = 0.3
1553
part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1554
1555
 mesh_66 = Instance.new("SpecialMesh", part_73)
1556
mesh_66.Scale = Vector3.new(0.067, 0.067, 0.067)
1557
mesh_66.MeshType = Enum.MeshType.Wedge
1558
1559
 part_74 = Instance.new("Part", aircraftgun2)
1560
part_74.FormFactor = Enum.FormFactor.Symmetric
1561
part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1562
part_74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1563
part_74.Reflectance = 0.05
1564
part_74.Anchored = false
1565
part_74.Material = Enum.Material.Metal
1566
part_74.Size = Vector3.new(1, 1, 1)
1567
part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1568
part_74.CFrame = CFrame.new(-32.032, 12, -63.055)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
1569
part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1570
part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1571
part_74.BrickColor = BrickColor.new("Dark stone grey")
1572
part_74.Friction = 0.3
1573
part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1574
1575
 mesh_67 = Instance.new("SpecialMesh", part_74)
1576
mesh_67.Scale = Vector3.new(0.2, 0.133, 0.067)
1577
mesh_67.MeshType = Enum.MeshType.Wedge
1578
1579
 part_75 = Instance.new("Part", aircraftgun2)
1580
part_75.FormFactor = Enum.FormFactor.Symmetric
1581
part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1582
part_75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1583
part_75.Reflectance = 0.05
1584
part_75.Anchored = false
1585
part_75.Material = Enum.Material.Metal
1586
part_75.Size = Vector3.new(1, 1, 1)
1587
part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1588
part_75.CFrame = CFrame.new(-32.032, 11.933, -63.888)* CFrame.Angles(-1.5707963705063, -0, -0)
1589
part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1590
part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1591
part_75.BrickColor = BrickColor.new("Dark stone grey")
1592
part_75.Friction = 0.3
1593
part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1594
1595
 mesh_68 = Instance.new("SpecialMesh", part_75)
1596
mesh_68.Scale = Vector3.new(0.2, 0.067, 0.067)
1597
mesh_68.MeshType = Enum.MeshType.Wedge
1598
1599
 part_76 = Instance.new("Part", aircraftgun2)
1600
part_76.FormFactor = Enum.FormFactor.Symmetric
1601
part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1602
part_76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1603
part_76.Reflectance = 0.05
1604
part_76.Anchored = false
1605
part_76.Material = Enum.Material.Metal
1606
part_76.Size = Vector3.new(1, 1, 1)
1607
part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1608
part_76.CFrame = CFrame.new(-32.032, 11.933, -63.155)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
1609
part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1610
part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1611
part_76.BrickColor = BrickColor.new("Pine Cone")
1612
part_76.Friction = 0.3
1613
part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614
1615
 mesh_69 = Instance.new("SpecialMesh", part_76)
1616
mesh_69.Scale = Vector3.new(0.2, 0.067, 0.067)
1617
mesh_69.MeshType = Enum.MeshType.Wedge
1618
1619
 part_77 = Instance.new("Part", aircraftgun2)
1620
part_77.FormFactor = Enum.FormFactor.Symmetric
1621
part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1622
part_77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1623
part_77.Reflectance = 0.05
1624
part_77.Anchored = false
1625
part_77.Material = Enum.Material.Wood
1626
part_77.Size = Vector3.new(1, 1, 1)
1627
part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1628
part_77.CFrame = CFrame.new(-32.032, 11.867, -63.355)
1629
part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1630
part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1631
part_77.BrickColor = BrickColor.new("Pine Cone")
1632
part_77.Friction = 0.3
1633
part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1634
1635
 mesh_70 = Instance.new("BlockMesh", part_77)
1636
mesh_70.Scale = Vector3.new(0.2, 0.2, 0.333)
1637
1638
 part_78 = Instance.new("Part", aircraftgun2)
1639
part_78.FormFactor = Enum.FormFactor.Symmetric
1640
part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1641
part_78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1642
part_78.Reflectance = 0.05
1643
part_78.Anchored = false
1644
part_78.Material = Enum.Material.Metal
1645
part_78.Size = Vector3.new(1, 1, 1)
1646
part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1647
part_78.CFrame = CFrame.new(-32.165, 12.1, -63.388)
1648
part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1649
part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1650
part_78.Friction = 0.3
1651
part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1652
1653
 mesh_71 = Instance.new("BlockMesh", part_78)
1654
mesh_71.Scale = Vector3.new(0.07, 0.04, 0.933)
1655
1656
 part_79 = Instance.new("Part", aircraftgun2)
1657
part_79.FormFactor = Enum.FormFactor.Symmetric
1658
part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1659
part_79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1660
part_79.Reflectance = 0.05
1661
part_79.Anchored = false
1662
part_79.Material = Enum.Material.Metal
1663
part_79.Size = Vector3.new(1, 1, 1)
1664
part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1665
part_79.CFrame = CFrame.new(-31.898, 12.1, -64.022)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
1666
part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1667
part_79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1668
part_79.BrickColor = BrickColor.new("Dark stone grey")
1669
part_79.Friction = 0.3
1670
part_79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1671
1672
 mesh_72 = Instance.new("SpecialMesh", part_79)
1673
mesh_72.Scale = Vector3.new(0.133, 0.333, 0.067)
1674
mesh_72.MeshType = Enum.MeshType.Wedge
1675
1676
 part_80 = Instance.new("Part", aircraftgun2)
1677
part_80.FormFactor = Enum.FormFactor.Symmetric
1678
part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1679
part_80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1680
part_80.Reflectance = 0.05
1681
part_80.Anchored = false
1682
part_80.Material = Enum.Material.Metal
1683
part_80.Size = Vector3.new(1, 1, 1)
1684
part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1685
part_80.CFrame = CFrame.new(-32.165, 12.1, -64.022)* CFrame.Angles(-1.5707963705063, 1.5707963705063, 0)
1686
part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1687
part_80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1688
part_80.BrickColor = BrickColor.new("Dark stone grey")
1689
part_80.Friction = 0.3
1690
part_80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1691
1692
 mesh_73 = Instance.new("SpecialMesh", part_80)
1693
mesh_73.Scale = Vector3.new(0.133, 0.333, 0.067)
1694
mesh_73.MeshType = Enum.MeshType.Wedge
1695
1696
 part_81 = Instance.new("Part", aircraftgun2)
1697
part_81.FormFactor = Enum.FormFactor.Symmetric
1698
part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1699
part_81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1700
part_81.Reflectance = 0.05
1701
part_81.Anchored = false
1702
part_81.Material = Enum.Material.Metal
1703
part_81.Size = Vector3.new(1, 1, 2)
1704
part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1705
part_81.CFrame = CFrame.new(-32.032, 12.2, -63.688)
1706
part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1707
part_81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1708
part_81.BrickColor = BrickColor.new("Dark stone grey")
1709
part_81.Friction = 0.3
1710
part_81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1711
1712
 mesh_74 = Instance.new("BlockMesh", part_81)
1713
mesh_74.Scale = Vector3.new(0.2, 0.067, 0.767)
1714
1715
 part_82 = Instance.new("Part", aircraftgun2)
1716
part_82.FormFactor = Enum.FormFactor.Symmetric
1717
part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1718
part_82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1719
part_82.Reflectance = 0.05
1720
part_82.Anchored = false
1721
part_82.Material = Enum.Material.Metal
1722
part_82.Size = Vector3.new(1, 1, 1)
1723
part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1724
part_82.CFrame = CFrame.new(-32.032, 12.1, -64.155)
1725
part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1726
part_82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1727
part_82.BrickColor = BrickColor.new("Dark stone grey")
1728
part_82.Friction = 0.3
1729
part_82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1730
1731
 mesh_75 = Instance.new("BlockMesh", part_82)
1732
mesh_75.Scale = Vector3.new(0.2, 0.133, 0.6)
1733
1734
 part_83 = Instance.new("Part", aircraftgun2)
1735
part_83.FormFactor = Enum.FormFactor.Symmetric
1736
part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1737
part_83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1738
part_83.Reflectance = 0.05
1739
part_83.Anchored = false
1740
part_83.Material = Enum.Material.Metal
1741
part_83.Size = Vector3.new(1, 1, 1)
1742
part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1743
part_83.CFrame = CFrame.new(-32.032, 12, -64.255)
1744
part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1745
part_83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1746
part_83.BrickColor = BrickColor.new("Dark stone grey")
1747
part_83.Friction = 0.3
1748
part_83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1749
1750
 mesh_76 = Instance.new("BlockMesh", part_83)
1751
mesh_76.Scale = Vector3.new(0.2, 0.067, 0.267)
1752
1753
 part_84 = Instance.new("Part", aircraftgun2)
1754
part_84.FormFactor = Enum.FormFactor.Symmetric
1755
part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1756
part_84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1757
part_84.Reflectance = 0.05
1758
part_84.Anchored = false
1759
part_84.Material = Enum.Material.Metal
1760
part_84.Size = Vector3.new(1, 1, 1)
1761
part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1762
part_84.CFrame = CFrame.new(-32.032, 12.1, -63.388)
1763
part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1764
part_84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1765
part_84.BrickColor = BrickColor.new("Dark stone grey")
1766
part_84.Friction = 0.3
1767
part_84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1768
1769
 mesh_77 = Instance.new("BlockMesh", part_84)
1770
mesh_77.Scale = Vector3.new(0.333, 0.133, 0.933)
1771
1772
 part_85 = Instance.new("Part", aircraftgun2)
1773
part_85.FormFactor = Enum.FormFactor.Symmetric
1774
part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1775
part_85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1776
part_85.Reflectance = 0.05
1777
part_85.Anchored = false
1778
part_85.Material = Enum.Material.Metal
1779
part_85.Size = Vector3.new(1, 1, 1)
1780
part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1781
part_85.CFrame = CFrame.new(-32.032, 12.233, -62.888)
1782
part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1783
part_85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1784
part_85.BrickColor = BrickColor.new("Dark stone grey")
1785
part_85.Friction = 0.3
1786
part_85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1787
1788
 mesh_78 = Instance.new("BlockMesh", part_85)
1789
mesh_78.Scale = Vector3.new(0.333, 0.4, 0.067)
1790
1791
 part_86 = Instance.new("Part", aircraftgun2)
1792
part_86.FormFactor = Enum.FormFactor.Symmetric
1793
part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1794
part_86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1795
part_86.Reflectance = 0.05
1796
part_86.Anchored = false
1797
part_86.Material = Enum.Material.Metal
1798
part_86.Size = Vector3.new(1, 2, 1)
1799
part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1800
part_86.CFrame = CFrame.new(-32.032, 12.3, -63.688)* CFrame.Angles(-1.5707963705063, -0, -0)
1801
part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1802
part_86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1803
part_86.BrickColor = BrickColor.new("Dark stone grey")
1804
part_86.Friction = 0.3
1805
part_86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1806
1807
 mesh_79 = Instance.new("CylinderMesh", part_86)
1808
mesh_79.Scale = Vector3.new(0.333, 0.767, 0.267)
1809
1810
 part_87 = Instance.new("Part", aircraftgun2)
1811
part_87.FormFactor = Enum.FormFactor.Symmetric
1812
part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1813
part_87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1814
part_87.Reflectance = 0.05
1815
part_87.Anchored = false
1816
part_87.Material = Enum.Material.Metal
1817
part_87.Size = Vector3.new(1, 1, 1)
1818
part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1819
part_87.CFrame = CFrame.new(-32.032, 12.133, -64.622)* CFrame.Angles(-1.5707963705063, -0, -0)
1820
part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1821
part_87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1822
part_87.BrickColor = BrickColor.new("Dark stone grey")
1823
part_87.Friction = 0.3
1824
part_87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1825
1826
 mesh_80 = Instance.new("CylinderMesh", part_87)
1827
mesh_80.Scale = Vector3.new(0.333, 0.333, 0.18)
1828
1829
 mag_2 = Instance.new("Part", aircraftgun2)
1830
mag_2.FormFactor = Enum.FormFactor.Symmetric
1831
mag_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1832
mag_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1833
mag_2.Reflectance = 0.05
1834
mag_2.Anchored = false
1835
mag_2.Material = Enum.Material.Metal
1836
mag_2.Size = Vector3.new(1, 1, 1)
1837
mag_2.Name = "Mag"
1838
mag_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1839
mag_2.CFrame = CFrame.new(-32.032, 12.567, -64.388)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
1840
mag_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1841
mag_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1842
mag_2.BrickColor = BrickColor.new("Dark stone grey")
1843
mag_2.Friction = 0.3
1844
mag_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1845
1846
 mesh_81 = Instance.new("CylinderMesh", mag_2)
1847
mesh_81.Scale = Vector3.new(0.733, 0.267, 0.8)
1848
1849
 part_88 = Instance.new("Part", aircraftgun2)
1850
part_88.FormFactor = Enum.FormFactor.Symmetric
1851
part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1852
part_88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1853
part_88.Reflectance = 0.05
1854
part_88.Anchored = false
1855
part_88.Material = Enum.Material.Metal
1856
part_88.Size = Vector3.new(1, 1, 1)
1857
part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1858
part_88.CFrame = CFrame.new(-32.032, 12.567, -64.422)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
1859
part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1860
part_88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1861
part_88.BrickColor = BrickColor.new("Dark stone grey")
1862
part_88.Friction = 0.3
1863
part_88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1864
1865
 mesh_82 = Instance.new("CylinderMesh", part_88)
1866
mesh_82.Scale = Vector3.new(0.2, 0.133, 0.2)
1867
1868
 part_89 = Instance.new("Part", aircraftgun2)
1869
part_89.FormFactor = Enum.FormFactor.Symmetric
1870
part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1871
part_89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1872
part_89.Reflectance = 0.05
1873
part_89.Anchored = false
1874
part_89.Material = Enum.Material.Metal
1875
part_89.Size = Vector3.new(1, 1, 1)
1876
part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1877
part_89.CFrame = CFrame.new(-32.032, 12.267, -65.055)* CFrame.Angles(-1.5707963705063, -0, -0)
1878
part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1879
part_89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1880
part_89.Friction = 0.3
1881
part_89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1882
1883
 mesh_83 = Instance.new("CylinderMesh", part_89)
1884
mesh_83.Scale = Vector3.new(0.6, 0.267, 0.443)
1885
1886
 part_90 = Instance.new("Part", aircraftgun2)
1887
part_90.FormFactor = Enum.FormFactor.Symmetric
1888
part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1889
part_90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1890
part_90.Reflectance = 0.05
1891
part_90.Anchored = false
1892
part_90.Material = Enum.Material.Metal
1893
part_90.Size = Vector3.new(1, 1, 1)
1894
part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1895
part_90.CFrame = CFrame.new(-31.965, 12.333, -63.855)* CFrame.Angles(-1.5707963705063, -1.5707963705063, 0)
1896
part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1897
part_90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1898
part_90.Friction = 0.3
1899
part_90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1900
1901
 mesh_84 = Instance.new("CylinderMesh", part_90)
1902
mesh_84.Scale = Vector3.new(0.333, 0.533, 0.2)
1903
1904
 part_91 = Instance.new("Part", aircraftgun2)
1905
part_91.FormFactor = Enum.FormFactor.Symmetric
1906
part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1907
part_91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1908
part_91.Reflectance = 0.05
1909
part_91.Anchored = false
1910
part_91.Material = Enum.Material.Metal
1911
part_91.Size = Vector3.new(1, 1, 1)
1912
part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1913
part_91.CFrame = CFrame.new(-32.032, 12.3, -64.622)* CFrame.Angles(-1.5707963705063, -0, -0)
1914
part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1915
part_91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1916
part_91.BrickColor = BrickColor.new("Dark stone grey")
1917
part_91.Friction = 0.3
1918
part_91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1919
1920
 mesh_85 = Instance.new("CylinderMesh", part_91)
1921
mesh_85.Scale = Vector3.new(0.333, 0.333, 0.24)
1922
1923
 part_92 = Instance.new("Part", aircraftgun2)
1924
part_92.FormFactor = Enum.FormFactor.Symmetric
1925
part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1926
part_92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1927
part_92.Reflectance = 0.05
1928
part_92.Anchored = false
1929
part_92.Material = Enum.Material.Metal
1930
part_92.Size = Vector3.new(1, 1, 1)
1931
part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1932
part_92.CFrame = CFrame.new(-32.032, 12.267, -65.255)* CFrame.Angles(-1.5707963705063, -0, -0)
1933
part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1934
part_92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1935
part_92.BrickColor = BrickColor.new("Dark stone grey")
1936
part_92.Friction = 0.3
1937
part_92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1938
1939
 mesh_86 = Instance.new("CylinderMesh", part_92)
1940
mesh_86.Scale = Vector3.new(0.6, 0.133, 0.467)
1941
1942
 part_93 = Instance.new("Part", aircraftgun2)
1943
part_93.FormFactor = Enum.FormFactor.Symmetric
1944
part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1945
part_93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1946
part_93.Reflectance = 0.05
1947
part_93.Anchored = false
1948
part_93.Material = Enum.Material.Metal
1949
part_93.Size = Vector3.new(1, 1, 2)
1950
part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1951
part_93.CFrame = CFrame.new(-32.032, 12.4, -63.855)
1952
part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1953
part_93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1954
part_93.BrickColor = BrickColor.new("Dark stone grey")
1955
part_93.Friction = 0.3
1956
part_93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1957
1958
 mesh_87 = Instance.new("BlockMesh", part_93)
1959
mesh_87.Scale = Vector3.new(0.333, 0.067, 0.933)
1960
1961
 part_94 = Instance.new("Part", aircraftgun2)
1962
part_94.FormFactor = Enum.FormFactor.Symmetric
1963
part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1964
part_94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1965
part_94.Reflectance = 0.05
1966
part_94.Anchored = false
1967
part_94.Material = Enum.Material.Metal
1968
part_94.Size = Vector3.new(1, 1, 1)
1969
part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1970
part_94.CFrame = CFrame.new(-32.032, 12.267, -64.855)* CFrame.Angles(-1.5707963705063, -0, -0)
1971
part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1972
part_94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1973
part_94.BrickColor = BrickColor.new("Dark stone grey")
1974
part_94.Friction = 0.3
1975
part_94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1976
1977
 mesh_88 = Instance.new("CylinderMesh", part_94)
1978
mesh_88.Scale = Vector3.new(0.6, 0.133, 0.467)
1979
1980
 part_95 = Instance.new("Part", aircraftgun2)
1981
part_95.FormFactor = Enum.FormFactor.Symmetric
1982
part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1983
part_95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1984
part_95.Reflectance = 0.05
1985
part_95.Anchored = false
1986
part_95.Material = Enum.Material.Metal
1987
part_95.Size = Vector3.new(1, 1, 1)
1988
part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1989
part_95.CFrame = CFrame.new(-32.032, 12.6, -63.222)
1990
part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1991
part_95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1992
part_95.BrickColor = BrickColor.new("Dark stone grey")
1993
part_95.Friction = 0.3
1994
part_95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1995
1996
 mesh_89 = Instance.new("BlockMesh", part_95)
1997
mesh_89.Scale = Vector3.new(0.15, 0.067, 0.467)
1998
1999
 part_96 = Instance.new("Part", aircraftgun2)
2000
part_96.FormFactor = Enum.FormFactor.Symmetric
2001
part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2002
part_96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2003
part_96.Reflectance = 0.05
2004
part_96.Anchored = false
2005
part_96.Material = Enum.Material.Metal
2006
part_96.Size = Vector3.new(1, 1, 1)
2007
part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2008
part_96.CFrame = CFrame.new(-32.032, 12.567, -62.988)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
2009
part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2010
part_96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2011
part_96.Friction = 0.3
2012
part_96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2013
2014
 mesh_90 = Instance.new("CylinderMesh", part_96)
2015
mesh_90.Scale = Vector3.new(0.133, 0.16, 0.067)
2016
2017
 part_97 = Instance.new("Part", aircraftgun2)
2018
part_97.FormFactor = Enum.FormFactor.Symmetric
2019
part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2020
part_97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2021
part_97.Reflectance = 0.05
2022
part_97.Anchored = false
2023
part_97.Material = Enum.Material.Metal
2024
part_97.Size = Vector3.new(1, 1, 1)
2025
part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2026
part_97.CFrame = CFrame.new(-32.032, 12.467, -63.455)
2027
part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2028
part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2029
part_97.BrickColor = BrickColor.new("Dark stone grey")
2030
part_97.Friction = 0.3
2031
part_97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2032
2033
 mesh_91 = Instance.new("BlockMesh", part_97)
2034
mesh_91.Scale = Vector3.new(0.2, 0.067, 1.067)
2035
2036
 part_98 = Instance.new("Part", aircraftgun2)
2037
part_98.FormFactor = Enum.FormFactor.Symmetric
2038
part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2039
part_98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2040
part_98.Reflectance = 0.05
2041
part_98.Anchored = false
2042
part_98.Material = Enum.Material.Metal
2043
part_98.Size = Vector3.new(1, 1, 1)
2044
part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2045
part_98.CFrame = CFrame.new(-32.032, 12.467, -64.422)
2046
part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2047
part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2048
part_98.BrickColor = BrickColor.new("Dark stone grey")
2049
part_98.Friction = 0.3
2050
part_98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2051
2052
 mesh_92 = Instance.new("BlockMesh", part_98)
2053
mesh_92.Scale = Vector3.new(0.2, 0.067, 0.2)
2054
2055
 part_99 = Instance.new("Part", aircraftgun2)
2056
part_99.FormFactor = Enum.FormFactor.Symmetric
2057
part_99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2058
part_99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2059
part_99.Reflectance = 0.05
2060
part_99.Anchored = false
2061
part_99.Material = Enum.Material.Metal
2062
part_99.Size = Vector3.new(1, 1, 1)
2063
part_99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2064
part_99.CFrame = CFrame.new(-32.032, 12.533, -63.422)
2065
part_99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2066
part_99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2067
part_99.BrickColor = BrickColor.new("Dark stone grey")
2068
part_99.Friction = 0.3
2069
part_99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2070
2071
 mesh_93 = Instance.new("BlockMesh", part_99)
2072
mesh_93.Scale = Vector3.new(0.2, 0.067, 0.067)
2073
2074
 part_100 = Instance.new("Part", aircraftgun2)
2075
part_100.FormFactor = Enum.FormFactor.Symmetric
2076
part_100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2077
part_100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2078
part_100.Reflectance = 0.05
2079
part_100.Anchored = false
2080
part_100.Material = Enum.Material.Metal
2081
part_100.Size = Vector3.new(1, 1, 1)
2082
part_100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2083
part_100.CFrame = CFrame.new(-32.032, 12.6, -63.455)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
2084
part_100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2085
part_100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2086
part_100.BrickColor = BrickColor.new("Dark stone grey")
2087
part_100.Friction = 0.3
2088
part_100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2089
2090
 mesh_94 = Instance.new("CylinderMesh", part_100)
2091
mesh_94.Scale = Vector3.new(0.067, 0.15, 0.067)
2092
2093
 part_101 = Instance.new("Part", aircraftgun2)
2094
part_101.FormFactor = Enum.FormFactor.Symmetric
2095
part_101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2096
part_101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2097
part_101.Reflectance = 0.05
2098
part_101.Anchored = false
2099
part_101.Material = Enum.Material.Metal
2100
part_101.Size = Vector3.new(1, 1, 1)
2101
part_101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2102
part_101.CFrame = CFrame.new(-32.032, 12.533, -62.988)
2103
part_101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2104
part_101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2105
part_101.BrickColor = BrickColor.new("Dark stone grey")
2106
part_101.Friction = 0.3
2107
part_101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2108
2109
 mesh_95 = Instance.new("BlockMesh", part_101)
2110
mesh_95.Scale = Vector3.new(0.2, 0.067, 0.133)
2111
2112
 part_102 = Instance.new("Part", aircraftgun2)
2113
part_102.FormFactor = Enum.FormFactor.Symmetric
2114
part_102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2115
part_102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2116
part_102.Reflectance = 0.05
2117
part_102.Anchored = false
2118
part_102.Material = Enum.Material.Metal
2119
part_102.Size = Vector3.new(1, 1, 1)
2120
part_102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2121
part_102.CFrame = CFrame.new(-32.032, 12.567, -62.988)* CFrame.Angles(-1.5707963705063, 0, -1.5707963705063)
2122
part_102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2123
part_102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2124
part_102.BrickColor = BrickColor.new("Dark stone grey")
2125
part_102.Friction = 0.3
2126
part_102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2127
2128
 mesh_96 = Instance.new("CylinderMesh", part_102)
2129
mesh_96.Scale = Vector3.new(0.133, 0.15, 0.133)
2130
2131
 barrelpart_2 = Instance.new("Part", aircraftgun2)
2132
barrelpart_2.FormFactor = Enum.FormFactor.Symmetric
2133
barrelpart_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2134
barrelpart_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2135
barrelpart_2.Reflectance = 0.05
2136
barrelpart_2.Anchored = false
2137
barrelpart_2.Material = Enum.Material.Metal
2138
barrelpart_2.Size = Vector3.new(1, 2, 1)
2139
barrelpart_2.Name = "barrelpart"
2140
barrelpart_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2141
barrelpart_2.CFrame = CFrame.new(-32.032, 12.233, -66.188)* CFrame.Angles(-1.5707963705063, -0, -0)
2142
barrelpart_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2143
barrelpart_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2144
barrelpart_2.BrickColor = BrickColor.new("Dark stone grey")
2145
barrelpart_2.Friction = 0.3
2146
barrelpart_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2147
2148
 mesh_97 = Instance.new("CylinderMesh", barrelpart_2)
2149
mesh_97.Scale = Vector3.new(0.6, 0.867, 0.4)
2150
2151
 part_103 = Instance.new("Part", aircraftgun2)
2152
part_103.FormFactor = Enum.FormFactor.Symmetric
2153
part_103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2154
part_103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2155
part_103.Reflectance = 0.05
2156
part_103.Anchored = false
2157
part_103.Material = Enum.Material.Metal
2158
part_103.Size = Vector3.new(1, 1, 1)
2159
part_103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2160
part_103.CFrame = CFrame.new(-32.032, 12.233, -66.988)* CFrame.Angles(-1.5707963705063, -0, -0)
2161
part_103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2162
part_103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2163
part_103.Friction = 0.3
2164
part_103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2165
2166
 mesh_98 = Instance.new("CylinderMesh", part_103)
2167
mesh_98.Scale = Vector3.new(0.6, 0.127, 0.42)
2168
2169
 machinebarrel_2 = Instance.new("Part", aircraftgun2)
2170
machinebarrel_2.FormFactor = Enum.FormFactor.Symmetric
2171
machinebarrel_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2172
machinebarrel_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2173
machinebarrel_2.Reflectance = 0.05
2174
machinebarrel_2.Anchored = false
2175
machinebarrel_2.Material = Enum.Material.Metal
2176
machinebarrel_2.Size = Vector3.new(1, 1, 1)
2177
machinebarrel_2.Name = "machinebarrel"
2178
machinebarrel_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2179
machinebarrel_2.CFrame = CFrame.new(-32.032, 12.233, -67.012)* CFrame.Angles(-1.5707963705063, -0, -0)
2180
machinebarrel_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2181
machinebarrel_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2182
machinebarrel_2.BrickColor = BrickColor.new("Really black")
2183
machinebarrel_2.Friction = 0.3
2184
machinebarrel_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2185
2186
 mesh_99 = Instance.new("CylinderMesh", machinebarrel_2)
2187
mesh_99.Scale = Vector3.new(0.4, 0.1, 0.4)
2188
2189
 engine = Instance.new("Part", matteoplane)
2190
engine.Velocity = Vector3.new(-0.024, -0.004, 0.019)
2191
engine.FormFactor = Enum.FormFactor.Plate
2192
engine.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2193
engine.Transparency = 1
2194
engine.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2195
engine.RotVelocity = Vector3.new(0.001, 0.001, 0)
2196
engine.Material = Enum.Material.Metal
2197
engine.Size = Vector3.new(20, 0.4, 21)
2198
engine.Name = "Engine"
2199
engine.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2200
engine.CFrame = CFrame.new(-28.943, 3.065, -59.048)* CFrame.Angles(0.12173729389906, -0.0059163621626794, 0.00073100393638015)
2201
engine.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2202
engine.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2203
engine.BrickColor = BrickColor.new("Dark stone grey")
2204
engine.Friction = 0.3
2205
engine.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2206
2207
 part_104 = Instance.new("Part", matteoplane)
2208
part_104.Velocity = Vector3.new(-0.028, -0.001, 0.02)
2209
part_104.FormFactor = Enum.FormFactor.Plate
2210
part_104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2211
part_104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2212
part_104.RotVelocity = Vector3.new(0.001, 0.001, 0)
2213
part_104.Material = Enum.Material.Metal
2214
part_104.Size = Vector3.new(2, 0.4, 11)
2215
part_104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2216
part_104.CFrame = CFrame.new(-28.925, 3.826, -61.977)* CFrame.Angles(0.12173741310835, -0.0059163547120988, 0.00073100323788822)
2217
part_104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2218
part_104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2219
part_104.BrickColor = BrickColor.new("Dark stone grey")
2220
part_104.Friction = 0.3
2221
part_104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2222
2223
 part_105 = Instance.new("Part", matteoplane)
2224
part_105.Velocity = Vector3.new(-0.027, -0.004, 0.04)
2225
part_105.CanCollide = false
2226
part_105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2227
part_105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2228
part_105.RotVelocity = Vector3.new(0.001, 0.001, 0)
2229
part_105.Material = Enum.Material.Metal
2230
part_105.Size = Vector3.new(1, 20.4, 2)
2231
part_105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2232
part_105.CFrame = CFrame.new(-41.733, 10.813, -60.695)* CFrame.Angles(-3.0198500156403, 0.0059160268865526, -1.5715273618698)
2233
part_105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2234
part_105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2235
part_105.BrickColor = BrickColor.new("Dark stone grey")
2236
part_105.Friction = 0.3
2237
part_105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2238
2239
 part_106 = Instance.new("Part", matteoplane)
2240
part_106.Velocity = Vector3.new(-0.035, 0.004, 0.022)
2241
part_106.FormFactor = Enum.FormFactor.Plate
2242
part_106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2243
part_106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2244
part_106.RotVelocity = Vector3.new(0.001, 0.001, 0)
2245
part_106.Material = Enum.Material.Metal
2246
part_106.Size = Vector3.new(2, 1.2, 1)
2247
part_106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2248
part_106.CFrame = CFrame.new(-30.387, 5.013, -68.39)* CFrame.Angles(-0.0011966947931796, 1.5648361444473, -3.0186607837677)
2249
part_106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2250
part_106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2251
part_106.BrickColor = BrickColor.new("Dark stone grey")
2252
part_106.Friction = 0.3
2253
part_106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2254
2255
 mesh_100 = Instance.new("SpecialMesh", part_106)
2256
mesh_100.MeshType = Enum.MeshType.Wedge
2257
2258
 part_107 = Instance.new("Part", matteoplane)
2259
part_107.Velocity = Vector3.new(-0.023, -0.005, 0.021)
2260
part_107.FormFactor = Enum.FormFactor.Plate
2261
part_107.CanCollide = false
2262
part_107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2263
part_107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2264
part_107.RotVelocity = Vector3.new(0.001, 0.001, 0)
2265
part_107.Material = Enum.Material.Metal
2266
part_107.Size = Vector3.new(3, 1.2, 1)
2267
part_107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2268
part_107.CFrame = CFrame.new(-30.449, 3.738, -57.968)* CFrame.Angles(-0.0011966947931796, 1.5648361444473, -3.0186607837677)
2269
part_107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2270
part_107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2271
part_107.BrickColor = BrickColor.new("Dark stone grey")
2272
part_107.Friction = 0.3
2273
part_107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2274
2275
 mesh_101 = Instance.new("SpecialMesh", part_107)
2276
mesh_101.MeshType = Enum.MeshType.Wedge
2277
2278
 part_108 = Instance.new("Part", matteoplane)
2279
part_108.Velocity = Vector3.new(-0.028, -0.001, 0.023)
2280
part_108.FormFactor = Enum.FormFactor.Plate
2281
part_108.CanCollide = false
2282
part_108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2283
part_108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2284
part_108.RotVelocity = Vector3.new(0.001, 0.001, 0)
2285
part_108.Material = Enum.Material.Metal
2286
part_108.Size = Vector3.new(1, 1.2, 11)
2287
part_108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2288
part_108.CFrame = CFrame.new(-30.426, 5.414, -61.792)* CFrame.Angles(0.12157605588436, -0.0059266458265483, 0.0007300183060579)
2289
part_108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2290
part_108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2291
part_108.BrickColor = BrickColor.new("Gold")
2292
part_108.Friction = 0.3
2293
part_108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2294
2295
 part_109 = Instance.new("Part", matteoplane)
2296
part_109.Velocity = Vector3.new(-0.035, 0.005, 0.02)
2297
part_109.FormFactor = Enum.FormFactor.Plate
2298
part_109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2299
part_109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2300
part_109.RotVelocity = Vector3.new(0.001, 0.001, 0)
2301
part_109.Material = Enum.Material.Metal
2302
part_109.Size = Vector3.new(2, 0.4, 2)
2303
part_109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2304
part_109.CFrame = CFrame.new(-28.887, 4.616, -68.429)* CFrame.Angles(0.12173739075661, -0.0059163561090827, 0.00073100335430354)
2305
part_109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2306
part_109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2307
part_109.BrickColor = BrickColor.new("Dark stone grey")
2308
part_109.Friction = 0.3
2309
part_109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2310
2311
 part_110 = Instance.new("Part", matteoplane)
2312
part_110.Velocity = Vector3.new(-0.023, -0.004, 0.018)
2313
part_110.FormFactor = Enum.FormFactor.Plate
2314
part_110.CanCollide = false
2315
part_110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2316
part_110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2317
part_110.RotVelocity = Vector3.new(0.001, 0.001, 0)
2318
part_110.Material = Enum.Material.Metal
2319
part_110.Size = Vector3.new(3, 1.2, 1)
2320
part_110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2321
part_110.CFrame = CFrame.new(-27.449, 3.738, -57.95)* CFrame.Angles(3.1403958797455, -1.5648361444473, -0.12293183803558)
2322
part_110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2323
part_110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2324
part_110.BrickColor = BrickColor.new("Dark stone grey")
2325
part_110.Friction = 0.3
2326
part_110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2327
2328
 mesh_102 = Instance.new("SpecialMesh", part_110)
2329
mesh_102.MeshType = Enum.MeshType.Wedge
2330
2331
 part_111 = Instance.new("Part", matteoplane)
2332
part_111.Velocity = Vector3.new(-0.016, -0.01, 0.018)
2333
part_111.FormFactor = Enum.FormFactor.Plate
2334
part_111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2335
part_111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2336
part_111.RotVelocity = Vector3.new(0.001, 0.001, 0)
2337
part_111.Material = Enum.Material.Metal
2338
part_111.Size = Vector3.new(1, 1.2, 9)
2339
part_111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2340
part_111.CFrame = CFrame.new(-27.585, 4.1, -51.861)* CFrame.Angles(-3.019873380661, 0.0059175165370107, -1.5715271234512)
2341
part_111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2342
part_111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2343
part_111.BrickColor = BrickColor.new("Gold")
2344
part_111.Friction = 0.3
2345
part_111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2346
2347
 mesh_103 = Instance.new("SpecialMesh", part_111)
2348
mesh_103.MeshType = Enum.MeshType.Wedge
2349
2350
 part_112 = Instance.new("Part", matteoplane)
2351
part_112.Velocity = Vector3.new(-0.031, -0.001, 0.044)
2352
part_112.FormFactor = Enum.FormFactor.Plate
2353
part_112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2354
part_112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2355
part_112.RotVelocity = Vector3.new(0.001, 0.001, 0)
2356
part_112.Material = Enum.Material.Metal
2357
part_112.Size = Vector3.new(1, 5.6, 1)
2358
part_112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2359
part_112.CFrame = CFrame.new(-47.404, 8.084, -65.597)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12298250198364)
2360
part_112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2361
part_112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2362
part_112.BrickColor = BrickColor.new("Dark stone grey")
2363
part_112.Friction = 0.3
2364
part_112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2365
2366
 part_113 = Instance.new("Part", matteoplane)
2367
part_113.Velocity = Vector3.new(-0.014, -0.012, 0.022)
2368
part_113.FormFactor = Enum.FormFactor.Plate
2369
part_113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2370
part_113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2371
part_113.RotVelocity = Vector3.new(0.001, 0.001, 0)
2372
part_113.Material = Enum.Material.Metal
2373
part_113.Size = Vector3.new(2, 2.4, 1)
2374
part_113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2375
part_113.CFrame = CFrame.new(-28.999, 6.538, -49.556)* CFrame.Angles(0.12170171737671, -0.0059186313301325, 0.00073082436574623)
2376
part_113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2377
part_113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2378
part_113.BrickColor = BrickColor.new("Dark stone grey")
2379
part_113.Friction = 0.3
2380
part_113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2381
2382
 mesh_104 = Instance.new("SpecialMesh", part_113)
2383
mesh_104.Scale = Vector3.new(0.5, 1, 1)
2384
mesh_104.MeshType = Enum.MeshType.Wedge
2385
2386
 part_114 = Instance.new("Part", matteoplane)
2387
part_114.Velocity = Vector3.new(-0.034, 0.003, 0.022)
2388
part_114.FormFactor = Enum.FormFactor.Plate
2389
part_114.CanCollide = false
2390
part_114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2391
part_114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2392
part_114.RotVelocity = Vector3.new(0.001, 0.001, 0)
2393
part_114.Material = Enum.Material.Metal
2394
part_114.Size = Vector3.new(1, 1.2, 1)
2395
part_114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2396
part_114.CFrame = CFrame.new(-30.396, 4.831, -66.901)* CFrame.Angles(-0.0011966947931796, 1.5648361444473, -3.0186607837677)
2397
part_114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2398
part_114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2399
part_114.BrickColor = BrickColor.new("Dark stone grey")
2400
part_114.Friction = 0.3
2401
part_114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2402
2403
 mesh_105 = Instance.new("SpecialMesh", part_114)
2404
mesh_105.MeshType = Enum.MeshType.Wedge
2405
2406
 part_115 = Instance.new("Part", matteoplane)
2407
part_115.Velocity = Vector3.new(-0.031, 0.001, 0.021)
2408
part_115.FormFactor = Enum.FormFactor.Plate
2409
part_115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2410
part_115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2411
part_115.RotVelocity = Vector3.new(0.001, 0.001, 0)
2412
part_115.Material = Enum.Material.Metal
2413
part_115.Size = Vector3.new(1, 2.8, 1)
2414
part_115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2415
part_115.CFrame = CFrame.new(-31.406, 3, -65.116)* CFrame.Angles(3.1403958797455, -1.5648361444473, -0.12293183803558)
2416
part_115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2417
part_115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2418
part_115.BrickColor = BrickColor.new("Dark stone grey")
2419
part_115.Friction = 0.3
2420
part_115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2421
2422
 wheel2 = Instance.new("Part", matteoplane)
2423
wheel2.Velocity = Vector3.new(-0.031, 0.002, 0.014)
2424
wheel2.FormFactor = Enum.FormFactor.Plate
2425
wheel2.CanCollide = false
2426
wheel2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2427
wheel2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2428
wheel2.RotVelocity = Vector3.new(0.001, 0.001, 0)
2429
wheel2.Material = Enum.Material.Metal
2430
wheel2.Size = Vector3.new(3, 0.4, 3)
2431
wheel2.Name = "Wheel2"
2432
wheel2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2433
wheel2.CFrame = CFrame.new(-25.706, 1.709, -65.24)* CFrame.Angles(-3.019855260849, 0.0059163607656956, -1.5715273618698)
2434
wheel2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2435
wheel2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2436
wheel2.BrickColor = BrickColor.new("Dark stone grey")
2437
wheel2.Friction = 0.3
2438
wheel2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2439
2440
 mesh_106 = Instance.new("SpecialMesh", wheel2)
2441
mesh_106.Scale = Vector3.new(1, 2, 1)
2442
mesh_106.MeshType = Enum.MeshType.Sphere
2443
2444
 part_116 = Instance.new("Part", matteoplane)
2445
part_116.Velocity = Vector3.new(-0.016, -0.01, 0.022)
2446
part_116.FormFactor = Enum.FormFactor.Plate
2447
part_116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2448
part_116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2449
part_116.RotVelocity = Vector3.new(0.001, 0.001, 0)
2450
part_116.Material = Enum.Material.Metal
2451
part_116.Size = Vector3.new(1, 1.2, 9)
2452
part_116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2453
part_116.CFrame = CFrame.new(-30.385, 4.101, -51.878)* CFrame.Angles(-3.0199270248413, 0.0059209284372628, 1.5700658559799)
2454
part_116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2455
part_116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2456
part_116.BrickColor = BrickColor.new("Gold")
2457
part_116.Friction = 0.3
2458
part_116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2459
2460
 mesh_107 = Instance.new("SpecialMesh", part_116)
2461
mesh_107.MeshType = Enum.MeshType.Wedge
2462
2463
 wheel1 = Instance.new("Part", matteoplane)
2464
wheel1.Velocity = Vector3.new(-0.031, 0.001, 0.021)
2465
wheel1.FormFactor = Enum.FormFactor.Plate
2466
wheel1.CanCollide = false
2467
wheel1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2468
wheel1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2469
wheel1.RotVelocity = Vector3.new(0.001, 0.001, 0)
2470
wheel1.Material = Enum.Material.Metal
2471
wheel1.Size = Vector3.new(3, 0.4, 3)
2472
wheel1.Name = "Wheel1"
2473
wheel1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2474
wheel1.CFrame = CFrame.new(-32.105, 1.709, -65.278)* CFrame.Angles(0.1217373162508, -0.0059163607656956, 1.5715273618698)
2475
wheel1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2476
wheel1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2477
wheel1.BrickColor = BrickColor.new("Dark stone grey")
2478
wheel1.Friction = 0.3
2479
wheel1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2480
2481
 mesh_108 = Instance.new("SpecialMesh", wheel1)
2482
mesh_108.Scale = Vector3.new(1, 2, 1)
2483
mesh_108.MeshType = Enum.MeshType.Sphere
2484
2485
 rot2 = Instance.new("Part", matteoplane)
2486
rot2.Velocity = Vector3.new(-0.012, -0.013, 0.018)
2487
rot2.FormFactor = Enum.FormFactor.Plate
2488
rot2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2489
rot2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2490
rot2.RotVelocity = Vector3.new(0.001, 0.001, 0)
2491
rot2.Material = Enum.Material.Metal
2492
rot2.Size = Vector3.new(2, 0.4, 2)
2493
rot2.Name = "Rot2"
2494
rot2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2495
rot2.CFrame = CFrame.new(-26.807, 4.966, -48.225)* CFrame.Angles(3.1403603553772, -1.5648361444473, -0.1230029091239)
2496
rot2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2497
rot2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2498
rot2.BrickColor = BrickColor.new("Dark stone grey")
2499
rot2.Friction = 0.3
2500
rot2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2501
2502
 mesh_109 = Instance.new("SpecialMesh", rot2)
2503
mesh_109.Scale = Vector3.new(1, 1, 2)
2504
mesh_109.MeshType = Enum.MeshType.Brick
2505
2506
 leftwing = Instance.new("Part", matteoplane)
2507
leftwing.Velocity = Vector3.new(-0.029, -0.002, 0.033)
2508
leftwing.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2509
leftwing.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2510
leftwing.RotVelocity = Vector3.new(0.001, 0.001, 0)
2511
leftwing.Material = Enum.Material.Metal
2512
leftwing.Size = Vector3.new(1, 20.4, 7)
2513
leftwing.Name = "LeftWing"
2514
leftwing.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2515
leftwing.CFrame = CFrame.new(-40.119, 4.444, -62.976)* CFrame.Angles(-3.0198931694031, 0.00591877149418, 1.5700656175613)
2516
leftwing.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2517
leftwing.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2518
leftwing.BrickColor = BrickColor.new("Dark stone grey")
2519
leftwing.Friction = 0.3
2520
leftwing.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2521
2522
 part_117 = Instance.new("Part", matteoplane)
2523
part_117.Velocity = Vector3.new(-0.035, 0.004, 0.023)
2524
part_117.FormFactor = Enum.FormFactor.Plate
2525
part_117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2526
part_117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2527
part_117.RotVelocity = Vector3.new(0.001, 0.001, 0)
2528
part_117.Material = Enum.Material.Metal
2529
part_117.Size = Vector3.new(1, 1.2, 2)
2530
part_117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2531
part_117.CFrame = CFrame.new(-30.388, 6.204, -68.244)* CFrame.Angles(0.1217015683651, -0.0059186401776969, 0.00073079246794805)
2532
part_117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2533
part_117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2534
part_117.BrickColor = BrickColor.new("Gold")
2535
part_117.Friction = 0.3
2536
part_117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2537
2538
 part_118 = Instance.new("Part", matteoplane)
2539
part_118.Velocity = Vector3.new(-0.011, -0.014, 0.022)
2540
part_118.FormFactor = Enum.FormFactor.Plate
2541
part_118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2542
part_118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2543
part_118.RotVelocity = Vector3.new(0.001, 0.001, 0)
2544
part_118.Material = Enum.Material.Metal
2545
part_118.Size = Vector3.new(2, 2.4, 1)
2546
part_118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2547
part_118.CFrame = CFrame.new(-29.017, 6.174, -46.579)* CFrame.Angles(-3.0199620723724, 0.0059231696650386, 3.1408622264862)
2548
part_118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2549
part_118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2550
part_118.BrickColor = BrickColor.new("Dark stone grey")
2551
part_118.Friction = 0.3
2552
part_118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2553
2554
 mesh_110 = Instance.new("SpecialMesh", part_118)
2555
mesh_110.Scale = Vector3.new(0.5, 1, 1)
2556
mesh_110.MeshType = Enum.MeshType.Wedge
2557
2558
 rot1 = Instance.new("Part", matteoplane)
2559
rot1.Velocity = Vector3.new(-0.012, -0.013, 0.023)
2560
rot1.FormFactor = Enum.FormFactor.Plate
2561
rot1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2562
rot1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2563
rot1.RotVelocity = Vector3.new(0.001, 0.001, 0)
2564
rot1.Material = Enum.Material.Metal
2565
rot1.Size = Vector3.new(2, 0.4, 2)
2566
rot1.Name = "Rot1"
2567
rot1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2568
rot1.CFrame = CFrame.new(-31.207, 4.967, -48.251)* CFrame.Angles(-0.0010987630812451, 1.5648460388184, -3.018830537796)
2569
rot1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2570
rot1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2571
rot1.BrickColor = BrickColor.new("Dark stone grey")
2572
rot1.Friction = 0.3
2573
rot1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2574
2575
 mesh_111 = Instance.new("SpecialMesh", rot1)
2576
mesh_111.Scale = Vector3.new(1, 1, 2)
2577
mesh_111.MeshType = Enum.MeshType.Brick
2578
2579
 part_119 = Instance.new("Part", matteoplane)
2580
part_119.Velocity = Vector3.new(-0.012, -0.013, 0.022)
2581
part_119.FormFactor = Enum.FormFactor.Plate
2582
part_119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2583
part_119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2584
part_119.RotVelocity = Vector3.new(0.001, 0.001, 0)
2585
part_119.Material = Enum.Material.Metal
2586
part_119.Size = Vector3.new(2, 2.4, 2)
2587
part_119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2588
part_119.CFrame = CFrame.new(-29.008, 6.356, -48.068)* CFrame.Angles(-3.0199086666107, 0.0059197670780122, -0.00073073455132544)
2589
part_119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2590
part_119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2591
part_119.BrickColor = BrickColor.new("Dark stone grey")
2592
part_119.Friction = 0.3
2593
part_119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2594
2595
 mesh_112 = Instance.new("SpecialMesh", part_119)
2596
mesh_112.Scale = Vector3.new(0.5, 1, 1)
2597
mesh_112.MeshType = Enum.MeshType.Brick
2598
2599
 part_120 = Instance.new("Part", matteoplane)
2600
part_120.Velocity = Vector3.new(-0.011, -0.014, 0.019)
2601
part_120.FormFactor = Enum.FormFactor.Plate
2602
part_120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2603
part_120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2604
part_120.RotVelocity = Vector3.new(0.001, 0.001, 0)
2605
part_120.Material = Enum.Material.Metal
2606
part_120.Size = Vector3.new(2, 0.8, 1)
2607
part_120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2608
part_120.CFrame = CFrame.new(-29.015, 3.394, -46.919)* CFrame.Angles(-3.0198910236359, 0.0059186383150518, -0.0007308239582926)
2609
part_120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2610
part_120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2611
part_120.BrickColor = BrickColor.new("Dark stone grey")
2612
part_120.Friction = 0.3
2613
part_120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2614
2615
 mesh_113 = Instance.new("SpecialMesh", part_120)
2616
mesh_113.Scale = Vector3.new(0.5, 1, 1)
2617
mesh_113.MeshType = Enum.MeshType.Wedge
2618
2619
 part_121 = Instance.new("Part", matteoplane)
2620
part_121.Velocity = Vector3.new(-0.024, -0.004, 0.021)
2621
part_121.FormFactor = Enum.FormFactor.Plate
2622
part_121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2623
part_121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2624
part_121.RotVelocity = Vector3.new(0.001, 0.001, 0)
2625
part_121.Material = Enum.Material.Metal
2626
part_121.Size = Vector3.new(2, 3.2, 4)
2627
part_121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2628
part_121.CFrame = CFrame.new(-28.947, 5.188, -58.285)* CFrame.Angles(0.12172835320234, -0.0059169330634177, 0.0007309588836506)
2629
part_121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2630
part_121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2631
part_121.BrickColor = BrickColor.new("Dark stone grey")
2632
part_121.Friction = 0.3
2633
part_121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2634
2635
 part_122 = Instance.new("Part", matteoplane)
2636
part_122.Velocity = Vector3.new(-0.011, -0.014, 0.02)
2637
part_122.FormFactor = Enum.FormFactor.Plate
2638
part_122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2639
part_122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2640
part_122.RotVelocity = Vector3.new(0.001, 0.001, 0)
2641
part_122.Material = Enum.Material.Metal
2642
part_122.Size = Vector3.new(2, 1.2, 1)
2643
part_122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2644
part_122.CFrame = CFrame.new(-29.016, 4.387, -46.797)* CFrame.Angles(-3.0199265480042, 0.0059209084138274, -0.00073064409662038)
2645
part_122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2646
part_122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2647
part_122.BrickColor = BrickColor.new("Dark stone grey")
2648
part_122.Friction = 0.3
2649
part_122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2650
2651
 mesh_114 = Instance.new("SpecialMesh", part_122)
2652
mesh_114.Scale = Vector3.new(0.5, 1, 1)
2653
mesh_114.MeshType = Enum.MeshType.Brick
2654
2655
 part_123 = Instance.new("Part", matteoplane)
2656
part_123.Velocity = Vector3.new(-0.027, -0.002, 0.027)
2657
part_123.FormFactor = Enum.FormFactor.Plate
2658
part_123.CanCollide = false
2659
part_123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2660
part_123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2661
part_123.RotVelocity = Vector3.new(0.001, 0.001, 0)
2662
part_123.Material = Enum.Material.Metal
2663
part_123.Size = Vector3.new(1, 5.6, 1)
2664
part_123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2665
part_123.CFrame = CFrame.new(-32.434, 7.477, -60.544)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12299368530512)
2666
part_123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2667
part_123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2668
part_123.BrickColor = BrickColor.new("Dark stone grey")
2669
part_123.Friction = 0.3
2670
part_123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2671
2672
 part_124 = Instance.new("Part", matteoplane)
2673
part_124.Velocity = Vector3.new(-0.02, -0.007, 0.018)
2674
part_124.FormFactor = Enum.FormFactor.Plate
2675
part_124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2676
part_124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2677
part_124.RotVelocity = Vector3.new(0.001, 0.001, 0)
2678
part_124.Material = Enum.Material.Metal
2679
part_124.Size = Vector3.new(1, 0.4, 3)
2680
part_124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2681
part_124.CFrame = CFrame.new(-27.967, 3.473, -54.963)* CFrame.Angles(-3.019855260849, 0.0059163509868085, -1.5715273618698)
2682
part_124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2683
part_124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2684
part_124.BrickColor = BrickColor.new("Dark stone grey")
2685
part_124.Friction = 0.3
2686
part_124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2687
2688
 mesh_115 = Instance.new("SpecialMesh", part_124)
2689
mesh_115.MeshType = Enum.MeshType.Wedge
2690
2691
 part_125 = Instance.new("Part", matteoplane)
2692
part_125.Velocity = Vector3.new(-0.016, -0.01, 0.02)
2693
part_125.FormFactor = Enum.FormFactor.Plate
2694
part_125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2695
part_125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2696
part_125.RotVelocity = Vector3.new(0.001, 0.001, 0)
2697
part_125.Material = Enum.Material.Metal
2698
part_125.Size = Vector3.new(2, 1.6, 9)
2699
part_125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2700
part_125.CFrame = CFrame.new(-28.986, 4.597, -51.809)* CFrame.Angles(-3.0198731422424, 0.005917499307543, 1.5700654983521)
2701
part_125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2702
part_125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2703
part_125.BrickColor = BrickColor.new("Dark stone grey")
2704
part_125.Friction = 0.3
2705
part_125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2706
2707
 part_126 = Instance.new("Part", matteoplane)
2708
part_126.Velocity = Vector3.new(-0.02, -0.007, 0.019)
2709
part_126.FormFactor = Enum.FormFactor.Plate
2710
part_126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2711
part_126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2712
part_126.RotVelocity = Vector3.new(0.001, 0.001, 0)
2713
part_126.Material = Enum.Material.Metal
2714
part_126.Size = Vector3.new(1, 1.6, 3)
2715
part_126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2716
part_126.CFrame = CFrame.new(-28.967, 3.473, -54.969)* CFrame.Angles(-3.019855260849, 0.0059163509868085, 1.5700653791428)
2717
part_126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2718
part_126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2719
part_126.BrickColor = BrickColor.new("Dark stone grey")
2720
part_126.Friction = 0.3
2721
part_126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2722
2723
 part_127 = Instance.new("Part", matteoplane)
2724
part_127.Velocity = Vector3.new(-0.02, -0.007, 0.021)
2725
part_127.FormFactor = Enum.FormFactor.Plate
2726
part_127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2727
part_127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2728
part_127.RotVelocity = Vector3.new(0.001, 0.001, 0)
2729
part_127.Material = Enum.Material.Metal
2730
part_127.Size = Vector3.new(1, 0.4, 3)
2731
part_127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2732
part_127.CFrame = CFrame.new(-29.967, 3.473, -54.975)* CFrame.Angles(-3.019855260849, 0.0059163509868085, 1.5700653791428)
2733
part_127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2734
part_127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2735
part_127.BrickColor = BrickColor.new("Dark stone grey")
2736
part_127.Friction = 0.3
2737
part_127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2738
2739
 mesh_116 = Instance.new("SpecialMesh", part_127)
2740
mesh_116.MeshType = Enum.MeshType.Wedge
2741
2742
 part_128 = Instance.new("Part", matteoplane)
2743
part_128.Velocity = Vector3.new(-0.016, -0.01, 0.02)
2744
part_128.FormFactor = Enum.FormFactor.Plate
2745
part_128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2746
part_128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2747
part_128.RotVelocity = Vector3.new(0.001, 0.001, 0)
2748
part_128.Material = Enum.Material.Metal
2749
part_128.Size = Vector3.new(1, 0.4, 9)
2750
part_128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2751
part_128.CFrame = CFrame.new(-27.986, 5.093, -51.742)* CFrame.Angles(-3.019873380661, 0.0059175156056881, -1.5715271234512)
2752
part_128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2753
part_128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2754
part_128.BrickColor = BrickColor.new("Dark stone grey")
2755
part_128.Friction = 0.3
2756
part_128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2757
2758
 mesh_117 = Instance.new("SpecialMesh", part_128)
2759
mesh_117.MeshType = Enum.MeshType.Wedge
2760
2761
 part_129 = Instance.new("Part", matteoplane)
2762
part_129.Velocity = Vector3.new(-0.015, -0.011, 0.019)
2763
part_129.FormFactor = Enum.FormFactor.Plate
2764
part_129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2765
part_129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2766
part_129.RotVelocity = Vector3.new(0.001, 0.001, 0)
2767
part_129.Material = Enum.Material.Metal
2768
part_129.Size = Vector3.new(2, 0.8, 6)
2769
part_129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2770
part_129.CFrame = CFrame.new(-29.194, 3.025, -50.491)* CFrame.Angles(-3.0198910236359, 0.0059186443686485, -0.00073082320159301)
2771
part_129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2772
part_129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2773
part_129.BrickColor = BrickColor.new("Dark stone grey")
2774
part_129.Friction = 0.3
2775
part_129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2776
2777
 mesh_118 = Instance.new("SpecialMesh", part_129)
2778
mesh_118.MeshType = Enum.MeshType.Wedge
2779
2780
 part_130 = Instance.new("Part", matteoplane)
2781
part_130.Velocity = Vector3.new(-0.016, -0.01, 0.022)
2782
part_130.FormFactor = Enum.FormFactor.Plate
2783
part_130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2784
part_130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2785
part_130.RotVelocity = Vector3.new(0.001, 0.001, 0)
2786
part_130.Material = Enum.Material.Metal
2787
part_130.Size = Vector3.new(1, 0.4, 9)
2788
part_130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2789
part_130.CFrame = CFrame.new(-29.986, 5.094, -51.754)* CFrame.Angles(-3.019998550415, 0.0059255007654428, 1.5700662136078)
2790
part_130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2791
part_130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2792
part_130.BrickColor = BrickColor.new("Dark stone grey")
2793
part_130.Friction = 0.3
2794
part_130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2795
2796
 mesh_119 = Instance.new("SpecialMesh", part_130)
2797
mesh_119.MeshType = Enum.MeshType.Wedge
2798
2799
 part_131 = Instance.new("Part", matteoplane)
2800
part_131.Velocity = Vector3.new(-0.031, 0.001, 0.027)
2801
part_131.FormFactor = Enum.FormFactor.Plate
2802
part_131.CanCollide = false
2803
part_131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2804
part_131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2805
part_131.RotVelocity = Vector3.new(0.001, 0.001, 0)
2806
part_131.Material = Enum.Material.Metal
2807
part_131.Size = Vector3.new(1, 5.6, 1)
2808
part_131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2809
part_131.CFrame = CFrame.new(-32.404, 8.084, -65.507)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12299368530512)
2810
part_131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2811
part_131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2812
part_131.BrickColor = BrickColor.new("Dark stone grey")
2813
part_131.Friction = 0.3
2814
part_131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2815
2816
 part_132 = Instance.new("Part", matteoplane)
2817
part_132.Velocity = Vector3.new(-0.028, -0.001, 0.024)
2818
part_132.FormFactor = Enum.FormFactor.Plate
2819
part_132.CanCollide = false
2820
part_132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2821
part_132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2822
part_132.RotVelocity = Vector3.new(0.001, 0.001, 0)
2823
part_132.Material = Enum.Material.Metal
2824
part_132.Size = Vector3.new(11, 1.2, 1)
2825
part_132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2826
part_132.CFrame = CFrame.new(-30.427, 6.605, -61.647)* CFrame.Angles(-0.0010318628046662, 1.564826130867, 0.12265057116747)
2827
part_132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2828
part_132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2829
part_132.BrickColor = BrickColor.new("Dark stone grey")
2830
part_132.Friction = 0.3
2831
part_132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2832
2833
 mesh_120 = Instance.new("SpecialMesh", part_132)
2834
mesh_120.MeshType = Enum.MeshType.Wedge
2835
2836
 controlseat = Instance.new("Seat", matteoplane)
2837
controlseat.Friction = 0.3
2838
controlseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2839
controlseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2840
controlseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2841
controlseat.FormFactor = Enum.FormFactor.Plate
2842
controlseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2843
controlseat.RotVelocity = Vector3.new(0.001, 0.001, 0)
2844
controlseat.BrickColor = BrickColor.new("Dark stone grey")
2845
controlseat.Material = Enum.Material.Metal
2846
controlseat.Size = Vector3.new(2, 0.4, 2)
2847
controlseat.Velocity = Vector3.new(-0.027, -0.001, 0.02)
2848
controlseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2849
controlseat.CFrame = CFrame.new(-28.928, 4.163, -62.353)* CFrame.Angles(0.12174175679684, -0.0059160776436329, 0.00073097349377349)
2850
controlseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2851
controlseat.Name = "ControlSeat"
2852
2853
passengerseat = Instance.new("Seat", matteoplane)
2854
passengerseat.Friction = 0.3
2855
passengerseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2856
passengerseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2857
passengerseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2858
passengerseat.FormFactor = Enum.FormFactor.Plate
2859
passengerseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2860
passengerseat.BrickColor = BrickColor.new("Dark stone grey")
2861
passengerseat.Material = Enum.Material.Metal
2862
passengerseat.Size = Vector3.new(2, 0.8, 1)
2863
passengerseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2864
passengerseat.CFrame = CFrame.new(-28.915, 4.526, -61.333)* CFrame.Angles(-3.0198509693146, 0.0059161651879549, 3.1408615112305)
2865
passengerseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2866
passengerseat.Name = "PassengerSeat"
2867
2868
 part_133 = Instance.new("Part", matteoplane)
2869
part_133.Velocity = Vector3.new(-0.027, -0.004, 0.044)
2870
part_133.FormFactor = Enum.FormFactor.Plate
2871
part_133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2872
part_133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2873
part_133.RotVelocity = Vector3.new(0.001, 0.001, 0)
2874
part_133.Material = Enum.Material.Metal
2875
part_133.Size = Vector3.new(1, 5.6, 1)
2876
part_133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2877
part_133.CFrame = CFrame.new(-47.433, 7.477, -60.634)* CFrame.Angles(3.1403687000275, -1.5648361444473, -0.12298280000687)
2878
part_133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2879
part_133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2880
part_133.BrickColor = BrickColor.new("Dark stone grey")
2881
part_133.Friction = 0.3
2882
part_133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2883
2884
matteoplane:BreakJoints()
2885
2886
local pellet2 = Instance.new("Part")
2887
pellet2.FormFactor = Enum.FormFactor.Custom
2888
pellet2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2889
pellet2.Transparency = 0.1
2890
pellet2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2891
pellet2.Material = Enum.Material.Metal
2892
pellet2.Size = Vector3.new(0.2, 0.8, 0.2)
2893
pellet2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2894
pellet2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2895
pellet2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2896
pellet2.BrickColor = BrickColor.new("Gold")
2897
pellet2.Friction = 0.3
2898
pellet2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2899
2900
local ag1 = matteoplane.AircraftGun
2901
local ag2 = matteoplane.AircraftGun2
2902
local engine = matteoplane.Engine
2903
2904
local prev
2905
local parts = matteoplane:GetChildren()
2906
2907
for i = 1,#parts do 
2908
	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 
2909
		if (prev ~= nil)then 
2910
			if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
2911
			local weld = Instance.new("Weld") 
2912
			weld.Part0 = prev 
2913
			weld.Part1 = parts[i] 
2914
			weld.C0 = prev.CFrame:inverse() 
2915
			weld.C1 = parts[i].CFrame:inverse() 
2916
			weld.Parent = prev 
2917
		end 
2918
		prev = parts[i] 
2919
	end 
2920
end
2921
matteoplane:MakeJoints()
2922
matteoplane.Parent = char
2923
engine.CFrame = char["Left Leg"].CFrame*CFrame.new(5,3,15)
2924
2925
local prev
2926
local parts = ag1:GetChildren()
2927
2928
for i = 1,#parts do 
2929
	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 
2930
		if (prev ~= nil)then 
2931
			if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
2932
			local weld = Instance.new("Weld") 
2933
			weld.Part0 = prev 
2934
			weld.Part1 = parts[i] 
2935
			weld.C0 = prev.CFrame:inverse() 
2936
			weld.C1 = parts[i].CFrame:inverse() 
2937
			weld.Parent = prev 
2938
		end 
2939
		prev = parts[i] 
2940
	end 
2941
end
2942
2943
local prev
2944
local parts = ag2:GetChildren()
2945
2946
for i = 1,#parts do 
2947
	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 
2948
		if (prev ~= nil)then 
2949
			if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
2950
			local weld = Instance.new("Weld") 
2951
			weld.Part0 = prev 
2952
			weld.Part1 = parts[i] 
2953
			weld.C0 = prev.CFrame:inverse() 
2954
			weld.C1 = parts[i].CFrame:inverse() 
2955
			weld.Parent = prev 
2956
		end 
2957
		prev = parts[i] 
2958
	end 
2959
end
2960
2961
weld(ag1.Handle, engine, CFrame.new(3,-7.8,7)*CFrame.Angles(math.rad(0),0,0))
2962
weld(ag2.Handle, engine, CFrame.new(-3,-7.8,7)*CFrame.Angles(math.rad(0),0,0))
2963
ag1.Handle.Weld.Name = "Handleweld"
2964
ag2.Handle.Weld.Name = "Handleweld"
2965
local handle1 = ag1.Handle
2966
local handle2 = ag2.Handle
2967
2968
local surfacegui = Instance.new("SurfaceGui", matteoplane.Propeller)
2969
surfacegui.Face = Enum.NormalId.Bottom
2970
2971
local imagelabel = Instance.new("ImageLabel", surfacegui)
2972
imagelabel.Image = "http://www.roblox.com/asset/?id=47741410"
2973
imagelabel.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2974
imagelabel.BackgroundTransparency = 1
2975
imagelabel.Size = UDim2.new(0, 800, 0, 600)
2976
imagelabel.BackgroundColor3 = Color3.new(1, 1, 1)
2977
2978
local surfacegui2 = Instance.new("SurfaceGui", matteoplane.Propeller)
2979
surfacegui2.Face = Enum.NormalId.Top
2980
2981
local imagelabel2 = Instance.new("ImageLabel", surfacegui2)
2982
imagelabel2.Image = "http://www.roblox.com/asset/?id=47741410"
2983
imagelabel2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
2984
imagelabel2.BackgroundTransparency = 1
2985
imagelabel2.Size = UDim2.new(0, 800, 0, 600)
2986
imagelabel2.BackgroundColor3 = Color3.new(1, 1, 1)
2987
2988
local enginesound=Instance.new("Sound")
2989
enginesound.SoundId="http://www.roblox.com/asset/?id=257453119"
2990
enginesound.PlayOnRemove=false
2991
enginesound.Volume=0.95
2992
enginesound.Looped=true
2993
enginesound.Pitch = 1
2994
enginesound.Parent=engine
2995
2996
local engineidle=Instance.new("Sound")
2997
engineidle.SoundId="http://www.roblox.com/asset/?id=133082569"
2998
engineidle.PlayOnRemove=false
2999
engineidle.Volume=0.75
3000
engineidle.Looped=true
3001
engineidle.Pitch = 1
3002
engineidle.Parent=engine
3003
3004
local enginecrash=Instance.new("Sound")
3005
enginecrash.SoundId="http://www.roblox.com/asset/?id=147930482"
3006
enginecrash.PlayOnRemove=false
3007
enginecrash.Volume=0.75
3008
enginecrash.Looped=false
3009
enginecrash.Pitch = 1
3010
enginecrash.Parent=engine
3011
3012
local gunsound=Instance.new("Sound")
3013
gunsound.SoundId="http://www.roblox.com/asset/?id=224837148"
3014
gunsound.PlayOnRemove=false
3015
gunsound.Volume=0.95
3016
gunsound.Looped=false
3017
gunsound.Pitch = 1
3018
gunsound.Parent=ag1.machinebarrel
3019
3020
local gunsound2=Instance.new("Sound")
3021
gunsound2.SoundId="http://www.roblox.com/asset/?id=224837148"
3022
gunsound2.PlayOnRemove=false
3023
gunsound2.Volume=0.95
3024
gunsound2.Looped=false
3025
gunsound2.Pitch = 1
3026
gunsound2.Parent=ag2.machinebarrel
3027
3028
--Gui--
3029
local planegui = Instance.new("ScreenGui", player.PlayerGui)
3030
planegui.Name = "PlaneGui"
3031
3032
local mainframe = Instance.new("Frame", planegui)
3033
mainframe.Size = UDim2.new(0.05, 0, 0.4, 0)
3034
mainframe.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3035
mainframe.Name = "mainframe"
3036
mainframe.Style = Enum.FrameStyle.RobloxRound
3037
mainframe.Position = UDim2.new(0.95, 0, 0.2, 0)
3038
mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
3039
3040
local altitudebar = Instance.new("Frame", mainframe)
3041
altitudebar.Size = UDim2.new(1.8, 0, 0.05, 0)
3042
altitudebar.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3043
altitudebar.Name = "AltitudeBar"
3044
altitudebar.Position = UDim2.new(-0.4, 0, 1, 0)
3045
altitudebar.BorderSizePixel = 0
3046
altitudebar.BackgroundColor3 = Color3.new(1, 0.666667, 0)
3047
3048
local altitudetext = Instance.new("TextLabel", mainframe)
3049
altitudetext.TextWrapped = true
3050
altitudetext.TextStrokeTransparency = 0.8
3051
altitudetext.TextScaled = true
3052
altitudetext.BackgroundColor3 = Color3.new(0, 0, 0)
3053
altitudetext.BackgroundTransparency = 0.8
3054
altitudetext.Size = UDim2.new(3, 0, 0.08, 0)
3055
altitudetext.TextColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3056
altitudetext.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
3057
altitudetext.Text = "Altitude"
3058
altitudetext.Position = UDim2.new(-4, 0, 0.5, 0)
3059
altitudetext.Rotation = 1
3060
altitudetext.Font = Enum.Font.SourceSans
3061
altitudetext.Name = "AltitudeText"
3062
altitudetext.FontSize = Enum.FontSize.Size14
3063
--Guiend--
3064
3065
mouse.KeyDown:connect(function(key)
3066
if key == "y" and engineon == false then
3067
engineon = true
3068
engineidle:Play()
3069
while engineon == true do wait()
3070
	imagelabel.Rotation = propellerangle
3071
	imagelabel2.Rotation = propellerangle
3072
end
3073
end
3074
end)
3075
3076
mouse.KeyDown:connect(function(key)
3077
if key == "u" and engineon == true then
3078
engineon = false
3079
engineidle:Stop()
3080
end
3081
end)
3082
3083
3084
mouse.KeyDown:connect(function(key)
3085
if key == "e" then
3086
	epressed = true
3087
	while epressed == true and qpressed == false do
3088
	wait()
3089
	rotateangle = rotateangle + .005
3090
	if rotateangle >0.1 then rotateangle = 0.1 end
3091
	handle1.Weld.C0 = CFrame.new(3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3092
	handle2.Weld.C0 = CFrame.new(-3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3093
	end
3094
end
3095
end)
3096
3097
mouse.KeyDown:connect(function(key)
3098
if key == "q" then
3099
	qpressed = true
3100
	while qpressed == true and epressed == false do
3101
	wait()
3102
	rotateangle = rotateangle - .005
3103
	if rotateangle < -0.1 then rotateangle = -0.1 end
3104
	handle1.Weld.C0 = CFrame.new(3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3105
	handle2.Weld.C0 = CFrame.new(-3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3106
	end
3107
end
3108
end)
3109
3110
mouse.KeyDown:connect(function(key)
3111
if key == "g" then
3112
	gpressed = true
3113
	while gpressed == true and hpressed == false do
3114
	wait()
3115
	print(rotateangle2)
3116
	rotateangle2 = rotateangle2 - .2
3117
	if rotateangle2 <-1 then rotateangle2 = -1  end
3118
	
3119
	handle1.Weld.C0 = CFrame.new(3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3120
	handle2.Weld.C0 = CFrame.new(-3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3121
	end
3122
end
3123
end)
3124
3125
mouse.KeyDown:connect(function(key)
3126
if key == "h" then
3127
	hpressed = true
3128
	while hpressed == true and gpressed == false do
3129
	wait()
3130
	print(rotateangle2)
3131
	rotateangle2 = rotateangle2 + .2
3132
	if rotateangle2 >7 then rotateangle2 = 7 end
3133
	
3134
	handle1.Weld.C0 = CFrame.new(3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3135
	handle2.Weld.C0 = CFrame.new(-3,-7.8,7)*CFrame.Angles(math.rad(rotateangle2),rotateangle,0)
3136
	end
3137
end
3138
end)
3139
3140
mouse.KeyUp:connect(function(key)
3141
if key == "e" then
3142
	epressed = false
3143
end
3144
end)
3145
3146
mouse.KeyUp:connect(function(key)
3147
if key == "q" then
3148
	qpressed = false
3149
end
3150
end)
3151
3152
mouse.KeyUp:connect(function(key)
3153
if key == "g" then
3154
	gpressed = false
3155
end
3156
end)
3157
mouse.KeyUp:connect(function(key)
3158
if key == "h" then
3159
	hpressed = false
3160
end
3161
end)
3162
3163
local bg = Instance.new("BodyGyro",engine)
3164
bg.D = 500
3165
bg.MaxTorque = Vector3.new(0,0,0)
3166
bg.P = 1000
3167
local bv = Instance.new("BodyVelocity",engine)
3168
bv.MaxForce = Vector3.new(0,0,0)
3169
bv.P = 1250
3170
bv.Velocity = Vector3.new(0,0.60,0)
3171
3172
mouse.KeyDown:connect(function(key)
3173
if key == "w" and engineon == true then
3174
wpressed = true
3175
bv.MaxForce = Vector3.new(9e20,9e20,9e20)
3176
enginesound:Play()
3177
while wpressed == true do wait(.08)
3178
accel = accel + 1
3179
if accel >100 then accel = 100 end
3180
bv.Velocity = (engine.CFrame.lookVector * accel) + Vector3.new(0,2,0)
3181
altitudebar.Position = UDim2.new(-0.4, 0, -bv.Velocity.y/200, 0)
3182
end
3183
end
3184
end)
3185
3186
mouse.KeyDown:connect(function(key)
3187
if key == "w" and engineon == true then
3188
	wpressed2 = true
3189
	while wpressed2 == true do wait()
3190
		if propellerangle >360 then propellerangle = propellerangle - 360 end
3191
		propellerangle = propellerangle + 1 + accel/2
3192
	end
3193
end
3194
end)
3195
3196
mouse.KeyUp:connect(function(key)
3197
if key == "w" then
3198
wpressed = false
3199
wpressed2 = false
3200
bv.MaxForce = Vector3.new(0,0,0)
3201
propellerangle = 0
3202
enginesound:Stop()
3203
while accel>0 and wpressed == false do wait(.05)
3204
accel = accel - 1
3205
altitudebar.Position = UDim2.new(-0.4, 0, -bv.Velocity.y/200, 0)
3206
end
3207
end
3208
end)
3209
3210
mouse.Move:connect(function(key)
3211
if wpressed == true and engineon == true then
3212
	bg.MaxTorque = Vector3.new(9e20,9e20,9e20)
3213
	bg.CFrame = CFrame.new(engine.CFrame.p, mouse.Hit.p)
3214
end
3215
end)
3216
3217
matteoplane.Propeller.Touched:connect(function(h)
3218
	if propellerangle >28 then
3219
		print(propellerangle)
3220
	if h.Parent:FindFirstChild("Humanoid") then
3221
				h.Parent.Humanoid:TakeDamage(math.random(4,6))
3222
	end
3223
	if engineon == true and accel>70 and criticalhit == false then
3224
		propellerhp = propellerhp - 20
3225
		print(propellerhp)
3226
		enginecrash:Play()
3227
		if propellerhp <=0 then
3228
			propellerhp = 0
3229
		criticalhit = true
3230
		local fire = Instance.new("Fire",matteoplane.Propeller)
3231
		coroutine.resume(coroutine.create(function()
3232
			local smoke = Instance.new("Smoke",engine)
3233
wait(1)
3234
local s=Instance.new("Sound")
3235
s.SoundId="http://www.roblox.com/asset/?id=138210320"
3236
s.PlayOnRemove=false
3237
s.Volume=1
3238
s.Looped=false
3239
s.Pitch = 1
3240
s.Parent=engine
3241
s:Play()
3242
local explosion = Instance.new("Explosion",engine)
3243
explosion.Position = engine.Position
3244
explosion.BlastPressure = 20000
3245
explosion.BlastRadius = 10
3246
engineon = false
3247
enginesound:Stop()
3248
engineidle:Stop()
3249
		end))
3250
		end
3251
	end
3252
	end
3253
end)
3254
3255
local smoke = Instance.new("Smoke",ag1.machinebarrel)
3256
local smoke2 = Instance.new("Smoke",ag2.machinebarrel)
3257
smoke.Enabled = false
3258
smoke2.Enabled = false
3259
3260
function gunfire()
3261
	firing = true
3262
	smoke.Enabled = true
3263
	smoke2.Enabled = true
3264
	local b = pellet2:Clone()
3265
	b.Parent = workspace
3266
	b.CFrame = ag1.machinebarrel.CFrame*CFrame.new(0,1,0)
3267
b.CanCollide = true
3268
game.Debris:AddItem(b,8)
3269
local bodyForce = Instance.new('BodyForce', b)
3270
	bodyForce.Name = 'Antigravity'
3271
	bodyForce.force = Vector3.new(0, b:GetMass() * 196.2, 0)
3272
	local bvelocity = Instance.new("BodyVelocity",b)
3273
bvelocity.maxForce = Vector3.new(math.huge,math.huge,math.huge)
3274
bvelocity.velocity = ag1.Handle.CFrame.lookVector * 400
3275
3276
local b2 = pellet2:Clone()
3277
	b2.Parent = workspace
3278
	b2.CFrame = ag2.machinebarrel.CFrame*CFrame.new(0,1,0)
3279
b2.CanCollide = true
3280
game.Debris:AddItem(b2,8)
3281
local bodyForce2 = Instance.new('BodyForce', b2)
3282
	bodyForce2.Name = 'Antigravity'
3283
	bodyForce2.force = Vector3.new(0, b:GetMass() * 196.2, 0)
3284
	local bvelocity2 = Instance.new("BodyVelocity",b2)
3285
bvelocity2.maxForce = Vector3.new(math.huge,math.huge,math.huge)
3286
bvelocity2.velocity = ag2.Handle.CFrame.lookVector * 400
3287
3288
3289
local cam_rot = camera.CoordinateFrame - camera.CoordinateFrame.p
3290
	local cam_scroll = (camera.CoordinateFrame.p - camera.Focus.p).magnitude
3291
	local ncf = CFrame.new(camera.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.0025+math.random()/75, math.random(-10,10)/600, 0)
3292
	camera.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
3293
firing = false
3294
smoke.Enabled = false
3295
smoke2.Enabled = false
3296
b.Touched:connect(function(h)
3297
	b:Destroy()
3298
				if h.Parent:FindFirstChild("Humanoid") then
3299
				h.Parent.Humanoid:TakeDamage(math.random(6,18))
3300
3301
			end
3302
end)
3303
3304
b2.Touched:connect(function(h)
3305
	b2:Destroy()
3306
				if h.Parent:FindFirstChild("Humanoid") then
3307
				h.Parent.Humanoid:TakeDamage(math.random(6,18))
3308
3309
			end
3310
end)
3311
3312
end
3313
3314
local pellet = Instance.new("Part")
3315
pellet.FormFactor = Enum.FormFactor.Symmetric
3316
pellet.TopSurface = Enum.SurfaceType.Smooth
3317
pellet.Size = Vector3.new(3, 2, 7)
3318
pellet.Name = "Bullet"
3319
pellet.CFrame = CFrame.new(-4.5, 1, -141.5)
3320
pellet.BrickColor = BrickColor.new("Really black")
3321
pellet.BottomSurface = "Smooth"
3322
pellet.TopSurface = "Smooth"
3323
pellet.Locked = true
3324
3325
local mesh = Instance.new("SpecialMesh", pellet)
3326
mesh.Scale = Vector3.new(3, 3, 3)
3327
mesh.MeshId = "http://www.roblox.com/asset/?id=88782666"
3328
mesh.TextureId = "http://www.roblox.com/asset/?id=88782631"
3329
mesh.MeshType = Enum.MeshType.FileMesh
3330
3331
function bombfire()
3332
	bombfiring = true
3333
	
3334
	wait(.1)
3335
	
3336
	local b = pellet:Clone()
3337
	local fire = Instance.new("Fire",pellet)
3338
	game.Debris:AddItem(fire,4)
3339
	b.Parent = workspace
3340
b.CFrame = engine.CFrame*CFrame.new(0,-8,3)
3341
b.CanCollide = true
3342
game.Debris:AddItem(b,18)
3343
3344
local dropsound=Instance.new("Sound")
3345
	dropsound.SoundId="http://www.roblox.com/asset/?id=153195493"
3346
	dropsound.PlayOnRemove=false
3347
	dropsound.Volume=1
3348
	dropsound.Looped=true
3349
	dropsound.Pitch = 1
3350
	dropsound.Parent=b
3351
	dropsound:Play()
3352
	game.Debris:AddItem(dropsound,18)
3353
3354
local cam_rot = camera.CoordinateFrame - camera.CoordinateFrame.p
3355
	local cam_scroll = (camera.CoordinateFrame.p - camera.Focus.p).magnitude
3356
	local ncf = CFrame.new(camera.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.0025+math.random()/75, math.random(-10,10)/600, 0)
3357
	camera.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll)
3358
coroutine.resume(coroutine.create(function()
3359
b.Velocity = ag1.machinebarrel.CFrame.lookVector * 10
3360
end))
3361
bombfiring = false
3362
b.Touched:connect(function(hit)
3363
				local s=Instance.new("Sound")
3364
s.SoundId="http://www.roblox.com/asset/?id=138210320"
3365
s.PlayOnRemove=false
3366
s.Volume=1
3367
s.Looped=false
3368
s.Pitch = 1
3369
s.Parent=b
3370
s:Play()
3371
game.Debris:AddItem(s,4) 
3372
if hit.Parent:FindFirstChild("Humanoid") == nil and not hit.Name:lower():find("base") then
3373
	hit.Anchored = false
3374
	hit.Velocity  = char.Head.CFrame.lookVector*200
3375
	hit:BreakJoints()
3376
	end
3377-
local explosion = Instance.new("Explosion",workspace)
3377+
3378-
	        explosion.Position = b.Position
3378+
-- made by 1ndrew nuke script
3379-
		explosion.BlastPressure = 20000
3379+
function sandbox(var,func)
3380-
		explosion.BlastRadius = 50
3380+
	local env = getfenv(func)
3381-
				b:Destroy()
3381+
	local newenv = setmetatable({},{
3382
		__index = function(self,k)
3383
			if k=="script" then
3384
				return var
3385
			else
3386
				return env[k]
3387
			end
3388
		end,
3389
	})
3390
	setfenv(func,newenv)
3391
	return func
3392
end
3393
cors = {}
3394
mas = Instance.new("Model",game:GetService("Lighting"))
3395
Model0 = Instance.new("Model")
3396
Model1 = Instance.new("Model")
3397
Part2 = Instance.new("Part")
3398
CylinderMesh3 = Instance.new("CylinderMesh")
3399
ObjectValue4 = Instance.new("ObjectValue")
3400
Part5 = Instance.new("Part")
3401
BlockMesh6 = Instance.new("BlockMesh")
3402
Part7 = Instance.new("Part")
3403
CylinderMesh8 = Instance.new("CylinderMesh")
3404
Part9 = Instance.new("Part")
3405
CylinderMesh10 = Instance.new("CylinderMesh")
3406
Weld11 = Instance.new("Weld")
3407
Weld12 = Instance.new("Weld")
3408
Part13 = Instance.new("Part")
3409
Script14 = Instance.new("Script")
3410
BlockMesh15 = Instance.new("BlockMesh")
3411
Part16 = Instance.new("Part")
3412
CylinderMesh17 = Instance.new("CylinderMesh")
3413
Part18 = Instance.new("Part")
3414
BlockMesh19 = Instance.new("BlockMesh")
3415
Weld20 = Instance.new("Weld")
3416
Weld21 = Instance.new("Weld")
3417
Weld22 = Instance.new("Weld")
3418
Part23 = Instance.new("Part")
3419
BlockMesh24 = Instance.new("BlockMesh")
3420
Part25 = Instance.new("Part")
3421
BlockMesh26 = Instance.new("BlockMesh")
3422
Part27 = Instance.new("Part")
3423
CylinderMesh28 = Instance.new("CylinderMesh")
3424
Part29 = Instance.new("Part")
3425
BlockMesh30 = Instance.new("BlockMesh")
3426
Part31 = Instance.new("Part")
3427
BlockMesh32 = Instance.new("BlockMesh")
3428
ObjectValue33 = Instance.new("ObjectValue")
3429
VehicleSeat34 = Instance.new("VehicleSeat")
3430
Sound35 = Instance.new("Sound")
3431
Script36 = Instance.new("Script")
3432
Script37 = Instance.new("Script")
3433
BlockMesh38 = Instance.new("BlockMesh")
3434
Script39 = Instance.new("Script")
3435
ScreenGui40 = Instance.new("ScreenGui")
3436
Frame41 = Instance.new("Frame")
3437
TextButton42 = Instance.new("TextButton")
3438
TextButton43 = Instance.new("TextButton")
3439
TextButton44 = Instance.new("TextButton")
3440
TextButton45 = Instance.new("TextButton")
3441
Script46 = Instance.new("Script")
3442
ObjectValue47 = Instance.new("ObjectValue")
3443
Frame48 = Instance.new("Frame")
3444
TextButton49 = Instance.new("TextButton")
3445
Script50 = Instance.new("Script")
3446
TextButton51 = Instance.new("TextButton")
3447
Script52 = Instance.new("Script")
3448
TextLabel53 = Instance.new("TextLabel")
3449
TextButton54 = Instance.new("TextButton")
3450
Script55 = Instance.new("Script")
3451
TextButton56 = Instance.new("TextButton")
3452
Script57 = Instance.new("Script")
3453
TextLabel58 = Instance.new("TextLabel")
3454
NumberValue59 = Instance.new("NumberValue")
3455
NumberValue60 = Instance.new("NumberValue")
3456
NumberValue61 = Instance.new("NumberValue")
3457
Frame62 = Instance.new("Frame")
3458
TextLabel63 = Instance.new("TextLabel")
3459
TextLabel64 = Instance.new("TextLabel")
3460
TextLabel65 = Instance.new("TextLabel")
3461
TextLabel66 = Instance.new("TextLabel")
3462
TextLabel67 = Instance.new("TextLabel")
3463
TextLabel68 = Instance.new("TextLabel")
3464
TextLabel69 = Instance.new("TextLabel")
3465
TextLabel70 = Instance.new("TextLabel")
3466
TextButton71 = Instance.new("TextButton")
3467
Script72 = Instance.new("Script")
3468
Script73 = Instance.new("Script")
3469
NumberValue74 = Instance.new("NumberValue")
3470
Part75 = Instance.new("Part")
3471
BlockMesh76 = Instance.new("BlockMesh")
3472
Part77 = Instance.new("Part")
3473
CylinderMesh78 = Instance.new("CylinderMesh")
3474
Part79 = Instance.new("Part")
3475
CylinderMesh80 = Instance.new("CylinderMesh")
3476
Script81 = Instance.new("Script")
3477
Part82 = Instance.new("Part")
3478
Fire83 = Instance.new("Fire")
3479
Smoke84 = Instance.new("Smoke")
3480
Smoke85 = Instance.new("Smoke")
3481
Smoke86 = Instance.new("Smoke")
3482
Smoke87 = Instance.new("Smoke")
3483
Smoke88 = Instance.new("Smoke")
3484
BillboardGui89 = Instance.new("BillboardGui")
3485
ImageLabel90 = Instance.new("ImageLabel")
3486
Script91 = Instance.new("Script")
3487
SpecialMesh92 = Instance.new("SpecialMesh")
3488
Script93 = Instance.new("Script")
3489
Script94 = Instance.new("Script")
3490
Sound95 = Instance.new("Sound")
3491
Sky96 = Instance.new("Sky")
3492
Part97 = Instance.new("Part")
3493
Sound98 = Instance.new("Sound")
3494
Sound99 = Instance.new("Sound")
3495
SpecialMesh100 = Instance.new("SpecialMesh")
3496
PointLight101 = Instance.new("PointLight")
3497
Smoke102 = Instance.new("Smoke")
3498
Sound103 = Instance.new("Sound")
3499
Model104 = Instance.new("Model")
3500
Part105 = Instance.new("Part")
3501
SpecialMesh106 = Instance.new("SpecialMesh")
3502
Part107 = Instance.new("Part")
3503
SpecialMesh108 = Instance.new("SpecialMesh")
3504
Smoke109 = Instance.new("Smoke")
3505
BillboardGui110 = Instance.new("BillboardGui")
3506
ImageLabel111 = Instance.new("ImageLabel")
3507
Script112 = Instance.new("Script")
3508
Smoke113 = Instance.new("Smoke")
3509
Smoke114 = Instance.new("Smoke")
3510
Smoke115 = Instance.new("Smoke")
3511
StringValue116 = Instance.new("StringValue")
3512
StringValue117 = Instance.new("StringValue")
3513
StringValue118 = Instance.new("StringValue")
3514
Script119 = Instance.new("Script")
3515
Script120 = Instance.new("Script")
3516
Sound121 = Instance.new("Sound")
3517
Sky122 = Instance.new("Sky")
3518
Part123 = Instance.new("Part")
3519
BlockMesh124 = Instance.new("BlockMesh")
3520
Part125 = Instance.new("Part")
3521
BlockMesh126 = Instance.new("BlockMesh")
3522
Part127 = Instance.new("Part")
3523
BlockMesh128 = Instance.new("BlockMesh")
3524
Part129 = Instance.new("Part")
3525
BlockMesh130 = Instance.new("BlockMesh")
3526
Part131 = Instance.new("Part")
3527
BlockMesh132 = Instance.new("BlockMesh")
3528
Part133 = Instance.new("Part")
3529
BlockMesh134 = Instance.new("BlockMesh")
3530
Part135 = Instance.new("Part")
3531
BlockMesh136 = Instance.new("BlockMesh")
3532
Part137 = Instance.new("Part")
3533
BlockMesh138 = Instance.new("BlockMesh")
3534
Part139 = Instance.new("Part")
3535
BlockMesh140 = Instance.new("BlockMesh")
3536
Part141 = Instance.new("Part")
3537
BlockMesh142 = Instance.new("BlockMesh")
3538
Part143 = Instance.new("Part")
3539
BlockMesh144 = Instance.new("BlockMesh")
3540
Part145 = Instance.new("Part")
3541
BlockMesh146 = Instance.new("BlockMesh")
3542
Part147 = Instance.new("Part")
3543
BlockMesh148 = Instance.new("BlockMesh")
3544
Part149 = Instance.new("Part")
3545
BlockMesh150 = Instance.new("BlockMesh")
3546
Part151 = Instance.new("Part")
3547
BlockMesh152 = Instance.new("BlockMesh")
3548
Part153 = Instance.new("Part")
3549
BlockMesh154 = Instance.new("BlockMesh")
3550
Part155 = Instance.new("Part")
3551
BlockMesh156 = Instance.new("BlockMesh")
3552
Part157 = Instance.new("Part")
3553
BlockMesh158 = Instance.new("BlockMesh")
3554
Part159 = Instance.new("Part")
3555
CylinderMesh160 = Instance.new("CylinderMesh")
3556
Part161 = Instance.new("Part")
3557
BlockMesh162 = Instance.new("BlockMesh")
3558
Part163 = Instance.new("Part")
3559
BlockMesh164 = Instance.new("BlockMesh")
3560
Part165 = Instance.new("Part")
3561
BlockMesh166 = Instance.new("BlockMesh")
3562
WedgePart167 = Instance.new("WedgePart")
3563
SpecialMesh168 = Instance.new("SpecialMesh")
3564
WedgePart169 = Instance.new("WedgePart")
3565
SpecialMesh170 = Instance.new("SpecialMesh")
3566
WedgePart171 = Instance.new("WedgePart")
3567
SpecialMesh172 = Instance.new("SpecialMesh")
3568
WedgePart173 = Instance.new("WedgePart")
3569
SpecialMesh174 = Instance.new("SpecialMesh")
3570
WedgePart175 = Instance.new("WedgePart")
3571
SpecialMesh176 = Instance.new("SpecialMesh")
3572
WedgePart177 = Instance.new("WedgePart")
3573
SpecialMesh178 = Instance.new("SpecialMesh")
3574
WedgePart179 = Instance.new("WedgePart")
3575
SpecialMesh180 = Instance.new("SpecialMesh")
3576
WedgePart181 = Instance.new("WedgePart")
3577
SpecialMesh182 = Instance.new("SpecialMesh")
3578
WedgePart183 = Instance.new("WedgePart")
3579
SpecialMesh184 = Instance.new("SpecialMesh")
3580
WedgePart185 = Instance.new("WedgePart")
3581
SpecialMesh186 = Instance.new("SpecialMesh")
3582
WedgePart187 = Instance.new("WedgePart")
3583
SpecialMesh188 = Instance.new("SpecialMesh")
3584
WedgePart189 = Instance.new("WedgePart")
3585
SpecialMesh190 = Instance.new("SpecialMesh")
3586
WedgePart191 = Instance.new("WedgePart")
3587
SpecialMesh192 = Instance.new("SpecialMesh")
3588
Model193 = Instance.new("Model")
3589
Part194 = Instance.new("Part")
3590
CylinderMesh195 = Instance.new("CylinderMesh")
3591
Part196 = Instance.new("Part")
3592
CylinderMesh197 = Instance.new("CylinderMesh")
3593
Part198 = Instance.new("Part")
3594
CylinderMesh199 = Instance.new("CylinderMesh")
3595
Part200 = Instance.new("Part")
3596
CylinderMesh201 = Instance.new("CylinderMesh")
3597
Part202 = Instance.new("Part")
3598
BlockMesh203 = Instance.new("BlockMesh")
3599
Part204 = Instance.new("Part")
3600
BlockMesh205 = Instance.new("BlockMesh")
3601
Part206 = Instance.new("Part")
3602
BlockMesh207 = Instance.new("BlockMesh")
3603
Part208 = Instance.new("Part")
3604
BlockMesh209 = Instance.new("BlockMesh")
3605
Part210 = Instance.new("Part")
3606
BlockMesh211 = Instance.new("BlockMesh")
3607
Part212 = Instance.new("Part")
3608
BlockMesh213 = Instance.new("BlockMesh")
3609
Part214 = Instance.new("Part")
3610
BlockMesh215 = Instance.new("BlockMesh")
3611
Part216 = Instance.new("Part")
3612
BlockMesh217 = Instance.new("BlockMesh")
3613
Part218 = Instance.new("Part")
3614
BlockMesh219 = Instance.new("BlockMesh")
3615
Part220 = Instance.new("Part")
3616
BlockMesh221 = Instance.new("BlockMesh")
3617
Part222 = Instance.new("Part")
3618
BlockMesh223 = Instance.new("BlockMesh")
3619
Part224 = Instance.new("Part")
3620
BlockMesh225 = Instance.new("BlockMesh")
3621
Part226 = Instance.new("Part")
3622
BlockMesh227 = Instance.new("BlockMesh")
3623
Part228 = Instance.new("Part")
3624
BlockMesh229 = Instance.new("BlockMesh")
3625
Part230 = Instance.new("Part")
3626
BlockMesh231 = Instance.new("BlockMesh")
3627
Part232 = Instance.new("Part")
3628
BlockMesh233 = Instance.new("BlockMesh")
3629
Part234 = Instance.new("Part")
3630
BlockMesh235 = Instance.new("BlockMesh")
3631
Part236 = Instance.new("Part")
3632
BlockMesh237 = Instance.new("BlockMesh")
3633
Part238 = Instance.new("Part")
3634
BlockMesh239 = Instance.new("BlockMesh")
3635
Part240 = Instance.new("Part")
3636
BlockMesh241 = Instance.new("BlockMesh")
3637
Part242 = Instance.new("Part")
3638
BlockMesh243 = Instance.new("BlockMesh")
3639
Part244 = Instance.new("Part")
3640
BlockMesh245 = Instance.new("BlockMesh")
3641
Part246 = Instance.new("Part")
3642
BlockMesh247 = Instance.new("BlockMesh")
3643
Part248 = Instance.new("Part")
3644
CylinderMesh249 = Instance.new("CylinderMesh")
3645
Part250 = Instance.new("Part")
3646
BlockMesh251 = Instance.new("BlockMesh")
3647
Part252 = Instance.new("Part")
3648
BlockMesh253 = Instance.new("BlockMesh")
3649
Part254 = Instance.new("Part")
3650
BlockMesh255 = Instance.new("BlockMesh")
3651
Part256 = Instance.new("Part")
3652
BlockMesh257 = Instance.new("BlockMesh")
3653
Part258 = Instance.new("Part")
3654
BlockMesh259 = Instance.new("BlockMesh")
3655
Part260 = Instance.new("Part")
3656
BlockMesh261 = Instance.new("BlockMesh")
3657
Part262 = Instance.new("Part")
3658
BlockMesh263 = Instance.new("BlockMesh")
3659
Part264 = Instance.new("Part")
3660
BlockMesh265 = Instance.new("BlockMesh")
3661
Part266 = Instance.new("Part")
3662
BlockMesh267 = Instance.new("BlockMesh")
3663
Part268 = Instance.new("Part")
3664
BlockMesh269 = Instance.new("BlockMesh")
3665
Part270 = Instance.new("Part")
3666
BlockMesh271 = Instance.new("BlockMesh")
3667
Part272 = Instance.new("Part")
3668
BlockMesh273 = Instance.new("BlockMesh")
3669
Part274 = Instance.new("Part")
3670
BlockMesh275 = Instance.new("BlockMesh")
3671
Part276 = Instance.new("Part")
3672
BlockMesh277 = Instance.new("BlockMesh")
3673
Part278 = Instance.new("Part")
3674
BlockMesh279 = Instance.new("BlockMesh")
3675
Part280 = Instance.new("Part")
3676
BlockMesh281 = Instance.new("BlockMesh")
3677
Part282 = Instance.new("Part")
3678
BlockMesh283 = Instance.new("BlockMesh")
3679
Part284 = Instance.new("Part")
3680
BlockMesh285 = Instance.new("BlockMesh")
3681
Part286 = Instance.new("Part")
3682
BlockMesh287 = Instance.new("BlockMesh")
3683
Part288 = Instance.new("Part")
3684
BlockMesh289 = Instance.new("BlockMesh")
3685
Part290 = Instance.new("Part")
3686
BlockMesh291 = Instance.new("BlockMesh")
3687
Part292 = Instance.new("Part")
3688
BlockMesh293 = Instance.new("BlockMesh")
3689
WedgePart294 = Instance.new("WedgePart")
3690
SpecialMesh295 = Instance.new("SpecialMesh")
3691
WedgePart296 = Instance.new("WedgePart")
3692
SpecialMesh297 = Instance.new("SpecialMesh")
3693
WedgePart298 = Instance.new("WedgePart")
3694
SpecialMesh299 = Instance.new("SpecialMesh")
3695
WedgePart300 = Instance.new("WedgePart")
3696
SpecialMesh301 = Instance.new("SpecialMesh")
3697
VehicleSeat302 = Instance.new("VehicleSeat")
3698
WedgePart303 = Instance.new("WedgePart")
3699
SpecialMesh304 = Instance.new("SpecialMesh")
3700
WedgePart305 = Instance.new("WedgePart")
3701
SpecialMesh306 = Instance.new("SpecialMesh")
3702
WedgePart307 = Instance.new("WedgePart")
3703
SpecialMesh308 = Instance.new("SpecialMesh")
3704
WedgePart309 = Instance.new("WedgePart")
3705
SpecialMesh310 = Instance.new("SpecialMesh")
3706
WedgePart311 = Instance.new("WedgePart")
3707
SpecialMesh312 = Instance.new("SpecialMesh")
3708
WedgePart313 = Instance.new("WedgePart")
3709
SpecialMesh314 = Instance.new("SpecialMesh")
3710
WedgePart315 = Instance.new("WedgePart")
3711
SpecialMesh316 = Instance.new("SpecialMesh")
3712
WedgePart317 = Instance.new("WedgePart")
3713
SpecialMesh318 = Instance.new("SpecialMesh")
3714
WedgePart319 = Instance.new("WedgePart")
3715
SpecialMesh320 = Instance.new("SpecialMesh")
3716
WedgePart321 = Instance.new("WedgePart")
3717
SpecialMesh322 = Instance.new("SpecialMesh")
3718
WedgePart323 = Instance.new("WedgePart")
3719
SpecialMesh324 = Instance.new("SpecialMesh")
3720
WedgePart325 = Instance.new("WedgePart")
3721
SpecialMesh326 = Instance.new("SpecialMesh")
3722
WedgePart327 = Instance.new("WedgePart")
3723
SpecialMesh328 = Instance.new("SpecialMesh")
3724
WedgePart329 = Instance.new("WedgePart")
3725
SpecialMesh330 = Instance.new("SpecialMesh")
3726
WedgePart331 = Instance.new("WedgePart")
3727
SpecialMesh332 = Instance.new("SpecialMesh")
3728
WedgePart333 = Instance.new("WedgePart")
3729
SpecialMesh334 = Instance.new("SpecialMesh")
3730
WedgePart335 = Instance.new("WedgePart")
3731
SpecialMesh336 = Instance.new("SpecialMesh")
3732
WedgePart337 = Instance.new("WedgePart")
3733
SpecialMesh338 = Instance.new("SpecialMesh")
3734
Part339 = Instance.new("Part")
3735
BlockMesh340 = Instance.new("BlockMesh")
3736
Part341 = Instance.new("Part")
3737
BlockMesh342 = Instance.new("BlockMesh")
3738
Part343 = Instance.new("Part")
3739
BlockMesh344 = Instance.new("BlockMesh")
3740
Part345 = Instance.new("Part")
3741
BlockMesh346 = Instance.new("BlockMesh")
3742
Part347 = Instance.new("Part")
3743
BlockMesh348 = Instance.new("BlockMesh")
3744
Part349 = Instance.new("Part")
3745
BlockMesh350 = Instance.new("BlockMesh")
3746
Part351 = Instance.new("Part")
3747
BlockMesh352 = Instance.new("BlockMesh")
3748
Part353 = Instance.new("Part")
3749
BlockMesh354 = Instance.new("BlockMesh")
3750
Part355 = Instance.new("Part")
3751
BlockMesh356 = Instance.new("BlockMesh")
3752
Part357 = Instance.new("Part")
3753
BlockMesh358 = Instance.new("BlockMesh")
3754
Part359 = Instance.new("Part")
3755
BlockMesh360 = Instance.new("BlockMesh")
3756
Part361 = Instance.new("Part")
3757
BlockMesh362 = Instance.new("BlockMesh")
3758
Part363 = Instance.new("Part")
3759
BlockMesh364 = Instance.new("BlockMesh")
3760
Part365 = Instance.new("Part")
3761
BlockMesh366 = Instance.new("BlockMesh")
3762
Part367 = Instance.new("Part")
3763
BlockMesh368 = Instance.new("BlockMesh")
3764
Part369 = Instance.new("Part")
3765
BlockMesh370 = Instance.new("BlockMesh")
3766
Part371 = Instance.new("Part")
3767
CylinderMesh372 = Instance.new("CylinderMesh")
3768
Part373 = Instance.new("Part")
3769
BlockMesh374 = Instance.new("BlockMesh")
3770
Part375 = Instance.new("Part")
3771
BlockMesh376 = Instance.new("BlockMesh")
3772
Part377 = Instance.new("Part")
3773
BlockMesh378 = Instance.new("BlockMesh")
3774
Part379 = Instance.new("Part")
3775
BlockMesh380 = Instance.new("BlockMesh")
3776
Part381 = Instance.new("Part")
3777
CylinderMesh382 = Instance.new("CylinderMesh")
3778
Part383 = Instance.new("Part")
3779
CylinderMesh384 = Instance.new("CylinderMesh")
3780
Part385 = Instance.new("Part")
3781
CylinderMesh386 = Instance.new("CylinderMesh")
3782
WedgePart387 = Instance.new("WedgePart")
3783
SpecialMesh388 = Instance.new("SpecialMesh")
3784
WedgePart389 = Instance.new("WedgePart")
3785
SpecialMesh390 = Instance.new("SpecialMesh")
3786
WedgePart391 = Instance.new("WedgePart")
3787
SpecialMesh392 = Instance.new("SpecialMesh")
3788
WedgePart393 = Instance.new("WedgePart")
3789
SpecialMesh394 = Instance.new("SpecialMesh")
3790
WedgePart395 = Instance.new("WedgePart")
3791
SpecialMesh396 = Instance.new("SpecialMesh")
3792
WedgePart397 = Instance.new("WedgePart")
3793
SpecialMesh398 = Instance.new("SpecialMesh")
3794
WedgePart399 = Instance.new("WedgePart")
3795
SpecialMesh400 = Instance.new("SpecialMesh")
3796
WedgePart401 = Instance.new("WedgePart")
3797
SpecialMesh402 = Instance.new("SpecialMesh")
3798
WedgePart403 = Instance.new("WedgePart")
3799
SpecialMesh404 = Instance.new("SpecialMesh")
3800
WedgePart405 = Instance.new("WedgePart")
3801
SpecialMesh406 = Instance.new("SpecialMesh")
3802
WedgePart407 = Instance.new("WedgePart")
3803
SpecialMesh408 = Instance.new("SpecialMesh")
3804
Part409 = Instance.new("Part")
3805
BlockMesh410 = Instance.new("BlockMesh")
3806
Part411 = Instance.new("Part")
3807
BlockMesh412 = Instance.new("BlockMesh")
3808
Part413 = Instance.new("Part")
3809
BlockMesh414 = Instance.new("BlockMesh")
3810
Part415 = Instance.new("Part")
3811
BlockMesh416 = Instance.new("BlockMesh")
3812
Part417 = Instance.new("Part")
3813
CylinderMesh418 = Instance.new("CylinderMesh")
3814
Part419 = Instance.new("Part")
3815
CylinderMesh420 = Instance.new("CylinderMesh")
3816
Part421 = Instance.new("Part")
3817
CylinderMesh422 = Instance.new("CylinderMesh")
3818
Part423 = Instance.new("Part")
3819
CylinderMesh424 = Instance.new("CylinderMesh")
3820
Part425 = Instance.new("Part")
3821
CylinderMesh426 = Instance.new("CylinderMesh")
3822
Part427 = Instance.new("Part")
3823
BlockMesh428 = Instance.new("BlockMesh")
3824
WedgePart429 = Instance.new("WedgePart")
3825
SpecialMesh430 = Instance.new("SpecialMesh")
3826
WedgePart431 = Instance.new("WedgePart")
3827
SpecialMesh432 = Instance.new("SpecialMesh")
3828
Part433 = Instance.new("Part")
3829
CylinderMesh434 = Instance.new("CylinderMesh")
3830
Part435 = Instance.new("Part")
3831
CylinderMesh436 = Instance.new("CylinderMesh")
3832
Part437 = Instance.new("Part")
3833
CylinderMesh438 = Instance.new("CylinderMesh")
3834
Part439 = Instance.new("Part")
3835
CylinderMesh440 = Instance.new("CylinderMesh")
3836
Part441 = Instance.new("Part")
3837
CylinderMesh442 = Instance.new("CylinderMesh")
3838
Part443 = Instance.new("Part")
3839
CylinderMesh444 = Instance.new("CylinderMesh")
3840
Part445 = Instance.new("Part")
3841
CylinderMesh446 = Instance.new("CylinderMesh")
3842
Part447 = Instance.new("Part")
3843
CylinderMesh448 = Instance.new("CylinderMesh")
3844
Part449 = Instance.new("Part")
3845
CylinderMesh450 = Instance.new("CylinderMesh")
3846
Part451 = Instance.new("Part")
3847
CylinderMesh452 = Instance.new("CylinderMesh")
3848
Model0.Name = "MAZ-450 Scud Nuclear"
3849
Model0.Parent = mas
3850
Model1.Name = "turret"
3851
Model1.Parent = Model0
3852
Part2.Parent = Model1
3853
Part2.Material = Enum.Material.Metal
3854
Part2.BrickColor = BrickColor.new("Grime")
3855
Part2.Rotation = Vector3.new(0, 90, 0)
3856
Part2.FormFactor = Enum.FormFactor.Plate
3857
Part2.Size = Vector3.new(2, 0.400000006, 3)
3858
Part2.CFrame = CFrame.new(12.8898954, 10.3001108, 38.9598312, 3.06876391e-05, 6.20403944e-06, 1, -3.31463598e-05, 1, -6.68033636e-06, -1, -2.63205093e-05, 2.09769823e-05)
3859
Part2.BackSurface = Enum.SurfaceType.Weld
3860
Part2.BottomSurface = Enum.SurfaceType.Smooth
3861
Part2.FrontSurface = Enum.SurfaceType.Weld
3862
Part2.LeftSurface = Enum.SurfaceType.Weld
3863
Part2.RightSurface = Enum.SurfaceType.Weld
3864
Part2.TopSurface = Enum.SurfaceType.Weld
3865
Part2.Color = Color3.new(0.498039, 0.556863, 0.392157)
3866
Part2.Position = Vector3.new(12.8898954, 10.3001108, 38.9598312)
3867
Part2.Orientation = Vector3.new(0, 90, 0)
3868
Part2.Color = Color3.new(0.498039, 0.556863, 0.392157)
3869
CylinderMesh3.Parent = Part2
3870
CylinderMesh3.Scale = Vector3.new(1.79999995, 1, 2)
3871
CylinderMesh3.Scale = Vector3.new(1.79999995, 1, 2)
3872
ObjectValue4.Name = "WER"
3873
ObjectValue4.Parent = Model1
3874
ObjectValue4.Value = Weld12
3875
Part5.Parent = Model1
3876
Part5.Material = Enum.Material.Metal
3877
Part5.BrickColor = BrickColor.new("Grime")
3878
Part5.Rotation = Vector3.new(-90, 0, -180)
3879
Part5.FormFactor = Enum.FormFactor.Custom
3880
Part5.Size = Vector3.new(3, 0.400000006, 0.399999976)
3881
Part5.CFrame = CFrame.new(12.8898659, 10.7001324, 40.1598129, -1, 5.64619597e-07, 6.20732499e-06, 6.68464554e-06, 1.11793124e-05, 1, 1.02754129e-05, 1, -4.35367065e-06)
3882
Part5.BackSurface = Enum.SurfaceType.Weld
3883
Part5.BottomSurface = Enum.SurfaceType.Smooth
3884
Part5.FrontSurface = Enum.SurfaceType.Weld
3885
Part5.LeftSurface = Enum.SurfaceType.Weld
3886
Part5.RightSurface = Enum.SurfaceType.Weld
3887
Part5.TopSurface = Enum.SurfaceType.Weld
3888
Part5.Color = Color3.new(0.498039, 0.556863, 0.392157)
3889
Part5.Position = Vector3.new(12.8898659, 10.7001324, 40.1598129)
3890
Part5.Orientation = Vector3.new(-90, -180, 0)
3891
Part5.Color = Color3.new(0.498039, 0.556863, 0.392157)
3892
BlockMesh6.Parent = Part5
3893
Part7.Parent = Model1
3894
Part7.Material = Enum.Material.Metal
3895
Part7.BrickColor = BrickColor.new("Grime")
3896
Part7.Rotation = Vector3.new(90, 0, -90)
3897
Part7.FormFactor = Enum.FormFactor.Symmetric
3898
Part7.Size = Vector3.new(1, 1, 1)
3899
Part7.CFrame = CFrame.new(13.8899441, 12.0000706, 38.9595375, 4.72349166e-05, 1, -3.85977728e-06, -4.47773564e-05, -4.33497553e-06, -1, -1, 3.75242453e-05, 3.79514786e-05)
3900
Part7.BottomSurface = Enum.SurfaceType.Weld
3901
Part7.TopSurface = Enum.SurfaceType.Weld
3902
Part7.Color = Color3.new(0.498039, 0.556863, 0.392157)
3903
Part7.Position = Vector3.new(13.8899441, 12.0000706, 38.9595375)
3904
Part7.Orientation = Vector3.new(90, 90, 0)
3905
Part7.Color = Color3.new(0.498039, 0.556863, 0.392157)
3906
CylinderMesh8.Parent = Part7
3907
CylinderMesh8.Scale = Vector3.new(2, 1, 1.79999995)
3908
CylinderMesh8.Scale = Vector3.new(2, 1, 1.79999995)
3909
Part9.Name = "Connector"
3910
Part9.Parent = Model1
3911
Part9.Material = Enum.Material.Metal
3912
Part9.BrickColor = BrickColor.new("Grime")
3913
Part9.Rotation = Vector3.new(0, 90, 0)
3914
Part9.CanCollide = false
3915
Part9.FormFactor = Enum.FormFactor.Symmetric
3916
Part9.Size = Vector3.new(2, 2, 3)
3917
Part9.CFrame = CFrame.new(12.8898888, 9.10011101, 38.9598045, 1.50947981e-05, 5.43772376e-06, 1, -2.21862356e-05, 1, -5.9147028e-06, -1, -1.53604906e-05, 5.38406312e-06)
3918
Part9.BackSurface = Enum.SurfaceType.Weld
3919
Part9.BottomSurface = Enum.SurfaceType.Weld
3920
Part9.LeftSurface = Enum.SurfaceType.Weld
3921
Part9.TopSurface = Enum.SurfaceType.Weld
3922
Part9.Color = Color3.new(0.498039, 0.556863, 0.392157)
3923
Part9.Position = Vector3.new(12.8898888, 9.10011101, 38.9598045)
3924
Part9.Orientation = Vector3.new(0, 90, 0)
3925
Part9.Color = Color3.new(0.498039, 0.556863, 0.392157)
3926
CylinderMesh10.Parent = Part9
3927
CylinderMesh10.Scale = Vector3.new(1.5, 1, 2)
3928
CylinderMesh10.Scale = Vector3.new(1.5, 1, 2)
3929
Weld11.Parent = Part9
3930
Weld11.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3931
Weld12.Parent = Part9
3932
Weld12.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3933
Weld12.Part0 = Part9
3934
Weld12.Part1 = Part79
3935
Part13.Name = "Wpart"
3936
Part13.Parent = Model1
3937
Part13.Material = Enum.Material.Metal
3938
Part13.BrickColor = BrickColor.new("Grime")
3939
Part13.Rotation = Vector3.new(0, 90, 0)
3940
Part13.FormFactor = Enum.FormFactor.Symmetric
3941
Part13.Size = Vector3.new(2, 1, 2)
3942
Part13.CFrame = CFrame.new(14.3899441, 12.0000477, 38.9595566, 1.52723678e-05, 5.4290017e-06, 1, -2.23110437e-05, 1, -5.90597438e-06, -1, -1.54852969e-05, 5.56163559e-06)
3943
Part13.BottomSurface = Enum.SurfaceType.Smooth
3944
Part13.LeftSurface = Enum.SurfaceType.Weld
3945
Part13.RightSurface = Enum.SurfaceType.Weld
3946
Part13.TopSurface = Enum.SurfaceType.Smooth
3947
Part13.Color = Color3.new(0.498039, 0.556863, 0.392157)
3948
Part13.Position = Vector3.new(14.3899441, 12.0000477, 38.9595566)
3949
Part13.Orientation = Vector3.new(0, 90, 0)
3950
Part13.Color = Color3.new(0.498039, 0.556863, 0.392157)
3951
Script14.Parent = Part13
3952
table.insert(cors,sandbox(Script14,function()
3953
b = script.Parent
3954
c = script.Parent.Parent.Connector2
3955
3956
	local weld = Instance.new("Weld")
3957
3958
	weld.Part0 = c
3959
	weld.Part1 = b
3960
3961
	weld.C0 = CFrame.new(0, 0, 1.5)
3962
3963
	weld.Parent = c
3964
3965
script.Parent.Parent.WER2.Value = weld
3966
end))
3967
BlockMesh15.Parent = Part13
3968
Part16.Parent = Model1
3969
Part16.Material = Enum.Material.Metal
3970
Part16.BrickColor = BrickColor.new("Grime")
3971
Part16.Rotation = Vector3.new(90, 0, -90)
3972
Part16.FormFactor = Enum.FormFactor.Symmetric
3973
Part16.Size = Vector3.new(1, 1, 1)
3974
Part16.CFrame = CFrame.new(14.8899441, 12.0000582, 38.9595566, 3.124254e-05, 1, -4.64493451e-06, -3.3536413e-05, -5.12120005e-06, -1, -1, 2.15318451e-05, 2.67105879e-05)
3975
Part16.BottomSurface = Enum.SurfaceType.Weld
3976
Part16.TopSurface = Enum.SurfaceType.Weld
3977
Part16.Color = Color3.new(0.498039, 0.556863, 0.392157)
3978
Part16.Position = Vector3.new(14.8899441, 12.0000582, 38.9595566)
3979
Part16.Orientation = Vector3.new(90, 90, 0)
3980
Part16.Color = Color3.new(0.498039, 0.556863, 0.392157)
3981
CylinderMesh17.Parent = Part16
3982
CylinderMesh17.Scale = Vector3.new(1.89999998, 1, 1.60000002)
3983
CylinderMesh17.Scale = Vector3.new(1.89999998, 1, 1.60000002)
3984
Part18.Name = "Connector2"
3985
Part18.Parent = Model1
3986
Part18.Material = Enum.Material.Metal
3987
Part18.BrickColor = BrickColor.new("Grime")
3988
Part18.Rotation = Vector3.new(0, 90, 0)
3989
Part18.FormFactor = Enum.FormFactor.Symmetric
3990
Part18.Size = Vector3.new(1, 1, 1)
3991
Part18.CFrame = CFrame.new(12.8899441, 12.0000563, 38.959549, 1.52723678e-05, 5.4290017e-06, 1, -2.23110437e-05, 1, -5.90597438e-06, -1, -1.54852969e-05, 5.56163559e-06)
3992
Part18.BottomSurface = Enum.SurfaceType.Weld
3993
Part18.TopSurface = Enum.SurfaceType.Weld
3994
Part18.Color = Color3.new(0.498039, 0.556863, 0.392157)
3995
Part18.Position = Vector3.new(12.8899441, 12.0000563, 38.959549)
3996
Part18.Orientation = Vector3.new(0, 90, 0)
3997
Part18.Color = Color3.new(0.498039, 0.556863, 0.392157)
3998
BlockMesh19.Parent = Part18
3999
Weld20.Parent = Part18
4000
Weld20.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4001
Weld21.Parent = Part18
4002
Weld21.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4003
Weld22.Parent = Part18
4004
Weld22.C0 = CFrame.new(0, 0, 1.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4005
Weld22.Part0 = Part18
4006
Weld22.Part1 = Part13
4007
Part23.Parent = Model1
4008
Part23.Material = Enum.Material.Metal
4009
Part23.BrickColor = BrickColor.new("Grime")
4010
Part23.Rotation = Vector3.new(-90, 0, 180)
4011
Part23.FormFactor = Enum.FormFactor.Plate
4012
Part23.Size = Vector3.new(1, 0.400000006, 1.20000005)
4013
Part23.CFrame = CFrame.new(13.8899651, 11.5000286, 37.7595558, -1, -3.11981494e-05, 4.64657705e-06, 5.12284532e-06, 3.350517e-05, 1, -2.14874563e-05, 1, -2.66793468e-05)
4014
Part23.BackSurface = Enum.SurfaceType.Weld
4015
Part23.BottomSurface = Enum.SurfaceType.Weld
4016
Part23.FrontSurface = Enum.SurfaceType.Weld
4017
Part23.LeftSurface = Enum.SurfaceType.Weld
4018
Part23.RightSurface = Enum.SurfaceType.Weld
4019
Part23.TopSurface = Enum.SurfaceType.Smooth
4020
Part23.Color = Color3.new(0.498039, 0.556863, 0.392157)
4021
Part23.Position = Vector3.new(13.8899651, 11.5000286, 37.7595558)
4022
Part23.Orientation = Vector3.new(-90, 180, 0)
4023
Part23.Color = Color3.new(0.498039, 0.556863, 0.392157)
4024
BlockMesh24.Parent = Part23
4025
Part25.Parent = Model1
4026
Part25.Material = Enum.Material.Metal
4027
Part25.BrickColor = BrickColor.new("Grime")
4028
Part25.Rotation = Vector3.new(-90, 0, 180)
4029
Part25.FormFactor = Enum.FormFactor.Custom
4030
Part25.Size = Vector3.new(3, 0.400000006, 0.399999976)
4031
Part25.CFrame = CFrame.new(12.8899288, 10.7000723, 37.7598228, -1, -1.52280863e-05, 5.43084116e-06, 5.90815625e-06, -7.7088643e-08, 1, -5.51722951e-06, 1, 6.90283105e-06)
4032
Part25.BackSurface = Enum.SurfaceType.Weld
4033
Part25.BottomSurface = Enum.SurfaceType.Weld
4034
Part25.FrontSurface = Enum.SurfaceType.Weld
4035
Part25.LeftSurface = Enum.SurfaceType.Weld
4036
Part25.RightSurface = Enum.SurfaceType.Weld
4037
Part25.TopSurface = Enum.SurfaceType.Smooth
4038
Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
4039
Part25.Position = Vector3.new(12.8899288, 10.7000723, 37.7598228)
4040
Part25.Orientation = Vector3.new(-90, 180, 0)
4041
Part25.Color = Color3.new(0.498039, 0.556863, 0.392157)
4042
BlockMesh26.Parent = Part25
4043
Part27.Parent = Model1
4044
Part27.Material = Enum.Material.Metal
4045
Part27.BrickColor = BrickColor.new("Grime")
4046
Part27.Rotation = Vector3.new(90, 0, 0)
4047
Part27.FormFactor = Enum.FormFactor.Plate
4048
Part27.Size = Vector3.new(1, 0.400000006, 1)
4049
Part27.CFrame = CFrame.new(13.8899403, 11.6000576, 37.3598328, 1, -1.52945649e-05, -5.42817907e-06, -5.90515128e-06, 2.23266634e-05, -1, 5.5838309e-06, 1, 1.55009166e-05)
4050
Part27.BackSurface = Enum.SurfaceType.Weld
4051
Part27.BottomSurface = Enum.SurfaceType.Smooth
4052
Part27.FrontSurface = Enum.SurfaceType.Weld
4053
Part27.LeftSurface = Enum.SurfaceType.Weld
4054
Part27.RightSurface = Enum.SurfaceType.Weld
4055
Part27.TopSurface = Enum.SurfaceType.Weld
4056
Part27.Color = Color3.new(0.498039, 0.556863, 0.392157)
4057
Part27.Position = Vector3.new(13.8899403, 11.6000576, 37.3598328)
4058
Part27.Orientation = Vector3.new(90, 0, 0)
4059
Part27.Color = Color3.new(0.498039, 0.556863, 0.392157)
4060
CylinderMesh28.Parent = Part27
4061
CylinderMesh28.Offset = Vector3.new(0, 1.60000002, 0)
4062
CylinderMesh28.Scale = Vector3.new(0.800000012, 8, 2)
4063
CylinderMesh28.Scale = Vector3.new(0.800000012, 8, 2)
4064
Part29.Parent = Model1
4065
Part29.Material = Enum.Material.Metal
4066
Part29.BrickColor = BrickColor.new("Grime")
4067
Part29.Rotation = Vector3.new(180, 0, -180)
4068
Part29.FormFactor = Enum.FormFactor.Plate
4069
Part29.Size = Vector3.new(1, 0.800000012, 1)
4070
Part29.CFrame = CFrame.new(13.8901453, 7.60008192, 38.9598312, -1, 6.80900757e-06, -1.28170986e-05, 7.24961728e-06, 1, -3.05093963e-05, 2.17730885e-05, -2.42142978e-05, -1)
4071
Part29.BackSurface = Enum.SurfaceType.Weld
4072
Part29.BottomSurface = Enum.SurfaceType.Weld
4073
Part29.FrontSurface = Enum.SurfaceType.Weld
4074
Part29.LeftSurface = Enum.SurfaceType.Weld
4075
Part29.RightSurface = Enum.SurfaceType.Weld
4076
Part29.TopSurface = Enum.SurfaceType.Smooth
4077
Part29.Color = Color3.new(0.498039, 0.556863, 0.392157)
4078
Part29.Position = Vector3.new(13.8901453, 7.60008192, 38.9598312)
4079
Part29.Orientation = Vector3.new(0, -180, 0)
4080
Part29.Color = Color3.new(0.498039, 0.556863, 0.392157)
4081
BlockMesh30.Parent = Part29
4082
Part31.Parent = Model1
4083
Part31.Material = Enum.Material.Metal
4084
Part31.BrickColor = BrickColor.new("Grime")
4085
Part31.FormFactor = Enum.FormFactor.Plate
4086
Part31.Size = Vector3.new(1, 0.800000012, 1)
4087
Part31.CFrame = CFrame.new(11.8901434, 7.60010433, 38.9599037, 1, 6.32152023e-06, 2.89539616e-06, -6.78039805e-06, 1, 3.84974592e-05, -1.22286801e-05, -3.19370556e-05, 1)
4088
Part31.BackSurface = Enum.SurfaceType.Weld
4089
Part31.BottomSurface = Enum.SurfaceType.Weld
4090
Part31.FrontSurface = Enum.SurfaceType.Weld
4091
Part31.LeftSurface = Enum.SurfaceType.Weld
4092
Part31.RightSurface = Enum.SurfaceType.Weld
4093
Part31.TopSurface = Enum.SurfaceType.Smooth
4094
Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
4095
Part31.Position = Vector3.new(11.8901434, 7.60010433, 38.9599037)
4096
Part31.Color = Color3.new(0.498039, 0.556863, 0.392157)
4097
BlockMesh32.Parent = Part31
4098
ObjectValue33.Name = "WER2"
4099
ObjectValue33.Parent = Model1
4100
ObjectValue33.Value = Weld22
4101
VehicleSeat34.Parent = Model1
4102
VehicleSeat34.BrickColor = BrickColor.new("Really red")
4103
VehicleSeat34.Rotation = Vector3.new(0, 90, 0)
4104
VehicleSeat34.Size = Vector3.new(2, 0.400000006, 2)
4105
VehicleSeat34.CFrame = CFrame.new(-23.1100998, 4.80056763, 33.6601639, -1.67083635e-05, 6.97150199e-06, 1, -2.32027105e-07, 0.999991715, -7.13226291e-06, -1.00000143, 1.9876245e-06, -2.00193008e-05)
4106
VehicleSeat34.TopSurface = Enum.SurfaceType.Weld
4107
VehicleSeat34.HeadsUpDisplay = false
4108
VehicleSeat34.MaxSpeed = 50
4109
VehicleSeat34.Color = Color3.new(1, 0, 0)
4110
VehicleSeat34.Position = Vector3.new(-23.1100998, 4.80056763, 33.6601639)
4111
VehicleSeat34.Orientation = Vector3.new(0, 90, 0)
4112
VehicleSeat34.Color = Color3.new(1, 0, 0)
4113
Sound35.Name = "Swiv"
4114
Sound35.Parent = VehicleSeat34
4115
Sound35.Pitch = 0.69999998807907
4116
Sound35.SoundId = "http://www.roblox.com/asset/?id=31245465"
4117
Sound35.Volume = 0
4118
Sound35.PlayOnRemove = true
4119
Script36.Name = "Control"
4120
Script36.Parent = VehicleSeat34
4121
table.insert(cors,sandbox(Script36,function()
4122
while true do
4123
wait()
4124
if script.Parent.Steer == 2 then
4125
script.Parent.Swiv:play()
4126
script.Parent.Parent.WER.Value.C0 = script.Parent.Parent.WER.Value.C0 * CFrame.fromEulerAnglesXYZ(0,0.01,0)
4127
elseif script.Parent.Steer == -2 then
4128
script.Parent.Swiv:play()
4129
script.Parent.Parent.WER.Value.C0 = script.Parent.Parent.WER.Value.C0 * CFrame.fromEulerAnglesXYZ(0,-0.01,0)
4130
elseif script.Parent.Steer == 0 and script.Parent.Throttle == 0 then
4131
script.Parent.Swiv:pause()
4132
end
4133
end
4134
4135
end))
4136
Script37.Name = "Control2"
4137
Script37.Parent = VehicleSeat34
4138
table.insert(cors,sandbox(Script37,function()
4139
angle = 0
4140
4141
while true do
4142
wait()
4143
if script.Parent.Throttle == 1 and angle < 160 then
4144
script.Parent.Swiv:play()
4145
angle = angle + 1
4146
script.Parent.Angle.Value = angle
4147
script.Parent.Parent.WER2.Value.C0 = script.Parent.Parent.WER2.Value.C0 * CFrame.fromEulerAnglesXYZ(-0.01,0,0)
4148
elseif script.Parent.Throttle == -1 and angle > 0 then
4149
script.Parent.Swiv:play()
4150
angle = angle - 1
4151
script.Parent.Angle.Value = angle
4152
script.Parent.Parent.WER2.Value.C0 = script.Parent.Parent.WER2.Value.C0 * CFrame.fromEulerAnglesXYZ(0.01,0,0)
4153
end
4154
end
4155
4156
end))
4157
BlockMesh38.Parent = VehicleSeat34
4158
Script39.Name = "Pickup"
4159
Script39.Parent = VehicleSeat34
4160
table.insert(cors,sandbox(Script39,function()
4161
script.Parent.ChildAdded:connect(function(w)
4162
print("ChildAdded")
4163
if w.className=="Weld" then
4164
print("IsAWeld")
4165
if w.Name=="SeatWeld" then
4166
print("IsASeatWeld")
4167
if w.Part1.Parent:findFirstChild("Humanoid")~=nil then
4168
print("IsAHumanoid")
4169
pl=game.Players:GetPlayerFromCharacter(w.Part1.Parent)
4170
if pl~=nil then
4171
print("IsAPlayer")
4172
if pl.PlayerGui:findFirstChild("VehicleGui")~=nil then
4173
print("found vehicle gui - deleting")
4174
pl.PlayerGui:findFirstChild("VehicleGui").Parent=nil
4175
print("deleted")
4176
else
4177
print("no gui found - adding")
4178
newgui=script.Parent.VehicleGui:clone()
4179
newgui.Parent=pl.PlayerGui
4180
newgui.Vehicle.Value=script.Parent.Parent
4181
print("added")
4182
end
4183
end
4184
end
4185
end
4186
end
4187
end)
4188
4189
script.Parent.ChildRemoved:connect(function(w)
4190
print("ChildRemoved")
4191
if w.className=="Weld" then
4192
print("IsAWeld")
4193
if w.Name=="SeatWeld" then
4194
print("IsASeatWeld")
4195
if w.Part1.Parent:findFirstChild("Humanoid")~=nil then
4196
print("IsAHumanoid")
4197
pl=game.Players:GetPlayerFromCharacter(w.Part1.Parent)
4198
if pl~=nil then
4199
print("IsAPlayer")
4200
if pl.PlayerGui:findFirstChild("VehicleGui")~=nil then
4201
print("found vehicle gui - deleting")
4202
pl.PlayerGui:findFirstChild("VehicleGui").Parent=nil
4203
print("deleted")
4204
else
4205
print("no gui found - wierd...")
4206
end
4207
end
4208
end
4209
end
4210
end
4211
end)
4212
4213
4214
end))
4215
ScreenGui40.Name = "VehicleGui"
4216
ScreenGui40.Parent = VehicleSeat34
4217
Frame41.Parent = ScreenGui40
4218
Frame41.Transparency = 1
4219
Frame41.Size = UDim2.new(0.200000003, 0, 0.0500000007, 0)
4220
Frame41.Position = UDim2.new(0, 0, 0.800000012, 0)
4221
Frame41.BackgroundColor3 = Color3.new(0.905882, 0.905882, 0.905882)
4222
Frame41.BackgroundTransparency = 1
4223
Frame41.BorderColor3 = Color3.new(0, 0, 0)
4224
TextButton42.Name = "Machine"
4225
TextButton42.Parent = Frame41
4226
TextButton42.Transparency = 1
4227
TextButton42.Size = UDim2.new(1, 0, 2, 0)
4228
TextButton42.Style = Enum.ButtonStyle.RobloxButtonDefault
4229
TextButton42.Text = "Machine Guns"
4230
TextButton42.Position = UDim2.new(2, 0, -1, 0)
4231
TextButton42.Active = false
4232
TextButton42.Visible = false
4233
TextButton42.BackgroundColor3 = Color3.new(0, 0, 1)
4234
TextButton42.BackgroundTransparency = 1
4235
TextButton42.BorderColor3 = Color3.new(0, 0, 0)
4236
TextButton42.AutoButtonColor = false
4237
TextButton42.FontSize = Enum.FontSize.Size24
4238
TextButton42.TextColor3 = Color3.new(1, 1, 1)
4239
TextButton43.Name = "SABOT"
4240
TextButton43.Parent = Frame41
4241
TextButton43.Transparency = 0.5
4242
TextButton43.Size = UDim2.new(2, 0, 2, 0)
4243
TextButton43.Text = "Launch Cruise Missile"
4244
TextButton43.Position = UDim2.new(0.0350000001, 0, 1.5, 0)
4245
TextButton43.BackgroundColor3 = Color3.new(0, 0, 0)
4246
TextButton43.BackgroundTransparency = 0.5
4247
TextButton43.BorderColor3 = Color3.new(0, 0, 0)
4248
TextButton43.Font = Enum.Font.ArialBold
4249
TextButton43.FontSize = Enum.FontSize.Size36
4250
TextButton43.TextColor3 = Color3.new(1, 1, 1)
4251
TextButton43.TextStrokeTransparency = 0
4252
TextButton44.Name = "SMOKE"
4253
TextButton44.Parent = Frame41
4254
TextButton44.Size = UDim2.new(2, 0, 2, 0)
4255
TextButton44.Style = Enum.ButtonStyle.RobloxButtonDefault
4256
TextButton44.Text = "Fire SMOKE"
4257
TextButton44.Position = UDim2.new(0.0500000007, 0, -3, 0)
4258
TextButton44.Visible = false
4259
TextButton44.BackgroundColor3 = Color3.new(0, 0, 1)
4260
TextButton44.BorderColor3 = Color3.new(0, 0, 0)
4261
TextButton44.FontSize = Enum.FontSize.Size48
4262
TextButton44.TextColor3 = Color3.new(1, 1, 1)
4263
TextButton45.Name = "HEAT"
4264
TextButton45.Parent = Frame41
4265
TextButton45.Transparency = 0.5
4266
TextButton45.Size = UDim2.new(2, 0, 2, 0)
4267
TextButton45.Text = "Fire 155mm Howitzer"
4268
TextButton45.Position = UDim2.new(0.0250000115, 0, -1, 0)
4269
TextButton45.Visible = false
4270
TextButton45.BackgroundColor3 = Color3.new(0, 0, 0)
4271
TextButton45.BackgroundTransparency = 0.5
4272
TextButton45.BorderColor3 = Color3.new(0, 0, 0)
4273
TextButton45.Font = Enum.Font.ArialBold
4274
TextButton45.FontSize = Enum.FontSize.Size36
4275
TextButton45.TextColor3 = Color3.new(1, 1, 1)
4276
Script46.Parent = Frame41
4277
table.insert(cors,sandbox(Script46,function()
4278
repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
4279
4280
db=false
4281
held=false
4282
4283
v = script.Parent.Parent.Vehicle
4284
f = script.Parent
4285
sabot = script.Parent.SABOT
4286
enable = script.Parent.Parent.red_roof
4287
fakemiss = v.Value.FakeMissile
4288
4289
function launchsabot()
4290
enable.Visible = true
4291
v.Value.Effect.Smoke.Enabled = true
4292
v.Value.Effect.Fire:Play()
4293
v.Value.Effect.Transparency = .5
4294
local v1=v.Value.Missile:clone()
4295
v1.CFrame = v.Value.Missile.CFrame * CFrame.new(0, 0, -5)
4296
v1.Smoke.Enabled = true
4297
v1.Smoke1.Enabled = true
4298
v1.Smoke2.Enabled = true
4299
v1.Smoke3.Enabled = true
4300
v1.Smoke4.Enabled = true
4301
v1.Fire.Enabled = true
4302
v1.Spark.Enabled = true
4303
fakemiss:remove()
4304
local vel=Instance.new("BodyVelocity")
4305
vel.Parent=v1
4306
v1.Velocity=v1.CFrame.lookVector*150
4307
vel.velocity=v1.Velocity
4308
v1.CanCollide=false
4309
v1.Transparency= 0
4310
v1.Parent=workspace
4311
wait(12)
4312
v1:remove()
4313
v.Value.Effect.Transparency = 1
4314
v.Value.Effect.Smoke.Enabled = false
4315
wait(7)
4316
v1:remove()
4317
sabot.Visible = false
4318
end
4319
4320
function sabotclick()
4321
print("click missile")
4322
if db==true then return end
4323
db=true
4324
sabot.Text="Reloading..."
4325
launchsabot()
4326
sabot.Visible = false
4327
db=false
4328
end
4329
4330
sabot.MouseButton1Click:connect(sabotclick)
4331
4332
4333
4334
4335
4336
end))
4337
ObjectValue47.Name = "Vehicle"
4338
ObjectValue47.Parent = ScreenGui40
4339
Frame48.Name = "CoordinateModule"
4340
Frame48.Parent = ScreenGui40
4341
Frame48.Transparency = 1
4342
Frame48.Size = UDim2.new(0, 100, 0, 100)
4343
Frame48.Position = UDim2.new(0, 50, 0, 400)
4344
Frame48.BackgroundColor3 = Color3.new(1, 1, 1)
4345
Frame48.BackgroundTransparency = 1
4346
TextButton49.Name = "AddVariableX"
4347
TextButton49.Parent = Frame48
4348
TextButton49.Size = UDim2.new(0, 20, 0, 20)
4349
TextButton49.Style = Enum.ButtonStyle.RobloxButton
4350
TextButton49.Text = "+"
4351
TextButton49.BackgroundColor3 = Color3.new(0, 0, 0)
4352
TextButton49.Font = Enum.Font.SourceSans
4353
TextButton49.FontSize = Enum.FontSize.Size36
4354
TextButton49.TextColor3 = Color3.new(1, 1, 1)
4355
Script50.Parent = TextButton49
4356
table.insert(cors,sandbox(Script50,function()
4357
x = script.Parent.Parent.VariableX
4358
vx = script.Parent.Parent.Variable1
4359
4360
function onButtonClicked()
4361
x.Value = x.Value + 10
4362
vx.Text="x:("..tostring(x.Value)..")"
4363
end
4364
script.Parent.MouseButton1Click:connect(onButtonClicked)
4365
end))
4366
TextButton51.Name = "SubtractVariableX"
4367
TextButton51.Parent = Frame48
4368
TextButton51.Size = UDim2.new(0, 20, 0, 20)
4369
TextButton51.Style = Enum.ButtonStyle.RobloxButton
4370
TextButton51.Text = "-"
4371
TextButton51.Position = UDim2.new(0, 30, 0, 0)
4372
TextButton51.BackgroundColor3 = Color3.new(0, 0, 0)
4373
TextButton51.Font = Enum.Font.SourceSans
4374
TextButton51.FontSize = Enum.FontSize.Size36
4375
TextButton51.TextColor3 = Color3.new(1, 1, 1)
4376
Script52.Parent = TextButton51
4377
table.insert(cors,sandbox(Script52,function()
4378
x = script.Parent.Parent.VariableX
4379
vx = script.Parent.Parent.Variable1
4380
4381
function onButtonClicked()
4382
x.Value = x.Value - 10
4383
vx.Text="x:("..tostring(x.Value)..")"
4384
end
4385
script.Parent.MouseButton1Click:connect(onButtonClicked)
4386
end))
4387
TextLabel53.Name = "Variable1"
4388
TextLabel53.Parent = Frame48
4389
TextLabel53.Size = UDim2.new(0, 150, 0, 20)
4390
TextLabel53.Text = "x:(0)"
4391
TextLabel53.Position = UDim2.new(0, 60, 0, 0)
4392
TextLabel53.BackgroundColor3 = Color3.new(0, 0, 0)
4393
TextLabel53.Font = Enum.Font.ArialBold
4394
TextLabel53.FontSize = Enum.FontSize.Size14
4395
TextLabel53.TextColor3 = Color3.new(1, 1, 1)
4396
TextButton54.Name = "AddVariableZ"
4397
TextButton54.Parent = Frame48
4398
TextButton54.Size = UDim2.new(0, 20, 0, 20)
4399
TextButton54.Style = Enum.ButtonStyle.RobloxButton
4400
TextButton54.Text = "+"
4401
TextButton54.Position = UDim2.new(0, 0, 0, 30)
4402
TextButton54.BackgroundColor3 = Color3.new(0, 0, 0)
4403
TextButton54.Font = Enum.Font.SourceSans
4404
TextButton54.FontSize = Enum.FontSize.Size36
4405
TextButton54.TextColor3 = Color3.new(1, 1, 1)
4406
Script55.Parent = TextButton54
4407
table.insert(cors,sandbox(Script55,function()
4408
z = script.Parent.Parent.VariableZ
4409
vz = script.Parent.Parent.Variable2
4410
4411
function onButtonClicked()
4412
z.Value = z.Value + 10
4413
vz.Text="z:("..tostring(z.Value)..")"
4414
end
4415
script.Parent.MouseButton1Click:connect(onButtonClicked)
4416
end))
4417
TextButton56.Name = "SubtractVariableZ"
4418
TextButton56.Parent = Frame48
4419
TextButton56.Size = UDim2.new(0, 20, 0, 20)
4420
TextButton56.Style = Enum.ButtonStyle.RobloxButton
4421
TextButton56.Text = "-"
4422
TextButton56.Position = UDim2.new(0, 30, 0, 30)
4423
TextButton56.BackgroundColor3 = Color3.new(0, 0, 0)
4424
TextButton56.Font = Enum.Font.SourceSans
4425
TextButton56.FontSize = Enum.FontSize.Size36
4426
TextButton56.TextColor3 = Color3.new(1, 1, 1)
4427
Script57.Parent = TextButton56
4428
table.insert(cors,sandbox(Script57,function()
4429
z = script.Parent.Parent.VariableZ
4430
vz = script.Parent.Parent.Variable2
4431
4432
function onButtonClicked()
4433
z.Value = z.Value - 10
4434
vz.Text="z:("..tostring(z.Value)..")"
4435
end
4436
script.Parent.MouseButton1Click:connect(onButtonClicked)
4437
end))
4438
TextLabel58.Name = "Variable2"
4439
TextLabel58.Parent = Frame48
4440
TextLabel58.Size = UDim2.new(0, 150, 0, 20)
4441
TextLabel58.Text = "y:(0)"
4442
TextLabel58.Position = UDim2.new(0, 60, 0, 30)
4443
TextLabel58.BackgroundColor3 = Color3.new(0, 0, 0)
4444
TextLabel58.Font = Enum.Font.ArialBold
4445
TextLabel58.FontSize = Enum.FontSize.Size14
4446
TextLabel58.TextColor3 = Color3.new(1, 1, 1)
4447
NumberValue59.Name = "VariableX"
4448
NumberValue59.Parent = Frame48
4449
NumberValue60.Name = "VariableY"
4450
NumberValue60.Parent = Frame48
4451
NumberValue61.Name = "VariableZ"
4452
NumberValue61.Parent = Frame48
4453
Frame62.Name = "MeterModule"
4454
Frame62.Parent = ScreenGui40
4455
Frame62.Size = UDim2.new(0, 100, 0, 160)
4456
Frame62.Position = UDim2.new(0, 50, 0, 230)
4457
Frame62.BackgroundColor3 = Color3.new(0.211765, 0.211765, 0.211765)
4458
TextLabel63.Name = "S1A"
4459
TextLabel63.Parent = Frame62
4460
TextLabel63.Size = UDim2.new(0, 95, 0, 30)
4461
TextLabel63.Text = "STAGE 1"
4462
TextLabel63.Position = UDim2.new(0.0250000004, 0, 0.0250000004, 0)
4463
TextLabel63.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
4464
TextLabel63.Font = Enum.Font.ArialBold
4465
TextLabel63.FontSize = Enum.FontSize.Size18
4466
TextLabel64.Name = "S2A"
4467
TextLabel64.Parent = Frame62
4468
TextLabel64.Size = UDim2.new(0, 95, 0, 30)
4469
TextLabel64.Text = "STAGE 2"
4470
TextLabel64.Position = UDim2.new(0.0250000004, 0, 0.25, 1)
4471
TextLabel64.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
4472
TextLabel64.Font = Enum.Font.ArialBold
4473
TextLabel64.FontSize = Enum.FontSize.Size18
4474
TextLabel65.Name = "S3A"
4475
TextLabel65.Parent = Frame62
4476
TextLabel65.Size = UDim2.new(0, 95, 0, 30)
4477
TextLabel65.Text = "STAGE 3"
4478
TextLabel65.Position = UDim2.new(0.0250000004, 0, 0.5, 1)
4479
TextLabel65.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
4480
TextLabel65.Font = Enum.Font.ArialBold
4481
TextLabel65.FontSize = Enum.FontSize.Size18
4482
TextLabel66.Name = "S4A"
4483
TextLabel66.Parent = Frame62
4484
TextLabel66.Size = UDim2.new(0, 95, 0, 30)
4485
TextLabel66.Text = "STAGE 4"
4486
TextLabel66.Position = UDim2.new(0.0250000004, 0, 0.75, 1)
4487
TextLabel66.BackgroundColor3 = Color3.new(0.576471, 0.333333, 0.407843)
4488
TextLabel66.Font = Enum.Font.ArialBold
4489
TextLabel66.FontSize = Enum.FontSize.Size18
4490
TextLabel67.Name = "S1B"
4491
TextLabel67.Parent = Frame62
4492
TextLabel67.Size = UDim2.new(0, 95, 0, 30)
4493
TextLabel67.Text = "STAGE 1"
4494
TextLabel67.Position = UDim2.new(0.0250000004, 0, 0.0250000004, 0)
4495
TextLabel67.Visible = false
4496
TextLabel67.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
4497
TextLabel67.Font = Enum.Font.ArialBold
4498
TextLabel67.FontSize = Enum.FontSize.Size18
4499
TextLabel68.Name = "S2B"
4500
TextLabel68.Parent = Frame62
4501
TextLabel68.Size = UDim2.new(0, 95, 0, 30)
4502
TextLabel68.Text = "STAGE 2"
4503
TextLabel68.Position = UDim2.new(0.0250000004, 0, 0.25, 1)
4504
TextLabel68.Visible = false
4505
TextLabel68.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
4506
TextLabel68.Font = Enum.Font.ArialBold
4507
TextLabel68.FontSize = Enum.FontSize.Size18
4508
TextLabel69.Name = "S3B"
4509
TextLabel69.Parent = Frame62
4510
TextLabel69.Size = UDim2.new(0, 95, 0, 30)
4511
TextLabel69.Text = "STAGE 3"
4512
TextLabel69.Position = UDim2.new(0.0250000004, 0, 0.5, 1)
4513
TextLabel69.Visible = false
4514
TextLabel69.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
4515
TextLabel69.Font = Enum.Font.ArialBold
4516
TextLabel69.FontSize = Enum.FontSize.Size18
4517
TextLabel70.Name = "S4B"
4518
TextLabel70.Parent = Frame62
4519
TextLabel70.Size = UDim2.new(0, 95, 0, 30)
4520
TextLabel70.Text = "STAGE 4"
4521
TextLabel70.Position = UDim2.new(0.0250000004, 0, 0.75, 1)
4522
TextLabel70.Visible = false
4523
TextLabel70.BackgroundColor3 = Color3.new(0.196078, 0.576471, 0.0901961)
4524
TextLabel70.Font = Enum.Font.ArialBold
4525
TextLabel70.FontSize = Enum.FontSize.Size18
4526
TextButton71.Name = "red_roof"
4527
TextButton71.Parent = ScreenGui40
4528
TextButton71.Transparency = 0.5
4529
TextButton71.Size = UDim2.new(0, 100, 0, 20)
4530
TextButton71.Text = "ENABLE"
4531
TextButton71.Position = UDim2.new(0, 270, 0, 400)
4532
TextButton71.Visible = false
4533
TextButton71.BackgroundColor3 = Color3.new(0, 0, 0)
4534
TextButton71.BackgroundTransparency = 0.5
4535
TextButton71.Font = Enum.Font.ArialBold
4536
TextButton71.FontSize = Enum.FontSize.Size14
4537
TextButton71.TextColor3 = Color3.new(1, 1, 1)
4538
TextButton71.TextStrokeTransparency = 0
4539
Script72.Parent = TextButton71
4540
table.insert(cors,sandbox(Script72,function()
4541
repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
4542
4543
db=false
4544
held=false
4545
4546
v = script.Parent.Parent.Vehicle
4547
vz = script.Parent.Parent.CoordinateModule.VariableZ
4548
vx = script.Parent.Parent.CoordinateModule.VariableX
4549
vy = script.Parent.Parent.CoordinateModule.VariableY
4550
wh = v.Value.Warhead
4551
mm = script.Parent.Parent.MeterModule
4552
4553
function stage1()
4554
	script.Parent.Visible = false
4555
	mm.S1A.Visible = false
4556
	mm.S1B.Visible = true
4557
end
4558
4559
function stage2()
4560
	mm.S1B.Visible = false
4561
	mm.S1A.Visible = true
4562
	mm.S2A.Visible = false
4563
	mm.S2B.Visible = true
4564
end
4565
4566
function stage3()
4567
	mm.S2B.Visible = false
4568
	mm.S2A.Visible = true
4569
	mm.S3A.Visible = false
4570
	mm.S3B.Visible = true
4571
end
4572
4573
function stage4()
4574
	mm.S3B.Visible = false
4575
	mm.S3A.Visible = true
4576
	mm.S4A.Visible = false
4577
	mm.S4B.Visible = true	
4578
end
4579
4580
function impact()
4581
	wh.CFrame = CFrame.new((vx.Value), 1000, (vz.Value))
4582
	wait(0.1)
4583
	wh.Anchored = false
4584
	wh.Transparency = 0
4585
	wh.Touch.Disabled = false
4586
	wh.Smoke.Enabled = true
4587
	wh.Smoke2.Enabled = true
4588
	wh.Smoke3.Enabled = true
4589
	wh.Smoke4.Enabled = true
4590
	wh.Light.Enabled = true
4591
	wh.CanCollide = true
4592
	local vel=Instance.new("BodyVelocity")
4593
	vel.Parent=wh
4594
	wh.Velocity=wh.CFrame.lookVector*60
4595
	vel.velocity=wh.Velocity
4596
end
4597
4598
function onButtonClicked()
4599
	stage1()
4600
	wait(5)
4601
	stage2()
4602
	wait(5)
4603
	stage3()
4604
	wait(5)
4605
	stage4()
4606
	wait(3)	
4607
	mm.S4B.Visible = false
4608
	mm.S4A.Visible = true
4609
	impact()
4610
end
4611
4612
script.Parent.MouseButton1Click:connect(onButtonClicked)
4613
end))
4614
Script73.Name = "MainFrame"
4615
Script73.Parent = ScreenGui40
4616
Script73.Disabled = true
4617
table.insert(cors,sandbox(Script73,function()
4618
repeat wait() until script.Parent.Parent.Vehicle.Value~=nil
4619
4620
db=false
4621
held=false
4622
4623
v = script.Parent.Vehicle
4624
vs = v.Value.VehicleSeat
4625
mm = script.Parent.MeterModule
4626
cm = script.Parent.CoordinateModule
4627
fire = script.Parent.Frame
4628
enable = script.Parent.red_roof
4629
angle = vs.Angle
4630
4631
if angle.Value > 159 then
4632
	mm.Visible = true
4633
	cm.Visible = true
4634
	fire.Visible = true
4635
	enable.Visible = true
4636
end
4637
4638
if angle.Value < 160 then
4639
	mm.Visible = false
4640
	cm.Visible = false
4641
	fire.Visible = false
4642
	enable.Visible = false
4643
end
4644
4645
end))
4646
NumberValue74.Name = "Angle"
4647
NumberValue74.Parent = VehicleSeat34
4648
Part75.Parent = Model1
4649
Part75.Material = Enum.Material.Metal
4650
Part75.BrickColor = BrickColor.new("Grime")
4651
Part75.Rotation = Vector3.new(0, -90, 0)
4652
Part75.FormFactor = Enum.FormFactor.Plate
4653
Part75.Size = Vector3.new(1.80000007, 0.800000012, 1)
4654
Part75.CFrame = CFrame.new(12.8898983, 7.6000824, 38.9598885, 1.79557064e-05, 9.34016316e-06, -1, 5.58539214e-05, 1, 9.81848007e-06, 1, -4.90284801e-05, 2.76660649e-05)
4655
Part75.BackSurface = Enum.SurfaceType.Weld
4656
Part75.BottomSurface = Enum.SurfaceType.Weld
4657
Part75.FrontSurface = Enum.SurfaceType.Weld
4658
Part75.LeftSurface = Enum.SurfaceType.Weld
4659
Part75.RightSurface = Enum.SurfaceType.Weld
4660
Part75.TopSurface = Enum.SurfaceType.Smooth
4661
Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
4662
Part75.Position = Vector3.new(12.8898983, 7.6000824, 38.9598885)
4663
Part75.Orientation = Vector3.new(0, -90, 0)
4664
Part75.Color = Color3.new(0.498039, 0.556863, 0.392157)
4665
BlockMesh76.Parent = Part75
4666
BlockMesh76.Scale = Vector3.new(1.29999995, 1, 1)
4667
BlockMesh76.Scale = Vector3.new(1.29999995, 1, 1)
4668
Part77.Name = "BarrelPart"
4669
Part77.Parent = Model1
4670
Part77.Material = Enum.Material.Metal
4671
Part77.BrickColor = BrickColor.new("Grime")
4672
Part77.Rotation = Vector3.new(180, -90, 0)
4673
Part77.FormFactor = Enum.FormFactor.Custom
4674
Part77.Size = Vector3.new(2, 0.200000003, 2)
4675
Part77.CFrame = CFrame.new(12.3898935, 10.6001215, 38.9598274, -5.20252797e-07, -4.67066002e-06, -1, -1.12105145e-05, -1, 5.14798012e-06, -1, 4.38485722e-06, 1.02310514e-05)
4676
Part77.BackSurface = Enum.SurfaceType.Weld
4677
Part77.BottomSurface = Enum.SurfaceType.Smooth
4678
Part77.FrontSurface = Enum.SurfaceType.Weld
4679
Part77.LeftSurface = Enum.SurfaceType.Weld
4680
Part77.RightSurface = Enum.SurfaceType.Weld
4681
Part77.TopSurface = Enum.SurfaceType.Weld
4682
Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
4683
Part77.Position = Vector3.new(12.3898935, 10.6001215, 38.9598274)
4684
Part77.Orientation = Vector3.new(0, -90, -180)
4685
Part77.Color = Color3.new(0.498039, 0.556863, 0.392157)
4686
CylinderMesh78.Parent = Part77
4687
Part79.Name = "Swivel"
4688
Part79.Parent = Model1
4689
Part79.Material = Enum.Material.Metal
4690
Part79.BrickColor = BrickColor.new("Grime")
4691
Part79.Rotation = Vector3.new(0, 90, 0)
4692
Part79.CanCollide = false
4693
Part79.FormFactor = Enum.FormFactor.Custom
4694
Part79.Size = Vector3.new(3, 0.200000003, 3)
4695
Part79.CFrame = CFrame.new(12.889883, 8.10011101, 38.9598198, 1.50947981e-05, 5.43772376e-06, 1, -2.21862356e-05, 1, -5.9147028e-06, -1, -1.53604906e-05, 5.38406312e-06)
4696
Part79.BottomSurface = Enum.SurfaceType.Weld
4697
Part79.RightSurface = Enum.SurfaceType.Weld
4698
Part79.TopSurface = Enum.SurfaceType.Weld
4699
Part79.Color = Color3.new(0.498039, 0.556863, 0.392157)
4700
Part79.Position = Vector3.new(12.889883, 8.10011101, 38.9598198)
4701
Part79.Orientation = Vector3.new(0, 90, 0)
4702
Part79.Color = Color3.new(0.498039, 0.556863, 0.392157)
4703
CylinderMesh80.Parent = Part79
4704
CylinderMesh80.Offset = Vector3.new(0, -0.100000001, 0)
4705
CylinderMesh80.Scale = Vector3.new(1, 1.5, 0.949999988)
4706
CylinderMesh80.Scale = Vector3.new(1, 1.5, 0.949999988)
4707
Script81.Parent = Part79
4708
table.insert(cors,sandbox(Script81,function()
4709
b = script.Parent
4710
c = script.Parent.Parent.Connector
4711
4712
	local weld = Instance.new("Weld")
4713
4714
	weld.Part0 = c
4715
	weld.Part1 = b
4716
4717
	weld.C0 = CFrame.new(0, -1, 0)
4718
4719
	weld.Parent = c
4720
4721
script.Parent.Parent.WER.Value = weld
4722
end))
4723
Part82.Name = "Missile"
4724
Part82.Parent = Model1
4725
Part82.Material = Enum.Material.SmoothPlastic
4726
Part82.BrickColor = BrickColor.new("Quill grey")
4727
Part82.Transparency = 1
4728
Part82.Rotation = Vector3.new(180, 90, 0)
4729
Part82.FormFactor = Enum.FormFactor.Symmetric
4730
Part82.Size = Vector3.new(2.20000005, 1, 2)
4731
Part82.CFrame = CFrame.new(-23.0097218, 11.8003483, 38.8605461, -1.99113638e-05, -5.20105959e-06, 1, 2.55717896e-05, -1, -6.13996826e-06, 1, 1.21387684e-05, 8.00541045e-07)
4732
Part82.BottomSurface = Enum.SurfaceType.Weld
4733
Part82.TopSurface = Enum.SurfaceType.Weld
4734
Part82.Color = Color3.new(0.87451, 0.87451, 0.870588)
4735
Part82.Position = Vector3.new(-23.0097218, 11.8003483, 38.8605461)
4736
Part82.Orientation = Vector3.new(0, 90, 180)
4737
Part82.Color = Color3.new(0.87451, 0.87451, 0.870588)
4738
Fire83.Parent = Part82
4739
Fire83.Size = 30
4740
Fire83.Color = Color3.new(0.92549, 0.545098, 0.27451)
4741
Fire83.Enabled = false
4742
Fire83.Heat = 0
4743
Fire83.SecondaryColor = Color3.new(0.545098, 0.313726, 0.215686)
4744
Fire83.Color = Color3.new(0.92549, 0.545098, 0.27451)
4745
Smoke84.Parent = Part82
4746
Smoke84.Size = 15
4747
Smoke84.Enabled = false
4748
Smoke84.Opacity = 1
4749
Smoke84.RiseVelocity = 25
4750
Smoke85.Name = "Smoke1"
4751
Smoke85.Parent = Part82
4752
Smoke85.Size = 15
4753
Smoke85.Enabled = false
4754
Smoke85.Opacity = 1
4755
Smoke85.RiseVelocity = 25
4756
Smoke86.Name = "Smoke2"
4757
Smoke86.Parent = Part82
4758
Smoke86.Size = 15
4759
Smoke86.Enabled = false
4760
Smoke86.Opacity = 1
4761
Smoke86.RiseVelocity = 25
4762
Smoke87.Name = "Smoke3"
4763
Smoke87.Parent = Part82
4764
Smoke87.Size = 15
4765
Smoke87.Enabled = false
4766
Smoke87.Opacity = 1
4767
Smoke87.RiseVelocity = 25
4768
Smoke88.Name = "Smoke4"
4769
Smoke88.Parent = Part82
4770
Smoke88.Size = 15
4771
Smoke88.Enabled = false
4772
Smoke88.Opacity = 1
4773
Smoke88.RiseVelocity = 25
4774
BillboardGui89.Name = "Spark"
4775
BillboardGui89.Parent = Part82
4776
BillboardGui89.Size = UDim2.new(35, 0, 35, 0)
4777
BillboardGui89.Enabled = false
4778
BillboardGui89.Active = true
4779
ImageLabel90.Name = "Light"
4780
ImageLabel90.Parent = BillboardGui89
4781
ImageLabel90.Transparency = 1
4782
ImageLabel90.Size = UDim2.new(1, 0, 1, 0)
4783
ImageLabel90.Active = true
4784
ImageLabel90.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
4785
ImageLabel90.BackgroundTransparency = 1
4786
ImageLabel90.Image = "http://www.roblox.com/asset/?id=43708803"
4787
Script91.Parent = BillboardGui89
4788
table.insert(cors,sandbox(Script91,function()
4789
script.Parent.Adornee = script.Parent.Parent
4790
end))
4791
SpecialMesh92.Parent = Part82
4792
SpecialMesh92.MeshId = "http://www.roblox.com/asset/?id=74333739"
4793
SpecialMesh92.Scale = Vector3.new(24, 24, 24)
4794
SpecialMesh92.MeshType = Enum.MeshType.FileMesh
4795
SpecialMesh92.Scale = Vector3.new(24, 24, 24)
4796
Script93.Name = "Sabot"
4797
Script93.Parent = Part82
4798
Script93.Disabled = true
4799
table.insert(cors,sandbox(Script93,function()
4800
wait(.1)
4801
function onTouch(hit)
4802
script.Parent.Anchored = true
4803
script.Parent.Parent = Workspace
4804
script.Parent.Transparency = 1
4805
wait()
4806
script.Parent.Atom.Disabled = false
4807
end
4808
4809
script.Parent.Touched:connect(onTouch)
4810
end))
4811
Script94.Name = "Atom"
4812
Script94.Parent = Part82
4813
Script94.Disabled = true
4814
table.insert(cors,sandbox(Script94,function()
4815
print("Nuke Em' All")
4816
4817
local CloudID= "http://www.roblox.com/asset/?id=1095708"
4818
local ColorTexture = "http://www.roblox.com/asset/?ID=1361097"
4819
local RingID = "http://www.roblox.com/asset/?id=3270017"
4820
local SphereID = "http://www.roblox.com/asset/?id=1185246"
4821
4822
local BasePosition = script.Parent.Position
4823
4824
local Size = 50
4825
4826
local Exp = Instance.new("Model")
4827
Exp.Name = "ATOMICEXPLOSION"
4828
Exp.Parent = game.Workspace
4829
4830
local BasePart = Instance.new("Part")
4831
BasePart.formFactor = 0
4832
BasePart.TopSurface = 0
4833
BasePart.BottomSurface = 0
4834
BasePart.Anchored = true
4835
BasePart.Locked = true
4836
BasePart.CanCollide = false
4837
4838
local BaseMesh = Instance.new("SpecialMesh")
4839
BaseMesh.MeshType = "FileMesh"
4840
4841
local CloudMesh = BaseMesh:clone()
4842
CloudMesh.MeshId = CloudID
4843
CloudMesh.TextureId = ColorTexture
4844
CloudMesh.VertexColor = Vector3.new(0.9,0.6,0)
4845
4846
local RingMesh = BaseMesh:clone()
4847
RingMesh.MeshId = RingID
4848
4849
local SphereMesh = BaseMesh:clone()
4850
SphereMesh.MeshId = SphereID
4851
4852
local Clouds = {}
4853
local ShockWave = {}
4854
local Sky = script.Sky
4855
4856
4857
function Effects()
4858
	script.Explode:Play()
4859
	delay(0,function() 
4860
		for i = 5, 1,-0.01 do
4861
			wait()
4862
			game.Lighting.Brightness = i
4863
		end
4864
	end)
4865
end
4866
4867
function Destruction(Pos,Radius)
4868
	local function Destroy(Model)
4869
		for i ,v in ipairs(Model:getChildren()) do
4870
			if v:isA("BasePart") then
4871
				if (v.Position-Pos).magnitude < Radius then
4872
					if v.Anchored == false then
4873
						v:BreakJoints()
4874
						v.Velocity = CFrame.new(v.Position,Pos):vectorToWorldSpace(Vector3.new(math.random(-5,5),5,1000))
4875
						v.Material = "CorrodedMetal"
4876
					end	
4877
				end
4878
			end
4879
			if #v:getChildren() > 0 then
4880
				Destroy(v)
4881
			end
4882
		end
4883
	end
4884
	Destroy(game.Workspace)
4885
end
4886
function Explode(Pos)
4887
4888
local Base = BasePart:clone()
4889
Base.Position = Pos
4890
	
4891
local Mesh = CloudMesh:clone()
4892
Mesh.Parent = Base 
4893
Mesh.Scale = Vector3.new(2.5,1,4.5)
4894
4895
local PoleBase = BasePart:clone()
4896
PoleBase.Position = Pos+Vector3.new(0,0.1,0)
4897
4898
local PoleBaseMesh = CloudMesh:clone()
4899
PoleBaseMesh.Scale = Vector3.new(1.25,2,2.5)
4900
PoleBaseMesh.Parent = PoleBase
4901
4902
local Cloud1 = BasePart:clone()
4903
Cloud1.Position = Pos+Vector3.new(0,0.75,0)
4904
4905
local Cloud1Mesh = CloudMesh:clone()
4906
Cloud1Mesh.Scale = Vector3.new(0.5,3,1)
4907
Cloud1Mesh.Parent = Cloud1
4908
	
4909
local Cloud2 = BasePart:clone()
4910
Cloud2.Position = Pos+Vector3.new(0,1.25,0)
4911
	
4912
local Cloud2Mesh = CloudMesh:clone()
4913
Cloud2Mesh.Scale = Vector3.new(0.5,1.5,1)
4914
Cloud2Mesh.Parent = Cloud2
4915
4916
local Cloud3 = BasePart:clone()
4917
Cloud3.Position = Pos+Vector3.new(0,1.7,0)
4918
	
4919
local Cloud3Mesh = CloudMesh:clone()
4920
Cloud3Mesh.Scale = Vector3.new(0.5,1.5,1)
4921
Cloud3Mesh.Parent = Cloud3
4922
4923
local PoleRing = BasePart:clone()
4924
PoleRing.Position = Pos+Vector3.new(0,1.3,0)
4925
PoleRing.Transparency = 0.2
4926
PoleRing.BrickColor = BrickColor.new("Dark stone grey")
4927
PoleRing.CFrame = PoleRing.CFrame*CFrame.Angles(math.rad(90),0,0)
4928
4929
local Mesh = RingMesh:clone()
4930
Mesh.Scale = Vector3.new(1.2,1.2,1.2)
4931
Mesh.Parent = PoleRing
4932
4933
local MushCloud = BasePart:clone()
4934
MushCloud.Position = Pos+Vector3.new(0,2.3,0)
4935
	
4936
local MushMesh = CloudMesh:clone() -- lol
4937
MushMesh.Scale = Vector3.new(2.5,1.75,3.5)
4938
MushMesh.Parent = MushCloud
4939
4940
local TopCloud = BasePart:clone()
4941
TopCloud.Position = Pos+Vector3.new(0,2.7,0)
4942
	
4943
local TopMesh = CloudMesh:clone()
4944
TopMesh.Scale = Vector3.new(7.5,1.5,1.5)
4945
TopMesh.Parent = TopCloud
4946
4947
table.insert(Clouds,Base)
4948
table.insert(Clouds,TopCloud)
4949
table.insert(Clouds,MushCloud)
4950
table.insert(Clouds,Cloud1)
4951
table.insert(Clouds,Cloud2)
4952
table.insert(Clouds,Cloud3)
4953
table.insert(Clouds,PoleBase)
4954
table.insert(Clouds,PoleRing)
4955
4956
4957
local BigRing = BasePart:clone()
4958
BigRing.Position = Pos
4959
BigRing.CFrame = BigRing.CFrame*CFrame.Angles(math.rad(90),0,0)
4960
	
4961
local BigMesh = RingMesh:clone()
4962
BigMesh.Scale = Vector3.new(5,5,1)
4963
BigMesh.Parent = BigRing
4964
	
4965
local SmallRing = BasePart:clone()
4966
SmallRing.Position = Pos
4967
SmallRing.BrickColor = BrickColor.new("Dark stone grey")
4968
SmallRing.CFrame = SmallRing.CFrame*CFrame.Angles(math.rad(90),0,0)
4969
4970
local SmallMesh = RingMesh:clone()
4971
SmallMesh.Scale = Vector3.new(4.6,4.6,1.5)
4972
SmallMesh.Parent = SmallRing
4973
4974
local InnerSphere = BasePart:clone()
4975
InnerSphere.Position = Pos
4976
InnerSphere.BrickColor = BrickColor.new("Bright orange")
4977
InnerSphere.Transparency = 0.5
4978
4979
local InnerSphereMesh = SphereMesh:clone()	
4980
InnerSphereMesh.Scale = Vector3.new(-6.5,-6.5,-6.5)
4981
InnerSphereMesh.Parent = InnerSphere
4982
	
4983
local OutterSphere = BasePart:clone()
4984
OutterSphere.Position = Pos
4985
OutterSphere.BrickColor = BrickColor.new("Bright orange")
4986
OutterSphere.Transparency = 0.5
4987
4988
local OutterSphereMesh = SphereMesh:clone()
4989
OutterSphereMesh.Scale = Vector3.new(6.5,6.5,6.5)
4990
OutterSphereMesh.Parent = OutterSphere
4991
4992
table.insert(ShockWave,BigRing)	
4993
table.insert(ShockWave,SmallRing)
4994
table.insert(ShockWave,OutterSphere)
4995
table.insert(ShockWave,InnerSphere)
4996
	Sky.Parent = game.Lighting
4997
	for i , v in ipairs(ShockWave) do
4998
		v.Parent = Exp
4999
	end
5000
	for i , v in ipairs(Clouds) do
5001
		v.Parent = Exp
5002
	end
5003
	Effects()
5004
	delay(0,function()
5005
		for resize = Size/2.5, Size*3, 2 do
5006
			wait()
5007
			BigRing.Mesh.Scale = Vector3.new(5*resize,5*resize,1*resize)
5008
			SmallRing.Mesh.Scale = Vector3.new(4.6*resize,4.6*resize,1.5*resize)
5009
			InnerSphere.Mesh.Scale = Vector3.new(-6.5*resize,-6.5*resize,-6.5*resize)
5010
			OutterSphere.Mesh.Scale = Vector3.new(6.5*resize,6.5*resize,6.5*resize)
5011
			Destruction(Pos,3*resize)
5012
		end
5013
		for fade = 0, 1, 0.01 do
5014
			wait()
5015
			pcall(function()
5016
				for i ,v in ipairs(ShockWave) do
5017
					v.Transparency = fade
5018
				end
5019
			end)
5020
		end
5021
		for i ,v in ipairs(ShockWave) do
5022
			v:Remove()
5023
		end
5024
		done1 = true
5025
	end)
5026
	delay(0,function()
5027
		for resize = Size/5, Size, 1 do
5028
			wait()
5029
			pcall(function()
5030
				Base.Mesh.Scale = Vector3.new(2.5*resize,1*resize,4.5*resize)
5031
				TopCloud.Mesh.Scale = Vector3.new(0.75*resize,1.5*resize,1.5*resize)
5032
				MushCloud.Mesh.Scale = Vector3.new(2.5*resize,1.75*resize,3.5*resize)
5033
				Cloud1.Mesh.Scale = Vector3.new(0.5*resize,3*resize,1*resize)
5034
				Cloud2.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
5035
				Cloud3.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
5036
				PoleBase.Mesh.Scale = Vector3.new(1*resize,2*resize,2.5*resize)
5037
				PoleRing.Mesh.Scale = Vector3.new(1.2*resize,1.2*resize,1.2*resize)
5038
5039
				Base.Position = Pos+Vector3.new(0,0.05*resize,0)
5040
				TopCloud.Position = Pos+Vector3.new(0,2.7*resize,0)
5041
				MushCloud.Position = Pos+Vector3.new(0,2.3*resize,0)
5042
				Cloud1.Position = Pos+Vector3.new(0,0.75*resize,0)
5043
				Cloud2.Position = Pos+Vector3.new(0,1.25*resize,0)
5044
				Cloud3.Position = Pos+Vector3.new(0,1.7*resize,0)
5045
				PoleBase.Position = Pos+Vector3.new(0,0.1*resize,0)
5046
				PoleRing.Position = Pos+Vector3.new(0,1.3*resize,0)
5047
			end)
5048
		end
5049
		done2 = true
5050
	end)
5051
	wait(2)
5052
	for y = 0.6,0,-0.0025 do
5053
		wait()
5054
		for i , v in ipairs(Clouds) do
5055
			v.Mesh.VertexColor = Vector3.new(0.9,y,0)
5056
		end
5057
	end
5058
	for r = 0.9,0.5,-0.01 do
5059
		wait()
5060
		for i , v in ipairs(Clouds) do
5061
			v.Mesh.VertexColor = Vector3.new(r,0,0)
5062
		end
5063
	end
5064
	for by = 0,0.5,0.005 do
5065
		wait()
5066
		for i , v in ipairs(Clouds) do
5067
			v.Mesh.VertexColor = Vector3.new(0.5,by,by)
5068
			v.Transparency = by*2
5069
		end
5070
		Base.Mesh.Scale = Base.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5071
		TopCloud.Mesh.Scale = TopCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5072
		MushCloud.Mesh.Scale = MushCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5073
		Cloud1.Mesh.Scale = Cloud1.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5074
		Cloud2.Mesh.Scale = Cloud2.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5075
		Cloud3.Mesh.Scale = Cloud3.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5076
		PoleBase.Mesh.Scale = PoleBase.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5077
		PoleRing.Mesh.Scale = PoleRing.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5078
	end
5079
	done3 = true
5080
	while true do wait(1) if done1 and done2 and done3 then break end end
5081
	Exp:remove()
5082
	wait(20)
5083
	Sky:remove()
5084
end
5085
5086
5087
	
5088
5089
Explode(BasePosition)
5090
5091
script.Parent:remove()
5092
5093
5094
5095
	
5096
	
5097
5098
5099
5100
5101
end))
5102
Sound95.Name = "Explode"
5103
Sound95.Parent = Script94
5104
Sound95.Pitch = 0.5
5105
Sound95.SoundId = "http://www.roblox.com/asset?id=130768997"
5106
Sound95.Volume = 1
5107
Sky96.Parent = Script94
5108
Sky96.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1012890"
5109
Sky96.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1012891"
5110
Sky96.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1012887"
5111
Sky96.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1012889"
5112
Sky96.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1012888"
5113
Sky96.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1014449"
5114
Part97.Name = "Effect"
5115
Part97.Parent = Model1
5116
Part97.Material = Enum.Material.SmoothPlastic
5117
Part97.BrickColor = BrickColor.new("Earth green")
5118
Part97.Transparency = 1
5119
Part97.Rotation = Vector3.new(-90, 0, 90)
5120
Part97.FormFactor = Enum.FormFactor.Symmetric
5121
Part97.Size = Vector3.new(2.20000005, 1, 2)
5122
Part97.CFrame = CFrame.new(-21.5097256, 11.3003311, 38.8604736, 1.99002643e-05, -1, 6.76171112e-06, -2.55639879e-05, 7.70061979e-06, 1, -1, -7.8946141e-07, -1.21309677e-05)
5123
Part97.BottomSurface = Enum.SurfaceType.Weld
5124
Part97.TopSurface = Enum.SurfaceType.Weld
5125
Part97.Color = Color3.new(0.152941, 0.27451, 0.176471)
5126
Part97.Position = Vector3.new(-21.5097256, 11.3003311, 38.8604736)
5127
Part97.Orientation = Vector3.new(-90, 90, 0)
5128
Part97.Color = Color3.new(0.152941, 0.27451, 0.176471)
5129
Sound98.Name = "CSfire"
5130
Sound98.Parent = Part97
5131
Sound98.SoundId = "http://www.roblox.com/asset?id=132975999"
5132
Sound98.Volume = 1
5133
Sound99.Name = "Reload"
5134
Sound99.Parent = Part97
5135
Sound99.SoundId = "http://www.roblox.com/asset/?id=154199166"
5136
Sound99.Volume = 1
5137
SpecialMesh100.Parent = Part97
5138
SpecialMesh100.Scale = Vector3.new(0.800000012, 8, 1)
5139
SpecialMesh100.MeshType = Enum.MeshType.Sphere
5140
SpecialMesh100.Scale = Vector3.new(0.800000012, 8, 1)
5141
PointLight101.Parent = Part97
5142
PointLight101.Color = Color3.new(1, 1, 0.498039)
5143
PointLight101.Enabled = false
5144
PointLight101.Color = Color3.new(1, 1, 0.498039)
5145
Smoke102.Parent = Part97
5146
Smoke102.Size = 50
5147
Smoke102.Enabled = false
5148
Smoke102.RiseVelocity = 10
5149
Sound103.Name = "Fire"
5150
Sound103.Parent = Part97
5151
Sound103.Pitch = 0.5
5152
Sound103.SoundId = "rbxassetid://181356975"
5153
Sound103.Volume = 1
5154
Model104.Name = "FakeMissile"
5155
Model104.Parent = Model1
5156
Part105.Name = "FakeMissile"
5157
Part105.Parent = Model104
5158
Part105.Material = Enum.Material.Metal
5159
Part105.BrickColor = BrickColor.new("Quill grey")
5160
Part105.Rotation = Vector3.new(180, 90, 0)
5161
Part105.CanCollide = false
5162
Part105.FormFactor = Enum.FormFactor.Custom
5163
Part105.Size = Vector3.new(6.39999962, 1, 0.200000003)
5164
Part105.CFrame = CFrame.new(-3.70967841, 11.0001984, 38.9599075, -1.99113711e-05, -5.20106005e-06, 1, 2.55717914e-05, -1, -6.13996781e-06, 1, 1.21387639e-05, 8.00539965e-07)
5165
Part105.BottomSurface = Enum.SurfaceType.Weld
5166
Part105.TopSurface = Enum.SurfaceType.Weld
5167
Part105.Color = Color3.new(0.87451, 0.87451, 0.870588)
5168
Part105.Position = Vector3.new(-3.70967841, 11.0001984, 38.9599075)
5169
Part105.Orientation = Vector3.new(0, 90, 180)
5170
Part105.Color = Color3.new(0.87451, 0.87451, 0.870588)
5171
SpecialMesh106.Parent = Part105
5172
SpecialMesh106.MeshId = "http://www.roblox.com/asset/?id=74333739"
5173
SpecialMesh106.Scale = Vector3.new(25, 25, 24)
5174
SpecialMesh106.MeshType = Enum.MeshType.FileMesh
5175
SpecialMesh106.Scale = Vector3.new(25, 25, 24)
5176
Part107.Name = "Warhead"
5177
Part107.Parent = Model1
5178
Part107.BrickColor = BrickColor.new("Institutional white")
5179
Part107.Reflectance = 0.5
5180
Part107.Transparency = 1
5181
Part107.Rotation = Vector3.new(180, 0, 0)
5182
Part107.Anchored = true
5183
Part107.FormFactor = Enum.FormFactor.Plate
5184
Part107.Size = Vector3.new(3.79999971, 6.59999943, 3.79999995)
5185
Part107.CFrame = CFrame.new(-7.70991611, 33.3989334, 39.2596893, 0.999999702, -6.4844221e-06, -6.66087817e-06, -6.48497235e-06, -0.999999702, -1.0551862e-05, -6.67190989e-06, 1.05441059e-05, -1)
5186
Part107.BottomSurface = Enum.SurfaceType.Weld
5187
Part107.TopSurface = Enum.SurfaceType.Smooth
5188
Part107.Color = Color3.new(0.972549, 0.972549, 0.972549)
5189
Part107.Position = Vector3.new(-7.70991611, 33.3989334, 39.2596893)
5190
Part107.Orientation = Vector3.new(0, -180, -180)
5191
Part107.Color = Color3.new(0.972549, 0.972549, 0.972549)
5192
SpecialMesh108.Parent = Part107
5193
SpecialMesh108.MeshId = "http://www.roblox.com/asset/?id=1778999"
5194
SpecialMesh108.Scale = Vector3.new(3, 5, 3)
5195
SpecialMesh108.TextureId = "http://www.roblox.com/asset/?id=2821447"
5196
SpecialMesh108.VertexColor = Vector3.new(0.600000024, 0.600000024, 0.600000024)
5197
SpecialMesh108.MeshType = Enum.MeshType.FileMesh
5198
SpecialMesh108.Scale = Vector3.new(3, 5, 3)
5199
Smoke109.Parent = Part107
5200
Smoke109.Size = 30
5201
Smoke109.Enabled = false
5202
Smoke109.Opacity = 1
5203
Smoke109.RiseVelocity = 5
5204
BillboardGui110.Name = "Light"
5205
BillboardGui110.Parent = Part107
5206
BillboardGui110.Size = UDim2.new(35, 0, 35, 0)
5207
BillboardGui110.Enabled = false
5208
BillboardGui110.Active = true
5209
ImageLabel111.Name = "Light"
5210
ImageLabel111.Parent = BillboardGui110
5211
ImageLabel111.Transparency = 1
5212
ImageLabel111.Size = UDim2.new(1, 0, 1, 0)
5213
ImageLabel111.Active = true
5214
ImageLabel111.BackgroundColor3 = Color3.new(0.756863, 0.752941, 0.764706)
5215
ImageLabel111.BackgroundTransparency = 1
5216
ImageLabel111.Image = "http://www.roblox.com/asset/?id=43708803"
5217
Script112.Parent = BillboardGui110
5218
table.insert(cors,sandbox(Script112,function()
5219
script.Parent.Adornee = script.Parent.Parent
5220
end))
5221
Smoke113.Name = "Smoke2"
5222
Smoke113.Parent = Part107
5223
Smoke113.Size = 30
5224
Smoke113.Enabled = false
5225
Smoke113.Opacity = 1
5226
Smoke113.RiseVelocity = 5
5227
Smoke114.Name = "Smoke3"
5228
Smoke114.Parent = Part107
5229
Smoke114.Size = 30
5230
Smoke114.Enabled = false
5231
Smoke114.Opacity = 1
5232
Smoke114.RiseVelocity = 5
5233
Smoke115.Name = "Smoke4"
5234
Smoke115.Parent = Part107
5235
Smoke115.Size = 30
5236
Smoke115.Enabled = false
5237
Smoke115.Opacity = 1
5238
Smoke115.RiseVelocity = 5
5239
StringValue116.Name = "INFORMATION"
5240
StringValue116.Parent = Part107
5241
StringValue117.Name = "Nuke_Information"
5242
StringValue117.Parent = StringValue116
5243
StringValue117.Value = "Conventional, long-range warhead"
5244
StringValue118.Name = "Nuke_Base"
5245
StringValue118.Parent = StringValue116
5246
StringValue118.Value = "TEL/Mobile"
5247
Script119.Name = "Touch"
5248
Script119.Parent = Part107
5249
Script119.Disabled = true
5250
table.insert(cors,sandbox(Script119,function()
5251
wait(.1)
5252
function onTouch(hit)
5253
script.Parent.Anchored = true
5254
script.Parent.Parent = Workspace
5255
script.Parent.Transparency = 1
5256
wait()
5257
script.Parent.Atom.Disabled = false
5258
end
5259
5260
script.Parent.Touched:connect(onTouch)
5261
end))
5262
Script120.Name = "Atom"
5263
Script120.Parent = Part107
5264
Script120.Disabled = true
5265
table.insert(cors,sandbox(Script120,function()
5266
print("Nuke Em' All")
5267
5268
local CloudID= "http://www.roblox.com/asset/?id=1095708"
5269
local ColorTexture = "http://www.roblox.com/asset/?ID=1361097"
5270
local RingID = "http://www.roblox.com/asset/?id=3270017"
5271
local SphereID = "http://www.roblox.com/asset/?id=1185246"
5272
5273
local BasePosition = script.Parent.Position
5274
5275
local Size = 350
5276
5277
local Exp = Instance.new("Model")
5278
Exp.Name = "ATOMICEXPLOSION"
5279
Exp.Parent = game.Workspace
5280
5281
local BasePart = Instance.new("Part")
5282
BasePart.formFactor = 0
5283
BasePart.TopSurface = 0
5284
BasePart.BottomSurface = 0
5285
BasePart.Anchored = true
5286
BasePart.Locked = true
5287
BasePart.CanCollide = false
5288
5289
local BaseMesh = Instance.new("SpecialMesh")
5290
BaseMesh.MeshType = "FileMesh"
5291
5292
local CloudMesh = BaseMesh:clone()
5293
CloudMesh.MeshId = CloudID
5294
CloudMesh.TextureId = ColorTexture
5295
CloudMesh.VertexColor = Vector3.new(0.9,0.6,0)
5296
5297
local RingMesh = BaseMesh:clone()
5298
RingMesh.MeshId = RingID
5299
5300
local SphereMesh = BaseMesh:clone()
5301
SphereMesh.MeshId = SphereID
5302
5303
local Clouds = {}
5304
local ShockWave = {}
5305
local Sky = script.Sky
5306
5307
5308
function Effects()
5309
	script.Explode:Play()
5310
	delay(0,function() 
5311
		for i = 5, 1,-0.01 do
5312
			wait()
5313
			game.Lighting.Brightness = i
5314
		end
5315
	end)
5316
end
5317
5318
function Destruction(Pos,Radius)
5319
	local function Destroy(Model)
5320
		for i ,v in ipairs(Model:getChildren()) do
5321
			if v:isA("BasePart") then
5322
				if (v.Position-Pos).magnitude < Radius then
5323
					if v.Anchored == false then
5324
						v:BreakJoints()
5325
						v.Velocity = CFrame.new(v.Position,Pos):vectorToWorldSpace(Vector3.new(math.random(-5,5),5,1000))
5326
						v.Material = "CorrodedMetal"
5327
					end	
5328
				end
5329
			end
5330
			if #v:getChildren() > 0 then
5331
				Destroy(v)
5332
			end
5333
		end
5334
	end
5335
	Destroy(game.Workspace)
5336
end
5337
function Explode(Pos)
5338
5339
local Base = BasePart:clone()
5340
Base.Position = Pos
5341
	
5342
local Mesh = CloudMesh:clone()
5343
Mesh.Parent = Base 
5344
Mesh.Scale = Vector3.new(2.5,1,4.5)
5345
5346
local PoleBase = BasePart:clone()
5347
PoleBase.Position = Pos+Vector3.new(0,0.1,0)
5348
5349
local PoleBaseMesh = CloudMesh:clone()
5350
PoleBaseMesh.Scale = Vector3.new(1.25,2,2.5)
5351
PoleBaseMesh.Parent = PoleBase
5352
5353
local Cloud1 = BasePart:clone()
5354
Cloud1.Position = Pos+Vector3.new(0,0.75,0)
5355
5356
local Cloud1Mesh = CloudMesh:clone()
5357
Cloud1Mesh.Scale = Vector3.new(0.5,3,1)
5358
Cloud1Mesh.Parent = Cloud1
5359
	
5360
local Cloud2 = BasePart:clone()
5361
Cloud2.Position = Pos+Vector3.new(0,1.25,0)
5362
	
5363
local Cloud2Mesh = CloudMesh:clone()
5364
Cloud2Mesh.Scale = Vector3.new(0.5,1.5,1)
5365
Cloud2Mesh.Parent = Cloud2
5366
5367
local Cloud3 = BasePart:clone()
5368
Cloud3.Position = Pos+Vector3.new(0,1.7,0)
5369
	
5370
local Cloud3Mesh = CloudMesh:clone()
5371
Cloud3Mesh.Scale = Vector3.new(0.5,1.5,1)
5372
Cloud3Mesh.Parent = Cloud3
5373
5374
local PoleRing = BasePart:clone()
5375
PoleRing.Position = Pos+Vector3.new(0,1.3,0)
5376
PoleRing.Transparency = 0.2
5377
PoleRing.BrickColor = BrickColor.new("Dark stone grey")
5378
PoleRing.CFrame = PoleRing.CFrame*CFrame.Angles(math.rad(90),0,0)
5379
5380
local Mesh = RingMesh:clone()
5381
Mesh.Scale = Vector3.new(1.2,1.2,1.2)
5382
Mesh.Parent = PoleRing
5383
5384
local MushCloud = BasePart:clone()
5385
MushCloud.Position = Pos+Vector3.new(0,2.3,0)
5386
	
5387
local MushMesh = CloudMesh:clone() -- lol
5388
MushMesh.Scale = Vector3.new(2.5,1.75,3.5)
5389
MushMesh.Parent = MushCloud
5390
5391
local TopCloud = BasePart:clone()
5392
TopCloud.Position = Pos+Vector3.new(0,2.7,0)
5393
	
5394
local TopMesh = CloudMesh:clone()
5395
TopMesh.Scale = Vector3.new(7.5,1.5,1.5)
5396
TopMesh.Parent = TopCloud
5397
5398
table.insert(Clouds,Base)
5399
table.insert(Clouds,TopCloud)
5400
table.insert(Clouds,MushCloud)
5401
table.insert(Clouds,Cloud1)
5402
table.insert(Clouds,Cloud2)
5403
table.insert(Clouds,Cloud3)
5404
table.insert(Clouds,PoleBase)
5405
table.insert(Clouds,PoleRing)
5406
5407
5408
local BigRing = BasePart:clone()
5409
BigRing.Position = Pos
5410
BigRing.CFrame = BigRing.CFrame*CFrame.Angles(math.rad(90),0,0)
5411
	
5412
local BigMesh = RingMesh:clone()
5413
BigMesh.Scale = Vector3.new(5,5,1)
5414
BigMesh.Parent = BigRing
5415
	
5416
local SmallRing = BasePart:clone()
5417
SmallRing.Position = Pos
5418
SmallRing.BrickColor = BrickColor.new("Dark stone grey")
5419
SmallRing.CFrame = SmallRing.CFrame*CFrame.Angles(math.rad(90),0,0)
5420
5421
local SmallMesh = RingMesh:clone()
5422
SmallMesh.Scale = Vector3.new(4.6,4.6,1.5)
5423
SmallMesh.Parent = SmallRing
5424
5425
local InnerSphere = BasePart:clone()
5426
InnerSphere.Position = Pos
5427
InnerSphere.BrickColor = BrickColor.new("Bright orange")
5428
InnerSphere.Transparency = 0.5
5429
5430
local InnerSphereMesh = SphereMesh:clone()	
5431
InnerSphereMesh.Scale = Vector3.new(-6.5,-6.5,-6.5)
5432
InnerSphereMesh.Parent = InnerSphere
5433
	
5434
local OutterSphere = BasePart:clone()
5435
OutterSphere.Position = Pos
5436
OutterSphere.BrickColor = BrickColor.new("Bright orange")
5437
OutterSphere.Transparency = 0.5
5438
5439
local OutterSphereMesh = SphereMesh:clone()
5440
OutterSphereMesh.Scale = Vector3.new(6.5,6.5,6.5)
5441
OutterSphereMesh.Parent = OutterSphere
5442
5443
table.insert(ShockWave,BigRing)	
5444
table.insert(ShockWave,SmallRing)
5445
table.insert(ShockWave,OutterSphere)
5446
table.insert(ShockWave,InnerSphere)
5447
	Sky.Parent = game.Lighting
5448
	for i , v in ipairs(ShockWave) do
5449
		v.Parent = Exp
5450
	end
5451
	for i , v in ipairs(Clouds) do
5452
		v.Parent = Exp
5453
	end
5454
	Effects()
5455
	delay(0,function()
5456
		for resize = Size/2.5, Size*3, 2 do
5457
			wait()
5458
			BigRing.Mesh.Scale = Vector3.new(5*resize,5*resize,1*resize)
5459
			SmallRing.Mesh.Scale = Vector3.new(4.6*resize,4.6*resize,1.5*resize)
5460
			InnerSphere.Mesh.Scale = Vector3.new(-6.5*resize,-6.5*resize,-6.5*resize)
5461
			OutterSphere.Mesh.Scale = Vector3.new(6.5*resize,6.5*resize,6.5*resize)
5462
			Destruction(Pos,3*resize)
5463
		end
5464
		for fade = 0, 1, 0.01 do
5465
			wait()
5466
			pcall(function()
5467
				for i ,v in ipairs(ShockWave) do
5468
					v.Transparency = fade
5469
				end
5470
			end)
5471
		end
5472
		for i ,v in ipairs(ShockWave) do
5473
			v:Remove()
5474
		end
5475
		done1 = true
5476
	end)
5477
	delay(0,function()
5478
		for resize = Size/5, Size, 1 do
5479
			wait()
5480
			pcall(function()
5481
				Base.Mesh.Scale = Vector3.new(2.5*resize,1*resize,4.5*resize)
5482
				TopCloud.Mesh.Scale = Vector3.new(0.75*resize,1.5*resize,1.5*resize)
5483
				MushCloud.Mesh.Scale = Vector3.new(2.5*resize,1.75*resize,3.5*resize)
5484
				Cloud1.Mesh.Scale = Vector3.new(0.5*resize,3*resize,1*resize)
5485
				Cloud2.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
5486
				Cloud3.Mesh.Scale = Vector3.new(0.5*resize,1.5*resize,1*resize)
5487
				PoleBase.Mesh.Scale = Vector3.new(1*resize,2*resize,2.5*resize)
5488
				PoleRing.Mesh.Scale = Vector3.new(1.2*resize,1.2*resize,1.2*resize)
5489
5490
				Base.Position = Pos+Vector3.new(0,0.05*resize,0)
5491
				TopCloud.Position = Pos+Vector3.new(0,2.7*resize,0)
5492
				MushCloud.Position = Pos+Vector3.new(0,2.3*resize,0)
5493
				Cloud1.Position = Pos+Vector3.new(0,0.75*resize,0)
5494
				Cloud2.Position = Pos+Vector3.new(0,1.25*resize,0)
5495
				Cloud3.Position = Pos+Vector3.new(0,1.7*resize,0)
5496
				PoleBase.Position = Pos+Vector3.new(0,0.1*resize,0)
5497
				PoleRing.Position = Pos+Vector3.new(0,1.3*resize,0)
5498
			end)
5499
		end
5500
		done2 = true
5501
	end)
5502
	wait(2)
5503
	for y = 0.6,0,-0.0025 do
5504
		wait()
5505
		for i , v in ipairs(Clouds) do
5506
			v.Mesh.VertexColor = Vector3.new(0.9,y,0)
5507
		end
5508
	end
5509
	for r = 0.9,0.5,-0.01 do
5510
		wait()
5511
		for i , v in ipairs(Clouds) do
5512
			v.Mesh.VertexColor = Vector3.new(r,0,0)
5513
		end
5514
	end
5515
	for by = 0,0.5,0.005 do
5516
		wait()
5517
		for i , v in ipairs(Clouds) do
5518
			v.Mesh.VertexColor = Vector3.new(0.5,by,by)
5519
			v.Transparency = by*2
5520
		end
5521
		Base.Mesh.Scale = Base.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5522
		TopCloud.Mesh.Scale = TopCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5523
		MushCloud.Mesh.Scale = MushCloud.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5524
		Cloud1.Mesh.Scale = Cloud1.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5525
		Cloud2.Mesh.Scale = Cloud2.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5526
		Cloud3.Mesh.Scale = Cloud3.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5527
		PoleBase.Mesh.Scale = PoleBase.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5528
		PoleRing.Mesh.Scale = PoleRing.Mesh.Scale+Vector3.new(0.1,0.1,0.1)
5529
	end
5530
	done3 = true
5531
	while true do wait(1) if done1 and done2 and done3 then break end end
5532
	Exp:remove()
5533
	wait(20)
5534
	Sky:remove()
5535
end
5536
5537
5538
	
5539
5540
Explode(BasePosition)
5541
5542
script.Parent:remove()
5543
5544
5545
5546
	
5547
	
5548
5549
5550
5551
5552
end))
5553
Sound121.Name = "Explode"
5554
Sound121.Parent = Script120
5555
Sound121.Pitch = 0.5
5556
Sound121.SoundId = "http://www.roblox.com/asset?id=130768997"
5557
Sound121.Volume = 1
5558
Sky122.Parent = Script120
5559
Sky122.SkyboxBk = "http://www.roblox.com/asset/?version=1&id=1012890"
5560
Sky122.SkyboxDn = "http://www.roblox.com/asset/?version=1&id=1012891"
5561
Sky122.SkyboxFt = "http://www.roblox.com/asset/?version=1&id=1012887"
5562
Sky122.SkyboxLf = "http://www.roblox.com/asset/?version=1&id=1012889"
5563
Sky122.SkyboxRt = "http://www.roblox.com/asset/?version=1&id=1012888"
5564
Sky122.SkyboxUp = "http://www.roblox.com/asset/?version=1&id=1014449"
5565
Part123.Parent = Model0
5566
Part123.Material = Enum.Material.Ice
5567
Part123.BrickColor = BrickColor.new("Dark stone grey")
5568
Part123.Transparency = 0.5
5569
Part123.Rotation = Vector3.new(7.5999999, 0, 0)
5570
Part123.CanCollide = false
5571
Part123.FormFactor = Enum.FormFactor.Custom
5572
Part123.Size = Vector3.new(3, 2.5999999, 0.200000003)
5573
Part123.CFrame = CFrame.new(-24.2097893, 8.72938347, 31.1316738, 1, 1.75870337e-05, 6.18270788e-05, -9.95769551e-06, 0.991205812, -0.132270217, -7.78449903e-05, 0.132281274, 0.991214573)
5574
Part123.BackSurface = Enum.SurfaceType.Weld
5575
Part123.BottomSurface = Enum.SurfaceType.Weld
5576
Part123.FrontSurface = Enum.SurfaceType.Weld
5577
Part123.LeftSurface = Enum.SurfaceType.Weld
5578
Part123.RightSurface = Enum.SurfaceType.Weld
5579
Part123.TopSurface = Enum.SurfaceType.Weld
5580
Part123.Color = Color3.new(0.388235, 0.372549, 0.384314)
5581
Part123.Position = Vector3.new(-24.2097893, 8.72938347, 31.1316738)
5582
Part123.Orientation = Vector3.new(7.5999999, 0, 0)
5583
Part123.Color = Color3.new(0.388235, 0.372549, 0.384314)
5584
BlockMesh124.Parent = Part123
5585
BlockMesh124.Offset = Vector3.new(0, 0, 0.200000003)
5586
BlockMesh124.Scale = Vector3.new(1, 1.14999998, 0.5)
5587
BlockMesh124.Scale = Vector3.new(1, 1.14999998, 0.5)
5588
Part125.Parent = Model0
5589
Part125.Material = Enum.Material.Metal
5590
Part125.BrickColor = BrickColor.new("Grime")
5591
Part125.Rotation = Vector3.new(172.399994, 0, 180)
5592
Part125.CanCollide = false
5593
Part125.FormFactor = Enum.FormFactor.Custom
5594
Part125.Size = Vector3.new(3, 0.400000006, 0.200000003)
5595
Part125.CFrame = CFrame.new(-24.2096195, 10.2178173, 46.3855438, -1, -5.60768513e-07, -8.06703756e-05, 1.13161541e-05, 0.991207719, -0.132315725, 0.000104148734, -0.132298887, -0.991209865)
5596
Part125.BackSurface = Enum.SurfaceType.Weld
5597
Part125.BottomSurface = Enum.SurfaceType.Weld
5598
Part125.FrontSurface = Enum.SurfaceType.Weld
5599
Part125.LeftSurface = Enum.SurfaceType.Weld
5600
Part125.RightSurface = Enum.SurfaceType.Weld
5601
Part125.TopSurface = Enum.SurfaceType.Weld
5602
Part125.Color = Color3.new(0.498039, 0.556863, 0.392157)
5603
Part125.Position = Vector3.new(-24.2096195, 10.2178173, 46.3855438)
5604
Part125.Orientation = Vector3.new(7.5999999, -180, 0)
5605
Part125.Color = Color3.new(0.498039, 0.556863, 0.392157)
5606
BlockMesh126.Parent = Part125
5607
BlockMesh126.Offset = Vector3.new(0, 0, 0.200000003)
5608
Part127.Parent = Model0
5609
Part127.Material = Enum.Material.Ice
5610
Part127.BrickColor = BrickColor.new("Dark stone grey")
5611
Part127.Transparency = 0.5
5612
Part127.Rotation = Vector3.new(-180, 0, -180)
5613
Part127.CanCollide = false
5614
Part127.FormFactor = Enum.FormFactor.Custom
5615
Part127.Size = Vector3.new(4.4000001, 1.79999995, 0.200000003)
5616
Part127.CFrame = CFrame.new(-23.5096817, 9.10065365, 36.3602753, -1, 9.14261545e-06, -6.24489476e-05, 9.84558574e-06, 0.99999088, 2.81994267e-06, 7.66839075e-05, 1.28775291e-05, -1.00000012)
5617
Part127.BackSurface = Enum.SurfaceType.Weld
5618
Part127.BottomSurface = Enum.SurfaceType.Weld
5619
Part127.FrontSurface = Enum.SurfaceType.Weld
5620
Part127.LeftSurface = Enum.SurfaceType.Weld
5621
Part127.RightSurface = Enum.SurfaceType.Weld
5622
Part127.TopSurface = Enum.SurfaceType.Weld
5623
Part127.Color = Color3.new(0.388235, 0.372549, 0.384314)
5624
Part127.Position = Vector3.new(-23.5096817, 9.10065365, 36.3602753)
5625
Part127.Orientation = Vector3.new(0, -180, 0)
5626
Part127.Color = Color3.new(0.388235, 0.372549, 0.384314)
5627
BlockMesh128.Parent = Part127
5628
BlockMesh128.Offset = Vector3.new(0, 0, 0.200000003)
5629
BlockMesh128.Scale = Vector3.new(1, 1.14999998, 0.5)
5630
BlockMesh128.Scale = Vector3.new(1, 1.14999998, 0.5)
5631
Part129.Parent = Model0
5632
Part129.Material = Enum.Material.Metal
5633
Part129.BrickColor = BrickColor.new("Grime")
5634
Part129.Rotation = Vector3.new(7.5999999, 0, 0)
5635
Part129.CanCollide = false
5636
Part129.FormFactor = Enum.FormFactor.Custom
5637
Part129.Size = Vector3.new(5.80000019, 0.400000036, 0.200000003)
5638
Part129.CFrame = CFrame.new(-19.6098289, 7.63907337, 30.9858189, 1, 1.76825579e-05, 6.23572778e-05, -9.98225096e-06, 0.991205812, -0.132270217, -7.83831638e-05, 0.132281274, 0.991214573)
5639
Part129.BackSurface = Enum.SurfaceType.Weld
5640
Part129.BottomSurface = Enum.SurfaceType.Weld
5641
Part129.FrontSurface = Enum.SurfaceType.Weld
5642
Part129.LeftSurface = Enum.SurfaceType.Weld
5643
Part129.RightSurface = Enum.SurfaceType.Weld
5644
Part129.TopSurface = Enum.SurfaceType.Weld
5645
Part129.Color = Color3.new(0.498039, 0.556863, 0.392157)
5646
Part129.Position = Vector3.new(-19.6098289, 7.63907337, 30.9858189)
5647
Part129.Orientation = Vector3.new(7.5999999, 0, 0)
5648
Part129.Color = Color3.new(0.498039, 0.556863, 0.392157)
5649
BlockMesh130.Parent = Part129
5650
BlockMesh130.Offset = Vector3.new(0, 0, 0.200000003)
5651
BlockMesh130.Scale = Vector3.new(1, 1.14999998, 1)
5652
BlockMesh130.Scale = Vector3.new(1, 1.14999998, 1)
5653
Part131.Parent = Model0
5654
Part131.Material = Enum.Material.Ice
5655
Part131.BrickColor = BrickColor.new("Dark stone grey")
5656
Part131.Transparency = 0.5
5657
Part131.Rotation = Vector3.new(7.5999999, 0, 0)
5658
Part131.CanCollide = false
5659
Part131.FormFactor = Enum.FormFactor.Custom
5660
Part131.Size = Vector3.new(5.80000019, 2, 0.200000003)
5661
Part131.CFrame = CFrame.new(-19.8097687, 8.82844543, 31.1445694, 1, 1.76347712e-05, 6.20919236e-05, -9.96978906e-06, 0.991205275, -0.132273212, -7.81138588e-05, 0.132284284, 0.991213918)
5662
Part131.BackSurface = Enum.SurfaceType.Weld
5663
Part131.BottomSurface = Enum.SurfaceType.Weld
5664
Part131.FrontSurface = Enum.SurfaceType.Weld
5665
Part131.LeftSurface = Enum.SurfaceType.Weld
5666
Part131.RightSurface = Enum.SurfaceType.Weld
5667
Part131.TopSurface = Enum.SurfaceType.Weld
5668
Part131.Color = Color3.new(0.388235, 0.372549, 0.384314)
5669
Part131.Position = Vector3.new(-19.8097687, 8.82844543, 31.1445694)
5670
Part131.Orientation = Vector3.new(7.5999999, 0, 0)
5671
Part131.Color = Color3.new(0.388235, 0.372549, 0.384314)
5672
BlockMesh132.Parent = Part131
5673
BlockMesh132.Offset = Vector3.new(0, 0, 0.200000003)
5674
BlockMesh132.Scale = Vector3.new(1, 1.14999998, 0.5)
5675
BlockMesh132.Scale = Vector3.new(1, 1.14999998, 0.5)
5676
Part133.Parent = Model0
5677
Part133.Material = Enum.Material.Metal
5678
Part133.BrickColor = BrickColor.new("Grime")
5679
Part133.CanCollide = false
5680
Part133.FormFactor = Enum.FormFactor.Custom
5681
Part133.Size = Vector3.new(10.1999998, 0.999999881, 2.79999995)
5682
Part133.CFrame = CFrame.new(0.190229297, 10.7005215, 34.0595284, 1, 8.29581222e-06, 4.42689707e-05, -8.66455866e-06, 0.99999088, 2.18264177e-06, -5.17070403e-05, 3.0374008e-06, 1.00000012)
5683
Part133.BackSurface = Enum.SurfaceType.Weld
5684
Part133.BottomSurface = Enum.SurfaceType.Weld
5685
Part133.FrontSurface = Enum.SurfaceType.Weld
5686
Part133.LeftSurface = Enum.SurfaceType.Weld
5687
Part133.RightSurface = Enum.SurfaceType.Weld
5688
Part133.TopSurface = Enum.SurfaceType.Weld
5689
Part133.Color = Color3.new(0.498039, 0.556863, 0.392157)
5690
Part133.Position = Vector3.new(0.190229297, 10.7005215, 34.0595284)
5691
Part133.Color = Color3.new(0.498039, 0.556863, 0.392157)
5692
BlockMesh134.Parent = Part133
5693
Part135.Parent = Model0
5694
Part135.Material = Enum.Material.Metal
5695
Part135.BrickColor = BrickColor.new("Grime")
5696
Part135.Rotation = Vector3.new(-180, 0, -180)
5697
Part135.CanCollide = false
5698
Part135.FormFactor = Enum.FormFactor.Custom
5699
Part135.Size = Vector3.new(8.80000114, 0.200000003, 4.80000019)
5700
Part135.CFrame = CFrame.new(-21.109726, 10.3005667, 33.8601379, -1, 9.14261545e-06, -6.24489476e-05, 9.84558574e-06, 0.99999088, 2.81994267e-06, 7.66839075e-05, 1.28775291e-05, -1.00000012)
5701
Part135.BackSurface = Enum.SurfaceType.Weld
5702
Part135.BottomSurface = Enum.SurfaceType.Weld
5703
Part135.FrontSurface = Enum.SurfaceType.Weld
5704
Part135.LeftSurface = Enum.SurfaceType.Weld
5705
Part135.RightSurface = Enum.SurfaceType.Weld
5706
Part135.TopSurface = Enum.SurfaceType.Weld
5707
Part135.Color = Color3.new(0.498039, 0.556863, 0.392157)
5708
Part135.Position = Vector3.new(-21.109726, 10.3005667, 33.8601379)
5709
Part135.Orientation = Vector3.new(0, -180, 0)
5710
Part135.Color = Color3.new(0.498039, 0.556863, 0.392157)
5711
BlockMesh136.Parent = Part135
5712
Part137.Parent = Model0
5713
Part137.Material = Enum.Material.Metal
5714
Part137.BrickColor = BrickColor.new("Grime")
5715
Part137.Rotation = Vector3.new(7.5999999, 0, 0)
5716
Part137.CanCollide = false
5717
Part137.FormFactor = Enum.FormFactor.Custom
5718
Part137.Size = Vector3.new(3.20000005, 0.400000006, 0.200000003)
5719
Part137.CFrame = CFrame.new(-24.309742, 10.2161369, 31.330101, 1, 1.75873574e-05, 6.18266713e-05, -9.95750725e-06, 0.991204858, -0.132279024, -7.78446993e-05, 0.132290065, 0.991213858)
5720
Part137.BackSurface = Enum.SurfaceType.Weld
5721
Part137.BottomSurface = Enum.SurfaceType.Weld
5722
Part137.FrontSurface = Enum.SurfaceType.Weld
5723
Part137.LeftSurface = Enum.SurfaceType.Weld
5724
Part137.RightSurface = Enum.SurfaceType.Weld
5725
Part137.TopSurface = Enum.SurfaceType.Weld
5726
Part137.Color = Color3.new(0.498039, 0.556863, 0.392157)
5727
Part137.Position = Vector3.new(-24.309742, 10.2161369, 31.330101)
5728
Part137.Orientation = Vector3.new(7.5999999, 0, 0)
5729
Part137.Color = Color3.new(0.498039, 0.556863, 0.392157)
5730
BlockMesh138.Parent = Part137
5731
BlockMesh138.Offset = Vector3.new(0, 0, 0.200000003)
5732
Part139.Parent = Model0
5733
Part139.Material = Enum.Material.Metal
5734
Part139.BrickColor = BrickColor.new("Grime")
5735
Part139.Rotation = Vector3.new(-180, -0.00999999978, -180)
5736
Part139.CanCollide = false
5737
Part139.FormFactor = Enum.FormFactor.Custom
5738
Part139.Size = Vector3.new(8.80000114, 0.200000003, 4.80000019)
5739
Part139.CFrame = CFrame.new(-21.1093521, 10.3008881, 43.8603363, -1, 1.11894988e-05, -0.000103796992, 1.19273136e-05, 1, 3.20989275e-05, 0.000118718235, 4.26027473e-05, -1)
5740
Part139.BackSurface = Enum.SurfaceType.Weld
5741
Part139.BottomSurface = Enum.SurfaceType.Weld
5742
Part139.FrontSurface = Enum.SurfaceType.Weld
5743
Part139.LeftSurface = Enum.SurfaceType.Weld
5744
Part139.RightSurface = Enum.SurfaceType.Weld
5745
Part139.TopSurface = Enum.SurfaceType.Weld
5746
Part139.Color = Color3.new(0.498039, 0.556863, 0.392157)
5747
Part139.Position = Vector3.new(-21.1093521, 10.3008881, 43.8603363)
5748
Part139.Orientation = Vector3.new(0, -179.98999, 0)
5749
Part139.Color = Color3.new(0.498039, 0.556863, 0.392157)
5750
BlockMesh140.Parent = Part139
5751
Part141.Parent = Model0
5752
Part141.Material = Enum.Material.Metal
5753
Part141.BrickColor = BrickColor.new("Grime")
5754
Part141.Rotation = Vector3.new(7.5999999, 0, 0)
5755
Part141.CanCollide = false
5756
Part141.FormFactor = Enum.FormFactor.Custom
5757
Part141.Size = Vector3.new(5.5999999, 0.600000083, 0.200000003)
5758
Part141.CFrame = CFrame.new(-19.7097855, 10.1169653, 31.3165245, 1, 1.75877558e-05, 6.18268677e-05, -9.95769642e-06, 0.991204143, -0.132281795, -7.78449903e-05, 0.132292852, 0.991212904)
5759
Part141.BackSurface = Enum.SurfaceType.Weld
5760
Part141.BottomSurface = Enum.SurfaceType.Weld
5761
Part141.FrontSurface = Enum.SurfaceType.Weld
5762
Part141.LeftSurface = Enum.SurfaceType.Weld
5763
Part141.RightSurface = Enum.SurfaceType.Weld
5764
Part141.TopSurface = Enum.SurfaceType.Weld
5765
Part141.Color = Color3.new(0.498039, 0.556863, 0.392157)
5766
Part141.Position = Vector3.new(-19.7097855, 10.1169653, 31.3165245)
5767
Part141.Orientation = Vector3.new(7.5999999, 0, 0)
5768
Part141.Color = Color3.new(0.498039, 0.556863, 0.392157)
5769
BlockMesh142.Parent = Part141
5770
BlockMesh142.Offset = Vector3.new(0, 0, 0.200000003)
5771
Part143.Parent = Model0
5772
Part143.Material = Enum.Material.Metal
5773
Part143.BrickColor = BrickColor.new("Grime")
5774
Part143.Rotation = Vector3.new(-180, -0.00999999978, -180)
5775
Part143.CanCollide = false
5776
Part143.FormFactor = Enum.FormFactor.Custom
5777
Part143.Size = Vector3.new(4, 0.200000048, 0.400000006)
5778
Part143.CFrame = CFrame.new(-23.5095596, 10.1009521, 41.6606407, -1, 1.09616185e-05, -9.92156856e-05, 1.215679e-05, 1, 2.88735409e-05, 0.000123329461, 4.58503346e-05, -1)
5779
Part143.BackSurface = Enum.SurfaceType.Weld
5780
Part143.BottomSurface = Enum.SurfaceType.Weld
5781
Part143.FrontSurface = Enum.SurfaceType.Weld
5782
Part143.LeftSurface = Enum.SurfaceType.Weld
5783
Part143.RightSurface = Enum.SurfaceType.Weld
5784
Part143.TopSurface = Enum.SurfaceType.Weld
5785
Part143.Color = Color3.new(0.498039, 0.556863, 0.392157)
5786
Part143.Position = Vector3.new(-23.5095596, 10.1009521, 41.6606407)
5787
Part143.Orientation = Vector3.new(0, -179.98999, 0)
5788
Part143.Color = Color3.new(0.498039, 0.556863, 0.392157)
5789
BlockMesh144.Parent = Part143
5790
Part145.Parent = Model0
5791
Part145.Material = Enum.Material.Metal
5792
Part145.BrickColor = BrickColor.new("Grime")
5793
Part145.Rotation = Vector3.new(-180, 0, -180)
5794
Part145.CanCollide = false
5795
Part145.FormFactor = Enum.FormFactor.Custom
5796
Part145.Size = Vector3.new(4, 0.200000048, 0.400000006)
5797
Part145.CFrame = CFrame.new(-23.5096741, 10.1006269, 36.060318, -1, 9.1545362e-06, -6.27174304e-05, 9.85749102e-06, 0.99999088, 3.03555453e-06, 7.69523976e-05, 1.30931385e-05, -1.00000012)
5798
Part145.BackSurface = Enum.SurfaceType.Weld
5799
Part145.BottomSurface = Enum.SurfaceType.Weld
5800
Part145.FrontSurface = Enum.SurfaceType.Weld
5801
Part145.LeftSurface = Enum.SurfaceType.Weld
5802
Part145.RightSurface = Enum.SurfaceType.Weld
5803
Part145.TopSurface = Enum.SurfaceType.Weld
5804
Part145.Color = Color3.new(0.498039, 0.556863, 0.392157)
5805
Part145.Position = Vector3.new(-23.5096741, 10.1006269, 36.060318)
5806
Part145.Orientation = Vector3.new(0, -180, 0)
5807
Part145.Color = Color3.new(0.498039, 0.556863, 0.392157)
5808
BlockMesh146.Parent = Part145
5809
Part147.Parent = Model0
5810
Part147.Material = Enum.Material.Ice
5811
Part147.BrickColor = BrickColor.new("Dark stone grey")
5812
Part147.Transparency = 0.5
5813
Part147.Rotation = Vector3.new(0, 0.00999999978, 0)
5814
Part147.CanCollide = false
5815
Part147.FormFactor = Enum.FormFactor.Custom
5816
Part147.Size = Vector3.new(4.4000001, 1.79999995, 0.200000003)
5817
Part147.CFrame = CFrame.new(-23.5096359, 9.10095882, 41.3607674, 1, 1.08327658e-05, 9.66105945e-05, -1.1122107e-05, 1, -2.70385699e-05, -0.000102494581, 3.11788244e-05, 1)
5818
Part147.BackSurface = Enum.SurfaceType.Weld
5819
Part147.BottomSurface = Enum.SurfaceType.Weld
5820
Part147.FrontSurface = Enum.SurfaceType.Weld
5821
Part147.LeftSurface = Enum.SurfaceType.Weld
5822
Part147.RightSurface = Enum.SurfaceType.Weld
5823
Part147.TopSurface = Enum.SurfaceType.Weld
5824
Part147.Color = Color3.new(0.388235, 0.372549, 0.384314)
5825
Part147.Position = Vector3.new(-23.5096359, 9.10095882, 41.3607674)
5826
Part147.Orientation = Vector3.new(0, 0.00999999978, 0)
5827
Part147.Color = Color3.new(0.388235, 0.372549, 0.384314)
5828
BlockMesh148.Parent = Part147
5829
BlockMesh148.Offset = Vector3.new(0, 0, 0.200000003)
5830
BlockMesh148.Scale = Vector3.new(1, 1.14999998, 0.5)
5831
BlockMesh148.Scale = Vector3.new(1, 1.14999998, 0.5)
5832
Part149.Parent = Model0
5833
Part149.Material = Enum.Material.Metal
5834
Part149.BrickColor = BrickColor.new("Grime")
5835
Part149.Rotation = Vector3.new(172.399994, -0.00999999978, 180)
5836
Part149.CanCollide = false
5837
Part149.FormFactor = Enum.FormFactor.Custom
5838
Part149.Size = Vector3.new(6.20000029, 0.600000083, 0.200000003)
5839
Part149.CFrame = CFrame.new(-19.8094444, 10.1184397, 46.3984222, -1, -9.0132653e-06, -0.000181728246, 1.62895012e-05, 0.991222322, -0.132206291, 0.00020543822, -0.132189453, -0.991224468)
5840
Part149.BackSurface = Enum.SurfaceType.Weld
5841
Part149.BottomSurface = Enum.SurfaceType.Weld
5842
Part149.FrontSurface = Enum.SurfaceType.Weld
5843
Part149.LeftSurface = Enum.SurfaceType.Weld
5844
Part149.RightSurface = Enum.SurfaceType.Weld
5845
Part149.TopSurface = Enum.SurfaceType.Weld
5846
Part149.Color = Color3.new(0.498039, 0.556863, 0.392157)
5847
Part149.Position = Vector3.new(-19.8094444, 10.1184397, 46.3984222)
5848
Part149.Orientation = Vector3.new(7.5999999, -179.98999, 0)
5849
Part149.Color = Color3.new(0.498039, 0.556863, 0.392157)
5850
BlockMesh150.Parent = Part149
5851
BlockMesh150.Offset = Vector3.new(0, 0, 0.200000003)
5852
Part151.Parent = Model0
5853
Part151.Material = Enum.Material.Metal
5854
Part151.BrickColor = BrickColor.new("Grime")
5855
Part151.Rotation = Vector3.new(-180, 0, -180)
5856
Part151.CanCollide = false
5857
Part151.FormFactor = Enum.FormFactor.Custom
5858
Part151.Size = Vector3.new(0.400000125, 0.400000095, 4.80000019)
5859
Part151.CFrame = CFrame.new(-25.7096767, 10.2006121, 33.8604965, -1, 9.1545362e-06, -6.27174304e-05, 9.85749102e-06, 0.99999088, 3.03555453e-06, 7.69523976e-05, 1.30931385e-05, -1.00000012)
5860
Part151.BackSurface = Enum.SurfaceType.Weld
5861
Part151.BottomSurface = Enum.SurfaceType.Weld
5862
Part151.FrontSurface = Enum.SurfaceType.Weld
5863
Part151.LeftSurface = Enum.SurfaceType.Weld
5864
Part151.RightSurface = Enum.SurfaceType.Weld
5865
Part151.TopSurface = Enum.SurfaceType.Weld
5866
Part151.Color = Color3.new(0.498039, 0.556863, 0.392157)
5867
Part151.Position = Vector3.new(-25.7096767, 10.2006121, 33.8604965)
5868
Part151.Orientation = Vector3.new(0, -180, 0)
5869
Part151.Color = Color3.new(0.498039, 0.556863, 0.392157)
5870
BlockMesh152.Parent = Part151
5871
Part153.Parent = Model0
5872
Part153.Material = Enum.Material.Ice
5873
Part153.BrickColor = BrickColor.new("Dark stone grey")
5874
Part153.Transparency = 0.5
5875
Part153.Rotation = Vector3.new(0, 90, 0)
5876
Part153.CanCollide = false
5877
Part153.FormFactor = Enum.FormFactor.Custom
5878
Part153.Size = Vector3.new(4.4000001, 2.5999999, 0.200000003)
5879
Part153.CFrame = CFrame.new(-26.0095062, 8.70113087, 44.0608444, -6.27532063e-05, 9.1800166e-06, 1, 6.16025354e-05, 1, -9.47351418e-06, -1, 6.58212812e-05, -6.87484062e-05)
5880
Part153.BackSurface = Enum.SurfaceType.Weld
5881
Part153.BottomSurface = Enum.SurfaceType.Weld
5882
Part153.FrontSurface = Enum.SurfaceType.Weld
5883
Part153.LeftSurface = Enum.SurfaceType.Weld
5884
Part153.RightSurface = Enum.SurfaceType.Weld
5885
Part153.TopSurface = Enum.SurfaceType.Weld
5886
Part153.Color = Color3.new(0.388235, 0.372549, 0.384314)
5887
Part153.Position = Vector3.new(-26.0095062, 8.70113087, 44.0608444)
5888
Part153.Orientation = Vector3.new(0, 90, 0)
5889
Part153.Color = Color3.new(0.388235, 0.372549, 0.384314)
5890
BlockMesh154.Parent = Part153
5891
BlockMesh154.Offset = Vector3.new(0, 0, 0.200000003)
5892
BlockMesh154.Scale = Vector3.new(1, 1.14999998, 0.5)
5893
BlockMesh154.Scale = Vector3.new(1, 1.14999998, 0.5)
5894
Part155.Parent = Model0
5895
Part155.Material = Enum.Material.Metal
5896
Part155.BrickColor = BrickColor.new("Grime")
5897
Part155.Rotation = Vector3.new(180, 0, -180)
5898
Part155.CanCollide = false
5899
Part155.FormFactor = Enum.FormFactor.Custom
5900
Part155.Size = Vector3.new(0.400000125, 2.60000014, 0.399999619)
5901
Part155.CFrame = CFrame.new(-25.7094059, 8.70073032, 36.0606499, -1, 8.09867561e-06, -4.05344908e-05, 8.86677481e-06, 1, -1.35534392e-05, 5.598793e-05, -2.67428459e-06, -1)
5902
Part155.BackSurface = Enum.SurfaceType.Weld
5903
Part155.BottomSurface = Enum.SurfaceType.Weld
5904
Part155.FrontSurface = Enum.SurfaceType.Weld
5905
Part155.LeftSurface = Enum.SurfaceType.Weld
5906
Part155.RightSurface = Enum.SurfaceType.Weld
5907
Part155.TopSurface = Enum.SurfaceType.Weld
5908
Part155.Color = Color3.new(0.498039, 0.556863, 0.392157)
5909
Part155.Position = Vector3.new(-25.7094059, 8.70073032, 36.0606499)
5910
Part155.Orientation = Vector3.new(0, -180, 0)
5911
Part155.Color = Color3.new(0.498039, 0.556863, 0.392157)
5912
BlockMesh156.Parent = Part155
5913
Part157.Parent = Model0
5914
Part157.Material = Enum.Material.Metal
5915
Part157.BrickColor = BrickColor.new("Grime")
5916
Part157.Rotation = Vector3.new(180, 0, -180)
5917
Part157.CanCollide = false
5918
Part157.FormFactor = Enum.FormFactor.Custom
5919
Part157.Size = Vector3.new(0.400000125, 2.60000014, 0.399999619)
5920
Part157.CFrame = CFrame.new(-25.7093887, 8.70087433, 41.6606712, -1, 8.28512475e-06, -4.41889606e-05, 8.58297699e-06, 1, -1.10809588e-05, 5.01835166e-05, -6.86198973e-06, -1)
5921
Part157.BackSurface = Enum.SurfaceType.Weld
5922
Part157.BottomSurface = Enum.SurfaceType.Weld
5923
Part157.FrontSurface = Enum.SurfaceType.Weld
5924
Part157.LeftSurface = Enum.SurfaceType.Weld
5925
Part157.RightSurface = Enum.SurfaceType.Weld
5926
Part157.TopSurface = Enum.SurfaceType.Weld
5927
Part157.Color = Color3.new(0.498039, 0.556863, 0.392157)
5928
Part157.Position = Vector3.new(-25.7093887, 8.70087433, 41.6606712)
5929
Part157.Orientation = Vector3.new(0, -180, 0)
5930
Part157.Color = Color3.new(0.498039, 0.556863, 0.392157)
5931
BlockMesh158.Parent = Part157
5932
Part159.Parent = Model0
5933
Part159.Material = Enum.Material.Metal
5934
Part159.BrickColor = BrickColor.new("Grime")
5935
Part159.Transparency = 1
5936
Part159.Rotation = Vector3.new(0, 0, -90)
5937
Part159.CanCollide = false
5938
Part159.FormFactor = Enum.FormFactor.Custom
5939
Part159.Size = Vector3.new(0.600000024, 33.4000015, 1.20000005)
5940
Part159.CFrame = CFrame.new(-4.310009, 11.8002071, 39.1599884, -6.21251684e-06, 1, 6.75599949e-07, -1, -6.68983739e-06, 1.11012896e-05, 4.27564555e-06, -1.03863886e-05, 1)
5941
Part159.BackSurface = Enum.SurfaceType.Weld
5942
Part159.BottomSurface = Enum.SurfaceType.Weld
5943
Part159.FrontSurface = Enum.SurfaceType.Weld
5944
Part159.LeftSurface = Enum.SurfaceType.Weld
5945
Part159.RightSurface = Enum.SurfaceType.Weld
5946
Part159.TopSurface = Enum.SurfaceType.Weld
5947
Part159.Color = Color3.new(0.498039, 0.556863, 0.392157)
5948
Part159.Position = Vector3.new(-4.310009, 11.8002071, 39.1599884)
5949
Part159.Orientation = Vector3.new(0, 0, -90)
5950
Part159.Color = Color3.new(0.498039, 0.556863, 0.392157)
5951
CylinderMesh160.Parent = Part159
5952
CylinderMesh160.Offset = Vector3.new(6.5, 0, 0)
5953
CylinderMesh160.Scale = Vector3.new(2, 1.5, 1.60000002)
5954
CylinderMesh160.Scale = Vector3.new(2, 1.5, 1.60000002)
5955
Part161.Parent = Model0
5956
Part161.Material = Enum.Material.Metal
5957
Part161.BrickColor = BrickColor.new("Grime")
5958
Part161.Rotation = Vector3.new(-180, -0.00999999978, -180)
5959
Part161.CanCollide = false
5960
Part161.FormFactor = Enum.FormFactor.Custom
5961
Part161.Size = Vector3.new(0.400000125, 0.400000095, 4.80000019)
5962
Part161.CFrame = CFrame.new(-25.7093048, 10.200943, 43.8608704, -1, 1.09616185e-05, -9.92156856e-05, 1.215679e-05, 1, 2.88735409e-05, 0.000123329461, 4.58503346e-05, -1)
5963
Part161.BackSurface = Enum.SurfaceType.Weld
5964
Part161.BottomSurface = Enum.SurfaceType.Weld
5965
Part161.FrontSurface = Enum.SurfaceType.Weld
5966
Part161.LeftSurface = Enum.SurfaceType.Weld
5967
Part161.RightSurface = Enum.SurfaceType.Weld
5968
Part161.TopSurface = Enum.SurfaceType.Weld
5969
Part161.Color = Color3.new(0.498039, 0.556863, 0.392157)
5970
Part161.Position = Vector3.new(-25.7093048, 10.200943, 43.8608704)
5971
Part161.Orientation = Vector3.new(0, -179.98999, 0)
5972
Part161.Color = Color3.new(0.498039, 0.556863, 0.392157)
5973
BlockMesh162.Parent = Part161
5974
Part163.Name = "Brick"
5975
Part163.Parent = Model0
5976
Part163.Material = Enum.Material.Metal
5977
Part163.BrickColor = BrickColor.new("Grime")
5978
Part163.Transparency = 1
5979
Part163.Rotation = Vector3.new(-81.8699951, 0, 0)
5980
Part163.CanCollide = false
5981
Part163.FormFactor = Enum.FormFactor.Custom
5982
Part163.Size = Vector3.new(2, 0.200000003, 1.19999993)
5983
Part163.CFrame = CFrame.new(-15.1100616, 9.22443581, 31.4195766, 1, -1.95444609e-05, 1.00356256e-05, -7.23307085e-06, 0.141354978, 0.989949763, -2.19993763e-05, -0.989958763, 0.141357139)
5984
Part163.BackSurface = Enum.SurfaceType.Weld
5985
Part163.BottomSurface = Enum.SurfaceType.Weld
5986
Part163.FrontSurface = Enum.SurfaceType.Weld
5987
Part163.LeftSurface = Enum.SurfaceType.Weld
5988
Part163.RightSurface = Enum.SurfaceType.Weld
5989
Part163.TopSurface = Enum.SurfaceType.Weld
5990
Part163.Color = Color3.new(0.498039, 0.556863, 0.392157)
5991
Part163.Position = Vector3.new(-15.1100616, 9.22443581, 31.4195766)
5992
Part163.Orientation = Vector3.new(-81.8699951, 0, 0)
5993
Part163.Color = Color3.new(0.498039, 0.556863, 0.392157)
5994
BlockMesh164.Parent = Part163
5995
BlockMesh164.Offset = Vector3.new(0, -0.189999998, 0)
5996
Part165.Parent = Model0
5997
Part165.Material = Enum.Material.Ice
5998
Part165.BrickColor = BrickColor.new("Dark stone grey")
5999
Part165.Transparency = 0.5
6000
Part165.Rotation = Vector3.new(-0.00999999978, 90, 0)
6001
Part165.CanCollide = false
6002
Part165.FormFactor = Enum.FormFactor.Custom
6003
Part165.Size = Vector3.new(4.4000001, 2.5999999, 0.200000003)
6004
Part165.CFrame = CFrame.new(-26.0100727, 8.70062733, 33.660717, 1.50852629e-05, 8.59109969e-06, 1, -0.000113904629, 0.999991715, -9.33180672e-06, -1.00000143, -0.000103434344, 5.23921777e-08)
6005
Part165.BackSurface = Enum.SurfaceType.Weld
6006
Part165.BottomSurface = Enum.SurfaceType.Weld
6007
Part165.FrontSurface = Enum.SurfaceType.Weld
6008
Part165.LeftSurface = Enum.SurfaceType.Weld
6009
Part165.RightSurface = Enum.SurfaceType.Weld
6010
Part165.TopSurface = Enum.SurfaceType.Weld
6011
Part165.Color = Color3.new(0.388235, 0.372549, 0.384314)
6012
Part165.Position = Vector3.new(-26.0100727, 8.70062733, 33.660717)
6013
Part165.Orientation = Vector3.new(0, 90, -0.00999999978)
6014
Part165.Color = Color3.new(0.388235, 0.372549, 0.384314)
6015
BlockMesh166.Parent = Part165
6016
BlockMesh166.Offset = Vector3.new(0, 0, 0.200000003)
6017
BlockMesh166.Scale = Vector3.new(1, 1.14999998, 0.5)
6018
BlockMesh166.Scale = Vector3.new(1, 1.14999998, 0.5)
6019
WedgePart167.Parent = Model0
6020
WedgePart167.Material = Enum.Material.Metal
6021
WedgePart167.BrickColor = BrickColor.new("Grime")
6022
WedgePart167.Rotation = Vector3.new(90, 0, 180)
6023
WedgePart167.FormFactor = Enum.FormFactor.Custom
6024
WedgePart167.Size = Vector3.new(10.1999998, 1.60000014, 1.00000012)
6025
WedgePart167.CFrame = CFrame.new(0.190155506, 10.7001343, 31.8595524, -1, -6.39187638e-05, -9.26415669e-06, 9.63382809e-06, -1.61062781e-05, -0.99999088, 7.13567133e-05, -1.00000012, 1.08866034e-05)
6026
WedgePart167.BackSurface = Enum.SurfaceType.Weld
6027
WedgePart167.BottomSurface = Enum.SurfaceType.Weld
6028
WedgePart167.Color = Color3.new(0.498039, 0.556863, 0.392157)
6029
WedgePart167.Position = Vector3.new(0.190155506, 10.7001343, 31.8595524)
6030
WedgePart167.Orientation = Vector3.new(89.7599945, -40.3999977, 149.110001)
6031
WedgePart167.Color = Color3.new(0.498039, 0.556863, 0.392157)
6032
SpecialMesh168.Parent = WedgePart167
6033
SpecialMesh168.MeshType = Enum.MeshType.Wedge
6034
WedgePart169.Parent = Model0
6035
WedgePart169.Material = Enum.Material.Metal
6036
WedgePart169.BrickColor = BrickColor.new("Grime")
6037
WedgePart169.Rotation = Vector3.new(90, 0, 179.98999)
6038
WedgePart169.CanCollide = false
6039
WedgePart169.FormFactor = Enum.FormFactor.Custom
6040
WedgePart169.Size = Vector3.new(0.400000006, 0.400000006, 3)
6041
WedgePart169.CFrame = CFrame.new(-25.7095623, 8.90049076, 31.2609272, -1, -0.00011542545, -1.16997289e-05, 1.24401122e-05, 1.74538945e-05, -0.999991715, 0.000130459724, -1.00000143, -2.79238375e-05)
6042
WedgePart169.BackSurface = Enum.SurfaceType.Weld
6043
WedgePart169.BottomSurface = Enum.SurfaceType.Weld
6044
WedgePart169.Color = Color3.new(0.498039, 0.556863, 0.392157)
6045
WedgePart169.Position = Vector3.new(-25.7095623, 8.90049076, 31.2609272)
6046
WedgePart169.Orientation = Vector3.new(89.7699966, -157.269989, 35.4799995)
6047
WedgePart169.Color = Color3.new(0.498039, 0.556863, 0.392157)
6048
SpecialMesh170.Parent = WedgePart169
6049
SpecialMesh170.MeshType = Enum.MeshType.Wedge
6050
WedgePart171.Parent = Model0
6051
WedgePart171.Material = Enum.Material.Metal
6052
WedgePart171.BrickColor = BrickColor.new("Grime")
6053
WedgePart171.Rotation = Vector3.new(90, 0, 180)
6054
WedgePart171.CanCollide = false
6055
WedgePart171.FormFactor = Enum.FormFactor.Custom
6056
WedgePart171.Size = Vector3.new(0.400000006, 1.20000005, 0.999999821)
6057
WedgePart171.CFrame = CFrame.new(-25.7096157, 7.90141249, 35.2606316, -1, -4.28536587e-05, -1.1318748e-05, 1.20651166e-05, -9.25489076e-05, -0.999991715, 5.78865729e-05, -1.00000143, 8.20791174e-05)
6058
WedgePart171.BackSurface = Enum.SurfaceType.Weld
6059
WedgePart171.BottomSurface = Enum.SurfaceType.Weld
6060
WedgePart171.Color = Color3.new(0.498039, 0.556863, 0.392157)
6061
WedgePart171.Position = Vector3.new(-25.7096157, 7.90141249, 35.2606316)
6062
WedgePart171.Orientation = Vector3.new(89.7699966, -7.8499999, 172.569992)
6063
WedgePart171.Color = Color3.new(0.498039, 0.556863, 0.392157)
6064
SpecialMesh172.Parent = WedgePart171
6065
SpecialMesh172.MeshType = Enum.MeshType.Wedge
6066
WedgePart173.Parent = Model0
6067
WedgePart173.Material = Enum.Material.Metal
6068
WedgePart173.BrickColor = BrickColor.new("Grime")
6069
WedgePart173.Rotation = Vector3.new(-90, 0, -180)
6070
WedgePart173.CanCollide = false
6071
WedgePart173.FormFactor = Enum.FormFactor.Custom
6072
WedgePart173.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
6073
WedgePart173.CFrame = CFrame.new(-25.7096691, 8.70045567, 31.560833, -1, 8.70646472e-05, 1.34475977e-05, 1.41952787e-05, 6.08148293e-05, 0.999991715, 0.000102097867, 1.00000143, -5.03454758e-05)
6074
WedgePart173.BackSurface = Enum.SurfaceType.Weld
6075
WedgePart173.BottomSurface = Enum.SurfaceType.Weld
6076
WedgePart173.Color = Color3.new(0.498039, 0.556863, 0.392157)
6077
WedgePart173.Position = Vector3.new(-25.7096691, 8.70045567, 31.560833)
6078
WedgePart173.Orientation = Vector3.new(-89.7699966, 165.050003, 13.1399994)
6079
WedgePart173.Color = Color3.new(0.498039, 0.556863, 0.392157)
6080
SpecialMesh174.Parent = WedgePart173
6081
SpecialMesh174.MeshType = Enum.MeshType.Wedge
6082
WedgePart175.Parent = Model0
6083
WedgePart175.Material = Enum.Material.Metal
6084
WedgePart175.BrickColor = BrickColor.new("Grime")
6085
WedgePart175.Rotation = Vector3.new(90, 0, -0.00999999978)
6086
WedgePart175.CanCollide = false
6087
WedgePart175.FormFactor = Enum.FormFactor.Custom
6088
WedgePart175.Size = Vector3.new(0.400000006, 0.400000006, 3)
6089
WedgePart175.CFrame = CFrame.new(-25.7104053, 8.90147972, 46.4605446, 1, 9.32686453e-05, -1.07004098e-05, -1.14709874e-05, 3.40783699e-05, -1, -0.000108721877, 1, 2.31999766e-05)
6090
WedgePart175.BackSurface = Enum.SurfaceType.Weld
6091
WedgePart175.BottomSurface = Enum.SurfaceType.Weld
6092
WedgePart175.Color = Color3.new(0.498039, 0.556863, 0.392157)
6093
WedgePart175.Position = Vector3.new(-25.7104053, 8.90147972, 46.4605446)
6094
WedgePart175.Orientation = Vector3.new(90, 0.00999999978, 0)
6095
WedgePart175.Color = Color3.new(0.498039, 0.556863, 0.392157)
6096
SpecialMesh176.Parent = WedgePart175
6097
SpecialMesh176.MeshType = Enum.MeshType.Wedge
6098
WedgePart177.Parent = Model0
6099
WedgePart177.Material = Enum.Material.Metal
6100
WedgePart177.BrickColor = BrickColor.new("Grime")
6101
WedgePart177.Rotation = Vector3.new(90, 0, 180)
6102
WedgePart177.CanCollide = false
6103
WedgePart177.FormFactor = Enum.FormFactor.Custom
6104
WedgePart177.Size = Vector3.new(11.8000002, 0.400000006, 2.79999995)
6105
WedgePart177.CFrame = CFrame.new(-10.8100128, 8.80036926, 31.4599285, -1, -1.98704856e-05, -7.10724089e-06, 7.16815839e-06, 1.53286351e-06, -0.99999088, 2.11030638e-05, -1.00000012, -2.38569896e-06)
6106
WedgePart177.BackSurface = Enum.SurfaceType.Weld
6107
WedgePart177.BottomSurface = Enum.SurfaceType.Weld
6108
WedgePart177.Color = Color3.new(0.498039, 0.556863, 0.392157)
6109
WedgePart177.Position = Vector3.new(-10.8100128, 8.80036926, 31.4599285)
6110
WedgePart177.Orientation = Vector3.new(89.7599945, -108.559998, 77.9300003)
6111
WedgePart177.Color = Color3.new(0.498039, 0.556863, 0.392157)
6112
SpecialMesh178.Parent = WedgePart177
6113
SpecialMesh178.MeshType = Enum.MeshType.Wedge
6114
WedgePart179.Parent = Model0
6115
WedgePart179.Material = Enum.Material.Metal
6116
WedgePart179.BrickColor = BrickColor.new("Grime")
6117
WedgePart179.Rotation = Vector3.new(-90, 0, -180)
6118
WedgePart179.CanCollide = false
6119
WedgePart179.FormFactor = Enum.FormFactor.Custom
6120
WedgePart179.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
6121
WedgePart179.CFrame = CFrame.new(-16.8098984, 8.70064831, 31.5546684, -1, 3.86261199e-05, 8.03524836e-06, 8.7385406e-06, 3.54923986e-06, 0.999991119, 5.28609926e-05, 1.00000048, 6.47919069e-06)
6122
WedgePart179.BackSurface = Enum.SurfaceType.Weld
6123
WedgePart179.BottomSurface = Enum.SurfaceType.Weld
6124
WedgePart179.Color = Color3.new(0.498039, 0.556863, 0.392157)
6125
WedgePart179.Position = Vector3.new(-16.8098984, 8.70064831, 31.5546684)
6126
WedgePart179.Orientation = Vector3.new(-89.7599945, 51.1199989, 67.9000015)
6127
WedgePart179.Color = Color3.new(0.498039, 0.556863, 0.392157)
6128
SpecialMesh180.Parent = WedgePart179
6129
SpecialMesh180.MeshType = Enum.MeshType.Wedge
6130
WedgePart181.Parent = Model0
6131
WedgePart181.Material = Enum.Material.Metal
6132
WedgePart181.BrickColor = BrickColor.new("Grime")
6133
WedgePart181.Rotation = Vector3.new(90, 0, 180)
6134
WedgePart181.CanCollide = false
6135
WedgePart181.FormFactor = Enum.FormFactor.Custom
6136
WedgePart181.Size = Vector3.new(0.200000003, 0.400000006, 3)
6137
WedgePart181.CFrame = CFrame.new(-19.6100655, 8.90089989, 31.2546997, -1, -6.24609311e-05, -9.12487758e-06, 9.82918027e-06, -1.84945038e-05, -0.99999088, 7.66956946e-05, -1.00000012, 8.43711314e-06)
6138
WedgePart181.BackSurface = Enum.SurfaceType.Weld
6139
WedgePart181.BottomSurface = Enum.SurfaceType.Weld
6140
WedgePart181.Color = Color3.new(0.498039, 0.556863, 0.392157)
6141
WedgePart181.Position = Vector3.new(-19.6100655, 8.90089989, 31.2546997)
6142
WedgePart181.Orientation = Vector3.new(89.7599945, -47.2399979, 152.009995)
6143
WedgePart181.Color = Color3.new(0.498039, 0.556863, 0.392157)
6144
SpecialMesh182.Parent = WedgePart181
6145
SpecialMesh182.MeshType = Enum.MeshType.Wedge
6146
WedgePart183.Parent = Model0
6147
WedgePart183.Material = Enum.Material.Metal
6148
WedgePart183.BrickColor = BrickColor.new("Grime")
6149
WedgePart183.Rotation = Vector3.new(90, 0, 180)
6150
WedgePart183.CanCollide = false
6151
WedgePart183.FormFactor = Enum.FormFactor.Custom
6152
WedgePart183.Size = Vector3.new(0.400000006, 0.400000006, 3)
6153
WedgePart183.CFrame = CFrame.new(-22.7099266, 8.90095329, 31.255022, -1, -6.28153575e-05, -9.15679993e-06, 9.860717e-06, -1.23528207e-05, -0.999991715, 7.70501429e-05, -1.00000143, 2.44396688e-06)
6154
WedgePart183.BackSurface = Enum.SurfaceType.Weld
6155
WedgePart183.BottomSurface = Enum.SurfaceType.Weld
6156
WedgePart183.Color = Color3.new(0.498039, 0.556863, 0.392157)
6157
WedgePart183.Position = Vector3.new(-22.7099266, 8.90095329, 31.255022)
6158
WedgePart183.Orientation = Vector3.new(89.7699966, -75.0599976, 141.399994)
6159
WedgePart183.Color = Color3.new(0.498039, 0.556863, 0.392157)
6160
SpecialMesh184.Parent = WedgePart183
6161
SpecialMesh184.MeshType = Enum.MeshType.Wedge
6162
WedgePart185.Parent = Model0
6163
WedgePart185.Material = Enum.Material.Metal
6164
WedgePart185.BrickColor = BrickColor.new("Grime")
6165
WedgePart185.Rotation = Vector3.new(-90, 0, 0)
6166
WedgePart185.CanCollide = false
6167
WedgePart185.FormFactor = Enum.FormFactor.Custom
6168
WedgePart185.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
6169
WedgePart185.CFrame = CFrame.new(-25.7090588, 8.70090199, 46.1605759, 1, -7.75331137e-05, 9.84157032e-06, -1.01347641e-05, 5.37735141e-05, 1, -8.35282772e-05, -1, 5.7992067e-05)
6170
WedgePart185.BackSurface = Enum.SurfaceType.Weld
6171
WedgePart185.BottomSurface = Enum.SurfaceType.Weld
6172
WedgePart185.Color = Color3.new(0.498039, 0.556863, 0.392157)
6173
WedgePart185.Position = Vector3.new(-25.7090588, 8.70090199, 46.1605759)
6174
WedgePart185.Orientation = Vector3.new(-90, 0, 0)
6175
WedgePart185.Color = Color3.new(0.498039, 0.556863, 0.392157)
6176
SpecialMesh186.Parent = WedgePart185
6177
SpecialMesh186.MeshType = Enum.MeshType.Wedge
6178
WedgePart187.Parent = Model0
6179
WedgePart187.Material = Enum.Material.Metal
6180
WedgePart187.BrickColor = BrickColor.new("Grime")
6181
WedgePart187.Rotation = Vector3.new(-90, 0, -180)
6182
WedgePart187.CanCollide = false
6183
WedgePart187.FormFactor = Enum.FormFactor.Custom
6184
WedgePart187.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
6185
WedgePart187.CFrame = CFrame.new(-19.6096992, 8.70069408, 31.5548515, -1, 2.96698472e-05, 7.61610727e-06, 8.31959642e-06, 1.10488836e-05, 0.99999088, 4.39046744e-05, 1.00000012, -9.91035904e-07)
6186
WedgePart187.BackSurface = Enum.SurfaceType.Weld
6187
WedgePart187.BottomSurface = Enum.SurfaceType.Weld
6188
WedgePart187.Color = Color3.new(0.498039, 0.556863, 0.392157)
6189
WedgePart187.Position = Vector3.new(-19.6096992, 8.70069408, 31.5548515)
6190
WedgePart187.Orientation = Vector3.new(-89.7599945, 97.409996, 36.9799995)
6191
WedgePart187.Color = Color3.new(0.498039, 0.556863, 0.392157)
6192
SpecialMesh188.Parent = WedgePart187
6193
SpecialMesh188.MeshType = Enum.MeshType.Wedge
6194
WedgePart189.Parent = Model0
6195
WedgePart189.Material = Enum.Material.Metal
6196
WedgePart189.BrickColor = BrickColor.new("Grime")
6197
WedgePart189.Rotation = Vector3.new(-90, 0, -180)
6198
WedgePart189.CanCollide = false
6199
WedgePart189.FormFactor = Enum.FormFactor.Custom
6200
WedgePart189.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
6201
WedgePart189.CFrame = CFrame.new(-22.7095509, 8.70071697, 31.5549793, -1, 2.9757899e-05, 7.61660112e-06, 8.32005298e-06, 1.00073721e-05, 0.999991715, 4.39926589e-05, 1.00000143, -9.81024186e-08)
6202
WedgePart189.BackSurface = Enum.SurfaceType.Weld
6203
WedgePart189.BottomSurface = Enum.SurfaceType.Weld
6204
WedgePart189.Color = Color3.new(0.498039, 0.556863, 0.392157)
6205
WedgePart189.Position = Vector3.new(-22.7095509, 8.70071697, 31.5549793)
6206
WedgePart189.Orientation = Vector3.new(-89.7699966, 90.7399979, 39.7399979)
6207
WedgePart189.Color = Color3.new(0.498039, 0.556863, 0.392157)
6208
SpecialMesh190.Parent = WedgePart189
6209
SpecialMesh190.MeshType = Enum.MeshType.Wedge
6210
WedgePart191.Parent = Model0
6211
WedgePart191.Material = Enum.Material.Metal
6212
WedgePart191.BrickColor = BrickColor.new("Grime")
6213
WedgePart191.Rotation = Vector3.new(90, 0, 180)
6214
WedgePart191.CanCollide = false
6215
WedgePart191.FormFactor = Enum.FormFactor.Custom
6216
WedgePart191.Size = Vector3.new(0.200000003, 0.400000006, 3)
6217
WedgePart191.CFrame = CFrame.new(-16.810257, 8.90075588, 31.25453, -1, -6.24630338e-05, -9.1277625e-06, 9.83149221e-06, -9.34280797e-06, -0.999991119, 7.66978701e-05, -1.00000048, -6.85276063e-07)
6218
WedgePart191.BackSurface = Enum.SurfaceType.Weld
6219
WedgePart191.BottomSurface = Enum.SurfaceType.Weld
6220
WedgePart191.Color = Color3.new(0.498039, 0.556863, 0.392157)
6221
WedgePart191.Position = Vector3.new(-16.810257, 8.90075588, 31.25453)
6222
WedgePart191.Orientation = Vector3.new(89.7599945, -94.2900009, 133.539993)
6223
WedgePart191.Color = Color3.new(0.498039, 0.556863, 0.392157)
6224
SpecialMesh192.Parent = WedgePart191
6225
SpecialMesh192.MeshType = Enum.MeshType.Wedge
6226
Model193.Name = "Braces"
6227
Model193.Parent = Model0
6228
Part194.Name = "SideSupporters"
6229
Part194.Parent = Model193
6230
Part194.Material = Enum.Material.DiamondPlate
6231
Part194.BrickColor = BrickColor.new("Dark stone grey")
6232
Part194.Rotation = Vector3.new(-0.00999999978, -0.00999999978, -90)
6233
Part194.CanCollide = false
6234
Part194.FormFactor = Enum.FormFactor.Custom
6235
Part194.Size = Vector3.new(0.800000012, 38.6000023, 0.599999905)
6236
Part194.CFrame = CFrame.new(4.88875008, 11.701334, 42.4607582, -1.26398409e-05, 1, -0.000139337557, -1, -1.35639984e-05, 0.000109516797, 9.60821344e-05, 0.000120227873, 1)
6237
Part194.BackSurface = Enum.SurfaceType.Weld
6238
Part194.BottomSurface = Enum.SurfaceType.Weld
6239
Part194.FrontSurface = Enum.SurfaceType.Weld
6240
Part194.LeftSurface = Enum.SurfaceType.Weld
6241
Part194.RightSurface = Enum.SurfaceType.Weld
6242
Part194.TopSurface = Enum.SurfaceType.Weld
6243
Part194.Color = Color3.new(0.388235, 0.372549, 0.384314)
6244
Part194.Position = Vector3.new(4.88875008, 11.701334, 42.4607582)
6245
Part194.Orientation = Vector3.new(-0.00999999978, -0.00999999978, -90)
6246
Part194.Color = Color3.new(0.388235, 0.372549, 0.384314)
6247
CylinderMesh195.Parent = Part194
6248
CylinderMesh195.Offset = Vector3.new(0.699999988, 0, -0.5)
6249
Part196.Name = "SideSupporters"
6250
Part196.Parent = Model193
6251
Part196.Material = Enum.Material.DiamondPlate
6252
Part196.BrickColor = BrickColor.new("Dark stone grey")
6253
Part196.Rotation = Vector3.new(0, 0, -90)
6254
Part196.CanCollide = false
6255
Part196.FormFactor = Enum.FormFactor.Custom
6256
Part196.Size = Vector3.new(0.800000012, 38.6000023, 0.599999905)
6257
Part196.CFrame = CFrame.new(4.89028549, 11.7001047, 35.459919, -3.96238374e-06, 1, -1.33412796e-05, -1, -4.90152115e-06, 2.09537357e-05, 7.52074175e-06, -5.76958473e-06, 1)
6258
Part196.BackSurface = Enum.SurfaceType.Weld
6259
Part196.BottomSurface = Enum.SurfaceType.Weld
6260
Part196.FrontSurface = Enum.SurfaceType.Weld
6261
Part196.LeftSurface = Enum.SurfaceType.Weld
6262
Part196.RightSurface = Enum.SurfaceType.Weld
6263
Part196.TopSurface = Enum.SurfaceType.Weld
6264
Part196.Color = Color3.new(0.388235, 0.372549, 0.384314)
6265
Part196.Position = Vector3.new(4.89028549, 11.7001047, 35.459919)
6266
Part196.Orientation = Vector3.new(0, 0, -90)
6267
Part196.Color = Color3.new(0.388235, 0.372549, 0.384314)
6268
CylinderMesh197.Parent = Part196
6269
CylinderMesh197.Offset = Vector3.new(0.699999988, 0, 0.5)
6270
Part198.Name = "SideSupporters"
6271
Part198.Parent = Model193
6272
Part198.Material = Enum.Material.DiamondPlate
6273
Part198.BrickColor = BrickColor.new("Dark stone grey")
6274
Part198.Transparency = 1
6275
Part198.Rotation = Vector3.new(-90, 90, 0)
6276
Part198.CanCollide = false
6277
Part198.FormFactor = Enum.FormFactor.Custom
6278
Part198.Size = Vector3.new(0.399999976, 3.200001, 0.599999905)
6279
Part198.CFrame = CFrame.new(12.6886978, 12.3010302, 41.0611801, -1.00123516e-05, 0.000133011898, 1, -1, -8.2736733e-05, -1.09407647e-05, 6.93024485e-05, -1, 0.000113901697)
6280
Part198.BackSurface = Enum.SurfaceType.Weld
6281
Part198.BottomSurface = Enum.SurfaceType.Weld
6282
Part198.FrontSurface = Enum.SurfaceType.Weld
6283
Part198.LeftSurface = Enum.SurfaceType.Weld
6284
Part198.RightSurface = Enum.SurfaceType.Weld
6285
Part198.TopSurface = Enum.SurfaceType.Weld
6286
Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
6287
Part198.Position = Vector3.new(12.6886978, 12.3010302, 41.0611801)
6288
Part198.Orientation = Vector3.new(0, 89.9899979, -90)
6289
Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
6290
CylinderMesh199.Parent = Part198
6291
CylinderMesh199.Offset = Vector3.new(0.699999988, 0, 0.5)
6292
Part200.Name = "SideSupporters"
6293
Part200.Parent = Model193
6294
Part200.Material = Enum.Material.DiamondPlate
6295
Part200.BrickColor = BrickColor.new("Dark stone grey")
6296
Part200.Transparency = 1
6297
Part200.Rotation = Vector3.new(-90, 90, 0)
6298
Part200.CanCollide = false
6299
Part200.FormFactor = Enum.FormFactor.Custom
6300
Part200.Size = Vector3.new(0.399999976, 3.200001, 0.599999905)
6301
Part200.CFrame = CFrame.new(12.6900082, 12.3000383, 36.8591309, -2.95247196e-06, -2.58682812e-05, 1, -1, 2.89400232e-05, -3.89114075e-06, -4.23728707e-05, -1, -4.49793006e-05)
6302
Part200.BackSurface = Enum.SurfaceType.Weld
6303
Part200.BottomSurface = Enum.SurfaceType.Weld
6304
Part200.FrontSurface = Enum.SurfaceType.Weld
6305
Part200.LeftSurface = Enum.SurfaceType.Weld
6306
Part200.RightSurface = Enum.SurfaceType.Weld
6307
Part200.TopSurface = Enum.SurfaceType.Weld
6308
Part200.Color = Color3.new(0.388235, 0.372549, 0.384314)
6309
Part200.Position = Vector3.new(12.6900082, 12.3000383, 36.8591309)
6310
Part200.Orientation = Vector3.new(0, 90, -90)
6311
Part200.Color = Color3.new(0.388235, 0.372549, 0.384314)
6312
CylinderMesh201.Parent = Part200
6313
CylinderMesh201.Offset = Vector3.new(0.699999988, 0, 0.5)
6314
Part202.Name = "Emblem"
6315
Part202.Parent = Model0
6316
Part202.Material = Enum.Material.Metal
6317
Part202.BrickColor = BrickColor.new("Grime")
6318
Part202.CanCollide = false
6319
Part202.FormFactor = Enum.FormFactor.Custom
6320
Part202.Size = Vector3.new(3.60000014, 3.39999962, 0.200000003)
6321
Part202.CFrame = CFrame.new(-20.5100327, 5.70076609, 30.9600067, 1, 7.46798696e-06, 2.7385162e-05, -7.62826676e-06, 0.999991715, -1.72890504e-05, -3.06962465e-05, 1.95087814e-05, 1.00000143)
6322
Part202.BackSurface = Enum.SurfaceType.Weld
6323
Part202.BottomSurface = Enum.SurfaceType.Weld
6324
Part202.FrontSurface = Enum.SurfaceType.Weld
6325
Part202.LeftSurface = Enum.SurfaceType.Weld
6326
Part202.RightSurface = Enum.SurfaceType.Weld
6327
Part202.TopSurface = Enum.SurfaceType.Weld
6328
Part202.Color = Color3.new(0.498039, 0.556863, 0.392157)
6329
Part202.Position = Vector3.new(-20.5100327, 5.70076609, 30.9600067)
6330
Part202.Color = Color3.new(0.498039, 0.556863, 0.392157)
6331
BlockMesh203.Parent = Part202
6332
BlockMesh203.Offset = Vector3.new(0, 0, 0.200000003)
6333
Part204.Parent = Model0
6334
Part204.Material = Enum.Material.Metal
6335
Part204.BrickColor = BrickColor.new("Grime")
6336
Part204.Rotation = Vector3.new(-180, 0, -180)
6337
Part204.FormFactor = Enum.FormFactor.Custom
6338
Part204.Size = Vector3.new(6.19999933, 2.20000005, 2.60000038)
6339
Part204.CFrame = CFrame.new(14.9899111, 9.90013885, 32.9597321, -1, 8.86935595e-06, -5.40786423e-05, 8.96597521e-06, 1, 8.80265179e-06, 5.60541885e-05, 1.01906853e-05, -1)
6340
Part204.BackSurface = Enum.SurfaceType.Weld
6341
Part204.BottomSurface = Enum.SurfaceType.Weld
6342
Part204.FrontSurface = Enum.SurfaceType.Weld
6343
Part204.LeftSurface = Enum.SurfaceType.Weld
6344
Part204.RightSurface = Enum.SurfaceType.Weld
6345
Part204.TopSurface = Enum.SurfaceType.Weld
6346
Part204.Color = Color3.new(0.498039, 0.556863, 0.392157)
6347
Part204.Position = Vector3.new(14.9899111, 9.90013885, 32.9597321)
6348
Part204.Orientation = Vector3.new(0, -180, 0)
6349
Part204.Color = Color3.new(0.498039, 0.556863, 0.392157)
6350
BlockMesh205.Parent = Part204
6351
Part206.Parent = Model0
6352
Part206.Material = Enum.Material.Metal
6353
Part206.BrickColor = BrickColor.new("Grime")
6354
Part206.Rotation = Vector3.new(180, 0, -180)
6355
Part206.FormFactor = Enum.FormFactor.Custom
6356
Part206.Size = Vector3.new(5.19999933, 1.19999993, 4.00000048)
6357
Part206.CFrame = CFrame.new(8.89008808, 8.60011578, 33.6598549, -1, 6.99085149e-06, -1.63561654e-05, 7.1075865e-06, 1, -6.3724741e-08, 1.87311598e-05, 1.60550485e-06, -1)
6358
Part206.BackSurface = Enum.SurfaceType.Weld
6359
Part206.BottomSurface = Enum.SurfaceType.Weld
6360
Part206.FrontSurface = Enum.SurfaceType.Weld
6361
Part206.LeftSurface = Enum.SurfaceType.Weld
6362
Part206.RightSurface = Enum.SurfaceType.Weld
6363
Part206.TopSurface = Enum.SurfaceType.Weld
6364
Part206.Color = Color3.new(0.498039, 0.556863, 0.392157)
6365
Part206.Position = Vector3.new(8.89008808, 8.60011578, 33.6598549)
6366
Part206.Orientation = Vector3.new(0, -180, 0)
6367
Part206.Color = Color3.new(0.498039, 0.556863, 0.392157)
6368
BlockMesh207.Parent = Part206
6369
Part208.Parent = Model0
6370
Part208.Material = Enum.Material.Metal
6371
Part208.BrickColor = BrickColor.new("Grime")
6372
Part208.Rotation = Vector3.new(-180, 0, -180)
6373
Part208.CanCollide = false
6374
Part208.FormFactor = Enum.FormFactor.Custom
6375
Part208.Size = Vector3.new(11.8000002, 4.19999981, 4.60000038)
6376
Part208.CFrame = CFrame.new(-10.8099661, 8.10049725, 33.9599152, -1, 7.14305224e-06, -2.03425952e-05, 7.16210434e-06, 1, 1.88869399e-06, 2.07310459e-05, 2.16157287e-06, -1)
6377
Part208.BackSurface = Enum.SurfaceType.Weld
6378
Part208.BottomSurface = Enum.SurfaceType.Weld
6379
Part208.FrontSurface = Enum.SurfaceType.Weld
6380
Part208.LeftSurface = Enum.SurfaceType.Weld
6381
Part208.RightSurface = Enum.SurfaceType.Weld
6382
Part208.TopSurface = Enum.SurfaceType.Weld
6383
Part208.Color = Color3.new(0.498039, 0.556863, 0.392157)
6384
Part208.Position = Vector3.new(-10.8099661, 8.10049725, 33.9599152)
6385
Part208.Orientation = Vector3.new(0, -180, 0)
6386
Part208.Color = Color3.new(0.498039, 0.556863, 0.392157)
6387
BlockMesh209.Parent = Part208
6388
Part210.Name = "Emblem"
6389
Part210.Parent = Model0
6390
Part210.Material = Enum.Material.Metal
6391
Part210.BrickColor = BrickColor.new("Grime")
6392
Part210.Rotation = Vector3.new(-180, 0, -180)
6393
Part210.CanCollide = false
6394
Part210.FormFactor = Enum.FormFactor.Custom
6395
Part210.Size = Vector3.new(3.60000014, 3.39999962, 0.200000003)
6396
Part210.CFrame = CFrame.new(-20.5099678, 5.70037603, 46.760025, -1, 6.35870629e-06, -2.10810867e-06, 6.65713014e-06, 1, 1.4320929e-05, 8.12503458e-06, 1.85558729e-05, -1)
6397
Part210.BackSurface = Enum.SurfaceType.Weld
6398
Part210.BottomSurface = Enum.SurfaceType.Weld
6399
Part210.FrontSurface = Enum.SurfaceType.Weld
6400
Part210.LeftSurface = Enum.SurfaceType.Weld
6401
Part210.RightSurface = Enum.SurfaceType.Weld
6402
Part210.TopSurface = Enum.SurfaceType.Weld
6403
Part210.Color = Color3.new(0.498039, 0.556863, 0.392157)
6404
Part210.Position = Vector3.new(-20.5099678, 5.70037603, 46.760025)
6405
Part210.Orientation = Vector3.new(0, -180, 0)
6406
Part210.Color = Color3.new(0.498039, 0.556863, 0.392157)
6407
BlockMesh211.Parent = Part210
6408
BlockMesh211.Offset = Vector3.new(0, 0, 0.200000003)
6409
Part212.Parent = Model0
6410
Part212.Material = Enum.Material.Metal
6411
Part212.BrickColor = BrickColor.new("Grime")
6412
Part212.Rotation = Vector3.new(180, 0, -180)
6413
Part212.CanCollide = false
6414
Part212.FormFactor = Enum.FormFactor.Custom
6415
Part212.Size = Vector3.new(3, 3, 5.19999981)
6416
Part212.CFrame = CFrame.new(3.79019642, 8.70022011, 44.0599136, -1, 6.32772435e-06, -3.98295379e-06, 6.47945944e-06, 1, -8.76483864e-06, 7.04126296e-06, -6.61228023e-06, -1)
6417
Part212.BackSurface = Enum.SurfaceType.Weld
6418
Part212.BottomSurface = Enum.SurfaceType.Weld
6419
Part212.FrontSurface = Enum.SurfaceType.Weld
6420
Part212.LeftSurface = Enum.SurfaceType.Weld
6421
Part212.RightSurface = Enum.SurfaceType.Weld
6422
Part212.TopSurface = Enum.SurfaceType.Weld
6423
Part212.Color = Color3.new(0.498039, 0.556863, 0.392157)
6424
Part212.Position = Vector3.new(3.79019642, 8.70022011, 44.0599136)
6425
Part212.Orientation = Vector3.new(0, -180, 0)
6426
Part212.Color = Color3.new(0.498039, 0.556863, 0.392157)
6427
BlockMesh213.Parent = Part212
6428
Part214.Parent = Model0
6429
Part214.Material = Enum.Material.Metal
6430
Part214.BrickColor = BrickColor.new("Grime")
6431
Part214.Rotation = Vector3.new(-180, 0, -180)
6432
Part214.CanCollide = false
6433
Part214.FormFactor = Enum.FormFactor.Custom
6434
Part214.Size = Vector3.new(10.1999998, 0.999999881, 2.79999995)
6435
Part214.CFrame = CFrame.new(0.190334558, 10.7001324, 43.6596947, -1, 8.83405392e-06, -5.33534985e-05, 9.60729267e-06, 0.99999088, 3.31501396e-05, 6.89792505e-05, 4.41338598e-05, -1.00000012)
6436
Part214.BackSurface = Enum.SurfaceType.Weld
6437
Part214.BottomSurface = Enum.SurfaceType.Weld
6438
Part214.FrontSurface = Enum.SurfaceType.Weld
6439
Part214.LeftSurface = Enum.SurfaceType.Weld
6440
Part214.RightSurface = Enum.SurfaceType.Weld
6441
Part214.TopSurface = Enum.SurfaceType.Weld
6442
Part214.Color = Color3.new(0.498039, 0.556863, 0.392157)
6443
Part214.Position = Vector3.new(0.190334558, 10.7001324, 43.6596947)
6444
Part214.Orientation = Vector3.new(0, -180, 0)
6445
Part214.Color = Color3.new(0.498039, 0.556863, 0.392157)
6446
BlockMesh215.Parent = Part214
6447
Part216.Parent = Model0
6448
Part216.Material = Enum.Material.Metal
6449
Part216.BrickColor = BrickColor.new("Grime")
6450
Part216.Rotation = Vector3.new(180, 0, -180)
6451
Part216.CanCollide = false
6452
Part216.FormFactor = Enum.FormFactor.Custom
6453
Part216.Size = Vector3.new(11.8000002, 0.399999976, 0.200000003)
6454
Part216.CFrame = CFrame.new(-10.8095398, 6.20018864, 31.1600113, -1, 6.19986486e-06, -4.70125087e-07, 6.56853854e-06, 0.99999088, -1.11185163e-05, 7.90813283e-06, -5.89815954e-06, -1.00000012)
6455
Part216.BackSurface = Enum.SurfaceType.Weld
6456
Part216.BottomSurface = Enum.SurfaceType.Weld
6457
Part216.FrontSurface = Enum.SurfaceType.Weld
6458
Part216.LeftSurface = Enum.SurfaceType.Weld
6459
Part216.RightSurface = Enum.SurfaceType.Weld
6460
Part216.TopSurface = Enum.SurfaceType.Weld
6461
Part216.Color = Color3.new(0.498039, 0.556863, 0.392157)
6462
Part216.Position = Vector3.new(-10.8095398, 6.20018864, 31.1600113)
6463
Part216.Orientation = Vector3.new(0, -180, 0)
6464
Part216.Color = Color3.new(0.498039, 0.556863, 0.392157)
6465
BlockMesh217.Parent = Part216
6466
Part218.Parent = Model0
6467
Part218.Material = Enum.Material.Metal
6468
Part218.BrickColor = BrickColor.new("Grime")
6469
Part218.Rotation = Vector3.new(-180, 0, -180)
6470
Part218.CanCollide = false
6471
Part218.FormFactor = Enum.FormFactor.Custom
6472
Part218.Size = Vector3.new(11.8000002, 4.19999981, 4.60000038)
6473
Part218.CFrame = CFrame.new(-10.8097363, 8.10028648, 43.7601395, -1, 7.16859677e-06, -2.04153348e-05, 7.45285433e-06, 1, 2.7828346e-06, 2.61436471e-05, 6.81482152e-06, -1)
6474
Part218.BackSurface = Enum.SurfaceType.Weld
6475
Part218.BottomSurface = Enum.SurfaceType.Weld
6476
Part218.FrontSurface = Enum.SurfaceType.Weld
6477
Part218.LeftSurface = Enum.SurfaceType.Weld
6478
Part218.RightSurface = Enum.SurfaceType.Weld
6479
Part218.TopSurface = Enum.SurfaceType.Weld
6480
Part218.Color = Color3.new(0.498039, 0.556863, 0.392157)
6481
Part218.Position = Vector3.new(-10.8097363, 8.10028648, 43.7601395)
6482
Part218.Orientation = Vector3.new(0, -180, 0)
6483
Part218.Color = Color3.new(0.498039, 0.556863, 0.392157)
6484
BlockMesh219.Parent = Part218
6485
Part220.Parent = Model0
6486
Part220.Material = Enum.Material.Metal
6487
Part220.BrickColor = BrickColor.new("Grime")
6488
Part220.Rotation = Vector3.new(-180, 0, -180)
6489
Part220.CanCollide = false
6490
Part220.FormFactor = Enum.FormFactor.Custom
6491
Part220.Size = Vector3.new(3, 3, 5.19999981)
6492
Part220.CFrame = CFrame.new(3.79002571, 8.70051765, 33.6592712, -1, 8.50772994e-06, -4.85191158e-05, 8.51756067e-06, 1, 1.09945977e-05, 4.87300749e-05, 1.11423969e-05, -1)
6493
Part220.BackSurface = Enum.SurfaceType.Weld
6494
Part220.BottomSurface = Enum.SurfaceType.Weld
6495
Part220.FrontSurface = Enum.SurfaceType.Weld
6496
Part220.LeftSurface = Enum.SurfaceType.Weld
6497
Part220.RightSurface = Enum.SurfaceType.Weld
6498
Part220.TopSurface = Enum.SurfaceType.Weld
6499
Part220.Color = Color3.new(0.498039, 0.556863, 0.392157)
6500
Part220.Position = Vector3.new(3.79002571, 8.70051765, 33.6592712)
6501
Part220.Orientation = Vector3.new(0, -180, 0)
6502
Part220.Color = Color3.new(0.498039, 0.556863, 0.392157)
6503
BlockMesh221.Parent = Part220
6504
Part222.Parent = Model0
6505
Part222.Material = Enum.Material.Metal
6506
Part222.BrickColor = BrickColor.new("Grime")
6507
Part222.Rotation = Vector3.new(180, 0, -180)
6508
Part222.CanCollide = false
6509
Part222.FormFactor = Enum.FormFactor.Custom
6510
Part222.Size = Vector3.new(22, 0.799999714, 0.600000441)
6511
Part222.CFrame = CFrame.new(-5.70979691, 8.60026169, 36.5600357, -1, 6.81412985e-06, -1.27640888e-05, 7.56088548e-06, 0.999981761, -9.83839709e-06, 2.78288353e-05, 7.34849891e-07, -1.00000024)
6512
Part222.BackSurface = Enum.SurfaceType.Weld
6513
Part222.BottomSurface = Enum.SurfaceType.Weld
6514
Part222.FrontSurface = Enum.SurfaceType.Weld
6515
Part222.LeftSurface = Enum.SurfaceType.Weld
6516
Part222.RightSurface = Enum.SurfaceType.Weld
6517
Part222.TopSurface = Enum.SurfaceType.Weld
6518
Part222.Color = Color3.new(0.498039, 0.556863, 0.392157)
6519
Part222.Position = Vector3.new(-5.70979691, 8.60026169, 36.5600357)
6520
Part222.Orientation = Vector3.new(0, -180, 0)
6521
Part222.Color = Color3.new(0.498039, 0.556863, 0.392157)
6522
BlockMesh223.Parent = Part222
6523
Part224.Parent = Model0
6524
Part224.Material = Enum.Material.Metal
6525
Part224.BrickColor = BrickColor.new("Grime")
6526
Part224.Rotation = Vector3.new(180, 0, -180)
6527
Part224.CanCollide = false
6528
Part224.FormFactor = Enum.FormFactor.Custom
6529
Part224.Size = Vector3.new(11.8000002, 1.39999998, 0.400000006)
6530
Part224.CFrame = CFrame.new(-10.8097229, 6.70026398, 46.2599983, -1, 6.7584383e-06, -1.16997562e-05, 7.04279182e-06, 1, -3.34411698e-06, 1.74280249e-05, 6.87942702e-07, -1)
6531
Part224.BackSurface = Enum.SurfaceType.Weld
6532
Part224.BottomSurface = Enum.SurfaceType.Weld
6533
Part224.FrontSurface = Enum.SurfaceType.Weld
6534
Part224.LeftSurface = Enum.SurfaceType.Weld
6535
Part224.RightSurface = Enum.SurfaceType.Weld
6536
Part224.TopSurface = Enum.SurfaceType.Weld
6537
Part224.Color = Color3.new(0.498039, 0.556863, 0.392157)
6538
Part224.Position = Vector3.new(-10.8097229, 6.70026398, 46.2599983)
6539
Part224.Orientation = Vector3.new(0, -180, 0)
6540
Part224.Color = Color3.new(0.498039, 0.556863, 0.392157)
6541
BlockMesh225.Parent = Part224
6542
Part226.Parent = Model0
6543
Part226.Material = Enum.Material.Metal
6544
Part226.BrickColor = BrickColor.new("Grime")
6545
Part226.Rotation = Vector3.new(-180, 0, -180)
6546
Part226.CanCollide = false
6547
Part226.FormFactor = Enum.FormFactor.Custom
6548
Part226.Size = Vector3.new(7.19999981, 5, 5.19999981)
6549
Part226.CFrame = CFrame.new(-1.30967951, 7.70056057, 33.659565, -1, 7.81613926e-06, -3.46217457e-05, 8.18463377e-06, 0.99999088, 4.60983938e-06, 4.20598662e-05, 9.83004793e-06, -1.00000012)
6550
Part226.BackSurface = Enum.SurfaceType.Weld
6551
Part226.BottomSurface = Enum.SurfaceType.Weld
6552
Part226.FrontSurface = Enum.SurfaceType.Weld
6553
Part226.LeftSurface = Enum.SurfaceType.Weld
6554
Part226.RightSurface = Enum.SurfaceType.Weld
6555
Part226.TopSurface = Enum.SurfaceType.Weld
6556
Part226.Color = Color3.new(0.498039, 0.556863, 0.392157)
6557
Part226.Position = Vector3.new(-1.30967951, 7.70056057, 33.659565)
6558
Part226.Orientation = Vector3.new(0, -180, 0)
6559
Part226.Color = Color3.new(0.498039, 0.556863, 0.392157)
6560
BlockMesh227.Parent = Part226
6561
Part228.Parent = Model0
6562
Part228.Material = Enum.Material.Metal
6563
Part228.BrickColor = BrickColor.new("Grime")
6564
Part228.Rotation = Vector3.new(-180, 0, -180)
6565
Part228.CanCollide = false
6566
Part228.FormFactor = Enum.FormFactor.Custom
6567
Part228.Size = Vector3.new(11.8000002, 1.39999998, 0.400000006)
6568
Part228.CFrame = CFrame.new(-10.8100386, 6.70071936, 31.4599133, -1, 7.03509431e-06, -1.81622581e-05, 7.05417779e-06, 1, 3.9548047e-07, 1.85506979e-05, 6.6837697e-07, -1)
6569
Part228.BackSurface = Enum.SurfaceType.Weld
6570
Part228.BottomSurface = Enum.SurfaceType.Weld
6571
Part228.FrontSurface = Enum.SurfaceType.Weld
6572
Part228.LeftSurface = Enum.SurfaceType.Weld
6573
Part228.RightSurface = Enum.SurfaceType.Weld
6574
Part228.TopSurface = Enum.SurfaceType.Weld
6575
Part228.Color = Color3.new(0.498039, 0.556863, 0.392157)
6576
Part228.Position = Vector3.new(-10.8100386, 6.70071936, 31.4599133)
6577
Part228.Orientation = Vector3.new(0, -180, 0)
6578
Part228.Color = Color3.new(0.498039, 0.556863, 0.392157)
6579
BlockMesh229.Parent = Part228
6580
Part230.Parent = Model0
6581
Part230.Material = Enum.Material.Metal
6582
Part230.BrickColor = BrickColor.new("Grime")
6583
Part230.Rotation = Vector3.new(-180, 0, -180)
6584
Part230.CanCollide = false
6585
Part230.FormFactor = Enum.FormFactor.Custom
6586
Part230.Size = Vector3.new(7.19999981, 5, 5.19999981)
6587
Part230.CFrame = CFrame.new(-1.30968046, 7.70014811, 44.0596848, -1, 9.28767258e-06, -6.2477724e-05, 9.65974232e-06, 0.99999088, 3.24114408e-05, 7.00270903e-05, 3.77095821e-05, -1.00000012)
6588
Part230.BackSurface = Enum.SurfaceType.Weld
6589
Part230.BottomSurface = Enum.SurfaceType.Weld
6590
Part230.FrontSurface = Enum.SurfaceType.Weld
6591
Part230.LeftSurface = Enum.SurfaceType.Weld
6592
Part230.RightSurface = Enum.SurfaceType.Weld
6593
Part230.TopSurface = Enum.SurfaceType.Weld
6594
Part230.Color = Color3.new(0.498039, 0.556863, 0.392157)
6595
Part230.Position = Vector3.new(-1.30968046, 7.70014811, 44.0596848)
6596
Part230.Orientation = Vector3.new(0, -180, 0)
6597
Part230.Color = Color3.new(0.498039, 0.556863, 0.392157)
6598
BlockMesh231.Parent = Part230
6599
Part232.Parent = Model0
6600
Part232.Material = Enum.Material.Metal
6601
Part232.BrickColor = BrickColor.new("Grime")
6602
Part232.Rotation = Vector3.new(-180, -0.00999999978, -180)
6603
Part232.CanCollide = false
6604
Part232.FormFactor = Enum.FormFactor.Custom
6605
Part232.Size = Vector3.new(4, 3.60000014, 0.400000006)
6606
Part232.CFrame = CFrame.new(-23.5095253, 6.40087748, 41.6604347, -1, 1.09171879e-05, -9.79027827e-05, 1.12118551e-05, 1, 2.75443344e-05, 0.000103897743, 3.17625672e-05, -1)
6607
Part232.BackSurface = Enum.SurfaceType.Weld
6608
Part232.BottomSurface = Enum.SurfaceType.Weld
6609
Part232.FrontSurface = Enum.SurfaceType.Weld
6610
Part232.LeftSurface = Enum.SurfaceType.Weld
6611
Part232.RightSurface = Enum.SurfaceType.Weld
6612
Part232.TopSurface = Enum.SurfaceType.Weld
6613
Part232.Color = Color3.new(0.498039, 0.556863, 0.392157)
6614
Part232.Position = Vector3.new(-23.5095253, 6.40087748, 41.6604347)
6615
Part232.Orientation = Vector3.new(0, -179.98999, 0)
6616
Part232.Color = Color3.new(0.498039, 0.556863, 0.392157)
6617
BlockMesh233.Parent = Part232
6618
Part234.Parent = Model0
6619
Part234.Material = Enum.Material.Metal
6620
Part234.BrickColor = BrickColor.new("Grime")
6621
Part234.Rotation = Vector3.new(180, 0, -180)
6622
Part234.CanCollide = false
6623
Part234.FormFactor = Enum.FormFactor.Custom
6624
Part234.Size = Vector3.new(0.200000003, 4.19999981, 4.4000001)
6625
Part234.CFrame = CFrame.new(-16.8097973, 8.10076141, 33.6598473, -1, 8.92862408e-06, -5.77830069e-05, 8.94776349e-06, 1, -8.51531922e-07, 5.81714412e-05, -5.790248e-07, -1)
6626
Part234.BackSurface = Enum.SurfaceType.Weld
6627
Part234.BottomSurface = Enum.SurfaceType.Weld
6628
Part234.FrontSurface = Enum.SurfaceType.Weld
6629
Part234.LeftSurface = Enum.SurfaceType.Weld
6630
Part234.RightSurface = Enum.SurfaceType.Weld
6631
Part234.TopSurface = Enum.SurfaceType.Weld
6632
Part234.Color = Color3.new(0.498039, 0.556863, 0.392157)
6633
Part234.Position = Vector3.new(-16.8097973, 8.10076141, 33.6598473)
6634
Part234.Orientation = Vector3.new(0, -180, 0)
6635
Part234.Color = Color3.new(0.498039, 0.556863, 0.392157)
6636
BlockMesh235.Parent = Part234
6637
Part236.Parent = Model0
6638
Part236.Material = Enum.Material.Ice
6639
Part236.BrickColor = BrickColor.new("Dark stone grey")
6640
Part236.Transparency = 0.5
6641
Part236.Rotation = Vector3.new(172.399994, 0, -180)
6642
Part236.CanCollide = false
6643
Part236.FormFactor = Enum.FormFactor.Custom
6644
Part236.Size = Vector3.new(3, 2.5999999, 0.200000003)
6645
Part236.CFrame = CFrame.new(-24.2096062, 8.73111153, 46.5839996, -1, 1.03770833e-06, -6.15868048e-05, 1.03748134e-05, 0.991209269, -0.132304236, 8.50215365e-05, -0.132287398, -0.991211414)
6646
Part236.BackSurface = Enum.SurfaceType.Weld
6647
Part236.BottomSurface = Enum.SurfaceType.Weld
6648
Part236.FrontSurface = Enum.SurfaceType.Weld
6649
Part236.LeftSurface = Enum.SurfaceType.Weld
6650
Part236.RightSurface = Enum.SurfaceType.Weld
6651
Part236.TopSurface = Enum.SurfaceType.Weld
6652
Part236.Color = Color3.new(0.388235, 0.372549, 0.384314)
6653
Part236.Position = Vector3.new(-24.2096062, 8.73111153, 46.5839996)
6654
Part236.Orientation = Vector3.new(7.5999999, -180, 0)
6655
Part236.Color = Color3.new(0.388235, 0.372549, 0.384314)
6656
BlockMesh237.Parent = Part236
6657
BlockMesh237.Offset = Vector3.new(0, 0, 0.200000003)
6658
BlockMesh237.Scale = Vector3.new(1, 1.14999998, 0.5)
6659
BlockMesh237.Scale = Vector3.new(1, 1.14999998, 0.5)
6660
Part238.Parent = Model0
6661
Part238.Material = Enum.Material.Metal
6662
Part238.BrickColor = BrickColor.new("Grime")
6663
Part238.Rotation = Vector3.new(180, 0, -180)
6664
Part238.CanCollide = false
6665
Part238.FormFactor = Enum.FormFactor.Custom
6666
Part238.Size = Vector3.new(22, 0.799999714, 0.600000441)
6667
Part238.CFrame = CFrame.new(-5.70983505, 8.60029507, 41.1600647, -1, 6.14293958e-06, -2.86971044e-07, 6.52252311e-06, 0.99999088, -2.05128945e-05, 7.94687185e-06, -1.51366112e-05, -1.00000012)
6668
Part238.BackSurface = Enum.SurfaceType.Weld
6669
Part238.BottomSurface = Enum.SurfaceType.Weld
6670
Part238.FrontSurface = Enum.SurfaceType.Weld
6671
Part238.LeftSurface = Enum.SurfaceType.Weld
6672
Part238.RightSurface = Enum.SurfaceType.Weld
6673
Part238.TopSurface = Enum.SurfaceType.Weld
6674
Part238.Color = Color3.new(0.498039, 0.556863, 0.392157)
6675
Part238.Position = Vector3.new(-5.70983505, 8.60029507, 41.1600647)
6676
Part238.Orientation = Vector3.new(0, -180, 0)
6677
Part238.Color = Color3.new(0.498039, 0.556863, 0.392157)
6678
BlockMesh239.Parent = Part238
6679
Part240.Parent = Model0
6680
Part240.Material = Enum.Material.Metal
6681
Part240.BrickColor = BrickColor.new("Grime")
6682
Part240.Rotation = Vector3.new(-180, 0, -180)
6683
Part240.CanCollide = false
6684
Part240.FormFactor = Enum.FormFactor.Custom
6685
Part240.Size = Vector3.new(1.59999919, 0.799999952, 5.19999981)
6686
Part240.CFrame = CFrame.new(3.09039879, 6.80017376, 33.6598129, -1, 7.68635618e-06, -3.03721881e-05, 7.69642338e-06, 1, 9.77274976e-06, 3.05831309e-05, 9.92072819e-06, -1)
6687
Part240.BackSurface = Enum.SurfaceType.Weld
6688
Part240.BottomSurface = Enum.SurfaceType.Weld
6689
Part240.FrontSurface = Enum.SurfaceType.Weld
6690
Part240.LeftSurface = Enum.SurfaceType.Weld
6691
Part240.RightSurface = Enum.SurfaceType.Weld
6692
Part240.TopSurface = Enum.SurfaceType.Weld
6693
Part240.Color = Color3.new(0.498039, 0.556863, 0.392157)
6694
Part240.Position = Vector3.new(3.09039879, 6.80017376, 33.6598129)
6695
Part240.Orientation = Vector3.new(0, -180, 0)
6696
Part240.Color = Color3.new(0.498039, 0.556863, 0.392157)
6697
BlockMesh241.Parent = Part240
6698
Part242.Parent = Model0
6699
Part242.Material = Enum.Material.Ice
6700
Part242.BrickColor = BrickColor.new("Dark stone grey")
6701
Part242.Transparency = 0.5
6702
Part242.Rotation = Vector3.new(172.399994, -0.00999999978, 180)
6703
Part242.CanCollide = false
6704
Part242.FormFactor = Enum.FormFactor.Custom
6705
Part242.Size = Vector3.new(6, 2, 0.200000003)
6706
Part242.CFrame = CFrame.new(-19.709465, 8.82992744, 46.5701866, -1, -7.48528237e-06, -0.000163338729, 1.53728633e-05, 0.991222322, -0.132206306, 0.000187008089, -0.132189468, -0.991224468)
6707
Part242.BackSurface = Enum.SurfaceType.Weld
6708
Part242.BottomSurface = Enum.SurfaceType.Weld
6709
Part242.FrontSurface = Enum.SurfaceType.Weld
6710
Part242.LeftSurface = Enum.SurfaceType.Weld
6711
Part242.RightSurface = Enum.SurfaceType.Weld
6712
Part242.TopSurface = Enum.SurfaceType.Weld
6713
Part242.Color = Color3.new(0.388235, 0.372549, 0.384314)
6714
Part242.Position = Vector3.new(-19.709465, 8.82992744, 46.5701866)
6715
Part242.Orientation = Vector3.new(7.5999999, -179.98999, 0)
6716
Part242.Color = Color3.new(0.388235, 0.372549, 0.384314)
6717
BlockMesh243.Parent = Part242
6718
BlockMesh243.Offset = Vector3.new(0, 0, 0.200000003)
6719
BlockMesh243.Scale = Vector3.new(1, 1.14999998, 0.5)
6720
BlockMesh243.Scale = Vector3.new(1, 1.14999998, 0.5)
6721
Part244.Parent = Model0
6722
Part244.Material = Enum.Material.Metal
6723
Part244.BrickColor = BrickColor.new("Grime")
6724
Part244.Rotation = Vector3.new(-180, 0, -180)
6725
Part244.CanCollide = false
6726
Part244.FormFactor = Enum.FormFactor.Custom
6727
Part244.Size = Vector3.new(22, 0.200000003, 5.20000029)
6728
Part244.CFrame = CFrame.new(-5.70976353, 8.10029221, 38.8601913, -1, 7.18417186e-06, -2.02370084e-05, 7.56368945e-06, 0.99999088, 2.50288394e-06, 2.78970601e-05, 7.87922181e-06, -1.00000012)
6729
Part244.BackSurface = Enum.SurfaceType.Weld
6730
Part244.BottomSurface = Enum.SurfaceType.Weld
6731
Part244.FrontSurface = Enum.SurfaceType.Weld
6732
Part244.LeftSurface = Enum.SurfaceType.Weld
6733
Part244.RightSurface = Enum.SurfaceType.Weld
6734
Part244.TopSurface = Enum.SurfaceType.Weld
6735
Part244.Color = Color3.new(0.498039, 0.556863, 0.392157)
6736
Part244.Position = Vector3.new(-5.70976353, 8.10029221, 38.8601913)
6737
Part244.Orientation = Vector3.new(0, -180, 0)
6738
Part244.Color = Color3.new(0.498039, 0.556863, 0.392157)
6739
BlockMesh245.Parent = Part244
6740
Part246.Parent = Model0
6741
Part246.Material = Enum.Material.Metal
6742
Part246.BrickColor = BrickColor.new("Grime")
6743
Part246.Rotation = Vector3.new(180, 0, -180)
6744
Part246.CanCollide = false
6745
Part246.FormFactor = Enum.FormFactor.Custom
6746
Part246.Size = Vector3.new(0.799999237, 4.20000029, 0.400000006)
6747
Part246.CFrame = CFrame.new(-17.109623, 8.10075474, 36.0598869, -1, 8.79787513e-06, -5.50586119e-05, 8.82257518e-06, 1, -2.83478767e-06, 5.55580045e-05, -2.48424249e-06, -1)
6748
Part246.BackSurface = Enum.SurfaceType.Weld
6749
Part246.BottomSurface = Enum.SurfaceType.Weld
6750
Part246.FrontSurface = Enum.SurfaceType.Weld
6751
Part246.LeftSurface = Enum.SurfaceType.Weld
6752
Part246.RightSurface = Enum.SurfaceType.Weld
6753
Part246.TopSurface = Enum.SurfaceType.Weld
6754
Part246.Color = Color3.new(0.498039, 0.556863, 0.392157)
6755
Part246.Position = Vector3.new(-17.109623, 8.10075474, 36.0598869)
6756
Part246.Orientation = Vector3.new(0, -180, 0)
6757
Part246.Color = Color3.new(0.498039, 0.556863, 0.392157)
6758
BlockMesh247.Parent = Part246
6759
Part248.Name = "wheel"
6760
Part248.Parent = Model0
6761
Part248.Material = Enum.Material.Metal
6762
Part248.BrickColor = BrickColor.new("Grime")
6763
Part248.Transparency = 1
6764
Part248.Rotation = Vector3.new(90, 90, 0)
6765
Part248.FormFactor = Enum.FormFactor.Symmetric
6766
Part248.Friction = 1
6767
Part248.Shape = Enum.PartType.Ball
6768
Part248.Size = Vector3.new(5, 5, 5)
6769
Part248.CFrame = CFrame.new(-22.5099754, 2.99934292, 28.5597458, 1.68583483e-05, 9.94351055e-08, 1, 1, 4.67716745e-08, -1.68586612e-05, -3.92897164e-08, 1, -1.10534181e-07)
6770
Part248.BottomSurface = Enum.SurfaceType.Smooth
6771
Part248.TopSurface = Enum.SurfaceType.Hinge
6772
Part248.Color = Color3.new(0.498039, 0.556863, 0.392157)
6773
Part248.Position = Vector3.new(-22.5099754, 2.99934292, 28.5597458)
6774
Part248.Orientation = Vector3.new(0, 90, 90)
6775
Part248.Color = Color3.new(0.498039, 0.556863, 0.392157)
6776
CylinderMesh249.Parent = Part248
6777
CylinderMesh249.Offset = Vector3.new(0, -1.10000002, 0)
6778
CylinderMesh249.Scale = Vector3.new(1, 0.600000024, 1)
6779
CylinderMesh249.Scale = Vector3.new(1, 0.600000024, 1)
6780
Part250.Parent = Model0
6781
Part250.Material = Enum.Material.Metal
6782
Part250.BrickColor = BrickColor.new("Grime")
6783
Part250.Rotation = Vector3.new(180, 0, -180)
6784
Part250.FormFactor = Enum.FormFactor.Custom
6785
Part250.Size = Vector3.new(22.7999992, 3.99999976, 5.20000029)
6786
Part250.CFrame = CFrame.new(-6.10987282, 6.00021553, 38.8599777, -1, 6.44594638e-06, -5.42557655e-06, 6.45635237e-06, 1, -7.76254092e-06, 5.63639105e-06, -7.6143624e-06, -1)
6787
Part250.BottomSurface = Enum.SurfaceType.Weld
6788
Part250.LeftSurface = Enum.SurfaceType.Weld
6789
Part250.RightSurface = Enum.SurfaceType.Weld
6790
Part250.TopSurface = Enum.SurfaceType.Weld
6791
Part250.Color = Color3.new(0.498039, 0.556863, 0.392157)
6792
Part250.Position = Vector3.new(-6.10987282, 6.00021553, 38.8599777)
6793
Part250.Orientation = Vector3.new(0, -180, 0)
6794
Part250.Color = Color3.new(0.498039, 0.556863, 0.392157)
6795
BlockMesh251.Parent = Part250
6796
Part252.Parent = Model0
6797
Part252.Material = Enum.Material.Metal
6798
Part252.BrickColor = BrickColor.new("Grime")
6799
Part252.Rotation = Vector3.new(-180, 0, -180)
6800
Part252.FormFactor = Enum.FormFactor.Custom
6801
Part252.Size = Vector3.new(9.00000095, 0.800000072, 5.20000029)
6802
Part252.CFrame = CFrame.new(-22.0095825, 4.40028095, 38.8602219, -1, 7.54429402e-06, -2.79332871e-05, 7.55442079e-06, 1, 8.47021511e-06, 2.81442171e-05, 8.61821627e-06, -1)
6803
Part252.BackSurface = Enum.SurfaceType.Weld
6804
Part252.BottomSurface = Enum.SurfaceType.Weld
6805
Part252.FrontSurface = Enum.SurfaceType.Weld
6806
Part252.LeftSurface = Enum.SurfaceType.Weld
6807
Part252.RightSurface = Enum.SurfaceType.Weld
6808
Part252.TopSurface = Enum.SurfaceType.Weld
6809
Part252.Color = Color3.new(0.498039, 0.556863, 0.392157)
6810
Part252.Position = Vector3.new(-22.0095825, 4.40028095, 38.8602219)
6811
Part252.Orientation = Vector3.new(0, -180, 0)
6812
Part252.Color = Color3.new(0.498039, 0.556863, 0.392157)
6813
BlockMesh253.Parent = Part252
6814
Part254.Parent = Model0
6815
Part254.Material = Enum.Material.Metal
6816
Part254.BrickColor = BrickColor.new("Grime")
6817
Part254.Rotation = Vector3.new(-180, 0, -180)
6818
Part254.CanCollide = false
6819
Part254.FormFactor = Enum.FormFactor.Custom
6820
Part254.Size = Vector3.new(8, 2.79999995, 0.400000006)
6821
Part254.CFrame = CFrame.new(-21.5101471, 6.00087833, 31.2600803, -1, 6.5851641e-06, -8.26637188e-06, 6.74582452e-06, 0.999991715, 1.20076311e-05, 1.15773773e-05, 1.42274675e-05, -1.00000143)
6822
Part254.BottomSurface = Enum.SurfaceType.Weld
6823
Part254.FrontSurface = Enum.SurfaceType.Weld
6824
Part254.LeftSurface = Enum.SurfaceType.Weld
6825
Part254.RightSurface = Enum.SurfaceType.Weld
6826
Part254.TopSurface = Enum.SurfaceType.Weld
6827
Part254.Color = Color3.new(0.498039, 0.556863, 0.392157)
6828
Part254.Position = Vector3.new(-21.5101471, 6.00087833, 31.2600803)
6829
Part254.Orientation = Vector3.new(0, -180, 0)
6830
Part254.Color = Color3.new(0.498039, 0.556863, 0.392157)
6831
BlockMesh255.Parent = Part254
6832
Part256.Parent = Model0
6833
Part256.Material = Enum.Material.Metal
6834
Part256.BrickColor = BrickColor.new("Grime")
6835
Part256.Rotation = Vector3.new(180, 0, -180)
6836
Part256.FormFactor = Enum.FormFactor.Custom
6837
Part256.Size = Vector3.new(8, 1.20000005, 5.19999981)
6838
Part256.CFrame = CFrame.new(-21.5099373, 3.40028739, 33.6600609, -1, 6.41632732e-06, -4.81871075e-06, 6.4790911e-06, 1, -8.07724973e-06, 6.09494327e-06, -7.18019601e-06, -1)
6839
Part256.BottomSurface = Enum.SurfaceType.Weld
6840
Part256.LeftSurface = Enum.SurfaceType.Weld
6841
Part256.RightSurface = Enum.SurfaceType.Weld
6842
Part256.TopSurface = Enum.SurfaceType.Weld
6843
Part256.Color = Color3.new(0.498039, 0.556863, 0.392157)
6844
Part256.Position = Vector3.new(-21.5099373, 3.40028739, 33.6600609)
6845
Part256.Orientation = Vector3.new(0, -180, 0)
6846
Part256.Color = Color3.new(0.498039, 0.556863, 0.392157)
6847
BlockMesh257.Parent = Part256
6848
Part258.Parent = Model0
6849
Part258.Material = Enum.Material.Metal
6850
Part258.BrickColor = BrickColor.new("Grime")
6851
Part258.Rotation = Vector3.new(180, 0, -180)
6852
Part258.CanCollide = false
6853
Part258.FormFactor = Enum.FormFactor.Custom
6854
Part258.Size = Vector3.new(8, 2.79999995, 0.400000006)
6855
Part258.CFrame = CFrame.new(-21.509985, 6.00044394, 46.4600868, -1, 8.28853172e-06, -4.09939275e-05, 8.58829844e-06, 1, -3.20226973e-05, 4.70105078e-05, -2.77881045e-05, -1)
6856
Part258.BackSurface = Enum.SurfaceType.Weld
6857
Part258.BottomSurface = Enum.SurfaceType.Weld
6858
Part258.LeftSurface = Enum.SurfaceType.Weld
6859
Part258.RightSurface = Enum.SurfaceType.Weld
6860
Part258.TopSurface = Enum.SurfaceType.Weld
6861
Part258.Color = Color3.new(0.498039, 0.556863, 0.392157)
6862
Part258.Position = Vector3.new(-21.509985, 6.00044394, 46.4600868)
6863
Part258.Orientation = Vector3.new(0, -180, 0)
6864
Part258.Color = Color3.new(0.498039, 0.556863, 0.392157)
6865
BlockMesh259.Parent = Part258
6866
Part260.Parent = Model0
6867
Part260.Material = Enum.Material.Metal
6868
Part260.BrickColor = BrickColor.new("Grime")
6869
Part260.Rotation = Vector3.new(-180, 0, -180)
6870
Part260.FormFactor = Enum.FormFactor.Custom
6871
Part260.Size = Vector3.new(8, 0.600000083, 5.19999981)
6872
Part260.CFrame = CFrame.new(-21.509903, 4.3003602, 44.0600548, -1, 5.38951872e-06, 1.67202743e-05, 5.68799487e-06, 1, 1.31562274e-06, -1.07034357e-05, 5.55068073e-06, -1)
6873
Part260.BackSurface = Enum.SurfaceType.Weld
6874
Part260.BottomSurface = Enum.SurfaceType.Weld
6875
Part260.LeftSurface = Enum.SurfaceType.Weld
6876
Part260.RightSurface = Enum.SurfaceType.Weld
6877
Part260.TopSurface = Enum.SurfaceType.Weld
6878
Part260.Color = Color3.new(0.498039, 0.556863, 0.392157)
6879
Part260.Position = Vector3.new(-21.509903, 4.3003602, 44.0600548)
6880
Part260.Orientation = Vector3.new(0, 180, 0)
6881
Part260.Color = Color3.new(0.498039, 0.556863, 0.392157)
6882
BlockMesh261.Parent = Part260
6883
Part262.Parent = Model0
6884
Part262.Material = Enum.Material.Metal
6885
Part262.BrickColor = BrickColor.new("Grime")
6886
Part262.Rotation = Vector3.new(172.399994, 0, -180)
6887
Part262.CanCollide = false
6888
Part262.FormFactor = Enum.FormFactor.Custom
6889
Part262.Size = Vector3.new(6, 0.400000036, 0.200000003)
6890
Part262.CFrame = CFrame.new(-19.7101326, 7.64007092, 46.7289124, -1, 7.62399668e-06, 1.59960618e-05, 6.63972241e-06, 0.991217554, -0.132242054, 7.24958954e-06, -0.132225215, -0.991219759)
6891
Part262.BackSurface = Enum.SurfaceType.Weld
6892
Part262.BottomSurface = Enum.SurfaceType.Weld
6893
Part262.FrontSurface = Enum.SurfaceType.Weld
6894
Part262.LeftSurface = Enum.SurfaceType.Weld
6895
Part262.RightSurface = Enum.SurfaceType.Weld
6896
Part262.TopSurface = Enum.SurfaceType.Weld
6897
Part262.Color = Color3.new(0.498039, 0.556863, 0.392157)
6898
Part262.Position = Vector3.new(-19.7101326, 7.64007092, 46.7289124)
6899
Part262.Orientation = Vector3.new(7.5999999, 180, 0)
6900
Part262.Color = Color3.new(0.498039, 0.556863, 0.392157)
6901
BlockMesh263.Parent = Part262
6902
BlockMesh263.Offset = Vector3.new(0, 0, 0.200000003)
6903
BlockMesh263.Scale = Vector3.new(1, 1.14999998, 1)
6904
BlockMesh263.Scale = Vector3.new(1, 1.14999998, 1)
6905
Part264.Parent = Model0
6906
Part264.Material = Enum.Material.Metal
6907
Part264.BrickColor = BrickColor.new("Grime")
6908
Part264.Rotation = Vector3.new(-180, 0, -180)
6909
Part264.CanCollide = false
6910
Part264.FormFactor = Enum.FormFactor.Custom
6911
Part264.Size = Vector3.new(4.79999924, 4.20000029, 0.400000006)
6912
Part264.CFrame = CFrame.new(-19.1095543, 8.10087967, 41.6602554, -1, 1.00066009e-05, -7.96175955e-05, 1.02973845e-05, 1, 1.46885304e-05, 8.55014368e-05, 1.88290433e-05, -1)
6913
Part264.BackSurface = Enum.SurfaceType.Weld
6914
Part264.BottomSurface = Enum.SurfaceType.Weld
6915
Part264.FrontSurface = Enum.SurfaceType.Weld
6916
Part264.LeftSurface = Enum.SurfaceType.Weld
6917
Part264.RightSurface = Enum.SurfaceType.Weld
6918
Part264.TopSurface = Enum.SurfaceType.Weld
6919
Part264.Color = Color3.new(0.498039, 0.556863, 0.392157)
6920
Part264.Position = Vector3.new(-19.1095543, 8.10087967, 41.6602554)
6921
Part264.Orientation = Vector3.new(0, -180, 0)
6922
Part264.Color = Color3.new(0.498039, 0.556863, 0.392157)
6923
BlockMesh265.Parent = Part264
6924
Part266.Parent = Model0
6925
Part266.Material = Enum.Material.Metal
6926
Part266.BrickColor = BrickColor.new("Grime")
6927
Part266.Rotation = Vector3.new(-180, 0, -180)
6928
Part266.CanCollide = false
6929
Part266.FormFactor = Enum.FormFactor.Custom
6930
Part266.Size = Vector3.new(3.99999928, 5.60000038, 0.400000006)
6931
Part266.CFrame = CFrame.new(-19.5095768, 7.40064335, 36.0599785, -1, 9.13069925e-06, -6.21806248e-05, 9.83368318e-06, 0.99999088, 2.60451998e-06, 7.64155848e-05, 1.2662108e-05, -1.00000012)
6932
Part266.BackSurface = Enum.SurfaceType.Weld
6933
Part266.BottomSurface = Enum.SurfaceType.Weld
6934
Part266.FrontSurface = Enum.SurfaceType.Weld
6935
Part266.LeftSurface = Enum.SurfaceType.Weld
6936
Part266.RightSurface = Enum.SurfaceType.Weld
6937
Part266.TopSurface = Enum.SurfaceType.Weld
6938
Part266.Color = Color3.new(0.498039, 0.556863, 0.392157)
6939
Part266.Position = Vector3.new(-19.5095768, 7.40064335, 36.0599785)
6940
Part266.Orientation = Vector3.new(0, -180, 0)
6941
Part266.Color = Color3.new(0.498039, 0.556863, 0.392157)
6942
BlockMesh267.Parent = Part266
6943
Part268.Parent = Model0
6944
Part268.Material = Enum.Material.Metal
6945
Part268.BrickColor = BrickColor.new("Grime")
6946
Part268.Rotation = Vector3.new(-180, 0, -180)
6947
Part268.CanCollide = false
6948
Part268.FormFactor = Enum.FormFactor.Custom
6949
Part268.Size = Vector3.new(3.99999928, 1.40000033, 0.400000006)
6950
Part268.CFrame = CFrame.new(-19.5098534, 5.30032063, 41.6600571, -1, 7.29569683e-06, -2.24659452e-05, 7.88762736e-06, 1, 4.21738878e-06, 3.43997672e-05, 1.26169134e-05, -1)
6951
Part268.BackSurface = Enum.SurfaceType.Weld
6952
Part268.BottomSurface = Enum.SurfaceType.Weld
6953
Part268.FrontSurface = Enum.SurfaceType.Weld
6954
Part268.LeftSurface = Enum.SurfaceType.Weld
6955
Part268.RightSurface = Enum.SurfaceType.Weld
6956
Part268.TopSurface = Enum.SurfaceType.Weld
6957
Part268.Color = Color3.new(0.498039, 0.556863, 0.392157)
6958
Part268.Position = Vector3.new(-19.5098534, 5.30032063, 41.6600571)
6959
Part268.Orientation = Vector3.new(0, -180, 0)
6960
Part268.Color = Color3.new(0.498039, 0.556863, 0.392157)
6961
BlockMesh269.Parent = Part268
6962
Part270.Parent = Model0
6963
Part270.Material = Enum.Material.Metal
6964
Part270.BrickColor = BrickColor.new("Grime")
6965
Part270.Rotation = Vector3.new(-180, 0, -180)
6966
Part270.FormFactor = Enum.FormFactor.Custom
6967
Part270.Size = Vector3.new(8, 0.600000083, 5.19999981)
6968
Part270.CFrame = CFrame.new(-21.5100098, 4.30057859, 33.6601372, -1, 6.76650234e-06, -2.10475282e-05, 6.92721051e-06, 0.999991715, 2.39840938e-06, 2.43584891e-05, 4.61806076e-06, -1.00000143)
6969
Part270.BottomSurface = Enum.SurfaceType.Weld
6970
Part270.FrontSurface = Enum.SurfaceType.Weld
6971
Part270.LeftSurface = Enum.SurfaceType.Weld
6972
Part270.RightSurface = Enum.SurfaceType.Weld
6973
Part270.TopSurface = Enum.SurfaceType.Weld
6974
Part270.Color = Color3.new(0.498039, 0.556863, 0.392157)
6975
Part270.Position = Vector3.new(-21.5100098, 4.30057859, 33.6601372)
6976
Part270.Orientation = Vector3.new(0, -180, 0)
6977
Part270.Color = Color3.new(0.498039, 0.556863, 0.392157)
6978
BlockMesh271.Parent = Part270
6979
Part272.Parent = Model0
6980
Part272.Material = Enum.Material.Metal
6981
Part272.BrickColor = BrickColor.new("Grime")
6982
Part272.Rotation = Vector3.new(180, 0, -180)
6983
Part272.FormFactor = Enum.FormFactor.Custom
6984
Part272.Size = Vector3.new(9.40000057, 3.19999981, 5.20000029)
6985
Part272.CFrame = CFrame.new(-22.2094765, 6.40075827, 38.8604355, -1, 7.93084837e-06, -3.66540953e-05, 8.22882612e-06, 1, -1.67581202e-05, 4.26486076e-05, -1.25390716e-05, -1)
6986
Part272.BackSurface = Enum.SurfaceType.Weld
6987
Part272.BottomSurface = Enum.SurfaceType.Weld
6988
Part272.FrontSurface = Enum.SurfaceType.Weld
6989
Part272.LeftSurface = Enum.SurfaceType.Weld
6990
Part272.RightSurface = Enum.SurfaceType.Weld
6991
Part272.TopSurface = Enum.SurfaceType.Weld
6992
Part272.Color = Color3.new(0.498039, 0.556863, 0.392157)
6993
Part272.Position = Vector3.new(-22.2094765, 6.40075827, 38.8604355)
6994
Part272.Orientation = Vector3.new(0, -180, 0)
6995
Part272.Color = Color3.new(0.498039, 0.556863, 0.392157)
6996
BlockMesh273.Parent = Part272
6997
Part274.Parent = Model0
6998
Part274.Material = Enum.Material.Metal
6999
Part274.BrickColor = BrickColor.new("Grime")
7000
Part274.Rotation = Vector3.new(-180, -0.00999999978, -180)
7001
Part274.CanCollide = false
7002
Part274.FormFactor = Enum.FormFactor.Custom
7003
Part274.Size = Vector3.new(0.200000003, 4.19999981, 4.4000001)
7004
Part274.CFrame = CFrame.new(-16.8093033, 8.10082817, 44.0597496, -1, 1.14173636e-05, -0.000108378299, 1.16978508e-05, 1, 3.53243195e-05, 0.00011410701, 3.93551636e-05, -1)
7005
Part274.BackSurface = Enum.SurfaceType.Weld
7006
Part274.BottomSurface = Enum.SurfaceType.Weld
7007
Part274.FrontSurface = Enum.SurfaceType.Weld
7008
Part274.LeftSurface = Enum.SurfaceType.Weld
7009
Part274.RightSurface = Enum.SurfaceType.Weld
7010
Part274.TopSurface = Enum.SurfaceType.Weld
7011
Part274.Color = Color3.new(0.498039, 0.556863, 0.392157)
7012
Part274.Position = Vector3.new(-16.8093033, 8.10082817, 44.0597496)
7013
Part274.Orientation = Vector3.new(0, -179.98999, 0)
7014
Part274.Color = Color3.new(0.498039, 0.556863, 0.392157)
7015
BlockMesh275.Parent = Part274
7016
Part276.Parent = Model0
7017
Part276.Material = Enum.Material.Metal
7018
Part276.BrickColor = BrickColor.new("Grime")
7019
Part276.Rotation = Vector3.new(-180, 0, -180)
7020
Part276.CanCollide = false
7021
Part276.FormFactor = Enum.FormFactor.Custom
7022
Part276.Size = Vector3.new(0.799999237, 1.40000033, 0.400000006)
7023
Part276.CFrame = CFrame.new(-17.1096954, 6.70062399, 31.2602272, -1, 7.63167918e-06, -3.04036766e-05, 7.79194579e-06, 0.999991715, 1.59272313e-05, 3.37147576e-05, 1.81469222e-05, -1.00000143)
7024
Part276.BackSurface = Enum.SurfaceType.Weld
7025
Part276.BottomSurface = Enum.SurfaceType.Weld
7026
Part276.FrontSurface = Enum.SurfaceType.Weld
7027
Part276.LeftSurface = Enum.SurfaceType.Weld
7028
Part276.RightSurface = Enum.SurfaceType.Weld
7029
Part276.TopSurface = Enum.SurfaceType.Weld
7030
Part276.Color = Color3.new(0.498039, 0.556863, 0.392157)
7031
Part276.Position = Vector3.new(-17.1096954, 6.70062399, 31.2602272)
7032
Part276.Orientation = Vector3.new(0, -180, 0)
7033
Part276.Color = Color3.new(0.498039, 0.556863, 0.392157)
7034
BlockMesh277.Parent = Part276
7035
Part278.Parent = Model0
7036
Part278.Material = Enum.Material.Metal
7037
Part278.BrickColor = BrickColor.new("Grime")
7038
Part278.Rotation = Vector3.new(180, 0, -180)
7039
Part278.CanCollide = false
7040
Part278.FormFactor = Enum.FormFactor.Custom
7041
Part278.Size = Vector3.new(0.799999714, 1.39999998, 0.400000006)
7042
Part278.CFrame = CFrame.new(-17.1098671, 6.70034742, 46.4597092, -1, 9.67943106e-06, -6.97521682e-05, 9.97899224e-06, 1, -1.5873462e-05, 7.57688613e-05, -1.16392221e-05, -1)
7043
Part278.BackSurface = Enum.SurfaceType.Weld
7044
Part278.BottomSurface = Enum.SurfaceType.Weld
7045
Part278.FrontSurface = Enum.SurfaceType.Weld
7046
Part278.LeftSurface = Enum.SurfaceType.Weld
7047
Part278.RightSurface = Enum.SurfaceType.Weld
7048
Part278.TopSurface = Enum.SurfaceType.Weld
7049
Part278.Color = Color3.new(0.498039, 0.556863, 0.392157)
7050
Part278.Position = Vector3.new(-17.1098671, 6.70034742, 46.4597092)
7051
Part278.Orientation = Vector3.new(0, -180, 0)
7052
Part278.Color = Color3.new(0.498039, 0.556863, 0.392157)
7053
BlockMesh279.Parent = Part278
7054
Part280.Parent = Model0
7055
Part280.Material = Enum.Material.Metal
7056
Part280.BrickColor = BrickColor.new("Grime")
7057
Part280.Rotation = Vector3.new(180, 0, -180)
7058
Part280.CanCollide = false
7059
Part280.FormFactor = Enum.FormFactor.Custom
7060
Part280.Size = Vector3.new(4, 3.60000014, 0.400000006)
7061
Part280.CFrame = CFrame.new(-23.5096321, 6.40070248, 36.0604095, -1, 7.78029607e-06, -3.33969365e-05, 8.37296375e-06, 1, -1.92508596e-05, 4.53305838e-05, -1.08514441e-05, -1)
7062
Part280.BackSurface = Enum.SurfaceType.Weld
7063
Part280.BottomSurface = Enum.SurfaceType.Weld
7064
Part280.FrontSurface = Enum.SurfaceType.Weld
7065
Part280.LeftSurface = Enum.SurfaceType.Weld
7066
Part280.RightSurface = Enum.SurfaceType.Weld
7067
Part280.TopSurface = Enum.SurfaceType.Weld
7068
Part280.Color = Color3.new(0.498039, 0.556863, 0.392157)
7069
Part280.Position = Vector3.new(-23.5096321, 6.40070248, 36.0604095)
7070
Part280.Orientation = Vector3.new(0, -180, 0)
7071
Part280.Color = Color3.new(0.498039, 0.556863, 0.392157)
7072
BlockMesh281.Parent = Part280
7073
Part282.Parent = Model0
7074
Part282.Material = Enum.Material.Metal
7075
Part282.BrickColor = BrickColor.new("Grime")
7076
Part282.Rotation = Vector3.new(-180, 0, -180)
7077
Part282.CanCollide = false
7078
Part282.FormFactor = Enum.FormFactor.Custom
7079
Part282.Size = Vector3.new(1.00000012, 2.20000005, 5.19999981)
7080
Part282.CFrame = CFrame.new(-26.0093632, 6.30065203, 33.6606827, -1, 9.146097e-06, -6.23015076e-05, 9.88777356e-06, 0.999991715, 1.19247252e-05, 7.7335586e-05, 2.23954721e-05, -1.00000143)
7081
Part282.BackSurface = Enum.SurfaceType.Weld
7082
Part282.BottomSurface = Enum.SurfaceType.Weld
7083
Part282.FrontSurface = Enum.SurfaceType.Weld
7084
Part282.LeftSurface = Enum.SurfaceType.Weld
7085
Part282.RightSurface = Enum.SurfaceType.Weld
7086
Part282.TopSurface = Enum.SurfaceType.Weld
7087
Part282.Color = Color3.new(0.498039, 0.556863, 0.392157)
7088
Part282.Position = Vector3.new(-26.0093632, 6.30065203, 33.6606827)
7089
Part282.Orientation = Vector3.new(0, -180, 0)
7090
Part282.Color = Color3.new(0.498039, 0.556863, 0.392157)
7091
BlockMesh283.Parent = Part282
7092
Part284.Parent = Model0
7093
Part284.Material = Enum.Material.Metal
7094
Part284.BrickColor = BrickColor.new("Grime")
7095
Part284.Rotation = Vector3.new(-180, 0, -180)
7096
Part284.FormFactor = Enum.FormFactor.Custom
7097
Part284.Size = Vector3.new(0.400000095, 0.800000072, 5.19999981)
7098
Part284.CFrame = CFrame.new(-26.7099648, 4.40034389, 38.8601379, -1, 6.28535236e-06, -2.60919842e-06, 6.58271165e-06, 1, 1.62551987e-06, 8.60384898e-06, 5.84486224e-06, -1)
7099
Part284.BackSurface = Enum.SurfaceType.Weld
7100
Part284.BottomSurface = Enum.SurfaceType.Weld
7101
Part284.FrontSurface = Enum.SurfaceType.Weld
7102
Part284.LeftSurface = Enum.SurfaceType.Weld
7103
Part284.RightSurface = Enum.SurfaceType.Weld
7104
Part284.TopSurface = Enum.SurfaceType.Weld
7105
Part284.Color = Color3.new(0.498039, 0.556863, 0.392157)
7106
Part284.Position = Vector3.new(-26.7099648, 4.40034389, 38.8601379)
7107
Part284.Orientation = Vector3.new(0, -180, 0)
7108
Part284.Color = Color3.new(0.498039, 0.556863, 0.392157)
7109
BlockMesh285.Parent = Part284
7110
Part286.Parent = Model0
7111
Part286.Material = Enum.Material.Metal
7112
Part286.BrickColor = BrickColor.new("Grime")
7113
Part286.Rotation = Vector3.new(-180, -0.00999999978, -180)
7114
Part286.CanCollide = false
7115
Part286.FormFactor = Enum.FormFactor.Custom
7116
Part286.Size = Vector3.new(1.00000012, 2.20000005, 5.19999981)
7117
Part286.CFrame = CFrame.new(-26.0095215, 6.30111074, 44.0606766, -1, 9.61294518e-06, -0.000103726969, 9.90486296e-06, 1, 5.2497966e-05, 0.000109722117, 5.67162788e-05, -1)
7118
Part286.BackSurface = Enum.SurfaceType.Weld
7119
Part286.BottomSurface = Enum.SurfaceType.Weld
7120
Part286.FrontSurface = Enum.SurfaceType.Weld
7121
Part286.LeftSurface = Enum.SurfaceType.Weld
7122
Part286.RightSurface = Enum.SurfaceType.Weld
7123
Part286.TopSurface = Enum.SurfaceType.Weld
7124
Part286.Color = Color3.new(0.498039, 0.556863, 0.392157)
7125
Part286.Position = Vector3.new(-26.0095215, 6.30111074, 44.0606766)
7126
Part286.Orientation = Vector3.new(0, -179.98999, 0)
7127
Part286.Color = Color3.new(0.498039, 0.556863, 0.392157)
7128
BlockMesh287.Parent = Part286
7129
Part288.Name = "Brick"
7130
Part288.Parent = Model0
7131
Part288.Material = Enum.Material.Metal
7132
Part288.BrickColor = BrickColor.new("Grime")
7133
Part288.Transparency = 1
7134
Part288.Rotation = Vector3.new(-98.1199951, 0, -180)
7135
Part288.CanCollide = false
7136
Part288.FormFactor = Enum.FormFactor.Custom
7137
Part288.Size = Vector3.new(2, 0.200000003, 1.19999993)
7138
Part288.CFrame = CFrame.new(-15.1093197, 9.22394657, 46.3002548, -1, 2.23412426e-05, -2.27283726e-06, 1.46798811e-06, 0.141308457, 0.989965618, 3.3739394e-05, 0.98996681, -0.141300574)
7139
Part288.BackSurface = Enum.SurfaceType.Weld
7140
Part288.BottomSurface = Enum.SurfaceType.Weld
7141
Part288.FrontSurface = Enum.SurfaceType.Weld
7142
Part288.LeftSurface = Enum.SurfaceType.Weld
7143
Part288.RightSurface = Enum.SurfaceType.Weld
7144
Part288.TopSurface = Enum.SurfaceType.Weld
7145
Part288.Color = Color3.new(0.498039, 0.556863, 0.392157)
7146
Part288.Position = Vector3.new(-15.1093197, 9.22394657, 46.3002548)
7147
Part288.Orientation = Vector3.new(-81.8799973, -180, 0)
7148
Part288.Color = Color3.new(0.498039, 0.556863, 0.392157)
7149
BlockMesh289.Parent = Part288
7150
BlockMesh289.Offset = Vector3.new(0, -0.189999998, 0)
7151
Part290.Parent = Model0
7152
Part290.Material = Enum.Material.Metal
7153
Part290.BrickColor = BrickColor.new("Grime")
7154
Part290.Rotation = Vector3.new(180, 0, -180)
7155
Part290.FormFactor = Enum.FormFactor.Custom
7156
Part290.Size = Vector3.new(0.400000095, 1.20000005, 5.19999981)
7157
Part290.CFrame = CFrame.new(-26.709795, 4.60025549, 33.6601105, -1, 6.28825137e-06, -2.67255018e-06, 6.58563977e-06, 1, -9.30688202e-06, 8.66713162e-06, -5.08754056e-06, -1)
7158
Part290.BackSurface = Enum.SurfaceType.Weld
7159
Part290.BottomSurface = Enum.SurfaceType.Weld
7160
Part290.FrontSurface = Enum.SurfaceType.Weld
7161
Part290.LeftSurface = Enum.SurfaceType.Weld
7162
Part290.RightSurface = Enum.SurfaceType.Weld
7163
Part290.TopSurface = Enum.SurfaceType.Weld
7164
Part290.Color = Color3.new(0.498039, 0.556863, 0.392157)
7165
Part290.Position = Vector3.new(-26.709795, 4.60025549, 33.6601105)
7166
Part290.Orientation = Vector3.new(0, -180, 0)
7167
Part290.Color = Color3.new(0.498039, 0.556863, 0.392157)
7168
BlockMesh291.Parent = Part290
7169
Part292.Parent = Model0
7170
Part292.Material = Enum.Material.Metal
7171
Part292.BrickColor = BrickColor.new("Grime")
7172
Part292.Rotation = Vector3.new(180, 0, -180)
7173
Part292.FormFactor = Enum.FormFactor.Custom
7174
Part292.Size = Vector3.new(0.400000095, 1.20000005, 5.19999981)
7175
Part292.CFrame = CFrame.new(-26.7098675, 4.60042572, 44.0601082, -1, 6.28825137e-06, -2.67255018e-06, 6.58563977e-06, 1, -9.30688202e-06, 8.66713162e-06, -5.08754056e-06, -1)
7176
Part292.BackSurface = Enum.SurfaceType.Weld
7177
Part292.BottomSurface = Enum.SurfaceType.Weld
7178
Part292.FrontSurface = Enum.SurfaceType.Weld
7179
Part292.LeftSurface = Enum.SurfaceType.Weld
7180
Part292.RightSurface = Enum.SurfaceType.Weld
7181
Part292.TopSurface = Enum.SurfaceType.Weld
7182
Part292.Color = Color3.new(0.498039, 0.556863, 0.392157)
7183
Part292.Position = Vector3.new(-26.7098675, 4.60042572, 44.0601082)
7184
Part292.Orientation = Vector3.new(0, -180, 0)
7185
Part292.Color = Color3.new(0.498039, 0.556863, 0.392157)
7186
BlockMesh293.Parent = Part292
7187
WedgePart294.Parent = Model0
7188
WedgePart294.Material = Enum.Material.Metal
7189
WedgePart294.BrickColor = BrickColor.new("Grime")
7190
WedgePart294.Rotation = Vector3.new(90, 0, -180)
7191
WedgePart294.FormFactor = Enum.FormFactor.Custom
7192
WedgePart294.Size = Vector3.new(22, 1.80000019, 0.800000131)
7193
WedgePart294.CFrame = CFrame.new(-5.71021032, 8.60006523, 39.9598465, -1, 1.67611997e-05, -5.35971367e-06, 5.73934039e-06, 2.4999847e-06, -0.99999088, -9.10116614e-06, -1.00000012, -7.8765861e-06)
7194
WedgePart294.BackSurface = Enum.SurfaceType.Weld
7195
WedgePart294.BottomSurface = Enum.SurfaceType.Weld
7196
WedgePart294.Color = Color3.new(0.498039, 0.556863, 0.392157)
7197
WedgePart294.Position = Vector3.new(-5.71021032, 8.60006523, 39.9598465)
7198
WedgePart294.Orientation = Vector3.new(89.7599945, -145.770004, 66.4599991)
7199
WedgePart294.Color = Color3.new(0.498039, 0.556863, 0.392157)
7200
SpecialMesh295.Parent = WedgePart294
7201
SpecialMesh295.MeshType = Enum.MeshType.Wedge
7202
WedgePart296.Parent = Model0
7203
WedgePart296.Material = Enum.Material.Metal
7204
WedgePart296.BrickColor = BrickColor.new("Grime")
7205
WedgePart296.Rotation = Vector3.new(90, 0, 0)
7206
WedgePart296.CanCollide = false
7207
WedgePart296.FormFactor = Enum.FormFactor.Custom
7208
WedgePart296.Size = Vector3.new(11.8000002, 0.400000006, 2.79999995)
7209
WedgePart296.CFrame = CFrame.new(-10.8102522, 8.80012226, 46.259758, 1, 6.12342228e-06, -6.47552679e-06, -7.03663818e-06, 1.60052878e-05, -1, -1.74245251e-05, 1, 8.05025593e-06)
7210
WedgePart296.BackSurface = Enum.SurfaceType.Weld
7211
WedgePart296.BottomSurface = Enum.SurfaceType.Weld
7212
WedgePart296.Color = Color3.new(0.498039, 0.556863, 0.392157)
7213
WedgePart296.Position = Vector3.new(-10.8102522, 8.80012226, 46.259758)
7214
WedgePart296.Orientation = Vector3.new(90, 0, 0)
7215
WedgePart296.Color = Color3.new(0.498039, 0.556863, 0.392157)
7216
SpecialMesh297.Parent = WedgePart296
7217
SpecialMesh297.MeshType = Enum.MeshType.Wedge
7218
WedgePart298.Parent = Model0
7219
WedgePart298.Material = Enum.Material.Metal
7220
WedgePart298.BrickColor = BrickColor.new("Grime")
7221
WedgePart298.Rotation = Vector3.new(90, 0, 180)
7222
WedgePart298.FormFactor = Enum.FormFactor.Custom
7223
WedgePart298.Size = Vector3.new(10.1999998, 0.800000131, 1.00000012)
7224
WedgePart298.CFrame = CFrame.new(0.190846562, 10.6997681, 41.8599472, -1, -1.71460924e-05, -7.07122672e-06, 7.44470481e-06, 3.71252099e-05, -0.99999088, 2.46954078e-05, -1.00000012, -4.24238897e-05)
7225
WedgePart298.BackSurface = Enum.SurfaceType.Weld
7226
WedgePart298.BottomSurface = Enum.SurfaceType.Weld
7227
WedgePart298.Color = Color3.new(0.498039, 0.556863, 0.392157)
7228
WedgePart298.Position = Vector3.new(0.190846562, 10.6997681, 41.8599472)
7229
WedgePart298.Orientation = Vector3.new(89.7599945, -170.539993, 11.3400002)
7230
WedgePart298.Color = Color3.new(0.498039, 0.556863, 0.392157)
7231
SpecialMesh299.Parent = WedgePart298
7232
SpecialMesh299.MeshType = Enum.MeshType.Wedge
7233
WedgePart300.Parent = Model0
7234
WedgePart300.Material = Enum.Material.Metal
7235
WedgePart300.BrickColor = BrickColor.new("Grime")
7236
WedgePart300.Rotation = Vector3.new(90, 0, 0)
7237
WedgePart300.FormFactor = Enum.FormFactor.Custom
7238
WedgePart300.Size = Vector3.new(22, 1.80000019, 0.800000131)
7239
WedgePart300.CFrame = CFrame.new(-5.70992708, 8.6002655, 37.7604523, 1, -1.69808973e-05, -5.3198155e-06, -5.6994445e-06, -2.58807654e-06, -0.99999088, 9.32086368e-06, 1.00000012, -7.96467884e-06)
7240
WedgePart300.BackSurface = Enum.SurfaceType.Weld
7241
WedgePart300.BottomSurface = Enum.SurfaceType.Weld
7242
WedgePart300.Color = Color3.new(0.498039, 0.556863, 0.392157)
7243
WedgePart300.Position = Vector3.new(-5.70992708, 8.6002655, 37.7604523)
7244
WedgePart300.Orientation = Vector3.new(89.7599945, -146.259995, -114.419998)
7245
WedgePart300.Color = Color3.new(0.498039, 0.556863, 0.392157)
7246
SpecialMesh301.Parent = WedgePart300
7247
SpecialMesh301.MeshType = Enum.MeshType.Wedge
7248
VehicleSeat302.Parent = Model0
7249
VehicleSeat302.Material = Enum.Material.Metal
7250
VehicleSeat302.BrickColor = BrickColor.new("Grime")
7251
VehicleSeat302.Rotation = Vector3.new(0, 90, 0)
7252
VehicleSeat302.Size = Vector3.new(2, 0.400000006, 2)
7253
VehicleSeat302.CFrame = CFrame.new(-23.1098289, 4.8003788, 44.0599022, 1.1589701e-05, 5.60266608e-06, 1, -1.12916023e-05, 1, -6.19946923e-06, -1, -2.82160863e-06, -4.43901627e-07)
7254
VehicleSeat302.TopSurface = Enum.SurfaceType.Weld
7255
VehicleSeat302.HeadsUpDisplay = false
7256
VehicleSeat302.MaxSpeed = 35
7257
VehicleSeat302.Torque = 150
7258
VehicleSeat302.Color = Color3.new(0.498039, 0.556863, 0.392157)
7259
VehicleSeat302.Position = Vector3.new(-23.1098289, 4.8003788, 44.0599022)
7260
VehicleSeat302.Orientation = Vector3.new(0, 90, 0)
7261
VehicleSeat302.Color = Color3.new(0.498039, 0.556863, 0.392157)
7262
WedgePart303.Parent = Model0
7263
WedgePart303.Material = Enum.Material.Metal
7264
WedgePart303.BrickColor = BrickColor.new("Grime")
7265
WedgePart303.Rotation = Vector3.new(90, 0, -90)
7266
WedgePart303.FormFactor = Enum.FormFactor.Custom
7267
WedgePart303.Size = Vector3.new(5.19999933, 1, 1.20000005)
7268
WedgePart303.CFrame = CFrame.new(-26.0089417, 4.60056925, 33.6610794, 1.45538397e-05, 1, -7.47078047e-06, -2.20777802e-05, -7.76782235e-06, -1, -1, 8.55936014e-06, 1.78583141e-05)
7269
WedgePart303.BackSurface = Enum.SurfaceType.Weld
7270
WedgePart303.BottomSurface = Enum.SurfaceType.Weld
7271
WedgePart303.Color = Color3.new(0.498039, 0.556863, 0.392157)
7272
WedgePart303.Position = Vector3.new(-26.0089417, 4.60056925, 33.6610794)
7273
WedgePart303.Orientation = Vector3.new(90, 90, 0)
7274
WedgePart303.Color = Color3.new(0.498039, 0.556863, 0.392157)
7275
SpecialMesh304.Parent = WedgePart303
7276
SpecialMesh304.MeshType = Enum.MeshType.Wedge
7277
WedgePart305.Parent = Model0
7278
WedgePart305.Material = Enum.Material.Metal
7279
WedgePart305.BrickColor = BrickColor.new("Grime")
7280
WedgePart305.Rotation = Vector3.new(90, 0, -180)
7281
WedgePart305.FormFactor = Enum.FormFactor.Custom
7282
WedgePart305.Size = Vector3.new(22, 0.600000143, 1.20000017)
7283
WedgePart305.CFrame = CFrame.new(-5.71064138, 9.599576, 41.1605301, -1, 1.17034815e-05, -5.56241639e-06, 5.84649752e-06, -1.99384122e-05, -1, -5.97530743e-06, -1, 1.59061947e-05)
7284
WedgePart305.BackSurface = Enum.SurfaceType.Weld
7285
WedgePart305.BottomSurface = Enum.SurfaceType.Weld
7286
WedgePart305.Color = Color3.new(0.498039, 0.556863, 0.392157)
7287
WedgePart305.Position = Vector3.new(-5.71064138, 9.599576, 41.1605301)
7288
WedgePart305.Orientation = Vector3.new(90, 180, 0)
7289
WedgePart305.Color = Color3.new(0.498039, 0.556863, 0.392157)
7290
SpecialMesh306.Parent = WedgePart305
7291
SpecialMesh306.MeshType = Enum.MeshType.Wedge
7292
WedgePart307.Parent = Model0
7293
WedgePart307.Material = Enum.Material.Metal
7294
WedgePart307.BrickColor = BrickColor.new("Grime")
7295
WedgePart307.Rotation = Vector3.new(90, 0, 0)
7296
WedgePart307.FormFactor = Enum.FormFactor.Custom
7297
WedgePart307.Size = Vector3.new(22, 0.600000143, 1.20000017)
7298
WedgePart307.CFrame = CFrame.new(-5.70935583, 9.60018349, 36.559742, 1, 5.02686817e-06, -6.43432486e-06, -6.48410469e-06, 8.01372698e-06, -1, -6.03618901e-06, 1, 7.30400461e-06)
7299
WedgePart307.BackSurface = Enum.SurfaceType.Weld
7300
WedgePart307.BottomSurface = Enum.SurfaceType.Weld
7301
WedgePart307.Color = Color3.new(0.498039, 0.556863, 0.392157)
7302
WedgePart307.Position = Vector3.new(-5.70935583, 9.60018349, 36.559742)
7303
WedgePart307.Orientation = Vector3.new(90, 0, 0)
7304
WedgePart307.Color = Color3.new(0.498039, 0.556863, 0.392157)
7305
SpecialMesh308.Parent = WedgePart307
7306
SpecialMesh308.MeshType = Enum.MeshType.Wedge
7307
WedgePart309.Parent = Model0
7308
WedgePart309.Material = Enum.Material.Metal
7309
WedgePart309.BrickColor = BrickColor.new("Grime")
7310
WedgePart309.Rotation = Vector3.new(90, 0, 0)
7311
WedgePart309.FormFactor = Enum.FormFactor.Custom
7312
WedgePart309.Size = Vector3.new(10.1999998, 0.800000131, 1.00000012)
7313
WedgePart309.CFrame = CFrame.new(0.190338731, 10.7001028, 35.8596039, 1, 1.73247045e-05, -6.91621926e-06, -7.28482382e-06, -3.32206264e-06, -0.99999088, -2.47628068e-05, 1.00000012, -8.54242353e-06)
7314
WedgePart309.BackSurface = Enum.SurfaceType.Weld
7315
WedgePart309.BottomSurface = Enum.SurfaceType.Weld
7316
WedgePart309.Color = Color3.new(0.498039, 0.556863, 0.392157)
7317
WedgePart309.Position = Vector3.new(0.190338731, 10.7001028, 35.8596039)
7318
WedgePart309.Orientation = Vector3.new(89.7599945, -141.009995, -114.509995)
7319
WedgePart309.Color = Color3.new(0.498039, 0.556863, 0.392157)
7320
SpecialMesh310.Parent = WedgePart309
7321
SpecialMesh310.MeshType = Enum.MeshType.Wedge
7322
WedgePart311.Parent = Model0
7323
WedgePart311.Material = Enum.Material.Metal
7324
WedgePart311.BrickColor = BrickColor.new("Grime")
7325
WedgePart311.Rotation = Vector3.new(-90, 0, 90)
7326
WedgePart311.FormFactor = Enum.FormFactor.Custom
7327
WedgePart311.Size = Vector3.new(5.19999981, 1.39999998, 1.19999993)
7328
WedgePart311.CFrame = CFrame.new(-26.2100182, 3.40037513, 33.6596451, -3.40397423e-06, -1, 6.33939817e-06, -9.03184537e-06, 6.52432982e-06, 1, -1, 7.16618433e-06, -6.38741267e-06)
7329
WedgePart311.BackSurface = Enum.SurfaceType.Weld
7330
WedgePart311.BottomSurface = Enum.SurfaceType.Weld
7331
WedgePart311.Color = Color3.new(0.498039, 0.556863, 0.392157)
7332
WedgePart311.Position = Vector3.new(-26.2100182, 3.40037513, 33.6596451)
7333
WedgePart311.Orientation = Vector3.new(-90, 90, 0)
7334
WedgePart311.Color = Color3.new(0.498039, 0.556863, 0.392157)
7335
SpecialMesh312.Parent = WedgePart311
7336
SpecialMesh312.MeshType = Enum.MeshType.Wedge
7337
WedgePart313.Parent = Model0
7338
WedgePart313.Material = Enum.Material.Metal
7339
WedgePart313.BrickColor = BrickColor.new("Grime")
7340
WedgePart313.Rotation = Vector3.new(90, 0, 0)
7341
WedgePart313.FormFactor = Enum.FormFactor.Custom
7342
WedgePart313.Size = Vector3.new(10.1999998, 1.60000014, 1.00000012)
7343
WedgePart313.CFrame = CFrame.new(0.190321803, 10.6997337, 45.8596458, 1, 1.71271968e-05, -7.04050763e-06, -7.41398344e-06, -3.73043003e-05, -0.99999088, -2.46765048e-05, 1.00000012, -4.26029837e-05)
7344
WedgePart313.BackSurface = Enum.SurfaceType.Weld
7345
WedgePart313.BottomSurface = Enum.SurfaceType.Weld
7346
WedgePart313.Color = Color3.new(0.498039, 0.556863, 0.392157)
7347
WedgePart313.Position = Vector3.new(0.190321803, 10.6997337, 45.8596458)
7348
WedgePart313.Orientation = Vector3.new(89.7599945, -170.619995, -168.759995)
7349
WedgePart313.Color = Color3.new(0.498039, 0.556863, 0.392157)
7350
SpecialMesh314.Parent = WedgePart313
7351
SpecialMesh314.MeshType = Enum.MeshType.Wedge
7352
WedgePart315.Parent = Model0
7353
WedgePart315.Material = Enum.Material.Metal
7354
WedgePart315.BrickColor = BrickColor.new("Grime")
7355
WedgePart315.Rotation = Vector3.new(-90, 0, 90)
7356
WedgePart315.FormFactor = Enum.FormFactor.Custom
7357
WedgePart315.Size = Vector3.new(5.19999981, 1.39999998, 1.19999993)
7358
WedgePart315.CFrame = CFrame.new(-26.2097702, 3.40055323, 44.0597954, 3.44685832e-05, -1, 5.8018918e-06, -6.04491834e-06, 5.80168262e-06, 1, -1, -3.44686086e-05, -6.04471643e-06)
7359
WedgePart315.BackSurface = Enum.SurfaceType.Weld
7360
WedgePart315.BottomSurface = Enum.SurfaceType.Weld
7361
WedgePart315.Color = Color3.new(0.498039, 0.556863, 0.392157)
7362
WedgePart315.Position = Vector3.new(-26.2097702, 3.40055323, 44.0597954)
7363
WedgePart315.Orientation = Vector3.new(-90, 90, 0)
7364
WedgePart315.Color = Color3.new(0.498039, 0.556863, 0.392157)
7365
SpecialMesh316.Parent = WedgePart315
7366
SpecialMesh316.MeshType = Enum.MeshType.Wedge
7367
WedgePart317.Parent = Model0
7368
WedgePart317.Material = Enum.Material.Metal
7369
WedgePart317.BrickColor = BrickColor.new("Grime")
7370
WedgePart317.Rotation = Vector3.new(180, 90, 0)
7371
WedgePart317.FormFactor = Enum.FormFactor.Custom
7372
WedgePart317.Size = Vector3.new(5.19999933, 1.20000005, 1)
7373
WedgePart317.CFrame = CFrame.new(-26.0099239, 4.60073233, 33.6602364, -1.36232084e-05, -5.66421386e-06, 1, 2.05360793e-05, -1, -5.96129712e-06, 1, 1.63166333e-05, 7.62868513e-06)
7374
WedgePart317.BottomSurface = Enum.SurfaceType.Weld
7375
WedgePart317.Color = Color3.new(0.498039, 0.556863, 0.392157)
7376
WedgePart317.Position = Vector3.new(-26.0099239, 4.60073233, 33.6602364)
7377
WedgePart317.Orientation = Vector3.new(0, 90, 180)
7378
WedgePart317.Color = Color3.new(0.498039, 0.556863, 0.392157)
7379
SpecialMesh318.Parent = WedgePart317
7380
SpecialMesh318.MeshType = Enum.MeshType.Wedge
7381
WedgePart319.Parent = Model0
7382
WedgePart319.Material = Enum.Material.Metal
7383
WedgePart319.BrickColor = BrickColor.new("Grime")
7384
WedgePart319.Rotation = Vector3.new(90, 0, -0.00999999978)
7385
WedgePart319.CanCollide = false
7386
WedgePart319.FormFactor = Enum.FormFactor.Custom
7387
WedgePart319.Size = Vector3.new(0.400000006, 0.400000006, 3)
7388
WedgePart319.CFrame = CFrame.new(-22.7094574, 8.90267277, 46.4604378, 1, 0.000103821971, -1.11975369e-05, -1.19384558e-05, -2.19714639e-06, -1, -0.000118742879, 1, -1.27009662e-05)
7389
WedgePart319.BackSurface = Enum.SurfaceType.Weld
7390
WedgePart319.BottomSurface = Enum.SurfaceType.Weld
7391
WedgePart319.Color = Color3.new(0.498039, 0.556863, 0.392157)
7392
WedgePart319.Position = Vector3.new(-22.7094574, 8.90267277, 46.4604378)
7393
WedgePart319.Orientation = Vector3.new(90, 0.00999999978, 0)
7394
WedgePart319.Color = Color3.new(0.498039, 0.556863, 0.392157)
7395
SpecialMesh320.Parent = WedgePart319
7396
SpecialMesh320.MeshType = Enum.MeshType.Wedge
7397
WedgePart321.Parent = Model0
7398
WedgePart321.Material = Enum.Material.Metal
7399
WedgePart321.BrickColor = BrickColor.new("Grime")
7400
WedgePart321.Rotation = Vector3.new(90, 0, 0)
7401
WedgePart321.CanCollide = false
7402
WedgePart321.FormFactor = Enum.FormFactor.Custom
7403
WedgePart321.Size = Vector3.new(0.400000006, 1.20000005, 0.999999821)
7404
WedgePart321.CFrame = CFrame.new(-25.7095184, 7.90136623, 42.4608383, 1, 7.70654951e-05, -9.90780518e-06, -1.02004242e-05, -6.15640529e-05, -1, -8.3060746e-05, 1, -6.57826022e-05)
7405
WedgePart321.BackSurface = Enum.SurfaceType.Weld
7406
WedgePart321.BottomSurface = Enum.SurfaceType.Weld
7407
WedgePart321.Color = Color3.new(0.498039, 0.556863, 0.392157)
7408
WedgePart321.Position = Vector3.new(-25.7095184, 7.90136623, 42.4608383)
7409
WedgePart321.Orientation = Vector3.new(90, 0, 0)
7410
WedgePart321.Color = Color3.new(0.498039, 0.556863, 0.392157)
7411
SpecialMesh322.Parent = WedgePart321
7412
SpecialMesh322.MeshType = Enum.MeshType.Wedge
7413
WedgePart323.Parent = Model0
7414
WedgePart323.Material = Enum.Material.Metal
7415
WedgePart323.BrickColor = BrickColor.new("Grime")
7416
WedgePart323.Rotation = Vector3.new(90, 0, -90)
7417
WedgePart323.FormFactor = Enum.FormFactor.Custom
7418
WedgePart323.Size = Vector3.new(5.19999933, 1, 1.20000005)
7419
WedgePart323.CFrame = CFrame.new(-26.0092163, 4.60065508, 44.0591469, 1.43750112e-05, 1, -7.43051987e-06, -2.22713134e-05, -7.72756266e-06, -1, -1, 8.38053529e-06, 1.80518491e-05)
7420
WedgePart323.BackSurface = Enum.SurfaceType.Weld
7421
WedgePart323.BottomSurface = Enum.SurfaceType.Weld
7422
WedgePart323.Color = Color3.new(0.498039, 0.556863, 0.392157)
7423
WedgePart323.Position = Vector3.new(-26.0092163, 4.60065508, 44.0591469)
7424
WedgePart323.Orientation = Vector3.new(90, 90, 0)
7425
WedgePart323.Color = Color3.new(0.498039, 0.556863, 0.392157)
7426
SpecialMesh324.Parent = WedgePart323
7427
SpecialMesh324.MeshType = Enum.MeshType.Wedge
7428
WedgePart325.Parent = Model0
7429
WedgePart325.Material = Enum.Material.Metal
7430
WedgePart325.BrickColor = BrickColor.new("Grime")
7431
WedgePart325.Rotation = Vector3.new(-90, 0, 0)
7432
WedgePart325.CanCollide = false
7433
WedgePart325.FormFactor = Enum.FormFactor.Custom
7434
WedgePart325.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
7435
WedgePart325.CFrame = CFrame.new(-16.8097363, 8.70052814, 46.1599655, 1, -2.12305386e-05, 7.18997535e-06, -8.38811684e-06, -4.9342907e-06, 1, -4.53438988e-05, -1, 1.20436125e-05)
7436
WedgePart325.BackSurface = Enum.SurfaceType.Weld
7437
WedgePart325.BottomSurface = Enum.SurfaceType.Weld
7438
WedgePart325.Color = Color3.new(0.498039, 0.556863, 0.392157)
7439
WedgePart325.Position = Vector3.new(-16.8097363, 8.70052814, 46.1599655)
7440
WedgePart325.Orientation = Vector3.new(-90, 0, 0)
7441
WedgePart325.Color = Color3.new(0.498039, 0.556863, 0.392157)
7442
SpecialMesh326.Parent = WedgePart325
7443
SpecialMesh326.MeshType = Enum.MeshType.Wedge
7444
WedgePart327.Parent = Model0
7445
WedgePart327.Material = Enum.Material.Metal
7446
WedgePart327.BrickColor = BrickColor.new("Grime")
7447
WedgePart327.Rotation = Vector3.new(-90, 0, 0)
7448
WedgePart327.CanCollide = false
7449
WedgePart327.FormFactor = Enum.FormFactor.Custom
7450
WedgePart327.Size = Vector3.new(0.200000003, 0.200000003, 2.60000014)
7451
WedgePart327.CFrame = CFrame.new(-19.6100292, 8.70045471, 46.1600151, 1, -2.11709685e-05, 7.23711082e-06, -8.43528869e-06, -6.71051566e-06, 1, -4.52843196e-05, -1, 1.02673966e-05)
7452
WedgePart327.BackSurface = Enum.SurfaceType.Weld
7453
WedgePart327.BottomSurface = Enum.SurfaceType.Weld
7454
WedgePart327.Color = Color3.new(0.498039, 0.556863, 0.392157)
7455
WedgePart327.Position = Vector3.new(-19.6100292, 8.70045471, 46.1600151)
7456
WedgePart327.Orientation = Vector3.new(-90, 0, 0)
7457
WedgePart327.Color = Color3.new(0.498039, 0.556863, 0.392157)
7458
SpecialMesh328.Parent = WedgePart327
7459
SpecialMesh328.MeshType = Enum.MeshType.Wedge
7460
WedgePart329.Parent = Model0
7461
WedgePart329.Material = Enum.Material.Metal
7462
WedgePart329.BrickColor = BrickColor.new("Grime")
7463
WedgePart329.Rotation = Vector3.new(90, 0, -0.00999999978)
7464
WedgePart329.CanCollide = false
7465
WedgePart329.FormFactor = Enum.FormFactor.Custom
7466
WedgePart329.Size = Vector3.new(0.200000003, 0.400000006, 3)
7467
WedgePart329.CFrame = CFrame.new(-16.8093224, 8.90175629, 46.4594421, 1, 9.91064226e-05, -1.10202109e-05, -1.22203146e-05, 2.08557285e-05, -1, -0.000123219652, 1, 3.87895125e-06)
7468
WedgePart329.BackSurface = Enum.SurfaceType.Weld
7469
WedgePart329.BottomSurface = Enum.SurfaceType.Weld
7470
WedgePart329.Color = Color3.new(0.498039, 0.556863, 0.392157)
7471
WedgePart329.Position = Vector3.new(-16.8093224, 8.90175629, 46.4594421)
7472
WedgePart329.Orientation = Vector3.new(90, 0.00999999978, 0)
7473
WedgePart329.Color = Color3.new(0.498039, 0.556863, 0.392157)
7474
SpecialMesh330.Parent = WedgePart329
7475
SpecialMesh330.MeshType = Enum.MeshType.Wedge
7476
WedgePart331.Parent = Model0
7477
WedgePart331.Material = Enum.Material.Metal
7478
WedgePart331.BrickColor = BrickColor.new("Grime")
7479
WedgePart331.Rotation = Vector3.new(180, -90, 0)
7480
WedgePart331.FormFactor = Enum.FormFactor.Custom
7481
WedgePart331.Size = Vector3.new(5.19999886, 2, 1.79999995)
7482
WedgePart331.CFrame = CFrame.new(-16.609787, 5.0004549, 33.6600304, -4.89594822e-06, -6.62594812e-06, -1, -8.07483866e-06, -0.999996543, 6.68015446e-06, -1, 7.30284228e-06, 5.9940694e-06)
7483
WedgePart331.BottomSurface = Enum.SurfaceType.Smooth
7484
WedgePart331.Color = Color3.new(0.498039, 0.556863, 0.392157)
7485
WedgePart331.Position = Vector3.new(-16.609787, 5.0004549, 33.6600304)
7486
WedgePart331.Orientation = Vector3.new(0, -90, -180)
7487
WedgePart331.Color = Color3.new(0.498039, 0.556863, 0.392157)
7488
SpecialMesh332.Parent = WedgePart331
7489
SpecialMesh332.MeshType = Enum.MeshType.Wedge
7490
WedgePart333.Parent = Model0
7491
WedgePart333.Material = Enum.Material.Metal
7492
WedgePart333.BrickColor = BrickColor.new("Grime")
7493
WedgePart333.Rotation = Vector3.new(180, 90, 0)
7494
WedgePart333.FormFactor = Enum.FormFactor.Custom
7495
WedgePart333.Size = Vector3.new(5.19999933, 1.20000005, 1)
7496
WedgePart333.CFrame = CFrame.new(-26.00951, 4.60169315, 44.0594978, -7.2284929e-06, -6.09822428e-06, 1, 1.73822391e-05, -1, -6.69012343e-06, 1, 8.98247345e-06, -4.70518717e-06)
7497
WedgePart333.BottomSurface = Enum.SurfaceType.Weld
7498
WedgePart333.Color = Color3.new(0.498039, 0.556863, 0.392157)
7499
WedgePart333.Position = Vector3.new(-26.00951, 4.60169315, 44.0594978)
7500
WedgePart333.Orientation = Vector3.new(0, 90, 180)
7501
WedgePart333.Color = Color3.new(0.498039, 0.556863, 0.392157)
7502
SpecialMesh334.Parent = WedgePart333
7503
SpecialMesh334.MeshType = Enum.MeshType.Wedge
7504
WedgePart335.Parent = Model0
7505
WedgePart335.Material = Enum.Material.Metal
7506
WedgePart335.BrickColor = BrickColor.new("Grime")
7507
WedgePart335.Rotation = Vector3.new(-90, 0, 0)
7508
WedgePart335.CanCollide = false
7509
WedgePart335.FormFactor = Enum.FormFactor.Custom
7510
WedgePart335.Size = Vector3.new(0.400000006, 0.200000003, 2.60000014)
7511
WedgePart335.CFrame = CFrame.new(-22.7096386, 8.70049095, 46.1598549, 1, 1.37711768e-05, 5.43959368e-06, -6.180333e-06, -2.95906248e-05, 1, -1.14948455e-06, -1, -1.90853934e-05)
7512
WedgePart335.BackSurface = Enum.SurfaceType.Weld
7513
WedgePart335.BottomSurface = Enum.SurfaceType.Weld
7514
WedgePart335.Color = Color3.new(0.498039, 0.556863, 0.392157)
7515
WedgePart335.Position = Vector3.new(-22.7096386, 8.70049095, 46.1598549)
7516
WedgePart335.Orientation = Vector3.new(-90, 0, 0)
7517
WedgePart335.Color = Color3.new(0.498039, 0.556863, 0.392157)
7518
SpecialMesh336.Parent = WedgePart335
7519
SpecialMesh336.MeshType = Enum.MeshType.Wedge
7520
WedgePart337.Parent = Model0
7521
WedgePart337.Material = Enum.Material.Metal
7522
WedgePart337.BrickColor = BrickColor.new("Grime")
7523
WedgePart337.Rotation = Vector3.new(90, 0, -0.00999999978)
7524
WedgePart337.CanCollide = false
7525
WedgePart337.FormFactor = Enum.FormFactor.Custom
7526
WedgePart337.Size = Vector3.new(0.200000003, 0.400000006, 3)
7527
WedgePart337.CFrame = CFrame.new(-19.6093693, 8.90126038, 46.4600639, 1, 9.91061097e-05, -1.10227156e-05, -1.22186893e-05, -2.08033562e-05, -1, -0.000123219797, 1, -3.77801443e-05)
7528
WedgePart337.BackSurface = Enum.SurfaceType.Weld
7529
WedgePart337.BottomSurface = Enum.SurfaceType.Weld
7530
WedgePart337.Color = Color3.new(0.498039, 0.556863, 0.392157)
7531
WedgePart337.Position = Vector3.new(-19.6093693, 8.90126038, 46.4600639)
7532
WedgePart337.Orientation = Vector3.new(90, 0.00999999978, 0)
7533
WedgePart337.Color = Color3.new(0.498039, 0.556863, 0.392157)
7534
SpecialMesh338.Parent = WedgePart337
7535
SpecialMesh338.MeshType = Enum.MeshType.Wedge
7536
Part339.Parent = Model0
7537
Part339.Material = Enum.Material.Metal
7538
Part339.BrickColor = BrickColor.new("Grime")
7539
Part339.Rotation = Vector3.new(-180, 0, -180)
7540
Part339.FormFactor = Enum.FormFactor.Custom
7541
Part339.Size = Vector3.new(5.59999943, 0.799999952, 1.80000031)
7542
Part339.CFrame = CFrame.new(14.889924, 8.40013981, 32.9597015, -1, 8.84130441e-06, -5.35144209e-05, 8.93794913e-06, 1, 8.40500434e-06, 5.54899634e-05, 9.79304605e-06, -1)
7543
Part339.BackSurface = Enum.SurfaceType.Weld
7544
Part339.BottomSurface = Enum.SurfaceType.Weld
7545
Part339.FrontSurface = Enum.SurfaceType.Weld
7546
Part339.LeftSurface = Enum.SurfaceType.Weld
7547
Part339.RightSurface = Enum.SurfaceType.Weld
7548
Part339.TopSurface = Enum.SurfaceType.Weld
7549
Part339.Color = Color3.new(0.498039, 0.556863, 0.392157)
7550
Part339.Position = Vector3.new(14.889924, 8.40013981, 32.9597015)
7551
Part339.Orientation = Vector3.new(0, -180, 0)
7552
Part339.Color = Color3.new(0.498039, 0.556863, 0.392157)
7553
BlockMesh340.Parent = Part339
7554
Part341.Parent = Model0
7555
Part341.Material = Enum.Material.Metal
7556
Part341.BrickColor = BrickColor.new("Grime")
7557
Part341.Rotation = Vector3.new(-180, 0, -180)
7558
Part341.CanCollide = false
7559
Part341.FormFactor = Enum.FormFactor.Custom
7560
Part341.Size = Vector3.new(0.399999231, 0.799999893, 5.19999981)
7561
Part341.CFrame = CFrame.new(-4.109828, 4.80027628, 44.0599098, -1, 6.43371504e-06, -5.15642932e-06, 6.81323763e-06, 0.99999088, 1.01975102e-05, 1.28165175e-05, 1.5574049e-05, -1.00000012)
7562
Part341.BackSurface = Enum.SurfaceType.Weld
7563
Part341.BottomSurface = Enum.SurfaceType.Weld
7564
Part341.FrontSurface = Enum.SurfaceType.Weld
7565
Part341.LeftSurface = Enum.SurfaceType.Weld
7566
Part341.RightSurface = Enum.SurfaceType.Weld
7567
Part341.TopSurface = Enum.SurfaceType.Weld
7568
Part341.Color = Color3.new(0.498039, 0.556863, 0.392157)
7569
Part341.Position = Vector3.new(-4.109828, 4.80027628, 44.0599098)
7570
Part341.Orientation = Vector3.new(0, -180, 0)
7571
Part341.Color = Color3.new(0.498039, 0.556863, 0.392157)
7572
BlockMesh342.Parent = Part341
7573
Part343.Parent = Model0
7574
Part343.Material = Enum.Material.Metal
7575
Part343.BrickColor = BrickColor.new("Grime")
7576
Part343.Rotation = Vector3.new(180, 0, -180)
7577
Part343.CanCollide = false
7578
Part343.FormFactor = Enum.FormFactor.Custom
7579
Part343.Size = Vector3.new(11.8000002, 0.799999952, 5.20000029)
7580
Part343.CFrame = CFrame.new(11.190012, 7.60010147, 33.6598129, -1, 6.97483983e-06, -1.60322234e-05, 7.09157848e-06, 1, -2.91726792e-07, 1.8407216e-05, 1.37750521e-06, -1)
7581
Part343.BackSurface = Enum.SurfaceType.Weld
7582
Part343.BottomSurface = Enum.SurfaceType.Weld
7583
Part343.FrontSurface = Enum.SurfaceType.Weld
7584
Part343.LeftSurface = Enum.SurfaceType.Weld
7585
Part343.RightSurface = Enum.SurfaceType.Weld
7586
Part343.TopSurface = Enum.SurfaceType.Weld
7587
Part343.Color = Color3.new(0.498039, 0.556863, 0.392157)
7588
Part343.Position = Vector3.new(11.190012, 7.60010147, 33.6598129)
7589
Part343.Orientation = Vector3.new(0, -180, 0)
7590
Part343.Color = Color3.new(0.498039, 0.556863, 0.392157)
7591
BlockMesh344.Parent = Part343
7592
Part345.Parent = Model0
7593
Part345.Material = Enum.Material.Metal
7594
Part345.BrickColor = BrickColor.new("Grime")
7595
Part345.Rotation = Vector3.new(180, 0, -180)
7596
Part345.CanCollide = false
7597
Part345.FormFactor = Enum.FormFactor.Custom
7598
Part345.Size = Vector3.new(1.79999959, 0.799999952, 5.20000029)
7599
Part345.CFrame = CFrame.new(16.189827, 7.60006905, 38.8596954, -1, 6.02205955e-06, 3.12409975e-06, 6.11911082e-06, 1, -1.37809102e-05, -1.14872091e-06, -1.23923655e-05, -1)
7600
Part345.BackSurface = Enum.SurfaceType.Weld
7601
Part345.BottomSurface = Enum.SurfaceType.Weld
7602
Part345.FrontSurface = Enum.SurfaceType.Weld
7603
Part345.LeftSurface = Enum.SurfaceType.Weld
7604
Part345.RightSurface = Enum.SurfaceType.Weld
7605
Part345.TopSurface = Enum.SurfaceType.Weld
7606
Part345.Color = Color3.new(0.498039, 0.556863, 0.392157)
7607
Part345.Position = Vector3.new(16.189827, 7.60006905, 38.8596954)
7608
Part345.Orientation = Vector3.new(0, 180, 0)
7609
Part345.Color = Color3.new(0.498039, 0.556863, 0.392157)
7610
BlockMesh346.Parent = Part345
7611
Part347.Parent = Model0
7612
Part347.Material = Enum.Material.Metal
7613
Part347.BrickColor = BrickColor.new("Grime")
7614
Part347.Rotation = Vector3.new(180, 0, -180)
7615
Part347.FormFactor = Enum.FormFactor.Custom
7616
Part347.Size = Vector3.new(13.1999998, 1.59999967, 3.60000038)
7617
Part347.CFrame = CFrame.new(-10.9098253, 3.60021257, 34.460022, -1, 6.43994736e-06, -5.3034978e-06, 6.4623523e-06, 1, -7.84834992e-06, 5.75847071e-06, -7.52855431e-06, -1)
7618
Part347.BackSurface = Enum.SurfaceType.Weld
7619
Part347.BottomSurface = Enum.SurfaceType.Weld
7620
Part347.FrontSurface = Enum.SurfaceType.Weld
7621
Part347.LeftSurface = Enum.SurfaceType.Weld
7622
Part347.RightSurface = Enum.SurfaceType.Weld
7623
Part347.TopSurface = Enum.SurfaceType.Weld
7624
Part347.Color = Color3.new(0.498039, 0.556863, 0.392157)
7625
Part347.Position = Vector3.new(-10.9098253, 3.60021257, 34.460022)
7626
Part347.Orientation = Vector3.new(0, -180, 0)
7627
Part347.Color = Color3.new(0.498039, 0.556863, 0.392157)
7628
BlockMesh348.Parent = Part347
7629
BlockMesh348.Offset = Vector3.new(0, 0.800000012, 0)
7630
BlockMesh348.Scale = Vector3.new(1.10000002, 2, 1)
7631
BlockMesh348.Scale = Vector3.new(1.10000002, 2, 1)
7632
Part349.Parent = Model0
7633
Part349.Material = Enum.Material.Metal
7634
Part349.BrickColor = BrickColor.new("Grime")
7635
Part349.Rotation = Vector3.new(-180, 0, -180)
7636
Part349.CanCollide = false
7637
Part349.FormFactor = Enum.FormFactor.Custom
7638
Part349.Size = Vector3.new(0.800000191, 1.40000021, 5.19999981)
7639
Part349.CFrame = CFrame.new(16.6903687, 6.50005674, 33.6597786, -1, 7.3178353e-06, -2.29274719e-05, 7.57607449e-06, 1, 1.38828382e-05, 2.81880748e-05, 1.75801961e-05, -1)
7640
Part349.BackSurface = Enum.SurfaceType.Weld
7641
Part349.BottomSurface = Enum.SurfaceType.Weld
7642
Part349.FrontSurface = Enum.SurfaceType.Weld
7643
Part349.LeftSurface = Enum.SurfaceType.Weld
7644
Part349.RightSurface = Enum.SurfaceType.Weld
7645
Part349.TopSurface = Enum.SurfaceType.Weld
7646
Part349.Color = Color3.new(0.498039, 0.556863, 0.392157)
7647
Part349.Position = Vector3.new(16.6903687, 6.50005674, 33.6597786)
7648
Part349.Orientation = Vector3.new(0, -180, 0)
7649
Part349.Color = Color3.new(0.498039, 0.556863, 0.392157)
7650
BlockMesh350.Parent = Part349
7651
Part351.Parent = Model0
7652
Part351.Material = Enum.Material.Metal
7653
Part351.BrickColor = BrickColor.new("Grime")
7654
Part351.Rotation = Vector3.new(180, 0, -180)
7655
Part351.FormFactor = Enum.FormFactor.Custom
7656
Part351.Size = Vector3.new(11.8000002, 3.20000005, 5.20000029)
7657
Part351.CFrame = CFrame.new(11.1901808, 5.60010195, 38.8599014, -1, 6.43885596e-06, -5.28130158e-06, 6.4634437e-06, 1, -7.86395231e-06, 5.78066692e-06, -7.51295283e-06, -1)
7658
Part351.BottomSurface = Enum.SurfaceType.Weld
7659
Part351.LeftSurface = Enum.SurfaceType.Weld
7660
Part351.RightSurface = Enum.SurfaceType.Weld
7661
Part351.TopSurface = Enum.SurfaceType.Weld
7662
Part351.Color = Color3.new(0.498039, 0.556863, 0.392157)
7663
Part351.Position = Vector3.new(11.1901808, 5.60010195, 38.8599014)
7664
Part351.Orientation = Vector3.new(0, -180, 0)
7665
Part351.Color = Color3.new(0.498039, 0.556863, 0.392157)
7666
BlockMesh352.Parent = Part351
7667
Part353.Parent = Model0
7668
Part353.Material = Enum.Material.Metal
7669
Part353.BrickColor = BrickColor.new("Grime")
7670
Part353.Rotation = Vector3.new(-180, 0, -180)
7671
Part353.FormFactor = Enum.FormFactor.Custom
7672
Part353.Size = Vector3.new(13.1999998, 1.59999967, 3.60000038)
7673
Part353.CFrame = CFrame.new(-10.909873, 3.60028696, 43.2598724, -1, 6.40441704e-06, -4.601201e-06, 6.40441613e-06, 1, 1.49602386e-07, 4.60120282e-06, 1.49572926e-07, -1)
7674
Part353.BottomSurface = Enum.SurfaceType.Weld
7675
Part353.LeftSurface = Enum.SurfaceType.Weld
7676
Part353.RightSurface = Enum.SurfaceType.Weld
7677
Part353.TopSurface = Enum.SurfaceType.Weld
7678
Part353.Color = Color3.new(0.498039, 0.556863, 0.392157)
7679
Part353.Position = Vector3.new(-10.909873, 3.60028696, 43.2598724)
7680
Part353.Orientation = Vector3.new(0, -180, 0)
7681
Part353.Color = Color3.new(0.498039, 0.556863, 0.392157)
7682
BlockMesh354.Parent = Part353
7683
BlockMesh354.Offset = Vector3.new(0, 0.800000012, 0)
7684
BlockMesh354.Scale = Vector3.new(1.10000002, 2, 1)
7685
BlockMesh354.Scale = Vector3.new(1.10000002, 2, 1)
7686
Part355.Parent = Model0
7687
Part355.Material = Enum.Material.Metal
7688
Part355.BrickColor = BrickColor.new("Grime")
7689
Part355.Rotation = Vector3.new(-180, 0, -180)
7690
Part355.CanCollide = false
7691
Part355.FormFactor = Enum.FormFactor.Custom
7692
Part355.Size = Vector3.new(11.8000002, 0.399999976, 0.200000003)
7693
Part355.CFrame = CFrame.new(-10.8097591, 6.2003026, 46.5602341, -1, 7.40343285e-06, -2.46297823e-05, 7.77740297e-06, 0.99999088, 5.76178718e-06, 3.21788757e-05, 1.10601068e-05, -1.00000012)
7694
Part355.BackSurface = Enum.SurfaceType.Weld
7695
Part355.BottomSurface = Enum.SurfaceType.Weld
7696
Part355.FrontSurface = Enum.SurfaceType.Weld
7697
Part355.LeftSurface = Enum.SurfaceType.Weld
7698
Part355.RightSurface = Enum.SurfaceType.Weld
7699
Part355.TopSurface = Enum.SurfaceType.Weld
7700
Part355.Color = Color3.new(0.498039, 0.556863, 0.392157)
7701
Part355.Position = Vector3.new(-10.8097591, 6.2003026, 46.5602341)
7702
Part355.Orientation = Vector3.new(0, -180, 0)
7703
Part355.Color = Color3.new(0.498039, 0.556863, 0.392157)
7704
BlockMesh356.Parent = Part355
7705
Part357.Parent = Model0
7706
Part357.Material = Enum.Material.Metal
7707
Part357.BrickColor = BrickColor.new("Grime")
7708
Part357.Rotation = Vector3.new(180, 0, -180)
7709
Part357.FormFactor = Enum.FormFactor.Custom
7710
Part357.Size = Vector3.new(5.59999943, 0.799999952, 1.80000031)
7711
Part357.CFrame = CFrame.new(14.8900795, 8.40018654, 44.7598724, -1, 6.8830459e-06, -1.4202913e-05, 7.07082381e-06, 1, -9.31228442e-06, 1.80205971e-05, -6.62894672e-06, -1)
7712
Part357.BackSurface = Enum.SurfaceType.Weld
7713
Part357.BottomSurface = Enum.SurfaceType.Weld
7714
Part357.FrontSurface = Enum.SurfaceType.Weld
7715
Part357.LeftSurface = Enum.SurfaceType.Weld
7716
Part357.RightSurface = Enum.SurfaceType.Weld
7717
Part357.TopSurface = Enum.SurfaceType.Weld
7718
Part357.Color = Color3.new(0.498039, 0.556863, 0.392157)
7719
Part357.Position = Vector3.new(14.8900795, 8.40018654, 44.7598724)
7720
Part357.Orientation = Vector3.new(0, -180, 0)
7721
Part357.Color = Color3.new(0.498039, 0.556863, 0.392157)
7722
BlockMesh358.Parent = Part357
7723
Part359.Parent = Model0
7724
Part359.Material = Enum.Material.Metal
7725
Part359.BrickColor = BrickColor.new("Grime")
7726
Part359.Rotation = Vector3.new(-180, 0, -180)
7727
Part359.CanCollide = false
7728
Part359.FormFactor = Enum.FormFactor.Custom
7729
Part359.Size = Vector3.new(0.799999356, 1.19999981, 5.19999981)
7730
Part359.CFrame = CFrame.new(2.69019699, 5.80022383, 44.0595703, -1, 7.91060938e-06, -3.4820343e-05, 8.28971952e-06, 0.99999088, 1.29368718e-05, 4.24804894e-05, 1.83131688e-05, -1.00000012)
7731
Part359.BackSurface = Enum.SurfaceType.Weld
7732
Part359.BottomSurface = Enum.SurfaceType.Weld
7733
Part359.FrontSurface = Enum.SurfaceType.Weld
7734
Part359.LeftSurface = Enum.SurfaceType.Weld
7735
Part359.RightSurface = Enum.SurfaceType.Weld
7736
Part359.TopSurface = Enum.SurfaceType.Weld
7737
Part359.Color = Color3.new(0.498039, 0.556863, 0.392157)
7738
Part359.Position = Vector3.new(2.69019699, 5.80022383, 44.0595703)
7739
Part359.Orientation = Vector3.new(0, -180, 0)
7740
Part359.Color = Color3.new(0.498039, 0.556863, 0.392157)
7741
BlockMesh360.Parent = Part359
7742
Part361.Parent = Model0
7743
Part361.Material = Enum.Material.Metal
7744
Part361.BrickColor = BrickColor.new("Grime")
7745
Part361.Rotation = Vector3.new(180, 0, -180)
7746
Part361.CanCollide = false
7747
Part361.FormFactor = Enum.FormFactor.Custom
7748
Part361.Size = Vector3.new(0.799999356, 1.19999981, 5.19999981)
7749
Part361.CFrame = CFrame.new(2.69034576, 5.80008698, 33.6597061, -1, 6.692429e-06, -1.03765615e-05, 7.06659148e-06, 0.99999088, -4.27647774e-06, 1.79255858e-05, 1.02187551e-06, -1.00000012)
7750
Part361.BackSurface = Enum.SurfaceType.Weld
7751
Part361.BottomSurface = Enum.SurfaceType.Weld
7752
Part361.FrontSurface = Enum.SurfaceType.Weld
7753
Part361.LeftSurface = Enum.SurfaceType.Weld
7754
Part361.RightSurface = Enum.SurfaceType.Weld
7755
Part361.TopSurface = Enum.SurfaceType.Weld
7756
Part361.Color = Color3.new(0.498039, 0.556863, 0.392157)
7757
Part361.Position = Vector3.new(2.69034576, 5.80008698, 33.6597061)
7758
Part361.Orientation = Vector3.new(0, -180, 0)
7759
Part361.Color = Color3.new(0.498039, 0.556863, 0.392157)
7760
BlockMesh362.Parent = Part361
7761
Part363.Parent = Model0
7762
Part363.Material = Enum.Material.Metal
7763
Part363.BrickColor = BrickColor.new("Grime")
7764
Part363.Rotation = Vector3.new(180, 0, -180)
7765
Part363.FormFactor = Enum.FormFactor.Custom
7766
Part363.Size = Vector3.new(5.19999933, 1.19999993, 4.00000048)
7767
Part363.CFrame = CFrame.new(8.89022923, 8.60020256, 44.0598717, -1, 6.46254784e-06, -5.67977986e-06, 7.01250519e-06, 1, -1.47377223e-05, 1.68665701e-05, -6.87466036e-06, -1)
7768
Part363.BackSurface = Enum.SurfaceType.Weld
7769
Part363.BottomSurface = Enum.SurfaceType.Weld
7770
Part363.FrontSurface = Enum.SurfaceType.Weld
7771
Part363.LeftSurface = Enum.SurfaceType.Weld
7772
Part363.RightSurface = Enum.SurfaceType.Weld
7773
Part363.TopSurface = Enum.SurfaceType.Weld
7774
Part363.Color = Color3.new(0.498039, 0.556863, 0.392157)
7775
Part363.Position = Vector3.new(8.89022923, 8.60020256, 44.0598717)
7776
Part363.Orientation = Vector3.new(0, -180, 0)
7777
Part363.Color = Color3.new(0.498039, 0.556863, 0.392157)
7778
BlockMesh364.Parent = Part363
7779
Part365.Parent = Model0
7780
Part365.Material = Enum.Material.Metal
7781
Part365.BrickColor = BrickColor.new("Grime")
7782
Part365.Rotation = Vector3.new(180, 0, -180)
7783
Part365.FormFactor = Enum.FormFactor.Custom
7784
Part365.Size = Vector3.new(6.19999933, 2.20000005, 2.60000038)
7785
Part365.CFrame = CFrame.new(14.9901371, 9.90013123, 44.7598419, -1, 6.21868867e-06, -8.11329301e-07, 6.58744511e-06, 1, -2.47506978e-06, 8.31362831e-06, 2.79819596e-06, -1)
7786
Part365.BackSurface = Enum.SurfaceType.Weld
7787
Part365.BottomSurface = Enum.SurfaceType.Weld
7788
Part365.FrontSurface = Enum.SurfaceType.Weld
7789
Part365.LeftSurface = Enum.SurfaceType.Weld
7790
Part365.RightSurface = Enum.SurfaceType.Weld
7791
Part365.TopSurface = Enum.SurfaceType.Weld
7792
Part365.Color = Color3.new(0.498039, 0.556863, 0.392157)
7793
Part365.Position = Vector3.new(14.9901371, 9.90013123, 44.7598419)
7794
Part365.Orientation = Vector3.new(0, -180, 0)
7795
Part365.Color = Color3.new(0.498039, 0.556863, 0.392157)
7796
BlockMesh366.Parent = Part365
7797
Part367.Parent = Model0
7798
Part367.Material = Enum.Material.Metal
7799
Part367.BrickColor = BrickColor.new("Grime")
7800
Part367.Rotation = Vector3.new(180, 0, -180)
7801
Part367.FormFactor = Enum.FormFactor.Custom
7802
Part367.Size = Vector3.new(11.8000002, 0.799999952, 5.20000029)
7803
Part367.CFrame = CFrame.new(11.190093, 7.60022306, 44.059761, -1, 4.3787395e-06, 3.62749852e-05, 4.74697981e-06, 1, -1.41841037e-05, -2.87727416e-05, -8.91064337e-06, -1)
7804
Part367.BackSurface = Enum.SurfaceType.Weld
7805
Part367.BottomSurface = Enum.SurfaceType.Weld
7806
Part367.FrontSurface = Enum.SurfaceType.Weld
7807
Part367.LeftSurface = Enum.SurfaceType.Weld
7808
Part367.RightSurface = Enum.SurfaceType.Weld
7809
Part367.TopSurface = Enum.SurfaceType.Weld
7810
Part367.Color = Color3.new(0.498039, 0.556863, 0.392157)
7811
Part367.Position = Vector3.new(11.190093, 7.60022306, 44.059761)
7812
Part367.Orientation = Vector3.new(0, 180, 0)
7813
Part367.Color = Color3.new(0.498039, 0.556863, 0.392157)
7814
BlockMesh368.Parent = Part367
7815
Part369.Parent = Model0
7816
Part369.Material = Enum.Material.Metal
7817
Part369.BrickColor = BrickColor.new("Grime")
7818
Part369.Rotation = Vector3.new(180, 0, -180)
7819
Part369.CanCollide = false
7820
Part369.FormFactor = Enum.FormFactor.Custom
7821
Part369.Size = Vector3.new(3.39999962, 0.799999893, 5.20000029)
7822
Part369.CFrame = CFrame.new(6.99010181, 7.6001296, 38.8598747, -1, 6.44049305e-06, -5.31459591e-06, 6.46180661e-06, 1, -7.84054919e-06, 5.74737214e-06, -7.53635504e-06, -1)
7823
Part369.BackSurface = Enum.SurfaceType.Weld
7824
Part369.BottomSurface = Enum.SurfaceType.Weld
7825
Part369.FrontSurface = Enum.SurfaceType.Weld
7826
Part369.LeftSurface = Enum.SurfaceType.Weld
7827
Part369.RightSurface = Enum.SurfaceType.Weld
7828
Part369.TopSurface = Enum.SurfaceType.Weld
7829
Part369.Color = Color3.new(0.498039, 0.556863, 0.392157)
7830
Part369.Position = Vector3.new(6.99010181, 7.6001296, 38.8598747)
7831
Part369.Orientation = Vector3.new(0, -180, 0)
7832
Part369.Color = Color3.new(0.498039, 0.556863, 0.392157)
7833
BlockMesh370.Parent = Part369
7834
Part371.Parent = Model0
7835
Part371.Material = Enum.Material.Metal
7836
Part371.BrickColor = BrickColor.new("Really black")
7837
Part371.Rotation = Vector3.new(-90, 90, 0)
7838
Part371.CanCollide = false
7839
Part371.FormFactor = Enum.FormFactor.Custom
7840
Part371.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
7841
Part371.CFrame = CFrame.new(-7.3100009, 2.80016303, 31.7599716, -6.42304258e-06, -4.95945733e-06, 1, -1, -8.09017456e-06, -6.47926254e-06, 7.28673149e-06, -1, -6.10251254e-06)
7842
Part371.BottomSurface = Enum.SurfaceType.Weld
7843
Part371.FrontSurface = Enum.SurfaceType.Weld
7844
Part371.LeftSurface = Enum.SurfaceType.Weld
7845
Part371.RightSurface = Enum.SurfaceType.Weld
7846
Part371.TopSurface = Enum.SurfaceType.Weld
7847
Part371.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7848
Part371.Position = Vector3.new(-7.3100009, 2.80016303, 31.7599716)
7849
Part371.Orientation = Vector3.new(0, 90, -90)
7850
Part371.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7851
CylinderMesh372.Parent = Part371
7852
Part373.Parent = Model0
7853
Part373.Material = Enum.Material.Metal
7854
Part373.BrickColor = BrickColor.new("Grime")
7855
Part373.Rotation = Vector3.new(-180, 0, -180)
7856
Part373.CanCollide = false
7857
Part373.FormFactor = Enum.FormFactor.Custom
7858
Part373.Size = Vector3.new(1.59999919, 0.799999952, 5.19999981)
7859
Part373.CFrame = CFrame.new(3.09007359, 6.80019569, 44.0596123, -1, 6.8204281e-06, -1.29195741e-05, 7.19992431e-06, 0.99999088, 5.89834963e-06, 2.05796405e-05, 1.12747821e-05, -1.00000012)
7860
Part373.BackSurface = Enum.SurfaceType.Weld
7861
Part373.BottomSurface = Enum.SurfaceType.Weld
7862
Part373.FrontSurface = Enum.SurfaceType.Weld
7863
Part373.LeftSurface = Enum.SurfaceType.Weld
7864
Part373.RightSurface = Enum.SurfaceType.Weld
7865
Part373.TopSurface = Enum.SurfaceType.Weld
7866
Part373.Color = Color3.new(0.498039, 0.556863, 0.392157)
7867
Part373.Position = Vector3.new(3.09007359, 6.80019569, 44.0596123)
7868
Part373.Orientation = Vector3.new(0, -180, 0)
7869
Part373.Color = Color3.new(0.498039, 0.556863, 0.392157)
7870
BlockMesh374.Parent = Part373
7871
Part375.Parent = Model0
7872
Part375.Material = Enum.Material.Metal
7873
Part375.BrickColor = BrickColor.new("Grime")
7874
Part375.Rotation = Vector3.new(-180, 0, -180)
7875
Part375.FormFactor = Enum.FormFactor.Custom
7876
Part375.Size = Vector3.new(8, 1.20000005, 5.19999981)
7877
Part375.CFrame = CFrame.new(-21.5098934, 3.4003644, 44.0600357, -1, 7.54534176e-06, -2.77179206e-05, 7.54488246e-06, 1, 1.65513575e-05, 2.77180479e-05, 1.65511501e-05, -1)
7878
Part375.BackSurface = Enum.SurfaceType.Weld
7879
Part375.BottomSurface = Enum.SurfaceType.Weld
7880
Part375.LeftSurface = Enum.SurfaceType.Weld
7881
Part375.RightSurface = Enum.SurfaceType.Weld
7882
Part375.TopSurface = Enum.SurfaceType.Weld
7883
Part375.Color = Color3.new(0.498039, 0.556863, 0.392157)
7884
Part375.Position = Vector3.new(-21.5098934, 3.4003644, 44.0600357)
7885
Part375.Orientation = Vector3.new(0, -180, 0)
7886
Part375.Color = Color3.new(0.498039, 0.556863, 0.392157)
7887
BlockMesh376.Parent = Part375
7888
Part377.Parent = Model0
7889
Part377.Material = Enum.Material.Metal
7890
Part377.BrickColor = BrickColor.new("Grime")
7891
Part377.Rotation = Vector3.new(180, 0, -180)
7892
Part377.CanCollide = false
7893
Part377.FormFactor = Enum.FormFactor.Custom
7894
Part377.Size = Vector3.new(6.19999981, 2.39999986, 5.19999981)
7895
Part377.CFrame = CFrame.new(-0.809634686, 4.00016212, 33.659977, -1, 5.6025101e-06, 1.15597104e-05, 5.61264596e-06, 1, -1.9705436e-05, -1.1348955e-05, -1.95571592e-05, -1)
7896
Part377.BackSurface = Enum.SurfaceType.Weld
7897
Part377.BottomSurface = Enum.SurfaceType.Weld
7898
Part377.FrontSurface = Enum.SurfaceType.Weld
7899
Part377.LeftSurface = Enum.SurfaceType.Weld
7900
Part377.RightSurface = Enum.SurfaceType.Weld
7901
Part377.TopSurface = Enum.SurfaceType.Weld
7902
Part377.Color = Color3.new(0.498039, 0.556863, 0.392157)
7903
Part377.Position = Vector3.new(-0.809634686, 4.00016212, 33.659977)
7904
Part377.Orientation = Vector3.new(0, 180, 0)
7905
Part377.Color = Color3.new(0.498039, 0.556863, 0.392157)
7906
BlockMesh378.Parent = Part377
7907
Part379.Parent = Model0
7908
Part379.Material = Enum.Material.Metal
7909
Part379.BrickColor = BrickColor.new("Grime")
7910
Part379.Rotation = Vector3.new(180, 0, -180)
7911
Part379.CanCollide = false
7912
Part379.FormFactor = Enum.FormFactor.Custom
7913
Part379.Size = Vector3.new(0.399999231, 0.799999893, 5.19999981)
7914
Part379.CFrame = CFrame.new(-4.10968304, 4.80014801, 33.6599922, -1, 5.95867459e-06, 4.37692006e-06, 5.96897416e-06, 1, -1.46642387e-05, -4.16614375e-06, -1.45159993e-05, -1)
7915
Part379.BackSurface = Enum.SurfaceType.Weld
7916
Part379.BottomSurface = Enum.SurfaceType.Weld
7917
Part379.FrontSurface = Enum.SurfaceType.Weld
7918
Part379.LeftSurface = Enum.SurfaceType.Weld
7919
Part379.RightSurface = Enum.SurfaceType.Weld
7920
Part379.TopSurface = Enum.SurfaceType.Weld
7921
Part379.Color = Color3.new(0.498039, 0.556863, 0.392157)
7922
Part379.Position = Vector3.new(-4.10968304, 4.80014801, 33.6599922)
7923
Part379.Orientation = Vector3.new(0, 180, 0)
7924
Part379.Color = Color3.new(0.498039, 0.556863, 0.392157)
7925
BlockMesh380.Parent = Part379
7926
Part381.Name = "wheel"
7927
Part381.Parent = Model0
7928
Part381.Material = Enum.Material.Metal
7929
Part381.BrickColor = BrickColor.new("Grime")
7930
Part381.Transparency = 1
7931
Part381.Rotation = Vector3.new(-90, -90, 0)
7932
Part381.FormFactor = Enum.FormFactor.Symmetric
7933
Part381.Friction = 1
7934
Part381.Shape = Enum.PartType.Ball
7935
Part381.Size = Vector3.new(5, 5, 5)
7936
Part381.CFrame = CFrame.new(-22.5099869, 2.99934506, 49.1596909, -1.68524257e-05, -5.57238771e-08, -1, 1, -4.68407961e-08, -1.6852111e-05, -3.93574737e-08, -1, 6.68240361e-08)
7937
Part381.BottomSurface = Enum.SurfaceType.Smooth
7938
Part381.TopSurface = Enum.SurfaceType.Hinge
7939
Part381.Color = Color3.new(0.498039, 0.556863, 0.392157)
7940
Part381.Position = Vector3.new(-22.5099869, 2.99934506, 49.1596909)
7941
Part381.Orientation = Vector3.new(0, -90, 90)
7942
Part381.Color = Color3.new(0.498039, 0.556863, 0.392157)
7943
CylinderMesh382.Parent = Part381
7944
CylinderMesh382.Offset = Vector3.new(0, -1.10000002, 0)
7945
CylinderMesh382.Scale = Vector3.new(1, 0.600000024, 1)
7946
CylinderMesh382.Scale = Vector3.new(1, 0.600000024, 1)
7947
Part383.Parent = Model0
7948
Part383.Material = Enum.Material.Metal
7949
Part383.BrickColor = BrickColor.new("Really black")
7950
Part383.Rotation = Vector3.new(-90, 90, 0)
7951
Part383.CanCollide = false
7952
Part383.FormFactor = Enum.FormFactor.Custom
7953
Part383.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
7954
Part383.CFrame = CFrame.new(-13.909976, 2.80021191, 31.7600212, -6.42304258e-06, -4.95945733e-06, 1, -1, -8.09017456e-06, -6.47926254e-06, 7.28673149e-06, -1, -6.10251254e-06)
7955
Part383.BottomSurface = Enum.SurfaceType.Weld
7956
Part383.FrontSurface = Enum.SurfaceType.Weld
7957
Part383.LeftSurface = Enum.SurfaceType.Weld
7958
Part383.RightSurface = Enum.SurfaceType.Weld
7959
Part383.TopSurface = Enum.SurfaceType.Weld
7960
Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7961
Part383.Position = Vector3.new(-13.909976, 2.80021191, 31.7600212)
7962
Part383.Orientation = Vector3.new(0, 90, -90)
7963
Part383.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7964
CylinderMesh384.Parent = Part383
7965
Part385.Parent = Model0
7966
Part385.Material = Enum.Material.Metal
7967
Part385.BrickColor = BrickColor.new("Really black")
7968
Part385.Rotation = Vector3.new(90, -90, 0)
7969
Part385.CanCollide = false
7970
Part385.FormFactor = Enum.FormFactor.Custom
7971
Part385.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
7972
Part385.CFrame = CFrame.new(-13.9099016, 2.80034089, 45.9599915, -5.31013347e-06, -1.75913701e-05, -1, -1, 8.41797737e-06, 5.30998523e-06, 8.4178846e-06, 1, -1.75914138e-05)
7973
Part385.BottomSurface = Enum.SurfaceType.Weld
7974
Part385.FrontSurface = Enum.SurfaceType.Weld
7975
Part385.LeftSurface = Enum.SurfaceType.Weld
7976
Part385.RightSurface = Enum.SurfaceType.Weld
7977
Part385.TopSurface = Enum.SurfaceType.Weld
7978
Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7979
Part385.Position = Vector3.new(-13.9099016, 2.80034089, 45.9599915)
7980
Part385.Orientation = Vector3.new(0, -90, -90)
7981
Part385.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
7982
CylinderMesh386.Parent = Part385
7983
WedgePart387.Parent = Model0
7984
WedgePart387.Material = Enum.Material.Metal
7985
WedgePart387.BrickColor = BrickColor.new("Grime")
7986
WedgePart387.Rotation = Vector3.new(-180, -90, 0)
7987
WedgePart387.FormFactor = Enum.FormFactor.Custom
7988
WedgePart387.Size = Vector3.new(5.19999981, 1.20000005, 0.800000072)
7989
WedgePart387.CFrame = CFrame.new(3.49014544, 5.80042076, 33.6599541, -5.22691334e-06, -6.46520948e-06, -1, 5.58827878e-06, -1, 6.48099831e-06, -1, -5.81446511e-06, 5.54879989e-06)
7990
WedgePart387.BottomSurface = Enum.SurfaceType.Weld
7991
WedgePart387.Color = Color3.new(0.498039, 0.556863, 0.392157)
7992
WedgePart387.Position = Vector3.new(3.49014544, 5.80042076, 33.6599541)
7993
WedgePart387.Orientation = Vector3.new(0, -90, 180)
7994
WedgePart387.Color = Color3.new(0.498039, 0.556863, 0.392157)
7995
SpecialMesh388.Parent = WedgePart387
7996
SpecialMesh388.MeshType = Enum.MeshType.Wedge
7997
WedgePart389.Parent = Model0
7998
WedgePart389.Material = Enum.Material.Metal
7999
WedgePart389.BrickColor = BrickColor.new("Grime")
8000
WedgePart389.Rotation = Vector3.new(180, 90, 0)
8001
WedgePart389.CanCollide = false
8002
WedgePart389.FormFactor = Enum.FormFactor.Custom
8003
WedgePart389.Size = Vector3.new(5.19999981, 1.60000014, 0.400000006)
8004
WedgePart389.CFrame = CFrame.new(-4.10981941, 3.60051203, 33.6600952, 5.08384437e-06, -6.67719132e-06, 1, 8.03388048e-06, -0.999993205, -6.73167688e-06, 1, 7.2622679e-06, -6.18094418e-06)
8005
WedgePart389.BottomSurface = Enum.SurfaceType.Weld
8006
WedgePart389.Color = Color3.new(0.498039, 0.556863, 0.392157)
8007
WedgePart389.Position = Vector3.new(-4.10981941, 3.60051203, 33.6600952)
8008
WedgePart389.Orientation = Vector3.new(0, 90, 180)
8009
WedgePart389.Color = Color3.new(0.498039, 0.556863, 0.392157)
8010
SpecialMesh390.Parent = WedgePart389
8011
SpecialMesh390.MeshType = Enum.MeshType.Wedge
8012
WedgePart391.Parent = Model0
8013
WedgePart391.Material = Enum.Material.Metal
8014
WedgePart391.BrickColor = BrickColor.new("Grime")
8015
WedgePart391.Rotation = Vector3.new(-180, 90, 0)
8016
WedgePart391.CanCollide = false
8017
WedgePart391.FormFactor = Enum.FormFactor.Custom
8018
WedgePart391.Size = Vector3.new(5.19999981, 0.800000072, 0.600000024)
8019
WedgePart391.CFrame = CFrame.new(-4.60982037, 4.80040455, 44.0597725, 1.23189566e-05, -7.03911064e-06, 1, -4.74273656e-06, -0.999981761, -7.78240428e-06, 1.00000024, -1.52694429e-05, -2.73172082e-05)
8020
WedgePart391.BottomSurface = Enum.SurfaceType.Weld
8021
WedgePart391.Color = Color3.new(0.498039, 0.556863, 0.392157)
8022
WedgePart391.Position = Vector3.new(-4.60982037, 4.80040455, 44.0597725)
8023
WedgePart391.Orientation = Vector3.new(0, 90, -180)
8024
WedgePart391.Color = Color3.new(0.498039, 0.556863, 0.392157)
8025
SpecialMesh392.Parent = WedgePart391
8026
SpecialMesh392.MeshType = Enum.MeshType.Wedge
8027
WedgePart393.Parent = Model0
8028
WedgePart393.Material = Enum.Material.Metal
8029
WedgePart393.BrickColor = BrickColor.new("Grime")
8030
WedgePart393.Rotation = Vector3.new(180, -90, 0)
8031
WedgePart393.FormFactor = Enum.FormFactor.Custom
8032
WedgePart393.Size = Vector3.new(5.19999981, 0.800000072, 1.4000001)
8033
WedgePart393.CFrame = CFrame.new(4.59036112, 6.80025482, 44.0597649, -1.38457381e-07, -6.21204481e-06, -1, -1.1573351e-05, -0.999996543, 6.72009583e-06, -1, 3.97761823e-06, 1.09616794e-05)
8034
WedgePart393.BottomSurface = Enum.SurfaceType.Weld
8035
WedgePart393.Color = Color3.new(0.498039, 0.556863, 0.392157)
8036
WedgePart393.Position = Vector3.new(4.59036112, 6.80025482, 44.0597649)
8037
WedgePart393.Orientation = Vector3.new(0, -90, -180)
8038
WedgePart393.Color = Color3.new(0.498039, 0.556863, 0.392157)
8039
SpecialMesh394.Parent = WedgePart393
8040
SpecialMesh394.MeshType = Enum.MeshType.Wedge
8041
WedgePart395.Parent = Model0
8042
WedgePart395.Material = Enum.Material.Metal
8043
WedgePart395.BrickColor = BrickColor.new("Grime")
8044
WedgePart395.Rotation = Vector3.new(180, -90, 0)
8045
WedgePart395.FormFactor = Enum.FormFactor.Custom
8046
WedgePart395.Size = Vector3.new(5.19999981, 0.800000072, 1.4000001)
8047
WedgePart395.CFrame = CFrame.new(4.59042549, 6.80014467, 33.6591415, 5.75830927e-06, -5.91780463e-06, -1, -1.57273789e-05, -1, 6.3936277e-06, -1, 8.98918006e-06, 3.81148857e-06)
8048
WedgePart395.BottomSurface = Enum.SurfaceType.Weld
8049
WedgePart395.Color = Color3.new(0.498039, 0.556863, 0.392157)
8050
WedgePart395.Position = Vector3.new(4.59042549, 6.80014467, 33.6591415)
8051
WedgePart395.Orientation = Vector3.new(0, -90, -180)
8052
WedgePart395.Color = Color3.new(0.498039, 0.556863, 0.392157)
8053
SpecialMesh396.Parent = WedgePart395
8054
SpecialMesh396.MeshType = Enum.MeshType.Wedge
8055
WedgePart397.Parent = Model0
8056
WedgePart397.Material = Enum.Material.Metal
8057
WedgePart397.BrickColor = BrickColor.new("Grime")
8058
WedgePart397.Rotation = Vector3.new(180, 90, 0)
8059
WedgePart397.CanCollide = false
8060
WedgePart397.FormFactor = Enum.FormFactor.Custom
8061
WedgePart397.Size = Vector3.new(5.19999981, 1.60000014, 0.400000006)
8062
WedgePart397.CFrame = CFrame.new(-4.10966873, 3.60070205, 44.0600739, -1.83692464e-05, -5.51331595e-06, 1, 1.6215803e-05, -0.99999088, -5.89260162e-06, 1.00000012, 1.0839356e-05, 1.07093201e-05)
8063
WedgePart397.BottomSurface = Enum.SurfaceType.Weld
8064
WedgePart397.Color = Color3.new(0.498039, 0.556863, 0.392157)
8065
WedgePart397.Position = Vector3.new(-4.10966873, 3.60070205, 44.0600739)
8066
WedgePart397.Orientation = Vector3.new(0, 90, 180)
8067
WedgePart397.Color = Color3.new(0.498039, 0.556863, 0.392157)
8068
SpecialMesh398.Parent = WedgePart397
8069
SpecialMesh398.MeshType = Enum.MeshType.Wedge
8070
WedgePart399.Parent = Model0
8071
WedgePart399.Material = Enum.Material.Metal
8072
WedgePart399.BrickColor = BrickColor.new("Grime")
8073
WedgePart399.Rotation = Vector3.new(-180, -90, 0)
8074
WedgePart399.FormFactor = Enum.FormFactor.Custom
8075
WedgePart399.Size = Vector3.new(5.19999981, 1.20000005, 0.800000072)
8076
WedgePart399.CFrame = CFrame.new(3.49025035, 5.80047512, 44.0598679, 1.49187254e-05, -5.46336423e-06, -1, 1.28550873e-05, -0.99999088, 5.84314057e-06, -1.00000012, -1.82317744e-05, -7.25863902e-06)
8077
WedgePart399.BottomSurface = Enum.SurfaceType.Weld
8078
WedgePart399.Color = Color3.new(0.498039, 0.556863, 0.392157)
8079
WedgePart399.Position = Vector3.new(3.49025035, 5.80047512, 44.0598679)
8080
WedgePart399.Orientation = Vector3.new(0, -90, 180)
8081
WedgePart399.Color = Color3.new(0.498039, 0.556863, 0.392157)
8082
SpecialMesh400.Parent = WedgePart399
8083
SpecialMesh400.MeshType = Enum.MeshType.Wedge
8084
WedgePart401.Parent = Model0
8085
WedgePart401.Material = Enum.Material.Metal
8086
WedgePart401.BrickColor = BrickColor.new("Grime")
8087
WedgePart401.Rotation = Vector3.new(-180, -90, 0)
8088
WedgePart401.FormFactor = Enum.FormFactor.Custom
8089
WedgePart401.Size = Vector3.new(5.19999981, 2.4000001, 0.800000072)
8090
WedgePart401.CFrame = CFrame.new(2.69040108, 4.00057888, 33.659893, -1.2307155e-05, -6.81548408e-06, -1, 4.87608668e-06, -1, 6.82578775e-06, -1, -5.02421426e-06, 1.25180559e-05)
8091
WedgePart401.BottomSurface = Enum.SurfaceType.Weld
8092
WedgePart401.Color = Color3.new(0.498039, 0.556863, 0.392157)
8093
WedgePart401.Position = Vector3.new(2.69040108, 4.00057888, 33.659893)
8094
WedgePart401.Orientation = Vector3.new(0, -90, 180)
8095
WedgePart401.Color = Color3.new(0.498039, 0.556863, 0.392157)
8096
SpecialMesh402.Parent = WedgePart401
8097
SpecialMesh402.MeshType = Enum.MeshType.Wedge
8098
WedgePart403.Parent = Model0
8099
WedgePart403.Material = Enum.Material.Metal
8100
WedgePart403.BrickColor = BrickColor.new("Grime")
8101
WedgePart403.Rotation = Vector3.new(180, 90, 0)
8102
WedgePart403.FormFactor = Enum.FormFactor.Custom
8103
WedgePart403.Size = Vector3.new(5.19999981, 1.4000001, 1.80000007)
8104
WedgePart403.CFrame = CFrame.new(15.3911648, 6.50011253, 33.6598206, -5.57357816e-06, -6.14820556e-06, 1, 6.22643574e-06, -1, -6.27145073e-06, 1, 4.4634462e-06, 3.06545007e-06)
8105
WedgePart403.BottomSurface = Enum.SurfaceType.Weld
8106
WedgePart403.Color = Color3.new(0.498039, 0.556863, 0.392157)
8107
WedgePart403.Position = Vector3.new(15.3911648, 6.50011253, 33.6598206)
8108
WedgePart403.Orientation = Vector3.new(0, 90, 180)
8109
WedgePart403.Color = Color3.new(0.498039, 0.556863, 0.392157)
8110
SpecialMesh404.Parent = WedgePart403
8111
SpecialMesh404.MeshType = Enum.MeshType.Wedge
8112
WedgePart405.Parent = Model0
8113
WedgePart405.Material = Enum.Material.Metal
8114
WedgePart405.BrickColor = BrickColor.new("Grime")
8115
WedgePart405.Rotation = Vector3.new(180, 90, 0)
8116
WedgePart405.CanCollide = false
8117
WedgePart405.FormFactor = Enum.FormFactor.Custom
8118
WedgePart405.Size = Vector3.new(5.19999981, 0.800000072, 0.600000024)
8119
WedgePart405.CFrame = CFrame.new(-4.60990286, 4.80025768, 33.6599922, -1.13140413e-05, -5.86295255e-06, 1, 1.95633838e-05, -0.999981761, -6.5924678e-06, 1.00000024, 9.23195239e-06, -3.40660699e-06)
8120
WedgePart405.BottomSurface = Enum.SurfaceType.Weld
8121
WedgePart405.Color = Color3.new(0.498039, 0.556863, 0.392157)
8122
WedgePart405.Position = Vector3.new(-4.60990286, 4.80025768, 33.6599922)
8123
WedgePart405.Orientation = Vector3.new(0, 90, 180)
8124
WedgePart405.Color = Color3.new(0.498039, 0.556863, 0.392157)
8125
SpecialMesh406.Parent = WedgePart405
8126
SpecialMesh406.MeshType = Enum.MeshType.Wedge
8127
WedgePart407.Parent = Model0
8128
WedgePart407.Material = Enum.Material.Metal
8129
WedgePart407.BrickColor = BrickColor.new("Grime")
8130
WedgePart407.Rotation = Vector3.new(180, -90, 0)
8131
WedgePart407.FormFactor = Enum.FormFactor.Custom
8132
WedgePart407.Size = Vector3.new(1.59999871, 2, 1.79999995)
8133
WedgePart407.CFrame = CFrame.new(-16.609375, 5.00049973, 45.8597336, 6.52338531e-06, -6.1213882e-06, -1, -1.60775817e-05, -1, 6.68229768e-06, -1, 8.12245889e-06, 4.77771937e-06)
8134
WedgePart407.BottomSurface = Enum.SurfaceType.Smooth
8135
WedgePart407.Color = Color3.new(0.498039, 0.556863, 0.392157)
8136
WedgePart407.Position = Vector3.new(-16.609375, 5.00049973, 45.8597336)
8137
WedgePart407.Orientation = Vector3.new(0, -90, -180)
8138
WedgePart407.Color = Color3.new(0.498039, 0.556863, 0.392157)
8139
SpecialMesh408.Parent = WedgePart407
8140
SpecialMesh408.MeshType = Enum.MeshType.Wedge
8141
Part409.Parent = Model0
8142
Part409.Material = Enum.Material.Metal
8143
Part409.BrickColor = BrickColor.new("Grime")
8144
Part409.Rotation = Vector3.new(180, 0, -180)
8145
Part409.FormFactor = Enum.FormFactor.Custom
8146
Part409.Size = Vector3.new(1.19999981, 1.20000005, 15.999999)
8147
Part409.CFrame = CFrame.new(18.0901623, 3.40006208, 38.8598328, -1, 6.87710462e-06, -1.40845405e-05, 7.06488026e-06, 1, -9.22855088e-06, 1.79022245e-05, -6.54521045e-06, -1)
8148
Part409.BackSurface = Enum.SurfaceType.Weld
8149
Part409.BottomSurface = Enum.SurfaceType.Weld
8150
Part409.LeftSurface = Enum.SurfaceType.Weld
8151
Part409.RightSurface = Enum.SurfaceType.Weld
8152
Part409.TopSurface = Enum.SurfaceType.Weld
8153
Part409.Color = Color3.new(0.498039, 0.556863, 0.392157)
8154
Part409.Position = Vector3.new(18.0901623, 3.40006208, 38.8598328)
8155
Part409.Orientation = Vector3.new(0, -180, 0)
8156
Part409.Color = Color3.new(0.498039, 0.556863, 0.392157)
8157
BlockMesh410.Parent = Part409
8158
Part411.Parent = Model0
8159
Part411.Material = Enum.Material.Metal
8160
Part411.BrickColor = BrickColor.new("Grime")
8161
Part411.Rotation = Vector3.new(-180, 0, -180)
8162
Part411.FormFactor = Enum.FormFactor.Custom
8163
Part411.Size = Vector3.new(2.00000024, 4, 15.6000004)
8164
Part411.CFrame = CFrame.new(18.0899773, 6.00011158, 38.8595161, -1, 8.79176241e-06, -5.25169889e-05, 8.88845261e-06, 1, 7.70221322e-06, 5.44925242e-05, 9.09026676e-06, -1)
8165
Part411.BackSurface = Enum.SurfaceType.Weld
8166
Part411.BottomSurface = Enum.SurfaceType.Weld
8167
Part411.FrontSurface = Enum.SurfaceType.Weld
8168
Part411.LeftSurface = Enum.SurfaceType.Weld
8169
Part411.RightSurface = Enum.SurfaceType.Weld
8170
Part411.TopSurface = Enum.SurfaceType.Weld
8171
Part411.Color = Color3.new(0.498039, 0.556863, 0.392157)
8172
Part411.Position = Vector3.new(18.0899773, 6.00011158, 38.8595161)
8173
Part411.Orientation = Vector3.new(0, -180, 0)
8174
Part411.Color = Color3.new(0.498039, 0.556863, 0.392157)
8175
BlockMesh412.Parent = Part411
8176
Part413.Parent = Model0
8177
Part413.Material = Enum.Material.Metal
8178
Part413.BrickColor = BrickColor.new("Grime")
8179
Part413.Rotation = Vector3.new(-180, 0, -180)
8180
Part413.CanCollide = false
8181
Part413.FormFactor = Enum.FormFactor.Custom
8182
Part413.Size = Vector3.new(6.19999981, 2.39999986, 5.19999981)
8183
Part413.CFrame = CFrame.new(-0.809948921, 4.00028038, 44.0597649, -1, 6.57104692e-06, -7.88472062e-06, 6.95060317e-06, 0.99999088, 2.1937858e-06, 1.55447615e-05, 7.57022963e-06, -1.00000012)
8184
Part413.BackSurface = Enum.SurfaceType.Weld
8185
Part413.BottomSurface = Enum.SurfaceType.Weld
8186
Part413.FrontSurface = Enum.SurfaceType.Weld
8187
Part413.LeftSurface = Enum.SurfaceType.Weld
8188
Part413.RightSurface = Enum.SurfaceType.Weld
8189
Part413.TopSurface = Enum.SurfaceType.Weld
8190
Part413.Color = Color3.new(0.498039, 0.556863, 0.392157)
8191
Part413.Position = Vector3.new(-0.809948921, 4.00028038, 44.0597649)
8192
Part413.Orientation = Vector3.new(0, -180, 0)
8193
Part413.Color = Color3.new(0.498039, 0.556863, 0.392157)
8194
BlockMesh414.Parent = Part413
8195
Part415.Parent = Model0
8196
Part415.Material = Enum.Material.Metal
8197
Part415.BrickColor = BrickColor.new("Grime")
8198
Part415.Rotation = Vector3.new(180, 0, -180)
8199
Part415.FormFactor = Enum.FormFactor.Custom
8200
Part415.Size = Vector3.new(13.1999998, 1.19999969, 12.4000006)
8201
Part415.CFrame = CFrame.new(10.0900612, 3.40011263, 38.85989, -1, 6.44758302e-06, -5.45887087e-06, 6.45471619e-06, 1, -7.73913871e-06, 5.60309672e-06, -7.63776461e-06, -1)
8202
Part415.BottomSurface = Enum.SurfaceType.Weld
8203
Part415.LeftSurface = Enum.SurfaceType.Weld
8204
Part415.RightSurface = Enum.SurfaceType.Weld
8205
Part415.TopSurface = Enum.SurfaceType.Weld
8206
Part415.Color = Color3.new(0.498039, 0.556863, 0.392157)
8207
Part415.Position = Vector3.new(10.0900612, 3.40011263, 38.85989)
8208
Part415.Orientation = Vector3.new(0, -180, 0)
8209
Part415.Color = Color3.new(0.498039, 0.556863, 0.392157)
8210
BlockMesh416.Parent = Part415
8211
BlockMesh416.Offset = Vector3.new(0, 2, 0)
8212
BlockMesh416.Scale = Vector3.new(1.20000005, 4.33400011, 1)
8213
BlockMesh416.Scale = Vector3.new(1.20000005, 4.33400011, 1)
8214
Part417.Parent = Model0
8215
Part417.Material = Enum.Material.Metal
8216
Part417.BrickColor = BrickColor.new("Really black")
8217
Part417.Rotation = Vector3.new(90, -90, 0)
8218
Part417.CanCollide = false
8219
Part417.FormFactor = Enum.FormFactor.Custom
8220
Part417.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
8221
Part417.CFrame = CFrame.new(-7.30992794, 2.80029297, 45.9599228, -5.31013347e-06, -1.75913701e-05, -1, -1, 8.41797737e-06, 5.30998523e-06, 8.4178846e-06, 1, -1.75914138e-05)
8222
Part417.BottomSurface = Enum.SurfaceType.Weld
8223
Part417.FrontSurface = Enum.SurfaceType.Weld
8224
Part417.LeftSurface = Enum.SurfaceType.Weld
8225
Part417.RightSurface = Enum.SurfaceType.Weld
8226
Part417.TopSurface = Enum.SurfaceType.Weld
8227
Part417.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8228
Part417.Position = Vector3.new(-7.30992794, 2.80029297, 45.9599228)
8229
Part417.Orientation = Vector3.new(0, -90, -90)
8230
Part417.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8231
CylinderMesh418.Parent = Part417
8232
Part419.Name = "wheel"
8233
Part419.Parent = Model0
8234
Part419.Material = Enum.Material.Metal
8235
Part419.BrickColor = BrickColor.new("Grime")
8236
Part419.Transparency = 1
8237
Part419.Rotation = Vector3.new(90, 90, 0)
8238
Part419.FormFactor = Enum.FormFactor.Symmetric
8239
Part419.Friction = 1
8240
Part419.Shape = Enum.PartType.Ball
8241
Part419.Size = Vector3.new(5, 5, 5)
8242
Part419.CFrame = CFrame.new(18.0901184, 2.99934506, 28.3597851, 2.72848411e-09, 5.54910464e-08, 1, 1, 4.68062353e-08, -3.27418093e-09, -3.90050445e-08, 1, -6.65888464e-08)
8243
Part419.BottomSurface = Enum.SurfaceType.Smooth
8244
Part419.TopSurface = Enum.SurfaceType.Hinge
8245
Part419.Color = Color3.new(0.498039, 0.556863, 0.392157)
8246
Part419.Position = Vector3.new(18.0901184, 2.99934506, 28.3597851)
8247
Part419.Orientation = Vector3.new(0, 90, 90)
8248
Part419.Color = Color3.new(0.498039, 0.556863, 0.392157)
8249
CylinderMesh420.Parent = Part419
8250
CylinderMesh420.Offset = Vector3.new(0, -1.10000002, 0)
8251
CylinderMesh420.Scale = Vector3.new(1, 0.600000024, 1)
8252
CylinderMesh420.Scale = Vector3.new(1, 0.600000024, 1)
8253
Part421.Parent = Model0
8254
Part421.Material = Enum.Material.Metal
8255
Part421.BrickColor = BrickColor.new("Really black")
8256
Part421.Rotation = Vector3.new(-90, 90, 0)
8257
Part421.CanCollide = false
8258
Part421.FormFactor = Enum.FormFactor.Custom
8259
Part421.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
8260
Part421.CFrame = CFrame.new(6.2899642, 2.80008507, 31.7599297, -6.44921874e-06, -5.4921652e-06, 1, -1, -7.7157365e-06, -6.45307955e-06, 7.66116682e-06, -1, -5.5698024e-06)
8261
Part421.BottomSurface = Enum.SurfaceType.Weld
8262
Part421.FrontSurface = Enum.SurfaceType.Weld
8263
Part421.LeftSurface = Enum.SurfaceType.Weld
8264
Part421.RightSurface = Enum.SurfaceType.Weld
8265
Part421.TopSurface = Enum.SurfaceType.Weld
8266
Part421.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8267
Part421.Position = Vector3.new(6.2899642, 2.80008507, 31.7599297)
8268
Part421.Orientation = Vector3.new(0, 90, -90)
8269
Part421.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8270
CylinderMesh422.Parent = Part421
8271
Part423.Parent = Model0
8272
Part423.Material = Enum.Material.Metal
8273
Part423.BrickColor = BrickColor.new("Really black")
8274
Part423.Rotation = Vector3.new(-90, 90, 0)
8275
Part423.CanCollide = false
8276
Part423.FormFactor = Enum.FormFactor.Custom
8277
Part423.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
8278
Part423.CFrame = CFrame.new(13.4899158, 2.80003095, 31.7598763, -6.44921874e-06, -5.4921652e-06, 1, -1, -7.7157365e-06, -6.45307955e-06, 7.66116682e-06, -1, -5.5698024e-06)
8279
Part423.BottomSurface = Enum.SurfaceType.Weld
8280
Part423.FrontSurface = Enum.SurfaceType.Weld
8281
Part423.LeftSurface = Enum.SurfaceType.Weld
8282
Part423.RightSurface = Enum.SurfaceType.Weld
8283
Part423.TopSurface = Enum.SurfaceType.Smooth
8284
Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8285
Part423.Position = Vector3.new(13.4899158, 2.80003095, 31.7598763)
8286
Part423.Orientation = Vector3.new(0, 90, -90)
8287
Part423.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8288
CylinderMesh424.Parent = Part423
8289
Part425.Parent = Model0
8290
Part425.Material = Enum.Material.Metal
8291
Part425.BrickColor = BrickColor.new("Really black")
8292
Part425.Rotation = Vector3.new(90, -90, 0)
8293
Part425.CanCollide = false
8294
Part425.FormFactor = Enum.FormFactor.Custom
8295
Part425.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
8296
Part425.CFrame = CFrame.new(6.29016876, 2.80019403, 45.9599304, -6.44921874e-06, 5.4921652e-06, -1, -1, 7.7157365e-06, 6.45307955e-06, 7.66116682e-06, 1, 5.5698024e-06)
8297
Part425.BottomSurface = Enum.SurfaceType.Weld
8298
Part425.FrontSurface = Enum.SurfaceType.Weld
8299
Part425.LeftSurface = Enum.SurfaceType.Weld
8300
Part425.RightSurface = Enum.SurfaceType.Weld
8301
Part425.TopSurface = Enum.SurfaceType.Weld
8302
Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8303
Part425.Position = Vector3.new(6.29016876, 2.80019403, 45.9599304)
8304
Part425.Orientation = Vector3.new(0, -90, -90)
8305
Part425.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8306
CylinderMesh426.Parent = Part425
8307
Part427.Parent = Model0
8308
Part427.Material = Enum.Material.Metal
8309
Part427.BrickColor = BrickColor.new("Grime")
8310
Part427.Rotation = Vector3.new(-180, 0, -180)
8311
Part427.CanCollide = false
8312
Part427.FormFactor = Enum.FormFactor.Custom
8313
Part427.Size = Vector3.new(0.800000191, 1.40000021, 5.19999981)
8314
Part427.CFrame = CFrame.new(16.6901779, 6.50009441, 44.059761, -1, 7.6314127e-06, -2.93200592e-05, 7.72801832e-06, 1, 1.66543414e-05, 3.12956508e-05, 1.80426377e-05, -1)
8315
Part427.BackSurface = Enum.SurfaceType.Weld
8316
Part427.BottomSurface = Enum.SurfaceType.Weld
8317
Part427.FrontSurface = Enum.SurfaceType.Weld
8318
Part427.LeftSurface = Enum.SurfaceType.Weld
8319
Part427.RightSurface = Enum.SurfaceType.Weld
8320
Part427.TopSurface = Enum.SurfaceType.Weld
8321
Part427.Color = Color3.new(0.498039, 0.556863, 0.392157)
8322
Part427.Position = Vector3.new(16.6901779, 6.50009441, 44.059761)
8323
Part427.Orientation = Vector3.new(0, -180, 0)
8324
Part427.Color = Color3.new(0.498039, 0.556863, 0.392157)
8325
BlockMesh428.Parent = Part427
8326
WedgePart429.Parent = Model0
8327
WedgePart429.Material = Enum.Material.Metal
8328
WedgePart429.BrickColor = BrickColor.new("Grime")
8329
WedgePart429.Rotation = Vector3.new(-180, -90, 0)
8330
WedgePart429.FormFactor = Enum.FormFactor.Custom
8331
WedgePart429.Size = Vector3.new(5.19999981, 2.4000001, 0.800000072)
8332
WedgePart429.CFrame = CFrame.new(2.69045496, 4.00031519, 44.0597382, -1.79814906e-05, -7.07093022e-06, -1, 9.26739267e-06, -0.99999088, 7.4503323e-06, -1.00000012, -1.46438188e-05, 2.5641586e-05)
8333
WedgePart429.BottomSurface = Enum.SurfaceType.Weld
8334
WedgePart429.Color = Color3.new(0.498039, 0.556863, 0.392157)
8335
WedgePart429.Position = Vector3.new(2.69045496, 4.00031519, 44.0597382)
8336
WedgePart429.Orientation = Vector3.new(0, -90, 180)
8337
WedgePart429.Color = Color3.new(0.498039, 0.556863, 0.392157)
8338
SpecialMesh430.Parent = WedgePart429
8339
SpecialMesh430.MeshType = Enum.MeshType.Wedge
8340
WedgePart431.Parent = Model0
8341
WedgePart431.Material = Enum.Material.Metal
8342
WedgePart431.BrickColor = BrickColor.new("Grime")
8343
WedgePart431.Rotation = Vector3.new(180, 90, 0)
8344
WedgePart431.FormFactor = Enum.FormFactor.Custom
8345
WedgePart431.Size = Vector3.new(5.19999981, 1.4000001, 1.80000007)
8346
WedgePart431.CFrame = CFrame.new(15.3902655, 6.50043106, 44.0596695, -1.61600074e-05, -5.6243216e-06, 1, 1.58236417e-05, -1, -6.17393925e-06, 1, 7.96042968e-06, 4.97321707e-06)
8347
WedgePart431.BottomSurface = Enum.SurfaceType.Weld
8348
WedgePart431.Color = Color3.new(0.498039, 0.556863, 0.392157)
8349
WedgePart431.Position = Vector3.new(15.3902655, 6.50043106, 44.0596695)
8350
WedgePart431.Orientation = Vector3.new(0, 90, 180)
8351
WedgePart431.Color = Color3.new(0.498039, 0.556863, 0.392157)
8352
SpecialMesh432.Parent = WedgePart431
8353
SpecialMesh432.MeshType = Enum.MeshType.Wedge
8354
Part433.Name = "wheel"
8355
Part433.Parent = Model0
8356
Part433.Material = Enum.Material.Metal
8357
Part433.BrickColor = BrickColor.new("Grime")
8358
Part433.Transparency = 1
8359
Part433.Rotation = Vector3.new(-90, -90, 0)
8360
Part433.FormFactor = Enum.FormFactor.Symmetric
8361
Part433.Friction = 1
8362
Part433.Shape = Enum.PartType.Ball
8363
Part433.Size = Vector3.new(5, 5, 5)
8364
Part433.CFrame = CFrame.new(18.0901108, 2.99934506, 49.3595123, 2.72848411e-09, -5.54910464e-08, -1, 1, -4.68062353e-08, 3.27418093e-09, -3.90050445e-08, -1, 6.65888464e-08)
8365
Part433.BottomSurface = Enum.SurfaceType.Smooth
8366
Part433.TopSurface = Enum.SurfaceType.Hinge
8367
Part433.Color = Color3.new(0.498039, 0.556863, 0.392157)
8368
Part433.Position = Vector3.new(18.0901108, 2.99934506, 49.3595123)
8369
Part433.Orientation = Vector3.new(0, -90, 90)
8370
Part433.Color = Color3.new(0.498039, 0.556863, 0.392157)
8371
CylinderMesh434.Parent = Part433
8372
CylinderMesh434.Offset = Vector3.new(0, -1.10000002, 0)
8373
CylinderMesh434.Scale = Vector3.new(1, 0.600000024, 1)
8374
CylinderMesh434.Scale = Vector3.new(1, 0.600000024, 1)
8375
Part435.Parent = Model0
8376
Part435.Material = Enum.Material.Metal
8377
Part435.BrickColor = BrickColor.new("Really black")
8378
Part435.Rotation = Vector3.new(90, -90, 0)
8379
Part435.CanCollide = false
8380
Part435.FormFactor = Enum.FormFactor.Custom
8381
Part435.Size = Vector3.new(5.5999999, 1.79999995, 5.60000038)
8382
Part435.CFrame = CFrame.new(13.4901199, 2.80014706, 45.9598923, -6.44921874e-06, 5.4921652e-06, -1, -1, 7.7157365e-06, 6.45307955e-06, 7.66116682e-06, 1, 5.5698024e-06)
8383
Part435.BottomSurface = Enum.SurfaceType.Weld
8384
Part435.FrontSurface = Enum.SurfaceType.Weld
8385
Part435.LeftSurface = Enum.SurfaceType.Weld
8386
Part435.RightSurface = Enum.SurfaceType.Weld
8387
Part435.TopSurface = Enum.SurfaceType.Smooth
8388
Part435.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8389
Part435.Position = Vector3.new(13.4901199, 2.80014706, 45.9598923)
8390
Part435.Orientation = Vector3.new(0, -90, -90)
8391
Part435.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
8392
CylinderMesh436.Parent = Part435
8393
Part437.Parent = Model0
8394
Part437.Material = Enum.Material.Metal
8395
Part437.BrickColor = BrickColor.new("Grime")
8396
Part437.Rotation = Vector3.new(90, -90, 0)
8397
Part437.CanCollide = false
8398
Part437.FormFactor = Enum.FormFactor.Custom
8399
Part437.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8400
Part437.CFrame = CFrame.new(-13.9098864, 2.80032659, 46.9600143, -6.56966131e-06, -1.93433134e-05, -1, -1, 9.822832e-06, 6.56947122e-06, 9.82270558e-06, 1, -1.93433771e-05)
8401
Part437.BottomSurface = Enum.SurfaceType.Weld
8402
Part437.FrontSurface = Enum.SurfaceType.Weld
8403
Part437.LeftSurface = Enum.SurfaceType.Weld
8404
Part437.RightSurface = Enum.SurfaceType.Weld
8405
Part437.TopSurface = Enum.SurfaceType.Weld
8406
Part437.Color = Color3.new(0.498039, 0.556863, 0.392157)
8407
Part437.Position = Vector3.new(-13.9098864, 2.80032659, 46.9600143)
8408
Part437.Orientation = Vector3.new(0, -90, -90)
8409
Part437.Color = Color3.new(0.498039, 0.556863, 0.392157)
8410
CylinderMesh438.Parent = Part437
8411
CylinderMesh438.Offset = Vector3.new(0, -0.170000002, 0)
8412
Part439.Parent = Model0
8413
Part439.Material = Enum.Material.Metal
8414
Part439.BrickColor = BrickColor.new("Grime")
8415
Part439.Rotation = Vector3.new(90, -90, 0)
8416
Part439.CanCollide = false
8417
Part439.FormFactor = Enum.FormFactor.Custom
8418
Part439.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8419
Part439.CFrame = CFrame.new(13.5900993, 2.8001523, 46.9598885, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
8420
Part439.BottomSurface = Enum.SurfaceType.Weld
8421
Part439.FrontSurface = Enum.SurfaceType.Weld
8422
Part439.LeftSurface = Enum.SurfaceType.Weld
8423
Part439.RightSurface = Enum.SurfaceType.Weld
8424
Part439.TopSurface = Enum.SurfaceType.Weld
8425
Part439.Color = Color3.new(0.498039, 0.556863, 0.392157)
8426
Part439.Position = Vector3.new(13.5900993, 2.8001523, 46.9598885)
8427
Part439.Orientation = Vector3.new(0, -90, -90)
8428
Part439.Color = Color3.new(0.498039, 0.556863, 0.392157)
8429
CylinderMesh440.Parent = Part439
8430
CylinderMesh440.Offset = Vector3.new(0, -0.170000002, 0)
8431
Part441.Parent = Model0
8432
Part441.Material = Enum.Material.Metal
8433
Part441.BrickColor = BrickColor.new("Grime")
8434
Part441.Rotation = Vector3.new(90, -90, 0)
8435
Part441.CanCollide = false
8436
Part441.FormFactor = Enum.FormFactor.Custom
8437
Part441.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8438
Part441.CFrame = CFrame.new(6.28996181, 2.70008087, 30.7599239, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
8439
Part441.BottomSurface = Enum.SurfaceType.Weld
8440
Part441.FrontSurface = Enum.SurfaceType.Weld
8441
Part441.LeftSurface = Enum.SurfaceType.Weld
8442
Part441.RightSurface = Enum.SurfaceType.Weld
8443
Part441.TopSurface = Enum.SurfaceType.Weld
8444
Part441.Color = Color3.new(0.498039, 0.556863, 0.392157)
8445
Part441.Position = Vector3.new(6.28996181, 2.70008087, 30.7599239)
8446
Part441.Orientation = Vector3.new(0, -90, -90)
8447
Part441.Color = Color3.new(0.498039, 0.556863, 0.392157)
8448
CylinderMesh442.Parent = Part441
8449
CylinderMesh442.Offset = Vector3.new(0, -0.170000002, 0)
8450
Part443.Parent = Model0
8451
Part443.Material = Enum.Material.Metal
8452
Part443.BrickColor = BrickColor.new("Grime")
8453
Part443.Rotation = Vector3.new(90, -90, 0)
8454
Part443.CanCollide = false
8455
Part443.FormFactor = Enum.FormFactor.Custom
8456
Part443.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8457
Part443.CFrame = CFrame.new(-7.40999508, 2.70016646, 30.7599983, -6.36196455e-06, 3.71647275e-06, -1, -1, 8.96386427e-06, 6.54035557e-06, 6.41305041e-06, 1, 7.34550258e-06)
8458
Part443.BottomSurface = Enum.SurfaceType.Weld
8459
Part443.FrontSurface = Enum.SurfaceType.Weld
8460
Part443.LeftSurface = Enum.SurfaceType.Weld
8461
Part443.RightSurface = Enum.SurfaceType.Weld
8462
Part443.TopSurface = Enum.SurfaceType.Weld
8463
Part443.Color = Color3.new(0.498039, 0.556863, 0.392157)
8464
Part443.Position = Vector3.new(-7.40999508, 2.70016646, 30.7599983)
8465
Part443.Orientation = Vector3.new(0, -90, -90)
8466
Part443.Color = Color3.new(0.498039, 0.556863, 0.392157)
8467
CylinderMesh444.Parent = Part443
8468
CylinderMesh444.Offset = Vector3.new(0, -0.170000002, 0)
8469
Part445.Parent = Model0
8470
Part445.Material = Enum.Material.Metal
8471
Part445.BrickColor = BrickColor.new("Grime")
8472
Part445.Rotation = Vector3.new(90, -90, 0)
8473
Part445.CanCollide = false
8474
Part445.FormFactor = Enum.FormFactor.Custom
8475
Part445.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8476
Part445.CFrame = CFrame.new(13.4899139, 2.70003438, 30.759882, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
8477
Part445.BottomSurface = Enum.SurfaceType.Weld
8478
Part445.FrontSurface = Enum.SurfaceType.Weld
8479
Part445.LeftSurface = Enum.SurfaceType.Weld
8480
Part445.RightSurface = Enum.SurfaceType.Weld
8481
Part445.TopSurface = Enum.SurfaceType.Weld
8482
Part445.Color = Color3.new(0.498039, 0.556863, 0.392157)
8483
Part445.Position = Vector3.new(13.4899139, 2.70003438, 30.759882)
8484
Part445.Orientation = Vector3.new(0, -90, -90)
8485
Part445.Color = Color3.new(0.498039, 0.556863, 0.392157)
8486
CylinderMesh446.Parent = Part445
8487
CylinderMesh446.Offset = Vector3.new(0, -0.170000002, 0)
8488
Part447.Parent = Model0
8489
Part447.Material = Enum.Material.Metal
8490
Part447.BrickColor = BrickColor.new("Grime")
8491
Part447.Rotation = Vector3.new(90, -90, 0)
8492
Part447.CanCollide = false
8493
Part447.FormFactor = Enum.FormFactor.Custom
8494
Part447.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8495
Part447.CFrame = CFrame.new(-13.9099846, 2.80021143, 30.7600117, -6.36196455e-06, 3.71647275e-06, -1, -1, 8.96386427e-06, 6.54035557e-06, 6.41305041e-06, 1, 7.34550258e-06)
8496
Part447.BottomSurface = Enum.SurfaceType.Weld
8497
Part447.FrontSurface = Enum.SurfaceType.Weld
8498
Part447.LeftSurface = Enum.SurfaceType.Weld
8499
Part447.RightSurface = Enum.SurfaceType.Weld
8500
Part447.TopSurface = Enum.SurfaceType.Weld
8501
Part447.Color = Color3.new(0.498039, 0.556863, 0.392157)
8502
Part447.Position = Vector3.new(-13.9099846, 2.80021143, 30.7600117)
8503
Part447.Orientation = Vector3.new(0, -90, -90)
8504
Part447.Color = Color3.new(0.498039, 0.556863, 0.392157)
8505
CylinderMesh448.Parent = Part447
8506
CylinderMesh448.Offset = Vector3.new(0, -0.170000002, 0)
8507
Part449.Parent = Model0
8508
Part449.Material = Enum.Material.Metal
8509
Part449.BrickColor = BrickColor.new("Grime")
8510
Part449.Rotation = Vector3.new(90, -90, 0)
8511
Part449.CanCollide = false
8512
Part449.FormFactor = Enum.FormFactor.Custom
8513
Part449.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8514
Part449.CFrame = CFrame.new(-7.30978823, 2.80027866, 46.9599609, -6.56966131e-06, -1.93433134e-05, -1, -1, 9.822832e-06, 6.56947122e-06, 9.82270558e-06, 1, -1.93433771e-05)
8515
Part449.BottomSurface = Enum.SurfaceType.Weld
8516
Part449.FrontSurface = Enum.SurfaceType.Weld
8517
Part449.LeftSurface = Enum.SurfaceType.Weld
8518
Part449.RightSurface = Enum.SurfaceType.Weld
8519
Part449.TopSurface = Enum.SurfaceType.Weld
8520
Part449.Color = Color3.new(0.498039, 0.556863, 0.392157)
8521
Part449.Position = Vector3.new(-7.30978823, 2.80027866, 46.9599609)
8522
Part449.Orientation = Vector3.new(0, -90, -90)
8523
Part449.Color = Color3.new(0.498039, 0.556863, 0.392157)
8524
CylinderMesh450.Parent = Part449
8525
CylinderMesh450.Offset = Vector3.new(0, -0.170000002, 0)
8526
Part451.Parent = Model0
8527
Part451.Material = Enum.Material.Metal
8528
Part451.BrickColor = BrickColor.new("Grime")
8529
Part451.Rotation = Vector3.new(90, -90, 0)
8530
Part451.CanCollide = false
8531
Part451.FormFactor = Enum.FormFactor.Custom
8532
Part451.Size = Vector3.new(3.59999943, 0.200000003, 3.20000005)
8533
Part451.CFrame = CFrame.new(6.2901721, 2.80019784, 46.9599152, -6.44267539e-06, 5.35898835e-06, -1, -1, 7.80934624e-06, 6.45962518e-06, 7.56755799e-06, 1, 5.70298016e-06)
8534
Part451.BottomSurface = Enum.SurfaceType.Weld
8535
Part451.FrontSurface = Enum.SurfaceType.Weld
8536
Part451.LeftSurface = Enum.SurfaceType.Weld
8537
Part451.RightSurface = Enum.SurfaceType.Weld
8538
Part451.TopSurface = Enum.SurfaceType.Weld
8539
Part451.Color = Color3.new(0.498039, 0.556863, 0.392157)
8540
Part451.Position = Vector3.new(6.2901721, 2.80019784, 46.9599152)
8541
Part451.Orientation = Vector3.new(0, -90, -90)
8542
Part451.Color = Color3.new(0.498039, 0.556863, 0.392157)
8543
CylinderMesh452.Parent = Part451
8544
CylinderMesh452.Offset = Vector3.new(0, -0.170000002, 0)
8545
for i,v in pairs(mas:GetChildren()) do
8546
	v.Parent = workspace
8547
	pcall(function() v:MakeJoints() end)
8548
end
8549
mas:Destroy()
8550
for i,v in pairs(cors) do
8551
	spawn(function()
8552
		pcall(v)
8553
	end)
8554
end
8555
			end)
8556
8557
end
8558
8559
8560
mouse.Button1Down:connect(function()
8561
	mousedown = true
8562
	while mousedown == true and firing == false and engineon == true do wait(0)
8563
	gunsound.Pitch = math.random(0.9,1.2)
8564
	gunsound2.Pitch = math.random(0.9,1.2)
8565
	gunsound:Play()
8566
	gunsound2:Play()
8567
	gunfire()
8568
	end
8569
end)
8570
mouse.Button1Up:connect(function()
8571
	mousedown = false
8572
end)
8573
8574
mouse.KeyDown:connect(function(key)
8575
if key == "f" and engineon == true and bombfiring == false then
8576
	bombfire()
8577
end
8578
end)