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