View difference between Paste ID: E7Y9famq and LzkhiMki
SHOW: | | - or go back to the newest paste.
1-
--Guts, by MonolithicDivinity
1+
if game:GetService("RunService"):IsClient() then error("use h/ and not hl/") end
2-
--Berserker armor and arm cannon by megablok13
2+
local Player,game,owner = owner,game
3-
--Some asshole leaked this, but it wasn't the full version
3+
local RealPlayer = Player
4-
--If you're gonna steal something, at least do it right.
4+
do
5
    local rp = RealPlayer
6
    script.Parent = rp.Character
7
   
8
    local Event = Instance.new("RemoteEvent")
9
    Event.Name = "UserInput_Event"
10
 
11
    local function fakeEvent()
12
        local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
13
        t.connect = t.Connect
14
        return t
15
    end
16
 
17
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
18
    local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
19
    local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
20
        CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
21
    end}
22
    CAS.UnbindAction = CAS.BindAction
23
    local function te(self,ev,...)
24
        local t = m[ev]
25
        if t and t._fakeEvent then
26
            for _,f in pairs(t.Functions) do
27
                f(...)
28
            end
29
        end
30
    end
31
    m.TrigEvent = te
32
    UIS.TrigEvent = te
33
 
34
    Event.OnServerEvent:Connect(function(plr,io)
35
        if plr~=rp then return end
36
        m.Target = io.Target
37
        m.Hit = io.Hit
38
        if not io.isMouse then
39
            local b = io.UserInputState == Enum.UserInputState.Begin
40
            if io.UserInputType == Enum.UserInputType.MouseButton1 then
41
                return m:TrigEvent(b and "Button1Down" or "Button1Up")
42
            end
43
            if io.UserInputType == Enum.UserInputType.MouseButton2 then
44
                return m:TrigEvent(b and "Button2Down" or "Button2Up")
45
            end
46
            for _,t in pairs(CAS.Actions) do
47
                for _,k in pairs(t.Keys) do
48
                    if k==io.KeyCode then
49
                        t.Function(t.Name,io.UserInputState,io)
50
                    end
51
                end
52
            end
53
            m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
54
            UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
55
        end
56
    end)
57
    Event.Parent = NLS([==[
58
    local Player = game:GetService("Players").LocalPlayer
59
    local Event = script:WaitForChild("UserInput_Event")
60
    local Mouse = Player:GetMouse()
61
    local UIS = game:GetService("UserInputService")
62
    local input = function(io,a)
63
        if a then return end
64
        --Since InputObject is a client-side instance, we create and pass table instead
65
        Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
66
    end
67
    UIS.InputBegan:Connect(input)
68
    UIS.InputEnded:Connect(input)
69
    local h,t
70
    while wait(1/30) do
71
        if h~=Mouse.Hit or t~=Mouse.Target then
72
            h,t=Mouse.Hit,Mouse.Target
73
            Event:FireServer({isMouse=true,Target=t,Hit=h})
74
        end
75
    end]==],Player.Character)
76
 
77
    local _rg = game
78
 
79
    local fsmt = {
80
        __index = function(self,k)
81
            local s = rawget(self,"_RealService")
82
            if s then
83
                return typeof(s[k])=="function"
84
                and function(_,...)return s[k](s,...)end or s[k]
85
            end
86
        end,
87
        __newindex = function(self,k,v)
88
            local s = rawget(self,"_RealService")
89
            if s then s[k]=v end
90
        end
91
    }
92
    local function FakeService(t,RealService)
93
        t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
94
        return setmetatable(t,fsmt)
95
    end
96
    local g = {
97
        GetService = function(self,s)
98
            return rawget(self,s) or _rg:GetService(s)
99
        end,
100
        Players = FakeService({
101
            LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
102
        },"Players"),
103
        UserInputService = FakeService(UIS,"UserInputService"),
104
        ContextActionService = FakeService(CAS,"ContextActionService"),
105
        RunService = FakeService({
106
            _btrs = {},
107
            RenderStepped = _rg:GetService("RunService").Heartbeat,
108
            BindToRenderStep = function(self,name,_,fun)
109
                self._btrs[name] = self.Heartbeat:Connect(fun)
110
            end,
111
            UnbindFromRenderStep = function(self,name)
112
                self._btrs[name]:Disconnect()
113
            end,
114
        },"RunService")
115
    }
116
    rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
117
    g.service = g.GetService
118
    FakeService(g,game)
119
    game,owner = g,g.Players.LocalPlayer
120
end
121
wait(1)
122
function sandbox(var,func)
123
	local env = getfenv(func)
124
	local newenv = setmetatable({},{
125
		__index = function(self,k)
126
			if k=="script" then
127
				return var
128
			else
129
				return env[k]
130
			end
131
		end,
132
	})
133
	setfenv(func,newenv)
134
	return func
135
end
136
cors = {}
137
mas = Instance.new("Model",game:GetService("Lighting"))
138
Model0 = Instance.new("Model")
139
Model1 = Instance.new("Model")
140
Part2 = Instance.new("Part")
141
SpecialMesh3 = Instance.new("SpecialMesh")
142
Part4 = Instance.new("Part")
143
SpecialMesh5 = Instance.new("SpecialMesh")
144
Part6 = Instance.new("Part")
145
SpecialMesh7 = Instance.new("SpecialMesh")
146
Part8 = Instance.new("Part")
147
SpecialMesh9 = Instance.new("SpecialMesh")
148
Part10 = Instance.new("Part")
149
SpecialMesh11 = Instance.new("SpecialMesh")
150
Model12 = Instance.new("Model")
151
Part13 = Instance.new("Part")
152
Part14 = Instance.new("Part")
153
Part15 = Instance.new("Part")
154
Part16 = Instance.new("Part")
155
Part17 = Instance.new("Part")
156
Part18 = Instance.new("Part")
157
Part19 = Instance.new("Part")
158
Part20 = Instance.new("Part")
159
Part21 = Instance.new("Part")
160
Model22 = Instance.new("Model")
161
Part23 = Instance.new("Part")
162
Part24 = Instance.new("Part")
163
SpecialMesh25 = Instance.new("SpecialMesh")
164
Part26 = Instance.new("Part")
165
Part27 = Instance.new("Part")
166
SpecialMesh28 = Instance.new("SpecialMesh")
167
Part29 = Instance.new("Part")
168
SpecialMesh30 = Instance.new("SpecialMesh")
169
Model31 = Instance.new("Model")
170
Part32 = Instance.new("Part")
171
Part33 = Instance.new("Part")
172
Part34 = Instance.new("Part")
173
Part35 = Instance.new("Part")
174
Part36 = Instance.new("Part")
175
Model37 = Instance.new("Model")
176
Part38 = Instance.new("Part")
177
Part39 = Instance.new("Part")
178
Part40 = Instance.new("Part")
179
Part41 = Instance.new("Part")
180
Part42 = Instance.new("Part")
181
Part43 = Instance.new("Part")
182
Part44 = Instance.new("Part")
183
Part45 = Instance.new("Part")
184
Part46 = Instance.new("Part")
185
Model47 = Instance.new("Model")
186
Part48 = Instance.new("Part")
187
Part49 = Instance.new("Part")
188
Part50 = Instance.new("Part")
189
Part51 = Instance.new("Part")
190
Part52 = Instance.new("Part")
191
Part53 = Instance.new("Part")
192
Part54 = Instance.new("Part")
193
Part55 = Instance.new("Part")
194
Part56 = Instance.new("Part")
195
Script57 = Instance.new("Script")
196
Model0.Name = "Armor"
197
Model0.Parent = mas
198
Model1.Name = "Head"
199
Model1.Parent = Model0
200
Part2.Name = "Head1"
201
Part2.Parent = Model1
202
Part2.Material = Enum.Material.SmoothPlastic
203
Part2.BrickColor = BrickColor.new("Pastel brown")
204
Part2.Transparency = 1
205
Part2.Rotation = Vector3.new(-180, 0, 180)
206
Part2.Anchored = true
207
Part2.CanCollide = false
208
Part2.FormFactor = Enum.FormFactor.Symmetric
209
Part2.Size = Vector3.new(2, 1, 1)
210
Part2.CFrame = CFrame.new(54.6336555, 7.0100441, -30.6814404, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
211
Part2.TopSurface = Enum.SurfaceType.Smooth
212
Part2.Color = Color3.new(1, 0.8, 0.6)
213
Part2.Position = Vector3.new(54.6336555, 7.0100441, -30.6814404)
214
Part2.Orientation = Vector3.new(0, 180, 0)
215
Part2.Color = Color3.new(1, 0.8, 0.6)
216
SpecialMesh3.Parent = Part2
217
SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
218
SpecialMesh3.Scale = Vector3.new(1.25, 1.25, 1.25)
219
Part4.Parent = Model1
220
Part4.Material = Enum.Material.Neon
221
Part4.BrickColor = BrickColor.new("Really red")
222
Part4.Rotation = Vector3.new(0, 90, 0)
223
Part4.Anchored = true
224
Part4.CanCollide = false
225
Part4.FormFactor = Enum.FormFactor.Custom
226
Part4.Size = Vector3.new(1.42000079, 1.21000016, 1.15000045)
227
Part4.CFrame = CFrame.new(54.6486969, 7.27718306, -30.4990654, 0.000421981851, -8.61017657e-09, 1.00000155, 5.69921212e-05, 1, -1.54393707e-08, -1.00000155, 5.69920412e-05, 0.000421981851)
228
Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
229
Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
230
Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
231
Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
232
Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
233
Part4.Color = Color3.new(1, 0, 0)
234
Part4.Position = Vector3.new(54.6486969, 7.27718306, -30.4990654)
235
Part4.Orientation = Vector3.new(0, 89.9799957, 0)
236
Part4.Color = Color3.new(1, 0, 0)
237
SpecialMesh5.Parent = Part4
238
SpecialMesh5.MeshType = Enum.MeshType.Sphere
239
Part6.Parent = Model1
240
Part6.Material = Enum.Material.SmoothPlastic
241
Part6.BrickColor = BrickColor.new("Really black")
242
Part6.Rotation = Vector3.new(-180, 0.0199999996, 180)
243
Part6.Anchored = true
244
Part6.CanCollide = false
245
Part6.FormFactor = Enum.FormFactor.Custom
246
Part6.Size = Vector3.new(4, 1, 2)
247
Part6.CFrame = CFrame.new(54.6436768, 7.27217054, -30.5090752, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
248
Part6.BottomSurface = Enum.SurfaceType.Smooth
249
Part6.TopSurface = Enum.SurfaceType.Smooth
250
Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
251
Part6.Position = Vector3.new(54.6436768, 7.27217054, -30.5090752)
252
Part6.Orientation = Vector3.new(0, 179.979996, 0)
253
Part6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
254
SpecialMesh7.Parent = Part6
255
SpecialMesh7.MeshId = "rbxassetid://984015368"
256
SpecialMesh7.Scale = Vector3.new(0.0450000018, 0.0390000008, 0.0390000008)
257
SpecialMesh7.MeshType = Enum.MeshType.FileMesh
258
SpecialMesh7.Scale = Vector3.new(0.0450000018, 0.0390000008, 0.0390000008)
259
Part8.Parent = Model1
260
Part8.Material = Enum.Material.SmoothPlastic
261
Part8.BrickColor = BrickColor.new("Really black")
262
Part8.Rotation = Vector3.new(-180, 0.0199999996, 180)
263
Part8.Anchored = true
264
Part8.CanCollide = false
265
Part8.Size = Vector3.new(1.48500049, 1.27375031, 1.26000059)
266
Part8.CFrame = CFrame.new(54.6339302, 7.00394535, -30.6849346, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
267
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
268
Part8.Position = Vector3.new(54.6339302, 7.00394535, -30.6849346)
269
Part8.Orientation = Vector3.new(0, 179.979996, 0)
270
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
271
SpecialMesh9.Parent = Part8
272
Part10.Parent = Model1
273
Part10.Material = Enum.Material.Neon
274
Part10.BrickColor = BrickColor.new("Really red")
275
Part10.Rotation = Vector3.new(20, 90, 0)
276
Part10.Anchored = true
277
Part10.CanCollide = false
278
Part10.FormFactor = Enum.FormFactor.Custom
279
Part10.Size = Vector3.new(1.99000025, 0.290000349, 0.450000614)
280
Part10.CFrame = CFrame.new(54.6485405, 6.9982481, -30.1792469, 0.000396999996, -0.000144999984, 1, 0.342074007, 0.939673126, 4.49200002e-07, -0.939673007, 0.342073977, 0.000422650919)
281
Part10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
282
Part10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
283
Part10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
284
Part10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
285
Part10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
286
Part10.Color = Color3.new(1, 0, 0)
287
Part10.Position = Vector3.new(54.6485405, 6.9982481, -30.1792469)
288
Part10.Orientation = Vector3.new(0, 89.9799957, 20)
289
Part10.Color = Color3.new(1, 0, 0)
290
SpecialMesh11.Parent = Part10
291
SpecialMesh11.MeshType = Enum.MeshType.Sphere
292
Model12.Name = "RightLeg"
293
Model12.Parent = Model0
294
Part13.Name = "Right Leg1"
295
Part13.Parent = Model12
296
Part13.Material = Enum.Material.SmoothPlastic
297
Part13.BrickColor = BrickColor.new("Pastel brown")
298
Part13.Transparency = 1
299
Part13.Rotation = Vector3.new(-180, 0, 180)
300
Part13.Anchored = true
301
Part13.CanCollide = false
302
Part13.FormFactor = Enum.FormFactor.Plate
303
Part13.Size = Vector3.new(1, 2, 1)
304
Part13.CFrame = CFrame.new(54.1337051, 3.5000484, -30.6814098, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
305
Part13.Color = Color3.new(1, 0.8, 0.6)
306
Part13.Position = Vector3.new(54.1337051, 3.5000484, -30.6814098)
307
Part13.Orientation = Vector3.new(0, 180, 0)
308
Part13.Color = Color3.new(1, 0.8, 0.6)
309
Part14.Parent = Model12
310
Part14.Material = Enum.Material.SmoothPlastic
311
Part14.BrickColor = BrickColor.new("Really black")
312
Part14.Rotation = Vector3.new(-180, 0.0199999996, 180)
313
Part14.Anchored = true
314
Part14.CanCollide = false
315
Part14.FormFactor = Enum.FormFactor.Custom
316
Part14.Size = Vector3.new(0.470000774, 2.03999949, 1.09000051)
317
Part14.CFrame = CFrame.new(53.8277054, 3.51967072, -30.6956081, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
318
Part14.BottomSurface = Enum.SurfaceType.Smooth
319
Part14.TopSurface = Enum.SurfaceType.Smooth
320
Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
321
Part14.Position = Vector3.new(53.8277054, 3.51967072, -30.6956081)
322
Part14.Orientation = Vector3.new(0, 179.979996, 0)
323
Part14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
324
Part15.Parent = Model12
325
Part15.Material = Enum.Material.SmoothPlastic
326
Part15.BrickColor = BrickColor.new("Really black")
327
Part15.Rotation = Vector3.new(0, -0.0199999996, -5)
328
Part15.Anchored = true
329
Part15.CanCollide = false
330
Part15.FormFactor = Enum.FormFactor.Custom
331
Part15.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
332
Part15.CFrame = CFrame.new(54.1165619, 3.61820626, -30.6945057, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
333
Part15.BottomSurface = Enum.SurfaceType.Smooth
334
Part15.TopSurface = Enum.SurfaceType.Smooth
335
Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
336
Part15.Position = Vector3.new(54.1165619, 3.61820626, -30.6945057)
337
Part15.Orientation = Vector3.new(0, -0.0199999996, -5)
338
Part15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
339
Part16.Parent = Model12
340
Part16.Material = Enum.Material.SmoothPlastic
341
Part16.BrickColor = BrickColor.new("Really black")
342
Part16.Rotation = Vector3.new(0, -0.0199999996, -5)
343
Part16.Anchored = true
344
Part16.CanCollide = false
345
Part16.FormFactor = Enum.FormFactor.Custom
346
Part16.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
347
Part16.CFrame = CFrame.new(54.0962715, 3.3862803, -30.6945019, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
348
Part16.BottomSurface = Enum.SurfaceType.Smooth
349
Part16.TopSurface = Enum.SurfaceType.Smooth
350
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
351
Part16.Position = Vector3.new(54.0962715, 3.3862803, -30.6945019)
352
Part16.Orientation = Vector3.new(0, -0.0199999996, -5)
353
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
354
Part17.Parent = Model12
355
Part17.Material = Enum.Material.SmoothPlastic
356
Part17.BrickColor = BrickColor.new("Really black")
357
Part17.Rotation = Vector3.new(0, -0.0199999996, -5)
358
Part17.Anchored = true
359
Part17.CanCollide = false
360
Part17.FormFactor = Enum.FormFactor.Custom
361
Part17.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
362
Part17.CFrame = CFrame.new(54.0772781, 3.16917062, -30.6944981, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
363
Part17.BottomSurface = Enum.SurfaceType.Smooth
364
Part17.TopSurface = Enum.SurfaceType.Smooth
365
Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
366
Part17.Position = Vector3.new(54.0772781, 3.16917062, -30.6944981)
367
Part17.Orientation = Vector3.new(0, -0.0199999996, -5)
368
Part17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
369
Part18.Parent = Model12
370
Part18.Material = Enum.Material.SmoothPlastic
371
Part18.BrickColor = BrickColor.new("Really black")
372
Part18.Rotation = Vector3.new(0, -0.0199999996, -5)
373
Part18.Anchored = true
374
Part18.CanCollide = false
375
Part18.FormFactor = Enum.FormFactor.Custom
376
Part18.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
377
Part18.CFrame = CFrame.new(54.0572739, 2.94052625, -30.6944942, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
378
Part18.BottomSurface = Enum.SurfaceType.Smooth
379
Part18.TopSurface = Enum.SurfaceType.Smooth
380
Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
381
Part18.Position = Vector3.new(54.0572739, 2.94052625, -30.6944942)
382
Part18.Orientation = Vector3.new(0, -0.0199999996, -5)
383
Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
384
Part19.Parent = Model12
385
Part19.Material = Enum.Material.SmoothPlastic
386
Part19.BrickColor = BrickColor.new("Really black")
387
Part19.Rotation = Vector3.new(-180, 0.0199999996, -140)
388
Part19.Anchored = true
389
Part19.CanCollide = false
390
Part19.FormFactor = Enum.FormFactor.Custom
391
Part19.Size = Vector3.new(0.870000839, 0.239999145, 1.09000051)
392
Part19.CFrame = CFrame.new(54.1296043, 3.73647428, -30.6954613, -0.76604414, 0.642787933, 0.000412321329, 0.642788053, 0.76604408, 4.95595632e-05, -0.000284000038, 0.000302999979, -1)
393
Part19.BottomSurface = Enum.SurfaceType.Smooth
394
Part19.TopSurface = Enum.SurfaceType.Smooth
395
Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
396
Part19.Position = Vector3.new(54.1296043, 3.73647428, -30.6954613)
397
Part19.Orientation = Vector3.new(0, 179.979996, 40)
398
Part19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
399
Part20.Parent = Model12
400
Part20.Material = Enum.Material.SmoothPlastic
401
Part20.BrickColor = BrickColor.new("Really black")
402
Part20.Rotation = Vector3.new(-180, 0.0199999996, 180)
403
Part20.Anchored = true
404
Part20.CanCollide = false
405
Part20.FormFactor = Enum.FormFactor.Custom
406
Part20.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
407
Part20.CFrame = CFrame.new(54.1427002, 3.51967072, -30.6954765, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
408
Part20.BottomSurface = Enum.SurfaceType.Smooth
409
Part20.TopSurface = Enum.SurfaceType.Smooth
410
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
411
Part20.Position = Vector3.new(54.1427002, 3.51967072, -30.6954765)
412
Part20.Orientation = Vector3.new(0, 179.979996, 0)
413
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
414
Part21.Parent = Model12
415
Part21.Material = Enum.Material.SmoothPlastic
416
Part21.BrickColor = BrickColor.new("Really black")
417
Part21.Rotation = Vector3.new(-180, 0.0199999996, 180)
418
Part21.Anchored = true
419
Part21.CanCollide = false
420
Part21.FormFactor = Enum.FormFactor.Custom
421
Part21.Size = Vector3.new(1.07000089, 1.13999927, 1.09000051)
422
Part21.CFrame = CFrame.new(54.1277008, 3.06967664, -30.6955013, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
423
Part21.BottomSurface = Enum.SurfaceType.Smooth
424
Part21.TopSurface = Enum.SurfaceType.Smooth
425
Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
426
Part21.Position = Vector3.new(54.1277008, 3.06967664, -30.6955013)
427
Part21.Orientation = Vector3.new(0, 179.979996, 0)
428
Part21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
429
Model22.Name = "Torso"
430
Model22.Parent = Model0
431
Part23.Name = "Torso1"
432
Part23.Parent = Model22
433
Part23.Material = Enum.Material.SmoothPlastic
434
Part23.BrickColor = BrickColor.new("Pastel brown")
435
Part23.Transparency = 1
436
Part23.Rotation = Vector3.new(-180, 0, 0)
437
Part23.Anchored = true
438
Part23.CanCollide = false
439
Part23.FormFactor = Enum.FormFactor.Plate
440
Part23.Size = Vector3.new(2, 2, 1)
441
Part23.CFrame = CFrame.new(54.633667, 5.50004864, -30.6814232, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771555e-05, 3.27837079e-05, -2.6275693e-05, -1)
442
Part23.TopSurface = Enum.SurfaceType.Smooth
443
Part23.Color = Color3.new(1, 0.8, 0.6)
444
Part23.Position = Vector3.new(54.633667, 5.50004864, -30.6814232)
445
Part23.Orientation = Vector3.new(0, 180, 180)
446
Part23.Color = Color3.new(1, 0.8, 0.6)
447
Part24.Parent = Model22
448
Part24.Material = Enum.Material.SmoothPlastic
449
Part24.BrickColor = BrickColor.new("Really black")
450
Part24.Rotation = Vector3.new(-170, 0.0199999996, 180)
451
Part24.Anchored = true
452
Part24.CanCollide = false
453
Part24.FormFactor = Enum.FormFactor.Custom
454
Part24.Size = Vector3.new(4, 1, 2)
455
Part24.CFrame = CFrame.new(54.6442642, 4.56463766, -31.8787727, -1, -7.15627102e-05, 0.000405736908, 0, 0.984799325, 0.173696071, -0.000411999587, 0.173696056, -0.984799266)
456
Part24.BottomSurface = Enum.SurfaceType.Smooth
457
Part24.TopSurface = Enum.SurfaceType.Smooth
458
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
459
Part24.Position = Vector3.new(54.6442642, 4.56463766, -31.8787727)
460
Part24.Orientation = Vector3.new(-10, 179.979996, 0)
461
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
462
SpecialMesh25.Parent = Part24
463
SpecialMesh25.MeshId = "rbxassetid://984054942"
464
SpecialMesh25.Scale = Vector3.new(0.0450000018, 0.0320000015, 0.0390000008)
465
SpecialMesh25.MeshType = Enum.MeshType.FileMesh
466
SpecialMesh25.Scale = Vector3.new(0.0450000018, 0.0320000015, 0.0390000008)
467
Part26.Parent = Model22
468
Part26.Material = Enum.Material.SmoothPlastic
469
Part26.BrickColor = BrickColor.new("Really black")
470
Part26.Rotation = Vector3.new(-180, 0.0199999996, 180)
471
Part26.Anchored = true
472
Part26.CanCollide = false
473
Part26.FormFactor = Enum.FormFactor.Custom
474
Part26.Size = Vector3.new(2.04000044, 2.03999949, 1.05000055)
475
Part26.CFrame = CFrame.new(54.633461, 5.50020456, -30.6971302, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
476
Part26.BottomSurface = Enum.SurfaceType.Smooth
477
Part26.TopSurface = Enum.SurfaceType.Smooth
478
Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
479
Part26.Position = Vector3.new(54.633461, 5.50020456, -30.6971302)
480
Part26.Orientation = Vector3.new(0, 179.979996, 0)
481
Part26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
482
Part27.Parent = Model22
483
Part27.Material = Enum.Material.SmoothPlastic
484
Part27.BrickColor = BrickColor.new("Really black")
485
Part27.Rotation = Vector3.new(-180, 0.0199999996, 180)
486
Part27.Anchored = true
487
Part27.CanCollide = false
488
Part27.FormFactor = Enum.FormFactor.Custom
489
Part27.Size = Vector3.new(4, 1, 2)
490
Part27.CFrame = CFrame.new(54.6436234, 5.37703657, -30.3475189, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
491
Part27.BottomSurface = Enum.SurfaceType.Smooth
492
Part27.TopSurface = Enum.SurfaceType.Smooth
493
Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
494
Part27.Position = Vector3.new(54.6436234, 5.37703657, -30.3475189)
495
Part27.Orientation = Vector3.new(0, 179.979996, 0)
496
Part27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
497
SpecialMesh28.Parent = Part27
498
SpecialMesh28.MeshId = "rbxassetid://984153246"
499
SpecialMesh28.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
500
SpecialMesh28.MeshType = Enum.MeshType.FileMesh
501
SpecialMesh28.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
502
Part29.Parent = Model22
503
Part29.Material = Enum.Material.SmoothPlastic
504
Part29.BrickColor = BrickColor.new("Really black")
505
Part29.Rotation = Vector3.new(-180, 0.0199999996, 180)
506
Part29.Anchored = true
507
Part29.CanCollide = false
508
Part29.FormFactor = Enum.FormFactor.Custom
509
Part29.Size = Vector3.new(4, 1, 2)
510
Part29.CFrame = CFrame.new(54.6437531, 5.37705469, -30.6626587, -1.00000072, -2.01879793e-08, 0.000411999936, 0, 1, 4.90000421e-05, -0.000411999936, 4.89999911e-05, -1.00000072)
511
Part29.BottomSurface = Enum.SurfaceType.Smooth
512
Part29.TopSurface = Enum.SurfaceType.Smooth
513
Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
514
Part29.Position = Vector3.new(54.6437531, 5.37705469, -30.6626587)
515
Part29.Orientation = Vector3.new(0, 179.979996, 0)
516
Part29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
517
SpecialMesh30.Parent = Part29
518
SpecialMesh30.MeshId = "rbxassetid://984153246"
519
SpecialMesh30.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
520
SpecialMesh30.MeshType = Enum.MeshType.FileMesh
521
SpecialMesh30.Scale = Vector3.new(0.0450000018, 0.0299999993, 0.0390000008)
522
Model31.Name = "LeftArm"
523
Model31.Parent = Model0
524
Part32.Name = "Left Arm1"
525
Part32.Parent = Model31
526
Part32.Material = Enum.Material.SmoothPlastic
527
Part32.BrickColor = BrickColor.new("Pastel brown")
528
Part32.Transparency = 1
529
Part32.Rotation = Vector3.new(-180, 0, 0)
530
Part32.Anchored = true
531
Part32.CanCollide = false
532
Part32.FormFactor = Enum.FormFactor.Plate
533
Part32.Size = Vector3.new(1, 2, 1)
534
Part32.CFrame = CFrame.new(56.0937576, 5.50006676, -30.6814327, 1, 4.45898877e-05, 3.27825364e-05, 4.45890255e-05, -1, 2.62771555e-05, 3.27837079e-05, -2.6275693e-05, -1)
535
Part32.BottomSurface = Enum.SurfaceType.Smooth
536
Part32.TopSurface = Enum.SurfaceType.Smooth
537
Part32.Color = Color3.new(1, 0.8, 0.6)
538
Part32.Position = Vector3.new(56.0937576, 5.50006676, -30.6814327)
539
Part32.Orientation = Vector3.new(0, 180, 180)
540
Part32.Color = Color3.new(1, 0.8, 0.6)
541
Part33.Parent = Model31
542
Part33.Material = Enum.Material.SmoothPlastic
543
Part33.BrickColor = BrickColor.new("Really black")
544
Part33.Rotation = Vector3.new(-180, 0.0199999996, 180)
545
Part33.Anchored = true
546
Part33.CanCollide = false
547
Part33.FormFactor = Enum.FormFactor.Custom
548
Part33.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
549
Part33.CFrame = CFrame.new(56.1034546, 5.4966073, -30.6945705, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
550
Part33.BottomSurface = Enum.SurfaceType.Smooth
551
Part33.TopSurface = Enum.SurfaceType.Smooth
552
Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
553
Part33.Position = Vector3.new(56.1034546, 5.4966073, -30.6945705)
554
Part33.Orientation = Vector3.new(0, 179.979996, 0)
555
Part33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
556
Part34.Parent = Model31
557
Part34.Material = Enum.Material.SmoothPlastic
558
Part34.BrickColor = BrickColor.new("Really black")
559
Part34.Rotation = Vector3.new(-180, 0.0199999996, 170)
560
Part34.Anchored = true
561
Part34.CanCollide = false
562
Part34.FormFactor = Enum.FormFactor.Custom
563
Part34.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
564
Part34.CFrame = CFrame.new(56.1240654, 6.10024023, -30.6945381, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
565
Part34.BottomSurface = Enum.SurfaceType.Smooth
566
Part34.TopSurface = Enum.SurfaceType.Smooth
567
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
568
Part34.Position = Vector3.new(56.1240654, 6.10024023, -30.6945381)
569
Part34.Orientation = Vector3.new(0, 179.979996, -10)
570
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
571
Part35.Parent = Model31
572
Part35.Material = Enum.Material.SmoothPlastic
573
Part35.BrickColor = BrickColor.new("Really black")
574
Part35.Rotation = Vector3.new(-180, 0.0199999996, 170)
575
Part35.Anchored = true
576
Part35.CanCollide = false
577
Part35.FormFactor = Enum.FormFactor.Custom
578
Part35.Size = Vector3.new(1.15904844, 0.267471552, 1.17019272)
579
Part35.CFrame = CFrame.new(56.0820656, 6.33844805, -30.6945419, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
580
Part35.BottomSurface = Enum.SurfaceType.Smooth
581
Part35.TopSurface = Enum.SurfaceType.Smooth
582
Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
583
Part35.Position = Vector3.new(56.0820656, 6.33844805, -30.6945419)
584
Part35.Orientation = Vector3.new(0, 179.979996, -10)
585
Part35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
586
Part36.Parent = Model31
587
Part36.Material = Enum.Material.SmoothPlastic
588
Part36.BrickColor = BrickColor.new("Really black")
589
Part36.Rotation = Vector3.new(-180, 0.0199999996, 170)
590
Part36.Anchored = true
591
Part36.CanCollide = false
592
Part36.FormFactor = Enum.FormFactor.Custom
593
Part36.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
594
Part36.CFrame = CFrame.new(56.1034927, 6.21692228, -30.69454, -0.984807789, -0.173647821, 0.000411703862, -0.173647791, 0.984807909, 4.9239603e-05, -0.000413999514, -2.29999259e-05, -1)
595
Part36.BottomSurface = Enum.SurfaceType.Smooth
596
Part36.TopSurface = Enum.SurfaceType.Smooth
597
Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
598
Part36.Position = Vector3.new(56.1034927, 6.21692228, -30.69454)
599
Part36.Orientation = Vector3.new(0, 179.979996, -10)
600
Part36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
601
Model37.Name = "RightArm"
602
Model37.Parent = Model0
603
Part38.Name = "Right Arm1"
604
Part38.Parent = Model37
605
Part38.Material = Enum.Material.SmoothPlastic
606
Part38.BrickColor = BrickColor.new("Pastel brown")
607
Part38.Transparency = 1
608
Part38.Rotation = Vector3.new(180, 0, 180)
609
Part38.Anchored = true
610
Part38.CanCollide = false
611
Part38.FormFactor = Enum.FormFactor.Plate
612
Part38.Size = Vector3.new(1, 2, 1)
613
Part38.CFrame = CFrame.new(53.1336479, 5.5000248, -30.6814327, -1, -4.45878868e-05, 3.27852576e-05, -4.45890255e-05, 1, -3.47647074e-05, -3.27837079e-05, -3.47661698e-05, -1)
614
Part38.BottomSurface = Enum.SurfaceType.Smooth
615
Part38.TopSurface = Enum.SurfaceType.Smooth
616
Part38.Color = Color3.new(1, 0.8, 0.6)
617
Part38.Position = Vector3.new(53.1336479, 5.5000248, -30.6814327)
618
Part38.Orientation = Vector3.new(0, 180, 0)
619
Part38.Color = Color3.new(1, 0.8, 0.6)
620
Part39.Parent = Model37
621
Part39.Material = Enum.Material.SmoothPlastic
622
Part39.BrickColor = BrickColor.new("Really black")
623
Part39.Rotation = Vector3.new(0, -0.0199999996, -5)
624
Part39.Anchored = true
625
Part39.CanCollide = false
626
Part39.FormFactor = Enum.FormFactor.Custom
627
Part39.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
628
Part39.CFrame = CFrame.new(53.0772896, 5.14598989, -30.6944981, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
629
Part39.BottomSurface = Enum.SurfaceType.Smooth
630
Part39.TopSurface = Enum.SurfaceType.Smooth
631
Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
632
Part39.Position = Vector3.new(53.0772896, 5.14598989, -30.6944981)
633
Part39.Orientation = Vector3.new(0, -0.0199999996, -5)
634
Part39.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
635
Part40.Parent = Model37
636
Part40.Material = Enum.Material.SmoothPlastic
637
Part40.BrickColor = BrickColor.new("Really black")
638
Part40.Rotation = Vector3.new(0, -0.0199999996, -5)
639
Part40.Anchored = true
640
Part40.CanCollide = false
641
Part40.FormFactor = Enum.FormFactor.Custom
642
Part40.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
643
Part40.CFrame = CFrame.new(53.1165733, 5.59502745, -30.6945057, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
644
Part40.BottomSurface = Enum.SurfaceType.Smooth
645
Part40.TopSurface = Enum.SurfaceType.Smooth
646
Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
647
Part40.Position = Vector3.new(53.1165733, 5.59502745, -30.6945057)
648
Part40.Orientation = Vector3.new(0, -0.0199999996, -5)
649
Part40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
650
Part41.Parent = Model37
651
Part41.Material = Enum.Material.SmoothPlastic
652
Part41.BrickColor = BrickColor.new("Really black")
653
Part41.Rotation = Vector3.new(0, -0.0199999996, -10)
654
Part41.Anchored = true
655
Part41.CanCollide = false
656
Part41.FormFactor = Enum.FormFactor.Custom
657
Part41.Size = Vector3.new(1.15904844, 0.267471552, 1.17019272)
658
Part41.CFrame = CFrame.new(53.122097, 6.33833647, -30.69454, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
659
Part41.BottomSurface = Enum.SurfaceType.Smooth
660
Part41.TopSurface = Enum.SurfaceType.Smooth
661
Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
662
Part41.Position = Vector3.new(53.122097, 6.33833647, -30.69454)
663
Part41.Orientation = Vector3.new(0, -0.0199999996, -10)
664
Part41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
665
Part42.Parent = Model37
666
Part42.Material = Enum.Material.SmoothPlastic
667
Part42.BrickColor = BrickColor.new("Really black")
668
Part42.Rotation = Vector3.new(0, -0.0199999996, -10)
669
Part42.Anchored = true
670
Part42.CanCollide = false
671
Part42.FormFactor = Enum.FormFactor.Custom
672
Part42.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
673
Part42.CFrame = CFrame.new(53.1006622, 6.21681452, -30.6945419, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
674
Part42.BottomSurface = Enum.SurfaceType.Smooth
675
Part42.TopSurface = Enum.SurfaceType.Smooth
676
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
677
Part42.Position = Vector3.new(53.1006622, 6.21681452, -30.6945419)
678
Part42.Orientation = Vector3.new(0, -0.0199999996, -10)
679
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
680
Part43.Parent = Model37
681
Part43.Material = Enum.Material.SmoothPlastic
682
Part43.BrickColor = BrickColor.new("Really black")
683
Part43.Rotation = Vector3.new(0, -0.0199999996, -10)
684
Part43.Anchored = true
685
Part43.CanCollide = false
686
Part43.FormFactor = Enum.FormFactor.Custom
687
Part43.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
688
Part43.CFrame = CFrame.new(53.0800934, 6.10013247, -30.6945457, 0.98480773, 0.173647955, -0.000410372188, -0.173647955, 0.984807849, 5.10356404e-05, 0.000412999914, 2.09999889e-05, 1)
689
Part43.BottomSurface = Enum.SurfaceType.Smooth
690
Part43.TopSurface = Enum.SurfaceType.Smooth
691
Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
692
Part43.Position = Vector3.new(53.0800934, 6.10013247, -30.6945457)
693
Part43.Orientation = Vector3.new(0, -0.0199999996, -10)
694
Part43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
695
Part44.Parent = Model37
696
Part44.Material = Enum.Material.SmoothPlastic
697
Part44.BrickColor = BrickColor.new("Really black")
698
Part44.Rotation = Vector3.new(-180, 0.0199999996, 180)
699
Part44.Anchored = true
700
Part44.CanCollide = false
701
Part44.FormFactor = Enum.FormFactor.Custom
702
Part44.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
703
Part44.CFrame = CFrame.new(53.1334496, 5.49649954, -30.6957951, -1.00000155, -2.01879367e-08, 0.000412000285, 0, 1, 4.89999875e-05, -0.000412000285, 4.89998893e-05, -1.00000155)
704
Part44.BottomSurface = Enum.SurfaceType.Smooth
705
Part44.TopSurface = Enum.SurfaceType.Smooth
706
Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
707
Part44.Position = Vector3.new(53.1334496, 5.49649954, -30.6957951)
708
Part44.Orientation = Vector3.new(0, 179.979996, 0)
709
Part44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
710
Part45.Parent = Model37
711
Part45.Material = Enum.Material.SmoothPlastic
712
Part45.BrickColor = BrickColor.new("Really black")
713
Part45.Rotation = Vector3.new(0, -0.0199999996, -5)
714
Part45.Anchored = true
715
Part45.CanCollide = false
716
Part45.FormFactor = Enum.FormFactor.Custom
717
Part45.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
718
Part45.CFrame = CFrame.new(53.0572853, 4.91734838, -30.6944942, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
719
Part45.BottomSurface = Enum.SurfaceType.Smooth
720
Part45.TopSurface = Enum.SurfaceType.Smooth
721
Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
722
Part45.Position = Vector3.new(53.0572853, 4.91734838, -30.6944942)
723
Part45.Orientation = Vector3.new(0, -0.0199999996, -5)
724
Part45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
725
Part46.Parent = Model37
726
Part46.Material = Enum.Material.SmoothPlastic
727
Part46.BrickColor = BrickColor.new("Really black")
728
Part46.Rotation = Vector3.new(0, -0.0199999996, -5)
729
Part46.Anchored = true
730
Part46.CanCollide = false
731
Part46.FormFactor = Enum.FormFactor.Custom
732
Part46.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
733
Part46.CFrame = CFrame.new(53.096283, 5.36310339, -30.6945019, 0.996194661, 0.0871559754, -0.000410120963, -0.087155968, 0.996194661, 5.09383208e-05, 0.000412999856, -1.49999914e-05, 1)
734
Part46.BottomSurface = Enum.SurfaceType.Smooth
735
Part46.TopSurface = Enum.SurfaceType.Smooth
736
Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
737
Part46.Position = Vector3.new(53.096283, 5.36310339, -30.6945019)
738
Part46.Orientation = Vector3.new(0, -0.0199999996, -5)
739
Part46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
740
Model47.Name = "LeftLeg"
741
Model47.Parent = Model0
742
Part48.Name = "Left Leg1"
743
Part48.Parent = Model47
744
Part48.Material = Enum.Material.SmoothPlastic
745
Part48.BrickColor = BrickColor.new("Pastel brown")
746
Part48.Transparency = 1
747
Part48.Rotation = Vector3.new(-180, 0, 180)
748
Part48.Anchored = true
749
Part48.CanCollide = false
750
Part48.FormFactor = Enum.FormFactor.Plate
751
Part48.Size = Vector3.new(1, 2, 1)
752
Part48.CFrame = CFrame.new(55.1337166, 3.50006151, -30.6814251, -1, -4.45898877e-05, 3.27825364e-05, -4.45890255e-05, 1, 2.62771555e-05, -3.27837079e-05, 2.6275693e-05, -1)
753
Part48.Color = Color3.new(1, 0.8, 0.6)
754
Part48.Position = Vector3.new(55.1337166, 3.50006151, -30.6814251)
755
Part48.Orientation = Vector3.new(0, 180, 0)
756
Part48.Color = Color3.new(1, 0.8, 0.6)
757
Part49.Parent = Model47
758
Part49.Material = Enum.Material.SmoothPlastic
759
Part49.BrickColor = BrickColor.new("Really black")
760
Part49.Rotation = Vector3.new(0, -0.0199999996, 0)
761
Part49.Anchored = true
762
Part49.CanCollide = false
763
Part49.FormFactor = Enum.FormFactor.Custom
764
Part49.Size = Vector3.new(0.470000774, 2.03999949, 1.09000051)
765
Part49.CFrame = CFrame.new(55.4007912, 3.51605129, -30.6932621, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
766
Part49.BottomSurface = Enum.SurfaceType.Smooth
767
Part49.TopSurface = Enum.SurfaceType.Smooth
768
Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
769
Part49.Position = Vector3.new(55.4007912, 3.51605129, -30.6932621)
770
Part49.Orientation = Vector3.new(0, -0.0199999996, 0)
771
Part49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
772
Part50.Parent = Model47
773
Part50.Material = Enum.Material.SmoothPlastic
774
Part50.BrickColor = BrickColor.new("Really black")
775
Part50.Rotation = Vector3.new(-180, 0.0199999996, 175)
776
Part50.Anchored = true
777
Part50.CanCollide = false
778
Part50.FormFactor = Enum.FormFactor.Custom
779
Part50.Size = Vector3.new(1.0600009, 0.244614512, 1.07019281)
780
Part50.CFrame = CFrame.new(55.1119347, 3.61458588, -30.6943645, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
781
Part50.BottomSurface = Enum.SurfaceType.Smooth
782
Part50.TopSurface = Enum.SurfaceType.Smooth
783-
for _,v in pairs(Nib:children()) do
783+
784-
		if v.className=="Hat" then
784+
785
Part50.Orientation = Vector3.new(0, 179.979996, -5)
786
Part50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
787
Part51.Parent = Model47
788
Part51.Material = Enum.Material.SmoothPlastic
789
Part51.BrickColor = BrickColor.new("Really black")
790
Part51.Rotation = Vector3.new(-180, 0.0199999996, 175)
791
Part51.Anchored = true
792
Part51.CanCollide = false
793
Part51.FormFactor = Enum.FormFactor.Custom
794
Part51.Size = Vector3.new(1.07981038, 0.24918592, 1.09019279)
795
Part51.CFrame = CFrame.new(55.1322212, 3.38265944, -30.6943684, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
796
Part51.BottomSurface = Enum.SurfaceType.Smooth
797
Part51.TopSurface = Enum.SurfaceType.Smooth
798
Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
799
Part51.Position = Vector3.new(55.1322212, 3.38265944, -30.6943684)
800
Part51.Orientation = Vector3.new(0, 179.979996, -5)
801
Part51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
802
Part52.Parent = Model47
803
Part52.Material = Enum.Material.SmoothPlastic
804
Part52.BrickColor = BrickColor.new("Really black")
805
Part52.Rotation = Vector3.new(-180, 0.0199999996, 175)
806
Part52.Anchored = true
807
Part52.CanCollide = false
808
Part52.FormFactor = Enum.FormFactor.Custom
809
Part52.Size = Vector3.new(1.09961987, 0.253757328, 1.11019278)
810
Part52.CFrame = CFrame.new(55.1512222, 3.16554594, -30.6943722, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
811
Part52.BottomSurface = Enum.SurfaceType.Smooth
812
Part52.TopSurface = Enum.SurfaceType.Smooth
813
Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
814
Part52.Position = Vector3.new(55.1512222, 3.16554594, -30.6943722)
815
Part52.Orientation = Vector3.new(0, 179.979996, -5)
816
Part52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
817
Part53.Parent = Model47
818
Part53.Material = Enum.Material.SmoothPlastic
819
Part53.BrickColor = BrickColor.new("Really black")
820
Part53.Rotation = Vector3.new(-180, 0.0199999996, 175)
821
Part53.Anchored = true
822
Part53.CanCollide = false
823
Part53.FormFactor = Enum.FormFactor.Custom
824
Part53.Size = Vector3.new(1.11942935, 0.258328736, 1.13019276)
825
Part53.CFrame = CFrame.new(55.1712189, 2.93689871, -30.694376, -0.996194661, -0.0871559754, 0.000411117129, -0.087155968, 0.996194661, 5.10254722e-05, -0.000413999864, 1.49999914e-05, -1)
826
Part53.BottomSurface = Enum.SurfaceType.Smooth
827
Part53.TopSurface = Enum.SurfaceType.Smooth
828
Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
829
Part53.Position = Vector3.new(55.1712189, 2.93689871, -30.694376)
830
Part53.Orientation = Vector3.new(0, 179.979996, -5)
831
Part53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
832
Part54.Parent = Model47
833
Part54.Material = Enum.Material.SmoothPlastic
834
Part54.BrickColor = BrickColor.new("Really black")
835
Part54.Rotation = Vector3.new(0, -0.0199999996, 40)
836
Part54.Anchored = true
837
Part54.CanCollide = false
838
Part54.FormFactor = Enum.FormFactor.Custom
839
Part54.Size = Vector3.new(0.870000839, 0.239999145, 1.09000051)
840
Part54.CFrame = CFrame.new(55.0988922, 3.7328558, -30.6934071, 0.76604414, -0.642787933, -0.000413087342, 0.642788053, 0.76604408, 4.89168051e-05, 0.000285000016, -0.000302999979, 1)
841
Part54.BottomSurface = Enum.SurfaceType.Smooth
842
Part54.TopSurface = Enum.SurfaceType.Smooth
843
Part54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
844
Part54.Position = Vector3.new(55.0988922, 3.7328558, -30.6934071)
845
Part54.Orientation = Vector3.new(0, -0.0199999996, 40)
846
Part54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
847
Part55.Parent = Model47
848
Part55.Material = Enum.Material.SmoothPlastic
849
Part55.BrickColor = BrickColor.new("Really black")
850
Part55.Rotation = Vector3.new(0, -0.0199999996, 0)
851
Part55.Anchored = true
852
Part55.CanCollide = false
853
Part55.FormFactor = Enum.FormFactor.Custom
854
Part55.Size = Vector3.new(1.04000092, 2.03999949, 1.05000055)
855
Part55.CFrame = CFrame.new(55.0857964, 3.51605129, -30.6933937, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
856
Part55.BottomSurface = Enum.SurfaceType.Smooth
857
Part55.TopSurface = Enum.SurfaceType.Smooth
858
Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
859
Part55.Position = Vector3.new(55.0857964, 3.51605129, -30.6933937)
860
Part55.Orientation = Vector3.new(0, -0.0199999996, 0)
861
Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
862
Part56.Parent = Model47
863
Part56.Material = Enum.Material.SmoothPlastic
864
Part56.BrickColor = BrickColor.new("Really black")
865
Part56.Rotation = Vector3.new(0, -0.0199999996, 0)
866
Part56.Anchored = true
867
Part56.CanCollide = false
868
Part56.FormFactor = Enum.FormFactor.Custom
869
Part56.Size = Vector3.new(1.07000089, 1.13999927, 1.09000051)
870
Part56.CFrame = CFrame.new(55.1007919, 3.06605291, -30.6933689, 1, 1.97760013e-08, -0.000411999994, 0, 1, 4.80000017e-05, 0.000411999994, -4.79999944e-05, 1)
871
Part56.BottomSurface = Enum.SurfaceType.Smooth
872
Part56.TopSurface = Enum.SurfaceType.Smooth
873
Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
874
Part56.Position = Vector3.new(55.1007919, 3.06605291, -30.6933689)
875
Part56.Orientation = Vector3.new(0, -0.0199999996, 0)
876
Part56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
877
Script57.Name = "Welds"
878
Script57.Parent = Model0
879
Script57.Disabled = true
880
table.insert(cors,sandbox(Script57,function()
881
--Saz
882
883
--A new system which is a combination of fast-welds and hard-welds.
884
--Should be far, far better.
885
886
--When script.CreateNewWelds.Value == true, we create a new set of weld information on script run.
887
--This toggles off automatically afterwards, to prevent issues that fast-welds can cause.
888
889
--Cruder than I wanted it to be, but not like I intended for anyone but me to use it anyway.
890
--The fact that you're reading this means you should likely kill yourself. Immediately.
891
892
wait(.33)
893
894
Tool=script.Parent
895
Nib=Tool.Parent
896
897
898
899
wait(1)
900
901
weldparts=function()
902
	print("Welding")
903
	lel={}
904
	function jarate(p)
905
		for i=1, #p do
906
			table.insert(lel,p[i])
907
			k=p[i]:children()
908
			if #k>0 then
909
				jarate(k)
910
			end
911
		end
912
	end
913
	for _,v in pairs(script.Parent:children()) do
914
		if v.Name~="Cloak" and v.className~="Script" then
915
			v:BreakJoints()
916
			jarate(v:children())
917
		end
918
	end
919
	for _,v in pairs(lel) do
920
		if v.className=="Weld" or v.className=="Motor6D" then
921
			v:Remove()
922
		end
923
	end
924
	for _,v in pairs(script.Parent["RightLeg"]:children()) do
925
		if v.Name~="Right Leg1" then
926
			w=Instance.new("Weld")
927
			w.Part0=script.Parent["RightLeg"]["Right Leg1"]
928
			w.Part1=v
929
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
930
			w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
931
			w.Parent=w.Part0
932
		end
933
	end
934
	w=Instance.new("Weld")
935
	w.Part0=Nib["Right Leg"]
936
	w.Part1=script.Parent["RightLeg"]["Right Leg1"]
937
	w.Parent=w.Part0
938
	w.C0=CFrame.new(0,-.1,0)
939
	for _,v in pairs(script.Parent["LeftLeg"]:children()) do
940
		if v.Name~="Left Leg1" then
941
			w=Instance.new("Weld")
942
			w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
943
			w.Part1=v
944
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
945
			w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
946
			w.Parent=w.Part0
947
		end
948
	end
949
	w=Instance.new("Weld")
950
	w.Part0=Nib["Left Leg"]
951
	w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
952
	w.Parent=w.Part0
953
	w.C0=CFrame.new(0,-.1,0)
954
	for _,v in pairs(script.Parent["RightArm"]:children()) do
955
		if v.Name~="Right Arm1" then
956
			w=Instance.new("Weld")
957
			w.Part0=script.Parent["RightArm"]["Right Arm1"]
958
			w.Part1=v
959
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
960
			w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
961
			w.Parent=w.Part1
962
		end
963
	end
964
	w=Instance.new("Weld")
965
	w.Part0=Nib["Right Arm"]
966
	w.Part1=script.Parent["RightArm"]["Right Arm1"]
967
	w.Parent=w.Part0
968
	w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
969
	
970
	for _,v in pairs(script.Parent["LeftArm"]:children()) do
971
		if v.Name~="Left Arm1" then
972
			w=Instance.new("Weld")
973
			w.Part0=script.Parent["LeftArm"]["Left Arm1"]
974
			w.Part1=v
975
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
976
			w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
977
			w.Parent=w.Part0
978
		end
979
	end
980
	w=Instance.new("Weld")
981
	w.Part0=Nib["Left Arm"]
982
	w.Part1=script.Parent["LeftArm"]["Left Arm1"]
983
	w.Parent=w.Part0
984
	
985
	
986
	for _,v in pairs(script.Parent["Head"]:children()) do
987-
local p = game.Players.LocalPlayer
987+
988
			w=Instance.new("Weld")
989
			w.Part0=script.Parent["Head"]["Head1"]
990
			w.Part1=v
991
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
992
			w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
993
			w.Parent=w.Part0
994
		end
995
	end
996
	w=Instance.new("Weld")
997
	w.Part0=Nib["Head"]
998
	w.Part1=script.Parent["Head"]["Head1"]
999
	w.Parent=w.Part0
1000
	
1001
	for _,v in pairs(script.Parent["Torso"]:children()) do
1002
		if v.Name~="Torso1" then
1003
			w=Instance.new("Weld")
1004
			w.Part0=script.Parent["Torso"]["Torso1"]
1005
			w.Part1=v
1006
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
1007
			w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
1008
			w.Parent=script.Parent["Torso"]["Torso1"]
1009
		end
1010
	end
1011
	
1012-
SIDs = {"1117430525","1117430242","1117428776","1117428072","1117427131","1117426254"}
1012+
1013
	w.Part0=Nib["Torso"]
1014
	w.Part1=script.Parent["Torso"]["Torso1"]
1015
	w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
1016-
	local p = game.Players.LocalPlayer
1016+
1017
1018
	for _,v in pairs(lel) do
1019
		if v:IsA("BasePart") then v.Anchored=false end
1020
	end
1021
	
1022
	
1023
	
1024
	wait(1)
1025
	
1026
	w=Instance.new("Weld")
1027
	w.Part0=Nib.Torso
1028
	w.Part1=Tool.Torso.Torso1
1029
	w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1030
	w.C1=CFrame.new(0,0,0)
1031
	w.Parent=w.Part1
1032
	w.Name="ClothingWeld"
1033
	
1034
	wait(.06)
1035
	
1036
	while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
1037
		wait(.03)
1038
		w=Instance.new("Weld")
1039
		w.Part0=Nib.Torso
1040
		w.Part1=Tool.Torso.Torso1
1041
		w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1042
		w.C1=CFrame.new(0,0,0)
1043
		w.Parent=w.Part1
1044
		w.Name="ClothingWeld"
1045
	end
1046
	
1047
	w=Instance.new("Weld")
1048
	w.Part0=Nib["Right Leg"]
1049
	w.Part1=Tool.RightLeg["Right Leg1"]
1050
	w.C0=CFrame.new(0,0,0)
1051
	w.C1=CFrame.new(0,0,0)
1052
	w.Parent=w.Part1
1053
	w.Name="ClothingWeld"
1054
	
1055
	w=Instance.new("Weld")
1056
	w.Part0=Nib["Left Leg"]
1057
	w.Part1=Tool.LeftLeg["Left Leg1"]
1058
	w.C0=CFrame.new(0,0,0)
1059
	w.C1=CFrame.new(0,0,0)
1060
	w.Parent=w.Part1
1061
	w.Name="ClothingWeld"
1062
	
1063
	w=Instance.new("Weld")
1064
	w.Part0=Nib["Right Arm"]
1065
	w.Part1=Tool.RightArm["Right Arm1"]
1066
	w.C0=CFrame.new(0,0,0)
1067
	w.C1=CFrame.new(0,0,0)
1068
	w.Parent=w.Part1
1069
	w.Name="ClothingWeld"
1070
	
1071
	w=Instance.new("Weld")
1072
	w.Part0=Nib["Left Arm"]
1073
	w.Part1=Tool.LeftArm["Left Arm1"]
1074
	w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1075
	w.C1=CFrame.new(0,0,0)
1076
	w.Parent=w.Part1
1077
	w.Name="ClothingWeld"
1078
	
1079
	wait()
1080
	
1081
end
1082
weldparts()
1083
1084
end))
1085
for i,v in pairs(mas:GetChildren()) do
1086
	v.Parent = game:GetService("Players").LocalPlayer.Character
1087
  pcall(function() v:MakeJoints() end)
1088
end
1089
1090
wait(.5)
1091
local p = owner
1092
local char = p.Character
1093
local mouse = p:GetMouse()
1094
local larm = char["Left Arm"]
1095
local rarm = char["Right Arm"]
1096
local lleg = char["Left Leg"]
1097
local rleg = char["Right Leg"]
1098
local hed = char.Head
1099
local torso = char.Torso
1100
local hum = char["Humanoid"]
1101
local cam = game.Workspace.CurrentCamera
1102
local root = char.HumanoidRootPart
1103
local deb = false
1104
local CanAttack = true
1105
local shot = 0
1106
local animpose = "Idle"
1107
local lastanimpose = "Idle"
1108
local stanceToggle = "Sheathed"
1109
local l = game:GetService("Lighting")
1110
local rs = game:GetService("RunService").RenderStepped
1111
local equipped = false
1112
local rp = char.HumanoidRootPart
1113
local bang = false
1114
local change = .5
1115
pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
1116
SIDs = {"748984518","1117430242","1117428776","1117428072","1117427131","1117426254"}
1117
local eColors={'Really black','Really black'}
1118
asd = function()
1119
	print("MonoGod v2 loaded")
1120
	local p = owner
1121
local char = p.Character
1122
	local hum = char.Humanoid
1123
	hum.MaxHealth=9999999999999999999999999999999999999999999999999999999999
1124
	hum.Health = hum.MaxHealth
1125
	print("Set your humanoids health successfully!")
1126
local ff=Instance.new("ForceField",char)
1127
	print("Force field successfully created!")
1128
	wait(.3)
1129
	ff.Visible=false
1130
   print("Force field hidden!")
1131
spawn(function() 
1132
while wait() do
1133
while true do wait() hum.Health = hum.MaxHealth
1134
	
1135
end
1136
end
1137
end)
1138
print("Looping healing!")
1139
wait(1)
1140
print("Finished loading! Thanks for using my armor! Or whatever it is that uses this..")
1141
end
1142
----------------------------------------------
1143
--this was made for easy cosmetic editing
1144
--by mono 
1145
wait(.2)
1146
--funcs
1147
attacktype=1
1148
attack = false 
1149
attackdebounce = false 
1150
1151
combo=0
1152
trispeed=.2
1153
attackmode='none'
1154
1155
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) --thanks to KingAbsalom
1156
local wld = Instance.new("Weld", wp1)
1157
wld.Part0 = wp0
1158
wld.Part1 = wp1
1159
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
1160
end
1161
--
1162
for i,v in pairs(game.Players.LocalPlayer.Character.Head:children()) do
1163
  if v:IsA("Sound") then
1164
    v:Destroy()
1165
  end
1166
end
1167
--
1168
for i,v in pairs(game.Players.LocalPlayer.Character:children()) do
1169
  if v:IsA("Accessory") then
1170
    v:Destroy()
1171
  end
1172
end
1173
--skin
1174
	game.Players.LocalPlayer.Character["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
1175
	game.Players.LocalPlayer.Character["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
1176
	game.Players.LocalPlayer.Character["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
1177
	game.Players.LocalPlayer.Character["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
1178
	game.Players.LocalPlayer.Character["Body Colors"].LeftLegColor = BrickColor.new("Pastel brown")
1179
	game.Players.LocalPlayer.Character["Body Colors"].RightLegColor = BrickColor.new("Pastel brown")
1180
----------------------------------------------
1181
--[[
1182
	newWeld(workspace.MonolithicDivinity, a, 0, 0, 0)
1183
a.Weld.C1 = CFrame.new(0,-.38,0) * CFrame.Angles(0,0,0)
1184
1185
--]]
1186
-------------------------------
1187
Debounces = {CanAttack = true, NoIdl = false, Slashing = false, Slashed = false, RPunch = false, RPunched = false, LPunch = false, LPunched = false, Reaping = false, Reaped = false}
1188
1189
ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
1190
----------------------------------------------------
1191
------------------------------------------------------------------------------------------------------------
1192
--Converted with ttyyuu12345's model to script plugin v4
1193
function sandbox(var,func)
1194
	local env = getfenv(func)
1195
	local newenv = setmetatable({},{
1196
		__index = function(self,k)
1197
			if k=="script" then
1198
				return var
1199
			else
1200
				return env[k]
1201
			end
1202
		end,
1203
	})
1204
	setfenv(func,newenv)
1205
	return func
1206
end
1207
cors = {}
1208
mas = Instance.new("Model",game:GetService("Lighting"))
1209
Model0 = Instance.new("Model")
1210
Part1 = Instance.new("Part")
1211
Folder2 = Instance.new("Folder")
1212
CFrameValue3 = Instance.new("CFrameValue")
1213
Part4 = Instance.new("Part")
1214
CylinderMesh5 = Instance.new("CylinderMesh")
1215
Folder6 = Instance.new("Folder")
1216
CFrameValue7 = Instance.new("CFrameValue")
1217
Part8 = Instance.new("Part")
1218
SpecialMesh9 = Instance.new("SpecialMesh")
1219
Folder10 = Instance.new("Folder")
1220
CFrameValue11 = Instance.new("CFrameValue")
1221
Part12 = Instance.new("Part")
1222
SpecialMesh13 = Instance.new("SpecialMesh")
1223
Folder14 = Instance.new("Folder")
1224
CFrameValue15 = Instance.new("CFrameValue")
1225
Part16 = Instance.new("Part")
1226
CylinderMesh17 = Instance.new("CylinderMesh")
1227
Folder18 = Instance.new("Folder")
1228
CFrameValue19 = Instance.new("CFrameValue")
1229
Part20 = Instance.new("Part")
1230
CylinderMesh21 = Instance.new("CylinderMesh")
1231
Folder22 = Instance.new("Folder")
1232
CFrameValue23 = Instance.new("CFrameValue")
1233
Part24 = Instance.new("Part")
1234
CylinderMesh25 = Instance.new("CylinderMesh")
1235
Folder26 = Instance.new("Folder")
1236
CFrameValue27 = Instance.new("CFrameValue")
1237
Part28 = Instance.new("Part")
1238
Folder29 = Instance.new("Folder")
1239
CFrameValue30 = Instance.new("CFrameValue")
1240
Part31 = Instance.new("Part")
1241
Folder32 = Instance.new("Folder")
1242
CFrameValue33 = Instance.new("CFrameValue")
1243
Part34 = Instance.new("Part")
1244
CylinderMesh35 = Instance.new("CylinderMesh")
1245
Folder36 = Instance.new("Folder")
1246
CFrameValue37 = Instance.new("CFrameValue")
1247
Part38 = Instance.new("Part")
1248
CylinderMesh39 = Instance.new("CylinderMesh")
1249
Folder40 = Instance.new("Folder")
1250
CFrameValue41 = Instance.new("CFrameValue")
1251
Part42 = Instance.new("Part")
1252
SpecialMesh43 = Instance.new("SpecialMesh")
1253
Folder44 = Instance.new("Folder")
1254
CFrameValue45 = Instance.new("CFrameValue")
1255
Part46 = Instance.new("Part")
1256
Motor47 = Instance.new("Motor")
1257
Motor48 = Instance.new("Motor")
1258
Motor49 = Instance.new("Motor")
1259
Motor50 = Instance.new("Motor")
1260
Motor51 = Instance.new("Motor")
1261
Motor52 = Instance.new("Motor")
1262
Motor53 = Instance.new("Motor")
1263
Motor54 = Instance.new("Motor")
1264
Motor55 = Instance.new("Motor")
1265
Motor56 = Instance.new("Motor")
1266
Motor57 = Instance.new("Motor")
1267
Motor58 = Instance.new("Motor")
1268
Motor59 = Instance.new("Motor")
1269
Motor60 = Instance.new("Motor")
1270
Motor61 = Instance.new("Motor")
1271
Motor62 = Instance.new("Motor")
1272
Motor63 = Instance.new("Motor")
1273
Motor64 = Instance.new("Motor")
1274
Motor65 = Instance.new("Motor")
1275
Motor66 = Instance.new("Motor")
1276
Motor67 = Instance.new("Motor")
1277
Motor68 = Instance.new("Motor")
1278
Motor69 = Instance.new("Motor")
1279
Motor70 = Instance.new("Motor")
1280
Motor71 = Instance.new("Motor")
1281
Motor72 = Instance.new("Motor")
1282
Motor73 = Instance.new("Motor")
1283
Weld74 = Instance.new("Weld")
1284
Motor75 = Instance.new("Motor")
1285
Motor76 = Instance.new("Motor")
1286
Motor77 = Instance.new("Motor")
1287
Motor78 = Instance.new("Motor")
1288
Motor79 = Instance.new("Motor")
1289
Motor80 = Instance.new("Motor")
1290
Motor81 = Instance.new("Motor")
1291
Motor82 = Instance.new("Motor")
1292
Motor83 = Instance.new("Motor")
1293
Motor84 = Instance.new("Motor")
1294
Motor85 = Instance.new("Motor")
1295
Motor86 = Instance.new("Motor")
1296
Motor87 = Instance.new("Motor")
1297
Motor88 = Instance.new("Motor")
1298
Motor89 = Instance.new("Motor")
1299
Motor90 = Instance.new("Motor")
1300
Motor91 = Instance.new("Motor")
1301
Motor92 = Instance.new("Motor")
1302
Motor93 = Instance.new("Motor")
1303
Motor94 = Instance.new("Motor")
1304
Motor95 = Instance.new("Motor")
1305
Motor96 = Instance.new("Motor")
1306
Motor97 = Instance.new("Motor")
1307
Motor98 = Instance.new("Motor")
1308
Motor99 = Instance.new("Motor")
1309
Motor100 = Instance.new("Motor")
1310
Motor101 = Instance.new("Motor")
1311
Motor102 = Instance.new("Motor")
1312
Motor103 = Instance.new("Motor")
1313
Motor104 = Instance.new("Motor")
1314
Folder105 = Instance.new("Folder")
1315
CFrameValue106 = Instance.new("CFrameValue")
1316
Motor107 = Instance.new("Motor")
1317
Motor108 = Instance.new("Motor")
1318
Part109 = Instance.new("Part")
1319
SpecialMesh110 = Instance.new("SpecialMesh")
1320
Folder111 = Instance.new("Folder")
1321
CFrameValue112 = Instance.new("CFrameValue")
1322
Part113 = Instance.new("Part")
1323
Folder114 = Instance.new("Folder")
1324
CFrameValue115 = Instance.new("CFrameValue")
1325
Part116 = Instance.new("Part")
1326
CylinderMesh117 = Instance.new("CylinderMesh")
1327
Folder118 = Instance.new("Folder")
1328
CFrameValue119 = Instance.new("CFrameValue")
1329
Part120 = Instance.new("Part")
1330
Folder121 = Instance.new("Folder")
1331
CFrameValue122 = Instance.new("CFrameValue")
1332
Part123 = Instance.new("Part")
1333
CylinderMesh124 = Instance.new("CylinderMesh")
1334
Folder125 = Instance.new("Folder")
1335
CFrameValue126 = Instance.new("CFrameValue")
1336
Part127 = Instance.new("Part")
1337
CylinderMesh128 = Instance.new("CylinderMesh")
1338
Folder129 = Instance.new("Folder")
1339
CFrameValue130 = Instance.new("CFrameValue")
1340
Part131 = Instance.new("Part")
1341
CylinderMesh132 = Instance.new("CylinderMesh")
1342
Folder133 = Instance.new("Folder")
1343
CFrameValue134 = Instance.new("CFrameValue")
1344
Part135 = Instance.new("Part")
1345
SpecialMesh136 = Instance.new("SpecialMesh")
1346
Folder137 = Instance.new("Folder")
1347
CFrameValue138 = Instance.new("CFrameValue")
1348
Part139 = Instance.new("Part")
1349
CylinderMesh140 = Instance.new("CylinderMesh")
1350
Folder141 = Instance.new("Folder")
1351
CFrameValue142 = Instance.new("CFrameValue")
1352
Part143 = Instance.new("Part")
1353
CylinderMesh144 = Instance.new("CylinderMesh")
1354
Folder145 = Instance.new("Folder")
1355
CFrameValue146 = Instance.new("CFrameValue")
1356
Part147 = Instance.new("Part")
1357
CylinderMesh148 = Instance.new("CylinderMesh")
1358
Folder149 = Instance.new("Folder")
1359
CFrameValue150 = Instance.new("CFrameValue")
1360
Part151 = Instance.new("Part")
1361
CylinderMesh152 = Instance.new("CylinderMesh")
1362
Folder153 = Instance.new("Folder")
1363
CFrameValue154 = Instance.new("CFrameValue")
1364
Part155 = Instance.new("Part")
1365
SpecialMesh156 = Instance.new("SpecialMesh")
1366
Folder157 = Instance.new("Folder")
1367
CFrameValue158 = Instance.new("CFrameValue")
1368
Part159 = Instance.new("Part")
1369
SpecialMesh160 = Instance.new("SpecialMesh")
1370
Folder161 = Instance.new("Folder")
1371
CFrameValue162 = Instance.new("CFrameValue")
1372
Part163 = Instance.new("Part")
1373
CylinderMesh164 = Instance.new("CylinderMesh")
1374
Folder165 = Instance.new("Folder")
1375
CFrameValue166 = Instance.new("CFrameValue")
1376
Part167 = Instance.new("Part")
1377
CylinderMesh168 = Instance.new("CylinderMesh")
1378
Folder169 = Instance.new("Folder")
1379
CFrameValue170 = Instance.new("CFrameValue")
1380
Part171 = Instance.new("Part")
1381
CylinderMesh172 = Instance.new("CylinderMesh")
1382
Folder173 = Instance.new("Folder")
1383
CFrameValue174 = Instance.new("CFrameValue")
1384
Part175 = Instance.new("Part")
1385
Folder176 = Instance.new("Folder")
1386
CFrameValue177 = Instance.new("CFrameValue")
1387
Part178 = Instance.new("Part")
1388
CylinderMesh179 = Instance.new("CylinderMesh")
1389
ParticleEmitter180 = Instance.new("ParticleEmitter")
1390
Folder181 = Instance.new("Folder")
1391
CFrameValue182 = Instance.new("CFrameValue")
1392
Part183 = Instance.new("Part")
1393
CylinderMesh184 = Instance.new("CylinderMesh")
1394
Folder185 = Instance.new("Folder")
1395
CFrameValue186 = Instance.new("CFrameValue")
1396
Part187 = Instance.new("Part")
1397
CylinderMesh188 = Instance.new("CylinderMesh")
1398
Folder189 = Instance.new("Folder")
1399
CFrameValue190 = Instance.new("CFrameValue")
1400
Part191 = Instance.new("Part")
1401
SpecialMesh192 = Instance.new("SpecialMesh")
1402
Folder193 = Instance.new("Folder")
1403
CFrameValue194 = Instance.new("CFrameValue")
1404
Part195 = Instance.new("Part")
1405
CylinderMesh196 = Instance.new("CylinderMesh")
1406
Folder197 = Instance.new("Folder")
1407
CFrameValue198 = Instance.new("CFrameValue")
1408
Part199 = Instance.new("Part")
1409
SpecialMesh200 = Instance.new("SpecialMesh")
1410
Folder201 = Instance.new("Folder")
1411
CFrameValue202 = Instance.new("CFrameValue")
1412
Part203 = Instance.new("Part")
1413
CylinderMesh204 = Instance.new("CylinderMesh")
1414
Folder205 = Instance.new("Folder")
1415
CFrameValue206 = Instance.new("CFrameValue")
1416
Part207 = Instance.new("Part")
1417
Folder208 = Instance.new("Folder")
1418
CFrameValue209 = Instance.new("CFrameValue")
1419
Part210 = Instance.new("Part")
1420
CylinderMesh211 = Instance.new("CylinderMesh")
1421
Folder212 = Instance.new("Folder")
1422
CFrameValue213 = Instance.new("CFrameValue")
1423
Part214 = Instance.new("Part")
1424
SpecialMesh215 = Instance.new("SpecialMesh")
1425
Folder216 = Instance.new("Folder")
1426
CFrameValue217 = Instance.new("CFrameValue")
1427
Part218 = Instance.new("Part")
1428
CylinderMesh219 = Instance.new("CylinderMesh")
1429
Folder220 = Instance.new("Folder")
1430
CFrameValue221 = Instance.new("CFrameValue")
1431
Part222 = Instance.new("Part")
1432
Folder223 = Instance.new("Folder")
1433
CFrameValue224 = Instance.new("CFrameValue")
1434
Part225 = Instance.new("Part")
1435
CylinderMesh226 = Instance.new("CylinderMesh")
1436
Folder227 = Instance.new("Folder")
1437
CFrameValue228 = Instance.new("CFrameValue")
1438
Part229 = Instance.new("Part")
1439
CylinderMesh230 = Instance.new("CylinderMesh")
1440
Folder231 = Instance.new("Folder")
1441
CFrameValue232 = Instance.new("CFrameValue")
1442
Part233 = Instance.new("Part")
1443
CylinderMesh234 = Instance.new("CylinderMesh")
1444
Folder235 = Instance.new("Folder")
1445
CFrameValue236 = Instance.new("CFrameValue")
1446
Part237 = Instance.new("Part")
1447
CylinderMesh238 = Instance.new("CylinderMesh")
1448
Folder239 = Instance.new("Folder")
1449
CFrameValue240 = Instance.new("CFrameValue")
1450
Part241 = Instance.new("Part")
1451
CylinderMesh242 = Instance.new("CylinderMesh")
1452
Folder243 = Instance.new("Folder")
1453
CFrameValue244 = Instance.new("CFrameValue")
1454
Part245 = Instance.new("Part")
1455
SpecialMesh246 = Instance.new("SpecialMesh")
1456
Folder247 = Instance.new("Folder")
1457
CFrameValue248 = Instance.new("CFrameValue")
1458
Part249 = Instance.new("Part")
1459
CylinderMesh250 = Instance.new("CylinderMesh")
1460
Folder251 = Instance.new("Folder")
1461
CFrameValue252 = Instance.new("CFrameValue")
1462
Part253 = Instance.new("Part")
1463
CylinderMesh254 = Instance.new("CylinderMesh")
1464
Folder255 = Instance.new("Folder")
1465
CFrameValue256 = Instance.new("CFrameValue")
1466
Part257 = Instance.new("Part")
1467
CylinderMesh258 = Instance.new("CylinderMesh")
1468
Folder259 = Instance.new("Folder")
1469
CFrameValue260 = Instance.new("CFrameValue")
1470
Part261 = Instance.new("Part")
1471
CylinderMesh262 = Instance.new("CylinderMesh")
1472
Folder263 = Instance.new("Folder")
1473
CFrameValue264 = Instance.new("CFrameValue")
1474
Part265 = Instance.new("Part")
1475
SpecialMesh266 = Instance.new("SpecialMesh")
1476
Folder267 = Instance.new("Folder")
1477
CFrameValue268 = Instance.new("CFrameValue")
1478
WedgePart269 = Instance.new("WedgePart")
1479
Folder270 = Instance.new("Folder")
1480
CFrameValue271 = Instance.new("CFrameValue")
1481
WedgePart272 = Instance.new("WedgePart")
1482
Folder273 = Instance.new("Folder")
1483
CFrameValue274 = Instance.new("CFrameValue")
1484
WedgePart275 = Instance.new("WedgePart")
1485
Folder276 = Instance.new("Folder")
1486
CFrameValue277 = Instance.new("CFrameValue")
1487
WedgePart278 = Instance.new("WedgePart")
1488
Folder279 = Instance.new("Folder")
1489
CFrameValue280 = Instance.new("CFrameValue")
1490
WedgePart281 = Instance.new("WedgePart")
1491
Folder282 = Instance.new("Folder")
1492
CFrameValue283 = Instance.new("CFrameValue")
1493
Model0.Name = "armcannon"
1494
Model0.Parent = mas
1495
Part1.Parent = Model0
1496
Part1.Material = Enum.Material.Metal
1497
Part1.BrickColor = BrickColor.new("Really black")
1498
Part1.Reflectance = 0.10000000149012
1499
Part1.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
1500
Part1.CanCollide = false
1501
Part1.Size = Vector3.new(1.23000121, 0.0500000007, 0.349811196)
1502
Part1.CFrame = CFrame.new(0.0371448994, 8.13310719, 0.022495687, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
1503
Part1.BottomSurface = Enum.SurfaceType.Smooth
1504
Part1.TopSurface = Enum.SurfaceType.Smooth
1505
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1506
Part1.Position = Vector3.new(0.0371448994, 8.13310719, 0.022495687)
1507
Part1.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
1508
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1509
Folder2.Name = "CFrames"
1510
Folder2.Parent = Part1
1511
CFrameValue3.Name = "C0"
1512
CFrameValue3.Parent = Folder2
1513
CFrameValue3.Value = CFrame.new(0.0815647691, -0.373321056, -0.00768661499, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
1514
Part4.Parent = Model0
1515
Part4.Material = Enum.Material.Metal
1516
Part4.BrickColor = BrickColor.new("Really black")
1517
Part4.Reflectance = 0.20000000298023
1518
Part4.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
1519
Part4.CanCollide = false
1520
Part4.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
1521
Part4.CFrame = CFrame.new(-0.469883472, 6.71011829, -0.0859385133, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
1522
Part4.BottomSurface = Enum.SurfaceType.Smooth
1523
Part4.TopSurface = Enum.SurfaceType.Smooth
1524
Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1525
Part4.Position = Vector3.new(-0.469883472, 6.71011829, -0.0859385133)
1526
Part4.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
1527
Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1528
CylinderMesh5.Parent = Part4
1529
Folder6.Name = "CFrames"
1530
Folder6.Parent = Part4
1531
CFrameValue7.Name = "C0"
1532
CFrameValue7.Parent = Folder6
1533
CFrameValue7.Value = CFrame.new(0.586633861, 1.05020094, -0.118249908, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1534
Part8.Parent = Model0
1535
Part8.Material = Enum.Material.Metal
1536
Part8.BrickColor = BrickColor.new("Really black")
1537
Part8.Reflectance = 0.20000000298023
1538
Part8.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
1539
Part8.CanCollide = false
1540
Part8.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
1541
Part8.CFrame = CFrame.new(-0.0507747307, 7.29127216, -0.503315866, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
1542
Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1543
Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1544
Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1545
Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1546
Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1547
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1548
Part8.Position = Vector3.new(-0.0507747307, 7.29127216, -0.503315866)
1549
Part8.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
1550
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1551
SpecialMesh9.Parent = Part8
1552
SpecialMesh9.MeshType = Enum.MeshType.Sphere
1553
Folder10.Name = "CFrames"
1554
Folder10.Parent = Part8
1555
CFrameValue11.Name = "C0"
1556
CFrameValue11.Parent = Folder10
1557
CFrameValue11.Value = CFrame.new(0.168397918, 0.467819214, -0.534789979, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1558
Part12.Parent = Model0
1559
Part12.Material = Enum.Material.Metal
1560
Part12.BrickColor = BrickColor.new("Really black")
1561
Part12.Reflectance = 0.10000000149012
1562
Part12.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
1563
Part12.CanCollide = false
1564
Part12.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
1565
Part12.CFrame = CFrame.new(-0.489252657, 6.58679008, -0.0874458104, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
1566
Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1567
Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1568
Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1569
Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1570
Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1571
Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1572
Part12.Position = Vector3.new(-0.489252657, 6.58679008, -0.0874458104)
1573
Part12.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
1574
Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1575
SpecialMesh13.Parent = Part12
1576
SpecialMesh13.MeshType = Enum.MeshType.Sphere
1577
Folder14.Name = "CFrames"
1578
Folder14.Parent = Part12
1579
CFrameValue15.Name = "C0"
1580
CFrameValue15.Parent = Folder14
1581
CFrameValue15.Value = CFrame.new(0.605831981, 1.17355347, -0.119945541, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
1582
Part16.Parent = Model0
1583
Part16.Material = Enum.Material.Metal
1584
Part16.BrickColor = BrickColor.new("Really black")
1585
Part16.Reflectance = 0.10000000149012
1586
Part16.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
1587
Part16.CanCollide = false
1588
Part16.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1589
Part16.CFrame = CFrame.new(-0.419010371, 6.54017735, 0.409794092, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
1590
Part16.BottomSurface = Enum.SurfaceType.Smooth
1591
Part16.TopSurface = Enum.SurfaceType.Smooth
1592
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1593
Part16.Position = Vector3.new(-0.419010371, 6.54017735, 0.409794092)
1594
Part16.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
1595
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1596
CylinderMesh17.Parent = Part16
1597
Folder18.Name = "CFrames"
1598
Folder18.Parent = Part16
1599
CFrameValue19.Name = "C0"
1600
CFrameValue19.Parent = Folder18
1601
CFrameValue19.Value = CFrame.new(0.535447061, 1.22083998, 0.377210587, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1602
Part20.Parent = Model0
1603
Part20.Material = Enum.Material.Metal
1604
Part20.BrickColor = BrickColor.new("Really black")
1605
Part20.Reflectance = 0.10000000149012
1606
Part20.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
1607
Part20.CanCollide = false
1608
Part20.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1609
Part20.CFrame = CFrame.new(-0.418934017, 6.53941154, -0.0839682221, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
1610
Part20.BottomSurface = Enum.SurfaceType.Smooth
1611
Part20.TopSurface = Enum.SurfaceType.Smooth
1612
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1613
Part20.Position = Vector3.new(-0.418934017, 6.53941154, -0.0839682221)
1614
Part20.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
1615
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1616
CylinderMesh21.Parent = Part20
1617
Folder22.Name = "CFrames"
1618
Folder22.Parent = Part20
1619
CFrameValue23.Name = "C0"
1620
CFrameValue23.Parent = Folder22
1621
CFrameValue23.Value = CFrame.new(0.535447121, 1.22083998, -0.116552353, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1622
Part24.Parent = Model0
1623
Part24.Material = Enum.Material.Metal
1624
Part24.BrickColor = BrickColor.new("Really black")
1625
Part24.Reflectance = 0.20000000298023
1626
Part24.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
1627
Part24.CanCollide = false
1628
Part24.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
1629
Part24.CFrame = CFrame.new(-0.464066774, 6.59119034, -0.0857721791, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
1630
Part24.BottomSurface = Enum.SurfaceType.Smooth
1631
Part24.TopSurface = Enum.SurfaceType.Smooth
1632
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1633
Part24.Position = Vector3.new(-0.464066774, 6.59119034, -0.0857721791)
1634
Part24.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
1635
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1636
CylinderMesh25.Parent = Part24
1637
Folder26.Name = "CFrames"
1638
Folder26.Parent = Part24
1639
CFrameValue27.Name = "C0"
1640
CFrameValue27.Parent = Folder26
1641
CFrameValue27.Value = CFrame.new(0.580651999, 1.16912079, -0.118268982, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1642
Part28.Parent = Model0
1643
Part28.Material = Enum.Material.Metal
1644
Part28.BrickColor = BrickColor.new("Really black")
1645
Part28.Reflectance = 0.20000000298023
1646
Part28.Rotation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
1647
Part28.CanCollide = false
1648
Part28.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
1649
Part28.CFrame = CFrame.new(0.111793168, 7.88118935, 0.0279411152, 0.00138878287, -0.999998748, -0.000503995281, 0.999997675, 0.00138799101, 0.00155193405, -0.0015512252, -0.000506225566, 0.999998569)
1650
Part28.BottomSurface = Enum.SurfaceType.Smooth
1651
Part28.TopSurface = Enum.SurfaceType.Smooth
1652
Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1653
Part28.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
1654
Part28.Orientation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
1655
Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1656
Folder29.Name = "CFrames"
1657
Folder29.Parent = Part28
1658
CFrameValue30.Name = "C0"
1659
CFrameValue30.Parent = Folder29
1660
CFrameValue30.Value = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -4.63430752e-08, 0.999999821, 0.000349257811, -0.999999881, -4.0988823e-08, -2.44472176e-09, 2.56113708e-09, -0.000349308568, 0.999999881)
1661
Part31.Parent = Model0
1662
Part31.Material = Enum.Material.Metal
1663
Part31.BrickColor = BrickColor.new("Really black")
1664
Part31.Reflectance = 0.10000000149012
1665
Part31.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
1666
Part31.CanCollide = false
1667
Part31.Size = Vector3.new(1.10038221, 0.051904764, 1.08999991)
1668
Part31.CFrame = CFrame.new(0.100722753, 7.09303474, 0.0341384597, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
1669
Part31.BottomSurface = Enum.SurfaceType.Smooth
1670
Part31.TopSurface = Enum.SurfaceType.Smooth
1671
Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1672
Part31.Position = Vector3.new(0.100722753, 7.09303474, 0.0341384597)
1673
Part31.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
1674
Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1675
Folder32.Name = "CFrames"
1676
Folder32.Parent = Part31
1677
CFrameValue33.Name = "C0"
1678
CFrameValue33.Parent = Folder32
1679
CFrameValue33.Value = CFrame.new(0.0165410116, 0.666679382, 0.00233268738, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1680
Part34.Parent = Model0
1681
Part34.Material = Enum.Material.Metal
1682
Part34.BrickColor = BrickColor.new("Really black")
1683
Part34.Reflectance = 0.20000000298023
1684
Part34.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
1685
Part34.CanCollide = false
1686
Part34.Size = Vector3.new(0.179999962, 1.13, 0.199999943)
1687
Part34.CFrame = CFrame.new(-0.148030341, 7.89514446, 0.012753956, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
1688
Part34.BottomSurface = Enum.SurfaceType.Smooth
1689
Part34.TopSurface = Enum.SurfaceType.Smooth
1690
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1691
Part34.Position = Vector3.new(-0.148030341, 7.89514446, 0.012753956)
1692
Part34.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
1693
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1694
CylinderMesh35.Parent = Part34
1695
Folder36.Name = "CFrames"
1696
Folder36.Parent = Part34
1697
CFrameValue37.Name = "C0"
1698
CFrameValue37.Parent = Folder36
1699
CFrameValue37.Value = CFrame.new(0.266410947, -0.135116577, -0.0177688636, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
1700
Part38.Parent = Model0
1701
Part38.Material = Enum.Material.Metal
1702
Part38.BrickColor = BrickColor.new("Really black")
1703
Part38.Reflectance = 0.10000000149012
1704
Part38.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
1705
Part38.CanCollide = false
1706
Part38.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1707
Part38.CFrame = CFrame.new(-0.467899472, 6.68360567, -0.0841918811, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
1708
Part38.BottomSurface = Enum.SurfaceType.Smooth
1709
Part38.TopSurface = Enum.SurfaceType.Smooth
1710
Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1711
Part38.Position = Vector3.new(-0.467899472, 6.68360567, -0.0841918811)
1712
Part38.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
1713
Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1714
CylinderMesh39.Parent = Part38
1715
Folder40.Name = "CFrames"
1716
Folder40.Parent = Part38
1717
CFrameValue41.Name = "C0"
1718
CFrameValue41.Parent = Folder40
1719
CFrameValue41.Value = CFrame.new(0.584612846, 1.07671356, -0.116544724, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
1720
Part42.Parent = Model0
1721
Part42.Material = Enum.Material.Metal
1722
Part42.BrickColor = BrickColor.new("Really black")
1723
Part42.Reflectance = 0.10000000149012
1724
Part42.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
1725
Part42.CanCollide = false
1726
Part42.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
1727
Part42.CFrame = CFrame.new(-0.251828939, 6.99330044, 0.582121253, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
1728
Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1729
Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1730
Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1731
Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1732
Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1733
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1734
Part42.Position = Vector3.new(-0.251828939, 6.99330044, 0.582121253)
1735
Part42.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
1736
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1737
SpecialMesh43.Parent = Part42
1738
SpecialMesh43.MeshType = Enum.MeshType.Sphere
1739
Folder44.Name = "CFrames"
1740
Folder44.Parent = Part42
1741
CFrameValue45.Name = "C0"
1742
CFrameValue45.Parent = Folder44
1743
CFrameValue45.Value = CFrame.new(0.368867934, 0.767753124, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
1744
Part46.Name = "Handle"
1745
Part46.Parent = Model0
1746
Part46.Material = Enum.Material.Metal
1747
Part46.BrickColor = BrickColor.new("Pastel brown")
1748
Part46.Transparency = 1
1749
Part46.Rotation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
1750
Part46.CanCollide = false
1751
Part46.Size = Vector3.new(1, 2, 1)
1752
Part46.CFrame = CFrame.new(0.118189953, 7.75968599, 0.0307741985, -0.999998987, -0.00138873665, -0.00015473782, 0.00138849218, -0.999997795, 0.00155144685, -0.000156917391, 0.00155122799, 0.999998748)
1753
Part46.BottomSurface = Enum.SurfaceType.Smooth
1754
Part46.TopSurface = Enum.SurfaceType.Smooth
1755
Part46.Color = Color3.new(1, 0.8, 0.6)
1756
Part46.Position = Vector3.new(0.118189953, 7.75968599, 0.0307741985)
1757
Part46.Orientation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
1758
Part46.Color = Color3.new(1, 0.8, 0.6)
1759
Motor47.Parent = Part46
1760
Motor47.C0 = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
1761
Motor47.Part0 = Part46
1762
Motor47.Part1 = Part203
1763
Motor48.Parent = Part46
1764
Motor48.C0 = CFrame.new(0.561711788, 0.21165514, 0.392124146, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
1765
Motor48.Part0 = Part46
1766
Motor48.Part1 = WedgePart275
1767
Motor49.Parent = Part46
1768
Motor49.C0 = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
1769
Motor49.Part0 = Part46
1770
Motor49.Part1 = Part207
1771
Motor50.Parent = Part46
1772
Motor50.C0 = CFrame.new(0.488456905, 0.53175354, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
1773
Motor50.Part0 = Part46
1774
Motor50.Part1 = Part116
1775
Motor51.Parent = Part46
1776
Motor51.C0 = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
1777
Motor51.Part0 = Part46
1778
Motor51.Part1 = Part178
1779
Motor52.Parent = Part46
1780
Motor52.C0 = CFrame.new(0.586633861, 1.05020142, 0.374330491, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1781
Motor52.Part0 = Part46
1782
Motor52.Part1 = Part123
1783
Motor53.Parent = Part46
1784
Motor53.C0 = CFrame.new(0.580651999, 1.16912031, 0.374311388, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1785
Motor53.Part0 = Part46
1786
Motor53.Part1 = Part131
1787
Motor54.Parent = Part46
1788
Motor54.C0 = CFrame.new(-0.346158981, 1.03474426, -0.588941514, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
1789
Motor54.Part0 = Part46
1790
Motor54.Part1 = Part139
1791
Motor55.Parent = Part46
1792
Motor55.C0 = CFrame.new(-0.345135987, 1.15366364, -0.583043993, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
1793
Motor55.Part0 = Part46
1794
Motor55.Part1 = Part143
1795
Motor56.Parent = Part46
1796
Motor56.C0 = CFrame.new(0.520293891, 0.935181141, -0.116493225, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
1797
Motor56.Part0 = Part46
1798
Motor56.Part1 = Part147
1799
Motor57.Parent = Part46
1800
Motor57.C0 = CFrame.new(0.605831981, 1.17355347, -0.119945541, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
1801
Motor57.Part0 = Part46
1802
Motor57.Part1 = Part12
1803
Motor58.Parent = Part46
1804
Motor58.C0 = CFrame.new(0.584612906, 1.07671356, -0.36482811, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
1805
Motor58.Part0 = Part46
1806
Motor58.Part1 = Part241
1807
Motor59.Parent = Part46
1808
Motor59.C0 = CFrame.new(0.605831981, 1.17355347, -0.36823082, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
1809
Motor59.Part0 = Part46
1810
Motor59.Part1 = Part245
1811
Motor60.Parent = Part46
1812
Motor60.C0 = CFrame.new(0.535447121, 1.22084045, 0.131734803, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1813
Motor60.Part0 = Part46
1814
Motor60.Part1 = Part261
1815
Motor61.Parent = Part46
1816
Motor61.C0 = CFrame.new(0.605831921, 1.17355299, 0.128339738, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
1817
Motor61.Part0 = Part46
1818
Motor61.Part1 = Part265
1819
Motor62.Parent = Part46
1820
Motor62.C0 = CFrame.new(0.584612906, 1.07671356, 0.131742448, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
1821
Motor62.Part0 = Part46
1822
Motor62.Part1 = Part249
1823
Motor63.Parent = Part46
1824
Motor63.C0 = CFrame.new(0.488456905, 0.133872509, -0.00565911457, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
1825
Motor63.Part0 = Part46
1826
Motor63.Part1 = Part257
1827
Motor64.Parent = Part46
1828
Motor64.C0 = CFrame.new(0.535447121, 1.22083998, -0.364837646, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1829
Motor64.Part0 = Part46
1830
Motor64.Part1 = Part253
1831
Motor65.Parent = Part46
1832
Motor65.C0 = CFrame.new(0.535447061, 1.22083998, 0.377210587, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1833
Motor65.Part0 = Part46
1834
Motor65.Part1 = Part16
1835
Motor66.Parent = Part46
1836
Motor66.C0 = CFrame.new(0.605831921, 1.17355299, 0.373815477, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
1837
Motor66.Part0 = Part46
1838
Motor66.Part1 = Part135
1839
Motor67.Parent = Part46
1840
Motor67.C0 = CFrame.new(0.520385861, 0.93522644, 0.377269715, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
1841
Motor67.Part0 = Part46
1842
Motor67.Part1 = Part187
1843
Motor68.Parent = Part46
1844
Motor68.C0 = CFrame.new(0.584612846, 1.07671309, 0.377218187, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
1845
Motor68.Part0 = Part46
1846
Motor68.Part1 = Part167
1847
Motor69.Parent = Part46
1848
Motor69.C0 = CFrame.new(-0.333770037, 1.22003126, -0.533195496, -0.111971207, -0.133180961, -0.984746218, 0.723163009, -0.690586805, 0.0111699579, -0.681540489, -0.710881472, 0.17363745)
1849
Motor69.Part0 = Part46
1850
Motor69.Part1 = Part183
1851
Motor70.Parent = Part46
1852
Motor70.C0 = CFrame.new(-0.349332988, 1.16836548, -0.598689914, 0.984750867, -0.0593967699, -0.163516372, -0.0112223597, -0.959641516, 0.281001687, -0.173607737, -0.274881631, -0.945674479)
1853
Motor70.Part0 = Part46
1854
Motor70.Part1 = Part199
1855
Motor71.Parent = Part46
1856
Motor71.C0 = CFrame.new(-0.342297971, 1.07306671, -0.572114885, -0.171323717, 0.0303794201, -0.984746218, -0.236484185, -0.971571088, 0.0111699579, -0.956411719, 0.234790608, 0.17363745)
1857
Motor71.Part0 = Part46
1858
Motor71.Part1 = Part127
1859
Motor72.Parent = Part46
1860
Motor72.C0 = CFrame.new(-0.33109504, 0.936004639, -0.49978441, -0.150601238, 0.0871434659, -0.984746218, -0.554519355, -0.832095742, 0.0111699579, -0.818429828, 0.547743022, 0.17363745)
1861
Motor72.Part0 = Part46
1862
Motor72.Part1 = Part237
1863
Motor73.Parent = Part46
1864
Motor73.C0 = CFrame.new(0.586633921, 1.05020094, -0.364824295, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1865
Motor73.Part0 = Part46
1866
Motor73.Part1 = Part229
1867
Weld74.Name = "ClothingWeld"
1868
Weld74.Parent = Part46
1869
Weld74.C0 = CFrame.new(0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1, 0, 0, 0, 1)
1870
Weld74.Part1 = Part46
1871
Motor75.Parent = Part46
1872
Motor75.C0 = CFrame.new(0.0515638553, -0.373321056, -0.00767325982, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
1873
Motor75.Part0 = Part46
1874
Motor75.Part1 = Part222
1875
Motor76.Parent = Part46
1876
Motor76.C0 = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
1877
Motor76.Part0 = Part46
1878
Motor76.Part1 = Part218
1879
Motor77.Parent = Part46
1880
Motor77.C0 = CFrame.new(0.488456905, 0.0738759041, -0.00565720722, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
1881
Motor77.Part0 = Part46
1882
Motor77.Part1 = Part151
1883
Motor78.Parent = Part46
1884
Motor78.C0 = CFrame.new(0.56138289, 0.211654186, -0.407875031, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
1885
Motor78.Part0 = Part46
1886
Motor78.Part1 = WedgePart272
1887
Motor79.Parent = Part46
1888
Motor79.C0 = CFrame.new(0.561546862, 0.211654186, -0.00787545741, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
1889
Motor79.Part0 = Part46
1890
Motor79.Part1 = WedgePart269
1891
Motor80.Parent = Part46
1892
Motor80.C0 = CFrame.new(0.466516912, 0.156661987, 0.00214766338, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1893
Motor80.Part0 = Part46
1894
Motor80.Part1 = Part175
1895
Motor81.Parent = Part46
1896
Motor81.C0 = CFrame.new(0.580651999, 1.16912031, -0.364843369, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1897
Motor81.Part0 = Part46
1898
Motor81.Part1 = Part210
1899
Motor82.Parent = Part46
1900
Motor82.C0 = CFrame.new(0.520201862, 0.935134888, -0.364778519, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
1901
Motor82.Part0 = Part46
1902
Motor82.Part1 = Part171
1903
Motor83.Parent = Part46
1904
Motor83.C0 = CFrame.new(0.268866956, -0.132247448, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
1905
Motor83.Part0 = Part46
1906
Motor83.Part1 = Part155
1907
Motor84.Parent = Part46
1908
Motor84.C0 = CFrame.new(0.586633861, 1.05020142, 0.134397477, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1909
Motor84.Part0 = Part46
1910
Motor84.Part1 = Part233
1911
Motor85.Parent = Part46
1912
Motor85.C0 = CFrame.new(0.580651939, 1.16912079, 0.134376496, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1913
Motor85.Part0 = Part46
1914
Motor85.Part1 = Part225
1915
Motor86.Parent = Part46
1916
Motor86.C0 = CFrame.new(0.520385921, 0.93522644, 0.131793931, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
1917
Motor86.Part0 = Part46
1918
Motor86.Part1 = Part163
1919
Motor87.Parent = Part46
1920
Motor87.C0 = CFrame.new(0.0683980137, 0.167815685, -0.534790039, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1921
Motor87.Part0 = Part46
1922
Motor87.Part1 = Part191
1923
Motor88.Parent = Part46
1924
Motor88.C0 = CFrame.new(0.0688669533, 0.167755127, 0.526790619, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
1925
Motor88.Part0 = Part46
1926
Motor88.Part1 = Part159
1927
Motor89.Parent = Part46
1928
Motor89.C0 = CFrame.new(0.168866977, 0.467750549, 0.526790559, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
1929
Motor89.Part0 = Part46
1930
Motor89.Part1 = Part214
1931
Motor90.Parent = Part46
1932
Motor90.C0 = CFrame.new(0.368867934, 0.767753124, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
1933
Motor90.Part0 = Part46
1934
Motor90.Part1 = Part42
1935
Motor91.Parent = Part46
1936
Motor91.C0 = CFrame.new(0.168397918, 0.467819214, -0.534789979, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1937
Motor91.Part0 = Part46
1938
Motor91.Part1 = Part8
1939
Motor92.Parent = Part46
1940
Motor92.C0 = CFrame.new(0.561567843, -0.238342762, -0.00787545368, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
1941
Motor92.Part0 = Part46
1942
Motor92.Part1 = WedgePart278
1943
Motor93.Parent = Part46
1944
Motor93.C0 = CFrame.new(0.0165249109, 0.321685314, 0.0023326911, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1945
Motor93.Part0 = Part46
1946
Motor93.Part1 = Part113
1947
Motor94.Parent = Part46
1948
Motor94.C0 = CFrame.new(0.266410947, -0.135116577, -0.0177688636, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
1949
Motor94.Part0 = Part46
1950
Motor94.Part1 = Part34
1951
Motor95.Parent = Part46
1952
Motor95.C0 = CFrame.new(0.268397808, -0.13217926, -0.562931061, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1953
Motor95.Part0 = Part46
1954
Motor95.Part1 = Part109
1955
Motor96.Parent = Part46
1956
Motor96.C0 = CFrame.new(0.586569726, -0.263343334, -0.00788689777, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
1957
Motor96.Part0 = Part46
1958
Motor96.Part1 = WedgePart281
1959
Motor97.Parent = Part46
1960
Motor97.C0 = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -4.63430752e-08, 0.999999821, 0.000349257811, -0.999999881, -4.0988823e-08, -2.44472176e-09, 2.56113708e-09, -0.000349308568, 0.999999881)
1961
Motor97.Part0 = Part46
1962
Motor97.Part1 = Part28
1963
Motor98.Parent = Part46
1964
Motor98.C0 = CFrame.new(0.0165410116, 0.666679382, 0.00233268738, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
1965
Motor98.Part0 = Part46
1966
Motor98.Part1 = Part31
1967
Motor99.Parent = Part46
1968
Motor99.C0 = CFrame.new(0.0815647691, -0.373321056, -0.00768661499, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
1969
Motor99.Part0 = Part46
1970
Motor99.Part1 = Part1
1971
Motor100.Parent = Part46
1972
Motor100.C0 = CFrame.new(0.586633861, 1.05020094, -0.118249908, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1973
Motor100.Part0 = Part46
1974
Motor100.Part1 = Part4
1975
Motor101.Parent = Part46
1976
Motor101.C0 = CFrame.new(0.580651999, 1.16912079, -0.118268982, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
1977
Motor101.Part0 = Part46
1978
Motor101.Part1 = Part24
1979
Motor102.Parent = Part46
1980
Motor102.C0 = CFrame.new(0.535447121, 1.22083998, -0.116552353, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
1981
Motor102.Part0 = Part46
1982
Motor102.Part1 = Part20
1983
Motor103.Parent = Part46
1984
Motor103.C0 = CFrame.new(0.584612846, 1.07671356, -0.116544724, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
1985
Motor103.Part0 = Part46
1986
Motor103.Part1 = Part38
1987
Motor104.Parent = Part46
1988
Motor104.C0 = CFrame.new(0.668971896, -0.348320484, -0.00792886317, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
1989
Motor104.Part0 = Part46
1990
Motor104.Part1 = Part120
1991
Folder105.Name = "CFrames"
1992
Folder105.Parent = Part46
1993
CFrameValue106.Name = "C0"
1994
CFrameValue106.Parent = Folder105
1995
CFrameValue106.Value = CFrame.new(0, 0, 0, 0.999999881, 2.68732947e-09, -2.53639882e-08, 2.68732947e-09, 0.999999881, -2.56113708e-09, -2.53639882e-08, -2.56113708e-09, 0.99999994)
1996
Motor107.Parent = Part46
1997
Motor107.C0 = CFrame.new(0, 0, 0, 0.999999881, 2.68732947e-09, -2.53639882e-08, 2.68732947e-09, 0.999999881, -2.56113708e-09, -2.53639882e-08, -2.56113708e-09, 0.99999994)
1998
Motor107.Part0 = Part46
1999
Motor107.Part1 = Part46
2000
Motor108.Parent = Part46
2001
Motor108.C0 = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2002
Motor108.Part0 = Part46
2003
Motor108.Part1 = Part195
2004
Part109.Parent = Model0
2005
Part109.Material = Enum.Material.Metal
2006
Part109.BrickColor = BrickColor.new("Really black")
2007
Part109.Reflectance = 0.20000000298023
2008
Part109.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2009
Part109.CanCollide = false
2010
Part109.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
2011
Part109.CFrame = CFrame.new(-0.149936914, 7.8913641, -0.53240335, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
2012
Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2013
Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2014
Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2015
Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2016
Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2017
Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2018
Part109.Position = Vector3.new(-0.149936914, 7.8913641, -0.53240335)
2019
Part109.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2020
Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2021
SpecialMesh110.Parent = Part109
2022
SpecialMesh110.MeshType = Enum.MeshType.Sphere
2023
Folder111.Name = "CFrames"
2024
Folder111.Parent = Part109
2025
CFrameValue112.Name = "C0"
2026
CFrameValue112.Parent = Folder111
2027
CFrameValue112.Value = CFrame.new(0.268397808, -0.13217926, -0.562931061, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
2028
Part113.Parent = Model0
2029
Part113.Material = Enum.Material.Metal
2030
Part113.BrickColor = BrickColor.new("Really black")
2031
Part113.Reflectance = 0.10000000149012
2032
Part113.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2033
Part113.CanCollide = false
2034
Part113.Size = Vector3.new(1.06000125, 1.37999964, 1.04999995)
2035
Part113.CFrame = CFrame.new(0.101217963, 7.43802786, 0.0336032994, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
2036
Part113.BottomSurface = Enum.SurfaceType.Smooth
2037
Part113.TopSurface = Enum.SurfaceType.Smooth
2038
Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2039
Part113.Position = Vector3.new(0.101217963, 7.43802786, 0.0336032994)
2040
Part113.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2041
Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2042
Folder114.Name = "CFrames"
2043
Folder114.Parent = Part113
2044
CFrameValue115.Name = "C0"
2045
CFrameValue115.Parent = Folder114
2046
CFrameValue115.Value = CFrame.new(0.0165249109, 0.321685314, 0.0023326911, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
2047
Part116.Parent = Model0
2048
Part116.Material = Enum.Material.Metal
2049
Part116.BrickColor = BrickColor.new("Really black")
2050
Part116.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2051
Part116.CanCollide = false
2052
Part116.Size = Vector3.new(0.460000217, 0.139999866, 0.669999599)
2053
Part116.CFrame = CFrame.new(-0.371004045, 7.22860289, 0.0258442406, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
2054
Part116.BottomSurface = Enum.SurfaceType.Smooth
2055
Part116.TopSurface = Enum.SurfaceType.Smooth
2056
Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2057
Part116.Position = Vector3.new(-0.371004045, 7.22860289, 0.0258442406)
2058
Part116.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2059
Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2060
CylinderMesh117.Parent = Part116
2061
Folder118.Name = "CFrames"
2062
Folder118.Parent = Part116
2063
CFrameValue119.Name = "C0"
2064
CFrameValue119.Parent = Folder118
2065
CFrameValue119.Value = CFrame.new(0.488456905, 0.53175354, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2066
Part120.Parent = Model0
2067
Part120.Material = Enum.Material.Metal
2068
Part120.BrickColor = BrickColor.new("Really black")
2069
Part120.Reflectance = 0.10000000149012
2070
Part120.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2071
Part120.CanCollide = false
2072
Part120.Size = Vector3.new(0.0500000007, 0.099999994, 0.0500000007)
2073
Part120.CFrame = CFrame.new(-0.550296307, 8.108922, 0.022200048, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
2074
Part120.BottomSurface = Enum.SurfaceType.Smooth
2075
Part120.TopSurface = Enum.SurfaceType.Smooth
2076
Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2077
Part120.Position = Vector3.new(-0.550296307, 8.108922, 0.022200048)
2078
Part120.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2079
Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2080
Folder121.Name = "CFrames"
2081
Folder121.Parent = Part120
2082
CFrameValue122.Name = "C0"
2083
CFrameValue122.Parent = Folder121
2084
CFrameValue122.Value = CFrame.new(0.668971896, -0.348320484, -0.00792886317, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
2085
Part123.Parent = Model0
2086
Part123.Material = Enum.Material.Metal
2087
Part123.BrickColor = BrickColor.new("Really black")
2088
Part123.Reflectance = 0.20000000298023
2089
Part123.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2090
Part123.CanCollide = false
2091
Part123.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2092
Part123.CFrame = CFrame.new(-0.469959706, 6.71088219, 0.406641275, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2093
Part123.BottomSurface = Enum.SurfaceType.Smooth
2094
Part123.TopSurface = Enum.SurfaceType.Smooth
2095
Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2096
Part123.Position = Vector3.new(-0.469959706, 6.71088219, 0.406641275)
2097
Part123.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2098
Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2099
CylinderMesh124.Parent = Part123
2100
Folder125.Name = "CFrames"
2101
Folder125.Parent = Part123
2102
CFrameValue126.Name = "C0"
2103
CFrameValue126.Parent = Folder125
2104
CFrameValue126.Value = CFrame.new(0.586633861, 1.05020142, 0.374330491, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2105
Part127.Parent = Model0
2106
Part127.Material = Enum.Material.Metal
2107
Part127.BrickColor = BrickColor.new("Really black")
2108
Part127.Reflectance = 0.10000000149012
2109
Part127.Rotation = Vector3.new(4.03999996, 79.9700012, 9.59999943)
2110
Part127.CanCollide = false
2111
Part127.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2112
Part127.CFrame = CFrame.new(0.459085912, 6.68525887, -0.539621711, 0.171799958, -0.0290664639, 0.984702826, 0.234761953, 0.971975386, -0.0122678569, -0.956750512, 0.233278409, 0.173809081)
2113
Part127.BottomSurface = Enum.SurfaceType.Smooth
2114
Part127.TopSurface = Enum.SurfaceType.Smooth
2115
Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2116
Part127.Position = Vector3.new(0.459085912, 6.68525887, -0.539621711)
2117
Part127.Orientation = Vector3.new(0.699999988, 79.9899979, 13.5799999)
2118
Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2119
CylinderMesh128.Parent = Part127
2120
Folder129.Name = "CFrames"
2121
Folder129.Parent = Part127
2122
CFrameValue130.Name = "C0"
2123
CFrameValue130.Parent = Folder129
2124
CFrameValue130.Value = CFrame.new(-0.342297971, 1.07306671, -0.572114885, -0.171323717, 0.0303794201, -0.984746218, -0.236484185, -0.971571088, 0.0111699579, -0.956411719, 0.234790608, 0.17363745)
2125
Part131.Parent = Model0
2126
Part131.Material = Enum.Material.Metal
2127
Part131.BrickColor = BrickColor.new("Really black")
2128
Part131.Reflectance = 0.20000000298023
2129
Part131.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2130
Part131.CanCollide = false
2131
Part131.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2132
Part131.CFrame = CFrame.new(-0.464142948, 6.59195518, 0.406807572, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2133
Part131.BottomSurface = Enum.SurfaceType.Smooth
2134
Part131.TopSurface = Enum.SurfaceType.Smooth
2135
Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2136
Part131.Position = Vector3.new(-0.464142948, 6.59195518, 0.406807572)
2137
Part131.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2138
Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2139
CylinderMesh132.Parent = Part131
2140
Folder133.Name = "CFrames"
2141
Folder133.Parent = Part131
2142
CFrameValue134.Name = "C0"
2143
CFrameValue134.Parent = Folder133
2144
CFrameValue134.Value = CFrame.new(0.580651999, 1.16912031, 0.374311388, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2145
Part135.Parent = Model0
2146
Part135.Material = Enum.Material.Metal
2147
Part135.BrickColor = BrickColor.new("Really black")
2148
Part135.Reflectance = 0.10000000149012
2149
Part135.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2150
Part135.CanCollide = false
2151
Part135.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2152
Part135.CFrame = CFrame.new(-0.489328951, 6.58755684, 0.406314582, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
2153
Part135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2154
Part135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2155
Part135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2156
Part135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2157
Part135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2158
Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2159
Part135.Position = Vector3.new(-0.489328951, 6.58755684, 0.406314582)
2160
Part135.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2161
Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2162
SpecialMesh136.Parent = Part135
2163
SpecialMesh136.MeshType = Enum.MeshType.Sphere
2164
Folder137.Name = "CFrames"
2165
Folder137.Parent = Part135
2166
CFrameValue138.Name = "C0"
2167
CFrameValue138.Parent = Folder137
2168
CFrameValue138.Value = CFrame.new(0.605831921, 1.17355299, 0.373815477, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
2169
Part139.Parent = Model0
2170
Part139.Material = Enum.Material.Metal
2171
Part139.BrickColor = BrickColor.new("Really black")
2172
Part139.Reflectance = 0.20000000298023
2173
Part139.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
2174
Part139.CanCollide = false
2175
Part139.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2176
Part139.CFrame = CFrame.new(0.463002741, 6.72354984, -0.55650717, 0.151610449, 0.984680712, 0.0861271098, 0.498466372, -0.00092250586, -0.866908491, -0.853548706, 0.174363896, -0.490970105)
2177
Part139.BottomSurface = Enum.SurfaceType.Smooth
2178
Part139.TopSurface = Enum.SurfaceType.Smooth
2179
Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2180
Part139.Position = Vector3.new(0.463002741, 6.72354984, -0.55650717)
2181
Part139.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
2182
Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2183
CylinderMesh140.Parent = Part139
2184
Folder141.Name = "CFrames"
2185
Folder141.Parent = Part139
2186
CFrameValue142.Name = "C0"
2187
CFrameValue142.Parent = Folder141
2188
CFrameValue142.Value = CFrame.new(-0.346158981, 1.03474426, -0.588941514, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
2189
Part143.Parent = Model0
2190
Part143.Material = Enum.Material.Metal
2191
Part143.BrickColor = BrickColor.new("Really black")
2192
Part143.Reflectance = 0.20000000298023
2193
Part143.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
2194
Part143.CanCollide = false
2195
Part143.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2196
Part143.CFrame = CFrame.new(0.461813658, 6.60464096, -0.550425351, 0.151610449, 0.984680712, 0.0861271098, 0.498466372, -0.00092250586, -0.866908491, -0.853548706, 0.174363896, -0.490970105)
2197
Part143.BottomSurface = Enum.SurfaceType.Smooth
2198
Part143.TopSurface = Enum.SurfaceType.Smooth
2199
Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2200
Part143.Position = Vector3.new(0.461813658, 6.60464096, -0.550425351)
2201
Part143.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
2202
Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2203
CylinderMesh144.Parent = Part143
2204
Folder145.Name = "CFrames"
2205
Folder145.Parent = Part143
2206
CFrameValue146.Name = "C0"
2207
CFrameValue146.Parent = Folder145
2208
CFrameValue146.Value = CFrame.new(-0.345135987, 1.15366364, -0.583043993, -0.150784269, -0.984708428, -0.0872536972, -0.499999911, -0.000174477085, 0.866025388, -0.852797806, 0.174209878, -0.492327839)
2209
Part147.Parent = Model0
2210
Part147.Material = Enum.Material.Metal
2211
Part147.BrickColor = BrickColor.new("Really black")
2212
Part147.Reflectance = 0.10000000149012
2213
Part147.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2214
Part147.CanCollide = false
2215
Part147.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2216
Part147.CFrame = CFrame.new(-0.403384119, 6.82504845, -0.0843498409, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
2217
Part147.BottomSurface = Enum.SurfaceType.Smooth
2218
Part147.TopSurface = Enum.SurfaceType.Smooth
2219
Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2220
Part147.Position = Vector3.new(-0.403384119, 6.82504845, -0.0843498409)
2221
Part147.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2222
Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2223
CylinderMesh148.Parent = Part147
2224
Folder149.Name = "CFrames"
2225
Folder149.Parent = Part147
2226
CFrameValue150.Name = "C0"
2227
CFrameValue150.Parent = Folder149
2228
CFrameValue150.Value = CFrame.new(0.520293891, 0.935181141, -0.116493225, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
2229
Part151.Name = "cannonpiece"
2230
Part151.Parent = Model0
2231
Part151.Material = Enum.Material.Metal
2232
Part151.BrickColor = BrickColor.new("Really black")
2233
Part151.Reflectance = 0.10000000149012
2234
Part151.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2235
Part151.CanCollide = false
2236
Part151.Size = Vector3.new(0.520000219, 0.699999928, 0.669999599)
2237
Part151.CFrame = CFrame.new(-0.370368153, 7.68647957, 0.0251549482, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
2238
Part151.BottomSurface = Enum.SurfaceType.Smooth
2239
Part151.TopSurface = Enum.SurfaceType.Smooth
2240
Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2241
Part151.Position = Vector3.new(-0.370368153, 7.68647957, 0.0251549482)
2242
Part151.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2243
Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2244
CylinderMesh152.Parent = Part151
2245
Folder153.Name = "CFrames"
2246
Folder153.Parent = Part151
2247
CFrameValue154.Name = "C0"
2248
CFrameValue154.Parent = Folder153
2249
CFrameValue154.Value = CFrame.new(0.488456905, 0.0738759041, -0.00565720722, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2250
Part155.Parent = Model0
2251
Part155.Material = Enum.Material.Metal
2252
Part155.BrickColor = BrickColor.new("Really black")
2253
Part155.Reflectance = 0.20000000298023
2254
Part155.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2255
Part155.CanCollide = false
2256
Part155.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
2257
Part155.CFrame = CFrame.new(-0.150578201, 7.89315987, 0.580740809, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
2258
Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2259
Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2260
Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2261
Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2262
Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2263
Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2264
Part155.Position = Vector3.new(-0.150578201, 7.89315987, 0.580740809)
2265
Part155.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2266
Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2267
SpecialMesh156.Parent = Part155
2268
SpecialMesh156.MeshType = Enum.MeshType.Sphere
2269
Folder157.Name = "CFrames"
2270
Folder157.Parent = Part155
2271
CFrameValue158.Name = "C0"
2272
CFrameValue158.Parent = Folder157
2273
CFrameValue158.Value = CFrame.new(0.268866956, -0.132247448, 0.550214708, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
2274
Part159.Parent = Model0
2275
Part159.Material = Enum.Material.Metal
2276
Part159.BrickColor = BrickColor.new("Really black")
2277
Part159.Reflectance = 0.20000000298023
2278
Part159.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2279
Part159.CanCollide = false
2280
Part159.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2281
Part159.CFrame = CFrame.new(0.0490085855, 7.59284401, 0.557813585, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
2282
Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2283
Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2284
Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2285
Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2286
Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2287
Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2288
Part159.Position = Vector3.new(0.0490085855, 7.59284401, 0.557813585)
2289
Part159.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2290
Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2291
SpecialMesh160.Parent = Part159
2292
SpecialMesh160.MeshType = Enum.MeshType.Sphere
2293
Folder161.Name = "CFrames"
2294
Folder161.Parent = Part159
2295
CFrameValue162.Name = "C0"
2296
CFrameValue162.Parent = Folder161
2297
CFrameValue162.Value = CFrame.new(0.0688669533, 0.167755127, 0.526790619, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
2298
Part163.Parent = Model0
2299
Part163.Material = Enum.Material.Metal
2300
Part163.BrickColor = BrickColor.new("Really black")
2301
Part163.Reflectance = 0.10000000149012
2302
Part163.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2303
Part163.CanCollide = false
2304
Part163.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2305
Part163.CFrame = CFrame.new(-0.403514594, 6.82538843, 0.163937062, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
2306
Part163.BottomSurface = Enum.SurfaceType.Smooth
2307
Part163.TopSurface = Enum.SurfaceType.Smooth
2308
Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2309
Part163.Position = Vector3.new(-0.403514594, 6.82538843, 0.163937062)
2310
Part163.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2311
Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2312
CylinderMesh164.Parent = Part163
2313
Folder165.Name = "CFrames"
2314
Folder165.Parent = Part163
2315
CFrameValue166.Name = "C0"
2316
CFrameValue166.Parent = Folder165
2317
CFrameValue166.Value = CFrame.new(0.520385921, 0.93522644, 0.131793931, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
2318
Part167.Parent = Model0
2319
Part167.Material = Enum.Material.Metal
2320
Part167.BrickColor = BrickColor.new("Really black")
2321
Part167.Reflectance = 0.10000000149012
2322
Part167.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2323
Part167.CanCollide = false
2324
Part167.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2325
Part167.CFrame = CFrame.new(-0.467975885, 6.68437195, 0.409570396, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
2326
Part167.BottomSurface = Enum.SurfaceType.Smooth
2327
Part167.TopSurface = Enum.SurfaceType.Smooth
2328
Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2329
Part167.Position = Vector3.new(-0.467975885, 6.68437195, 0.409570396)
2330
Part167.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2331
Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2332
CylinderMesh168.Parent = Part167
2333
Folder169.Name = "CFrames"
2334
Folder169.Parent = Part167
2335
CFrameValue170.Name = "C0"
2336
CFrameValue170.Parent = Folder169
2337
CFrameValue170.Value = CFrame.new(0.584612846, 1.07671309, 0.377218187, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
2338
Part171.Parent = Model0
2339
Part171.Material = Enum.Material.Metal
2340
Part171.BrickColor = BrickColor.new("Really black")
2341
Part171.Reflectance = 0.10000000149012
2342
Part171.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2343
Part171.CanCollide = false
2344
Part171.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2345
Part171.CFrame = CFrame.new(-0.403253585, 6.82470942, -0.332634896, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
2346
Part171.BottomSurface = Enum.SurfaceType.Smooth
2347
Part171.TopSurface = Enum.SurfaceType.Smooth
2348
Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2349
Part171.Position = Vector3.new(-0.403253585, 6.82470942, -0.332634896)
2350
Part171.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2351
Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2352
CylinderMesh172.Parent = Part171
2353
Folder173.Name = "CFrames"
2354
Folder173.Parent = Part171
2355
CFrameValue174.Name = "C0"
2356
CFrameValue174.Parent = Folder173
2357
CFrameValue174.Value = CFrame.new(0.520201862, 0.935134888, -0.364778519, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
2358
Part175.Parent = Model0
2359
Part175.Material = Enum.Material.Metal
2360
Part175.BrickColor = BrickColor.new("Really black")
2361
Part175.Reflectance = 0.10000000149012
2362
Part175.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2363
Part175.CanCollide = false
2364
Part175.Size = Vector3.new(1.08000124, 1.04999983, 0.149999857)
2365
Part175.CFrame = CFrame.new(-0.348544359, 7.60367537, 0.0330916718, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
2366
Part175.BottomSurface = Enum.SurfaceType.Smooth
2367
Part175.TopSurface = Enum.SurfaceType.Smooth
2368
Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2369
Part175.Position = Vector3.new(-0.348544359, 7.60367537, 0.0330916718)
2370
Part175.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2371
Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2372
Folder176.Name = "CFrames"
2373
Folder176.Parent = Part175
2374
CFrameValue177.Name = "C0"
2375
CFrameValue177.Parent = Folder176
2376
CFrameValue177.Value = CFrame.new(0.466516912, 0.156661987, 0.00214766338, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
2377
Part178.Name = "cannonpiece3"
2378
Part178.Parent = Model0
2379
Part178.Material = Enum.Material.Metal
2380
Part178.BrickColor = BrickColor.new("Really black")
2381
Part178.Reflectance = 0.10000000149012
2382
Part178.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2383
Part178.CanCollide = false
2384
Part178.Size = Vector3.new(0.520000219, 0.139999866, 0.669999599)
2385
Part178.CFrame = CFrame.new(-0.370993108, 7.23648453, 0.0258320142, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
2386
Part178.BottomSurface = Enum.SurfaceType.Smooth
2387
Part178.TopSurface = Enum.SurfaceType.Smooth
2388
Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2389
Part178.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
2390
Part178.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2391
Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2392
CylinderMesh179.Parent = Part178
2393
ParticleEmitter180.Parent = Part178
2394
ParticleEmitter180.Transparency = NumberSequence.new(0.64999997615814,0.64999997615814,0.89999997615814,1)
2395
ParticleEmitter180.Size = NumberSequence.new(0.68000000715256,0.68000000715256,1,1.3099999427795,1.8099999427795,3.5999999046326,5.4000000953674)
2396
ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
2397
ParticleEmitter180.LightEmission = 0.60000002384186
2398
ParticleEmitter180.Texture = "http://www.roblox.com/asset/?id=253188732"
2399
ParticleEmitter180.Acceleration = Vector3.new(0, 1, 0)
2400
ParticleEmitter180.Lifetime = NumberRange.new(2, 2)
2401
ParticleEmitter180.Rate = 50
2402
ParticleEmitter180.Speed = NumberRange.new(0.20000000298023, 0.20000000298023)
2403
ParticleEmitter180.VelocitySpread = 20
2404
ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
2405
ParticleEmitter180.Enabled=false
2406
Folder181.Name = "CFrames"
2407
Folder181.Parent = Part178
2408
CFrameValue182.Name = "C0"
2409
CFrameValue182.Parent = Folder181
2410
CFrameValue182.Value = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2411
Part183.Parent = Model0
2412
Part183.Material = Enum.Material.Metal
2413
Part183.BrickColor = BrickColor.new("Really black")
2414
Part183.Reflectance = 0.10000000149012
2415
Part183.Rotation = Vector3.new(4.03999996, 79.9700012, -50.3999977)
2416
Part183.CanCollide = false
2417
Part183.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2418
Part183.CFrame = CFrame.new(0.450347871, 6.53836679, -0.500475764, 0.111072272, 0.134249866, 0.984702826, -0.724374235, 0.689297438, -0.0122678569, -0.680400312, -0.711930931, 0.173809081)
2419
Part183.BottomSurface = Enum.SurfaceType.Smooth
2420
Part183.TopSurface = Enum.SurfaceType.Smooth
2421
Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2422
Part183.Position = Vector3.new(0.450347871, 6.53836679, -0.500475764)
2423
Part183.Orientation = Vector3.new(0.699999988, 79.9899979, -46.4199982)
2424
Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2425
CylinderMesh184.Parent = Part183
2426
Folder185.Name = "CFrames"
2427
Folder185.Parent = Part183
2428
CFrameValue186.Name = "C0"
2429
CFrameValue186.Parent = Folder185
2430
CFrameValue186.Value = CFrame.new(-0.333770037, 1.22003126, -0.533195496, -0.111971207, -0.133180961, -0.984746218, 0.723163009, -0.690586805, 0.0111699579, -0.681540489, -0.710881472, 0.17363745)
2431
Part187.Parent = Model0
2432
Part187.Material = Enum.Material.Metal
2433
Part187.BrickColor = BrickColor.new("Really black")
2434
Part187.Reflectance = 0.10000000149012
2435
Part187.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2436
Part187.CanCollide = false
2437
Part187.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2438
Part187.CFrame = CFrame.new(-0.403552502, 6.82576942, 0.409412533, -0.865329802, 0.501202047, 0.000504107738, 0.501201034, 0.865329504, -0.00137740129, -0.00112663803, -0.000939203077, -0.999998868)
2439
Part187.BottomSurface = Enum.SurfaceType.Smooth
2440
Part187.TopSurface = Enum.SurfaceType.Smooth
2441
Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2442
Part187.Position = Vector3.new(-0.403552502, 6.82576942, 0.409412533)
2443
Part187.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2444
Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2445
CylinderMesh188.Parent = Part187
2446
Folder189.Name = "CFrames"
2447
Folder189.Parent = Part187
2448
CFrameValue190.Name = "C0"
2449
CFrameValue190.Parent = Folder189
2450
CFrameValue190.Value = CFrame.new(0.520385861, 0.93522644, 0.377269715, 0.86602515, -0.499999911, -0.00034912792, -0.5, -0.866025209, -0.000174530433, -0.000215129869, 0.000325741188, -0.999999881)
2451
Part191.Parent = Model0
2452
Part191.Material = Enum.Material.Metal
2453
Part191.BrickColor = BrickColor.new("Really black")
2454
Part191.Reflectance = 0.20000000298023
2455
Part191.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2456
Part191.CanCollide = false
2457
Part191.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2458
Part191.CFrame = CFrame.new(0.049641706, 7.59113598, -0.503765643, -0.000503919786, 0.00138882664, -0.999998748, 0.00155193394, 0.999997675, 0.0013880349, 0.999998569, -0.0015512252, -0.000506150071)
2459
Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2460
Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2461
Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2462
Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2463
Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2464
Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2465
Part191.Position = Vector3.new(0.049641706, 7.59113598, -0.503765643)
2466
Part191.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2467
Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2468
SpecialMesh192.Parent = Part191
2469
SpecialMesh192.MeshType = Enum.MeshType.Sphere
2470
Folder193.Name = "CFrames"
2471
Folder193.Parent = Part191
2472
CFrameValue194.Name = "C0"
2473
CFrameValue194.Parent = Folder193
2474
CFrameValue194.Value = CFrame.new(0.0683980137, 0.167815685, -0.534790039, 0.000349182315, -9.01152362e-08, 0.999999821, -2.44472176e-09, -0.999999881, -8.47604156e-08, 0.999999881, 2.56113708e-09, -0.000349233043)
2475
Part195.Name = "cannonpiece1"
2476
Part195.Parent = Model0
2477
Part195.Material = Enum.Material.Metal
2478
Part195.BrickColor = BrickColor.new("Really black")
2479
Part195.Reflectance = 0.10000000149012
2480
Part195.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2481
Part195.CanCollide = false
2482
Part195.Size = Vector3.new(0.5400002, 0.0830767974, 0.695768833)
2483
Part195.CFrame = CFrame.new(-0.370993108, 7.23648453, 0.0258320142, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
2484
Part195.BottomSurface = Enum.SurfaceType.Smooth
2485
Part195.TopSurface = Enum.SurfaceType.Smooth
2486
Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2487
Part195.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
2488
Part195.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2489
Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2490
CylinderMesh196.Parent = Part195
2491
Folder197.Name = "CFrames"
2492
Folder197.Parent = Part195
2493
CFrameValue198.Name = "C0"
2494
CFrameValue198.Parent = Folder197
2495
CFrameValue198.Value = CFrame.new(0.488456905, 0.523871899, -0.00567818806, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2496
Part199.Parent = Model0
2497
Part199.Material = Enum.Material.Metal
2498
Part199.BrickColor = BrickColor.new("Really black")
2499
Part199.Reflectance = 0.10000000149012
2500
Part199.Rotation = Vector3.new(163.349991, 9.39999962, -176.470001)
2501
Part199.CanCollide = false
2502
Part199.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2503
Part199.CFrame = CFrame.new(0.465992659, 6.58990908, -0.566047728, -0.984707415, 0.0607719347, 0.163272306, 0.0123203108, 0.959130406, -0.282695264, -0.173779443, -0.276360571, -0.945211709)
2504
Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2505
Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2506
Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2507
Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2508
Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2509
Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2510
Part199.Position = Vector3.new(0.465992659, 6.58990908, -0.566047728)
2511
Part199.Orientation = Vector3.new(16.4200001, 170.199997, 0.74000001)
2512
Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2513
SpecialMesh200.Parent = Part199
2514
SpecialMesh200.MeshType = Enum.MeshType.Sphere
2515
Folder201.Name = "CFrames"
2516
Folder201.Parent = Part199
2517
CFrameValue202.Name = "C0"
2518
CFrameValue202.Parent = Folder201
2519
CFrameValue202.Value = CFrame.new(-0.349332988, 1.16836548, -0.598689914, 0.984750867, -0.0593967699, -0.163516372, -0.0112223597, -0.959641516, 0.281001687, -0.173607737, -0.274881631, -0.945674479)
2520
Part203.Parent = Model0
2521
Part203.Material = Enum.Material.Metal
2522
Part203.BrickColor = BrickColor.new("Really black")
2523
Part203.Reflectance = 0.15000000596046
2524
Part203.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
2525
Part203.CanCollide = false
2526
Part203.Size = Vector3.new(0.299999982, 1.13999999, 0.339999974)
2527
Part203.CFrame = CFrame.new(0.197031051, 7.09450006, 0.0268821809, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
2528
Part203.BottomSurface = Enum.SurfaceType.Smooth
2529
Part203.TopSurface = Enum.SurfaceType.Smooth
2530
Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2531
Part203.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
2532
Part203.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
2533
Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2534
CylinderMesh204.Parent = Part203
2535
Folder205.Name = "CFrames"
2536
Folder205.Parent = Part203
2537
CFrameValue206.Name = "C0"
2538
CFrameValue206.Parent = Folder205
2539
CFrameValue206.Value = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
2540
Part207.Parent = Model0
2541
Part207.Material = Enum.Material.Metal
2542
Part207.BrickColor = BrickColor.new("Really black")
2543
Part207.Reflectance = 0.20000000298023
2544
Part207.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2545
Part207.CanCollide = false
2546
Part207.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
2547
Part207.CFrame = CFrame.new(0.111793168, 7.88118935, 0.0279411152, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
2548
Part207.BottomSurface = Enum.SurfaceType.Smooth
2549
Part207.TopSurface = Enum.SurfaceType.Smooth
2550
Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2551
Part207.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
2552
Part207.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2553
Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2554
Folder208.Name = "CFrames"
2555
Folder208.Parent = Part207
2556
CFrameValue209.Name = "C0"
2557
CFrameValue209.Parent = Folder208
2558
CFrameValue209.Value = CFrame.new(0.00656592846, -0.121498585, -0.00264358521, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
2559
Part210.Parent = Model0
2560
Part210.Material = Enum.Material.Metal
2561
Part210.BrickColor = BrickColor.new("Really black")
2562
Part210.Reflectance = 0.20000000298023
2563
Part210.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2564
Part210.CanCollide = false
2565
Part210.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2566
Part210.CFrame = CFrame.new(-0.464028567, 6.59080839, -0.332346261, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2567
Part210.BottomSurface = Enum.SurfaceType.Smooth
2568
Part210.TopSurface = Enum.SurfaceType.Smooth
2569
Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2570
Part210.Position = Vector3.new(-0.464028567, 6.59080839, -0.332346261)
2571
Part210.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2572
Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2573
CylinderMesh211.Parent = Part210
2574
Folder212.Name = "CFrames"
2575
Folder212.Parent = Part210
2576
CFrameValue213.Name = "C0"
2577
CFrameValue213.Parent = Folder212
2578
CFrameValue213.Value = CFrame.new(0.580651999, 1.16912031, -0.364843369, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2579
Part214.Parent = Model0
2580
Part214.Material = Enum.Material.Metal
2581
Part214.BrickColor = BrickColor.new("Really black")
2582
Part214.Reflectance = 0.20000000298023
2583
Part214.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2584
Part214.CanCollide = false
2585
Part214.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2586
Part214.CFrame = CFrame.new(-0.0514079556, 7.2929883, 0.558263183, 0.000503768795, 0.00138882664, 0.999998748, -0.0015519337, 0.999997675, -0.00138803513, -0.999998569, -0.0015512252, 0.00050599908)
2587
Part214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2588
Part214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2589
Part214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2590
Part214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2591
Part214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2592
Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2593
Part214.Position = Vector3.new(-0.0514079556, 7.2929883, 0.558263183)
2594
Part214.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2595
Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2596
SpecialMesh215.Parent = Part214
2597
SpecialMesh215.MeshType = Enum.MeshType.Sphere
2598
Folder216.Name = "CFrames"
2599
Folder216.Parent = Part214
2600
CFrameValue217.Name = "C0"
2601
CFrameValue217.Parent = Folder216
2602
CFrameValue217.Value = CFrame.new(0.168866977, 0.467750549, 0.526790559, -0.000349031325, -9.01152362e-08, -0.999999821, 2.44472176e-09, -0.999999881, 8.47589945e-08, -0.999999881, 2.56113708e-09, 0.000349082053)
2603
Part218.Parent = Model0
2604
Part218.Material = Enum.Material.Metal
2605
Part218.BrickColor = BrickColor.new("Really black")
2606
Part218.Reflectance = 0.10000000149012
2607
Part218.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
2608
Part218.CanCollide = false
2609
Part218.Size = Vector3.new(0.340000004, 1.12, 0.339999974)
2610
Part218.CFrame = CFrame.new(0.197031051, 7.09450006, 0.0268821809, -0.999998868, -0.000154799913, 0.00138882664, 0.00138857658, 0.00155140576, 0.999997675, -0.000157030285, 0.999998689, -0.00155118154)
2611
Part218.BottomSurface = Enum.SurfaceType.Smooth
2612
Part218.TopSurface = Enum.SurfaceType.Smooth
2613
Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2614
Part218.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
2615
Part218.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
2616
Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2617
CylinderMesh219.Parent = Part218
2618
Folder220.Name = "CFrames"
2619
Folder220.Parent = Part218
2620
CFrameValue221.Name = "C0"
2621
CFrameValue221.Parent = Folder220
2622
CFrameValue221.Value = CFrame.new(-0.0797640234, 0.665069103, -0.00493621454, 0.999999881, 6.20493665e-08, -9.01220858e-08, -8.47599608e-08, 4.10946086e-08, -0.999999881, -1.12777343e-07, 0.99999994, 4.62168828e-08)
2623
Part222.Parent = Model0
2624
Part222.Material = Enum.Material.Metal
2625
Part222.BrickColor = BrickColor.new("Really black")
2626
Part222.Reflectance = 0.10000000149012
2627
Part222.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2628
Part222.CanCollide = false
2629
Part222.Size = Vector3.new(1.17000127, 0.193584591, 1.06981122)
2630
Part222.CFrame = CFrame.new(0.0671457797, 8.13306618, 0.0225137509, 0.999998748, 0.00138882664, -0.000503995281, -0.00138803478, 0.999997675, 0.00155193405, 0.000506225624, -0.0015512252, 0.999998569)
2631
Part222.BottomSurface = Enum.SurfaceType.Smooth
2632
Part222.TopSurface = Enum.SurfaceType.Smooth
2633
Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2634
Part222.Position = Vector3.new(0.0671457797, 8.13306618, 0.0225137509)
2635
Part222.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2636
Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2637
Folder223.Name = "CFrames"
2638
Folder223.Parent = Part222
2639
CFrameValue224.Name = "C0"
2640
CFrameValue224.Parent = Folder223
2641
CFrameValue224.Value = CFrame.new(0.0515638553, -0.373321056, -0.00767325982, -0.999999821, -9.01152362e-08, 0.000349257811, 8.47610977e-08, -0.999999881, -2.44472176e-09, 0.000349308539, 2.56113708e-09, 0.999999881)
2642
Part225.Parent = Model0
2643
Part225.Material = Enum.Material.Metal
2644
Part225.BrickColor = BrickColor.new("Really black")
2645
Part225.Reflectance = 0.20000000298023
2646
Part225.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2647
Part225.CanCollide = false
2648
Part225.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2649
Part225.CFrame = CFrame.new(-0.464105815, 6.5915823, 0.166872978, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2650
Part225.BottomSurface = Enum.SurfaceType.Smooth
2651
Part225.TopSurface = Enum.SurfaceType.Smooth
2652
Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2653
Part225.Position = Vector3.new(-0.464105815, 6.5915823, 0.166872978)
2654
Part225.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2655
Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2656
CylinderMesh226.Parent = Part225
2657
Folder227.Name = "CFrames"
2658
Folder227.Parent = Part225
2659
CFrameValue228.Name = "C0"
2660
CFrameValue228.Parent = Folder227
2661
CFrameValue228.Value = CFrame.new(0.580651939, 1.16912079, 0.134376496, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2662
Part229.Parent = Model0
2663
Part229.Material = Enum.Material.Metal
2664
Part229.BrickColor = BrickColor.new("Really black")
2665
Part229.Reflectance = 0.20000000298023
2666
Part229.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2667
Part229.CanCollide = false
2668
Part229.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2669
Part229.CFrame = CFrame.new(-0.469845384, 6.70973587, -0.332512587, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2670
Part229.BottomSurface = Enum.SurfaceType.Smooth
2671
Part229.TopSurface = Enum.SurfaceType.Smooth
2672
Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2673
Part229.Position = Vector3.new(-0.469845384, 6.70973587, -0.332512587)
2674
Part229.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2675
Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2676
CylinderMesh230.Parent = Part229
2677
Folder231.Name = "CFrames"
2678
Folder231.Parent = Part229
2679
CFrameValue232.Name = "C0"
2680
CFrameValue232.Parent = Folder231
2681
CFrameValue232.Value = CFrame.new(0.586633921, 1.05020094, -0.364824295, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2682
Part233.Parent = Model0
2683
Part233.Material = Enum.Material.Metal
2684
Part233.BrickColor = BrickColor.new("Really black")
2685
Part233.Reflectance = 0.20000000298023
2686
Part233.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2687
Part233.CanCollide = false
2688
Part233.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2689
Part233.CFrame = CFrame.new(-0.469922572, 6.71050978, 0.166708559, -0.865329862, 0.000550859841, -0.501201987, 0.501200914, -0.00137743889, -0.865329683, -0.00116711273, -0.999998868, 0.000915803481)
2690
Part233.BottomSurface = Enum.SurfaceType.Smooth
2691
Part233.TopSurface = Enum.SurfaceType.Smooth
2692
Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2693
Part233.Position = Vector3.new(-0.469922572, 6.71050978, 0.166708559)
2694
Part233.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2695
Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2696
CylinderMesh234.Parent = Part233
2697
Folder235.Name = "CFrames"
2698
Folder235.Parent = Part233
2699
CFrameValue236.Name = "C0"
2700
CFrameValue236.Parent = Folder235
2701
CFrameValue236.Value = CFrame.new(0.586633861, 1.05020142, 0.134397477, 0.866025209, -0.000395880023, 0.499999851, -0.49999994, -0.00017455779, 0.866025329, -0.000255604798, -0.999999881, -0.000349141017)
2702
Part237.Parent = Model0
2703
Part237.Material = Enum.Material.Metal
2704
Part237.BrickColor = BrickColor.new("Really black")
2705
Part237.Reflectance = 0.10000000149012
2706
Part237.Rotation = Vector3.new(4.03999996, 79.9700012, 29.5999985)
2707
Part237.CanCollide = false
2708
Part237.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2709
Part237.CFrame = CFrame.new(0.448062152, 6.82244825, -0.467505664, 0.151497811, -0.0860725716, 0.984702826, 0.553039253, 0.833064675, -0.0122678569, -0.819265366, 0.54643786, 0.173809081)
2710
Part237.BottomSurface = Enum.SurfaceType.Smooth
2711
Part237.TopSurface = Enum.SurfaceType.Smooth
2712
Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2713
Part237.Position = Vector3.new(0.448062152, 6.82244825, -0.467505664)
2714
Part237.Orientation = Vector3.new(0.699999988, 79.9899979, 33.579998)
2715
Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2716
CylinderMesh238.Parent = Part237
2717
Folder239.Name = "CFrames"
2718
Folder239.Parent = Part237
2719
CFrameValue240.Name = "C0"
2720
CFrameValue240.Parent = Folder239
2721
CFrameValue240.Value = CFrame.new(-0.33109504, 0.936004639, -0.49978441, -0.150601238, 0.0871434659, -0.984746218, -0.554519355, -0.832095742, 0.0111699579, -0.818429828, 0.547743022, 0.17363745)
2722
Part241.Parent = Model0
2723
Part241.Material = Enum.Material.Metal
2724
Part241.BrickColor = BrickColor.new("Really black")
2725
Part241.Reflectance = 0.10000000149012
2726
Part241.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2727
Part241.CanCollide = false
2728
Part241.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2729
Part241.CFrame = CFrame.new(-0.467861146, 6.68322039, -0.332474977, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
2730
Part241.BottomSurface = Enum.SurfaceType.Smooth
2731
Part241.TopSurface = Enum.SurfaceType.Smooth
2732
Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2733
Part241.Position = Vector3.new(-0.467861146, 6.68322039, -0.332474977)
2734
Part241.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2735
Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2736
CylinderMesh242.Parent = Part241
2737
Folder243.Name = "CFrames"
2738
Folder243.Parent = Part241
2739
CFrameValue244.Name = "C0"
2740
CFrameValue244.Parent = Folder243
2741
CFrameValue244.Value = CFrame.new(0.584612906, 1.07671356, -0.36482811, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
2742
Part245.Parent = Model0
2743
Part245.Material = Enum.Material.Metal
2744
Part245.BrickColor = BrickColor.new("Really black")
2745
Part245.Reflectance = 0.10000000149012
2746
Part245.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2747
Part245.CanCollide = false
2748
Part245.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2749
Part245.CFrame = CFrame.new(-0.489214212, 6.5864048, -0.335730791, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
2750
Part245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2751
Part245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2752
Part245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2753
Part245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2754
Part245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2755
Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2756
Part245.Position = Vector3.new(-0.489214212, 6.5864048, -0.335730791)
2757
Part245.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2758
Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2759
SpecialMesh246.Parent = Part245
2760
SpecialMesh246.MeshType = Enum.MeshType.Sphere
2761
Folder247.Name = "CFrames"
2762
Folder247.Parent = Part245
2763
CFrameValue248.Name = "C0"
2764
CFrameValue248.Parent = Folder247
2765
CFrameValue248.Value = CFrame.new(0.605831981, 1.17355347, -0.36823082, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
2766
Part249.Parent = Model0
2767
Part249.Material = Enum.Material.Metal
2768
Part249.BrickColor = BrickColor.new("Really black")
2769
Part249.Reflectance = 0.10000000149012
2770
Part249.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2771
Part249.CanCollide = false
2772
Part249.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2773
Part249.CFrame = CFrame.new(-0.467937976, 6.68399096, 0.164094985, -0.984565318, 0.175015628, 0.000504107738, 0.175014779, 0.984564841, -0.00137740129, -0.000737467082, -0.00126789534, -0.999998868)
2774
Part249.BottomSurface = Enum.SurfaceType.Smooth
2775
Part249.TopSurface = Enum.SurfaceType.Smooth
2776
Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2777
Part249.Position = Vector3.new(-0.467937976, 6.68399096, 0.164094985)
2778
Part249.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2779
Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2780
CylinderMesh250.Parent = Part249
2781
Folder251.Name = "CFrames"
2782
Folder251.Parent = Part249
2783
CFrameValue252.Name = "C0"
2784
CFrameValue252.Parent = Folder251
2785
CFrameValue252.Value = CFrame.new(0.584612906, 1.07671356, 0.131742448, 0.984807551, -0.173648193, -0.00034912792, -0.173648253, -0.98480773, -0.000174530433, -0.000313566008, 0.000232517952, -0.999999881)
2786
Part253.Parent = Model0
2787
Part253.Material = Enum.Material.Metal
2788
Part253.BrickColor = BrickColor.new("Really black")
2789
Part253.Reflectance = 0.10000000149012
2790
Part253.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
2791
Part253.CanCollide = false
2792
Part253.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2793
Part253.CFrame = CFrame.new(-0.418895632, 6.53902626, -0.332253218, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
2794
Part253.BottomSurface = Enum.SurfaceType.Smooth
2795
Part253.TopSurface = Enum.SurfaceType.Smooth
2796
Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2797
Part253.Position = Vector3.new(-0.418895632, 6.53902626, -0.332253218)
2798
Part253.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
2799
Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2800
CylinderMesh254.Parent = Part253
2801
Folder255.Name = "CFrames"
2802
Folder255.Parent = Part253
2803
CFrameValue256.Name = "C0"
2804
CFrameValue256.Parent = Folder255
2805
CFrameValue256.Value = CFrame.new(0.535447121, 1.22083998, -0.364837646, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
2806
Part257.Parent = Model0
2807
Part257.Material = Enum.Material.Metal
2808
Part257.BrickColor = BrickColor.new("Really black")
2809
Part257.Reflectance = 0.10000000149012
2810
Part257.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2811
Part257.CanCollide = false
2812
Part257.Size = Vector3.new(0.480000228, 0.819999874, 0.569999635)
2813
Part257.CFrame = CFrame.new(-0.37045148, 7.62648344, 0.0252461098, -0.999998748, 0.00138882664, 0.000503865362, 0.00138803502, 0.999997675, -0.00155193394, -0.000506095588, -0.0015512252, -0.999998569)
2814
Part257.BottomSurface = Enum.SurfaceType.Smooth
2815
Part257.TopSurface = Enum.SurfaceType.Smooth
2816
Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2817
Part257.Position = Vector3.new(-0.37045148, 7.62648344, 0.0252461098)
2818
Part257.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2819
Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2820
CylinderMesh258.Parent = Part257
2821
Folder259.Name = "CFrames"
2822
Folder259.Parent = Part257
2823
CFrameValue260.Name = "C0"
2824
CFrameValue260.Parent = Folder259
2825
CFrameValue260.Value = CFrame.new(0.488456905, 0.133872509, -0.00565911457, 0.999999821, -9.01152362e-08, -0.000349127891, -8.47923047e-08, -0.999999881, 2.56113708e-09, -0.000349178561, 2.56113708e-09, -0.999999881)
2826
Part261.Parent = Model0
2827
Part261.Material = Enum.Material.Metal
2828
Part261.BrickColor = BrickColor.new("Really black")
2829
Part261.Reflectance = 0.10000000149012
2830
Part261.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
2831
Part261.CanCollide = false
2832
Part261.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2833
Part261.CFrame = CFrame.new(-0.418972462, 6.53979588, 0.164318621, -0.643850625, -0.765150905, 0.000504107738, -0.765150666, 0.643849611, -0.00137740129, 0.000729295774, -0.00127261272, -0.999998868)
2834
Part261.BottomSurface = Enum.SurfaceType.Smooth
2835
Part261.TopSurface = Enum.SurfaceType.Smooth
2836
Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2837
Part261.Position = Vector3.new(-0.418972462, 6.53979588, 0.164318621)
2838
Part261.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
2839
Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2840
CylinderMesh262.Parent = Part261
2841
Folder263.Name = "CFrames"
2842
Folder263.Parent = Part261
2843
CFrameValue264.Name = "C0"
2844
CFrameValue264.Parent = Folder263
2845
CFrameValue264.Value = CFrame.new(0.535447121, 1.22084045, 0.131734803, 0.642787516, 0.766044319, -0.00034912792, 0.766044319, -0.642787635, -0.000174530433, -0.000358149526, -0.000155297108, -0.999999881)
2846
Part265.Parent = Model0
2847
Part265.Material = Enum.Material.Metal
2848
Part265.BrickColor = BrickColor.new("Really black")
2849
Part265.Reflectance = 0.10000000149012
2850
Part265.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2851
Part265.CanCollide = false
2852
Part265.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2853
Part265.CFrame = CFrame.new(-0.489290982, 6.58717585, 0.16083914, -0.000618976075, -0.340714693, -0.940166473, 0.00138808647, 0.940165341, -0.340715319, 0.999998808, -0.001515946, -0.000109072309)
2854
Part265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2855
Part265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2856
Part265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2857
Part265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2858
Part265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2859
Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2860
Part265.Position = Vector3.new(-0.489290982, 6.58717585, 0.16083914)
2861
Part265.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2862
Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2863
SpecialMesh266.Parent = Part265
2864
SpecialMesh266.MeshType = Enum.MeshType.Sphere
2865
Folder267.Name = "CFrames"
2866-
local p = game.Players.LocalPlayer
2866+
2867
CFrameValue268.Name = "C0"
2868
CFrameValue268.Parent = Folder267
2869
CFrameValue268.Value = CFrame.new(0.605831921, 1.17355299, 0.128339738, 0.000464010984, 0.342020035, 0.939692497, 0.000164004741, -0.939692557, 0.342020035, 0.999999881, -4.59968578e-06, -0.000492169929)
2870
WedgePart269.Parent = Model0
2871
WedgePart269.Material = Enum.Material.Metal
2872
WedgePart269.BrickColor = BrickColor.new("Really black")
2873
WedgePart269.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2874
WedgePart269.CanCollide = false
2875
WedgePart269.Size = Vector3.new(0.549999952, 0.0500000007, 0.999999881)
2876
WedgePart269.CFrame = CFrame.new(-0.443649024, 7.54879951, 0.023138959, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
2877
WedgePart269.BottomSurface = Enum.SurfaceType.Smooth
2878
WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2879
WedgePart269.Position = Vector3.new(-0.443649024, 7.54879951, 0.023138959)
2880
WedgePart269.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2881
WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2882
Folder270.Name = "CFrames"
2883
Folder270.Parent = WedgePart269
2884
CFrameValue271.Name = "C0"
2885
CFrameValue271.Parent = Folder270
2886
CFrameValue271.Value = CFrame.new(0.561546862, 0.211654186, -0.00787545741, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
2887
WedgePart272.Parent = Model0
2888
WedgePart272.Material = Enum.Material.Metal
2889
WedgePart272.BrickColor = BrickColor.new("Really black")
2890
WedgePart272.Reflectance = 0.10000000149012
2891
WedgePart272.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2892
WedgePart272.CanCollide = false
2893
WedgePart272.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
2894
WedgePart272.CFrame = CFrame.new(-0.443423122, 7.54817915, -0.376860082, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
2895
WedgePart272.BottomSurface = Enum.SurfaceType.Smooth
2896
WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2897
WedgePart272.Position = Vector3.new(-0.443423122, 7.54817915, -0.376860082)
2898
WedgePart272.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2899
WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2900
Folder273.Name = "CFrames"
2901
Folder273.Parent = WedgePart272
2902
CFrameValue274.Name = "C0"
2903
CFrameValue274.Parent = Folder273
2904
CFrameValue274.Value = CFrame.new(0.56138289, 0.211654186, -0.407875031, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
2905
WedgePart275.Parent = Model0
2906
WedgePart275.Material = Enum.Material.Metal
2907
WedgePart275.BrickColor = BrickColor.new("Really black")
2908
WedgePart275.Reflectance = 0.10000000149012
2909
WedgePart275.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2910
WedgePart275.CanCollide = false
2911
WedgePart275.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
2912
WedgePart275.CFrame = CFrame.new(-0.443875819, 7.5494194, 0.423138052, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
2913
WedgePart275.BottomSurface = Enum.SurfaceType.Smooth
2914
WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2915
WedgePart275.Position = Vector3.new(-0.443875819, 7.5494194, 0.423138052)
2916
WedgePart275.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2917
WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2918
Folder276.Name = "CFrames"
2919
Folder276.Parent = WedgePart275
2920
CFrameValue277.Name = "C0"
2921
CFrameValue277.Parent = Folder276
2922
CFrameValue277.Value = CFrame.new(0.561711788, 0.21165514, 0.392124146, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
2923
WedgePart278.Parent = Model0
2924
WedgePart278.Material = Enum.Material.Metal
2925
WedgePart278.BrickColor = BrickColor.new("Really black")
2926
WedgePart278.Reflectance = 0.10000000149012
2927
WedgePart278.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2928
WedgePart278.CanCollide = false
2929
WedgePart278.Size = Vector3.new(1.05000007, 0.0500000007, 0.0999998376)
2930
WedgePart278.CFrame = CFrame.new(-0.44304511, 7.99879551, 0.0224409103, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
2931
WedgePart278.BottomSurface = Enum.SurfaceType.Smooth
2932
WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2933
WedgePart278.Position = Vector3.new(-0.44304511, 7.99879551, 0.0224409103)
2934
WedgePart278.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2935
WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2936
Folder279.Name = "CFrames"
2937
Folder279.Parent = WedgePart278
2938
CFrameValue280.Name = "C0"
2939
CFrameValue280.Parent = Folder279
2940
CFrameValue280.Value = CFrame.new(0.561567843, -0.238342762, -0.00787545368, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
2941
WedgePart281.Parent = Model0
2942
WedgePart281.Material = Enum.Material.Metal
2943
WedgePart281.BrickColor = BrickColor.new("Really black")
2944
WedgePart281.Reflectance = 0.10000000149012
2945
WedgePart281.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2946
WedgePart281.CanCollide = false
2947
WedgePart281.Size = Vector3.new(1.05000007, 0.0999999866, 0.0500000007)
2948
WedgePart281.CFrame = CFrame.new(-0.468012244, 8.02383137, 0.0223867632, 0.000503768795, -0.999998748, 0.00138878287, -0.0015519337, 0.00138799136, 0.999997675, -0.999998569, -0.00050599908, -0.0015512252)
2949
WedgePart281.BottomSurface = Enum.SurfaceType.Smooth
2950
WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2951
WedgePart281.Position = Vector3.new(-0.468012244, 8.02383137, 0.0223867632)
2952
WedgePart281.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2953
WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2954
Folder282.Name = "CFrames"
2955
Folder282.Parent = WedgePart281
2956
CFrameValue283.Name = "C0"
2957
CFrameValue283.Parent = Folder282
2958
CFrameValue283.Value = CFrame.new(0.586569726, -0.263343334, -0.00788689777, -0.000349031325, 0.999999821, -4.63430752e-08, 2.44472176e-09, -4.09867766e-08, -0.999999881, -0.999999881, -0.000349082082, 2.56113708e-09)
2959
for i,v in pairs(mas:GetChildren()) do
2960
	v.Parent = script.Parent
2961
	pcall(function() v:MakeJoints() end)
2962
end
2963
mas:Destroy()
2964
for i,v in pairs(cors) do
2965
	spawn(function()
2966
		pcall(v)
2967
	end)
2968
end
2969
wait(.2)
2970
local p = owner
2971
local char = p.Character
2972
local mouse = p:GetMouse()
2973
local larm = char["Left Arm"]
2974
local rarm = char["Right Arm"]
2975
local lleg = char["Left Leg"]
2976
local rleg = char["Right Leg"]
2977
local hed = char.Head
2978
local torso = char.Torso
2979
2980
-------------------------------
2981
----------------------------------------------------
2982
local m2 = script.Parent.armcannon:clone()
2983
for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
2984
--m.Welds.Disabled=false
2985
local grip2 = Instance.new("Motor")
2986
grip2.Part0=char["Left Arm"]
2987
grip2.Part1=m2.Handle
2988
grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
2989
grip2.C1=CFrame.new()
2990
grip2.Parent=grip2.Part0
2991
m2.Parent=char
2992
----------------------------------------------------
2993
local cor2 = Instance.new("Part", m2)
2994
cor2.Name = "Thingy"
2995
cor2.Locked = true
2996
cor2.BottomSurface = 0
2997
cor2.CanCollide = false
2998
cor2.Size = Vector3.new(.1,.1,.1)
2999
cor2.Transparency = 1
3000
cor2.TopSurface = 0
3001
corw2 = Instance.new("Weld", cor2)
3002
corw2.Part0 = larm
3003
corw2.Part1 = cor2
3004
corw2.C0 = CFrame.new(0, 0, 0)  
3005
corw2.C1 = CFrame.new(0, 0, 0)  
3006
weld1 = Instance.new("Weld", m2) -- Right grip
3007
weld1.Part1 = cor2
3008
weld1.Part0 = m2.Handle
3009
weld1.C0 = CFrame.new(.02,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(3.15,1.57,0)
3010
------------------------------------------------------------------------------------------------------------
3011
3012
--Converted with ttyyuu12345's model to script plugin v4
3013
function sandbox(var,func)
3014
	local env = getfenv(func)
3015
	local newenv = setmetatable({},{
3016
		__index = function(self,k)
3017
			if k=="script" then
3018
				return var
3019
			else
3020
				return env[k]
3021
			end
3022
		end,
3023
	})
3024
	setfenv(func,newenv)
3025
	return func
3026
end
3027
cors = {}
3028
mas = Instance.new("Model",game:GetService("Lighting"))
3029
Model0 = Instance.new("Model")
3030
Part1 = Instance.new("Part")
3031
Folder2 = Instance.new("Folder")
3032
CFrameValue3 = Instance.new("CFrameValue")
3033
Part4 = Instance.new("Part")
3034
BlockMesh5 = Instance.new("BlockMesh")
3035
Folder6 = Instance.new("Folder")
3036
CFrameValue7 = Instance.new("CFrameValue")
3037
Part8 = Instance.new("Part")
3038
BlockMesh9 = Instance.new("BlockMesh")
3039
Folder10 = Instance.new("Folder")
3040
CFrameValue11 = Instance.new("CFrameValue")
3041
Part12 = Instance.new("Part")
3042
BlockMesh13 = Instance.new("BlockMesh")
3043
Folder14 = Instance.new("Folder")
3044
CFrameValue15 = Instance.new("CFrameValue")
3045
Part16 = Instance.new("Part")
3046
SpecialMesh17 = Instance.new("SpecialMesh")
3047
Folder18 = Instance.new("Folder")
3048
CFrameValue19 = Instance.new("CFrameValue")
3049
Part20 = Instance.new("Part")
3050
SpecialMesh21 = Instance.new("SpecialMesh")
3051
Folder22 = Instance.new("Folder")
3052
CFrameValue23 = Instance.new("CFrameValue")
3053
Part24 = Instance.new("Part")
3054
SpecialMesh25 = Instance.new("SpecialMesh")
3055
Folder26 = Instance.new("Folder")
3056
CFrameValue27 = Instance.new("CFrameValue")
3057
Part28 = Instance.new("Part")
3058
SpecialMesh29 = Instance.new("SpecialMesh")
3059
Folder30 = Instance.new("Folder")
3060
CFrameValue31 = Instance.new("CFrameValue")
3061
Part32 = Instance.new("Part")
3062
BlockMesh33 = Instance.new("BlockMesh")
3063
Folder34 = Instance.new("Folder")
3064
CFrameValue35 = Instance.new("CFrameValue")
3065
Part36 = Instance.new("Part")
3066
BlockMesh37 = Instance.new("BlockMesh")
3067
Folder38 = Instance.new("Folder")
3068
CFrameValue39 = Instance.new("CFrameValue")
3069
Part40 = Instance.new("Part")
3070
SpecialMesh41 = Instance.new("SpecialMesh")
3071
Folder42 = Instance.new("Folder")
3072
CFrameValue43 = Instance.new("CFrameValue")
3073
Part44 = Instance.new("Part")
3074
BlockMesh45 = Instance.new("BlockMesh")
3075
Folder46 = Instance.new("Folder")
3076
CFrameValue47 = Instance.new("CFrameValue")
3077
Part48 = Instance.new("Part")
3078
BlockMesh49 = Instance.new("BlockMesh")
3079
Folder50 = Instance.new("Folder")
3080
CFrameValue51 = Instance.new("CFrameValue")
3081
Part52 = Instance.new("Part")
3082
BlockMesh53 = Instance.new("BlockMesh")
3083
Folder54 = Instance.new("Folder")
3084
CFrameValue55 = Instance.new("CFrameValue")
3085
Part56 = Instance.new("Part")
3086
BlockMesh57 = Instance.new("BlockMesh")
3087
Folder58 = Instance.new("Folder")
3088
CFrameValue59 = Instance.new("CFrameValue")
3089
Part60 = Instance.new("Part")
3090
SpecialMesh61 = Instance.new("SpecialMesh")
3091
Folder62 = Instance.new("Folder")
3092
CFrameValue63 = Instance.new("CFrameValue")
3093
Part64 = Instance.new("Part")
3094
BlockMesh65 = Instance.new("BlockMesh")
3095
Folder66 = Instance.new("Folder")
3096
CFrameValue67 = Instance.new("CFrameValue")
3097
Part68 = Instance.new("Part")
3098
BlockMesh69 = Instance.new("BlockMesh")
3099
Folder70 = Instance.new("Folder")
3100
CFrameValue71 = Instance.new("CFrameValue")
3101
Part72 = Instance.new("Part")
3102
CylinderMesh73 = Instance.new("CylinderMesh")
3103
Folder74 = Instance.new("Folder")
3104
CFrameValue75 = Instance.new("CFrameValue")
3105
Part76 = Instance.new("Part")
3106
BlockMesh77 = Instance.new("BlockMesh")
3107
Folder78 = Instance.new("Folder")
3108
CFrameValue79 = Instance.new("CFrameValue")
3109
Part80 = Instance.new("Part")
3110
BlockMesh81 = Instance.new("BlockMesh")
3111
Folder82 = Instance.new("Folder")
3112
CFrameValue83 = Instance.new("CFrameValue")
3113
Part84 = Instance.new("Part")
3114
BlockMesh85 = Instance.new("BlockMesh")
3115
Folder86 = Instance.new("Folder")
3116
CFrameValue87 = Instance.new("CFrameValue")
3117
Part88 = Instance.new("Part")
3118
SpecialMesh89 = Instance.new("SpecialMesh")
3119
Folder90 = Instance.new("Folder")
3120
CFrameValue91 = Instance.new("CFrameValue")
3121
Part92 = Instance.new("Part")
3122
CylinderMesh93 = Instance.new("CylinderMesh")
3123
Motor94 = Instance.new("Motor")
3124
Motor95 = Instance.new("Motor")
3125
Motor96 = Instance.new("Motor")
3126
Motor97 = Instance.new("Motor")
3127
Motor98 = Instance.new("Motor")
3128
Motor99 = Instance.new("Motor")
3129
Motor100 = Instance.new("Motor")
3130
Motor101 = Instance.new("Motor")
3131
Motor102 = Instance.new("Motor")
3132
Motor103 = Instance.new("Motor")
3133
Motor104 = Instance.new("Motor")
3134
Motor105 = Instance.new("Motor")
3135
Motor106 = Instance.new("Motor")
3136
Motor107 = Instance.new("Motor")
3137
Motor108 = Instance.new("Motor")
3138
Motor109 = Instance.new("Motor")
3139
Motor110 = Instance.new("Motor")
3140
Motor111 = Instance.new("Motor")
3141
Motor112 = Instance.new("Motor")
3142
Motor113 = Instance.new("Motor")
3143
Motor114 = Instance.new("Motor")
3144
Motor115 = Instance.new("Motor")
3145
Motor116 = Instance.new("Motor")
3146
Folder117 = Instance.new("Folder")
3147
CFrameValue118 = Instance.new("CFrameValue")
3148
Motor119 = Instance.new("Motor")
3149
Motor120 = Instance.new("Motor")
3150
Motor121 = Instance.new("Motor")
3151
Motor122 = Instance.new("Motor")
3152
Motor123 = Instance.new("Motor")
3153
Motor124 = Instance.new("Motor")
3154
Motor125 = Instance.new("Motor")
3155
Motor126 = Instance.new("Motor")
3156
Motor127 = Instance.new("Motor")
3157
Motor128 = Instance.new("Motor")
3158
Motor129 = Instance.new("Motor")
3159
Motor130 = Instance.new("Motor")
3160
Motor131 = Instance.new("Motor")
3161
Motor132 = Instance.new("Motor")
3162
Motor133 = Instance.new("Motor")
3163
Motor134 = Instance.new("Motor")
3164
Motor135 = Instance.new("Motor")
3165
Motor136 = Instance.new("Motor")
3166
Motor137 = Instance.new("Motor")
3167
Motor138 = Instance.new("Motor")
3168
Motor139 = Instance.new("Motor")
3169
Motor140 = Instance.new("Motor")
3170
Motor141 = Instance.new("Motor")
3171
Motor142 = Instance.new("Motor")
3172
Motor143 = Instance.new("Motor")
3173
Motor144 = Instance.new("Motor")
3174
Motor145 = Instance.new("Motor")
3175
Motor146 = Instance.new("Motor")
3176
Motor147 = Instance.new("Motor")
3177
Motor148 = Instance.new("Motor")
3178
Motor149 = Instance.new("Motor")
3179
Motor150 = Instance.new("Motor")
3180
Motor151 = Instance.new("Motor")
3181
Motor152 = Instance.new("Motor")
3182
Motor153 = Instance.new("Motor")
3183
Motor154 = Instance.new("Motor")
3184
Motor155 = Instance.new("Motor")
3185
Motor156 = Instance.new("Motor")
3186
Motor157 = Instance.new("Motor")
3187
Motor158 = Instance.new("Motor")
3188
Motor159 = Instance.new("Motor")
3189
Motor160 = Instance.new("Motor")
3190
Motor161 = Instance.new("Motor")
3191
Motor162 = Instance.new("Motor")
3192
Motor163 = Instance.new("Motor")
3193
Motor164 = Instance.new("Motor")
3194
Motor165 = Instance.new("Motor")
3195
Motor166 = Instance.new("Motor")
3196
Motor167 = Instance.new("Motor")
3197
Motor168 = Instance.new("Motor")
3198
Motor169 = Instance.new("Motor")
3199
Motor170 = Instance.new("Motor")
3200
Motor171 = Instance.new("Motor")
3201
Motor172 = Instance.new("Motor")
3202
Motor173 = Instance.new("Motor")
3203
Motor174 = Instance.new("Motor")
3204
Motor175 = Instance.new("Motor")
3205
Motor176 = Instance.new("Motor")
3206
Motor177 = Instance.new("Motor")
3207
Motor178 = Instance.new("Motor")
3208
Motor179 = Instance.new("Motor")
3209
Motor180 = Instance.new("Motor")
3210
Motor181 = Instance.new("Motor")
3211
Motor182 = Instance.new("Motor")
3212
Motor183 = Instance.new("Motor")
3213
Motor184 = Instance.new("Motor")
3214
Motor185 = Instance.new("Motor")
3215
Motor186 = Instance.new("Motor")
3216
Motor187 = Instance.new("Motor")
3217
Motor188 = Instance.new("Motor")
3218
Motor189 = Instance.new("Motor")
3219
Motor190 = Instance.new("Motor")
3220
Motor191 = Instance.new("Motor")
3221
Motor192 = Instance.new("Motor")
3222
Motor193 = Instance.new("Motor")
3223
Motor194 = Instance.new("Motor")
3224
Motor195 = Instance.new("Motor")
3225
Motor196 = Instance.new("Motor")
3226
Motor197 = Instance.new("Motor")
3227
Motor198 = Instance.new("Motor")
3228
Motor199 = Instance.new("Motor")
3229
Motor200 = Instance.new("Motor")
3230
Motor201 = Instance.new("Motor")
3231
Motor202 = Instance.new("Motor")
3232
Motor203 = Instance.new("Motor")
3233
Motor204 = Instance.new("Motor")
3234
Motor205 = Instance.new("Motor")
3235
Motor206 = Instance.new("Motor")
3236
Motor207 = Instance.new("Motor")
3237
Motor208 = Instance.new("Motor")
3238
Motor209 = Instance.new("Motor")
3239
Motor210 = Instance.new("Motor")
3240
Motor211 = Instance.new("Motor")
3241
Motor212 = Instance.new("Motor")
3242
Motor213 = Instance.new("Motor")
3243
Motor214 = Instance.new("Motor")
3244
Motor215 = Instance.new("Motor")
3245
Motor216 = Instance.new("Motor")
3246
Part217 = Instance.new("Part")
3247
SpecialMesh218 = Instance.new("SpecialMesh")
3248
Folder219 = Instance.new("Folder")
3249
CFrameValue220 = Instance.new("CFrameValue")
3250
Part221 = Instance.new("Part")
3251
SpecialMesh222 = Instance.new("SpecialMesh")
3252
Script223 = Instance.new("Script")
3253
Folder224 = Instance.new("Folder")
3254
CFrameValue225 = Instance.new("CFrameValue")
3255
Part226 = Instance.new("Part")
3256
SpecialMesh227 = Instance.new("SpecialMesh")
3257
Folder228 = Instance.new("Folder")
3258
CFrameValue229 = Instance.new("CFrameValue")
3259
Part230 = Instance.new("Part")
3260
SpecialMesh231 = Instance.new("SpecialMesh")
3261
Folder232 = Instance.new("Folder")
3262
CFrameValue233 = Instance.new("CFrameValue")
3263
Part234 = Instance.new("Part")
3264
SpecialMesh235 = Instance.new("SpecialMesh")
3265
Folder236 = Instance.new("Folder")
3266
CFrameValue237 = Instance.new("CFrameValue")
3267
Part238 = Instance.new("Part")
3268
BlockMesh239 = Instance.new("BlockMesh")
3269
Folder240 = Instance.new("Folder")
3270
CFrameValue241 = Instance.new("CFrameValue")
3271
Part242 = Instance.new("Part")
3272
SpecialMesh243 = Instance.new("SpecialMesh")
3273
Folder244 = Instance.new("Folder")
3274
CFrameValue245 = Instance.new("CFrameValue")
3275
Part246 = Instance.new("Part")
3276
SpecialMesh247 = Instance.new("SpecialMesh")
3277
Folder248 = Instance.new("Folder")
3278
CFrameValue249 = Instance.new("CFrameValue")
3279
Part250 = Instance.new("Part")
3280
SpecialMesh251 = Instance.new("SpecialMesh")
3281
Folder252 = Instance.new("Folder")
3282
CFrameValue253 = Instance.new("CFrameValue")
3283
Part254 = Instance.new("Part")
3284
SpecialMesh255 = Instance.new("SpecialMesh")
3285
Folder256 = Instance.new("Folder")
3286
CFrameValue257 = Instance.new("CFrameValue")
3287
Part258 = Instance.new("Part")
3288
SpecialMesh259 = Instance.new("SpecialMesh")
3289
Folder260 = Instance.new("Folder")
3290
CFrameValue261 = Instance.new("CFrameValue")
3291
Part262 = Instance.new("Part")
3292
SpecialMesh263 = Instance.new("SpecialMesh")
3293
Folder264 = Instance.new("Folder")
3294
CFrameValue265 = Instance.new("CFrameValue")
3295
Part266 = Instance.new("Part")
3296
SpecialMesh267 = Instance.new("SpecialMesh")
3297
Folder268 = Instance.new("Folder")
3298
CFrameValue269 = Instance.new("CFrameValue")
3299
Part270 = Instance.new("Part")
3300
SpecialMesh271 = Instance.new("SpecialMesh")
3301
Folder272 = Instance.new("Folder")
3302
CFrameValue273 = Instance.new("CFrameValue")
3303
Part274 = Instance.new("Part")
3304
SpecialMesh275 = Instance.new("SpecialMesh")
3305
Folder276 = Instance.new("Folder")
3306
CFrameValue277 = Instance.new("CFrameValue")
3307
Part278 = Instance.new("Part")
3308
SpecialMesh279 = Instance.new("SpecialMesh")
3309
Folder280 = Instance.new("Folder")
3310
CFrameValue281 = Instance.new("CFrameValue")
3311
Part282 = Instance.new("Part")
3312
SpecialMesh283 = Instance.new("SpecialMesh")
3313
Folder284 = Instance.new("Folder")
3314
CFrameValue285 = Instance.new("CFrameValue")
3315
Part286 = Instance.new("Part")
3316
SpecialMesh287 = Instance.new("SpecialMesh")
3317
Folder288 = Instance.new("Folder")
3318
CFrameValue289 = Instance.new("CFrameValue")
3319
Part290 = Instance.new("Part")
3320
SpecialMesh291 = Instance.new("SpecialMesh")
3321
Folder292 = Instance.new("Folder")
3322
CFrameValue293 = Instance.new("CFrameValue")
3323
Part294 = Instance.new("Part")
3324
SpecialMesh295 = Instance.new("SpecialMesh")
3325
Folder296 = Instance.new("Folder")
3326
CFrameValue297 = Instance.new("CFrameValue")
3327
Part298 = Instance.new("Part")
3328
SpecialMesh299 = Instance.new("SpecialMesh")
3329
Folder300 = Instance.new("Folder")
3330
CFrameValue301 = Instance.new("CFrameValue")
3331
Part302 = Instance.new("Part")
3332
SpecialMesh303 = Instance.new("SpecialMesh")
3333
Folder304 = Instance.new("Folder")
3334
CFrameValue305 = Instance.new("CFrameValue")
3335
Part306 = Instance.new("Part")
3336
SpecialMesh307 = Instance.new("SpecialMesh")
3337
Folder308 = Instance.new("Folder")
3338
CFrameValue309 = Instance.new("CFrameValue")
3339
Part310 = Instance.new("Part")
3340
SpecialMesh311 = Instance.new("SpecialMesh")
3341
Folder312 = Instance.new("Folder")
3342
CFrameValue313 = Instance.new("CFrameValue")
3343
Part314 = Instance.new("Part")
3344
SpecialMesh315 = Instance.new("SpecialMesh")
3345
Folder316 = Instance.new("Folder")
3346
CFrameValue317 = Instance.new("CFrameValue")
3347
Part318 = Instance.new("Part")
3348
SpecialMesh319 = Instance.new("SpecialMesh")
3349
Folder320 = Instance.new("Folder")
3350
CFrameValue321 = Instance.new("CFrameValue")
3351
Part322 = Instance.new("Part")
3352
SpecialMesh323 = Instance.new("SpecialMesh")
3353
Folder324 = Instance.new("Folder")
3354
CFrameValue325 = Instance.new("CFrameValue")
3355
Part326 = Instance.new("Part")
3356
SpecialMesh327 = Instance.new("SpecialMesh")
3357
Folder328 = Instance.new("Folder")
3358
CFrameValue329 = Instance.new("CFrameValue")
3359
Part330 = Instance.new("Part")
3360
SpecialMesh331 = Instance.new("SpecialMesh")
3361
Folder332 = Instance.new("Folder")
3362
CFrameValue333 = Instance.new("CFrameValue")
3363
Part334 = Instance.new("Part")
3364
SpecialMesh335 = Instance.new("SpecialMesh")
3365
Folder336 = Instance.new("Folder")
3366
CFrameValue337 = Instance.new("CFrameValue")
3367
Part338 = Instance.new("Part")
3368
BlockMesh339 = Instance.new("BlockMesh")
3369
Folder340 = Instance.new("Folder")
3370
CFrameValue341 = Instance.new("CFrameValue")
3371
Part342 = Instance.new("Part")
3372
BlockMesh343 = Instance.new("BlockMesh")
3373
Folder344 = Instance.new("Folder")
3374
CFrameValue345 = Instance.new("CFrameValue")
3375
Part346 = Instance.new("Part")
3376
BlockMesh347 = Instance.new("BlockMesh")
3377
Folder348 = Instance.new("Folder")
3378
CFrameValue349 = Instance.new("CFrameValue")
3379
Part350 = Instance.new("Part")
3380
BlockMesh351 = Instance.new("BlockMesh")
3381
Folder352 = Instance.new("Folder")
3382
CFrameValue353 = Instance.new("CFrameValue")
3383
Part354 = Instance.new("Part")
3384
BlockMesh355 = Instance.new("BlockMesh")
3385
Folder356 = Instance.new("Folder")
3386
CFrameValue357 = Instance.new("CFrameValue")
3387
Part358 = Instance.new("Part")
3388
SpecialMesh359 = Instance.new("SpecialMesh")
3389
Folder360 = Instance.new("Folder")
3390
CFrameValue361 = Instance.new("CFrameValue")
3391
Part362 = Instance.new("Part")
3392
BlockMesh363 = Instance.new("BlockMesh")
3393
Folder364 = Instance.new("Folder")
3394
CFrameValue365 = Instance.new("CFrameValue")
3395
Part366 = Instance.new("Part")
3396
BlockMesh367 = Instance.new("BlockMesh")
3397
Folder368 = Instance.new("Folder")
3398
CFrameValue369 = Instance.new("CFrameValue")
3399
Part370 = Instance.new("Part")
3400
BlockMesh371 = Instance.new("BlockMesh")
3401
Folder372 = Instance.new("Folder")
3402
CFrameValue373 = Instance.new("CFrameValue")
3403
Part374 = Instance.new("Part")
3404
BlockMesh375 = Instance.new("BlockMesh")
3405
Folder376 = Instance.new("Folder")
3406
CFrameValue377 = Instance.new("CFrameValue")
3407
Part378 = Instance.new("Part")
3408
SpecialMesh379 = Instance.new("SpecialMesh")
3409
Script380 = Instance.new("Script")
3410
Folder381 = Instance.new("Folder")
3411
CFrameValue382 = Instance.new("CFrameValue")
3412
Part383 = Instance.new("Part")
3413
BlockMesh384 = Instance.new("BlockMesh")
3414
Folder385 = Instance.new("Folder")
3415
CFrameValue386 = Instance.new("CFrameValue")
3416
Part387 = Instance.new("Part")
3417
BlockMesh388 = Instance.new("BlockMesh")
3418
Folder389 = Instance.new("Folder")
3419
CFrameValue390 = Instance.new("CFrameValue")
3420
Part391 = Instance.new("Part")
3421
BlockMesh392 = Instance.new("BlockMesh")
3422
Folder393 = Instance.new("Folder")
3423
CFrameValue394 = Instance.new("CFrameValue")
3424
Part395 = Instance.new("Part")
3425
BlockMesh396 = Instance.new("BlockMesh")
3426
Folder397 = Instance.new("Folder")
3427
CFrameValue398 = Instance.new("CFrameValue")
3428
Part399 = Instance.new("Part")
3429
BlockMesh400 = Instance.new("BlockMesh")
3430
Folder401 = Instance.new("Folder")
3431
CFrameValue402 = Instance.new("CFrameValue")
3432
Part403 = Instance.new("Part")
3433
BlockMesh404 = Instance.new("BlockMesh")
3434
Folder405 = Instance.new("Folder")
3435
CFrameValue406 = Instance.new("CFrameValue")
3436
Part407 = Instance.new("Part")
3437
SpecialMesh408 = Instance.new("SpecialMesh")
3438
Folder409 = Instance.new("Folder")
3439
CFrameValue410 = Instance.new("CFrameValue")
3440
Part411 = Instance.new("Part")
3441
BlockMesh412 = Instance.new("BlockMesh")
3442
Folder413 = Instance.new("Folder")
3443
CFrameValue414 = Instance.new("CFrameValue")
3444
Part415 = Instance.new("Part")
3445
BlockMesh416 = Instance.new("BlockMesh")
3446
Folder417 = Instance.new("Folder")
3447
CFrameValue418 = Instance.new("CFrameValue")
3448
Part419 = Instance.new("Part")
3449
BlockMesh420 = Instance.new("BlockMesh")
3450
Folder421 = Instance.new("Folder")
3451
CFrameValue422 = Instance.new("CFrameValue")
3452
Part423 = Instance.new("Part")
3453
BlockMesh424 = Instance.new("BlockMesh")
3454
Folder425 = Instance.new("Folder")
3455
CFrameValue426 = Instance.new("CFrameValue")
3456
Part427 = Instance.new("Part")
3457
BlockMesh428 = Instance.new("BlockMesh")
3458
Folder429 = Instance.new("Folder")
3459
CFrameValue430 = Instance.new("CFrameValue")
3460
Part431 = Instance.new("Part")
3461
BlockMesh432 = Instance.new("BlockMesh")
3462
Folder433 = Instance.new("Folder")
3463
CFrameValue434 = Instance.new("CFrameValue")
3464
Part435 = Instance.new("Part")
3465
BlockMesh436 = Instance.new("BlockMesh")
3466
Folder437 = Instance.new("Folder")
3467
CFrameValue438 = Instance.new("CFrameValue")
3468
Part439 = Instance.new("Part")
3469
BlockMesh440 = Instance.new("BlockMesh")
3470
Folder441 = Instance.new("Folder")
3471
CFrameValue442 = Instance.new("CFrameValue")
3472
Part443 = Instance.new("Part")
3473
BlockMesh444 = Instance.new("BlockMesh")
3474
Folder445 = Instance.new("Folder")
3475
CFrameValue446 = Instance.new("CFrameValue")
3476
Part447 = Instance.new("Part")
3477
BlockMesh448 = Instance.new("BlockMesh")
3478
Folder449 = Instance.new("Folder")
3479
CFrameValue450 = Instance.new("CFrameValue")
3480
Part451 = Instance.new("Part")
3481
BlockMesh452 = Instance.new("BlockMesh")
3482
Folder453 = Instance.new("Folder")
3483
CFrameValue454 = Instance.new("CFrameValue")
3484
Part455 = Instance.new("Part")
3485
BlockMesh456 = Instance.new("BlockMesh")
3486
Folder457 = Instance.new("Folder")
3487
CFrameValue458 = Instance.new("CFrameValue")
3488
Part459 = Instance.new("Part")
3489
BlockMesh460 = Instance.new("BlockMesh")
3490
Folder461 = Instance.new("Folder")
3491
CFrameValue462 = Instance.new("CFrameValue")
3492
Part463 = Instance.new("Part")
3493
BlockMesh464 = Instance.new("BlockMesh")
3494
Folder465 = Instance.new("Folder")
3495
CFrameValue466 = Instance.new("CFrameValue")
3496
Part467 = Instance.new("Part")
3497
BlockMesh468 = Instance.new("BlockMesh")
3498
Folder469 = Instance.new("Folder")
3499
CFrameValue470 = Instance.new("CFrameValue")
3500
Part471 = Instance.new("Part")
3501
SpecialMesh472 = Instance.new("SpecialMesh")
3502
Folder473 = Instance.new("Folder")
3503
CFrameValue474 = Instance.new("CFrameValue")
3504
Part475 = Instance.new("Part")
3505
BlockMesh476 = Instance.new("BlockMesh")
3506
Folder477 = Instance.new("Folder")
3507
CFrameValue478 = Instance.new("CFrameValue")
3508
Part479 = Instance.new("Part")
3509
BlockMesh480 = Instance.new("BlockMesh")
3510
Folder481 = Instance.new("Folder")
3511
CFrameValue482 = Instance.new("CFrameValue")
3512
Part483 = Instance.new("Part")
3513
BlockMesh484 = Instance.new("BlockMesh")
3514
Folder485 = Instance.new("Folder")
3515
CFrameValue486 = Instance.new("CFrameValue")
3516
Part487 = Instance.new("Part")
3517
BlockMesh488 = Instance.new("BlockMesh")
3518
Folder489 = Instance.new("Folder")
3519
CFrameValue490 = Instance.new("CFrameValue")
3520
Part491 = Instance.new("Part")
3521
BlockMesh492 = Instance.new("BlockMesh")
3522
Folder493 = Instance.new("Folder")
3523
CFrameValue494 = Instance.new("CFrameValue")
3524
Part495 = Instance.new("Part")
3525
CylinderMesh496 = Instance.new("CylinderMesh")
3526
Folder497 = Instance.new("Folder")
3527
CFrameValue498 = Instance.new("CFrameValue")
3528
Part499 = Instance.new("Part")
3529
SpecialMesh500 = Instance.new("SpecialMesh")
3530
Folder501 = Instance.new("Folder")
3531
CFrameValue502 = Instance.new("CFrameValue")
3532
Part503 = Instance.new("Part")
3533
SpecialMesh504 = Instance.new("SpecialMesh")
3534
Folder505 = Instance.new("Folder")
3535
CFrameValue506 = Instance.new("CFrameValue")
3536
Part507 = Instance.new("Part")
3537
SpecialMesh508 = Instance.new("SpecialMesh")
3538
Folder509 = Instance.new("Folder")
3539
CFrameValue510 = Instance.new("CFrameValue")
3540
Part511 = Instance.new("Part")
3541
SpecialMesh512 = Instance.new("SpecialMesh")
3542
Folder513 = Instance.new("Folder")
3543
CFrameValue514 = Instance.new("CFrameValue")
3544
Part515 = Instance.new("Part")
3545
SpecialMesh516 = Instance.new("SpecialMesh")
3546
Folder517 = Instance.new("Folder")
3547
CFrameValue518 = Instance.new("CFrameValue")
3548
Part519 = Instance.new("Part")
3549
SpecialMesh520 = Instance.new("SpecialMesh")
3550
Folder521 = Instance.new("Folder")
3551
CFrameValue522 = Instance.new("CFrameValue")
3552
Part523 = Instance.new("Part")
3553
SpecialMesh524 = Instance.new("SpecialMesh")
3554
Folder525 = Instance.new("Folder")
3555
CFrameValue526 = Instance.new("CFrameValue")
3556
Part527 = Instance.new("Part")
3557
BlockMesh528 = Instance.new("BlockMesh")
3558
Folder529 = Instance.new("Folder")
3559
CFrameValue530 = Instance.new("CFrameValue")
3560
Part531 = Instance.new("Part")
3561
SpecialMesh532 = Instance.new("SpecialMesh")
3562
Folder533 = Instance.new("Folder")
3563
CFrameValue534 = Instance.new("CFrameValue")
3564
Part535 = Instance.new("Part")
3565
SpecialMesh536 = Instance.new("SpecialMesh")
3566
Folder537 = Instance.new("Folder")
3567
CFrameValue538 = Instance.new("CFrameValue")
3568
Part539 = Instance.new("Part")
3569
SpecialMesh540 = Instance.new("SpecialMesh")
3570
Folder541 = Instance.new("Folder")
3571
CFrameValue542 = Instance.new("CFrameValue")
3572
Part543 = Instance.new("Part")
3573
SpecialMesh544 = Instance.new("SpecialMesh")
3574
Folder545 = Instance.new("Folder")
3575
CFrameValue546 = Instance.new("CFrameValue")
3576
Part547 = Instance.new("Part")
3577
SpecialMesh548 = Instance.new("SpecialMesh")
3578
Folder549 = Instance.new("Folder")
3579
CFrameValue550 = Instance.new("CFrameValue")
3580
Part551 = Instance.new("Part")
3581
SpecialMesh552 = Instance.new("SpecialMesh")
3582
Folder553 = Instance.new("Folder")
3583
CFrameValue554 = Instance.new("CFrameValue")
3584
Part555 = Instance.new("Part")
3585
SpecialMesh556 = Instance.new("SpecialMesh")
3586
Folder557 = Instance.new("Folder")
3587
CFrameValue558 = Instance.new("CFrameValue")
3588
Part559 = Instance.new("Part")
3589
SpecialMesh560 = Instance.new("SpecialMesh")
3590
Folder561 = Instance.new("Folder")
3591
CFrameValue562 = Instance.new("CFrameValue")
3592
Part563 = Instance.new("Part")
3593
SpecialMesh564 = Instance.new("SpecialMesh")
3594
Folder565 = Instance.new("Folder")
3595
CFrameValue566 = Instance.new("CFrameValue")
3596
Part567 = Instance.new("Part")
3597
SpecialMesh568 = Instance.new("SpecialMesh")
3598
Folder569 = Instance.new("Folder")
3599
CFrameValue570 = Instance.new("CFrameValue")
3600
Part571 = Instance.new("Part")
3601
SpecialMesh572 = Instance.new("SpecialMesh")
3602
Folder573 = Instance.new("Folder")
3603
CFrameValue574 = Instance.new("CFrameValue")
3604
Part575 = Instance.new("Part")
3605
SpecialMesh576 = Instance.new("SpecialMesh")
3606
Folder577 = Instance.new("Folder")
3607
CFrameValue578 = Instance.new("CFrameValue")
3608
Part579 = Instance.new("Part")
3609
SpecialMesh580 = Instance.new("SpecialMesh")
3610
Folder581 = Instance.new("Folder")
3611
CFrameValue582 = Instance.new("CFrameValue")
3612
Part583 = Instance.new("Part")
3613
SpecialMesh584 = Instance.new("SpecialMesh")
3614
Folder585 = Instance.new("Folder")
3615
CFrameValue586 = Instance.new("CFrameValue")
3616
Part587 = Instance.new("Part")
3617
SpecialMesh588 = Instance.new("SpecialMesh")
3618
Folder589 = Instance.new("Folder")
3619
CFrameValue590 = Instance.new("CFrameValue")
3620
Part591 = Instance.new("Part")
3621
SpecialMesh592 = Instance.new("SpecialMesh")
3622
Folder593 = Instance.new("Folder")
3623
CFrameValue594 = Instance.new("CFrameValue")
3624
Part595 = Instance.new("Part")
3625
SpecialMesh596 = Instance.new("SpecialMesh")
3626
Folder597 = Instance.new("Folder")
3627
CFrameValue598 = Instance.new("CFrameValue")
3628
Part599 = Instance.new("Part")
3629
SpecialMesh600 = Instance.new("SpecialMesh")
3630
Folder601 = Instance.new("Folder")
3631
CFrameValue602 = Instance.new("CFrameValue")
3632
Part603 = Instance.new("Part")
3633
SpecialMesh604 = Instance.new("SpecialMesh")
3634
Folder605 = Instance.new("Folder")
3635
CFrameValue606 = Instance.new("CFrameValue")
3636
Model0.Name = "Dragonslayer"
3637
Model0.Parent = mas
3638
Part1.Parent = Model0
3639
Part1.BrickColor = BrickColor.new("Neon orange")
3640
Part1.Transparency = 1
3641
Part1.Name="Hitbox"
3642
Part1.Rotation = Vector3.new(65.909996, 88.9599991, 112.049995)
3643
Part1.Size = Vector3.new(9.99028492, 0.586256504, 2.02198696)
3644
Part1.CFrame = CFrame.new(46.152916, 0.680819869, 143.12352, -0.00698993821, -0.0172562208, 0.999835491, 0.0356905423, -0.999218345, -0.0169966314, 0.999338686, 0.035564974, 0.00760042761)
3645
Part1.BottomSurface = Enum.SurfaceType.Smooth
3646
Part1.TopSurface = Enum.SurfaceType.Smooth
3647
Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
3648
Part1.Position = Vector3.new(46.152916, 0.680819869, 143.12352)
3649
Part1.Orientation = Vector3.new(0.969999969, 89.5599976, 177.949997)
3650
Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
3651
Folder2.Name = "CFrames"
3652
Folder2.Parent = Part1
3653
CFrameValue3.Name = "C0"
3654
CFrameValue3.Parent = Folder2
3655
CFrameValue3.Value = CFrame.new(0.0215821266, 6.09555054, 0.00123596191, 4.35113907e-06, 0.99999994, -1.43137295e-05, 0.999984682, -5.4128468e-06, 0.00557211041, 0.0055720266, -1.48853287e-05, -1.00000226)
3656
Part4.Parent = Model0
3657
Part4.Material = Enum.Material.Metal
3658
Part4.BrickColor = BrickColor.new("Black")
3659
Part4.Rotation = Vector3.new(-1.76999998, 14.9200001, 88.9799957)
3660
Part4.Anchored = true
3661
Part4.FormFactor = Enum.FormFactor.Custom
3662
Part4.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3663
Part4.CFrame = CFrame.new(45.4615707, 0.541190863, 138.380356, 0.0172694977, -0.966150999, 0.257432878, 0.999218225, 0.0258357916, 0.029929027, -0.0355660655, 0.256712317, 0.965833306)
3664
Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3665
Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3666
Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3667
Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3668
Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3669
Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3670
Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
3671
Part4.Position = Vector3.new(45.4615707, 0.541190863, 138.380356)
3672
Part4.Orientation = Vector3.new(-1.71999991, 14.9200001, 88.5199966)
3673
Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
3674
BlockMesh5.Parent = Part4
3675
BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
3676
BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
3677
Folder6.Name = "CFrames"
3678
Folder6.Parent = Part4
3679
CFrameValue7.Name = "C0"
3680
CFrameValue7.Parent = Folder6
3681
CFrameValue7.Value = CFrame.new(0.00432825089, 1.35142517, 0.69972229, -1.00000012, 1.96229666e-06, 2.15694308e-06, 3.7252903e-06, 0.258839756, 0.965920508, 1.88186095e-06, 0.965937257, -0.258844465)
3682
Part8.Parent = Model0
3683
Part8.Material = Enum.Material.Metal
3684
Part8.BrickColor = BrickColor.new("Black")
3685
Part8.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
3686
Part8.Anchored = true
3687
Part8.FormFactor = Enum.FormFactor.Custom
3688
Part8.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3689
Part8.CFrame = CFrame.new(45.9089241, 0.536310315, 138.339294, -0.0172714479, -0.866617382, -0.498692006, -0.999217987, 0.0327045619, -0.0222258158, 0.0355698988, 0.497913718, -0.86649704)
3690
Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3691
Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3692
Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3693
Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3694
Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3695
Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3696
Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
3697
Part8.Position = Vector3.new(45.9089241, 0.536310315, 138.339294)
3698
Part8.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
3699
Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
3700
BlockMesh9.Parent = Part8
3701
BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3702
BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3703
Folder10.Name = "CFrames"
3704
Folder10.Parent = Part8
3705
CFrameValue11.Name = "C0"
3706
CFrameValue11.Parent = Folder10
3707
CFrameValue11.Value = CFrame.new(1.8119812e-05, 1.30957031, 0.252429962, 1, -1.14925206e-06, 7.78585672e-07, 1.15483999e-07, 0.499991357, -0.866030812, 6.42612576e-08, 0.866045654, 0.500000119)
3708
Part12.Parent = Model0
3709
Part12.Material = Enum.Material.Metal
3710
Part12.BrickColor = BrickColor.new("Black")
3711
Part12.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
3712
Part12.Anchored = true
3713
Part12.FormFactor = Enum.FormFactor.Custom
3714
Part12.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3715
Part12.CFrame = CFrame.new(45.879921, 0.534309208, 138.269043, -0.0172712952, -0.966157258, -0.257409573, -0.999217987, 0.0258376375, -0.0299322847, 0.0355692543, 0.256688982, -0.965839446)
3716
Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3717
Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3718
Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3719
Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3720
Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3721
Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3722
Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
3723
Part12.Position = Vector3.new(45.879921, 0.534309208, 138.269043)
3724
Part12.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
3725
Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
3726
BlockMesh13.Parent = Part12
3727
BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3728
BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3729
Folder14.Name = "CFrames"
3730
Folder14.Parent = Part12
3731
CFrameValue15.Name = "C0"
3732
CFrameValue15.Parent = Folder14
3733
CFrameValue15.Value = CFrame.new(1.95503235e-05, 1.23933411, 0.281536102, 1, -6.03497028e-07, 4.76837158e-07, -5.25265932e-07, 0.25881651, -0.965926826, -8.71659722e-08, 0.965943575, 0.25882113)
3734
Part16.Parent = Model0
3735
Part16.Material = Enum.Material.Metal
3736
Part16.Rotation = Vector3.new(87.9599991, -0.98999995, 90.0799942)
3737
Part16.Anchored = true
3738
Part16.FormFactor = Enum.FormFactor.Custom
3739
Part16.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3740
Part16.CFrame = CFrame.new(45.3964386, 0.566734254, 138.1875, -0.00141788227, -0.999858499, -0.0172821898, 0.0355940051, 0.0172212105, -0.999218225, 0.999365568, -0.00203203224, 0.0355636738)
3741
Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3742
Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3743
Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3744
Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3745
Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3746
Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3747
Part16.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
3748
Part16.Orientation = Vector3.new(87.7299957, -25.9200001, 64.1800003)
3749
SpecialMesh17.Parent = Part16
3750
SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
3751
SpecialMesh17.MeshType = Enum.MeshType.Wedge
3752
SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
3753
Folder18.Name = "CFrames"
3754
Folder18.Parent = Part16
3755
CFrameValue19.Name = "C0"
3756
CFrameValue19.Parent = Folder18
3757
CFrameValue19.Value = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, 4.96208668e-06, -1.13599745e-05, 1.00000024, 1.00000036, 7.71135092e-07, -6.09457493e-06, -9.51113179e-07, 1.00001764, 1.08132008e-05)
3758
Part20.Parent = Model0
3759
Part20.Material = Enum.Material.Metal
3760
Part20.BrickColor = BrickColor.new("Black")
3761
Part20.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
3762
Part20.Anchored = true
3763
Part20.FormFactor = Enum.FormFactor.Custom
3764
Part20.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3765
Part20.CFrame = CFrame.new(46.1590576, 0.400805384, 138.332535, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
3766
Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3767
Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3768
Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3769
Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3770
Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3771
Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3772
Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
3773
Part20.Position = Vector3.new(46.1590576, 0.400805384, 138.332535)
3774
Part20.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
3775
Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
3776
SpecialMesh21.Parent = Part20
3777
SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
3778
SpecialMesh21.MeshType = Enum.MeshType.Sphere
3779
SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
3780
Folder22.Name = "CFrames"
3781
Folder22.Parent = Part20
3782
CFrameValue23.Name = "C0"
3783
CFrameValue23.Parent = Folder22
3784
CFrameValue23.Value = CFrame.new(0.130856752, 1.2976532, 1.14440918e-05, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
3785
Part24.Parent = Model0
3786
Part24.Material = Enum.Material.Metal
3787
Part24.Rotation = Vector3.new(-92.0400009, 0.98999995, 89.9199982)
3788
Part24.Anchored = true
3789
Part24.FormFactor = Enum.FormFactor.Custom
3790
Part24.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3791
Part24.CFrame = CFrame.new(45.3952827, 0.499970227, 138.189896, 0.00141788227, -0.999858499, 0.0172821898, -0.0355940051, 0.0172212105, 0.999218225, -0.999365568, -0.00203203224, -0.0355636738)
3792
Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3793
Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3794
Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3795
Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3796
Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3797
Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3798
Part24.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
3799
Part24.Orientation = Vector3.new(-87.7299957, 154.080002, -64.1800003)
3800
SpecialMesh25.Parent = Part24
3801
SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
3802
SpecialMesh25.MeshType = Enum.MeshType.Wedge
3803
SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
3804
Folder26.Name = "CFrames"
3805
Folder26.Parent = Part24
3806
CFrameValue27.Name = "C0"
3807
CFrameValue27.Parent = Folder26
3808
CFrameValue27.Value = CFrame.new(0.039886713, 1.15971375, 0.765674591, -4.96208668e-06, -1.13599745e-05, -1.00000024, -1.00000036, 7.71135092e-07, 6.09457493e-06, 9.51113179e-07, 1.00001764, -1.08132008e-05)
3809
Part28.Parent = Model0
3810
Part28.Material = Enum.Material.Metal
3811
Part28.Rotation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
3812
Part28.Anchored = true
3813
Part28.FormFactor = Enum.FormFactor.Custom
3814
Part28.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
3815
Part28.CFrame = CFrame.new(45.3964386, 0.566734254, 138.1875, -0.152687415, -0.988283217, -0.000560536049, 0.98788321, -0.152640909, 0.0280702207, -0.0278261099, 0.00373196183, 0.999605834)
3816
Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3817
Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3818
Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3819
Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3820
Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3821
Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3822
Part28.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
3823
Part28.Orientation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
3824
SpecialMesh29.Parent = Part28
3825
SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
3826
SpecialMesh29.MeshType = Enum.MeshType.Wedge
3827
SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
3828
Folder30.Name = "CFrames"
3829
Folder30.Parent = Part28
3830
CFrameValue31.Name = "C0"
3831
CFrameValue31.Parent = Folder30
3832
CFrameValue31.Value = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, -0.985463262, 0.169723019, 0.00751660019, 0.00757635571, -0.000302328728, 0.999971449, 0.169723943, 0.985508978, -0.00098814955)
3833
Part32.Parent = Model0
3834
Part32.Material = Enum.Material.Metal
3835
Part32.BrickColor = BrickColor.new("Black")
3836
Part32.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
3837
Part32.Anchored = true
3838
Part32.FormFactor = Enum.FormFactor.Custom
3839
Part32.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
3840
Part32.CFrame = CFrame.new(45.8218689, 0.537801385, 138.338898, -0.0172712952, -0.966157258, -0.257409573, -0.999217987, 0.0258376375, -0.0299322847, 0.0355692543, 0.256688982, -0.965839446)
3841
Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3842
Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3843
Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3844
Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3845
Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3846
Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3847
Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
3848
Part32.Position = Vector3.new(45.8218689, 0.537801385, 138.338898)
3849
Part32.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
3850
Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
3851
BlockMesh33.Parent = Part32
3852
BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
3853
BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
3854
Folder34.Name = "CFrames"
3855
Folder34.Parent = Part32
3856
CFrameValue35.Name = "C0"
3857
CFrameValue35.Parent = Folder34
3858
CFrameValue35.Value = CFrame.new(1.76429749e-05, 1.30935669, 0.339496613, 1, -6.03497028e-07, 4.76837158e-07, -5.25265932e-07, 0.25881651, -0.965926826, -8.71659722e-08, 0.965943575, 0.25882113)
3859
Part36.Parent = Model0
3860
Part36.Material = Enum.Material.Metal
3861
Part36.BrickColor = BrickColor.new("Black")
3862
Part36.Rotation = Vector3.new(-2.45000005, -22.4799995, -91.0699997)
3863
Part36.Anchored = true
3864
Part36.FormFactor = Enum.FormFactor.Custom
3865
Part36.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3866
Part36.CFrame = CFrame.new(46.8319168, 0.52085346, 138.473663, -0.0172696002, 0.923872292, -0.382334292, -0.999218047, -0.0023431927, 0.0394729264, 0.0355711691, 0.382713646, 0.923182189)
3867
Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3868
Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3869
Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3870
Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3871
Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3872
Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3873
Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
3874
Part36.Position = Vector3.new(46.8319168, 0.52085346, 138.473663)
3875
Part36.Orientation = Vector3.new(-2.25999999, -22.5, -90.1299973)
3876
Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
3877
BlockMesh37.Parent = Part36
3878
BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
3879
BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
3880
Folder38.Name = "CFrames"
3881
Folder38.Parent = Part36
3882
CFrameValue39.Name = "C0"
3883
CFrameValue39.Parent = Folder38
3884
CFrameValue39.Value = CFrame.new(0.00430107117, 1.44200134, -0.670970917, 1.00000012, -2.1122396e-06, -1.85891986e-06, 1.3820827e-06, 0.381076664, 0.924543858, -1.7860657e-06, -0.924559891, 0.38108322)
3885
Part40.Parent = Model0
3886
Part40.Material = Enum.Material.Metal
3887
Part40.Rotation = Vector3.new(-92.0400009, 0.98999995, -90.0799942)
3888
Part40.Anchored = true
3889
Part40.FormFactor = Enum.FormFactor.Custom
3890
Part40.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3891
Part40.CFrame = CFrame.new(46.9470978, 0.473334581, 138.192978, -0.00141788227, 0.999858439, 0.0172822922, 0.0355940051, -0.017221313, 0.999218225, 0.999365568, 0.00203203689, -0.0355636664)
3892
Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3893
Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3894
Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3895
Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3896
Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3897
Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3898
Part40.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
3899
Part40.Orientation = Vector3.new(-87.7299957, 154.080002, 115.82)
3900
SpecialMesh41.Parent = Part40
3901
SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
3902
SpecialMesh41.MeshType = Enum.MeshType.Wedge
3903
SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
3904
Folder42.Name = "CFrames"
3905
Folder42.Parent = Part40
3906
CFrameValue43.Name = "C0"
3907
CFrameValue43.Parent = Folder42
3908
CFrameValue43.Value = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 4.96208668e-06, 1.14644427e-05, -1.00000024, 1.00000036, -7.69970939e-07, 6.10202551e-06, -9.51113179e-07, -1.00001764, -1.09156608e-05)
3909
Part44.Parent = Model0
3910
Part44.Material = Enum.Material.Metal
3911
Part44.BrickColor = BrickColor.new("Black")
3912
Part44.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
3913
Part44.Anchored = true
3914
Part44.FormFactor = Enum.FormFactor.Custom
3915
Part44.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3916
Part44.CFrame = CFrame.new(46.4131393, 0.52765429, 138.340347, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
3917
Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3918
Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3919
Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3920
Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3921
Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3922
Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3923
Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
3924
Part44.Position = Vector3.new(46.4131393, 0.52765429, 138.340347)
3925
Part44.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
3926
Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
3927
BlockMesh45.Parent = Part44
3928
BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3929
BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3930
Folder46.Name = "CFrames"
3931
Folder46.Parent = Part44
3932
CFrameValue47.Name = "C0"
3933
CFrameValue47.Parent = Folder46
3934
CFrameValue47.Value = CFrame.new(-3.81469727e-06, 1.30960083, -0.251865387, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
3935
Part48.Parent = Model0
3936
Part48.Material = Enum.Material.Metal
3937
Part48.BrickColor = BrickColor.new("Black")
3938
Part48.Rotation = Vector3.new(-2.16999984, -7.57999992, -91)
3939
Part48.Anchored = true
3940
Part48.FormFactor = Enum.FormFactor.Custom
3941
Part48.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3942
Part48.CFrame = CFrame.new(46.8812485, 0.513454318, 138.290588, -0.0172711536, 0.991121113, -0.131904364, -0.999217868, -0.0124164168, 0.0375427455, 0.0355707258, 0.132448599, 0.990551591)
3943
Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3944
Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3945
Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3946
Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3947
Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3948
Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3949
Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
3950
Part48.Position = Vector3.new(46.8812485, 0.513454318, 138.290588)
3951
Part48.Orientation = Vector3.new(-2.14999986, -7.58999968, -90.7099991)
3952
Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
3953
BlockMesh49.Parent = Part48
3954
BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
3955
BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
3956
Folder50.Name = "CFrames"
3957
Folder50.Parent = Part48
3958
CFrameValue51.Name = "C0"
3959
CFrameValue51.Parent = Folder50
3960
CFrameValue51.Value = CFrame.new(0.00433087349, 1.25869751, -0.720050812, 0.99999994, 4.23751771e-08, -2.1122396e-06, 9.46223736e-07, 0.130516455, 0.991446495, -2.27992132e-07, -0.99146384, 0.130518526)
3961
Part52.Parent = Model0
3962
Part52.Material = Enum.Material.Metal
3963
Part52.BrickColor = BrickColor.new("Black")
3964
Part52.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
3965
Part52.Anchored = true
3966
Part52.FormFactor = Enum.FormFactor.Custom
3967
Part52.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3968
Part52.CFrame = CFrame.new(46.442524, 0.524629951, 138.26973, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
3969
Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3970
Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3971
Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3972
Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3973
Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3974
Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3975
Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
3976
Part52.Position = Vector3.new(46.442524, 0.524629951, 138.26973)
3977
Part52.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
3978
Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
3979
BlockMesh53.Parent = Part52
3980
BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3981
BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3982
Folder54.Name = "CFrames"
3983
Folder54.Parent = Part52
3984
CFrameValue55.Name = "C0"
3985
CFrameValue55.Parent = Folder54
3986
CFrameValue55.Value = CFrame.new(-7.15255737e-07, 1.23887634, -0.281154633, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
3987
Part56.Parent = Model0
3988
Part56.Material = Enum.Material.Metal
3989
Part56.BrickColor = BrickColor.new("Black")
3990
Part56.Rotation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
3991
Part56.Anchored = true
3992
Part56.FormFactor = Enum.FormFactor.Custom
3993
Part56.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3994
Part56.CFrame = CFrame.new(46.8856125, 0.510238409, 138.202408, -0.0172711536, 0.999858737, -0.00141213555, -0.999217868, -0.0172103774, 0.0356009528, 0.0355707258, 0.00202601915, 0.999365211)
3995
Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3996
Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3997
Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3998
Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3999
Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4000
Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4001
Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
4002
Part56.Position = Vector3.new(46.8856125, 0.510238409, 138.202408)
4003
Part56.Orientation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
4004
Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
4005
BlockMesh57.Parent = Part56
4006
BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
4007
BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
4008
Folder58.Name = "CFrames"
4009
Folder58.Parent = Part56
4010
CFrameValue59.Name = "C0"
4011
CFrameValue59.Parent = Folder58
4012
CFrameValue59.Value = CFrame.new(0.004332304, 1.17045593, -0.72428894, 0.99999994, 3.18534148e-07, -2.08988786e-06, 9.46223736e-07, -6.39492646e-06, 1.00000024, -2.27992132e-07, -1.00001776, -6.57676719e-06)
4013
Part60.Parent = Model0
4014
Part60.Material = Enum.Material.Metal
4015
Part60.Rotation = Vector3.new(-2.47000003, -0.129999995, -81.2200012)
4016
Part60.Anchored = true
4017
Part60.FormFactor = Enum.FormFactor.Custom
4018
Part60.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
4019
Part60.CFrame = CFrame.new(46.9470978, 0.473334581, 138.192978, 0.152665779, 0.98828429, -0.0022639744, -0.987344027, 0.152618721, 0.0431252457, 0.0429646224, -0.0043481607, 0.999067247)
4020
Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4021
Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4022
Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4023
Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4024
Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4025
Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4026
Part60.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
4027
Part60.Orientation = Vector3.new(-2.47000003, -0.129999995, -81.2099991)
4028
SpecialMesh61.Parent = Part60
4029
SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
4030
SpecialMesh61.MeshType = Enum.MeshType.Wedge
4031
SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
4032
Folder62.Name = "CFrames"
4033
Folder62.Parent = Part60
4034
CFrameValue63.Name = "C0"
4035
CFrameValue63.Parent = Folder62
4036
CFrameValue63.Value = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 0.985463321, -0.169722781, -0.00751638412, 0.00757177919, -0.000314270146, 0.999971569, -0.169723809, -0.985509157, 0.000975240953)
4037
Part64.Parent = Model0
4038
Part64.Material = Enum.Material.Metal
4039
Part64.BrickColor = BrickColor.new("Black")
4040
Part64.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
4041
Part64.Anchored = true
4042
Part64.FormFactor = Enum.FormFactor.Custom
4043
Part64.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4044
Part64.CFrame = CFrame.new(46.8607559, 0.517109334, 138.382797, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
4045
Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4046
Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4047
Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4048
Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4049
Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4050
Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4051
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
4052
Part64.Position = Vector3.new(46.8607559, 0.517109334, 138.382797)
4053
Part64.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
4054
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
4055
BlockMesh65.Parent = Part64
4056
BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4057
BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4058
Folder66.Name = "CFrames"
4059
Folder66.Parent = Part64
4060
CFrameValue67.Name = "C0"
4061
CFrameValue67.Parent = Folder66
4062
CFrameValue67.Value = CFrame.new(0.00431227684, 1.35102844, -0.699684143, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
4063
Part68.Parent = Model0
4064
Part68.Material = Enum.Material.Metal
4065
Part68.BrickColor = BrickColor.new("Black")
4066
Part68.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4067
Part68.Anchored = true
4068
Part68.FormFactor = Enum.FormFactor.Custom
4069
Part68.Size = Vector3.new(0.316868067, 1.30239236, 0.316868067)
4070
Part68.CFrame = CFrame.new(46.1590652, 0.528966904, 138.254639, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
4071
Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4072
Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4073
Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4074
Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4075
Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4076
Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4077
Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
4078
Part68.Position = Vector3.new(46.1590652, 0.528966904, 138.254639)
4079
Part68.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4080
Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
4081
BlockMesh69.Parent = Part68
4082
BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
4083
BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
4084
Folder70.Name = "CFrames"
4085
Folder70.Parent = Part68
4086
CFrameValue71.Name = "C0"
4087
CFrameValue71.Parent = Folder70
4088
CFrameValue71.Value = CFrame.new(2.45571136e-05, 1.22436523, 0.002368927, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
4089
Part72.Parent = Model0
4090
Part72.Material = Enum.Material.Metal
4091
Part72.BrickColor = BrickColor.new("Black")
4092
Part72.Rotation = Vector3.new(83.2599945, 89.0400009, 4.69999981)
4093
Part72.Anchored = true
4094
Part72.FormFactor = Enum.FormFactor.Custom
4095
Part72.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4096
Part72.CFrame = CFrame.new(46.5129929, 0.523137689, 138.141037, 0.0172710326, -0.00141864736, 0.999858558, 0.999217927, 0.0355995558, -0.0172100309, -0.0355692245, 0.99936527, 0.0020324965)
4097
Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4098
Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4099
Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4100
Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4101
Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4102
Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4103
Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
4104
Part72.Position = Vector3.new(46.5129929, 0.523137689, 138.141037)
4105
Part72.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
4106
Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
4107
CylinderMesh73.Parent = Part72
4108
CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
4109
CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
4110
Folder74.Name = "CFrames"
4111
Folder74.Parent = Part72
4112
CFrameValue75.Name = "C0"
4113
CFrameValue75.Parent = Folder74
4114
CFrameValue75.Value = CFrame.new(-0.00430440903, 1.11012268, -0.351379395, -0.999999881, -5.77419996e-07, 2.04337994e-07, 5.51342964e-07, 1.00000024, 9.10367817e-08, 3.47878085e-07, -8.98726285e-08, -1.00001752)
4115
Part76.Parent = Model0
4116
Part76.Material = Enum.Material.Metal
4117
Part76.BrickColor = BrickColor.new("Black")
4118
Part76.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
4119
Part76.Anchored = true
4120
Part76.FormFactor = Enum.FormFactor.Custom
4121
Part76.Size = Vector3.new(0.316868067, 0.474224269, 0.316868067)
4122
Part76.CFrame = CFrame.new(46.5676727, 0.524331987, 138.322266, -0.0172695164, 0.96541971, -0.260161847, -0.999218047, -0.00740749296, 0.0388421379, 0.0355709419, 0.260626972, 0.964784265)
4123
Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4124
Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4125
Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4126
Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4127
Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4128
Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4129
Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
4130
Part76.Position = Vector3.new(46.5676727, 0.524331987, 138.322266)
4131
Part76.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
4132
Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
4133
BlockMesh77.Parent = Part76
4134
BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
4135
BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
4136
Folder78.Name = "CFrames"
4137
Folder78.Parent = Part76
4138
CFrameValue79.Name = "C0"
4139
CFrameValue79.Parent = Folder78
4140
CFrameValue79.Value = CFrame.new(3.81469727e-06, 1.29119873, -0.406394958, 1.00000012, -1.86823308e-06, -1.86637044e-06, 1.1511147e-06, 0.258828253, 0.965923727, -1.86941907e-06, -0.965940416, 0.258832604)
4141
Part80.Parent = Model0
4142
Part80.Material = Enum.Material.Metal
4143
Part80.BrickColor = BrickColor.new("Black")
4144
Part80.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
4145
Part80.Anchored = true
4146
Part80.FormFactor = Enum.FormFactor.Custom
4147
Part80.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4148
Part80.CFrame = CFrame.new(46.7879295, 0.524601758, 138.557755, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
4149
Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4150
Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4151
Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4152
Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4153
Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4154
Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4155
Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
4156
Part80.Position = Vector3.new(46.7879295, 0.524601758, 138.557755)
4157
Part80.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
4158
Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
4159
BlockMesh81.Parent = Part80
4160
BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4161
BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4162
Folder82.Name = "CFrames"
4163
Folder82.Parent = Part80
4164
CFrameValue83.Name = "C0"
4165
CFrameValue83.Parent = Folder82
4166
CFrameValue83.Value = CFrame.new(0.00430679321, 1.52622986, -0.627098083, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
4167
Part84.Parent = Model0
4168
Part84.Material = Enum.Material.Metal
4169
Part84.BrickColor = BrickColor.new("Black")
4170
Part84.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4171
Part84.Anchored = true
4172
Part84.FormFactor = Enum.FormFactor.Custom
4173
Part84.Size = Vector3.new(0.316868067, 1.04803562, 0.316868067)
4174
Part84.CFrame = CFrame.new(46.1612854, 0.527014971, 138.20079, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
4175
Part84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4176
Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4177
Part84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4178
Part84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4179
Part84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4180
Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4181
Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
4182
Part84.Position = Vector3.new(46.1612854, 0.527014971, 138.20079)
4183
Part84.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4184
Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
4185
BlockMesh85.Parent = Part84
4186
BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
4187
BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
4188
Folder86.Name = "CFrames"
4189
Folder86.Parent = Part84
4190
CFrameValue87.Name = "C0"
4191
CFrameValue87.Parent = Folder86
4192
CFrameValue87.Value = CFrame.new(2.0980835e-05, 1.17047119, 0.000228881836, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
4193
Part88.Parent = Model0
4194
Part88.Material = Enum.Material.Metal
4195
Part88.BrickColor = BrickColor.new("Dark stone grey")
4196
Part88.Reflectance = 0.10000000149012
4197
Part88.Rotation = Vector3.new(87.9599991, -0.98999995, 0.0799999982)
4198
Part88.Anchored = true
4199
Part88.FormFactor = Enum.FormFactor.Custom
4200
Part88.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
4201
Part88.CFrame = CFrame.new(46.1677742, 0.598572016, 135.732925, 0.999858558, -0.00141178723, -0.0172828045, -0.0172220413, 0.0355939232, -0.999218106, 0.00202596327, 0.999365389, 0.0355636775)
4202
Part88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4203
Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4204
Part88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4205
Part88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4206
Part88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4207
Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4208
Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
4209
Part88.Position = Vector3.new(46.1677742, 0.598572016, 135.732925)
4210
Part88.Orientation = Vector3.new(87.7299957, -25.9200001, -25.8199997)
4211
Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
4212
SpecialMesh89.Parent = Part88
4213
SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
4214
SpecialMesh89.MeshType = Enum.MeshType.Wedge
4215
SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
4216
Folder90.Name = "CFrames"
4217
Folder90.Parent = Part88
4218
CFrameValue91.Name = "C0"
4219
CFrameValue91.Parent = Folder90
4220
CFrameValue91.Value = CFrame.new(-0.159372091, -1.29328918, -1.90734863e-05, 1.19729812e-05, 4.93228436e-06, 1.00000012, -6.86571002e-06, 1.00000024, -6.08339906e-06, -1.00001776, -7.0463866e-06, 1.14297291e-05)
4221
Part92.Name = "Handle"
4222
Part92.Parent = Model0
4223
Part92.Material = Enum.Material.SmoothPlastic
4224
Part92.BrickColor = BrickColor.new("Lily white")
4225
Part92.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
4226
Part92.Anchored = true
4227
Part92.FormFactor = Enum.FormFactor.Custom
4228
Part92.Size = Vector3.new(0.316868067, 2.25040984, 0.316868067)
4229
Part92.CFrame = CFrame.new(46.1631737, 0.485365003, 137.031067, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
4230
Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4231
Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4232
Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4233
Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4234
Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4235
Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4236
Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
4237
Part92.Position = Vector3.new(46.1631737, 0.485365003, 137.031067)
4238
Part92.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
4239
Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
4240
CylinderMesh93.Parent = Part92
4241
CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
4242
CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
4243
Motor94.Parent = Part92
4244
Motor94.C0 = CFrame.new(0.0215821266, 6.09555054, 0.00123596191, 4.35113861e-06, 1, -1.48549398e-05, 0.999984562, -4.2682982e-06, 0.00557202566, 0.00557202613, -1.48789532e-05, -0.999984503)
4245
Motor94.Part0 = Part92
4246
Motor94.Part1 = Part1
4247
Motor95.Parent = Part92
4248
Motor95.C0 = CFrame.new(0.00432825089, 1.35142517, 0.69972229, -1, 2.78196694e-06, 3.11124495e-06, 3.72528984e-06, 0.258835524, 0.965921462, 1.88186073e-06, 0.965921462, -0.258835524)
4249
Motor95.Part0 = Part92
4250
Motor95.Part1 = Part4
4251
Motor96.Parent = Part92
4252
Motor96.C0 = CFrame.new(1.8119812e-05, 1.30957031, 0.252429962, 1, -1.13392709e-07, 6.78834482e-08, 1.15483999e-07, 0.499984741, -0.86603421, 6.42612576e-08, 0.86603421, 0.499984741)
4253
Motor96.Part0 = Part92
4254
Motor96.Part1 = Part8
4255
Motor97.Parent = Part92
4256
Motor97.C0 = CFrame.new(1.95503235e-05, 1.23933411, 0.281536102, 1, 2.20141274e-07, -4.84809334e-07, -5.25265932e-07, 0.258812249, -0.96592772, -8.71659722e-08, 0.96592766, 0.258812308)
4257
Motor97.Part0 = Part92
4258
Motor97.Part1 = Part12
4259
Motor98.Parent = Part92
4260
Motor98.C0 = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, 4.96208486e-06, -1.13597735e-05, 1, 1, 9.51169227e-07, -4.96207394e-06, -9.51112838e-07, 1, 1.1359778e-05)
4261
Motor98.Part0 = Part92
4262
Motor98.Part1 = Part16
4263
Motor99.Parent = Part92
4264
Motor99.C0 = CFrame.new(0.130856752, 1.2976532, 1.14440918e-05, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
4265
Motor99.Part0 = Part92
4266
Motor99.Part1 = Part20
4267
Motor100.Parent = Part92
4268
Motor100.C0 = CFrame.new(0.039886713, 1.15971375, 0.765674591, -4.96208486e-06, -1.13597735e-05, -1, -1, 9.51169227e-07, 4.96207394e-06, 9.51112838e-07, 1, -1.1359778e-05)
4269
Motor100.Part0 = Part92
4270
Motor100.Part1 = Part24
4271
Motor101.Parent = Part92
4272
Motor101.C0 = CFrame.new(-0.0269298553, 1.15969849, 0.765678406, -0.985462546, 0.169726431, 0.00751774618, 0.00757635012, -0.000302371918, 0.99997133, 0.169723824, 0.985491216, -0.000987930573)
4273
Motor101.Part0 = Part92
4274
Motor101.Part1 = Part28
4275
Motor102.Parent = Part92
4276
Motor102.C0 = CFrame.new(1.76429749e-05, 1.30935669, 0.339496613, 1, 2.20141274e-07, -4.84809334e-07, -5.25265932e-07, 0.258812249, -0.96592772, -8.71659722e-08, 0.96592766, 0.258812308)
4277
Motor102.Part0 = Part92
4278
Motor102.Part1 = Part32
4279
Motor103.Parent = Part92
4280
Motor103.C0 = CFrame.new(0.00430107117, 1.44200134, -0.670970917, 1, -2.17797083e-06, -5.9718127e-07, 1.38208259e-06, 0.381070882, 0.924545884, -1.78606547e-06, -0.924545884, 0.381070852)
4281
Motor103.Part0 = Part92
4282
Motor103.Part1 = Part36
4283
Motor104.Parent = Part92
4284
Motor104.C0 = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 4.96208486e-06, 1.14642398e-05, -1, 1, -9.51169739e-07, 4.96207394e-06, -9.51112838e-07, -1, -1.14642444e-05)
4285
Motor104.Part0 = Part92
4286
Motor104.Part1 = Part40
4287
Motor105.Parent = Part92
4288
Motor105.C0 = CFrame.new(-3.81469727e-06, 1.30960083, -0.251865387, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
4289
Motor105.Part0 = Part92
4290
Motor105.Part1 = Part44
4291
Motor106.Parent = Part92
4292
Motor106.C0 = CFrame.new(0.00433087349, 1.25869751, -0.720050812, 1, -3.49537629e-07, -9.08374091e-07, 9.46223849e-07, 0.130514175, 0.991446435, -2.2799216e-07, -0.991446495, 0.130514175)
4293
Motor106.Part0 = Part92
4294
Motor106.Part1 = Part48
4295
Motor107.Parent = Part92
4296
Motor107.C0 = CFrame.new(-7.15255737e-07, 1.23887634, -0.281154633, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
4297
Motor107.Part0 = Part92
4298
Motor107.Part1 = Part52
4299
Motor108.Parent = Part92
4300
Motor108.C0 = CFrame.new(0.004332304, 1.17045593, -0.72428894, 1, -2.27986092e-07, -9.46225327e-07, 9.46223849e-07, -6.39481323e-06, 1, -2.2799216e-07, -1, -6.39481323e-06)
4301
Motor108.Part0 = Part92
4302
Motor108.Part1 = Part56
4303
Motor109.Parent = Part92
4304
Motor109.C0 = CFrame.new(0.0398097038, 1.15963745, -0.786384583, 0.985462606, -0.169726223, -0.00751526328, 0.0075717736, -0.000314313424, 0.99997133, -0.16972369, -0.985491276, 0.000975384493)
4305
Motor109.Part0 = Part92
4306
Motor109.Part1 = Part60
4307
Motor110.Parent = Part92
4308
Motor110.C0 = CFrame.new(0.00431227684, 1.35102844, -0.699684143, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
4309
Motor110.Part0 = Part92
4310
Motor110.Part1 = Part64
4311
Motor111.Parent = Part92
4312
Motor111.C0 = CFrame.new(2.45571136e-05, 1.22436523, 0.002368927, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
4313
Motor111.Part0 = Part92
4314
Motor111.Part1 = Part68
4315
Motor112.Parent = Part92
4316
Motor112.C0 = CFrame.new(-0.00430440903, 1.11012268, -0.351379395, -1, 5.51343078e-07, -3.47878142e-07, 5.51343021e-07, 1, -8.98728132e-08, 3.47878114e-07, -8.98729979e-08, -1)
4317
Motor112.Part0 = Part92
4318
Motor112.Part1 = Part72
4319
Motor113.Parent = Part92
4320
Motor113.C0 = CFrame.new(3.81469727e-06, 1.29119873, -0.406394958, 1, -2.10365351e-06, -6.28039402e-07, 1.15111459e-06, 0.258823991, 0.965924561, -1.86941884e-06, -0.965924501, 0.258824021)
4321
Motor113.Part0 = Part92
4322
Motor113.Part1 = Part76
4323
Motor114.Parent = Part92
4324
Motor114.C0 = CFrame.new(0.00430679321, 1.52622986, -0.627098083, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
4325
Motor114.Part0 = Part92
4326
Motor114.Part1 = Part80
4327
Motor115.Parent = Part92
4328
Motor115.C0 = CFrame.new(2.0980835e-05, 1.17047119, 0.000228881836, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
4329
Motor115.Part0 = Part92
4330
Motor115.Part1 = Part84
4331
Motor116.Parent = Part92
4332
Motor116.C0 = CFrame.new(-0.159372091, -1.29328918, -1.90734863e-05, 1.19727683e-05, 4.93228072e-06, 1, -6.86558815e-06, 1, -4.93219841e-06, -1, -6.86552903e-06, 1.1972802e-05)
4333
Motor116.Part0 = Part92
4334
Motor116.Part1 = Part88
4335
Folder117.Name = "CFrames"
4336
Folder117.Parent = Part92
4337
CFrameValue118.Name = "C0"
4338
CFrameValue118.Parent = Folder117
4339
CFrameValue118.Value = CFrame.new(0, 0, 0, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
4340
Motor119.Parent = Part92
4341
Motor119.C0 = CFrame.new(0, 0, 0, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
4342
Motor119.Part0 = Part92
4343
Motor119.Part1 = Part92
4344
Motor120.Parent = Part92
4345
Motor120.C0 = CFrame.new(0.0399475098, 10.3271942, 0.470355988, 0.928245008, 0.361373931, 0.0881483033, 0.221980721, -0.728324175, 0.648281157, 0.298472494, -0.582196534, -0.756281316)
4346
Motor120.Part0 = Part92
4347
Motor120.Part1 = Part217
4348
Motor121.Parent = Part92
4349
Motor121.C0 = CFrame.new(0.00655031204, 5.75100708, 0.761394501, 0.985464334, 0.169726714, -0.00727793714, -0.00733313384, -0.000301663094, -0.999973059, -0.16972436, 0.985491097, 0.000947350462)
4350
Motor121.Part0 = Part92
4351
Motor121.Part1 = Part221
4352
Motor122.Parent = Part92
4353
Motor122.C0 = CFrame.new(0.073366642, 5.73587036, 0.47467041, 0.941091478, 0.33807376, -0.0072751767, 0.00716645224, 0.00156975677, 0.999973118, 0.338076055, -0.941118419, -0.000945504813)
4354
Motor122.Part0 = Part92
4355
Motor122.Part1 = Part226
4356
Motor123.Parent = Part92
4357
Motor123.C0 = CFrame.new(0.0399506092, 5.75097656, 0.567359924, -0.985464334, 0.169882461, -1.28343868e-06, -0.00733011588, -0.042528525, -0.99906832, -0.169724241, -0.984546244, 0.0431555994)
4358
Motor123.Part0 = Part92
4359
Motor123.Part1 = Part230
4360
Motor124.Parent = Part92
4361
Motor124.C0 = CFrame.new(-0.0603640079, 5.73588562, -0.495357513, -0.941091478, -0.33807373, 0.00727773691, 0.00716465944, 0.00158232194, 0.999973059, -0.338076115, 0.94111836, 0.000933073345)
4362
Motor124.Part0 = Part92
4363
Motor124.Part1 = Part234
4364
Motor125.Parent = Part92
4365
Motor125.C0 = CFrame.new(0.00653576851, 5.73590088, -0.010345459, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
4366
Motor125.Part0 = Part92
4367
Motor125.Part1 = Part238
4368
Motor126.Parent = Part92
4369
Motor126.C0 = CFrame.new(0.0400102139, 10.9382935, -0.0103569031, -0.892778635, 0.450495631, -1.05701456e-05, -0.285315752, -0.565448284, -0.773862481, -0.348627627, -0.690884829, 0.63335371)
4370
Motor126.Part0 = Part92
4371
Motor126.Part1 = Part242
4372
Motor127.Parent = Part92
4373
Motor127.C0 = CFrame.new(0.00656628609, 5.73588562, -0.495365143, -1, -2.96016083e-07, -1.33737717e-06, 1.3373791e-06, -6.20505898e-06, -1, 2.96007755e-07, -1, 6.20505944e-06)
4374
Motor127.Part0 = Part92
4375
Motor127.Part1 = Part246
4376
Motor128.Parent = Part92
4377
Motor128.C0 = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, -0.928244889, -0.361374527, -0.0881470665, 0.221979767, -0.728319585, 0.648286581, -0.298473537, 0.582201898, 0.756276727)
4378
Motor128.Part0 = Part92
4379
Motor128.Part1 = Part250
4380
Motor129.Parent = Part92
4381
Motor129.C0 = CFrame.new(0.0733220577, 10.5728912, -0.204338074, 0.928242028, 0.361383647, -0.0881396234, 0.221995935, -0.728324771, -0.648275256, -0.298470348, 0.582189679, -0.756287456)
4382
Motor129.Part0 = Part92
4383
Motor129.Part1 = Part254
4384
Motor130.Parent = Part92
4385
Motor130.C0 = CFrame.new(0.073374033, 10.5729065, 0.183654785, -0.928246379, 0.361369312, -0.0881525353, -0.221978188, -0.728333175, -0.648271918, -0.29846999, -0.582188129, 0.756288767)
4386
Motor130.Part0 = Part92
4387
Motor130.Part1 = Part258
4388
Motor131.Parent = Part92
4389
Motor131.C0 = CFrame.new(0.0399551392, 10.5880585, 0.276332855, 0.892776191, 0.450500429, 4.77037656e-06, 0.28531906, -0.565437376, 0.773869336, 0.348631114, -0.690890729, -0.633345366)
4390
Motor131.Part0 = Part92
4391
Motor131.Part1 = Part262
4392
Motor132.Parent = Part92
4393
Motor132.C0 = CFrame.new(-0.0269141197, 10.5880432, -0.297027588, -0.892775953, -0.450500876, -2.96651774e-06, 0.285317719, -0.565430999, 0.773874462, -0.348632753, 0.690895736, 0.633339047)
4394
Motor132.Part0 = Part92
4395
Motor132.Part1 = Part266
4396
Motor133.Parent = Part92
4397
Motor133.C0 = CFrame.new(-0.0268354416, 10.32724, 0.470371246, -0.941090047, -0.338077813, -0.00727954786, 0.00717078755, 0.00157063024, -0.999973118, 0.338080138, -0.94111681, 0.000946179731)
4398
Motor133.Part0 = Part92
4399
Motor133.Part1 = Part270
4400
Motor134.Parent = Part92
4401
Motor134.C0 = CFrame.new(-0.0268108845, 10.9382935, -0.0103569031, -0.892778456, -0.450496107, -1.01090391e-05, 0.285327792, -0.565435886, -0.77386713, 0.348618448, -0.690894783, 0.633347929)
4402
Motor134.Part0 = Part92
4403
Motor134.Part1 = Part274
4404
Motor135.Parent = Part92
4405
Motor135.C0 = CFrame.new(0.0399231911, 10.5880737, -0.297035217, -0.892780483, 0.450492054, -6.85116765e-06, -0.285320401, -0.565433264, 0.773871839, 0.348619193, 0.690899551, 0.633342326)
4406
Motor135.Part0 = Part92
4407
Motor135.Part1 = Part278
4408
Motor136.Parent = Part92
4409
Motor136.C0 = CFrame.new(-0.0268354416, 10.32724, 0.470371246, 0.928239167, -0.361392677, -0.0881337002, -0.22200498, -0.728318512, 0.648279309, -0.298472792, -0.582192123, -0.756284654)
4410
Motor136.Part0 = Part92
4411
Motor136.Part1 = Part282
4412
Motor137.Parent = Part92
4413
Motor137.C0 = CFrame.new(0.00658583641, 10.572876, -0.204364777, -1, -2.96016083e-07, -1.33737717e-06, 1.3373791e-06, -6.20505898e-06, -1, 2.96007755e-07, -1, 6.20505944e-06)
4414
Motor137.Part0 = Part92
4415
Motor137.Part1 = Part286
4416
Motor138.Parent = Part92
4417
Motor138.C0 = CFrame.new(0.00658726692, 10.5728912, 0.183677673, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
4418
Motor138.Part0 = Part92
4419
Motor138.Part1 = Part290
4420
Motor139.Parent = Part92
4421
Motor139.C0 = CFrame.new(-0.0269165039, 10.9383087, -0.0103263855, 0.892778456, -0.450495988, 8.62224169e-06, -0.2853145, -0.565441906, -0.773867726, 0.348629177, 0.690889895, -0.633347392)
4422
Motor139.Part0 = Part92
4423
Motor139.Part1 = Part294
4424
Motor140.Parent = Part92
4425
Motor140.C0 = CFrame.new(0.0399475098, 10.3271942, 0.470355988, -0.941091478, 0.33807379, 0.00727473199, -0.00716597913, 0.00156975701, -0.999973178, -0.338076055, -0.94111836, 0.000945344858)
4426
Motor140.Part0 = Part92
4427
Motor140.Part1 = Part298
4428
Motor141.Parent = Part92
4429
Motor141.C0 = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, 0.941091537, -0.338073671, -0.00727717672, -0.00716406433, 0.00158232008, -0.999973118, 0.338076055, 0.94111836, -0.000932873576)
4430
Motor141.Part0 = Part92
4431
Motor141.Part1 = Part302
4432
Motor142.Parent = Part92
4433
Motor142.C0 = CFrame.new(-0.0268268585, 10.5880737, 0.276359558, 0.892778337, -0.450496346, 8.71674183e-06, -0.285327226, -0.56543684, 0.773866653, -0.348619163, -0.690893888, -0.633348525)
4434
Motor142.Part0 = Part92
4435
Motor142.Part1 = Part306
4436
Motor143.Parent = Part92
4437
Motor143.C0 = CFrame.new(-0.0603327751, 10.5729065, -0.204334259, 0.9282462, -0.361370116, 0.0881515369, -0.221977308, -0.728328705, -0.648277223, 0.298471332, 0.582193255, -0.756284237)
4438
Motor143.Part0 = Part92
4439
Motor143.Part1 = Part310
4440
Motor144.Parent = Part92
4441
Motor144.C0 = CFrame.new(0.0399112701, 10.9382935, -0.0103263855, 0.892780542, 0.450491816, 8.16366628e-06, 0.285320878, -0.565432191, -0.773872316, -0.348618567, 0.690900505, -0.63334161)
4442
Motor144.Part0 = Part92
4443
Motor144.Part1 = Part314
4444
Motor145.Parent = Part92
4445
Motor145.C0 = CFrame.new(0.0399098396, 10.327179, -0.491054535, -0.928240657, 0.361388296, 0.0881358087, -0.221998706, -0.728316724, 0.648283362, 0.298472822, 0.582196891, 0.756280839)
4446
Motor145.Part0 = Part92
4447
Motor145.Part1 = Part318
4448
Motor146.Parent = Part92
4449
Motor146.C0 = CFrame.new(0.0399098396, 10.327179, -0.491054535, 0.941090107, 0.338077724, 0.00727709103, 0.00716421986, 0.00158164604, -0.999973118, -0.338080108, 0.941116929, -0.0009335918)
4450
Motor146.Part0 = Part92
4451
Motor146.Part1 = Part322
4452
Motor147.Parent = Part92
4453
Motor147.C0 = CFrame.new(0.00655055046, 5.73590088, 0.474681854, 1, 2.85036123e-07, -1.24051974e-06, -1.24052156e-06, 6.26699148e-06, -1, -2.85028335e-07, 1, 6.26699193e-06)
4454
Motor147.Part0 = Part92
4455
Motor147.Part1 = Part326
4456
Motor148.Parent = Part92
4457
Motor148.C0 = CFrame.new(-0.0602412224, 10.5729065, 0.183662415, -0.928240538, -0.361388087, 0.0881376341, 0.222002208, -0.728326619, -0.648271143, 0.298470408, -0.582184792, 0.756291211)
4458
Motor148.Part0 = Part92
4459
Motor148.Part1 = Part330
4460
Motor149.Parent = Part92
4461
Motor149.C0 = CFrame.new(-0.0602891445, 5.73591614, 0.47467041, 0.941090167, -0.338077515, 0.00727820955, -0.00716932258, 0.00157074956, 0.999973059, -0.33807984, -0.941116929, -0.000945569889)
4462
Motor149.Part0 = Part92
4463
Motor149.Part1 = Part334
4464
Motor150.Parent = Part92
4465
Motor150.C0 = CFrame.new(0.00432515144, 1.67671204, 0.512001038, -1, 3.27266639e-06, 1.40036104e-06, 3.30433295e-06, 0.707108557, 0.707104981, 1.32391153e-06, 0.707104981, -0.707108617)
4466
Motor150.Part0 = Part92
4467
Motor150.Part1 = Part338
4468
Motor151.Parent = Part92
4469
Motor151.C0 = CFrame.new(0.00432252884, 1.79136658, -0.361927032, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
4470
Motor151.Part0 = Part92
4471
Motor151.Part1 = Part342
4472
Motor152.Parent = Part92
4473
Motor152.C0 = CFrame.new(0.00434017181, 1.79180908, 0.361961365, -1, 3.18535535e-06, 4.73058492e-07, 2.99513295e-06, 0.866027713, 0.499996126, 1.18298328e-06, 0.499996126, -0.866027713)
4474
Motor152.Part0 = Part92
4475
Motor152.Part1 = Part346
4476
Motor153.Parent = Part92
4477
Motor153.C0 = CFrame.new(7.62939453e-06, 1.46446228, 0.23973465, 1, -1.27098033e-07, 3.62236001e-08, 1.15483999e-07, 0.707086325, -0.707127273, 6.42612576e-08, 0.707127273, 0.707086384)
4478
Motor153.Part0 = Part92
4479
Motor153.Part1 = Part350
4480
Motor154.Parent = Part92
4481
Motor154.C0 = CFrame.new(0.0043296814, 1.5266571, 0.627120972, -1, 3.13735995e-06, 2.202019e-06, 3.4756963e-06, 0.500006557, 0.866021693, 1.61599769e-06, 0.866021693, -0.500006557)
4482
Motor154.Part0 = Part92
4483
Motor154.Part1 = Part354
4484
Motor155.Parent = Part92
4485
Motor155.C0 = CFrame.new(-0.0269532204, 5.75097656, -0.588039398, 0.985464334, -0.169882491, -1.14019508e-06, -0.00733040599, -0.042515941, -0.999068856, 0.169724286, 0.984546721, -0.04314325)
4486
Motor155.Part0 = Part92
4487
Motor155.Part1 = Part358
4488
Motor156.Parent = Part92
4489
Motor156.C0 = CFrame.new(0.00432133675, 1.88839722, 0.000312805176, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
4490
Motor156.Part0 = Part92
4491
Motor156.Part1 = Part362
4492
Motor157.Parent = Part92
4493
Motor157.C0 = CFrame.new(0.00431609154, 1.86373901, -0.18719101, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
4494
Motor157.Part0 = Part92
4495
Motor157.Part1 = Part366
4496
Motor158.Parent = Part92
4497
Motor158.C0 = CFrame.new(0.00433039665, 1.60704041, 0.575920105, -1, 3.44604814e-06, 2.22814765e-06, 3.86312558e-06, 0.607379377, 0.794411898, 1.38425082e-06, 0.794411957, -0.607379377)
4498
Motor158.Part0 = Part92
4499
Motor158.Part1 = Part370
4500
Motor159.Parent = Part92
4501
Motor159.C0 = CFrame.new(0.00433015823, 1.74119568, 0.441879272, -1, 3.43232114e-06, 1.33723211e-06, 3.53530095e-06, 0.792291403, 0.610142887, 1.0347286e-06, 0.610142887, -0.792291343)
4502
Motor159.Part0 = Part92
4503
Motor159.Part1 = Part374
4504
Motor160.Parent = Part92
4505
Motor160.C0 = CFrame.new(0.00645112991, 5.75097656, -0.782058716, -0.985464334, -0.16972661, 0.00727547891, -0.00732859457, -0.000313527067, -0.999973178, 0.16972433, -0.985491097, -0.000934887852)
4506
Motor160.Part0 = Part92
4507
Motor160.Part1 = Part378
4508
Motor161.Parent = Part92
4509
Motor161.C0 = CFrame.new(0.004322052, 1.83509827, 0.278381348, 1, 9.15049085e-08, 6.42337682e-07, 1.60187497e-07, 0.924538732, -0.381088197, -6.28737382e-07, 0.381088167, 0.924538732)
4510
Motor161.Part0 = Part92
4511
Motor161.Part1 = Part383
4512
Motor162.Parent = Part92
4513
Motor162.C0 = CFrame.new(0.00432920456, 1.88424683, 0.0952148438, 1, -3.06752611e-07, 6.4615972e-07, 3.87430134e-07, 0.991669059, -0.128811881, -6.01263253e-07, 0.128811881, 0.991668999)
4514
Motor162.Part0 = Part92
4515
Motor162.Part1 = Part387
4516
Motor163.Parent = Part92
4517
Motor163.C0 = CFrame.new(5.24520874e-06, 1.51742554, 0.163280487, 1, -3.76322021e-07, 4.7321609e-07, 5.62518778e-07, 0.866011262, -0.500024498, -2.21640192e-07, 0.500024438, 0.866011322)
4518
Motor163.Part0 = Part92
4519
Motor163.Part1 = Part391
4520
Motor164.Parent = Part92
4521
Motor164.C0 = CFrame.new(1.1920929e-05, 1.54875183, 0.0757522583, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
4522
Motor164.Part0 = Part92
4523
Motor164.Part1 = Part395
4524
Motor165.Parent = Part92
4525
Motor165.C0 = CFrame.new(0.00431060791, 1.60661316, -0.575897217, 1, -1.84301541e-06, -3.07217306e-07, 1.36345614e-06, 0.60737288, 0.794416904, -1.27752708e-06, -0.794416845, 0.60737294)
4526
Motor165.Part0 = Part92
4527
Motor165.Part1 = Part399
4528
Motor166.Parent = Part92
4529
Motor166.C0 = CFrame.new(0.00429821014, 1.67626953, -0.511955261, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
4530
Motor166.Part0 = Part92
4531
Motor166.Part1 = Part403
4532
Motor167.Parent = Part92
4533
Motor167.C0 = CFrame.new(0.0732808113, 5.73590088, -0.495361328, -0.941090167, 0.338077366, -0.00727578951, -0.00716284802, 0.00158161088, 0.999973178, 0.338079721, 0.941117048, 0.000933158386)
4534
Motor167.Part0 = Part92
4535
Motor167.Part1 = Part407
4536
Motor168.Parent = Part92
4537
Motor168.C0 = CFrame.new(0.00431394577, 1.88427734, -0.0944633484, 1, -4.65509913e-07, 5.3133806e-07, 3.91155424e-07, 0.991217315, 0.132243365, -5.88232012e-07, -0.132243365, 0.991217375)
4538
Motor168.Part0 = Part92
4539
Motor168.Part1 = Part411
4540
Motor169.Parent = Part92
4541
Motor169.C0 = CFrame.new(0.00432252884, 1.86372375, 0.187805176, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
4542
Motor169.Part0 = Part92
4543
Motor169.Part1 = Part415
4544
Motor170.Parent = Part92
4545
Motor170.C0 = CFrame.new(0.00431609154, 1.83525085, -0.277664185, 1, -8.63607397e-07, 4.07353639e-07, 6.40749931e-07, 0.923211813, 0.384291589, -7.07950676e-07, -0.384291559, 0.923211813)
4546
Motor170.Part0 = Part92
4547
Motor170.Part1 = Part419
4548
Motor171.Parent = Part92
4549
Motor171.C0 = CFrame.new(8.82148743e-06, 1.556427, -0.0169372559, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
4550
Motor171.Part0 = Part92
4551
Motor171.Part1 = Part423
4552
Motor172.Parent = Part92
4553
Motor172.C0 = CFrame.new(-4.76837158e-06, 1.44522095, -0.0750808716, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
4554
Motor172.Part0 = Part92
4555
Motor172.Part1 = Part427
4556
Motor173.Parent = Part92
4557
Motor173.C0 = CFrame.new(0.00431919098, 1.74076843, -0.441883087, 1, -1.43276009e-06, 1.20381642e-07, 1.06170774e-06, 0.792287648, 0.610147715, -9.69572284e-07, -0.610147715, 0.792287707)
4558
Motor173.Part0 = Part92
4559
Motor173.Part1 = Part431
4560
Motor174.Parent = Part92
4561
Motor174.C0 = CFrame.new(0.0043296814, 1.44242859, 0.670970917, -1, 3.2469602e-06, 2.80784388e-06, 3.83332326e-06, 0.381080985, 0.924541712, 1.93193387e-06, 0.924541652, -0.381080985)
4562
Motor174.Part0 = Part92
4563
Motor174.Part1 = Part435
4564
Motor175.Parent = Part92
4565
Motor175.C0 = CFrame.new(-4.76837158e-07, 1.53988647, -0.108478546, 1, -5.8970636e-07, 3.29685207e-07, 4.84287739e-07, 0.965928018, 0.258810997, -4.710746e-07, -0.258810997, 0.965927958)
4566
Motor175.Part0 = Part92
4567
Motor175.Part1 = Part439
4568
Motor176.Parent = Part92
4569
Motor176.C0 = CFrame.new(1.71661377e-05, 1.39347839, 0.299812317, 1, -1.13392709e-07, 6.78834482e-08, 1.15483999e-07, 0.499984741, -0.86603421, 6.42612576e-08, 0.86603421, 0.499984741)
4570
Motor176.Part0 = Part92
4571
Motor176.Part1 = Part443
4572
Motor177.Parent = Part92
4573
Motor177.C0 = CFrame.new(1.90734863e-06, 1.41616821, -0.145309448, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
4574
Motor177.Part0 = Part92
4575
Motor177.Part1 = Part447
4576
Motor178.Parent = Part92
4577
Motor178.C0 = CFrame.new(-2.86102295e-06, 1.36688232, -0.322086334, 1, -1.81915277e-06, -2.05781447e-07, 1.08778465e-06, 0.499997854, 0.8660267, -1.47254445e-06, -0.8660267, 0.499997854)
4578
Motor178.Part0 = Part92
4579
Motor178.Part1 = Part451
4580
Motor179.Parent = Part92
4581
Motor179.C0 = CFrame.new(0.00430250168, 1.25915527, 0.7200737, -1, 6.88797968e-07, 3.41124792e-06, 3.47197056e-06, 0.130526379, 0.991444826, 2.37647328e-07, 0.991444886, -0.130526379)
4582
Motor179.Part0 = Part92
4583
Motor179.Part1 = Part455
4584
Motor180.Parent = Part92
4585
Motor180.C0 = CFrame.new(-2.38418579e-06, 1.44006348, -0.263523102, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
4586
Motor180.Part0 = Part92
4587
Motor180.Part1 = Part459
4588
Motor181.Parent = Part92
4589
Motor181.C0 = CFrame.new(1.21593475e-05, 1.44522095, 0.075668335, 1, -1.06602748e-07, -3.80078085e-08, 9.31322575e-08, 0.965922058, -0.258833259, 6.43049134e-08, 0.258833259, 0.965922058)
4590
Motor181.Part0 = Part92
4591
Motor181.Part1 = Part463
4592
Motor182.Parent = Part92
4593
Motor182.C0 = CFrame.new(-8.58306885e-06, 1.50018311, -0.192558289, 1, -9.79162223e-07, 7.57185489e-07, 4.69386521e-07, 0.866025448, 0.5, -1.14532293e-06, -0.50000006, 0.866025388)
4594
Motor182.Part0 = Part92
4595
Motor182.Part1 = Part467
4596
Motor183.Parent = Part92
4597
Motor183.C0 = CFrame.new(0.039886713, 1.15971375, 0.765674591, 0.985464275, 0.169882685, 1.7271642e-06, 0.00732981367, -0.0425293185, 0.999068379, 0.169724479, -0.984546185, -0.0431563333)
4598
Motor183.Part0 = Part92
4599
Motor183.Part1 = Part471
4600
Motor184.Parent = Part92
4601
Motor184.C0 = CFrame.new(1.40666962e-05, 1.45515442, 0.000301361084, 1, -4.8428285e-07, 4.71079602e-07, 4.84287739e-07, 1, -1.03849416e-05, -4.710746e-07, 1.03849416e-05, 1)
4602
Motor184.Part0 = Part92
4603
Motor184.Part1 = Part475
4604
Motor185.Parent = Part92
4605
Motor185.C0 = CFrame.new(8.10623169e-06, 1.41619873, 0.145900726, 1, -3.76322021e-07, 4.7321609e-07, 5.62518778e-07, 0.866011262, -0.500024498, -2.21640192e-07, 0.500024438, 0.866011322)
4606
Motor185.Part0 = Part92
4607
Motor185.Part1 = Part479
4608
Motor186.Parent = Part92
4609
Motor186.C0 = CFrame.new(2.14576721e-06, 1.36988831, -0.205600739, 1, -1.43466104e-06, 2.86151703e-07, 8.12113285e-07, 0.70710355, 0.707110047, -1.21680205e-06, -0.707109988, 0.70710361)
4610
Motor186.Part0 = Part92
4611
Motor186.Part1 = Part483
4612
Motor187.Parent = Part92
4613
Motor187.C0 = CFrame.new(2.62260437e-06, 1.36990356, 0.206192017, 1, -1.27098033e-07, 3.62236001e-08, 1.15483999e-07, 0.707086325, -0.707127273, 6.42612576e-08, 0.707127273, 0.707086384)
4614
Motor187.Part0 = Part92
4615
Motor187.Part1 = Part487
4616
Motor188.Parent = Part92
4617
Motor188.C0 = CFrame.new(0.00430655479, 1.17089844, 0.724334717, -1, 2.37668658e-07, 3.47196897e-06, 3.47197056e-06, 6.13823704e-06, 1, 2.37647328e-07, 1, -6.13823795e-06)
4618
Motor188.Part0 = Part92
4619
Motor188.Part1 = Part491
4620
Motor189.Parent = Part92
4621
Motor189.C0 = CFrame.new(-0.00429725647, 1.11010742, 0.35137558, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
4622
Motor189.Part0 = Part92
4623
Motor189.Part1 = Part495
4624
Motor190.Parent = Part92
4625
Motor190.C0 = CFrame.new(0.0840928555, 1.29763794, 7.62939453e-06, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
4626
Motor190.Part0 = Part92
4627
Motor190.Part1 = Part499
4628
Motor191.Parent = Part92
4629
Motor191.C0 = CFrame.new(-0.0953435898, 1.33520508, 0.0124397278, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
4630
Motor191.Part0 = Part92
4631
Motor191.Part1 = Part503
4632
Motor192.Parent = Part92
4633
Motor192.C0 = CFrame.new(-0.113482475, 1.33755493, 0.0197219849, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
4634
Motor192.Part0 = Part92
4635
Motor192.Part1 = Part507
4636
Motor193.Parent = Part92
4637
Motor193.C0 = CFrame.new(-1.90734863e-06, -1.50241089, -0.165988922, -1, 4.25428198e-06, 4.84343978e-08, -4.25428198e-06, -1, 2.0926816e-06, 4.84433329e-08, 2.09268137e-06, 1)
4638
Motor193.Part0 = Part92
4639
Motor193.Part1 = Part511
4640
Motor194.Parent = Part92
4641
Motor194.C0 = CFrame.new(0.120788813, -1.50241089, -0.165927887, 0.596560895, -0.443429381, 0.668943584, -0.536866307, 0.399074048, 0.743313193, -0.596564889, -0.802564859, 9.68208406e-06)
4642
Motor194.Part0 = Part92
4643
Motor194.Part1 = Part515
4644
Motor195.Parent = Part92
4645
Motor195.C0 = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.697640717, -0.71644783, -8.42081499e-06, -0.163069963, -0.158800781, 0.97375083, -0.697642863, -0.679326832, -0.227617025)
4646
Motor195.Part0 = Part92
4647
Motor195.Part1 = Part519
4648
Motor196.Parent = Part92
4649
Motor196.C0 = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.596548438, -0.802577138, -4.08097594e-06, 0.536868989, 0.399053723, -0.743322253, 0.596575022, 0.443425506, 0.66893363)
4650
Motor196.Part0 = Part92
4651
Motor196.Part1 = Part523
4652
Motor197.Parent = Part92
4653
Motor197.C0 = CFrame.new(-2.62260437e-06, -1.33644104, 3.81469727e-06, 1, 5.66244239e-07, 2.77061304e-07, -5.66244182e-07, 1, 9.05712554e-08, -2.77061218e-07, -9.05714117e-08, 1)
4654
Motor197.Part0 = Part92
4655
Motor197.Part1 = Part527
4656
Motor198.Parent = Part92
4657
Motor198.C0 = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.596564054, 0.443430573, 0.668939948, 0.536859274, 0.399077415, -0.743316412, -0.596567988, 0.802562475, 1.54320733e-05)
4658
Motor198.Part0 = Part92
4659
Motor198.Part1 = Part531
4660
Motor199.Parent = Part92
4661
Motor199.C0 = CFrame.new(0.15950346, -1.50239563, 0.127185822, 0.596544802, 0.802579761, -5.8031037e-06, -0.536864877, 0.399048567, 0.743327856, 0.596582234, -0.443425298, 0.668927193)
4662
Motor199.Part0 = Part92
4663
Motor199.Part1 = Part535
4664
Motor200.Parent = Part92
4665
Motor200.C0 = CFrame.new(-0.120570421, -1.29330444, -0.165988922, -0.697624743, 0.679341316, -0.227629557, 0.163076475, -0.158812091, -0.973747849, -0.697657406, -0.716431618, 6.65264997e-06)
4666
Motor200.Part0 = Part92
4667
Motor200.Part1 = Part539
4668
Motor201.Parent = Part92
4669
Motor201.C0 = CFrame.new(0.120689392, -1.29330444, 0.165992737, 0.697625041, -0.679341972, 0.227626711, 0.163083091, -0.158801243, -0.973748446, 0.697655618, 0.716433346, 5.46056754e-06)
4670
Motor201.Part0 = Part92
4671
Motor201.Part1 = Part543
4672
Motor202.Parent = Part92
4673
Motor202.C0 = CFrame.new(0.15950346, -1.50239563, 1.90734863e-05, 1.21420362e-05, -5.04031414e-06, -1, -5.6199674e-06, -1, 5.04024592e-06, -1, 5.61990601e-06, -1.21420644e-05)
4674
Motor202.Part0 = Part92
4675
Motor202.Part1 = Part547
4676
Motor203.Parent = Part92
4677
Motor203.C0 = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.697642803, 0.716445863, 1.10178571e-05, -0.163059443, -0.15879491, 0.973753393, 0.697643399, 0.67933023, 0.227605358)
4678
Motor203.Part0 = Part92
4679
Motor203.Part1 = Part551
4680
Motor204.Parent = Part92
4681
Motor204.C0 = CFrame.new(-7.62939453e-06, -1.2933197, -0.165981293, 1, 1.07660765e-06, -5.4367124e-06, -1.0766089e-06, 1, -2.30968283e-07, 5.43671194e-06, 2.30974152e-07, 1)
4682
Motor204.Part0 = Part92
4683
Motor204.Part1 = Part555
4684
Motor205.Parent = Part92
4685
Motor205.C0 = CFrame.new(-1.21593475e-05, -1.50239563, 0.165981293, 1, 4.22075436e-06, 2.05488178e-08, 4.22075436e-06, -1, -2.09174982e-06, 2.05400301e-08, 2.09175005e-06, -1)
4686
Motor205.Part0 = Part92
4687
Motor205.Part1 = Part559
4688
Motor206.Parent = Part92
4689
Motor206.C0 = CFrame.new(-0.15937686, -1.50236511, -7.62939453e-06, -1.20965087e-05, -4.91737956e-06, 1, 6.9519665e-06, -1, -4.91729543e-06, 1, 6.95190693e-06, 1.20965424e-05)
4690
Motor206.Part0 = Part92
4691
Motor206.Part1 = Part563
4692
Motor207.Parent = Part92
4693
Motor207.C0 = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.697621763, 0.679347813, 0.227619007, -0.163063079, -0.15881069, 0.973750293, 0.697663486, -0.716425657, -1.32499999e-05)
4694
Motor207.Part0 = Part92
4695
Motor207.Part1 = Part567
4696
Motor208.Parent = Part92
4697
Motor208.C0 = CFrame.new(-0.159366608, -1.50238037, -0.127197266, -0.596546829, -0.80257827, 7.52499636e-06, -0.536867738, 0.399054259, 0.74332279, -0.596577764, 0.443422765, -0.668932915)
4698
Motor208.Part0 = Part92
4699
Motor208.Part1 = Part571
4700
Motor209.Parent = Part92
4701
Motor209.C0 = CFrame.new(-0.159455776, -1.29330444, 0.127120972, -0.697634876, -0.716453493, 1.89838033e-06, 0.163083166, -0.158802122, -0.973748386, 0.697645724, -0.679320455, 0.227627411)
4702
Motor209.Part0 = Part92
4703
Motor209.Part1 = Part575
4704
Motor210.Parent = Part92
4705
Motor210.C0 = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.596558094, -0.443432242, -0.66894424, 0.536867499, 0.399073511, -0.743312657, 0.596566677, -0.802563608, -6.17081378e-06)
4706
Motor210.Part0 = Part92
4707
Motor210.Part1 = Part579
4708
Motor211.Parent = Part92
4709
Motor211.C0 = CFrame.new(0.159510851, -1.29335022, 3.81469727e-06, -1.21824742e-05, 4.96953362e-06, -1, 5.68934911e-06, 1, 4.9694645e-06, 1, -5.68928863e-06, -1.21825024e-05)
4710
Motor211.Part0 = Part92
4711
Motor211.Part1 = Part583
4712
Motor212.Parent = Part92
4713
Motor212.C0 = CFrame.new(-0.120661736, -1.50238037, 0.165916443, -0.596566975, 0.44342792, -0.668939233, -0.536857843, 0.399078101, 0.743317187, 0.596566558, 0.802563667, -1.9086212e-05)
4714
Motor212.Part0 = Part92
4715
Motor212.Part1 = Part587
4716
Motor213.Parent = Part92
4717
Motor213.C0 = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.697621942, -0.679348588, -0.227616236, -0.163069874, -0.158799753, 0.973750949, -0.697661757, 0.716427326, 9.04728722e-07)
4718
Motor213.Part0 = Part92
4719
Motor213.Part1 = Part591
4720
Motor214.Parent = Part92
4721
Motor214.C0 = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.596546531, 0.802578449, 2.17731872e-06, 0.536866307, 0.39904803, -0.743327141, -0.596579194, -0.443428069, -0.668928146)
4722
Motor214.Part0 = Part92
4723
Motor214.Part1 = Part595
4724
Motor215.Parent = Part92
4725
Motor215.C0 = CFrame.new(-6.91413879e-06, -1.29330444, 0.165981293, -1, 1.11013526e-06, 5.44795375e-06, 1.11013651e-06, 1, 2.31666561e-07, -5.4479533e-06, 2.31672601e-07, -1)
4726
Motor215.Part0 = Part92
4727
Motor215.Part1 = Part599
4728
Motor216.Parent = Part92
4729
Motor216.C0 = CFrame.new(0.159585238, -1.2933197, -0.127140045, 0.697636664, 0.716451824, -4.4759704e-06, 0.16307269, -0.158796206, -0.973751068, -0.697646439, 0.679323673, -0.227615759)
4730
Motor216.Part0 = Part92
4731
Motor216.Part1 = Part603
4732
Part217.Parent = Model0
4733
Part217.Material = Enum.Material.Metal
4734
Part217.Rotation = Vector3.new(6.81999969, 48.9199982, -118.619995)
4735
Part217.Anchored = true
4736
Part217.FormFactor = Enum.FormFactor.Custom
4737
Part217.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4738
Part217.CFrame = CFrame.new(45.6775513, 0.82118094, 147.352173, -0.314772427, 0.576901257, 0.753738105, -0.914481342, -0.397036105, -0.0780158192, 0.254250944, -0.713830471, 0.652535677)
4739
Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4740
Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4741
Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4742
Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4743
Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4744
Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4745
Part217.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
4746
Part217.Orientation = Vector3.new(4.46999979, 49.1199989, -113.470001)
4747
SpecialMesh218.Parent = Part217
4748
SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4749
SpecialMesh218.MeshType = Enum.MeshType.Wedge
4750
SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4751
Folder219.Name = "CFrames"
4752
Folder219.Parent = Part217
4753
CFrameValue220.Name = "C0"
4754
CFrameValue220.Parent = Folder219
4755
CFrameValue220.Value = CFrame.new(0.0399475098, 10.3271942, 0.470355988, 0.92824614, 0.361371487, 0.0881471038, 0.221980989, -0.728330076, 0.648274839, 0.298472852, -0.582201898, -0.756300449)
4756
Part221.Name = "Blade"
4757
Part221.Parent = Model0
4758
Part221.Material = Enum.Material.Metal
4759
Part221.Rotation = Vector3.new(178.37999, 0.0299999993, 81.2200012)
4760
Part221.Anchored = true
4761
Part221.FormFactor = Enum.FormFactor.Custom
4762
Part221.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
4763
Part221.CFrame = CFrame.new(45.3936234, 0.69665283, 142.7771, 0.152687564, -0.988283336, 0.000596971717, -0.987876356, -0.152641192, -0.0283106118, 0.0280692354, 0.00373267988, -0.999599099)
4764
Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4765
Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4766
Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4767
Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4768
Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4769
Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4770
Part221.Position = Vector3.new(45.3936234, 0.69665283, 142.7771)
4771
Part221.Orientation = Vector3.new(1.62, 179.970001, -98.7799988)
4772
SpecialMesh222.Parent = Part221
4773
SpecialMesh222.Scale = Vector3.new(0, 1, 1)
4774
SpecialMesh222.MeshType = Enum.MeshType.Wedge
4775
SpecialMesh222.Scale = Vector3.new(0, 1, 1)
4776
Script223.Parent = Part221
4777
table.insert(cors,sandbox(Script223,function()
4778
function onTouched(hit)
4779
	local human = hit.Parent:FindFirstChild("Humanoid") 
4780
        
4781
	if (human ~= nil) then
4782
		human.Health =  human.Health - 50
4783
	end
4784
end
4785
4786
4787
connection = script.Parent.Touched:connect(onTouched)
4788
4789
end))
4790
Folder224.Name = "CFrames"
4791
Folder224.Parent = Part221
4792
CFrameValue225.Name = "C0"
4793
CFrameValue225.Parent = Folder224
4794
CFrameValue225.Value = CFrame.new(0.00655031204, 5.75100708, 0.761394501, 0.98546505, 0.169723332, -0.00727678835, -0.00733313896, -0.000301621389, -0.999973297, -0.169724479, 0.985509098, 0.0009475681)
4795
Part226.Parent = Model0
4796
Part226.Material = Enum.Material.Metal
4797
Part226.Rotation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
4798
Part226.Anchored = true
4799
Part226.FormFactor = Enum.FormFactor.Custom
4800
Part226.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
4801
Part226.CFrame = CFrame.new(45.6791725, 0.624415278, 142.764938, -0.354287207, 0.935146093, -0.000347463414, -0.93428427, -0.353945196, 0.0428523757, 0.0399493128, 0.0155064762, 0.999081612)
4802
Part226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4803
Part226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4804
Part226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4805
Part226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4806
Part226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4807
Part226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4808
Part226.Position = Vector3.new(45.6791725, 0.624415278, 142.764938)
4809
Part226.Orientation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
4810
SpecialMesh227.Parent = Part226
4811
SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
4812
SpecialMesh227.MeshType = Enum.MeshType.Wedge
4813
SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
4814
Folder228.Name = "CFrames"
4815
Folder228.Parent = Part226
4816
CFrameValue229.Name = "C0"
4817
CFrameValue229.Parent = Folder228
4818
CFrameValue229.Value = CFrame.new(0.073366642, 5.73587036, 0.47467041, 0.941093504, 0.338068932, -0.00727631897, 0.00716646761, 0.00156970415, 0.999973476, 0.33807677, -0.941136837, -0.000945724081)
4819
Part230.Parent = Model0
4820
Part230.Material = Enum.Material.Metal
4821
Part230.Rotation = Vector3.new(178, -2.38999987, -79.2299957)
4822
Part230.Anchored = true
4823
Part230.FormFactor = Enum.FormFactor.Custom
4824
Part230.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
4825
Part230.CFrame = CFrame.new(45.5870514, 0.659938395, 142.778656, 0.186728075, 0.981533825, -0.0417330079, 0.981512308, -0.188205153, -0.0348229259, -0.0420332886, -0.0344586968, -0.998522043)
4826
Part230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4827
Part230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4828
Part230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4829
Part230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4830
Part230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4831
Part230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4832
Part230.Position = Vector3.new(45.5870514, 0.659938395, 142.778656)
4833
Part230.Orientation = Vector3.new(2, -177.610001, 100.849998)
4834
SpecialMesh231.Parent = Part230
4835
SpecialMesh231.Scale = Vector3.new(0, 1, 1)
4836
SpecialMesh231.MeshType = Enum.MeshType.Wedge
4837
SpecialMesh231.Scale = Vector3.new(0, 1, 1)
4838
Folder232.Name = "CFrames"
4839
Folder232.Parent = Part230
4840
CFrameValue233.Name = "C0"
4841
CFrameValue233.Parent = Folder232
4842
CFrameValue233.Value = CFrame.new(0.0399506092, 5.75097656, 0.567359924, -0.985464811, 0.169880122, -1.71363354e-07, -0.00733011961, -0.0425292924, -0.999068737, -0.169724315, -0.984564066, 0.0431572944)
4843
Part234.Parent = Model0
4844
Part234.Material = Enum.Material.Metal
4845
Part234.Rotation = Vector3.new(-1.62, -0.140000001, 69.25)
4846
Part234.Anchored = true
4847
Part234.FormFactor = Enum.FormFactor.Custom
4848
Part234.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
4849
Part234.CFrame = CFrame.new(46.6513557, 0.741348386, 142.762177, 0.354266912, -0.935150623, -0.002477156, 0.934794307, 0.354057461, 0.0283431653, -0.0256272666, -0.0123565048, 0.999595284)
4850
Part234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4851
Part234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4852
Part234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4853
Part234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4854
Part234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4855
Part234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4856
Part234.Position = Vector3.new(46.6513557, 0.741348386, 142.762177)
4857
Part234.Orientation = Vector3.new(-1.62, -0.140000001, 69.2600021)
4858
SpecialMesh235.Parent = Part234
4859
SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
4860
SpecialMesh235.MeshType = Enum.MeshType.Wedge
4861
SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
4862
Folder236.Name = "CFrames"
4863
Folder236.Parent = Part234
4864
CFrameValue237.Name = "C0"
4865
CFrameValue237.Parent = Folder236
4866
CFrameValue237.Value = CFrame.new(-0.0603640079, 5.73588562, -0.495357513, -0.941093385, -0.338069022, 0.00727660023, 0.00716467388, 0.00158227049, 0.999973297, -0.3380768, 0.941136897, 0.000932918396)
4867
Part238.Parent = Model0
4868
Part238.Material = Enum.Material.Pebble
4869
Part238.BrickColor = BrickColor.new("Black")
4870
Part238.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4871
Part238.Anchored = true
4872
Part238.FormFactor = Enum.FormFactor.Custom
4873
Part238.Size = Vector3.new(0.316868067, 0.77600342, 9.15252972)
4874
Part238.CFrame = CFrame.new(46.1652679, 0.682848155, 142.76358, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
4875
Part238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4876
Part238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4877
Part238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4878
Part238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4879
Part238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4880
Part238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4881
Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
4882
Part238.Position = Vector3.new(46.1652679, 0.682848155, 142.76358)
4883
Part238.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4884
Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
4885
BlockMesh239.Parent = Part238
4886
BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
4887
BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
4888
Folder240.Name = "CFrames"
4889
Folder240.Parent = Part238
4890
CFrameValue241.Name = "C0"
4891
CFrameValue241.Parent = Folder240
4892
CFrameValue241.Value = CFrame.new(0.00653576851, 5.73590088, -0.010345459, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
4893
Part242.Parent = Model0
4894
Part242.Material = Enum.Material.Metal
4895
Part242.Rotation = Vector3.new(178.769989, -39.2099991, -61.9499969)
4896
Part242.Anchored = true
4897
Part242.FormFactor = Enum.FormFactor.Custom
4898
Part242.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4899
Part242.CFrame = CFrame.new(46.1573181, 0.834599257, 147.963852, 0.364397198, 0.683805525, -0.632172763, 0.875925481, -0.482159913, -0.0166385099, -0.316182584, -0.547668457, -0.774653494)
4900
Part242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4901
Part242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4902
Part242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4903
Part242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4904
Part242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4905
Part242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4906
Part242.Position = Vector3.new(46.1573181, 0.834599257, 147.963852)
4907
Part242.Orientation = Vector3.new(0.949999988, -140.779999, 118.829994)
4908
SpecialMesh243.Parent = Part242
4909
SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
4910
SpecialMesh243.MeshType = Enum.MeshType.Wedge
4911
SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
4912
Folder244.Name = "CFrames"
4913
Folder244.Parent = Part242
4914
CFrameValue245.Name = "C0"
4915
CFrameValue245.Parent = Folder244
4916
CFrameValue245.Value = CFrame.new(0.0400102139, 10.9382935, -0.0103569031, -0.892780364, 0.45049262, -9.99309123e-06, -0.285316288, -0.565455616, -0.773857296, -0.348628283, -0.690893769, 0.633371472)
4917
Part246.Parent = Model0
4918
Part246.Material = Enum.Material.Pebble
4919
Part246.BrickColor = BrickColor.new("Black")
4920
Part246.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
4921
Part246.Anchored = true
4922
Part246.FormFactor = Enum.FormFactor.Custom
4923
Part246.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
4924
Part246.CFrame = CFrame.new(46.6502075, 0.674470544, 142.764557, 0.0172710866, 0.999858677, 0.00141236559, 0.999218166, -0.0172103029, -0.0355986841, -0.0355684496, 0.00202620635, -0.99936533)
4925
Part246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4926
Part246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4927
Part246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4928
Part246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4929
Part246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4930
Part246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4931
Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
4932
Part246.Position = Vector3.new(46.6502075, 0.674470544, 142.764557)
4933
Part246.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
4934
Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
4935
SpecialMesh247.Parent = Part246
4936
SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
4937
SpecialMesh247.MeshType = Enum.MeshType.Wedge
4938
SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
4939
Folder248.Name = "CFrames"
4940
Folder248.Parent = Part246
4941
CFrameValue249.Name = "C0"
4942
CFrameValue249.Parent = Folder248
4943
CFrameValue249.Value = CFrame.new(0.00656628609, 5.73588562, -0.495365143, -1.00000012, 2.50685844e-07, -1.82539225e-07, 1.33737922e-06, -6.20516948e-06, -1.00000036, 2.96007784e-07, -1.00001764, 6.38607889e-06)
4944
Part250.Parent = Model0
4945
Part250.Material = Enum.Material.Metal
4946
Part250.Rotation = Vector3.new(-10.9299994, -49.079998, 61.3400002)
4947
Part250.Anchored = true
4948
Part250.FormFactor = Enum.FormFactor.Custom
4949
Part250.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4950
Part250.CFrame = CFrame.new(46.6399612, 0.871441901, 147.351761, 0.314143777, -0.574840188, -0.755572677, 0.930286288, 0.345179856, 0.12417198, 0.1894283, -0.741900086, 0.643196344)
4951
Part250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4952
Part250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4953
Part250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4954
Part250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4955
Part250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4956
Part250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4957
Part250.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
4958
Part250.Orientation = Vector3.new(-7.12999964, -49.5900002, 69.6399994)
4959
SpecialMesh251.Parent = Part250
4960
SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4961
SpecialMesh251.MeshType = Enum.MeshType.Wedge
4962
SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4963
Folder252.Name = "CFrames"
4964
Folder252.Parent = Part250
4965
CFrameValue253.Name = "C0"
4966
CFrameValue253.Parent = Folder252
4967
CFrameValue253.Value = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, -0.928246558, -0.361370564, -0.0881473124, 0.221980169, -0.728325486, 0.648280442, -0.298474073, 0.582207382, 0.756295562)
4968
Part254.Parent = Model0
4969
Part254.Material = Enum.Material.Metal
4970
Part254.Rotation = Vector3.new(-175.419998, 49.3400002, 64.3499985)
4971
Part254.Anchored = true
4972
Part254.FormFactor = Enum.FormFactor.Custom
4973
Part254.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
4974
Part254.CFrame = CFrame.new(46.3512077, 0.784967601, 147.600266, 0.282076389, -0.58731091, 0.75862819, -0.924751401, -0.37700662, 0.0519752726, 0.255479366, -0.716197312, -0.64945507)
4975
Part254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4976
Part254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4977
Part254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4978
Part254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4979
Part254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4980
Part254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4981
Part254.Position = Vector3.new(46.3512077, 0.784967601, 147.600266)
4982
Part254.Orientation = Vector3.new(-2.98000002, 130.569992, -112.18)
4983
SpecialMesh255.Parent = Part254
4984
SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
4985
SpecialMesh255.MeshType = Enum.MeshType.Wedge
4986
SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
4987
Folder256.Name = "CFrames"
4988
Folder256.Parent = Part254
4989
CFrameValue257.Name = "C0"
4990
CFrameValue257.Parent = Folder256
4991
CFrameValue257.Value = CFrame.new(0.0733220577, 10.5728912, -0.204338074, 0.928243577, 0.361380726, -0.0881375819, 0.221996307, -0.728330791, -0.648268759, -0.298470855, 0.582195222, -0.756306469)
4992
Part258.Parent = Model0
4993
Part258.Material = Enum.Material.Metal
4994
Part258.Rotation = Vector3.new(-173.179993, -48.9199982, -61.3799973)
4995
Part258.Anchored = true
4996
Part258.FormFactor = Enum.FormFactor.Custom
4997
Part258.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
4998
Part258.CFrame = CFrame.new(45.9632797, 0.791593075, 147.599487, 0.314769983, 0.576892912, -0.753745556, 0.914482951, -0.397031546, 0.0780205354, -0.2542485, -0.71383965, -0.652526498)
4999
Part258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5000
Part258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5001
Part258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5002
Part258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5003
Part258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5004
Part258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5005
Part258.Position = Vector3.new(45.9632797, 0.791593075, 147.599487)
5006
Part258.Orientation = Vector3.new(-4.46999979, -130.87999, 113.470001)
5007
SpecialMesh259.Parent = Part258
5008
SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
5009
SpecialMesh259.MeshType = Enum.MeshType.Wedge
5010
SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
5011
Folder260.Name = "CFrames"
5012
Folder260.Parent = Part258
5013
CFrameValue261.Name = "C0"
5014
CFrameValue261.Parent = Folder260
5015
CFrameValue261.Value = CFrame.new(0.073374033, 10.5729065, 0.183654785, -0.928247571, 0.361366749, -0.0881513506, -0.221978486, -0.728339076, -0.648265481, -0.298470378, -0.582193434, 0.75630796)
5016
Part262.Parent = Model0
5017
Part262.Material = Enum.Material.Metal
5018
Part262.Rotation = Vector3.new(-1.23000002, 39.2099991, -118.049995)
5019
Part262.Anchored = true
5020
Part262.FormFactor = Enum.FormFactor.Custom
5021
Part262.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
5022
Part262.CFrame = CFrame.new(45.8711739, 0.827120245, 147.613251, -0.364400655, 0.683811307, 0.632164598, -0.87592274, -0.482164592, 0.0166446399, 0.316185743, -0.547657311, 0.77466017)
5023
Part262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5024
Part262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5025
Part262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5026
Part262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5027
Part262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5028
Part262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5029
Part262.Position = Vector3.new(45.8711739, 0.827120245, 147.613251)
5030
Part262.Orientation = Vector3.new(-0.949999988, 39.2199974, -118.829994)
5031
SpecialMesh263.Parent = Part262
5032
SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
5033
SpecialMesh263.MeshType = Enum.MeshType.Wedge
5034
SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
5035
Folder264.Name = "CFrames"
5036
Folder264.Parent = Part262
5037
CFrameValue265.Name = "C0"
5038
CFrameValue265.Parent = Folder264
5039
CFrameValue265.Value = CFrame.new(0.0399551392, 10.5880585, 0.276332855, 0.892777801, 0.450497568, 4.24683094e-06, 0.285319567, -0.565444648, 0.77386421, 0.34863174, -0.690899611, -0.633363307)
5040
Part266.Parent = Model0
5041
Part266.Material = Enum.Material.Metal
5042
Part266.Rotation = Vector3.new(-2.8499999, -39.3699989, 61.9399986)
5043
Part266.Anchored = true
5044
Part266.FormFactor = Enum.FormFactor.Custom
5045
Part266.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
5046
Part266.CFrame = CFrame.new(46.4455948, 0.884069622, 147.61203, 0.363592893, -0.682211816, -0.634353876, 0.896237195, 0.441905677, 0.0384528488, 0.254089862, -0.582507372, 0.772090495)
5047
Part266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5048
Part266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5049
Part266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5050
Part266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5051
Part266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5052
Part266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5053
Part266.Position = Vector3.new(46.4455948, 0.884069622, 147.61203)
5054
Part266.Orientation = Vector3.new(-2.20000005, -39.4099998, 63.75)
5055
SpecialMesh267.Parent = Part266
5056
SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
5057
SpecialMesh267.MeshType = Enum.MeshType.Wedge
5058
SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
5059
Folder268.Name = "CFrames"
5060
Folder268.Parent = Part266
5061
CFrameValue269.Name = "C0"
5062
CFrameValue269.Parent = Folder268
5063
CFrameValue269.Value = CFrame.new(-0.0269141197, 10.5880432, -0.297027588, -0.892778099, -0.450496852, -4.13507223e-06, 0.285318404, -0.565438211, 0.773869276, -0.348633587, 0.690904558, 0.63335669)
5064
Part270.Parent = Model0
5065
Part270.Material = Enum.Material.Metal
5066
Part270.Rotation = Vector3.new(178.37999, 0.0299999993, -108.769997)
5067
Part270.Anchored = true
5068
Part270.FormFactor = Enum.FormFactor.Custom
5069
Part270.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5070
Part270.CFrame = CFrame.new(45.678688, 0.887912512, 147.349823, -0.321783394, 0.946822584, 0.000598169398, 0.94642967, 0.321667135, -0.0283090137, -0.0269952919, -0.00854284689, -0.999599218)
5071
Part270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5072
Part270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5073
Part270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5074
Part270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5075
Part270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5076
Part270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5077
Part270.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
5078
Part270.Orientation = Vector3.new(1.62, 179.970001, 71.2299957)
5079
SpecialMesh271.Parent = Part270
5080
SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5081
SpecialMesh271.MeshType = Enum.MeshType.Wedge
5082
SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5083
Folder272.Name = "CFrames"
5084
Folder272.Parent = Part270
5085
CFrameValue273.Name = "C0"
5086
CFrameValue273.Parent = Folder272
5087
CFrameValue273.Value = CFrame.new(-0.0268354416, 10.32724, 0.470371246, -0.941092193, -0.338072121, -0.00727840886, 0.00717080384, 0.00157057121, -0.999973357, 0.338080913, -0.941135466, 0.000946398242)
5088
Part274.Parent = Model0
5089
Part274.Material = Enum.Material.Metal
5090
Part274.Rotation = Vector3.new(178.769989, -39.2099991, -115.5)
5091
Part274.Anchored = true
5092
Part274.FormFactor = Enum.FormFactor.Custom
5093
Part274.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5094
Part274.CFrame = CFrame.new(46.158474, 0.901368618, 147.961487, -0.333549201, 0.699376404, -0.632167161, 0.908239603, 0.418119907, -0.0166392047, 0.252682835, -0.579703629, -0.774658263)
5095
Part274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5096
Part274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5097
Part274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5098
Part274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5099
Part274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5100
Part274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5101
Part274.Position = Vector3.new(46.158474, 0.901368618, 147.961487)
5102
Part274.Orientation = Vector3.new(0.949999988, -140.779999, 65.2799988)
5103
SpecialMesh275.Parent = Part274
5104
SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5105
SpecialMesh275.MeshType = Enum.MeshType.Wedge
5106
SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5107
Folder276.Name = "CFrames"
5108
Folder276.Parent = Part274
5109
CFrameValue277.Name = "C0"
5110
CFrameValue277.Parent = Folder276
5111
CFrameValue277.Value = CFrame.new(-0.0268108845, 10.9382935, -0.0103569031, -0.892780781, -0.450491518, -9.56654549e-06, 0.285328537, -0.565442979, -0.773862123, 0.348619372, -0.690903366, 0.633365929)
5112
Part278.Parent = Model0
5113
Part278.Material = Enum.Material.Metal
5114
Part278.Rotation = Vector3.new(-2.8499999, -39.3699989, 115.489998)
5115
Part278.Anchored = true
5116
Part278.FormFactor = Enum.FormFactor.Custom
5117
Part278.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
5118
Part278.CFrame = CFrame.new(46.4444466, 0.817285001, 147.614426, -0.332740188, -0.697777033, -0.634357095, 0.887926757, -0.458375186, 0.0384567641, -0.317604452, -0.550462008, 0.772087634)
5119
Part278.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5120
Part278.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5121
Part278.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5122
Part278.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5123
Part278.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5124
Part278.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5125
Part278.Position = Vector3.new(46.4444466, 0.817285001, 147.614426)
5126
Part278.Orientation = Vector3.new(-2.20000005, -39.4099998, 117.299995)
5127
SpecialMesh279.Parent = Part278
5128
SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
5129
SpecialMesh279.MeshType = Enum.MeshType.Wedge
5130
SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
5131
Folder280.Name = "CFrames"
5132
Folder280.Parent = Part278
5133
CFrameValue281.Name = "C0"
5134
CFrameValue281.Parent = Folder280
5135
CFrameValue281.Value = CFrame.new(0.0399231911, 10.5880737, -0.297035217, -0.892782509, 0.450488567, -8.09505582e-06, -0.285321057, -0.565440655, 0.773866534, 0.348619968, 0.690908551, 0.633359969)
5136
Part282.Parent = Model0
5137
Part282.Material = Enum.Material.Metal
5138
Part282.Rotation = Vector3.new(-8.63000011, 49.1800003, -64.3699951)
5139
Part282.Anchored = true
5140
Part282.FormFactor = Enum.FormFactor.Custom
5141
Part282.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5142
Part282.CFrame = CFrame.new(45.678688, 0.887912512, 147.349823, 0.282708883, 0.589380026, 0.75678587, -0.940554798, 0.325158566, 0.0981263965, -0.188240483, -0.739532888, 0.646263838)
5143
Part282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5144
Part282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5145
Part282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5146
Part282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5147
Part282.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5148
Part282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5149
Part282.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
5150
Part282.Orientation = Vector3.new(-5.62999964, 49.5, -70.9300003)
5151
SpecialMesh283.Parent = Part282
5152
SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5153
SpecialMesh283.MeshType = Enum.MeshType.Wedge
5154
SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5155
Folder284.Name = "CFrames"
5156
Folder284.Parent = Part282
5157
CFrameValue285.Name = "C0"
5158
CFrameValue285.Parent = Folder284
5159
CFrameValue285.Value = CFrame.new(-0.0268354416, 10.32724, 0.470371246, 0.928240955, -0.361388117, -0.0881330818, -0.222005397, -0.728324115, 0.648273289, -0.298473358, -0.582197547, -0.756303608)
5160
Part286.Parent = Model0
5161
Part286.Material = Enum.Material.Pebble
5162
Part286.BrickColor = BrickColor.new("Black")
5163
Part286.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
5164
Part286.Anchored = true
5165
Part286.FormFactor = Enum.FormFactor.Custom
5166
Part286.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
5167
Part286.CFrame = CFrame.new(46.3523903, 0.851650596, 147.597885, 0.0172710866, 0.999858677, 0.00141236559, 0.999218166, -0.0172103029, -0.0355986841, -0.0355684496, 0.00202620635, -0.99936533)
5168
Part286.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5169
Part286.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5170
Part286.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5171
Part286.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5172
Part286.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5173
Part286.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5174
Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
5175
Part286.Position = Vector3.new(46.3523903, 0.851650596, 147.597885)
5176
Part286.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
5177
Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
5178
SpecialMesh287.Parent = Part286
5179
SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
5180
SpecialMesh287.MeshType = Enum.MeshType.Wedge
5181
SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
5182
Folder288.Name = "CFrames"
5183
Folder288.Parent = Part286
5184
CFrameValue289.Name = "C0"
5185
CFrameValue289.Parent = Folder288
5186
CFrameValue289.Value = CFrame.new(0.00658583641, 10.572876, -0.204364777, -1.00000012, 2.50685844e-07, -1.82539225e-07, 1.33737922e-06, -6.20516948e-06, -1.00000036, 2.96007784e-07, -1.00001764, 6.38607889e-06)
5187
Part290.Parent = Model0
5188
Part290.Material = Enum.Material.Pebble
5189
Part290.BrickColor = BrickColor.new("Black")
5190
Part290.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
5191
Part290.Anchored = true
5192
Part290.FormFactor = Enum.FormFactor.Custom
5193
Part290.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
5194
Part290.CFrame = CFrame.new(45.9644089, 0.858327568, 147.597107, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
5195
Part290.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5196
Part290.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5197
Part290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5198
Part290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5199
Part290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5200
Part290.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5201
Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
5202
Part290.Position = Vector3.new(45.9644089, 0.858327568, 147.597107)
5203
Part290.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
5204
Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
5205
SpecialMesh291.Parent = Part290
5206
SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
5207
SpecialMesh291.MeshType = Enum.MeshType.Wedge
5208
SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
5209
Folder292.Name = "CFrames"
5210
Folder292.Parent = Part290
5211
CFrameValue293.Name = "C0"
5212
CFrameValue293.Parent = Folder292
5213
CFrameValue293.Value = CFrame.new(0.00658726692, 10.5728912, 0.183677673, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
5214
Part294.Parent = Model0
5215
Part294.Material = Enum.Material.Metal
5216
Part294.Rotation = Vector3.new(177.149994, 39.3699989, 118.059998)
5217
Part294.Anchored = true
5218
Part294.FormFactor = Enum.FormFactor.Custom
5219
Part294.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5220
Part294.CFrame = CFrame.new(46.1584435, 0.901474953, 147.961487, -0.363589376, -0.682206094, 0.634362102, -0.896239698, 0.441900402, -0.0384584554, -0.254086584, -0.582518101, -0.772083461)
5221
Part294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5222
Part294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5223
Part294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5224
Part294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5225
Part294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5226
Part294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5227
Part294.Position = Vector3.new(46.1584435, 0.901474953, 147.961487)
5228
Part294.Orientation = Vector3.new(2.20000005, 140.589996, -63.75)
5229
SpecialMesh295.Parent = Part294
5230
SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
5231
SpecialMesh295.MeshType = Enum.MeshType.Wedge
5232
SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
5233
Folder296.Name = "CFrames"
5234
Folder296.Parent = Part294
5235
CFrameValue297.Name = "C0"
5236
CFrameValue297.Parent = Folder296
5237
CFrameValue297.Value = CFrame.new(-0.0269165039, 10.9383087, -0.0103263855, 0.892780662, -0.450492084, 9.84407961e-06, -0.285315216, -0.565449119, -0.773862422, 0.348630041, 0.690898776, -0.633364975)
5238
Part298.Parent = Model0
5239
Part298.Material = Enum.Material.Metal
5240
Part298.Rotation = Vector3.new(177.539993, 0.0199999996, -69.25)
5241
Part298.Anchored = true
5242
Part298.FormFactor = Enum.FormFactor.Custom
5243
Part298.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5244
Part298.CFrame = CFrame.new(45.6775513, 0.82118094, 147.352173, 0.354287177, 0.935146213, 0.000347635243, 0.93428427, -0.353945196, -0.0428519249, -0.0399488397, 0.0155064762, -0.999081552)
5245
Part298.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5246
Part298.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5247
Part298.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5248
Part298.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5249
Part298.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5250
Part298.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5251
Part298.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
5252
Part298.Orientation = Vector3.new(2.46000004, 179.979996, 110.75)
5253
SpecialMesh299.Parent = Part298
5254
SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5255
SpecialMesh299.MeshType = Enum.MeshType.Wedge
5256
SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5257
Folder300.Name = "CFrames"
5258
Folder300.Parent = Part298
5259
CFrameValue301.Name = "C0"
5260
CFrameValue301.Parent = Folder300
5261
CFrameValue301.Value = CFrame.new(0.0399475098, 10.3271942, 0.470355988, -0.941093504, 0.338068932, 0.00727586448, -0.0071659945, 0.00156970415, -0.999973416, -0.33807677, -0.941136956, 0.000945559819)
5262
Part302.Parent = Model0
5263
Part302.Material = Enum.Material.Metal
5264
Part302.Rotation = Vector3.new(178.37999, 0.140000001, 110.75)
5265
Part302.Anchored = true
5266
Part302.FormFactor = Enum.FormFactor.Custom
5267
Part302.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5268
Part302.CFrame = CFrame.new(46.6399612, 0.871441901, 147.351761, -0.354266882, -0.935150623, 0.00247694738, -0.934794486, 0.354057401, -0.0283437185, 0.0256278645, -0.0123565048, -0.999595284)
5269
Part302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5270
Part302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5271
Part302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5272
Part302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5273
Part302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5274
Part302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5275
Part302.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
5276
Part302.Orientation = Vector3.new(1.62, 179.860001, -69.2600021)
5277
SpecialMesh303.Parent = Part302
5278
SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5279
SpecialMesh303.MeshType = Enum.MeshType.Wedge
5280
SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5281
Folder304.Name = "CFrames"
5282
Folder304.Parent = Part302
5283
CFrameValue305.Name = "C0"
5284
CFrameValue305.Parent = Folder304
5285
CFrameValue305.Value = CFrame.new(-0.0269107819, 10.3272247, -0.49105072, 0.941093564, -0.338068962, -0.0072760433, -0.0071640797, 0.00158226863, -0.999973357, 0.33807677, 0.941136897, -0.000932719326)
5286
Part306.Parent = Model0
5287
Part306.Material = Enum.Material.Metal
5288
Part306.Rotation = Vector3.new(-1.23000002, 39.2099991, -64.5)
5289
Part306.Anchored = true
5290
Part306.FormFactor = Enum.FormFactor.Custom
5291
Part306.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
5292
Part306.CFrame = CFrame.new(45.8722992, 0.893850565, 147.610886, 0.333549917, 0.69937551, 0.632167757, -0.908239484, 0.418120146, 0.0166405253, -0.252682269, -0.579704583, 0.774657667)
5293
Part306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5294
Part306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5295
Part306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5296
Part306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5297
Part306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5298
Part306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5299
Part306.Position = Vector3.new(45.8722992, 0.893850565, 147.610886)
5300
Part306.Orientation = Vector3.new(-0.949999988, 39.2199974, -65.2799988)
5301
SpecialMesh307.Parent = Part306
5302
SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
5303
SpecialMesh307.MeshType = Enum.MeshType.Wedge
5304
SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
5305
Folder308.Name = "CFrames"
5306
Folder308.Parent = Part306
5307
CFrameValue309.Name = "C0"
5308
CFrameValue309.Parent = Folder308
5309
CFrameValue309.Value = CFrame.new(-0.0268268585, 10.5880737, 0.276359558, 0.892780662, -0.450491786, 8.21426511e-06, -0.285327971, -0.565443933, 0.773861587, -0.348620087, -0.690902472, -0.633366466)
5310
Part310.Parent = Model0
5311
Part310.Material = Enum.Material.Metal
5312
Part310.Rotation = Vector3.new(169.069992, 49.079998, 118.659996)
5313
Part310.Anchored = true
5314
Part310.FormFactor = Enum.FormFactor.Custom
5315
Part310.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
5316
Part310.CFrame = CFrame.new(46.3535156, 0.918518782, 147.595535, -0.314141601, -0.574831545, 0.755580127, -0.93028754, 0.345174909, -0.124176271, -0.189425796, -0.741909027, -0.643186688)
5317
Part310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5318
Part310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5319
Part310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5320
Part310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5321
Part310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5322
Part310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5323
Part310.Position = Vector3.new(46.3535156, 0.918518782, 147.595535)
5324
Part310.Orientation = Vector3.new(7.12999964, 130.410004, -69.6399994)
5325
SpecialMesh311.Parent = Part310
5326
SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
5327
SpecialMesh311.MeshType = Enum.MeshType.Wedge
5328
SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
5329
Folder312.Name = "CFrames"
5330
Folder312.Parent = Part310
5331
CFrameValue313.Name = "C0"
5332
CFrameValue313.Parent = Folder312
5333
CFrameValue313.Value = CFrame.new(-0.0603327751, 10.5729065, -0.204334259, 0.928247869, -0.361366093, 0.0881518126, -0.221977711, -0.728334546, -0.648270965, 0.298471868, 0.582198679, -0.756303132)
5334
Part314.Parent = Model0
5335
Part314.Material = Enum.Material.Metal
5336
Part314.Rotation = Vector3.new(177.149994, 39.3699989, 64.5100021)
5337
Part314.Anchored = true
5338
Part314.FormFactor = Enum.FormFactor.Custom
5339
Part314.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5340
Part314.CFrame = CFrame.new(46.1572914, 0.834698617, 147.963852, 0.332739562, -0.697777987, 0.63435638, -0.887926817, -0.458374828, -0.0384581126, 0.317604959, -0.550460935, -0.77208817)
5341
Part314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5342
Part314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5343
Part314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5344
Part314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5345
Part314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5346
Part314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5347
Part314.Position = Vector3.new(46.1572914, 0.834698617, 147.963852)
5348
Part314.Orientation = Vector3.new(2.20000005, 140.589996, -117.299995)
5349
SpecialMesh315.Parent = Part314
5350
SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5351
SpecialMesh315.MeshType = Enum.MeshType.Wedge
5352
SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5353
Folder316.Name = "CFrames"
5354
Folder316.Parent = Part314
5355
CFrameValue317.Name = "C0"
5356
CFrameValue317.Parent = Folder316
5357
CFrameValue317.Value = CFrame.new(0.0399112701, 10.9382935, -0.0103263855, 0.892782569, 0.450488269, 9.43429768e-06, 0.285321534, -0.565439582, -0.77386713, -0.348619342, 0.690909505, -0.633359253)
5358
Part318.Parent = Model0
5359
Part318.Material = Enum.Material.Metal
5360
Part318.Rotation = Vector3.new(4.57999992, -49.3400002, 115.649994)
5361
Part318.Anchored = true
5362
Part318.FormFactor = Enum.FormFactor.Custom
5363
Part318.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5364
Part318.CFrame = CFrame.new(46.6388092, 0.804672241, 147.354111, -0.282078862, -0.587318182, -0.758621633, 0.924749851, -0.377010852, -0.0519713163, -0.255482048, -0.716189146, 0.649463177)
5365
Part318.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5366
Part318.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5367
Part318.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5368
Part318.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5369
Part318.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5370
Part318.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5371
Part318.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
5372
Part318.Orientation = Vector3.new(2.98000002, -49.4300003, 112.18)
5373
SpecialMesh319.Parent = Part318
5374
SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5375
SpecialMesh319.MeshType = Enum.MeshType.Wedge
5376
SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5377
Folder320.Name = "CFrames"
5378
Folder320.Parent = Part318
5379
CFrameValue321.Name = "C0"
5380
CFrameValue321.Parent = Folder320
5381
CFrameValue321.Value = CFrame.new(0.0399098396, 10.327179, -0.491054535, -0.928242087, 0.361385345, 0.0881337896, -0.221999049, -0.728322744, 0.648276985, 0.298473299, 0.582202435, 0.756299973)
5382
Part322.Parent = Model0
5383
Part322.Material = Enum.Material.Metal
5384
Part322.Rotation = Vector3.new(177.539993, 0.129999995, 71.2299957)
5385
Part322.Anchored = true
5386
Part322.FormFactor = Enum.FormFactor.Custom
5387
Part322.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5388
Part322.CFrame = CFrame.new(46.6388092, 0.804672241, 147.354111, 0.321763009, -0.946827114, 0.0022263038, -0.945919394, -0.32155478, -0.0428866185, 0.0413212292, 0.0116929989, -0.999077559)
5389
Part322.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5390
Part322.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5391
Part322.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5392
Part322.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5393
Part322.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5394
Part322.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5395
Part322.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
5396
Part322.Orientation = Vector3.new(2.46000004, 179.869995, -108.769997)
5397
SpecialMesh323.Parent = Part322
5398
SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5399
SpecialMesh323.MeshType = Enum.MeshType.Wedge
5400
SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5401
Folder324.Name = "CFrames"
5402
Folder324.Parent = Part322
5403
CFrameValue325.Name = "C0"
5404
CFrameValue325.Parent = Folder324
5405
CFrameValue325.Value = CFrame.new(0.0399098396, 10.327179, -0.491054535, 0.941092253, 0.338071972, 0.00727823004, 0.00716423616, 0.0015815869, -0.999973357, -0.338080883, 0.941135466, -0.000933448086)
5406
Part326.Parent = Model0
5407
Part326.Material = Enum.Material.Pebble
5408
Part326.BrickColor = BrickColor.new("Black")
5409
Part326.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
5410
Part326.Anchored = true
5411
Part326.FormFactor = Enum.FormFactor.Custom
5412
Part326.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
5413
Part326.CFrame = CFrame.new(45.6803131, 0.691180348, 142.762589, -0.0172710977, -0.999858677, 0.00141230132, -0.999218166, 0.0172103159, -0.0355987735, 0.0355685465, -0.00202614488, -0.99936527)
5414
Part326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5415
Part326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5416
Part326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5417
Part326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5418
Part326.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5419
Part326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5420
Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
5421
Part326.Position = Vector3.new(45.6803131, 0.691180348, 142.762589)
5422
Part326.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
5423
Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
5424
SpecialMesh327.Parent = Part326
5425
SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
5426
SpecialMesh327.MeshType = Enum.MeshType.Wedge
5427
SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
5428
Folder328.Name = "CFrames"
5429
Folder328.Parent = Part326
5430
CFrameValue329.Name = "C0"
5431
CFrameValue329.Parent = Folder328
5432
CFrameValue329.Value = CFrame.new(0.00655055046, 5.73590088, 0.474681854, 1.00000012, -2.61541572e-07, -9.31322575e-08, -1.24052167e-06, 6.26710244e-06, -1.00000024, -2.85028364e-07, 1.00001764, 6.44847751e-06)
5433
Part330.Parent = Model0
5434
Part330.Material = Enum.Material.Metal
5435
Part330.Rotation = Vector3.new(171.369995, -49.1800003, -115.629997)
5436
Part330.Anchored = true
5437
Part330.FormFactor = Enum.FormFactor.Custom
5438
Part330.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
5439
Part330.CFrame = CFrame.new(45.96558, 0.925104201, 147.594742, -0.282706469, 0.589372575, -0.756792545, 0.94055599, 0.325153828, -0.0981299281, 0.188237682, -0.739540875, -0.646255493)
5440
Part330.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5441
Part330.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5442
Part330.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5443
Part330.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5444
Part330.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5445
Part330.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5446
Part330.Position = Vector3.new(45.96558, 0.925104201, 147.594742)
5447
Part330.Orientation = Vector3.new(5.62999964, -130.5, 70.9300003)
5448
SpecialMesh331.Parent = Part330
5449
SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
5450
SpecialMesh331.MeshType = Enum.MeshType.Wedge
5451
SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
5452
Folder332.Name = "CFrames"
5453
Folder332.Parent = Part330
5454
CFrameValue333.Name = "C0"
5455
CFrameValue333.Parent = Folder332
5456
CFrameValue333.Value = CFrame.new(-0.0602412224, 10.5729065, 0.183662415, -0.928242326, -0.361383498, 0.0881370232, 0.222002625, -0.728332281, -0.648265064, 0.298470974, -0.582190216, 0.756310225)
5457
Part334.Parent = Model0
5458
Part334.Material = Enum.Material.Metal
5459
Part334.Rotation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
5460
Part334.Anchored = true
5461
Part334.FormFactor = Enum.FormFactor.Custom
5462
Part334.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
5463
Part334.CFrame = CFrame.new(45.6814804, 0.757968128, 142.760223, 0.321783036, 0.946822703, -0.000598755199, -0.94642967, 0.321666807, 0.028310366, 0.0269967597, -0.0085427165, 0.999599218)
5464
Part334.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5465
Part334.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5466
Part334.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5467
Part334.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5468
Part334.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5469
Part334.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5470
Part334.Position = Vector3.new(45.6814804, 0.757968128, 142.760223)
5471
Part334.Orientation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
5472
SpecialMesh335.Parent = Part334
5473
SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
5474
SpecialMesh335.MeshType = Enum.MeshType.Wedge
5475
SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
5476
Folder336.Name = "CFrames"
5477
Folder336.Parent = Part334
5478
CFrameValue337.Name = "C0"
5479
CFrameValue337.Parent = Folder336
5480
CFrameValue337.Value = CFrame.new(-0.0602891445, 5.73591614, 0.47467041, 0.941092193, -0.338071793, 0.00727706961, -0.00716933794, 0.00157069042, 0.999973416, -0.338080555, -0.941135585, -0.000945789274)
5481
Part338.Parent = Model0
5482
Part338.Material = Enum.Material.Metal
5483
Part338.BrickColor = BrickColor.new("Black")
5484
Part338.Rotation = Vector3.new(-1.04999995, 44.9099998, 88.5999985)
5485
Part338.Anchored = true
5486
Part338.FormFactor = Enum.FormFactor.Custom
5487
Part338.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5488
Part338.CFrame = CFrame.new(45.6487999, 0.549543679, 138.705826, 0.0172700547, -0.70800215, 0.706011534, 0.999218106, 0.0373395383, 0.0130016981, -0.035566479, 0.705228806, 0.708087325)
5489
Part338.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5490
Part338.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5491
Part338.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5492
Part338.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5493
Part338.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5494
Part338.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5495
Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
5496
Part338.Position = Vector3.new(45.6487999, 0.549543679, 138.705826)
5497
Part338.Orientation = Vector3.new(-0.74000001, 44.9199982, 87.8600006)
5498
Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
5499
BlockMesh339.Parent = Part338
5500
BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5501
BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5502
Folder340.Name = "CFrames"
5503
Folder340.Parent = Part338
5504
CFrameValue341.Name = "C0"
5505
CFrameValue341.Parent = Folder340
5506
CFrameValue341.Value = CFrame.new(0.00432515144, 1.67671204, 0.512001038, -0.99999994, 2.07312405e-06, 9.79751348e-07, 3.30433249e-06, 0.707114875, 0.707099199, 1.32391142e-06, 0.707111299, -0.707127154)
5507
Part342.Parent = Model0
5508
Part342.Material = Enum.Material.Metal
5509
Part342.BrickColor = BrickColor.new("Black")
5510
Part342.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
5511
Part342.Anchored = true
5512
Part342.FormFactor = Enum.FormFactor.Custom
5513
Part342.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5514
Part342.CFrame = CFrame.new(46.5224266, 0.538588107, 138.822189, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
5515
Part342.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5516
Part342.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5517
Part342.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5518
Part342.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5519
Part342.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5520
Part342.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5521
Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
5522
Part342.Position = Vector3.new(46.5224266, 0.538588107, 138.822189)
5523
Part342.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
5524
Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
5525
BlockMesh343.Parent = Part342
5526
BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5527
BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5528
Folder344.Name = "CFrames"
5529
Folder344.Parent = Part342
5530
CFrameValue345.Name = "C0"
5531
CFrameValue345.Parent = Folder344
5532
CFrameValue345.Value = CFrame.new(0.00432252884, 1.79136658, -0.361927032, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
5533
Part346.Parent = Model0
5534
Part346.Material = Enum.Material.Metal
5535
Part346.BrickColor = BrickColor.new("Black")
5536
Part346.Rotation = Vector3.new(-0.329999983, 59.9099998, 88.0299988)
5537
Part346.Anchored = true
5538
Part346.FormFactor = Enum.FormFactor.Custom
5539
Part346.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5540
Part346.CFrame = CFrame.new(45.7986488, 0.551043391, 138.821152, 0.0172701981, -0.501147628, 0.865199745, 0.999218225, 0.0394326486, 0.00289448164, -0.0355667919, 0.864465654, 0.501432478)
5541
Part346.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5542
Part346.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5543
Part346.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5544
Part346.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5545
Part346.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5546
Part346.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5547
Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
5548
Part346.Position = Vector3.new(45.7986488, 0.551043391, 138.821152)
5549
Part346.Orientation = Vector3.new(-0.170000002, 59.9099998, 87.7399979)
5550
Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
5551
BlockMesh347.Parent = Part346
5552
BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5553
BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5554
Folder348.Name = "CFrames"
5555
Folder348.Parent = Part346
5556
CFrameValue349.Name = "C0"
5557
CFrameValue349.Parent = Folder348
5558
CFrameValue349.Value = CFrame.new(0.00434017181, 1.79180908, 0.361961365, -1.00000012, 1.92224979e-06, 3.85567546e-07, 2.9951334e-06, 0.866031647, 0.499989808, 1.1829834e-06, 0.499998391, -0.866046786)
5559
Part350.Parent = Model0
5560
Part350.Material = Enum.Material.Metal
5561
Part350.BrickColor = BrickColor.new("Black")
5562
Part350.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
5563
Part350.Anchored = true
5564
Part350.FormFactor = Enum.FormFactor.Custom
5565
Part350.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5566
Part350.CFrame = CFrame.new(45.9213982, 0.541616082, 138.49411, -0.0172714479, -0.708024263, -0.705989361, -0.999217987, 0.0373425111, -0.0130043048, 0.0355698988, 0.705206394, -0.708109438)
5567
Part350.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5568
Part350.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5569
Part350.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5570
Part350.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5571
Part350.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5572
Part350.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5573
Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
5574
Part350.Position = Vector3.new(45.9213982, 0.541616082, 138.49411)
5575
Part350.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
5576
Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
5577
BlockMesh351.Parent = Part350
5578
BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5579
BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5580
Folder352.Name = "CFrames"
5581
Folder352.Parent = Part350
5582
CFrameValue353.Name = "C0"
5583
CFrameValue353.Parent = Folder352
5584
CFrameValue353.Value = CFrame.new(7.62939453e-06, 1.46446228, 0.23973465, 1, -1.31130219e-06, 4.58210707e-07, 1.15483999e-07, 0.707092583, -0.707121372, 6.42612576e-08, 0.707133532, 0.707104921)
5585
Part354.Parent = Model0
5586
Part354.Material = Enum.Material.Metal
5587
Part354.BrickColor = BrickColor.new("Black")
5588
Part354.Rotation = Vector3.new(-1.46999991, 29.9099998, 88.8600006)
5589
Part354.Anchored = true
5590
Part354.FormFactor = Enum.FormFactor.Custom
5591
Part354.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5592
Part354.CFrame = CFrame.new(45.5339127, 0.546178222, 138.555634, 0.0172697622, -0.866604924, 0.498713821, 0.999218106, 0.0327018723, 0.0222227164, -0.0355663076, 0.497935623, 0.866484642)
5593
Part354.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5594
Part354.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5595
Part354.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5596
Part354.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5597
Part354.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5598
Part354.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5599
Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
5600
Part354.Position = Vector3.new(45.5339127, 0.546178222, 138.555634)
5601
Part354.Orientation = Vector3.new(-1.26999998, 29.9200001, 88.1299973)
5602
Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
5603
BlockMesh355.Parent = Part354
5604
BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5605
BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5606
Folder356.Name = "CFrames"
5607
Folder356.Parent = Part354
5608
CFrameValue357.Name = "C0"
5609
CFrameValue357.Parent = Folder356
5610
CFrameValue357.Value = CFrame.new(0.0043296814, 1.5266571, 0.627120972, -0.99999994, 2.10292637e-06, 1.49942935e-06, 3.47569585e-06, 0.500013173, 0.866018295, 1.61599746e-06, 0.866033137, -0.500021994)
5611
Part358.Parent = Model0
5612
Part358.Material = Enum.Material.Metal
5613
Part358.Rotation = Vector3.new(177.919998, 2.54999995, 100.769997)
5614
Part358.Anchored = true
5615
Part358.FormFactor = Enum.FormFactor.Custom
5616
Part358.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
5617
Part358.CFrame = CFrame.new(46.7434196, 0.706905723, 142.778625, -0.186707348, -0.981413782, 0.04455515, -0.982034326, 0.185177594, -0.0363083407, 0.0273820739, -0.0505333059, -0.998347044)
5618
Part358.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5619
Part358.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5620
Part358.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5621
Part358.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5622
Part358.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5623
Part358.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5624
Part358.Position = Vector3.new(46.7434196, 0.706905723, 142.778625)
5625
Part358.Orientation = Vector3.new(2.07999992, 177.440002, -79.3199997)
5626
SpecialMesh359.Parent = Part358
5627
SpecialMesh359.Scale = Vector3.new(0, 1, 1)
5628
SpecialMesh359.MeshType = Enum.MeshType.Wedge
5629
SpecialMesh359.Scale = Vector3.new(0, 1, 1)
5630
Folder360.Name = "CFrames"
5631
Folder360.Parent = Part358
5632
CFrameValue361.Name = "C0"
5633
CFrameValue361.Parent = Folder360
5634
CFrameValue361.Value = CFrame.new(-0.0269532204, 5.75097656, -0.588039398, 0.985464931, -0.169880092, 1.11758709e-08, -0.00733041018, -0.0425167158, -0.999069154, 0.16972439, 0.984564662, -0.04314458)
5635
Part362.Parent = Model0
5636
Part362.Material = Enum.Material.Metal
5637
Part362.BrickColor = BrickColor.new("Black")
5638
Part362.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
5639
Part362.Anchored = true
5640
Part362.FormFactor = Enum.FormFactor.Custom
5641
Part362.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5642
Part362.CFrame = CFrame.new(46.1601067, 0.548276722, 138.918411, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
5643
Part362.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5644
Part362.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5645
Part362.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5646
Part362.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5647
Part362.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5648
Part362.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5649
Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
5650
Part362.Position = Vector3.new(46.1601067, 0.548276722, 138.918411)
5651
Part362.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
5652
Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
5653
BlockMesh363.Parent = Part362
5654
BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5655
BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5656
Folder364.Name = "CFrames"
5657
Folder364.Parent = Part362
5658
CFrameValue365.Name = "C0"
5659
CFrameValue365.Parent = Folder364
5660
CFrameValue365.Value = CFrame.new(0.00432133675, 1.88839722, 0.000312805176, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
5661
Part366.Parent = Model0
5662
Part366.Material = Enum.Material.Metal
5663
Part366.BrickColor = BrickColor.new("Black")
5664
Part366.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
5665
Part366.Anchored = true
5666
Part366.FormFactor = Enum.FormFactor.Custom
5667
Part366.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5668
Part366.CFrame = CFrame.new(46.3476143, 0.544177711, 138.89415, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
5669
Part366.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5670
Part366.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5671
Part366.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5672
Part366.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5673
Part366.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5674
Part366.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5675
Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
5676
Part366.Position = Vector3.new(46.3476143, 0.544177711, 138.89415)
5677
Part366.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
5678
Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
5679
BlockMesh367.Parent = Part366
5680
BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5681
BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5682
Folder368.Name = "CFrames"
5683
Folder368.Parent = Part366
5684
CFrameValue369.Name = "C0"
5685
CFrameValue369.Parent = Folder368
5686
CFrameValue369.Value = CFrame.new(0.00431609154, 1.86373901, -0.18719101, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
5687
Part370.Parent = Model0
5688
Part370.Material = Enum.Material.Metal
5689
Part370.BrickColor = BrickColor.new("Black")
5690
Part370.Rotation = Vector3.new(-1.27999997, 37.3099976, 88.7599945)
5691
Part370.Anchored = true
5692
Part370.FormFactor = Enum.FormFactor.Custom
5693
Part370.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5694
Part370.CFrame = CFrame.new(45.5849876, 0.54815793, 138.636063, 0.0172699951, -0.79515624, 0.606173217, 0.999218225, 0.0352916047, 0.0178253986, -0.0355659239, 0.605385959, 0.795137167)
5695
Part370.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5696
Part370.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5697
Part370.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5698
Part370.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5699
Part370.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5700
Part370.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5701
Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
5702
Part370.Position = Vector3.new(45.5849876, 0.54815793, 138.636063)
5703
Part370.Orientation = Vector3.new(-1.01999998, 37.3199997, 87.9799957)
5704
Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
5705
BlockMesh371.Parent = Part370
5706
BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5707
BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5708
Folder372.Name = "CFrames"
5709
Folder372.Parent = Part370
5710
CFrameValue373.Name = "C0"
5711
CFrameValue373.Parent = Folder372
5712
CFrameValue373.Value = CFrame.new(0.00433039665, 1.60704041, 0.575920105, -1.00000012, 2.3227185e-06, 1.66147947e-06, 3.86312604e-06, 0.607386112, 0.794407129, 1.38425094e-06, 0.794420779, -0.607396841)
5713
Part374.Parent = Model0
5714
Part374.Material = Enum.Material.Metal
5715
Part374.BrickColor = BrickColor.new("Black")
5716
Part374.Rotation = Vector3.new(-0.75999999, 52.3099976, 88.3799973)
5717
Part374.Anchored = true
5718
Part374.FormFactor = Enum.FormFactor.Custom
5719
Part374.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5720
Part374.CFrame = CFrame.new(45.7188148, 0.55062747, 138.770416, 0.0172703434, -0.611173987, 0.791318953, 0.999218106, 0.0387030803, 0.00808386132, -0.035566248, 0.79055351, 0.611359417)
5721
Part374.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5722
Part374.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5723
Part374.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5724
Part374.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5725
Part374.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5726
Part374.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5727
Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
5728
Part374.Position = Vector3.new(45.7188148, 0.55062747, 138.770416)
5729
Part374.Orientation = Vector3.new(-0.459999979, 52.3099976, 87.7799988)
5730
Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
5731
BlockMesh375.Parent = Part374
5732
BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5733
BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5734
Folder376.Name = "CFrames"
5735
Folder376.Parent = Part374
5736
CFrameValue377.Name = "C0"
5737
CFrameValue377.Parent = Folder376
5738
CFrameValue377.Value = CFrame.new(0.00433015823, 1.74119568, 0.441879272, -0.99999994, 2.19978392e-06, 1.08219683e-06, 3.53530049e-06, 0.792296529, 0.610136569, 1.03472848e-06, 0.610146821, -0.792310536)
5739
Part378.Name = "Blade"
5740
Part378.Parent = Model0
5741
Part378.Material = Enum.Material.Metal
5742
Part378.Rotation = Vector3.new(177.539993, 0.129999995, -98.7799988)
5743
Part378.Anchored = true
5744
Part378.FormFactor = Enum.FormFactor.Custom
5745
Part378.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
5746
Part378.CFrame = CFrame.new(46.9368401, 0.670188427, 142.780197, -0.152666748, 0.98828423, 0.00222762721, 0.987354398, 0.152619183, -0.0428850316, -0.0427216627, -0.00434739189, -0.999077678)
5747
Part378.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5748
Part378.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5749
Part378.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5750
Part378.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5751
Part378.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5752
Part378.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5753
Part378.Position = Vector3.new(46.9368401, 0.670188427, 142.780197)
5754
Part378.Orientation = Vector3.new(2.46000004, 179.869995, 81.2099991)
5755
SpecialMesh379.Parent = Part378
5756
SpecialMesh379.Scale = Vector3.new(0, 1, 1)
5757
SpecialMesh379.MeshType = Enum.MeshType.Wedge
5758
SpecialMesh379.Scale = Vector3.new(0, 1, 1)
5759
Script380.Parent = Part378
5760
table.insert(cors,sandbox(Script380,function()
5761
function onTouched(hit)
5762
	local human = hit.Parent:FindFirstChild("Humanoid") 
5763
        
5764
	if (human ~= nil) then
5765
		human.Health =  human.Health - 50
5766
	end
5767
end
5768
5769
5770
connection = script.Parent.Touched:connect(onTouched)
5771
5772
end))
5773
Folder381.Name = "CFrames"
5774
Folder381.Parent = Part378
5775
CFrameValue382.Name = "C0"
5776
CFrameValue382.Parent = Folder381
5777
CFrameValue382.Value = CFrame.new(0.00645112991, 5.75097656, -0.782058716, -0.98546505, -0.169723213, 0.00727661327, -0.00732859969, -0.000313485507, -0.999973416, 0.16972445, -0.985509098, -0.000934743788)
5778
Part383.Parent = Model0
5779
Part383.Material = Enum.Material.Metal
5780
Part383.BrickColor = BrickColor.new("Black")
5781
Part383.Rotation = Vector3.new(-179.649994, -67.5, 92.5899963)
5782
Part383.Anchored = true
5783
Part383.FormFactor = Enum.FormFactor.Custom
5784
Part383.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5785
Part383.CFrame = CFrame.new(45.8821602, 0.551164389, 138.864578, -0.017270755, -0.382340372, -0.923869669, -0.999217987, 0.0394722596, 0.00234447233, 0.0355699435, 0.923179746, -0.382719845)
5786
Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5787
Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5788
Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5789
Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5790
Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5791
Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5792
Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
5793
Part383.Position = Vector3.new(45.8821602, 0.551164389, 138.864578)
5794
Part383.Orientation = Vector3.new(-0.129999995, -112.5, -87.7399979)
5795
Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
5796
BlockMesh384.Parent = Part383
5797
BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5798
BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5799
Folder385.Name = "CFrames"
5800
Folder385.Parent = Part383
5801
CFrameValue386.Name = "C0"
5802
CFrameValue386.Parent = Folder385
5803
CFrameValue386.Value = CFrame.new(0.004322052, 1.83509827, 0.278381348, 0.99999994, -1.17719173e-06, 5.68106771e-07, 1.60187483e-07, 0.924541354, -0.381082833, -6.28737325e-07, 0.38108927, 0.924557328)
5804
Part387.Parent = Model0
5805
Part387.Material = Enum.Material.Metal
5806
Part387.BrickColor = BrickColor.new("Black")
5807
Part387.Rotation = Vector3.new(-174.550003, -82.4599991, 97.5599976)
5808
Part387.Anchored = true
5809
Part387.FormFactor = Enum.FormFactor.Custom
5810
Part387.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5811
Part387.CFrame = CFrame.new(46.0652237, 0.549754858, 138.914078, -0.0172707848, -0.130198374, -0.991346538, -0.999218106, 0.0375207067, 0.0124807097, 0.0355701745, 0.990778089, -0.130743563)
5812
Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5813
Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5814
Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5815
Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5816
Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5817
Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5818
Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
5819
Part387.Position = Vector3.new(46.0652237, 0.549754858, 138.914078)
5820
Part387.Orientation = Vector3.new(-0.719999969, -97.5099945, -87.8499985)
5821
Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
5822
BlockMesh388.Parent = Part387
5823
BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5824
BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5825
Folder389.Name = "CFrames"
5826
Folder389.Parent = Part387
5827
CFrameValue390.Name = "C0"
5828
CFrameValue390.Parent = Folder389
5829
CFrameValue390.Value = CFrame.new(0.00432920456, 1.88424683, 0.0952148438, 1.00000012, -1.4975667e-06, 2.54716724e-07, 3.87430191e-07, 0.991669655, -0.128809899, -6.01263309e-07, 0.128811955, 0.99168694)
5830
Part391.Parent = Model0
5831
Part391.Material = Enum.Material.Metal
5832
Part391.BrickColor = BrickColor.new("Black")
5833
Part391.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
5834
Part391.Anchored = true
5835
Part391.FormFactor = Enum.FormFactor.Custom
5836
Part391.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5837
Part391.CFrame = CFrame.new(45.9977646, 0.542188346, 138.547195, -0.0172711629, -0.501175761, -0.865183413, -0.999218047, 0.0394361056, -0.0028967252, 0.0355703495, 0.864448905, -0.501460731)
5838
Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5839
Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5840
Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5841
Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5842
Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5843
Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5844
Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
5845
Part391.Position = Vector3.new(45.9977646, 0.542188346, 138.547195)
5846
Part391.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
5847
Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
5848
BlockMesh392.Parent = Part391
5849
BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5850
BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5851
Folder393.Name = "CFrames"
5852
Folder393.Parent = Part391
5853
CFrameValue394.Name = "C0"
5854
CFrameValue394.Parent = Folder393
5855
CFrameValue394.Value = CFrame.new(5.24520874e-06, 1.51742554, 0.163280487, 1.00000012, -1.64285302e-06, 5.69969416e-07, 5.62518835e-07, 0.866015077, -0.500018179, -2.21640221e-07, 0.500026643, 0.866030514)
5856
Part395.Parent = Model0
5857
Part395.Material = Enum.Material.Metal
5858
Part395.BrickColor = BrickColor.new("Black")
5859
Part395.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
5860
Part395.Anchored = true
5861
Part395.FormFactor = Enum.FormFactor.Custom
5862
Part395.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5863
Part395.CFrame = CFrame.new(46.0852318, 0.541790783, 138.57869, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
5864
Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5865
Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5866
Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5867
Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5868
Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5869
Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5870
Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
5871
Part395.Position = Vector3.new(46.0852318, 0.541790783, 138.57869)
5872
Part395.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
5873
Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
5874
BlockMesh396.Parent = Part395
5875
BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5876
BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5877
Folder397.Name = "CFrames"
5878
Folder397.Parent = Part395
5879
CFrameValue398.Name = "C0"
5880
CFrameValue398.Parent = Folder397
5881
CFrameValue398.Value = CFrame.new(1.1920929e-05, 1.54875183, 0.0757522583, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
5882
Part399.Parent = Model0
5883
Part399.Material = Enum.Material.Metal
5884
Part399.BrickColor = BrickColor.new("Black")
5885
Part399.Rotation = Vector3.new(-2.79999995, -37.4799995, -91.25)
5886
Part399.Anchored = true
5887
Part399.FormFactor = Enum.FormFactor.Custom
5888
Part399.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5889
Part399.CFrame = CFrame.new(46.7366257, 0.52834022, 138.637985, -0.0172701087, 0.793438017, -0.60842073, -0.999218047, 0.00795249827, 0.0387346819, 0.0355711505, 0.608608663, 0.792673111)
5890
Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5891
Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5892
Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5893
Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5894
Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5895
Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5896
Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
5897
Part399.Position = Vector3.new(46.7366257, 0.52834022, 138.637985)
5898
Part399.Orientation = Vector3.new(-2.22000003, -37.5099983, -89.5400009)
5899
Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
5900
BlockMesh400.Parent = Part399
5901
BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5902
BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5903
Folder401.Name = "CFrames"
5904
Folder401.Parent = Part399
5905
CFrameValue402.Name = "C0"
5906
CFrameValue402.Parent = Folder401
5907
CFrameValue402.Value = CFrame.new(0.00431060791, 1.60661316, -0.575897217, 1.00000012, -2.10106373e-06, -1.5348196e-06, 1.36345625e-06, 0.607379854, 0.794412076, -1.27752719e-06, -0.794425964, 0.607390225)
5908
Part403.Parent = Model0
5909
Part403.Material = Enum.Material.Metal
5910
Part403.BrickColor = BrickColor.new("Black")
5911
Part403.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
5912
Part403.Anchored = true
5913
Part403.FormFactor = Enum.FormFactor.Custom
5914
Part403.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5915
Part403.CFrame = CFrame.new(46.672596, 0.531932712, 138.707458, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
5916
Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5917
Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5918
Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5919
Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5920
Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5921
Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5922
Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
5923
Part403.Position = Vector3.new(46.672596, 0.531932712, 138.707458)
5924
Part403.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
5925
Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
5926
BlockMesh404.Parent = Part403
5927
BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5928
BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5929
Folder405.Name = "CFrames"
5930
Folder405.Parent = Part403
5931
CFrameValue406.Name = "C0"
5932
CFrameValue406.Parent = Folder405
5933
CFrameValue406.Value = CFrame.new(0.00429821014, 1.67626953, -0.511955261, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
5934
Part407.Parent = Model0
5935
Part407.Material = Enum.Material.Metal
5936
Part407.Rotation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
5937
Part407.Anchored = true
5938
Part407.FormFactor = Enum.FormFactor.Custom
5939
Part407.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
5940
Part407.CFrame = CFrame.new(46.6490517, 0.607808232, 142.766937, -0.321762651, -0.946827114, -0.00222589076, 0.945919633, -0.321554482, 0.0428853109, -0.0413198657, 0.0116929542, 0.999077678)
5941
Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5942
Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5943
Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5944
Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5945
Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5946
Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5947
Part407.Position = Vector3.new(46.6490517, 0.607808232, 142.766937)
5948
Part407.Orientation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
5949
SpecialMesh408.Parent = Part407
5950
SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
5951
SpecialMesh408.MeshType = Enum.MeshType.Wedge
5952
SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
5953
Folder409.Name = "CFrames"
5954
Folder409.Parent = Part407
5955
CFrameValue410.Name = "C0"
5956
CFrameValue410.Parent = Folder409
5957
CFrameValue410.Value = CFrame.new(0.0732808113, 5.73590088, -0.495361328, -0.941092432, 0.338071674, -0.00727692246, -0.00716286525, 0.00158155244, 0.999973416, 0.338080525, 0.941135466, 0.000933012227)
5958
Part411.Parent = Model0
5959
Part411.Material = Enum.Material.Metal
5960
Part411.BrickColor = BrickColor.new("Black")
5961
Part411.Rotation = Vector3.new(-9.48999977, -82.4199982, -97.5199966)
5962
Part411.Anchored = true
5963
Part411.FormFactor = Enum.FormFactor.Custom
5964
Part411.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5965
Part411.CFrame = CFrame.new(46.2548714, 0.546506882, 138.91449, -0.0172707979, 0.130816147, -0.991265178, -0.999218106, 0.0330120064, 0.0217664968, 0.0355701782, 0.990857244, 0.130142435)
5966
Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5967
Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5968
Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5969
Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5970
Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5971
Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5972
Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
5973
Part411.Position = Vector3.new(46.2548714, 0.546506882, 138.91449)
5974
Part411.Orientation = Vector3.new(-1.25, -82.5199966, -88.1100006)
5975
Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
5976
BlockMesh412.Parent = Part411
5977
BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5978
BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5979
Folder413.Name = "CFrames"
5980
Folder413.Parent = Part411
5981
CFrameValue414.Name = "C0"
5982
CFrameValue414.Parent = Folder413
5983
CFrameValue414.Value = CFrame.new(0.00431394577, 1.88427734, -0.0944633484, 1.00000012, -1.51991844e-06, -1.66706741e-07, 3.91155481e-07, 0.991217911, 0.132240951, -5.88232069e-07, -0.13224344, 0.991235137)
5984
Part415.Parent = Model0
5985
Part415.Material = Enum.Material.Metal
5986
Part415.BrickColor = BrickColor.new("Black")
5987
Part415.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
5988
Part415.Anchored = true
5989
Part415.FormFactor = Enum.FormFactor.Custom
5990
Part415.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5991
Part415.CFrame = CFrame.new(45.9726791, 0.550624847, 138.893387, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
5992
Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5993
Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5994
Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5995
Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5996
Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5997
Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5998
Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
5999
Part415.Position = Vector3.new(45.9726791, 0.550624847, 138.893387)
6000
Part415.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
6001
Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
6002
BlockMesh416.Parent = Part415
6003
BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
6004
BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
6005
Folder417.Name = "CFrames"
6006
Folder417.Parent = Part415
6007
CFrameValue418.Name = "C0"
6008
CFrameValue418.Parent = Folder417
6009
CFrameValue418.Value = CFrame.new(0.00432252884, 1.86372375, 0.187805176, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
6010
Part419.Parent = Model0
6011
Part419.Material = Enum.Material.Metal
6012
Part419.BrickColor = BrickColor.new("Black")
6013
Part419.Rotation = Vector3.new(-4.42000008, -67.4599991, -92.5799942)
6014
Part419.Anchored = true
6015
Part419.FormFactor = Enum.FormFactor.Custom
6016
Part419.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6017
Part419.CFrame = CFrame.new(46.4381104, 0.541606069, 138.86586, -0.0172706768, 0.382921845, -0.923628867, -0.999218047, 0.0262536965, 0.0295690745, 0.0355704278, 0.923409283, 0.382165402)
6018
Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6019
Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6020
Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6021
Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6022
Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6023
Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6024
Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
6025
Part419.Position = Vector3.new(46.4381104, 0.541606069, 138.86586)
6026
Part419.Orientation = Vector3.new(-1.68999994, -67.5199966, -88.4899979)
6027
Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
6028
BlockMesh420.Parent = Part419
6029
BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6030
BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6031
Folder421.Name = "CFrames"
6032
Folder421.Parent = Part419
6033
CFrameValue422.Name = "C0"
6034
CFrameValue422.Parent = Folder421
6035
CFrameValue422.Value = CFrame.new(0.00431609154, 1.83525085, -0.277664185, 1, -1.70990825e-06, -5.38304448e-07, 6.40749931e-07, 0.923214555, 0.384285778, -7.07950676e-07, -0.384292692, 0.92323041)
6036
Part423.Parent = Model0
6037
Part423.Material = Enum.Material.Metal
6038
Part423.BrickColor = BrickColor.new("Black")
6039
Part423.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
6040
Part423.Anchored = true
6041
Part423.FormFactor = Enum.FormFactor.Custom
6042
Part423.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6043
Part423.CFrame = CFrame.new(46.1778946, 0.540471494, 138.586533, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
6044
Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6045
Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6046
Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6047
Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6048
Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6049
Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6050
Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
6051
Part423.Position = Vector3.new(46.1778946, 0.540471494, 138.586533)
6052
Part423.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6053
Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
6054
BlockMesh424.Parent = Part423
6055
BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6056
BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6057
Folder425.Name = "CFrames"
6058
Folder425.Parent = Part423
6059
CFrameValue426.Name = "C0"
6060
CFrameValue426.Parent = Folder425
6061
CFrameValue426.Value = CFrame.new(8.82148743e-06, 1.556427, -0.0169372559, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
6062
Part427.Parent = Model0
6063
Part427.Material = Enum.Material.Metal
6064
Part427.BrickColor = BrickColor.new("Black")
6065
Part427.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
6066
Part427.Anchored = true
6067
Part427.FormFactor = Enum.FormFactor.Custom
6068
Part427.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6069
Part427.CFrame = CFrame.new(46.2361908, 0.53552556, 138.47551, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
6070
Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6071
Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6072
Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6073
Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6074
Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6075
Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6076
Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
6077
Part427.Position = Vector3.new(46.2361908, 0.53552556, 138.47551)
6078
Part427.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
6079
Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
6080
BlockMesh428.Parent = Part427
6081
BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6082
BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6083
Folder429.Name = "CFrames"
6084
Folder429.Parent = Part427
6085
CFrameValue430.Name = "C0"
6086
CFrameValue430.Parent = Folder429
6087
CFrameValue430.Value = CFrame.new(-4.76837158e-06, 1.44522095, -0.0750808716, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
6088
Part431.Parent = Model0
6089
Part431.Material = Enum.Material.Metal
6090
Part431.BrickColor = BrickColor.new("Black")
6091
Part431.Rotation = Vector3.new(-3.32999992, -52.4699974, -91.6199951)
6092
Part431.Anchored = true
6093
Part431.FormFactor = Enum.FormFactor.Custom
6094
Part431.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6095
Part431.CFrame = CFrame.new(46.6024399, 0.53541398, 138.77179, -0.017270416, 0.608930945, -0.793046594, -0.999218047, 0.0177063867, 0.0353566259, 0.0355708487, 0.793030083, 0.608143389)
6096
Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6097
Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6098
Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6099
Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6100
Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6101
Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6102
Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
6103
Part431.Position = Vector3.new(46.6024399, 0.53541398, 138.77179)
6104
Part431.Orientation = Vector3.new(-2.02999997, -52.5200005, -88.9799957)
6105
Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
6106
BlockMesh432.Parent = Part431
6107
BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6108
BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6109
Folder433.Name = "CFrames"
6110
Folder433.Parent = Part431
6111
CFrameValue434.Name = "C0"
6112
CFrameValue434.Parent = Folder433
6113
CFrameValue434.Value = CFrame.new(0.00431919098, 1.74076843, -0.441883087, 1, -1.99489295e-06, -1.00396574e-06, 1.06170774e-06, 0.792293191, 0.610141098, -9.69572284e-07, -0.610152006, 0.79230696)
6114
Part435.Parent = Model0
6115
Part435.Material = Enum.Material.Metal
6116
Part435.BrickColor = BrickColor.new("Black")
6117
Part435.Rotation = Vector3.new(-1.63, 22.3199997, 88.9300003)
6118
Part435.Anchored = true
6119
Part435.FormFactor = Enum.FormFactor.Custom
6120
Part435.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6121
Part435.CFrame = CFrame.new(45.4901848, 0.543934107, 138.471359, 0.0172694474, -0.924949288, 0.379721284, 0.999218225, 0.029475145, 0.0263522454, -0.0355659574, 0.378965765, 0.924727082)
6122
Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6123
Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6124
Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6125
Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6126
Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6127
Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6128
Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
6129
Part435.Position = Vector3.new(45.4901848, 0.543934107, 138.471359)
6130
Part435.Orientation = Vector3.new(-1.50999999, 22.3199997, 88.3099976)
6131
Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
6132
BlockMesh436.Parent = Part435
6133
BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
6134
BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
6135
Folder437.Name = "CFrames"
6136
Folder437.Parent = Part435
6137
CFrameValue438.Name = "C0"
6138
CFrameValue438.Parent = Folder437
6139
CFrameValue438.Value = CFrame.new(0.0043296814, 1.44242859, 0.670970917, -1.00000012, 2.3143366e-06, 1.97067857e-06, 3.83332372e-06, 0.381086707, 0.924539566, 1.93193409e-06, 0.92455554, -0.381093591)
6140
Part439.Parent = Model0
6141
Part439.Material = Enum.Material.Metal
6142
Part439.BrickColor = BrickColor.new("Black")
6143
Part439.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
6144
Part439.Anchored = true
6145
Part439.FormFactor = Enum.FormFactor.Custom
6146
Part439.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6147
Part439.CFrame = CFrame.new(46.2694511, 0.538316369, 138.57019, -0.0172709133, 0.257399857, -0.966159761, -0.999218047, 0.0299336184, 0.0258372203, 0.0355702713, 0.965842068, 0.256679147)
6148
Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6149
Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6150
Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6151
Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6152
Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6153
Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6154
Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
6155
Part439.Position = Vector3.new(46.2694511, 0.538316369, 138.57019)
6156
Part439.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
6157
Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
6158
BlockMesh440.Parent = Part439
6159
BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6160
BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6161
Folder441.Name = "CFrames"
6162
Folder441.Parent = Part439
6163
CFrameValue442.Name = "C0"
6164
CFrameValue442.Parent = Folder441
6165
CFrameValue442.Value = CFrame.new(-4.76837158e-07, 1.53988647, -0.108478546, 1, -1.54972076e-06, -4.9546361e-07, 4.84287739e-07, 0.965929508, 0.258806646, -4.710746e-07, -0.258811384, 0.965946078)
6166
Part443.Parent = Model0
6167
Part443.Material = Enum.Material.Metal
6168
Part443.BrickColor = BrickColor.new("Black")
6169
Part443.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
6170
Part443.Anchored = true
6171
Part443.FormFactor = Enum.FormFactor.Custom
6172
Part443.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6173
Part443.CFrame = CFrame.new(45.8614311, 0.54011327, 138.42305, -0.0172714479, -0.866617382, -0.498692006, -0.999217987, 0.0327045619, -0.0222258158, 0.0355698988, 0.497913718, -0.86649704)
6174
Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6175
Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6176
Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6177
Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6178
Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6179
Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6180
Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
6181
Part443.Position = Vector3.new(45.8614311, 0.54011327, 138.42305)
6182
Part443.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
6183
Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
6184
BlockMesh444.Parent = Part443
6185
BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6186
BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6187
Folder445.Name = "CFrames"
6188
Folder445.Parent = Part443
6189
CFrameValue446.Name = "C0"
6190
CFrameValue446.Parent = Folder445
6191
CFrameValue446.Value = CFrame.new(1.71661377e-05, 1.39347839, 0.299812317, 1, -1.14925206e-06, 7.78585672e-07, 1.15483999e-07, 0.499991357, -0.866030812, 6.42612576e-08, 0.866045654, 0.500000119)
6192
Part447.Parent = Model0
6193
Part447.Material = Enum.Material.Metal
6194
Part447.BrickColor = BrickColor.new("Black")
6195
Part447.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
6196
Part447.Anchored = true
6197
Part447.FormFactor = Enum.FormFactor.Custom
6198
Part447.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6199
Part447.CFrame = CFrame.new(46.3064499, 0.533275962, 138.446625, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
6200
Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6201
Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6202
Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6203
Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6204
Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6205
Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6206
Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
6207
Part447.Position = Vector3.new(46.3064499, 0.533275962, 138.446625)
6208
Part447.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
6209
Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
6210
BlockMesh448.Parent = Part447
6211
BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6212
BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6213
Folder449.Name = "CFrames"
6214
Folder449.Parent = Part447
6215
CFrameValue450.Name = "C0"
6216
CFrameValue450.Parent = Folder449
6217
CFrameValue450.Value = CFrame.new(1.90734863e-06, 1.41616821, -0.145309448, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
6218
Part451.Parent = Model0
6219
Part451.Material = Enum.Material.Metal
6220
Part451.BrickColor = BrickColor.new("Black")
6221
Part451.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
6222
Part451.Anchored = true
6223
Part451.FormFactor = Enum.FormFactor.Custom
6224
Part451.Size = Vector3.new(0.316868067, 0.582002521, 0.316868067)
6225
Part451.CFrame = CFrame.new(46.4832687, 0.528484344, 138.397736, -0.0172699131, 0.865191281, -0.501162291, -0.999218047, 0.00289745256, 0.0394359678, 0.0355708748, 0.501447082, 0.864456952)
6226
Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6227
Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6228
Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6229
Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6230
Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6231
Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6232
Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
6233
Part451.Position = Vector3.new(46.4832687, 0.528484344, 138.397736)
6234
Part451.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
6235
Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
6236
BlockMesh452.Parent = Part451
6237
BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6238
BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6239
Folder453.Name = "CFrames"
6240
Folder453.Parent = Part451
6241
CFrameValue454.Name = "C0"
6242
CFrameValue454.Parent = Folder453
6243
CFrameValue454.Value = CFrame.new(-2.86102295e-06, 1.36688232, -0.322086334, 1.00000012, -1.91666186e-06, -1.44913793e-06, 1.08778477e-06, 0.50000453, 0.866023123, -1.47254468e-06, -0.866038263, 0.500013113)
6244
Part455.Parent = Model0
6245
Part455.Material = Enum.Material.Metal
6246
Part455.BrickColor = BrickColor.new("Black")
6247
Part455.Rotation = Vector3.new(-1.90999997, 7.4199996, 89)
6248
Part455.Anchored = true
6249
Part455.FormFactor = Enum.FormFactor.Custom
6250
Part455.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6251
Part455.CFrame = CFrame.new(45.441349, 0.538282216, 138.288101, 0.0172711406, -0.991489649, 0.129103661, 0.999218106, 0.0217092764, 0.0330456793, -0.0355663113, 0.128430739, 0.991080642)
6252
Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6253
Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6254
Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6255
Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6256
Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6257
Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6258
Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
6259
Part455.Position = Vector3.new(45.441349, 0.538282216, 138.288101)
6260
Part455.Orientation = Vector3.new(-1.88999999, 7.4199996, 88.7599945)
6261
Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
6262
BlockMesh456.Parent = Part455
6263
BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6264
BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6265
Folder457.Name = "CFrames"
6266
Folder457.Parent = Part455
6267
CFrameValue458.Name = "C0"
6268
CFrameValue458.Parent = Folder457
6269
CFrameValue458.Value = CFrame.new(0.00430250168, 1.25915527, 0.7200737, -1, 1.86264515e-09, 2.35810876e-06, 3.47197056e-06, 0.130528629, 0.991444826, 2.37647328e-07, 0.991462052, -0.130531058)
6270
Part459.Parent = Model0
6271
Part459.Material = Enum.Material.Metal
6272
Part459.BrickColor = BrickColor.new("Black")
6273
Part459.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
6274
Part459.Anchored = true
6275
Part459.FormFactor = Enum.FormFactor.Custom
6276
Part459.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6277
Part459.CFrame = CFrame.new(46.424614, 0.532096505, 138.470749, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
6278
Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6279
Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6280
Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6281
Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6282
Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6283
Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6284
Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
6285
Part459.Position = Vector3.new(46.424614, 0.532096505, 138.470749)
6286
Part459.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
6287
Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
6288
BlockMesh460.Parent = Part459
6289
BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6290
BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6291
Folder461.Name = "CFrames"
6292
Folder461.Parent = Part459
6293
CFrameValue462.Name = "C0"
6294
CFrameValue462.Parent = Folder461
6295
CFrameValue462.Value = CFrame.new(-2.38418579e-06, 1.44006348, -0.263523102, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
6296
Part463.Parent = Model0
6297
Part463.Material = Enum.Material.Metal
6298
Part463.BrickColor = BrickColor.new("Black")
6299
Part463.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
6300
Part463.Anchored = true
6301
Part463.FormFactor = Enum.FormFactor.Custom
6302
Part463.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6303
Part463.CFrame = CFrame.new(46.0854645, 0.538102925, 138.475204, -0.0172714479, -0.26016286, -0.96541959, -0.999217987, 0.0388416275, 0.00740959309, 0.0355698764, 0.964783967, -0.260628164)
6304
Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6305
Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6306
Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6307
Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6308
Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6309
Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6310
Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
6311
Part463.Position = Vector3.new(46.0854645, 0.538102925, 138.475204)
6312
Part463.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
6313
Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
6314
BlockMesh464.Parent = Part463
6315
BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6316
BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6317
Folder465.Name = "CFrames"
6318
Folder465.Parent = Part463
6319
CFrameValue466.Name = "C0"
6320
CFrameValue466.Parent = Folder465
6321
CFrameValue466.Value = CFrame.new(1.21593475e-05, 1.44522095, 0.075668335, 1, -1.34855509e-06, -2.7474016e-07, 9.31322575e-08, 0.965923429, -0.258829355, 6.43049134e-08, 0.258833617, 0.965940297)
6322
Part467.Parent = Model0
6323
Part467.Material = Enum.Material.Metal
6324
Part467.BrickColor = BrickColor.new("Black")
6325
Part467.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
6326
Part467.Anchored = true
6327
Part467.FormFactor = Enum.FormFactor.Custom
6328
Part467.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6329
Part467.CFrame = CFrame.new(46.3535728, 0.535464168, 138.530685, -0.0172702409, 0.498694301, -0.86661613, -0.999218106, 0.0222266428, 0.0327037647, 0.0355702564, 0.866495728, 0.497915924)
6330
Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6331
Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6332
Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6333
Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6334
Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6335
Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6336
Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
6337
Part467.Position = Vector3.new(46.3535728, 0.535464168, 138.530685)
6338
Part467.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
6339
Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
6340
BlockMesh468.Parent = Part467
6341
BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6342
BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6343
Folder469.Name = "CFrames"
6344
Folder469.Parent = Part467
6345
CFrameValue470.Name = "C0"
6346
CFrameValue470.Parent = Folder469
6347
CFrameValue470.Value = CFrame.new(-8.58306885e-06, 1.50018311, -0.192558289, 1.00000012, -1.69314444e-06, -2.96160579e-07, 4.69386578e-07, 0.866029561, 0.499993533, -1.14532304e-06, -0.500002444, 0.866044402)
6348
Part471.Parent = Model0
6349
Part471.Material = Enum.Material.Metal
6350
Part471.Rotation = Vector3.new(-2, 2.38999987, -100.769997)
6351
Part471.Anchored = true
6352
Part471.FormFactor = Enum.FormFactor.Custom
6353
Part471.Size = Vector3.new(0.316868067, 0.393357426, 0.316868067)
6354
Part471.CFrame = CFrame.new(45.3952827, 0.499970227, 138.189896, -0.186728343, 0.981533766, 0.0417337231, -0.981512368, -0.188205451, 0.0348224789, 0.0420329906, -0.0344594792, 0.998521864)
6355
Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6356
Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6357
Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6358
Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6359
Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6360
Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6361
Part471.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
6362
Part471.Orientation = Vector3.new(-2, 2.38999987, -100.849998)
6363
SpecialMesh472.Parent = Part471
6364
SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
6365
SpecialMesh472.MeshType = Enum.MeshType.Wedge
6366
SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
6367
Folder473.Name = "CFrames"
6368
Folder473.Parent = Part471
6369
CFrameValue474.Name = "C0"
6370
CFrameValue474.Parent = Folder473
6371
CFrameValue474.Value = CFrame.new(0.039886713, 1.15971375, 0.765674591, 0.985464871, 0.16988039, 5.99771738e-07, 0.00732981786, -0.0425300859, 0.999068558, 0.169724584, -0.984564006, -0.0431580171)
6372
Part475.Parent = Model0
6373
Part475.Material = Enum.Material.Metal
6374
Part475.BrickColor = BrickColor.new("Black")
6375
Part475.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
6376
Part475.Anchored = true
6377
Part475.FormFactor = Enum.FormFactor.Custom
6378
Part475.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6379
Part475.CFrame = CFrame.new(46.1608047, 0.537157655, 138.485291, -0.0172709133, -0.00142910238, -0.999858558, -0.999218047, 0.0356007814, 0.0172095317, 0.0355702713, 0.999365151, -0.00204295898)
6380
Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6381
Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6382
Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6383
Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6384
Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6385
Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6386
Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
6387
Part475.Position = Vector3.new(46.1608047, 0.537157655, 138.485291)
6388
Part475.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6389
Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
6390
BlockMesh476.Parent = Part475
6391
BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6392
BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6393
Folder477.Name = "CFrames"
6394
Folder477.Parent = Part475
6395
CFrameValue478.Name = "C0"
6396
CFrameValue478.Parent = Folder477
6397
CFrameValue478.Value = CFrame.new(1.40666962e-05, 1.45515442, 0.000301361084, 1, -1.62795186e-06, -7.72924977e-08, 4.84287739e-07, 1.00000024, -1.05646905e-05, -4.710746e-07, 1.03849452e-05, 1.00001752)
6398
Part479.Parent = Model0
6399
Part479.Material = Enum.Material.Metal
6400
Part479.BrickColor = BrickColor.new("Black")
6401
Part479.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
6402
Part479.Anchored = true
6403
Part479.FormFactor = Enum.FormFactor.Custom
6404
Part479.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6405
Part479.CFrame = CFrame.new(46.0152817, 0.538282692, 138.44606, -0.0172711629, -0.501175761, -0.865183413, -0.999218047, 0.0394361056, -0.0028967252, 0.0355703495, 0.864448905, -0.501460731)
6406
Part479.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6407
Part479.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6408
Part479.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6409
Part479.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6410
Part479.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6411
Part479.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6412
Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
6413
Part479.Position = Vector3.new(46.0152817, 0.538282692, 138.44606)
6414
Part479.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
6415
Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
6416
BlockMesh480.Parent = Part479
6417
BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6418
BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6419
Folder481.Name = "CFrames"
6420
Folder481.Parent = Part479
6421
CFrameValue482.Name = "C0"
6422
CFrameValue482.Parent = Folder481
6423
CFrameValue482.Value = CFrame.new(8.10623169e-06, 1.41619873, 0.145900726, 1.00000012, -1.64285302e-06, 5.69969416e-07, 5.62518835e-07, 0.866015077, -0.500018179, -2.21640221e-07, 0.500026643, 0.866030514)
6424
Part483.Parent = Model0
6425
Part483.Material = Enum.Material.Metal
6426
Part483.BrickColor = BrickColor.new("Black")
6427
Part483.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
6428
Part483.Anchored = true
6429
Part483.FormFactor = Enum.FormFactor.Custom
6430
Part483.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6431
Part483.CFrame = CFrame.new(46.3667946, 0.530590773, 138.400497, -0.0172701683, 0.706000924, -0.708012819, -0.999218047, 0.0130051011, 0.03734231, 0.0355705991, 0.708098114, 0.705217779)
6432
Part483.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6433
Part483.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6434
Part483.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6435
Part483.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6436
Part483.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6437
Part483.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6438
Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
6439
Part483.Position = Vector3.new(46.3667946, 0.530590773, 138.400497)
6440
Part483.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
6441
Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
6442
BlockMesh484.Parent = Part483
6443
BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6444
BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6445
Folder485.Name = "CFrames"
6446
Folder485.Parent = Part483
6447
CFrameValue486.Name = "C0"
6448
CFrameValue486.Parent = Folder485
6449
CFrameValue486.Value = CFrame.new(2.14576721e-06, 1.36988831, -0.205600739, 1, -1.85519457e-06, -9.05245543e-07, 8.12113285e-07, 0.707110047, 0.707103908, -1.21680205e-06, -0.707116485, 0.707122028)
6450
Part487.Parent = Model0
6451
Part487.Material = Enum.Material.Metal
6452
Part487.BrickColor = BrickColor.new("Black")
6453
Part487.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
6454
Part487.Anchored = true
6455
Part487.FormFactor = Enum.FormFactor.Custom
6456
Part487.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6457
Part487.CFrame = CFrame.new(45.9550705, 0.537677705, 138.399673, -0.0172714479, -0.708024263, -0.705989361, -0.999217987, 0.0373425111, -0.0130043048, 0.0355698988, 0.705206394, -0.708109438)
6458
Part487.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6459
Part487.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6460
Part487.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6461
Part487.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6462
Part487.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6463
Part487.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6464
Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
6465
Part487.Position = Vector3.new(45.9550705, 0.537677705, 138.399673)
6466
Part487.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
6467
Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
6468
BlockMesh488.Parent = Part487
6469
BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6470
BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6471
Folder489.Name = "CFrames"
6472
Folder489.Parent = Part487
6473
CFrameValue490.Name = "C0"
6474
CFrameValue490.Parent = Folder489
6475
CFrameValue490.Value = CFrame.new(2.62260437e-06, 1.36990356, 0.206192017, 1, -1.31130219e-06, 4.58210707e-07, 1.15483999e-07, 0.707092583, -0.707121372, 6.42612576e-08, 0.707133532, 0.707104921)
6476
Part491.Parent = Model0
6477
Part491.Material = Enum.Material.Metal
6478
Part491.BrickColor = BrickColor.new("Black")
6479
Part491.Rotation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
6480
Part491.Anchored = true
6481
Part491.FormFactor = Enum.FormFactor.Custom
6482
Part491.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6483
Part491.CFrame = CFrame.new(45.4372177, 0.535209894, 138.199905, 0.0172711406, -0.999858677, -0.00141246896, 0.999218106, 0.0172103606, 0.0355965421, -0.0355663113, -0.00202627527, 0.999365389)
6484
Part491.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6485
Part491.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6486
Part491.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6487
Part491.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6488
Part491.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6489
Part491.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6490
Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
6491
Part491.Position = Vector3.new(45.4372177, 0.535209894, 138.199905)
6492
Part491.Orientation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
6493
Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
6494
BlockMesh492.Parent = Part491
6495
BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
6496
BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
6497
Folder493.Name = "CFrames"
6498
Folder493.Parent = Part491
6499
CFrameValue494.Name = "C0"
6500
CFrameValue494.Parent = Folder493
6501
CFrameValue494.Value = CFrame.new(0.00430655479, 1.17089844, 0.724334717, -1, -3.10879841e-07, 2.32830644e-06, 3.47197056e-06, 6.13834709e-06, 1.00000036, 2.37647328e-07, 1.00001764, -6.31948933e-06)
6502
Part495.Parent = Model0
6503
Part495.Material = Enum.Material.Metal
6504
Part495.BrickColor = BrickColor.new("Black")
6505
Part495.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
6506
Part495.Anchored = true
6507
Part495.FormFactor = Enum.FormFactor.Custom
6508
Part495.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6509
Part495.CFrame = CFrame.new(45.8103523, 0.535223901, 138.139587, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
6510
Part495.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6511
Part495.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6512
Part495.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6513
Part495.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6514
Part495.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6515
Part495.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6516
Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
6517
Part495.Position = Vector3.new(45.8103523, 0.535223901, 138.139587)
6518
Part495.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6519
Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
6520
CylinderMesh496.Parent = Part495
6521
CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
6522
CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
6523
Folder497.Name = "CFrames"
6524
Folder497.Parent = Part495
6525
CFrameValue498.Name = "C0"
6526
CFrameValue498.Parent = Folder497
6527
CFrameValue498.Value = CFrame.new(-0.00429725647, 1.11010742, 0.35137558, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
6528
Part499.Parent = Model0
6529
Part499.Material = Enum.Material.Metal
6530
Part499.BrickColor = BrickColor.new("Black")
6531
Part499.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6532
Part499.Anchored = true
6533
Part499.FormFactor = Enum.FormFactor.Custom
6534
Part499.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6535
Part499.CFrame = CFrame.new(46.1598701, 0.447531641, 138.330856, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
6536
Part499.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6537
Part499.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6538
Part499.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6539
Part499.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6540
Part499.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6541
Part499.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6542
Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
6543
Part499.Position = Vector3.new(46.1598701, 0.447531641, 138.330856)
6544
Part499.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6545
Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
6546
SpecialMesh500.Parent = Part499
6547
SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6548
SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6549
Folder501.Name = "CFrames"
6550
Folder501.Parent = Part499
6551
CFrameValue502.Name = "C0"
6552
CFrameValue502.Parent = Folder501
6553
CFrameValue502.Value = CFrame.new(0.0840928555, 1.29763794, 7.62939453e-06, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
6554
Part503.Parent = Model0
6555
Part503.Material = Enum.Material.Metal
6556
Part503.BrickColor = BrickColor.new("Black")
6557
Part503.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6558
Part503.Anchored = true
6559
Part503.FormFactor = Enum.FormFactor.Custom
6560
Part503.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6561
Part503.CFrame = CFrame.new(46.150486, 0.628380477, 138.362015, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
6562
Part503.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6563
Part503.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6564
Part503.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6565
Part503.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6566
Part503.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6567
Part503.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6568
Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
6569
Part503.Position = Vector3.new(46.150486, 0.628380477, 138.362015)
6570
Part503.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6571
Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
6572
SpecialMesh504.Parent = Part503
6573
SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6574
SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6575
Folder505.Name = "CFrames"
6576
Folder505.Parent = Part503
6577
CFrameValue506.Name = "C0"
6578
CFrameValue506.Parent = Folder505
6579
CFrameValue506.Value = CFrame.new(-0.0953435898, 1.33520508, 0.0124397278, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
6580
Part507.Parent = Model0
6581
Part507.Material = Enum.Material.Metal
6582
Part507.BrickColor = BrickColor.new("Black")
6583
Part507.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6584
Part507.Anchored = true
6585
Part507.FormFactor = Enum.FormFactor.Custom
6586
Part507.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6587
Part507.CFrame = CFrame.new(46.1435165, 0.646713436, 138.363693, -0.00141641998, -0.0172711797, 0.999849796, 0.0355953611, -0.999218106, -0.0172098391, 0.99936533, 0.0355656408, 0.00203008601)
6588
Part507.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6589
Part507.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6590
Part507.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6591
Part507.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6592
Part507.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6593
Part507.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6594
Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
6595
Part507.Position = Vector3.new(46.1435165, 0.646713436, 138.363693)
6596
Part507.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6597
Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
6598
SpecialMesh508.Parent = Part507
6599
SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
6600
SpecialMesh508.MeshType = Enum.MeshType.Sphere
6601
SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
6602
Folder509.Name = "CFrames"
6603
Folder509.Parent = Part507
6604
CFrameValue510.Name = "C0"
6605
CFrameValue510.Parent = Folder509
6606
CFrameValue510.Value = CFrame.new(-0.113482475, 1.33755493, 0.0197219849, 3.57627869e-06, 1, 7.9482561e-08, 1.00000024, -4.14252281e-06, -2.29873694e-06, -2.38930807e-06, -1.97171175e-07, -1.00000882)
6607
Part511.Parent = Model0
6608
Part511.Material = Enum.Material.Metal
6609
Part511.BrickColor = BrickColor.new("Dark stone grey")
6610
Part511.Reflectance = 0.10000000149012
6611
Part511.Rotation = Vector3.new(-96.7299957, -89.0400009, -4.69000006)
6612
Part511.Anchored = true
6613
Part511.FormFactor = Enum.FormFactor.Custom
6614
Part511.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6615
Part511.CFrame = CFrame.new(46.3312683, 0.429026097, 135.529953, 0.017271338, 0.00141656166, -0.999858677, 0.999217749, -0.0356043391, 0.0172103979, -0.0355740301, -0.999365091, -0.00203050533)
6616
Part511.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6617
Part511.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6618
Part511.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6619
Part511.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6620
Part511.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6621
Part511.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6622
Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
6623
Part511.Position = Vector3.new(46.3312683, 0.429026097, 135.529953)
6624
Part511.Orientation = Vector3.new(-0.98999995, -90.1199951, 92.0400009)
6625
Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
6626
SpecialMesh512.Parent = Part511
6627
SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6628
SpecialMesh512.MeshType = Enum.MeshType.Wedge
6629
SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6630
Folder513.Name = "CFrames"
6631
Folder513.Parent = Part511
6632
CFrameValue514.Name = "C0"
6633
CFrameValue514.Parent = Folder513
6634
CFrameValue514.Value = CFrame.new(-1.90734863e-06, -1.50241089, -0.165988922, -0.99999994, 5.40167093e-06, -4.98592271e-07, -4.25428152e-06, -1.00000024, 1.91223808e-06, 4.84433258e-08, 2.09268183e-06, 1.00001764)
6635
Part515.Parent = Model0
6636
Part515.Material = Enum.Material.Metal
6637
Part515.BrickColor = BrickColor.new("Dark stone grey")
6638
Part515.Rotation = Vector3.new(39.9399986, -0.719999969, -54.0599976)
6639
Part515.Anchored = true
6640
Part515.FormFactor = Enum.FormFactor.Custom
6641
Part515.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6642
Part515.CFrame = CFrame.new(46.3291168, 0.308330357, 135.534241, 0.586932302, 0.809548557, -0.0126173757, -0.625477135, 0.443472356, -0.641958535, -0.514096916, 0.384675056, 0.766635537)
6643
Part515.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6644
Part515.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6645
Part515.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6646
Part515.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6647
Part515.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6648
Part515.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6649
Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
6650
Part515.Position = Vector3.new(46.3291168, 0.308330357, 135.534241)
6651
Part515.Orientation = Vector3.new(39.9399986, -0.939999998, -54.6599998)
6652
Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
6653
SpecialMesh516.Parent = Part515
6654
SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6655
SpecialMesh516.MeshType = Enum.MeshType.Wedge
6656
SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6657
Folder517.Name = "CFrames"
6658
Folder517.Parent = Part515
6659
CFrameValue518.Name = "C0"
6660
CFrameValue518.Parent = Folder517
6661
CFrameValue518.Value = CFrame.new(0.120788813, -1.50241089, -0.165927887, 0.596564949, -0.443424731, 0.668943048, -0.536869943, 0.399069846, 0.743313372, -0.596568942, -0.802583754, 9.2338305e-06)
6662
Part519.Parent = Model0
6663
Part519.Material = Enum.Material.Metal
6664
Part519.BrickColor = BrickColor.new("Dark stone grey")
6665
Part519.Rotation = Vector3.new(-1.80999994, 13.0699997, -45.25)
6666
Part519.Anchored = true
6667
Part519.FormFactor = Enum.FormFactor.Custom
6668
Part519.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6669
Part519.CFrame = CFrame.new(46.0021095, 0.595594823, 135.566711, 0.685720384, 0.691834927, 0.226207405, -0.714912832, 0.698536813, 0.030756589, -0.136734858, -0.182806864, 0.973594248)
6670
Part519.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6671
Part519.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6672
Part519.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6673
Part519.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6674
Part519.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6675
Part519.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6676
Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
6677
Part519.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
6678
Part519.Orientation = Vector3.new(-1.75999999, 13.0799999, -45.6599998)
6679
Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
6680
SpecialMesh520.Parent = Part519
6681
SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6682
SpecialMesh520.MeshType = Enum.MeshType.Wedge
6683
SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6684
Folder521.Name = "CFrames"
6685
Folder521.Parent = Part519
6686
CFrameValue522.Name = "C0"
6687
CFrameValue522.Parent = Folder521
6688
CFrameValue522.Value = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.697647035, -0.716441512, -9.41008329e-06, -0.163071439, -0.1588047, 0.973750293, -0.697649181, -0.679343641, -0.227624938)
6689
Part523.Parent = Model0
6690
Part523.Material = Enum.Material.Metal
6691
Part523.BrickColor = BrickColor.new("Dark stone grey")
6692
Part523.Rotation = Vector3.new(178.849991, -41.8999977, 144.709991)
6693
Part523.Anchored = true
6694
Part523.FormFactor = Enum.FormFactor.Custom
6695
Part523.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6696
Part523.CFrame = CFrame.new(46.3339691, 0.589796841, 135.567368, -0.607548535, -0.430067122, -0.667791009, -0.566706419, 0.82378453, -0.0149454065, 0.556537986, 0.36935845, -0.744204342)
6697
Part523.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6698
Part523.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6699
Part523.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6700
Part523.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6701
Part523.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6702
Part523.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6703
Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
6704
Part523.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
6705
Part523.Orientation = Vector3.new(0.859999955, -138.099991, -34.5299988)
6706
Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
6707
SpecialMesh524.Parent = Part523
6708
SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6709
SpecialMesh524.MeshType = Enum.MeshType.Wedge
6710
SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6711
Folder525.Name = "CFrames"
6712
Folder525.Parent = Part523
6713
CFrameValue526.Name = "C0"
6714
CFrameValue526.Parent = Folder525
6715
CFrameValue526.Value = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.596551836, -0.802574694, -3.55392694e-06, 0.536872089, 0.399060458, -0.74331665, 0.596578419, 0.443433017, 0.668951988)
6716
Part527.Parent = Model0
6717
Part527.Material = Enum.Material.Metal
6718
Part527.BrickColor = BrickColor.new("Dark stone grey")
6719
Part527.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
6720
Part527.Anchored = true
6721
Part527.FormFactor = Enum.FormFactor.Custom
6722
Part527.Size = Vector3.new(0.316868067, 0.418179721, 0.316868067)
6723
Part527.CFrame = CFrame.new(46.165062, 0.437791824, 135.69548, -0.0172711033, -0.00141864689, -0.999858618, -0.999217927, 0.0355995446, 0.0172101036, 0.0355692096, 0.99936527, -0.00203249883)
6724
Part527.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6725
Part527.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6726
Part527.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6727
Part527.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6728
Part527.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6729
Part527.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6730
Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
6731
Part527.Position = Vector3.new(46.165062, 0.437791824, 135.69548)
6732
Part527.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6733
Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
6734
BlockMesh528.Parent = Part527
6735
BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
6736
BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
6737
Folder529.Name = "CFrames"
6738
Folder529.Parent = Part527
6739
CFrameValue530.Name = "C0"
6740
CFrameValue530.Parent = Folder529
6741
CFrameValue530.Value = CFrame.new(-2.62260437e-06, -1.33644104, 3.81469727e-06, 0.999999881, -5.66244125e-07, -2.7706119e-07, -5.66244125e-07, 1.00000024, -9.05711204e-08, -2.7706119e-07, -9.05711204e-08, 1.00001764)
6742
Part531.Parent = Model0
6743
Part531.Material = Enum.Material.Metal
6744
Part531.BrickColor = BrickColor.new("Dark stone grey")
6745
Part531.Rotation = Vector3.new(135.979996, -0.599999964, 54.1699982)
6746
Part531.Anchored = true
6747
Part531.FormFactor = Enum.FormFactor.Custom
6748
Part531.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6749
Part531.CFrame = CFrame.new(46.0021095, 0.595594823, 135.566711, 0.585411727, -0.810678899, -0.0105141569, -0.587256193, -0.415059626, -0.694878399, 0.558954, 0.41296038, -0.719051123)
6750
Part531.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6751
Part531.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6752
Part531.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6753
Part531.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6754
Part531.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6755
Part531.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6756
Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
6757
Part531.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
6758
Part531.Orientation = Vector3.new(44.0200005, -179.159988, -125.25)
6759
Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
6760
SpecialMesh532.Parent = Part531
6761
SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6762
SpecialMesh532.MeshType = Enum.MeshType.Wedge
6763
SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6764
Folder533.Name = "CFrames"
6765
Folder533.Parent = Part531
6766
CFrameValue534.Name = "C0"
6767
CFrameValue534.Parent = Folder533
6768
CFrameValue534.Value = CFrame.new(-0.159447908, -1.45925903, 0.165912628, 0.59656781, 0.443425, 0.668940544, 0.536862671, 0.399072409, -0.743317187, -0.596571743, 0.802581728, 1.52123393e-05)
6769
Part535.Parent = Model0
6770
Part535.Material = Enum.Material.Metal
6771
Part535.BrickColor = BrickColor.new("Dark stone grey")
6772
Part535.Rotation = Vector3.new(-2.92999983, -42.0599976, -144.709991)
6773
Part535.Anchored = true
6774
Part535.FormFactor = Enum.FormFactor.Custom
6775
Part535.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6776
Part535.CFrame = CFrame.new(46.0353813, 0.274691135, 135.535034, -0.606033027, 0.428934097, -0.669893444, -0.604927301, -0.795374751, 0.0379808359, -0.516520977, 0.428250194, 0.741490602)
6777
Part535.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6778
Part535.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6779
Part535.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6780
Part535.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6781
Part535.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6782
Part535.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6783
Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
6784
Part535.Position = Vector3.new(46.0353813, 0.274691135, 135.535034)
6785
Part535.Orientation = Vector3.new(-2.18000007, -42.0999985, -142.73999)
6786
Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
6787
SpecialMesh536.Parent = Part535
6788
SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6789
SpecialMesh536.MeshType = Enum.MeshType.Wedge
6790
SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6791
Folder537.Name = "CFrames"
6792
Folder537.Parent = Part535
6793
CFrameValue538.Name = "C0"
6794
CFrameValue538.Parent = Folder537
6795
CFrameValue538.Value = CFrame.new(0.15950346, -1.50239563, 0.127185822, 0.596548855, 0.802577078, -7.09854066e-06, -0.536868513, 0.399054885, 0.743322432, 0.596586287, -0.443432331, 0.668945253)
6796
Part539.Parent = Model0
6797
Part539.Material = Enum.Material.Metal
6798
Part539.BrickColor = BrickColor.new("Dark stone grey")
6799
Part539.Rotation = Vector3.new(-168.87999, 0.299999982, -44.8199997)
6800
Part539.Anchored = true
6801
Part539.FormFactor = Enum.FormFactor.Custom
6802
Part539.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
6803
Part539.CFrame = CFrame.new(46.3330536, 0.556943357, 135.734619, 0.709370077, 0.704828799, 0.00530599151, 0.690883994, -0.696787655, 0.192786202, 0.139577642, -0.133090004, -0.981226444)
6804
Part539.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6805
Part539.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6806
Part539.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6807
Part539.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6808
Part539.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6809
Part539.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6810
Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
6811
Part539.Position = Vector3.new(46.3330536, 0.556943357, 135.734619)
6812
Part539.Orientation = Vector3.new(-11.1199999, 179.690002, 135.23999)
6813
Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
6814
SpecialMesh540.Parent = Part539
6815
SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6816
SpecialMesh540.MeshType = Enum.MeshType.Wedge
6817
SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6818
Folder541.Name = "CFrames"
6819
Folder541.Parent = Part539
6820
CFrameValue542.Name = "C0"
6821
CFrameValue542.Parent = Folder541
6822
CFrameValue542.Value = CFrame.new(-0.120570421, -1.29330444, -0.165988922, -0.697630644, 0.679335594, -0.227628529, 0.163077861, -0.158810765, -0.973748088, -0.697663307, -0.716450453, 6.97071664e-06)
6823
Part543.Parent = Model0
6824
Part543.Material = Enum.Material.Metal
6825
Part543.BrickColor = BrickColor.new("Dark stone grey")
6826
Part543.Rotation = Vector3.new(164.800003, -0.149999991, 135.220001)
6827
Part543.Anchored = true
6828
Part543.FormFactor = Enum.FormFactor.Custom
6829
Part543.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
6830
Part543.CFrame = CFrame.new(45.9969559, 0.321586132, 135.742538, -0.709830821, -0.704380214, -0.00255547976, -0.679273129, 0.68548131, -0.262114108, 0.186377525, -0.184318885, -0.965033829)
6831
Part543.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6832
Part543.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6833
Part543.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6834
Part543.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6835
Part543.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6836
Part543.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6837
Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
6838
Part543.Position = Vector3.new(45.9969559, 0.321586132, 135.742538)
6839
Part543.Orientation = Vector3.new(15.1999998, -179.849991, -44.7399979)
6840
Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
6841
SpecialMesh544.Parent = Part543
6842
SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6843
SpecialMesh544.MeshType = Enum.MeshType.Wedge
6844
SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6845
Folder545.Name = "CFrames"
6846
Folder545.Parent = Part543
6847
CFrameValue546.Name = "C0"
6848
CFrameValue546.Parent = Folder545
6849
CFrameValue546.Value = CFrame.new(0.120689392, -1.29330444, 0.165992737, 0.697630703, -0.679335892, 0.227627769, 0.163084418, -0.158799812, -0.973748803, 0.697661281, 0.71645242, 5.53764403e-06)
6850
Part547.Parent = Model0
6851
Part547.Material = Enum.Material.Metal
6852
Part547.BrickColor = BrickColor.new("Dark stone grey")
6853
Part547.Reflectance = 0.10000000149012
6854
Part547.Rotation = Vector3.new(-92.0400009, 0.98999995, -0.0799999982)
6855
Part547.Anchored = true
6856
Part547.FormFactor = Enum.FormFactor.Custom
6857
Part547.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6858
Part547.CFrame = CFrame.new(46.162529, 0.272502363, 135.535294, 0.999858379, 0.00141303474, 0.0172829702, -0.0172221623, -0.0355938375, 0.999218047, 0.00202721357, -0.999365449, -0.0355635844)
6859
Part547.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6860
Part547.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6861
Part547.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6862
Part547.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6863
Part547.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6864
Part547.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6865
Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
6866
Part547.Position = Vector3.new(46.162529, 0.272502363, 135.535294)
6867
Part547.Orientation = Vector3.new(-87.7299957, 154.080002, -154.179993)
6868
Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
6869
SpecialMesh548.Parent = Part547
6870
SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6871
SpecialMesh548.MeshType = Enum.MeshType.Wedge
6872
SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6873
Folder549.Name = "CFrames"
6874
Folder549.Parent = Part547
6875
CFrameValue550.Name = "C0"
6876
CFrameValue550.Parent = Folder549
6877
CFrameValue550.Value = CFrame.new(0.15950346, -1.50239563, 1.90734863e-05, 1.2142249e-05, -5.04031777e-06, -1, -5.62006608e-06, -1.00000024, 6.17653131e-06, -1.00001752, 5.80050983e-06, -1.15975563e-05)
6878
Part551.Parent = Model0
6879
Part551.Material = Enum.Material.Metal
6880
Part551.BrickColor = BrickColor.new("Dark stone grey")
6881
Part551.Rotation = Vector3.new(-2.26999998, -13.2399998, 134.73999)
6882
Part551.Anchored = true
6883
Part551.FormFactor = Enum.FormFactor.Custom
6884
Part551.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6885
Part551.CFrame = CFrame.new(46.3283768, 0.271101058, 135.578735, -0.685257912, -0.691387951, -0.228958488, 0.703304768, -0.709841609, 0.0385719649, -0.189190447, -0.134595126, 0.972672164)
6886
Part551.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6887
Part551.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6888
Part551.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6889
Part551.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6890
Part551.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6891
Part551.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6892
Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
6893
Part551.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
6894
Part551.Orientation = Vector3.new(-2.21000004, -13.25, 135.270004)
6895
Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
6896
SpecialMesh552.Parent = Part551
6897
SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6898
SpecialMesh552.MeshType = Enum.MeshType.Wedge
6899
SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6900
Folder553.Name = "CFrames"
6901
Folder553.Parent = Part551
6902
CFrameValue554.Name = "C0"
6903
CFrameValue554.Parent = Folder553
6904
CFrameValue554.Value = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.697648942, 0.716440022, 9.74908471e-06, -0.163060889, -0.158798903, 0.973752737, 0.697649539, 0.679347336, 0.227613002)
6905
Part555.Parent = Model0
6906
Part555.Material = Enum.Material.Metal
6907
Part555.BrickColor = BrickColor.new("Dark stone grey")
6908
Part555.Reflectance = 0.10000000149012
6909
Part555.Rotation = Vector3.new(-96.7299957, -89.0400009, 175.300003)
6910
Part555.Anchored = true
6911
Part555.FormFactor = Enum.FormFactor.Custom
6912
Part555.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
6913
Part555.CFrame = CFrame.new(46.3309593, 0.436474502, 135.738892, -0.0172768179, -0.00141897704, -0.999858618, -0.999217987, 0.035599038, 0.0172157958, 0.0355686955, 0.999365151, -0.0020330227)
6914
Part555.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6915
Part555.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6916
Part555.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6917
Part555.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6918
Part555.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6919
Part555.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6920
Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
6921
Part555.Position = Vector3.new(46.3309593, 0.436474502, 135.738892)
6922
Part555.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6923
Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
6924
SpecialMesh556.Parent = Part555
6925
SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
6926
SpecialMesh556.MeshType = Enum.MeshType.Wedge
6927
SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
6928
Folder557.Name = "CFrames"
6929
Folder557.Parent = Part555
6930
CFrameValue558.Name = "C0"
6931
CFrameValue558.Parent = Folder557
6932
CFrameValue558.Value = CFrame.new(-7.62939453e-06, -1.2933197, -0.165981293, 1, -5.96046448e-08, -5.9842132e-06, -1.0766089e-06, 1.00000012, -4.11644578e-07, 5.43671194e-06, 2.30967999e-07, 1.00001764)
6933
Part559.Parent = Model0
6934
Part559.Material = Enum.Material.Metal
6935
Part559.BrickColor = BrickColor.new("Dark stone grey")
6936
Part559.Reflectance = 0.10000000149012
6937
Part559.Rotation = Vector3.new(83.2699966, 89.0400009, -175.309998)
6938
Part559.Anchored = true
6939
Part559.FormFactor = Enum.FormFactor.Custom
6940
Part559.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6941
Part559.CFrame = CFrame.new(45.9993477, 0.434749782, 135.529282, -0.0172714069, 0.00141656306, 0.999858677, -0.999217749, -0.0356043056, -0.0172104686, 0.0355739966, -0.999365091, 0.00203050813)
6942
Part559.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6943
Part559.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6944
Part559.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6945
Part559.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6946
Part559.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6947
Part559.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6948
Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
6949
Part559.Position = Vector3.new(45.9993477, 0.434749782, 135.529282)
6950
Part559.Orientation = Vector3.new(0.98999995, 89.8799973, -92.0400009)
6951
Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
6952
SpecialMesh560.Parent = Part559
6953
SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6954
SpecialMesh560.MeshType = Enum.MeshType.Wedge
6955
SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6956
Folder561.Name = "CFrames"
6957
Folder561.Parent = Part559
6958
CFrameValue562.Name = "C0"
6959
CFrameValue562.Parent = Folder561
6960
CFrameValue562.Value = CFrame.new(-1.21593475e-05, -1.50239563, 0.165981293, 0.99999994, 5.36814332e-06, 5.69474651e-07, 4.22075391e-06, -1.00000024, -1.91177242e-06, 2.05400283e-08, 2.0917505e-06, -1.00001764)
6961
Part563.Parent = Model0
6962
Part563.Material = Enum.Material.Metal
6963
Part563.BrickColor = BrickColor.new("Dark stone grey")
6964
Part563.Reflectance = 0.10000000149012
6965
Part563.Rotation = Vector3.new(87.9599991, -0.98999995, -179.919998)
6966
Part563.Anchored = true
6967
Part563.FormFactor = Enum.FormFactor.Custom
6968
Part563.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6969
Part563.CFrame = CFrame.new(46.1680641, 0.591133416, 135.523972, -0.999858558, 0.00141170109, -0.0172829255, 0.0172221679, -0.0355939381, -0.999218047, -0.00202588132, -0.999365449, 0.0355637074)
6970
Part563.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6971
Part563.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6972
Part563.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6973
Part563.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6974
Part563.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6975
Part563.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6976
Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
6977
Part563.Position = Vector3.new(46.1680641, 0.591133416, 135.523972)
6978
Part563.Orientation = Vector3.new(87.7299957, -25.9200001, 154.179993)
6979
Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
6980
SpecialMesh564.Parent = Part563
6981
SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6982
SpecialMesh564.MeshType = Enum.MeshType.Wedge
6983
SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6984
Folder565.Name = "CFrames"
6985
Folder565.Parent = Part563
6986
CFrameValue566.Name = "C0"
6987
CFrameValue566.Parent = Folder565
6988
CFrameValue566.Value = CFrame.new(-0.15937686, -1.50236511, -7.62939453e-06, -1.20967234e-05, -4.91738319e-06, 1, 6.95209019e-06, -1.00000024, -6.05359674e-06, 1.00001776, 7.13230111e-06, 1.15526054e-05)
6989
Part567.Parent = Model0
6990
Part567.Material = Enum.Material.Metal
6991
Part567.BrickColor = BrickColor.new("Dark stone grey")
6992
Part567.Rotation = Vector3.new(11.1099997, -0.299999982, -135.179993)
6993
Part567.Anchored = true
6994
Part567.FormFactor = Enum.FormFactor.Custom
6995
Part567.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6996
Part567.CFrame = CFrame.new(46.3339691, 0.589796841, 135.567368, -0.709376097, 0.704822838, -0.00529921381, -0.690880358, -0.696794093, -0.192775637, -0.13956435, -0.13308841, 0.98122853)
6997
Part567.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6998
Part567.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6999
Part567.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7000
Part567.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7001
Part567.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7002
Part567.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7003
Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
7004
Part567.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
7005
Part567.Orientation = Vector3.new(11.1099997, -0.310000002, -135.23999)
7006
Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
7007
SpecialMesh568.Parent = Part567
7008
SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7009
SpecialMesh568.MeshType = Enum.MeshType.Wedge
7010
SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7011
Folder569.Name = "CFrames"
7012
Folder569.Parent = Part567
7013
CFrameValue570.Name = "C0"
7014
CFrameValue570.Parent = Folder569
7015
CFrameValue570.Value = CFrame.new(-0.159362555, -1.45928955, -0.166000366, 0.697627604, 0.67934221, 0.227617919, -0.163064435, -0.158809379, 0.973750532, 0.697669327, -0.716444612, -1.35698356e-05)
7016
Part571.Parent = Model0
7017
Part571.Material = Enum.Material.Metal
7018
Part571.BrickColor = BrickColor.new("Dark stone grey")
7019
Part571.Rotation = Vector3.new(-1.14999998, 41.8999977, 35.2900009)
7020
Part571.Anchored = true
7021
Part571.FormFactor = Enum.FormFactor.Custom
7022
Part571.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7023
Part571.CFrame = CFrame.new(46.2952347, 0.588934064, 135.524216, 0.607551277, -0.43006441, 0.667790115, 0.56670475, 0.823785841, 0.0149419028, -0.556536615, 0.369358987, 0.744205117)
7024
Part571.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7025
Part571.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7026
Part571.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7027
Part571.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7028
Part571.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7029
Part571.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7030
Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
7031
Part571.Position = Vector3.new(46.2952347, 0.588934064, 135.524216)
7032
Part571.Orientation = Vector3.new(-0.859999955, 41.8999977, 34.5299988)
7033
Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
7034
SpecialMesh572.Parent = Part571
7035
SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7036
SpecialMesh572.MeshType = Enum.MeshType.Wedge
7037
SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7038
Folder573.Name = "CFrames"
7039
Folder573.Parent = Part571
7040
CFrameValue574.Name = "C0"
7041
CFrameValue574.Parent = Folder573
7042
CFrameValue574.Value = CFrame.new(-0.159366608, -1.50238037, -0.127197266, -0.596550226, -0.802576065, 7.09854066e-06, -0.536870837, 0.399061054, 0.743317306, -0.596581161, 0.443430334, -0.668951154)
7043
Part575.Parent = Model0
7044
Part575.Material = Enum.Material.Metal
7045
Part575.BrickColor = BrickColor.new("Dark stone grey")
7046
Part575.Rotation = Vector3.new(178.190002, -13.0699997, -134.75)
7047
Part575.Anchored = true
7048
Part575.FormFactor = Enum.FormFactor.Custom
7049
Part575.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
7050
Part575.CFrame = CFrame.new(46.0406609, 0.600843489, 135.732651, -0.685723305, 0.691828668, -0.226217687, 0.714907527, 0.698542714, -0.0307497624, 0.136748254, -0.182808429, -0.973591983)
7051
Part575.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7052
Part575.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7053
Part575.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7054
Part575.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7055
Part575.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7056
Part575.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7057
Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
7058
Part575.Position = Vector3.new(46.0406609, 0.600843489, 135.732651)
7059
Part575.Orientation = Vector3.new(1.75999999, -166.919998, 45.6599998)
7060
Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
7061
SpecialMesh576.Parent = Part575
7062
SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7063
SpecialMesh576.MeshType = Enum.MeshType.Wedge
7064
SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7065
Folder577.Name = "CFrames"
7066
Folder577.Parent = Part575
7067
CFrameValue578.Name = "C0"
7068
CFrameValue578.Parent = Folder577
7069
CFrameValue578.Value = CFrame.new(-0.159455776, -1.29330444, 0.127120972, -0.697641194, -0.716447353, 2.84612179e-06, 0.163084641, -0.158806056, -0.97374773, 0.697652042, -0.679337263, 0.227635339)
7070
Part579.Parent = Model0
7071
Part579.Material = Enum.Material.Metal
7072
Part579.BrickColor = BrickColor.new("Dark stone grey")
7073
Part579.Rotation = Vector3.new(-140.059998, 0.719999969, -125.939995)
7074
Part579.Anchored = true
7075
Part579.FormFactor = Enum.FormFactor.Custom
7076
Part579.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7077
Part579.CFrame = CFrame.new(46.3283768, 0.271101058, 135.578735, -0.586934149, 0.809547365, 0.0126138311, 0.625474393, 0.443475217, 0.64195931, 0.514098227, 0.38467443, -0.766634822)
7078
Part579.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7079
Part579.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7080
Part579.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7081
Part579.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7082
Part579.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7083
Part579.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7084
Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
7085
Part579.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
7086
Part579.Orientation = Vector3.new(-39.9399986, 179.059998, 54.6599998)
7087
Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
7088
SpecialMesh580.Parent = Part579
7089
SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7090
SpecialMesh580.MeshType = Enum.MeshType.Wedge
7091
SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7092
Folder581.Name = "CFrames"
7093
Folder581.Parent = Part579
7094
CFrameValue582.Name = "C0"
7095
CFrameValue582.Parent = Folder581
7096
CFrameValue582.Value = CFrame.new(0.159584522, -1.45927429, -0.165916443, -0.596562147, -0.443427593, -0.668943703, 0.536871135, 0.399069309, -0.743312657, 0.59657073, -0.802582502, -5.67664392e-06)
7097
Part583.Parent = Model0
7098
Part583.Material = Enum.Material.Metal
7099
Part583.BrickColor = BrickColor.new("Dark stone grey")
7100
Part583.Reflectance = 0.10000000149012
7101
Part583.Rotation = Vector3.new(-92.0400009, 0.98999995, 179.919998)
7102
Part583.Anchored = true
7103
Part583.FormFactor = Enum.FormFactor.Custom
7104
Part583.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
7105
Part583.CFrame = CFrame.new(46.1622467, 0.27993691, 135.744217, -0.999858439, -0.00141296443, 0.0172830075, 0.0172222052, 0.0355939083, 0.999218047, -0.00202714605, 0.999365449, -0.0355636515)
7106
Part583.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7107
Part583.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7108
Part583.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7109
Part583.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7110
Part583.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7111
Part583.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7112
Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
7113
Part583.Position = Vector3.new(46.1622467, 0.27993691, 135.744217)
7114
Part583.Orientation = Vector3.new(-87.7299957, 154.080002, 25.8199997)
7115
Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
7116
SpecialMesh584.Parent = Part583
7117
SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
7118
SpecialMesh584.MeshType = Enum.MeshType.Wedge
7119
SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
7120
Folder585.Name = "CFrames"
7121
Folder585.Parent = Part583
7122
CFrameValue586.Name = "C0"
7123
CFrameValue586.Parent = Folder585
7124
CFrameValue586.Value = CFrame.new(0.159510851, -1.29335022, 3.81469727e-06, -1.21826888e-05, 4.96953726e-06, -1, 5.68944961e-06, 1.00000024, 6.10947609e-06, 1.00001764, -5.86966053e-06, -1.1634671e-05)
7125
Part587.Parent = Model0
7126
Part587.Material = Enum.Material.Metal
7127
Part587.BrickColor = BrickColor.new("Dark stone grey")
7128
Part587.Rotation = Vector3.new(-44.0200005, 0.599999964, 125.829994)
7129
Part587.Anchored = true
7130
Part587.FormFactor = Enum.FormFactor.Custom
7131
Part587.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7132
Part587.CFrame = CFrame.new(46.0014954, 0.555304468, 135.525009, -0.585410237, -0.810680032, 0.0105177732, 0.587259173, -0.415056974, 0.694877446, -0.55895263, 0.412961006, 0.719051838)
7133
Part587.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7134
Part587.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7135
Part587.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7136
Part587.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7137
Part587.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7138
Part587.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7139
Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
7140
Part587.Position = Vector3.new(46.0014954, 0.555304468, 135.525009)
7141
Part587.Orientation = Vector3.new(-44.0200005, 0.839999974, 125.25)
7142
Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
7143
SpecialMesh588.Parent = Part587
7144
SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7145
SpecialMesh588.MeshType = Enum.MeshType.Wedge
7146
SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7147
Folder589.Name = "CFrames"
7148
Folder589.Parent = Part587
7149
CFrameValue590.Name = "C0"
7150
CFrameValue590.Parent = Folder589
7151
CFrameValue590.Value = CFrame.new(-0.120661736, -1.50238037, 0.165916443, -0.59657073, 0.443422407, -0.66893959, -0.536861241, 0.399073124, 0.743317842, 0.596570313, 0.80258286, -1.88449631e-05)
7152
Part591.Parent = Model0
7153
Part591.Material = Enum.Material.Metal
7154
Part591.BrickColor = BrickColor.new("Dark stone grey")
7155
Part591.Rotation = Vector3.new(-15.1899996, 0.149999991, 44.7799988)
7156
Part591.Anchored = true
7157
Part591.FormFactor = Enum.FormFactor.Custom
7158
Part591.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7159
Part591.CFrame = CFrame.new(45.9965363, 0.276894867, 135.578049, 0.70983696, -0.704374075, 0.00254890556, 0.679270446, 0.685487866, 0.262103736, -0.186364204, -0.184317634, 0.965036511)
7160
Part591.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7161
Part591.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7162
Part591.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7163
Part591.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7164
Part591.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7165
Part591.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7166
Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
7167
Part591.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
7168
Part591.Orientation = Vector3.new(-15.1899996, 0.149999991, 44.7399979)
7169
Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
7170
SpecialMesh592.Parent = Part591
7171
SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7172
SpecialMesh592.MeshType = Enum.MeshType.Wedge
7173
SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7174
Folder593.Name = "CFrames"
7175
Folder593.Parent = Part591
7176
CFrameValue594.Name = "C0"
7177
CFrameValue594.Parent = Folder593
7178
CFrameValue594.Value = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.697627664, -0.679342508, -0.227617189, -0.163071215, -0.158798337, 0.973751128, -0.69766748, 0.7164464, 8.51694494e-07)
7179
Part595.Parent = Model0
7180
Part595.Material = Enum.Material.Metal
7181
Part595.BrickColor = BrickColor.new("Dark stone grey")
7182
Part595.Rotation = Vector3.new(177.069992, 42.0599976, -35.2900009)
7183
Part595.Anchored = true
7184
Part595.FormFactor = Enum.FormFactor.Custom
7185
Part595.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7186
Part595.CFrame = CFrame.new(45.9965363, 0.276894867, 135.578049, 0.606030047, 0.428936869, 0.669894338, 0.604929149, -0.79537338, -0.037977159, 0.516522288, 0.428249598, -0.741489947)
7187
Part595.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7188
Part595.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7189
Part595.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7190
Part595.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7191
Part595.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7192
Part595.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7193
Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
7194
Part595.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
7195
Part595.Orientation = Vector3.new(2.18000007, 137.899994, 142.73999)
7196
Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
7197
SpecialMesh596.Parent = Part595
7198
SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7199
SpecialMesh596.MeshType = Enum.MeshType.Wedge
7200
SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7201
Folder597.Name = "CFrames"
7202
Folder597.Parent = Part595
7203
CFrameValue598.Name = "C0"
7204
CFrameValue598.Parent = Folder597
7205
CFrameValue598.Value = CFrame.new(0.159502029, -1.45927429, 0.165977478, -0.596550584, 0.802575648, 3.43099236e-06, 0.536869943, 0.399054319, -0.743321598, -0.596583247, -0.443435073, -0.668946087)
7206
Part599.Parent = Model0
7207
Part599.Material = Enum.Material.Metal
7208
Part599.BrickColor = BrickColor.new("Dark stone grey")
7209
Part599.Reflectance = 0.10000000149012
7210
Part599.Rotation = Vector3.new(83.2699966, 89.0400009, 4.69999981)
7211
Part599.Anchored = true
7212
Part599.FormFactor = Enum.FormFactor.Custom
7213
Part599.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
7214
Part599.CFrame = CFrame.new(45.999054, 0.442187369, 135.738235, 0.0172768291, -0.00141897844, 0.999858618, 0.999217987, 0.0355990082, -0.017215807, -0.035568662, 0.99936527, 0.00203302316)
7215
Part599.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7216
Part599.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7217
Part599.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7218
Part599.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7219
Part599.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7220
Part599.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7221
Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
7222
Part599.Position = Vector3.new(45.999054, 0.442187369, 135.738235)
7223
Part599.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
7224
Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
7225
SpecialMesh600.Parent = Part599
7226
SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
7227
SpecialMesh600.MeshType = Enum.MeshType.Wedge
7228
SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
7229
Folder601.Name = "CFrames"
7230
Folder601.Parent = Part599
7231
CFrameValue602.Name = "C0"
7232
CFrameValue602.Parent = Folder601
7233
CFrameValue602.Value = CFrame.new(-6.91413879e-06, -1.29330444, 0.165981293, -1, -2.23517418e-08, 5.9954109e-06, 1.11013651e-06, 1.00000024, 4.11644578e-07, -5.4479533e-06, 2.3166649e-07, -1.00001764)
7234
Part603.Parent = Model0
7235
Part603.Material = Enum.Material.Metal
7236
Part603.BrickColor = BrickColor.new("Dark stone grey")
7237
Part603.Rotation = Vector3.new(177.729996, 13.2399998, 45.25)
7238
Part603.Anchored = true
7239
Part603.FormFactor = Enum.FormFactor.Custom
7240
Part603.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
7241
Part603.CFrame = CFrame.new(46.2893715, 0.277675599, 135.744507, 0.685261011, -0.691381574, 0.22896874, -0.703298211, -0.709847569, -0.0385786034, 0.189203456, -0.134596214, -0.972669482)
7242
Part603.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7243
Part603.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7244
Part603.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7245
Part603.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7246
Part603.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7247
Part603.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7248
Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
7249
Part603.Position = Vector3.new(46.2893715, 0.277675599, 135.744507)
7250
Part603.Orientation = Vector3.new(2.21000004, 166.75, -135.270004)
7251
Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
7252
SpecialMesh604.Parent = Part603
7253
SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7254
SpecialMesh604.MeshType = Enum.MeshType.Wedge
7255
SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7256
Folder605.Name = "CFrames"
7257
Folder605.Parent = Part603
7258
CFrameValue606.Name = "C0"
7259
CFrameValue606.Parent = Folder605
7260
CFrameValue606.Value = CFrame.new(0.159585238, -1.2933197, -0.127140045, 0.697642803, 0.716445804, -3.19629908e-06, 0.163074136, -0.158800215, -0.973750293, -0.697652578, 0.679340839, -0.227623358)
7261
for i,v in pairs(mas:GetChildren()) do
7262
	v.Parent = script.Parent
7263
	pcall(function() v:MakeJoints() end)
7264
end
7265
mas:Destroy()
7266
for i,v in pairs(cors) do
7267
	spawn(function()
7268
		pcall(v)
7269
	end)
7270
end
7271
7272
----------------------------------------------------
7273
7274
--debounces start
7275
Debounces = {
7276
CanAttack = true;
7277
CanJoke = true;
7278
NoIdl = false;
7279
Slashing = false;
7280
Slashed = false;
7281
Slapping = false;
7282
Slapped = false;
7283
ks = false;
7284
Reaping = false;
7285
Reaped = false;
7286
}
7287
mode = "normal"
7288
--debounces end
7289
-------------------------------
7290
7291
----------------------------------------------------
7292
local m2 = script.Parent.Dragonslayer:clone()
7293
for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
7294
--m.Welds.Disabled=false
7295
local grip2 = Instance.new("Motor")
7296
grip2.Part0=char["Right Arm"]
7297
grip2.Part1=m2.Handle
7298
grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
7299
grip2.C1=CFrame.new()
7300
grip2.Parent=grip2.Part0
7301
m2.Parent=char
7302
----------------------------------------------------
7303
local cor2 = Instance.new("Part", m2)
7304
cor2.Name = "Thingy"
7305
cor2.Locked = true
7306
cor2.BottomSurface = 0
7307
cor2.CanCollide = false
7308
cor2.Size = Vector3.new(.1,.1,.1)
7309
cor2.Transparency = 1
7310
cor2.TopSurface = 0
7311
corw2 = Instance.new("Weld", cor2)
7312
corw2.Part0 = rarm
7313
corw2.Part1 = cor2
7314
corw2.C0 = CFrame.new(0, 0, 0)  
7315
corw2.C1 = CFrame.new(0, 0, 0)  
7316
weld1 = Instance.new("Weld", m2) -- Right grip
7317
weld1.Part1 = cor2
7318
weld1.Part0 = m2.Handle
7319
weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)
7320
------------------------------------------------------------------------------------------------------------
7321
wait(.1)
7322
local a = char.Dragonslayer:GetChildren()
7323
wait(.1)
7324
a.Locked=true
7325
----------------------------------------------------
7326
----------------------------------------------------
7327
7328
---------------
7329
fat = Instance.new("BindableEvent", script)--artificial heartbeat 
7330
fat.Name = "Heartbeat"
7331
script:WaitForChild("Heartbeat")
7332
frame = 0.033333333333333
7333
tf = 0
7334
allowframeloss = false
7335
tossremainder = false
7336
lastframe = tick()
7337
script.Heartbeat:Fire()
7338
game:GetService("RunService").Heartbeat:connect(function(s, p)
7339
	
7340
	tf = tf + s
7341
	if frame <= tf then
7342
		if allowframeloss then
7343
			script.Heartbeat:Fire()
7344
			lastframe = tick()
7345
		else
7346
			for i = 1, math.floor(tf / frame) do
7347
				script.Heartbeat:Fire()
7348
			end
7349
			lastframe = tick()
7350
		end
7351
		if tossremainder then
7352
			tf = 0
7353
		else
7354
			tf = tf - frame * math.floor(tf / frame)
7355
		end
7356
	end
7357
end
7358
)
7359
local Touche = {char.Name, }
7360
function swait(num)
7361
if num == 0 or num == nil then
7362
fat.Event:wait()
7363
else
7364
for i = 0, num do
7365
fat.Event:wait()
7366
end
7367
end
7368
end
7369
----------------------------------------------------
7370
function weld5(part0, part1, c0, c1)
7371
  local  weeld=Instance.new("Weld", part0)
7372
    weeld.Part0=part0
7373
    weeld.Part1=part1
7374
    weeld.C0=c0
7375
    weeld.C1=c1
7376
    return weeld
7377
end
7378
----------
7379
local acos = math.acos
7380
local sqrt = math.sqrt
7381
local Vec3 = Vector3.new
7382
local fromAxisAngle = CFrame.fromAxisAngle
7383
7384
local function toAxisAngle(CFr)
7385
        local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
7386
        local Angle = math.acos((R00+R11+R22-1)/2)
7387
        local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7388
        A = A == 0 and 0.00001 or A
7389
        local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7390
        B = B == 0 and 0.00001 or B
7391
        local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7392
        C = C == 0 and 0.00001 or C
7393
        local x = (R21-R12)/sqrt(A)
7394
        local y = (R02-R20)/sqrt(B)
7395
        local z = (R10-R01)/sqrt(C)
7396
        return Vec3(x,y,z),Angle
7397
end
7398
7399
function ApplyTrig(Num,Func)
7400
        local Min,Max = Func(0),Func(1)
7401
        local i = Func(Num)
7402
        return (i-Min)/(Max-Min)
7403
7404
end
7405
7406
function LerpCFrame(CFrame1,CFrame2,Num)
7407
        local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
7408
        return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
7409
end
7410
----------------------------------------------------
7411
mod=Instance.new('Model',char)
7412
7413
------
7414
mod4 = Instance.new("Model",char)
7415
7416
7417
lite = Instance.new("PointLight")
7418
lite.Parent = torso
7419
lite.Brightness = 6
7420
lite.Range = 8
7421
lite.Color = Color3.new(255,0,0)
7422
7423
				--musicstuff
7424
local mus = Instance.new("Sound",rp)
7425
mus.Name = "mus"
7426
mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
7427
mus.Looped = true
7428
mus.Pitch = 1
7429
mus.Volume = 3 
7430
wait()
7431
mus:Play()
7432
7433
-------------------------------
7434
-------------------------------
7435
mouse.KeyDown:connect(function(key)
7436
    if string.byte(key) == 52 then
7437
    	if Debounces.CanAttack == true then
7438
			if stanceToggle ~= "Floating" then
7439
				char["Humanoid"].WalkSpeed = 60
7440
7441
							elseif Debounces.CanAttack == false then
7442
					elseif stanceToggle == "Floating" then
7443
				wait()
7444
			end
7445
        end
7446
    end
7447
end)
7448
mouse.KeyUp:connect(function(key)
7449
    if string.byte(key) == 52 then
7450
7451
        char["Humanoid"].WalkSpeed = 9
7452
    end
7453
end)
7454
7455
GroundWave1 = function()
7456
    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
7457
   
7458
        local wave = Instance.new("Part", torso)
7459
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
7460
        wave.Anchored = true
7461
        wave.CanCollide = false
7462
        wave.Locked = true
7463
        wave.Size = Vector3.new(1, 1, 1)
7464
        wave.TopSurface = "Smooth"
7465
        wave.BottomSurface = "Smooth"
7466
        wave.Transparency = 0.35
7467
        wave.CFrame = HandCF
7468
        wm = Instance.new("SpecialMesh", wave)
7469
        wm.MeshId = "rbxassetid://3270017"
7470
        coroutine.wrap(function()
7471
        for i = 1, 30, 1 do
7472
        wm.Scale = Vector3.new(3 + i*3.2, 3 + i*3.2, 3)
7473
        wave.Size = wm.Scale
7474
        wave.CFrame = HandCF
7475
        wave.Transparency = i/30
7476
        wait()
7477
        end
7478
        wait()
7479
        wave:Destroy()
7480
    end)()
7481
end
7482
GroundWave2 = function()
7483
    local HandCF = CFrame.new(spirit1.Position + Vector3.new(0,11,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
7484
   
7485
        local wave = Instance.new("Part", spirit1)
7486
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
7487
        wave.Anchored = true
7488
        wave.CanCollide = false
7489
        wave.Locked = true
7490
        wave.Size = Vector3.new(1, 1, 1)
7491
        wave.TopSurface = "Smooth"
7492
        wave.BottomSurface = "Smooth"
7493
        wave.Transparency = 0.35
7494
        wave.CFrame = HandCF
7495
        wm = Instance.new("SpecialMesh", wave)
7496
        wm.MeshId = "rbxassetid://3270017"
7497
        coroutine.wrap(function()
7498
        for i = 1, 30, 1 do
7499
        wm.Scale = Vector3.new(8 + i*8.2, 3 + i*8.2, 8)
7500
        wave.Size = wm.Scale
7501
        wave.CFrame = HandCF
7502
        wave.Transparency = i/30
7503
        wait()
7504
        end
7505
        wait()
7506
        wave:Destroy()
7507
    end)()
7508
end
7509
7510
7511
7512
--------------------------------
7513
mouse.KeyDown:connect(function(key)
7514
    if key == "f" and equipped == false then
7515
	equipped = true
7516
        stanceToggle = "Normal"
7517
elseif key == "f" and equipped == true then
7518
	equipped = false
7519
	stanceToggle = "Sheathed"
7520
    end
7521
end)
7522
7523
if key == "p" and equipped == false then
7524
            wait(0.5)
7525
            hum.WalkSpeed = 0
7526
           
7527
            for i = 1, 20 do
7528
        wait()
7529
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)--head
7530
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)--torso
7531
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-180),math.rad(0),math.rad(20)), 0.3)--rarm
7532
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-180),math.rad(0),math.rad(-20)), 0.3)--larm
7533
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-20)), 0.3)--lleg
7534
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(20)), 0.3)--rleg
7535
            end
7536
            z142 = Instance.new("Sound",char)
7537
z142.Volume = 10
7538
z142.Looped = false
7539
z142.SoundId = "rbxassetid://919429799"
7540
z142:Play()
7541
            spirit1.Transparency = 0
7542
           
7543
            go = false
7544
           
7545
           
7546
wait(9)
7547
 
7548
for i = 1, 20 do
7549
        wait()
7550
        hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)--head
7551
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.1)--torso
7552
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(20)), 0.1)--rarm
7553
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-20)), 0.1)--larm
7554
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(-20)), 0.1)--lleg
7555
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(20)), 0.1)--rleg
7556
end
7557
 
7558
go = true
7559
 
7560
z142.Volume = z142.Volume - 0.5
7561
 
7562
 
7563
 
7564
for i = 1,10 do
7565
    wait()
7566
    partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
7567-
      z.SoundId = "http://www.roblox.com/asset/?    id=244188079"
7567+
7568
z142.Volume = z142.Volume - 0.5
7569
        spirit12 = Instance.new("Part",char)
7570
spirit12.Name = "XD"
7571
spirit12.CanCollide = false
7572
spirit12.Size = Vector3.new(60,60,60)
7573
spirit12.Transparency = 1
7574
spirit12.Position = spirit1.Position
7575
spirit12.BrickColor = BrickColor.new("Really black")
7576
spirit12.Material = "Neon"
7577
 
7578
function touch122(hit)
7579
if not hit.Parent:findFirstChild("Humanoid") then return end
7580
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7581
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7582
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7583
        hit.Parent:findFirstChild("Humanoid").Health = 100
7584
    end
7585
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7586
   
7587
   
7588
end
7589
end
7590
for i = 1,10 do
7591
    wait()
7592
    partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
7593
    end
7594
z142.Volume = z142.Volume - 0.5
7595
        spirit12 = Instance.new("Part",char)
7596
spirit12.Name = "XD"
7597
spirit12.CanCollide = false
7598
spirit12.Size = Vector3.new(60,60,60)
7599
spirit12.Transparency = 1
7600
spirit12.Position = spirit1.Position
7601
spirit12.BrickColor = BrickColor.new("Really black")
7602
spirit12.Material = "Neon"
7603
 
7604
function touch122(hit)
7605
if not hit.Parent:findFirstChild("Humanoid") then return end
7606
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7607
   
7608
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7609
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7610
        hit.Parent:findFirstChild("Humanoid").Health = 100
7611
    end
7612
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7613
   
7614
end
7615
end
7616
for i = 1,10 do
7617
    wait()
7618
    partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
7619
    end
7620
z142.Volume = z142.Volume - 0.5
7621
        spirit12 = Instance.new("Part",char)
7622
spirit12.Name = "XD"
7623
spirit12.CanCollide = false
7624
spirit12.Size = Vector3.new(60,60,60)
7625
spirit12.Transparency = 1
7626
spirit12.Position = spirit1.Position
7627
spirit12.BrickColor = BrickColor.new("Really black")
7628
spirit12.Material = "Neon"
7629
 
7630
function touch122(hit)
7631
if not hit.Parent:findFirstChild("Humanoid") then return end
7632
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7633
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7634
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7635
        hit.Parent:findFirstChild("Humanoid").Health = 100
7636
    end
7637
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7638
   
7639
   
7640
end
7641
end
7642
for i = 1,10 do
7643
    wait()
7644
    partweld7.C0 = partweld7.C0 - Vector3.new(0,0.7,2)
7645
end
7646
z142.Volume = z142.Volume - 0.5
7647
z14 = Instance.new("Sound",char)
7648
z14.Volume = 10
7649
z14.Looped = false
7650
z14.SoundId = "rbxassetid://638861091"
7651
z14:Play()
7652
Colors = {"Really black", "Really black"}
7653
        GroundWave2()
7654
        spirit12 = Instance.new("Part",char)
7655
spirit12.Name = "XD"
7656
spirit12.CanCollide = false
7657
spirit12.Size = Vector3.new(60,60,60)
7658
spirit12.Transparency = 1
7659
spirit12.Position = spirit1.Position
7660
spirit12.BrickColor = BrickColor.new("Really black")
7661
spirit12.Material = "Neon"
7662
 
7663
function touch122(hit)
7664
if not hit.Parent:findFirstChild("Humanoid") then return end
7665
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7666
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7667
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7668
        hit.Parent:findFirstChild("Humanoid").Health = 100
7669
    end
7670
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7671
   
7672
   
7673
end
7674
end
7675
z142.Volume = z142.Volume - 0.5
7676
spirit12 = Instance.new("Part",char)
7677
spirit12.Name = "XD"
7678
spirit12.CanCollide = false
7679
spirit12.Size = Vector3.new(50,50,50)
7680
spirit12.Transparency = 1
7681
spirit12.Position = spirit1.Position
7682
spirit12.BrickColor = BrickColor.new("Really black")
7683
spirit12.Material = "Neon"
7684
 
7685
function touch122(hit)
7686
if not hit.Parent:findFirstChild("Humanoid") then return end
7687
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7688
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7689
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7690
        hit.Parent:findFirstChild("Humanoid").Health = 100
7691
    end
7692
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7693
   
7694
   
7695
end
7696
end
7697
spirit12.Touched:connect(touch122)
7698
for i = 1,5 do
7699
    wait()
7700
    spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
7701
   
7702
end
7703
z142.Volume = z142.Volume - 0.5
7704
Colors = {"Really black", "Really black"}
7705
        GroundWave2()
7706
spirit12 = Instance.new("Part",char)
7707
spirit12.Name = "XD"
7708
spirit12.CanCollide = false
7709
spirit12.Size = Vector3.new(50,50,50)
7710
spirit12.Transparency = 1
7711
spirit12.Position = spirit1.Position
7712
spirit12.BrickColor = BrickColor.new("Really black")
7713
spirit12.Material = "Neon"
7714
 
7715
function touch122(hit)
7716
if not hit.Parent:findFirstChild("Humanoid") then return end
7717
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7718
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7719
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7720
        hit.Parent:findFirstChild("Humanoid").Health = 100
7721
    end
7722
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7723
   
7724
   
7725
end
7726
end
7727
z142.Volume = z142.Volume - 0.5
7728
z142.Volume = z142.Volume - 0.5
7729
spirit12.Touched:connect(touch122)
7730
for i = 1,5 do
7731
    wait()
7732
    spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
7733
end
7734
z142.Volume = z142.Volume - 0.5
7735
spirit12 = Instance.new("Part",char)
7736
spirit12.Name = "XD"
7737
spirit12.CanCollide = false
7738
spirit12.Size = Vector3.new(50,50,50)
7739
spirit12.Transparency = 1
7740
spirit12.Position = spirit1.Position
7741
spirit12.BrickColor = BrickColor.new("Really black")
7742
spirit12.Material = "Neon"
7743
 
7744
function touch122(hit)
7745
if not hit.Parent:findFirstChild("Humanoid") then return end
7746
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7747
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7748
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7749
        hit.Parent:findFirstChild("Humanoid").Health = 100
7750
    end
7751
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7752
   
7753
   
7754
end
7755
end
7756
z142.Volume = z142.Volume - 0.5
7757
spirit12.Touched:connect(touch122)
7758
for i = 1,5 do
7759
    wait()
7760
    spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
7761
   
7762
end
7763
z142.Volume = z142.Volume - 0.5
7764
Colors = {"Really black", "Really black"}
7765
        GroundWave2()
7766
spirit12 = Instance.new("Part",char)
7767
spirit12.Name = "XD"
7768
spirit12.CanCollide = false
7769
spirit12.Size = Vector3.new(50,50,50)
7770
spirit12.Transparency = 1
7771
spirit12.Position = spirit1.Position
7772
spirit12.BrickColor = BrickColor.new("Really black")
7773
spirit12.Material = "Neon"
7774
 
7775
function touch122(hit)
7776
if not hit.Parent:findFirstChild("Humanoid") then return end
7777
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7778
if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7779
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7780
        hit.Parent:findFirstChild("Humanoid").Health = 100
7781
    end
7782
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7783
   
7784
   
7785
end
7786
end
7787
z142.Volume = z142.Volume - 0.5
7788
spirit12.Touched:connect(touch122)
7789
for i = 1,5 do
7790
    wait()
7791
    spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
7792
end
7793
z142.Volume = z142.Volume - 0.5
7794
Colors = {"Really black", "Really black"}
7795
        GroundWave2()
7796
spirit12 = Instance.new("Part",char)
7797
spirit12.Name = "XD"
7798
spirit12.CanCollide = false
7799
spirit12.Size = Vector3.new(50,50,50)
7800
spirit12.Transparency = 1
7801
spirit12.Position = spirit1.Position
7802
spirit12.BrickColor = BrickColor.new("Really black")
7803
spirit12.Material = "Neon"
7804
 
7805
function touch122(hit)
7806
if not hit.Parent:findFirstChild("Humanoid") then return end
7807
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7808
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7809
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7810
        hit.Parent:findFirstChild("Humanoid").Health = 100
7811
    end
7812
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7813
   
7814
   
7815
end
7816
end
7817
z142.Volume = z142.Volume - 0.5
7818
spirit12.Touched:connect(touch122)
7819
for i = 1,5 do
7820
    wait()
7821
    spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
7822
   
7823
end
7824
z142.Volume = z142.Volume - 0.5
7825
z142.Volume = z142.Volume - 0.5
7826
Colors = {"Really black", "Really black"}
7827
        GroundWave2()
7828
spirit12 = Instance.new("Part",char)
7829
spirit12.Name = "XD"
7830
spirit12.CanCollide = false
7831
spirit12.Size = Vector3.new(50,50,50)
7832
spirit12.Transparency = 1
7833
spirit12.Position = spirit1.Position
7834
spirit12.BrickColor = BrickColor.new("Really black")
7835
spirit12.Material = "Neon"
7836
 
7837
z142.Volume = z142.Volume - 0.5
7838
function touch122(hit)
7839
if not hit.Parent:findFirstChild("Humanoid") then return end
7840
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7841
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7842
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7843
        hit.Parent:findFirstChild("Humanoid").Health = 100
7844
    end
7845
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 25
7846
   
7847
   
7848
end
7849
end
7850
spirit12.Touched:connect(touch122)
7851
for i = 1,5 do
7852
    wait()
7853
    spirit1mesh.Scale = spirit1mesh.Scale - Vector3.new(5,5,5)
7854
end
7855
z142.Volume = z142.Volume - 0.5
7856
Colors = {"Really black", "Really black"}
7857
        GroundWave2()
7858
spirit12 = Instance.new("Part",char)
7859
spirit12.Name = "XD"
7860
spirit12.CanCollide = false
7861
spirit12.Size = Vector3.new(200,200,200)
7862
spirit12.Transparency = 1
7863
spirit12.Position = spirit1.Position
7864
spirit12.BrickColor = BrickColor.new("Really black")
7865
spirit12.Material = "Neon"
7866
 
7867
function touch122(hit)
7868
if not hit.Parent:findFirstChild("Humanoid") then return end
7869
if hit.Parent:findFirstChild("Humanoid") ~= nil then
7870
    if hit.Parent:findFirstChild("Humanoid").Health > 100 then
7871
        hit.Parent:findFirstChild("Humanoid").MaxHealth = 100
7872
        hit.Parent:findFirstChild("Humanoid").Health = 100
7873
    end
7874
    hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 30
7875
   
7876
   
7877
end
7878
end
7879
spirit12.Touched:connect(touch122)
7880
Colors = {"Really black", "Really black"}
7881
        GroundWave2()
7882
 
7883
spirit12.Touched:connect(touch122)
7884
for i = 1,50 do
7885
    wait()
7886
    spirit1mesh.Scale = spirit1mesh.Scale + Vector3.new(5,5,5)
7887
   
7888
 
7889
end
7890
z142.Volume = z142.Volume - 0.5
7891
z142:Destroy()
7892
 
7893
 
7894
    partweld7.C0 = CFrame.new(0,40,0)
7895
spirit1.Transparency = 1
7896
            aj = 1
7897
 
7898
wait(0.5)
7899
end
7900
7901
function lerp(a, b, t) -- Linear interpolation
7902
	return a + (b - a)*t
7903
end
7904
 
7905
function slerp(a, b, t) --Spherical interpolation
7906
	dot = a:Dot(b)
7907
	if dot > 0.99999 or dot < -0.99999 then
7908
		return t <= 0.5 and a or b
7909
	else
7910
		r = math.acos(dot)
7911
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
7912
	end
7913
end
7914
 
7915
function matrixInterpolate(a, b, t)
7916
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
7917
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
7918
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
7919
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
7920
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
7921
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
7922
	local t = v1:Dot(v2)
7923
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
7924
		return CFrame.new()
7925
	end
7926
	return CFrame.new(
7927
	v0.x, v0.y, v0.z,
7928
	v1.x, v1.y, v1.z,
7929
	v2.x, v2.y, v2.z,
7930
	v3.x, v3.y, v3.z)
7931
end
7932
----------------------------------------------------
7933
function genWeld(a,b)
7934
    local w = Instance.new("Weld",a)
7935
    w.Part0 = a
7936
    w.Part1 = b
7937
    return w
7938
end
7939
function weld(a, b)
7940
    local weld = Instance.new("Weld")
7941
    weld.Name = "W"
7942
    weld.Part0 = a
7943
    weld.Part1 = b
7944
    weld.C0 = a.CFrame:inverse() * b.CFrame
7945
    weld.Parent = a
7946
    return weld;
7947
end
7948
----------------------------------------------------
7949
function Lerp(c1,c2,al)
7950
local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
7951
local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
7952
for i,v in pairs(com1) do 
7953
com1[i] = v+(com2[i]-v)*al
7954
end
7955
return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
7956
end
7957
----------------------------------------------------
7958
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
7959
local wld = Instance.new("Weld", wp1)
7960
wld.Part0 = wp0
7961
wld.Part1 = wp1
7962
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
7963
end
7964
----------------------------------------------------
7965
newWeld(torso, larm, -1.5, 0.5, 0)
7966
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
7967
newWeld(torso, rarm, 1.5, 0.5, 0)
7968
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
7969
newWeld(torso, hed, 0, 1.5, 0)
7970
newWeld(torso, lleg, -0.5, -1, 0)
7971
lleg.Weld.C1 = CFrame.new(0, 1, 0)
7972
newWeld(torso, rleg, 0.5, -1, 0)
7973
rleg.Weld.C1 = CFrame.new(0, 1, 0)
7974
newWeld(root, torso, 0, -1, 0)
7975
torso.Weld.C1 = CFrame.new(0, -1, 0)
7976
----------------------------------------------------
7977
wait(.1)
7978
char.Dragonslayer:GetChildren().Locked=true
7979
print("locked lol")
7980
----------------------------------------------------
7981
function Dmg()
7982
	local partofdeath = char.Dragonslayer.Hitbox
7983
	local function CreateRegion3FromLocAndSize(Position, Size)
7984
		local SizeOffset = Size/2
7985
		local Point1 = Position - SizeOffset
7986
		local Point2 = Position + SizeOffset
7987
		return Region3.new(Point1, Point2)
7988
	end
7989
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
7990
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
7991
		spawn(function()
7992
			if Debounces.Slashing == true and Debounces.Slashed == false then
7993
				Debounces.Slashed = true
7994
				ypcall(function()
7995
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
7996
					humanoid:TakeDamage(math.random(40,48))
7997
				end)
7998
				wait(.4)
7999
				Debounces.Slashed = false
8000
			end
8001
		end)
8002
	end
8003
end
8004
----------------------------------------------------
8005
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8006
ptz = {0.7, 0.8, 0.9, 1}
8007
idz = {"231917961", "231917950"}
8008
function attackone()
8009
	for i = 1, 13 do
8010
		Dmg()
8011
		weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(1.4,-.1,.8)	
8012
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2, 0.5, -0.3)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(-10)), 0.3)
8013
		rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3)
8014
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0.4)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(-10)), 0.5)
8015
		larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(-40),math.rad(0)), 0.5)
8016
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8017
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8018
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8019
		torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(18), math.rad(0), math.rad(15)), 0.7)
8020
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.4, -1.3, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
8021
		lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)), 0.5)
8022
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
8023
		rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.5)
8024
		if Debounces.on == false then
8025
			break
8026
		end
8027
		fat.Event:wait()
8028
	end
8029
8030
	Debounces.Slashing = true
8031
	wait(0.4)
8032
	x = Instance.new("Sound", hed)
8033
	x.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8034
	x.Pitch = ptz[math.random(1,#ptz)]
8035
	x.Volume = 2
8036
	wait(.01)
8037
	x:Play()
8038
	
8039
	for i = 1, 14 do
8040
		Dmg()
8041
		weld1.C0 = CFrame.new(0,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(3,0,0)		
8042
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0.4)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(100)), 0.4)
8043
		rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.4)
8044
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, -0.3)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-20)), 0.4)
8045
		larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.4)
8046
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8047
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8048
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8049
		torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(-1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
8050
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5)
8051
		lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(15)), 0.5)
8052
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5)
8053
		rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(-10)), 0.5)
8054
		if Debounces.on == false then break end
8055
		swait()
8056
		rs:wait()
8057
	end
8058
	Debounces.Slashing = false
8059
end
8060
function attacktwo()
8061
	Debounces.Reaping = true
8062
	Debounces.Slashing = true
8063
	x:Play()
8064
	wait(.1)
8065
	
8066
	for i = 1, 14 do
8067
		Dmg()
8068
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(80)), 0.7)
8069
		rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
8070
		larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (-70)), 0.5)
8071
		larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
8072
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.5)
8073
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8074
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5)
8075
		torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
8076
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8077
		lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
8078
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8079
		rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
8080
		Debounces.Reaping = false
8081
		if Debounces.on == false then
8082
			break
8083
		end
8084
		swait()
8085
		rs:wait()
8086
	end
8087
end
8088
----------------------------------------------------
8089
----------------------------------------------------
8090
--[[mouse.KeyDown:connect(function(key)
8091
    if key == "e" then
8092
        if Debounces.CanAttack == true and stanceToggle == "Normal" then
8093
            Debounces.CanAttack = false
8094
            Debounces.NoIdl = true
8095
            Debounces.on = true
8096
                for i = 1,50 do
8097
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)),     0.05)
8098
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(20)),     0.05)
8099
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), math.rad(0)),     0.05)
8100
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (8),math.rad(-46),     math.rad(0)), 0.05)
8101
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (-4), math.rad(60),     math.rad(0)), 0.05)
8102
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles (math.rad(120), math.rad(70),     math.rad(-60)), 0.05)
8103
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad (120),math.rad(-    70),math.rad(60)), 0.05)
8104
               if Debounces.on == false then break end wait()
8105
                    end
8106
                        wait(1)
8107
      z = Instance.new("Sound")
8108
      z.SoundId = "rbxassestid://583517113"
8109
      z.Parent = char
8110
      z.Looped = false
8111
      z.Pitch = .4
8112
      z.Volume = .5
8113
      wait()
8114
      z:Play()
8115
      Debounces.Reaping = true
8116
      Reap()
8117
                for i = 1, 20 do
8118
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (8),math.rad(66),     math.rad(0)), 0.5)
8119
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (-12), math.rad(-66),     math.rad(0)), 0.5)
8120
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles (math.rad(120), math.rad(70),     math.rad(-60)), 0.5)
8121
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles(math.rad (120),math.rad(-    70),math.rad(60)), 0.5)
8122
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad (6), 0, math.rad(10)),   0.5)
8123
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad (-10), math.rad(-10),     math.rad(20)), 0.5)
8124
                      if Debounces.on == false then break end wait()
8125
                        end
8126
                            if Debounces.CanAttack == false then
8127
        Debounces.Slashing = false
8128
                                Debounces.CanAttack = true
8129
                                Debounces.NoIdl = false
8130
        z:Destroy()
8131
                                end
8132
                            end
8133
                     end
8134
                    end)]]
8135
----------------------------------------------------
8136
8137
----------------------------------------------------
8138
ComboNum = 0
8139
mouse.Button1Down:connect(function()
8140
8141
	if Debounces.CanAttack == true and stanceToggle=="Normal" then
8142
		Debounces.CanAttack = false
8143
		Debounces.NoIdl = true
8144
		Debounces.Reaping = true
8145
		Debounces.on = true
8146
		if ComboNum == 0 then
8147
			attackone()
8148
		elseif ComboNum == 1  then
8149
			attacktwo()
8150
		--[[elseif ComboNum == 2 then
8151
			attackthree()]]--
8152
		end
8153
		ComboNum = ComboNum + 1
8154
		Debounces.CanAttack = true
8155
		Debounces.on = false
8156
		wait(.5)
8157
		if Debounces.CanAttack == true then
8158
			ComboNum = 0
8159
			Debounces.NoIdl = false
8160
		end
8161-
                    local mous_ = game:GetService("Players").LocalPlayer:GetMouse()
8161+
8162
end)
8163
hitbb = char.Dragonslayer.Hitbox
8164
----------------------------------------------------
8165
Reap = function()
8166
	
8167
	hitbb.Touched:connect(function(ht1)
8168
		
8169
		hit1 = ht1.Parent
8170
		if ht1 and hit1:IsA("Model") and hit1:FindFirstChild("Humanoid") and hit1.Name ~= p.Name and Debounces.Reaping == true and Debounces.Reaped == false then
8171
			Debounces.Reaped = true
8172
			h = hit1:FindFirstChild("Humanoid")
8173
			if h ~= nil then
8174
				hum.MaxHealth = hum.MaxHealth + h.MaxHealth
8175
				hum.Health = hum.MaxHealth
8176
				e = Instance.new("Part")
8177
				e.TopSurface = 0
8178
				e.BottomSurface = 0
8179
				e.Reflectance = 0.05
8180
				e.formFactor = "Symmetric"
8181
				e.Size = Vector3.new(1, 1, 1)
8182
				e.Anchored = true
8183
				e.CanCollide = false
8184
				e.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
8185
				e.CFrame = CFrame.new(ht1.Position)
8186
				e.Parent = hit1
8187
									z = Instance.new("Sound", rarm)
8188
		z.SoundId = "http://www.roblox.com/asset/?id=244188079"
8189
		z.Volume = 0.6
8190
		z.Pitch = pt[math.random(1, #pt)]
8191
		z.Looped = false
8192
		wait()
8193
		z:Play()
8194
				Instance.new("BlockMesh", e)
8195
				coroutine.resume(coroutine.create(function(par)
8196
			
8197
			for i = 1, 13 do
8198
				par.CFrame = par.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-20, 20) / 50, math.random(-20, 20) / 50, math.random(-20, 20) / 50)
8199
				par.Transparency = i / 13
8200
				par.Mesh.Scale = par.Mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
8201
				wait()
8202
			end
8203
			par.Parent = nil
8204
		end
8205
), e)
8206
				for _,v in pairs(hit1:children()) do
8207
8208
					if v.className == "Part" then
8209
						
8210
						v.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
8211
						v.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
8212
						v:BreakJoints()
8213
						f = Instance.new("BodyVelocity")
8214
						f.P = 3000
8215
						f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
8216
						f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
8217
						f.Parent = v
8218
						v.CanCollide = false
8219
						coroutine.resume(coroutine.create(function(par)
8220
				
8221
			for i = 1, 30 do
8222
				par.Transparency = i / 30
8223
				wait()
8224
			end
8225
			par.Parent = nil
8226
						end
8227
						
8228
						), v)
8229
						elseif v.Name == "Base" then
8230
					else
8231
						if v.className == "Accessory" then
8232
							v.Handle.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
8233
							v.Handle.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
8234
							v.Handle:BreakJoints()
8235
							f = Instance.new("BodyVelocity")
8236
							f.P = 3000
8237
							f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
8238
							f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
8239
							f.Parent = v.Handle
8240
							v.Handle.CanCollide = false
8241
							coroutine.resume(coroutine.create(function(par)
8242
			
8243
			for i = 1, 30 do
8244
				par.Transparency = i / 30
8245
				wait()
8246
			end
8247
			par.Parent = nil
8248
		end
8249
							), v.Handle)
8250
						
8251
							if h == nil then
8252
								wait()
8253
							end
8254
						end
8255
					end
8256
				end
8257
			end
8258
			end
8259
				end
8260
				
8261
)
8262
	Debounces.Reaped = false
8263
end
8264
8265
----------------------------------------------
8266
ROW = function(out, trans, s, wt, t, ang, plus)
8267
    if game:GetService("Workspace"):findFirstChild("Base")~=nil then
8268
        for i = 1, 360, 360/t do
8269
            local c = Instance.new("Part", game:GetService("Workspace"))
8270
            c.FormFactor = 3
8271
            c.TopSurface = 0
8272
            c.BottomSurface = 0
8273
            c.Size = s
8274
            c.Anchored = true
8275
            c.CanCollide = wt
8276
            c.Material=game:GetService("Workspace").Base.Material
8277
            c.Transparency = trans
8278
            c.BrickColor = game:GetService("Workspace").Base.BrickColor
8279
            c.CFrame = CFrame.new(torso.CFrame.x,0,torso.CFrame.z) * CFrame.Angles(0, math.rad(i +  plus), 0) *     CFrame.new(0, 0, out) * ang
8280
            c.Locked=true
8281
            game.Debris:AddItem(c,4+math.random(1,10)/10)
8282
        end
8283
    end
8284
end
8285
----------------------------------------------
8286
-------------------
8287
function Crater(Torso,Radius)
8288
        Spawn(function()
8289
        local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
8290
        local Ignore = {}
8291
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
8292
                if v.Character ~= nil then
8293
                        Ignore[#Ignore+1] = v.Character
8294
                end
8295
        end
8296
        local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
8297
        if Hit == nil then return end
8298
        local Parts = {}
8299
        for i = 1,360,10 do
8300
                local P = Instance.new("Part",Torso.Parent)
8301
                P.Anchored = true
8302
                P.FormFactor = "Custom"
8303
                P.BrickColor = Hit.BrickColor
8304
                P.Material = Hit.Material
8305
                P.TopSurface = "Smooth"
8306
                P.BottomSurface = "Smooth"
8307
                P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
8308
                P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
8309
                Parts[#Parts+1] = {P,P.CFrame,((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),P.Size}
8310
                if math.random(0,5) == 0 then -- rubble
8311
                        local P = Instance.new("Part",Torso.Parent)
8312
                        P.Anchored = true
8313
                        P.FormFactor = "Custom"
8314
                        P.BrickColor = Hit.BrickColor
8315
                        P.Material = Hit.Material
8316
                        P.TopSurface = "Smooth"
8317
                        P.BottomSurface = "Smooth"
8318
                        P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
8319
                        P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))
8320
                        Parts[#Parts+1] = {P,P.CFrame,(CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))*CFrame.Angles(0,math.rad(i),0)*CFrame.new(0,0,-Radius-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),P.Size}
8321
                end
8322
        end
8323
        for i = 0,1,0.05 do
8324
                for i2,v in pairs(Parts) do
8325
                        v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
8326
                end
8327
                wait(0.02)
8328
        end
8329
        for i,v in pairs(Parts) do
8330
                if v[1].Size.X > 2.1 then
8331
                        v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
8332
                end
8333
                v[1].Anchored = false
8334
        end
8335
        for i = 0,1,0.05 do
8336
                for i2,v in pairs(Parts) do
8337
                        v[1].Transparency = i
8338
                        if i == 1 then
8339
                                v[1]:Destroy()
8340
                        elseif i >= 0.25 then
8341
                                v[1].CanCollide = false
8342
                        end
8343
                end
8344
                wait(0.02)
8345
        end
8346
        Parts = nil
8347
        end)
8348
end
8349
8350
8351
local Touche = {char.Name}
8352
-------------------------------
8353
ROW = function(out, trans, s, wt, t, ang, plus)
8354
    if game:GetService("Workspace"):findFirstChild("Base")~=nil then
8355
        for i = 1, 360, 360/t do
8356
            local c = Instance.new("Part", game:GetService("Workspace"))
8357
            c.FormFactor = 3
8358
            c.TopSurface = 0
8359
            c.BottomSurface = 0
8360
            c.Size = s
8361
            c.Anchored = true
8362
            c.CanCollide = wt
8363
            c.Material=game:GetService("Workspace").Base.Material
8364
            c.Transparency = trans
8365
            c.BrickColor = game:GetService("Workspace").Base.BrickColor
8366
            c.CFrame = CFrame.new(torso.CFrame.x,0,torso.CFrame.z) * CFrame.Angles(0, math.rad(i +  plus), 0) *     CFrame.new(0, 0, out) * ang
8367
            c.Locked=true
8368
            game.Debris:AddItem(c,4+math.random(1,10)/10)
8369
        end
8370
    end
8371
end
8372
----------------------------------------------
8373
Part = function(x,y,z,color,tr,cc,an,parent)
8374
local p = Instance.new('Part',parent or Weapon)
8375
p.formFactor = 'Custom'
8376
p.Size = Vector3.new(x,y,z)
8377
p.BrickColor = BrickColor.new(color)
8378
p.CanCollide = cc
8379
p.Transparency = tr
8380
p.Anchored = an
8381
p.TopSurface,p.BottomSurface = 0,0
8382
p.Locked=true
8383
p:BreakJoints()
8384
return p end
8385
8386
Mesh = function(par,num,x,y,z)
8387
local msh = _
8388
if num == 1 then msh = Instance.new("CylinderMesh",par)
8389
elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
8390
elseif num == 3 then msh = Instance.new("BlockMesh",par)
8391
elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
8392
elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
8393
end msh.Scale = Vector3.new(x,y,z)
8394
return msh end
8395
8396
----------------------------------------------
8397
function explosion(col1,col2,cfr,sz,rng,dmg)
8398
    local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
8399
    local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
8400
    local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
8401
    v1,v2,v3=sz.x,sz.y,sz.z
8402
    local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
8403
    local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
8404
    local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
8405
    a.CFrame=cfr
8406
    a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
8407
    a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
8408
    for i,v in pairs(game:GetService("Workspace"):children()) do
8409
        if v:IsA("Model") and v:findFirstChild("Humanoid") then
8410
            if v:findFirstChild("Head") and v:findFirstChild("Torso") then
8411
                if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and  v.Name ~= char.Name then
8412
                    local hit=v
8413
                    hit.Humanoid.Health=v.Humanoid.Health-dmg
8414
                    hit.Humanoid.PlatformStand=true
8415
                    hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
8416
                    wait(.1)
8417
                    spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
8418
                end
8419
            end
8420
        end
8421
    end
8422
    spawn(function()
8423
        while wait() do
8424
            if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
8425
            m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
8426
            m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
8427
            m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
8428
            a.Transparency=a.Transparency+0.05
8429
            a2.Transparency=a2.Transparency+0.05
8430
            a3.Transparency=a3.Transparency+0.05
8431
        end
8432
    end)
8433
end
8434
8435
----------------------------------------------
8436
  local Shockwave = function()
8437
	local	bl = Instance.new("Part", char)
8438
				bl.Locked = true
8439
				bl.Name = "Shell"
8440
				bl.BrickColor = BrickColor.new("Crimson")
8441
				bl.Anchored = true
8442
				bl.Material="Marble"
8443
				bl.CanCollide = false
8444
				bl.Transparency = 0
8445
				bl.Reflectance = 0
8446
				bl.BottomSurface = 0
8447
				bl.TopSurface = 0
8448
				bl.Position = torso.Position - Vector3.new(0,2,0)
8449
				bl.Shape = 0
8450
			local	blm = Instance.new("SpecialMesh", bl)
8451
				blm.MeshType = "Sphere"
8452
				blm.Scale = Vector3.new(1, 1, 1)
8453
				blm.MeshId = "rbxassetid://1323306"
8454
				local	sdfg = Instance.new("Part", char)
8455
				sdfg.Locked = true
8456
				sdfg.Name = "Shell"
8457
				sdfg.BrickColor = BrickColor.new("Really black")
8458
				sdfg.Anchored = true
8459
				sdfg.Material="Marble"
8460
				sdfg.CanCollide = false
8461
				sdfg.Transparency = 0
8462
				sdfg.Reflectance = 0
8463
				sdfg.BottomSurface = 0
8464
				sdfg.TopSurface = 0
8465
				sdfg.Position = torso.Position - Vector3.new(0,2,0)
8466
				sdfg.Shape = 0
8467
				  sdfg.CFrame = sdfg.CFrame * CFrame.Angles(math.rad(45), math.rad(45), math.rad(0))
8468
			local	blms = Instance.new("SpecialMesh", sdfg)
8469
				blms.MeshType = "Sphere"
8470
				blms.Scale = Vector3.new(1, 1, 1)
8471
				blms.MeshId = "rbxassetid://3270017"
8472
8473
	local	zxc = Instance.new("Part", char)
8474
				zxc.Locked = true
8475
				zxc.Name = "Shell"
8476
				zxc.BrickColor = BrickColor.new("Really black")
8477
				zxc.Anchored = true
8478
				zxc.Material="Marble"
8479
				zxc.CanCollide = false
8480
				zxc.Transparency = 0
8481
				zxc.Reflectance = 0
8482
				zxc.BottomSurface = 0
8483
				zxc.TopSurface = 0
8484
				zxc.Position = torso.Position - Vector3.new(0,2,0)
8485
				zxc.Shape = 0
8486
				  zxc.CFrame = zxc.CFrame * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0))
8487
			local	blmz = Instance.new("SpecialMesh", zxc)
8488
				blmz.MeshType = "Sphere"
8489
				blmz.Scale = Vector3.new(1, 1, 1)
8490
				blmz.MeshId = "rbxassetid://3270017"
8491
8492
                local rng1 = Instance.new("Part", char)
8493
                rng1.Anchored = true
8494
                rng1.BrickColor = BrickColor.new("Really black")
8495
                rng1.CanCollide = false
8496
                rng1.FormFactor = 3
8497
                rng1.Name = "Ring"
8498
                rng1.Size = Vector3.new(1, 1, 1)
8499
                rng1.Transparency = 0.35
8500
                rng1.TopSurface = 0
8501
                rng1.BottomSurface = 0
8502
local rng = Instance.new("Part", char)
8503
  rng.Anchored = true
8504
  rng.BrickColor = BrickColor.new("Light blue")
8505
  rng.CanCollide = false
8506
  rng.FormFactor = 3
8507
  rng.Name = "Ring"
8508
  rng.Size = Vector3.new(1, 1, 1)
8509
  rng.Transparency = 0.35
8510
  rng.TopSurface = 0
8511
  rng.BottomSurface = 0
8512
  rng.Position = torso.Position - Vector3.new(0,2,0)
8513
  rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8514
                local rngm1 = Instance.new("SpecialMesh", rng)
8515
                rngm1.MeshId = "http://www.roblox.com/asset/?id=20329976"
8516
                rngm1.Scale = Vector3.new(10, 10, 10)
8517
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8518
                local Wave = Instance.new("Part")
8519
                Wave.Name = "Shockwave"
8520
                Wave.BrickColor = BrickColor.new("White")
8521
                Wave.Size = Vector3.new(1, 1, 1)
8522
                Wave.Shape = "Ball"
8523
                Wave.CanCollide = false
8524
                Wave.Anchored = true
8525
                Wave.TopSurface = 0
8526
                Wave.BottomSurface = 0
8527
                Wave.Touched:connect(function(hit)
8528
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8529
                        local Occlude = true
8530
                        local NotOccludes = {
8531
                         char.Name;
8532
                         "Wings";
8533
                         "Scythe";
8534
                         "Thingy";
8535
                         "Thingy2";
8536
                        }
8537
                        for i,v in pairs(NotOccludes) do
8538
                         if hit.Parent.Name == v then
8539
                          Occlude = false
8540
                         end
8541
                        end
8542
                   if Occlude then
8543
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 40
8544
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8545
                        end
8546
                    end
8547
                end)
8548
                Wave.Parent=game:GetService("Workspace")
8549
                
8550
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8551
                
8552
                coroutine.wrap(function()
8553
                    for i = 1, 20, 0.2 do
8554
                        rngm1.Scale = Vector3.new(10 + i*2, 1 + 1*2, 10 + i*2)
8555
                        rng1.Transparency = i/20
8556
                       rng.Transparency=i/20
8557
                       blm.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8558
                        bl.Transparency = i/20
8559
            blms.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8560
sdfg.Transparency = i/20
8561
            blmz.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8562
            zxc.Transparency = i/20
8563
8564
                    wait()
8565
                    end
8566
                    wait()
8567
                    rng:Destroy()
8568
                end)()
8569
                
8570
                delay(0, function()
8571
                    if Daytime == false then
8572
                       for i = 1, 50, 1 do
8573
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8574
                            Wave.CFrame = char.Torso.CFrame
8575
                            local t = i / 50
8576
                            Wave.Transparency = t
8577
                            wait()
8578
                        end
8579
                    else
8580
                        for i = 1, 50, 1 do
8581
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8582
                            Wave.CFrame = char.Torso.CFrame
8583
                            local t = i / 50
8584
                            Wave.Transparency = t
8585
                            wait()
8586
                        end
8587
                    end
8588
                    Wave:Destroy()
8589
                end)
8590
                delay(0, function()
8591
                    while wait() do
8592
                        if Wave ~= nil then
8593
                            Wave.CFrame = char.Torso.CFrame
8594
                        else
8595
                            break
8596
                        end
8597
                    end
8598
                end)
8599
            end
8600
            
8601
8602
            
8603
8604
-------------------------------
8605
mouse.KeyDown:connect(function(key)
8606
    if key == "r" and stanceToggle == "Normal" then
8607
        if Debounces.CanAttack == true then
8608
            Debounces.CanAttack = false
8609
        x = Instance.new("Sound")
8610
        x.SoundId = "http://www.roblox.com/asset?id=219338993"
8611
        x.Parent = char
8612
        x.Volume = 0.7
8613
        x.Pitch = 1
8614
        x.Looped = true
8615
        x:Play()
8616
   Debounces.NoIdl = true
8617
   Debounces.on = true
8618
            for i = 1,30 do
8619
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad (20),math.rad(0), math.rad    (0)),0.1)
8620
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0)*CFrame.Angles (math.rad(30), math.rad(0), 0), 0.1)
8621
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles (math.rad(120),math.rad    (0),math.rad(-40)), 0.1)
8622
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles (math.rad(120),math.rad    (0),math.rad(40)), 0.1)
8623
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
8624
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
8625
     if Debounces.on == false then break end
8626
       wait()
8627
      end
8628
      wait(1.2)
8629
8630
        ROW(12, 0, Vector3.new(34.5, 30, 3), true, 8, CFrame.Angles(math.rad(math.random (30,60)), 0, math.rad    (math.random(-30,30))), 0)
8631
        explosion('Really red','Black',torso.CFrame,Vector3.new(50,50,50),30,math.random (15,30))
8632
        x:Destroy()
8633
        b = Instance.new("Sound")
8634
        b.SoundId = "http://www.roblox.com/asset/?id=244188079"
8635
        b.Volume=1 
8636
        b.Pitch=.5
8637
        b.PlayOnRemove=true
8638
        b.Parent = char
8639
        b.Looped = false
8640
        b:Play()
8641
        n = Instance.new("Sound")
8642
        n.SoundId = "http://www.roblox.com/asset/?id=244188079"
8643
        n.Parent = char
8644
        n.Pitch = 0.94
8645
        n.Looped = false
8646
        n:Play()
8647
Shockwave()
8648
 Crater(hed,6)
8649
            for i = 1,20 do
8650
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(- 10),math.rad(0), math.rad    (0)), 0.8)
8651
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0)*CFrame.Angles (math.rad(-40), math.rad(0), 0), 0.8)
8652
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2,0.5,-.5)*CFrame.Angles (math.rad(50),math.rad    (0),math.rad(-40)), 0.8)
8653
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.5,-.5)*CFrame.Angles (math.rad(50),math.rad    (0),math.rad(40)), 0.8)
8654
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-20)),   0.8)
8655
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(20)), 0.8)
8656
 if Debounces.on == false then break end
8657
   wait()
8658
   end
8659
            Debounces.NoIdl = false
8660
            Debounces.on = false
8661
            wait(1)
8662
            if Debounces.CanAttack == false then
8663
            Debounces.CanAttack = true
8664
            x:Destroy()
8665
            b:Destroy()
8666
            n:Destroy()
8667
                end
8668
            end
8669
        end
8670
    end)
8671
8672
----------------------------------------------------
8673
smoke=char.armcannon.cannonpiece3.ParticleEmitter
8674
----------------------------------------------------
8675
8676
mouse.KeyDown:connect(function(key)
8677
    if key == "e" and stanceToggle == "Sheathed" then
8678
        if Debounces.CanAttack == true then
8679
            char.Humanoid.WalkSpeed = 8
8680
            Debounces.CanAttack = false
8681
            Debounces.NoIdl = true
8682
            Debounces.on = true
8683
smoke.Enabled=true
8684
            for i = 1, 30 do
8685
	smoke.Enabled=true
8686
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad    (0),math.rad(0),math.rad(20)), 0.1)
8687
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(-    40),math.rad(-90)), 0.1)
8688
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12),math.rad(60), math.rad    (0)), 0.1)
8689
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad (0), math.rad(-60),     math.rad(0)), 0.1)
8690
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-5)), 0.1)
8691
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(5)), 0.1)
8692
                 if Debounces.on == false then break end
8693
                wait()
8694
8695
            end
8696
            while wait(math.random(0.5,1.5)) do
8697
                if Debounces.on == false then
8698
                    break
8699
                else
8700
                    local expl = Instance.new("Explosion",game:GetService("Workspace"))
8701
					expl.Visible = false
8702
                    local mous_ = p:GetMouse()
8703
                    local pos = mous_.Hit.p
8704
                    local needsff = false
8705
                    local pos_x = game:GetService("Players").LocalPlayer.Character.Torso.Position.X
8706
                    local pos_y = game:GetService("Players").LocalPlayer.Character.Torso.Position.Y
8707
                    local pos_z = game:GetService("Players").LocalPlayer.Character.Torso.Position.Z
8708
                    local outset = 6
8709
                    local x1,x2,y1,y2,z1,z2 = mous_.Hit.p.X+outset, mous_.Hit.p.X-outset, mous_.Hit.p.Y+outset, mous_.Hit.p.Y-outset, mous_.Hit.p.Z+outset, mous_.Hit.p.Z-outset
8710
                    if pos_x <  x1 and pos_x > x2 and pos_y < y1 and pos_y > y2 and pos_z < z1 and pos_z > z2 then
8711
                        needsff = true
8712
                        local forcefield = Instance.new("ForceField",p.Character)
8713
						forcefield.Visible = false
8714
                        spawn(function()
8715
                            wait(1)
8716
                            pcall(game.Destroy,p.Character.ForceField)
8717
                        end)
8718
                    end
8719
                    expl.Position = pos
8720
					spawn(function()
8721
						local blast = Instance.new("Part",p.Character)
8722
						blast.Anchored = true
8723
						blast.CanCollide = false
8724
						blast.BrickColor = BrickColor.new("Really red")
8725
						blast.Material = Enum.Material.Neon
8726
						blast.Size = Vector3.new(0.1,0.1,0.1)
8727
						blast.CFrame = CFrame.new(mous_.Hit.p)
8728
						local blastm = Instance.new("SpecialMesh",blast)
8729
						blastm.MeshType = Enum.MeshType.Sphere
8730
						blastm.Scale = Vector3.new(80,80,80)
8731
						local rp = Instance.new("Part",workspace)
8732
						rp.Anchored = true
8733
						rp.CanCollide = false
8734
						rp.BrickColor = BrickColor.new("Black")
8735
						rp.Size = Vector3.new(5,5,5)
8736
						rp.CFrame = blast.CFrame * CFrame.Angles(math.random(0,360),math.random(0,360),math.random(0,360))
8737
						local rm = Instance.new("SpecialMesh",rp)
8738
						rm.MeshId = "http://roblox.com/asset/?id=3270017"
8739
						rm.Scale = rm.Scale+Vector3.new(10,10,2)
8740
						local s = Instance.new("Sound",blast)
8741
						s.SoundId = "http://roblox.com/asset/?id=244188079"
8742
						s.Volume = 3
8743
						s.Looped = false
8744
						s.Pitch = 1.2
8745
						s:Play()
8746
						for i = 1,10 do
8747
							wait()
8748
							blastm.Scale = blastm.Scale+Vector3.new(12,12,12)
8749
							rm.Scale = rm.Scale+Vector3.new(1,1,0)
8750
							rp.Transparency = i / 10
8751
							blast.Transparency = i / 10
8752
						end
8753
						rp:Remove()
8754
					end)
8755
           
8756
                end
8757
            end
8758
8759
            
8760
        end
8761
    end
8762
end)
8763
8764
--------------------
8765
mouse.KeyDown:connect(function(key)
8766
    if key == "n" and stanceToggle =="Sheathed" then
8767
8768
        stanceToggle = "Idle2"
8769
8770
elseif key == "n" and stanceToggle == "Idle2" then
8771
	stanceToggle = "Sheathed"
8772
        end
8773
8774
    end
8775
)
8776
---------------------
8777
mouse.KeyDown:connect(function(key)
8778
	if key == "b" and mus.Playing == true then
8779
		mus:Pause()
8780
	elseif key == "b" and mus.Playing == false then
8781
		mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
8782
		mus:Play()
8783
	end
8784
end)
8785
----------------------------------------------------
8786
mouse.KeyUp:connect(function(key)
8787
    if key == "e" and stanceToggle == "Sheathed" then
8788
  Debounces.NoIdl = false
8789
  Debounces.on = false
8790
smoke.Enabled=false
8791
  wait()
8792
smoke.Enabled=false
8793
  char.Humanoid.WalkSpeed = 9
8794
  if Debounces.CanAttack == false then
8795
   Debounces.CanAttack = true
8796
  end
8797
 end
8798
end)
8799
----------------------------------------------------
8800
-------------------------------
8801
local animpose = "Idle"
8802
local lastanimpose = "Idle"
8803
local grab = false
8804
local sine = 0
8805
8806
local val = 0
8807
local ffing = false
8808
jump = false
8809
rs:connect(function()
8810
	if char.Humanoid.Jump == true then
8811
		jump = true
8812
	else
8813
		jump = false
8814
	end
8815
	char.Humanoid.FreeFalling:connect(function(f)
8816
		if f then
8817
			ffing = true
8818
		else
8819
			ffing = false
8820
		end
8821
		
8822
	end)
8823
end)
8824
8825
8826
-------------------------------
8827
	RightLeg = CFrame.new(0.5, -1, 0)
8828
	LeftLeg = CFrame.new(-0.5, -1, 0)
8829
lefth = (torso.CFrame*LeftLeg)
8830
	righth = (torso.CFrame*RightLeg)
8831
8832
	speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
8833
8834
	TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
8835
	local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
8836
	local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
8837
game:GetService("RunService").RenderStepped:connect(function()
8838
8839
char["Humanoid"].FreeFalling:connect(function(f)
8840
  if f then
8841
   ffing = true
8842
  else
8843
   ffing = false
8844
  end
8845
 end)
8846
sine = sine + change
8847
if jump == true then
8848
	animpose = "Jumping"
8849
elseif ffing == true then
8850
animpose = "Freefalling"
8851
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
8852
animpose = "Idle"
8853
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
8854
animpose = "Walking"
8855
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
8856
animpose = "Running"
8857
end
8858
if animpose ~= lastanimpose then
8859
sine = 0
8860
if Debounces.NoIdl == false then
8861
if stanceToggle == "Normal" then
8862
for i = 1, 2 do
8863
	              rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(-90),math.rad(-50),math.rad(0)), 0.5)
8864
			   larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 1, -.2)*CFrame.Angles(math.rad(-70),math.rad(40),math.rad(0)), 0.5)
8865
	           hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2)
8866
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2)
8867
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2)
8868
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2)
8869
		
8870
end
8871
elseif stanceToggle == "Sheathed" then
8872
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+.5*math.cos(sine/10)),math.rad(0+1*math.cos(sine/10)),math.rad(15+1*math.cos(sine/10))), 0.8)
8873
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.45, -.3)*CFrame.Angles(math.rad(10),math.rad(12),math.rad(0)), 0.5)
8874
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8)
8875
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8876
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
8877
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0-3*math.cos(sine/10)),math.rad(0)), 0.5)
8878
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
8879
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(0+3*math.cos(sine/10)), 0), 0.1)
8880
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
8881
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1)
8882
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
8883
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1)
8884
				
8885
	wait()
8886
end
8887
else
8888
end
8889
end
8890
lastanimpose = animpose
8891
if Debounces.NoIdl == false then
8892
if animpose == "Idle" then
8893
if stanceToggle == "Normal" then
8894
change = 0.5
8895
             rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
8896
		     rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 1, -.2)*CFrame.Angles(math.rad(-90),math.rad(-50),math.rad(0)), 0.5)
8897
		     larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
8898
             larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(1.4, 0, 0)*CFrame.Angles(math.rad(-70),math.rad(40),math.rad(0)), 0.5)
8899
			 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
8900
			 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8901
			 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/13)), math.rad(0), 0), 0.1)
8902
		     torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/13), -1, 0) * CFrame.Angles(math.rad(0), math.rad(0+0*math.cos(sine/13)), 0), 0.1)
8903
		     lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/13)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/13)), math.rad(0), math.rad(0)), 0.1)
8904
		   	 lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/13)), math.rad(5+3*math.cos(sine/13))), 0.1)
8905
			 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/13)), math.rad(0), math.rad(0)), 0.1)
8906
			 rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/13)), math.rad(-5+3*math.cos(sine/13))), 0.1)
8907
					 weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(1.4,-.1,.8)
8908
			 corw2.Part0 = rarm
8909
elseif stanceToggle == "Sheathed" then
8910
	change = .5
8911
	                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+.5*math.cos(sine/10)),math.rad(0+1*math.cos(sine/10)),math.rad(15+1*math.cos(sine/10))), 0.8)
8912
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.45, -.18)*CFrame.Angles(math.rad(10),math.rad(12),math.rad(0)), 0.5)
8913
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8)
8914
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8915
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+.02*math.cos(sine/10))*CFrame.Angles(math.rad(-15+8*math.cos(sine/10)),math.rad(0),math.rad(0+5)), 0.5)
8916
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8917
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
8918
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(0+3*math.cos(sine/10)), 0), 0.1)
8919
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
8920
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1)
8921
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1)
8922
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1)
8923
	weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
8924
8925
corw2.Part0 = torso
8926
	elseif stanceToggle == "Idle2" then
8927
			 change = 0.2
8928
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65-0.1*math.cos(sine/3),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20-2*math.cos(sine/3))), 0.1)
8929
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
8930
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.23, 0.5, -.56) * CFrame.Angles(math.rad(88+4*math.cos(sine/3)), 0, math.rad(45)), 0.6)
8931
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
8932
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(-10+2*math.cos(sine/6)), 0, 0), 0.8)
8933
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
8934
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
8935
				--hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-5-10*math.cos(sine/18)), math.sin(sine/36)/3, 0), 0.3)
8936
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8937
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.15) * CFrame.Angles(math.rad(-9-2*math.cos(sine/6)), 0, 0), 0.8)
8938
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1-0.1*math.cos(sine/3), 0+0.04*math.cos(sine/6)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.8)
8939
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56-2*math.cos(sine/6)), 0, 0), 0.8)
8940
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.8)
8941
     end
8942
8943
elseif animpose == "Walking" then
8944
if stanceToggle == "Normal" then
8945
change = .4
8946
 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
8947
      rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(-10),math.rad(60),math.rad(0)), 0.7)
8948
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
8949
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
8950
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
8951
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
8952
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
8953
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8954
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
8955
			lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
8956
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
8957
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
8958
	weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)		
8959
8960
		
8961
		corw2.Part0 = rarm
8962
	
8963
elseif stanceToggle == "Sheathed" then
8964
	change = 0.4
8965
	rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
8966
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
8967
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4)
8968
				larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
8969
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4)
8970
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7)
8971
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4)
8972
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8973
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
8974
			lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
8975
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4)
8976
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
8977
weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
8978
8979
corw2.Part0 = torso
8980
8981
end
8982
elseif animpose == "Running" then
8983
if stanceToggle == "Normal" then
8984
change = .5
8985
		            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.4, 0.54, 0) * CFrame.Angles(math.rad(-34), math.rad(-15), math.rad(26)), 0.2)
8986
				rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7)
8987
				    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24 + 0.6 * math.cos(sine / 4) / 1.4, 0.54, 0 - 0.8 * math.cos(sine / 4)) * CFrame.Angles(math.rad(6 + 140 * math.cos(sine / 4) / 1.2), math.rad(0), math.rad(20 + 70 * math.cos(sine / 4))), 0.2)
8988
                    larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
8989
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(-8 + 12 * math.cos(sine / 2) / 1.5), math.rad(0 + 12 * math.cos(sine / 4)), math.rad(0)), 0.2)
8990
					hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0) - root.RotVelocity.Y / 10, math.rad(0)), 0.5)
8991
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 + 0.2 * math.cos(sine / 2) / 1.7, 0) * CFrame.Angles(math.rad(-14 + 10 * math.cos(sine / 2) / 1.5), math.rad(0 - 12 * math.cos(sine / 4)) - root.RotVelocity.Y / 10, math.rad(0) + root.RotVelocity.Y / 20), 0.2)
8992
					torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8993
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.8 - 0.4 * math.cos(sine / 4) / 2, math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + -math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
8994
					lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
8995
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8 + 0.4 * math.cos(sine / 4) / 2, -math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
8996
					rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
8997
					weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)		
8998
			corw2.Part0 = rarm
8999
9000
elseif stanceToggle == "Sheathed" then
9001
	change = 0.5
9002
		rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.24+.6*math.cos(sine/4)/1.4, 0.54, 0+0.8*math.cos(sine/4)) * CFrame.Angles(math.rad(6-140*math.cos(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.cos(sine/4))), 0.2)
9003
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
9004
					larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24 + 0.6 * math.cos(sine / 4) / 1.4, 0.54, 0 - 0.8 * math.cos(sine / 4)) * CFrame.Angles(math.rad(6 + 140 * math.cos(sine / 4) / 1.2), math.rad(0), math.rad(20 + 70 * math.cos(sine / 4))), 0.2)
9005
					larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5)
9006
					hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -0.2) * CFrame.Angles(math.rad(-8 + 12 * math.cos(sine / 2) / 1.5), math.rad(0 + 12 * math.cos(sine / 4)), math.rad(0)), 0.2)
9007
					hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0) - root.RotVelocity.Y / 10, math.rad(0)), 0.5)
9008
					torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 + 0.2 * math.cos(sine / 2) / 1.7, 0) * CFrame.Angles(math.rad(-14 + 10 * math.cos(sine / 2) / 1.5), math.rad(0 - 12 * math.cos(sine / 4)) - root.RotVelocity.Y / 10, math.rad(0) + root.RotVelocity.Y / 20), 0.2)
9009
					torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9010
					lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.8 - 0.4 * math.cos(sine / 4) / 2, math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + -math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
9011
					lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9012
					rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8 + 0.4 * math.cos(sine / 4) / 2, -math.sin(sine / 4) / 2) * CFrame.Angles(math.rad(-10) + math.sin(sine / 4) / 1.2, math.rad(0 + 12 * math.cos(sine / 4)) + root.RotVelocity.Y / 10, 0), 0.8)
9013
					rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9014
weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
9015
9016
corw2.Part0 = torso
9017
9018
				elseif animpose == "Freefalling" then
9019
   change = 0.5
9020
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2)
9021
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
9022
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2)
9023
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
9024
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9025
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9026
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9027
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2)
9028
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9029
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2)
9030
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9031
9032
   if stanceToggle == "Landed" then
9033
	change = 0.5
9034
  hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1)*CFrame.Angles(math.rad(-12),math.rad(0),  math.rad(0)),0.4)
9035
  torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-16), math.rad(0), math.rad(0)), 0.4)
9036
  larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-30)), 0.4)
9037
  rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(30)), 0.4)
9038
  lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1+.1*math.cos(sine/4)) * CFrame.Angles(math.rad(-30-30*math.cos(sine/4)), 0, 0), 0.4)
9039
  rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0-30*math.cos(sine/14)), 0, 0), 0.4)
9040
  end
9041
elseif animpose == "Jumping" then
9042
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.2)
9043
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36)
9044
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.2)
9045
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
9046
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9047
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9048
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9049
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
9050
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9051
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
9052
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9053
9054
end
9055
end
9056
9057
end
9058
end)
9059
--
9060
local doe = 400
9061
coroutine.wrap(function()
9062
while 1 do
9063
swait()
9064
if doe <= 360 then
9065
doe = doe + 2
9066
else
9067
doe = 0
9068
end
9069
end
9070
end)()
9071
while true do
9072
swait()
9073
while true do
9074
swait()
9075
if rp:FindFirstChild("mus")==nil then
9076
mus = Instance.new("Sound",rp)
9077
mus.Name = "mus"
9078
mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
9079
mus.Looped = true
9080
mus.Volume = 3
9081
mus:Play()
9082
end
9083
end
9084
end