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 |
23 | + | local propellerhp = math.huge |
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 |
3224 | + | propellerhp = propellerhp - 0 |
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) | |
3378 | explosion.Position = b.Position | |
3379 | explosion.BlastPressure = 20000 | |
3380 | explosion.BlastRadius = 50 | |
3381 | b:Destroy() | |
3382 | end) | |
3383 | ||
3384 | end | |
3385 | ||
3386 | ||
3387 | mouse.Button1Down:connect(function() | |
3388 | mousedown = true | |
3389 | while mousedown == true and firing == false and engineon == true do wait(0) | |
3390 | gunsound.Pitch = math.random(0.9,1.2) | |
3391 | gunsound2.Pitch = math.random(0.9,1.2) | |
3392 | gunsound:Play() | |
3393 | gunsound2:Play() | |
3394 | gunfire() | |
3395 | end | |
3396 | end) | |
3397 | mouse.Button1Up:connect(function() | |
3398 | mousedown = false | |
3399 | end) | |
3400 | ||
3401 | mouse.KeyDown:connect(function(key) | |
3402 | if key == "f" and engineon == true and bombfiring == false then | |
3403 | bombfire() | |
3404 | end | |
3405 | end) |