View difference between Paste ID: whKctr1v and AnNTf880
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
Part50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
784
Part50.Position = Vector3.new(55.1119347, 3.61458588, -30.6943645)
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
for _,v in pairs(Nib:children()) do
899
		if v.className=="Hat" then
900
			v:Remove()
901
		end
902
	end
903
904
wait(1)
905
906
weldparts=function()
907
	print("Welding")
908
	lel={}
909
	function jarate(p)
910
		for i=1, #p do
911
			table.insert(lel,p[i])
912
			k=p[i]:children()
913
			if #k>0 then
914
				jarate(k)
915
			end
916
		end
917
	end
918
	for _,v in pairs(script.Parent:children()) do
919
		if v.Name~="Cloak" and v.className~="Script" then
920
			v:BreakJoints()
921
			jarate(v:children())
922
		end
923
	end
924
	for _,v in pairs(lel) do
925
		if v.className=="Weld" or v.className=="Motor6D" then
926
			v:Remove()
927
		end
928
	end
929
	for _,v in pairs(script.Parent["RightLeg"]:children()) do
930
		if v.Name~="Right Leg1" then
931
			w=Instance.new("Weld")
932
			w.Part0=script.Parent["RightLeg"]["Right Leg1"]
933
			w.Part1=v
934
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
935
			w.C0=script.Parent["RightLeg"]["Right Leg1"].CFrame:inverse()*CFrame.new(v.Position)
936
			w.Parent=w.Part0
937
		end
938
	end
939
	w=Instance.new("Weld")
940
	w.Part0=Nib["Right Leg"]
941
	w.Part1=script.Parent["RightLeg"]["Right Leg1"]
942
	w.Parent=w.Part0
943
	w.C0=CFrame.new(0,-.1,0)
944
	for _,v in pairs(script.Parent["LeftLeg"]:children()) do
945
		if v.Name~="Left Leg1" then
946
			w=Instance.new("Weld")
947
			w.Part0=script.Parent["LeftLeg"]["Left Leg1"]
948
			w.Part1=v
949
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
950
			w.C0=script.Parent["LeftLeg"]["Left Leg1"].CFrame:inverse()*CFrame.new(v.Position)
951
			w.Parent=w.Part0
952
		end
953
	end
954
	w=Instance.new("Weld")
955
	w.Part0=Nib["Left Leg"]
956
	w.Part1=script.Parent["LeftLeg"]["Left Leg1"]
957
	w.Parent=w.Part0
958
	w.C0=CFrame.new(0,-.1,0)
959
	for _,v in pairs(script.Parent["RightArm"]:children()) do
960
		if v.Name~="Right Arm1" then
961
			w=Instance.new("Weld")
962
			w.Part0=script.Parent["RightArm"]["Right Arm1"]
963
			w.Part1=v
964
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
965
			w.C0=script.Parent["RightArm"]["Right Arm1"].CFrame:inverse()*CFrame.new(v.Position)
966
			w.Parent=w.Part1
967
		end
968
	end
969
	w=Instance.new("Weld")
970
	w.Part0=Nib["Right Arm"]
971
	w.Part1=script.Parent["RightArm"]["Right Arm1"]
972
	w.Parent=w.Part0
973
	w.C0 = w.C0 * CFrame.Angles(0,math.rad(90),math.rad(90))
974
	
975
	for _,v in pairs(script.Parent["LeftArm"]:children()) do
976
		if v.Name~="Left Arm1" then
977
			w=Instance.new("Weld")
978
			w.Part0=script.Parent["LeftArm"]["Left Arm1"]
979
			w.Part1=v
980
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
981
			w.C0=script.Parent["LeftArm"]["Left Arm1"].CFrame:inverse()*CFrame.new(v.Position)
982
			w.Parent=w.Part0
983
		end
984
	end
985
	w=Instance.new("Weld")
986
	w.Part0=Nib["Left Arm"]
987
	w.Part1=script.Parent["LeftArm"]["Left Arm1"]
988
	w.Parent=w.Part0
989
	
990
	
991
	for _,v in pairs(script.Parent["Head"]:children()) do
992
		if v.Name~="Head1" then
993
			w=Instance.new("Weld")
994
			w.Part0=script.Parent["Head"]["Head1"]
995
			w.Part1=v
996
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
997
			w.C0=script.Parent["Head"]["Head1"].CFrame:inverse()*CFrame.new(v.Position)
998
			w.Parent=w.Part0
999
		end
1000
	end
1001
	w=Instance.new("Weld")
1002
	w.Part0=Nib["Head"]
1003
	w.Part1=script.Parent["Head"]["Head1"]
1004
	w.Parent=w.Part0
1005
	
1006
	for _,v in pairs(script.Parent["Torso"]:children()) do
1007
		if v.Name~="Torso1" then
1008
			w=Instance.new("Weld")
1009
			w.Part0=script.Parent["Torso"]["Torso1"]
1010
			w.Part1=v
1011
			w.C1=v.CFrame:inverse()*CFrame.new(v.Position)
1012
			w.C0=script.Parent["Torso"]["Torso1"].CFrame:inverse()*CFrame.new(v.Position)
1013
			w.Parent=script.Parent["Torso"]["Torso1"]
1014
		end
1015-
	local p = game.Players.LocalPlayer
1015+
1016
	
1017
	w=Instance.new("Weld")
1018
	w.Part0=Nib["Torso"]
1019
	w.Part1=script.Parent["Torso"]["Torso1"]
1020
	w.C0=w.C0*CFrame.fromEulerAnglesXYZ(0,0,0)
1021
	w.Parent=w.Part0
1022
1023
	for _,v in pairs(lel) do
1024
		if v:IsA("BasePart") then v.Anchored=false end
1025
	end
1026
	
1027
	
1028
	
1029
	wait(1)
1030
	
1031
	w=Instance.new("Weld")
1032
	w.Part0=Nib.Torso
1033
	w.Part1=Tool.Torso.Torso1
1034
	w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1035
	w.C1=CFrame.new(0,0,0)
1036
	w.Parent=w.Part1
1037
	w.Name="ClothingWeld"
1038
	
1039
	wait(.06)
1040
	
1041
	while Tool.Torso.Torso1:FindFirstChild("ClothingWeld")==nil do
1042
		wait(.03)
1043
		w=Instance.new("Weld")
1044
		w.Part0=Nib.Torso
1045
		w.Part1=Tool.Torso.Torso1
1046
		w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1047
		w.C1=CFrame.new(0,0,0)
1048
		w.Parent=w.Part1
1049
		w.Name="ClothingWeld"
1050
	end
1051
	
1052
	w=Instance.new("Weld")
1053
	w.Part0=Nib["Right Leg"]
1054
	w.Part1=Tool.RightLeg["Right Leg1"]
1055
	w.C0=CFrame.new(0,0,0)
1056
	w.C1=CFrame.new(0,0,0)
1057
	w.Parent=w.Part1
1058
	w.Name="ClothingWeld"
1059
	
1060
	w=Instance.new("Weld")
1061
	w.Part0=Nib["Left Leg"]
1062
	w.Part1=Tool.LeftLeg["Left Leg1"]
1063
	w.C0=CFrame.new(0,0,0)
1064
	w.C1=CFrame.new(0,0,0)
1065
	w.Parent=w.Part1
1066
	w.Name="ClothingWeld"
1067
	
1068
	w=Instance.new("Weld")
1069
	w.Part0=Nib["Right Arm"]
1070
	w.Part1=Tool.RightArm["Right Arm1"]
1071
	w.C0=CFrame.new(0,0,0)
1072
	w.C1=CFrame.new(0,0,0)
1073
	w.Parent=w.Part1
1074
	w.Name="ClothingWeld"
1075
	
1076
	w=Instance.new("Weld")
1077
	w.Part0=Nib["Left Arm"]
1078
	w.Part1=Tool.LeftArm["Left Arm1"]
1079
	w.C0=CFrame.new(0,0,0) * CFrame.fromEulerAnglesXYZ(0,0,math.pi)
1080
	w.C1=CFrame.new(0,0,0)
1081
	w.Parent=w.Part1
1082
	w.Name="ClothingWeld"
1083
	
1084
	wait()
1085
	
1086
end
1087
weldparts()
1088
1089
end))
1090
for i,v in pairs(mas:GetChildren()) do
1091
	v.Parent = game:GetService("Players").LocalPlayer.Character
1092
	pcall(function() v:MakeJoints() end)
1093
end
1094
mas:Destroy()
1095
for i,v in pairs(cors) do
1096
	spawn(function()
1097
		pcall(v)
1098
	end)
1099
end
1100
1101
wait(.5)
1102
local p = owner
1103
local char = p.Character
1104
local mouse = p:GetMouse()
1105
local larm = char["Left Arm"]
1106
local rarm = char["Right Arm"]
1107
local lleg = char["Left Leg"]
1108
local rleg = char["Right Leg"]
1109
local hed = char.Head
1110
local torso = char.Torso
1111
local hum = char["Humanoid"]
1112
local cam = game.Workspace.CurrentCamera
1113
local root = char.HumanoidRootPart
1114
local deb = false
1115
local CanAttack = true
1116
local shot = 0
1117
local animpose = "Idle"
1118
local lastanimpose = "Idle"
1119
local stanceToggle = "Sheathed"
1120
local l = game:GetService("Lighting")
1121
local rs = game:GetService("RunService").RenderStepped
1122
local equipped = false
1123
local rp = char.HumanoidRootPart
1124
local bang = false
1125
local change = .5
1126
pt = {1, 1.1, 1.2, 1.3, 1.4, 1.5}
1127
local eColors={'Really black','Really black'}
1128
asd = function()
1129
	print("MonoGod v2 loaded")
1130
	local p = owner
1131
local char = p.Character
1132
	local hum = char.Humanoid
1133
	hum.MaxHealth=9999999999999999999999999999999999999999999999999999999999
1134
	hum.Health = hum.MaxHealth
1135
	print("Set your humanoids health successfully!")
1136
local ff=Instance.new("ForceField",char)
1137
	print("Force field successfully created!")
1138
	wait(.3)
1139
	ff.Visible=false
1140
   print("Force field hidden!")
1141
spawn(function() 
1142
while wait() do
1143
while true do wait() hum.Health = hum.MaxHealth
1144
	
1145
end
1146
end
1147
end)
1148
print("Looping healing!")
1149
wait(1)
1150
print("Finished loading! Thanks for using my armor! Or whatever it is that uses this..")
1151
end
1152
----------------------------------------------
1153
--this was made for easy cosmetic editing
1154
--by mono 
1155
wait(.2)
1156
--funcs
1157
attacktype=1
1158
attack = false 
1159
attackdebounce = false 
1160
1161
combo=0
1162
trispeed=.2
1163
attackmode='none'
1164
1165
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) --thanks to KingAbsalom
1166
local wld = Instance.new("Weld", wp1)
1167
wld.Part0 = wp0
1168
wld.Part1 = wp1
1169
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
1170
end
1171
--
1172
for i,v in pairs(game.Players.LocalPlayer.Character.Head:children()) do
1173
  if v:IsA("Sound") then
1174
    v:Destroy()
1175
  end
1176
end
1177
--
1178
for i,v in pairs(game.Players.LocalPlayer.Character:children()) do
1179
  if v:IsA("Accessory") then
1180
    v:Destroy()
1181
  end
1182
end
1183
--skin
1184
	game.Players.LocalPlayer.Character["Body Colors"].HeadColor = BrickColor.new("Pastel brown")
1185
	game.Players.LocalPlayer.Character["Body Colors"].TorsoColor = BrickColor.new("Pastel brown")
1186
	game.Players.LocalPlayer.Character["Body Colors"].LeftArmColor = BrickColor.new("Pastel brown")
1187
	game.Players.LocalPlayer.Character["Body Colors"].RightArmColor = BrickColor.new("Pastel brown")
1188
	game.Players.LocalPlayer.Character["Body Colors"].LeftLegColor = BrickColor.new("Pastel brown")
1189
	game.Players.LocalPlayer.Character["Body Colors"].RightLegColor = BrickColor.new("Pastel brown")
1190
----------------------------------------------
1191
--[[
1192
	newWeld(workspace.MonolithicDivinity, a, 0, 0, 0)
1193
a.Weld.C1 = CFrame.new(0,-.38,0) * CFrame.Angles(0,0,0)
1194
1195
--]]
1196
-------------------------------
1197
Debounces = {CanAttack = true, NoIdl = false, Slashing = false, Slashed = false, RPunch = false, RPunched = false, LPunch = false, LPunched = false, Reaping = false, Reaped = false}
1198
1199
ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
1200
----------------------------------------------------
1201
------------------------------------------------------------------------------------------------------------
1202
--Converted with ttyyuu12345's model to script plugin v4
1203
function sandbox(var,func)
1204
	local env = getfenv(func)
1205
	local newenv = setmetatable({},{
1206
		__index = function(self,k)
1207
			if k=="script" then
1208
				return var
1209
			else
1210
				return env[k]
1211
			end
1212
		end,
1213
	})
1214
	setfenv(func,newenv)
1215
	return func
1216
end
1217
cors = {}
1218
mas = Instance.new("Model",game:GetService("Lighting"))
1219
Model0 = Instance.new("Model")
1220
Part1 = Instance.new("Part")
1221
Folder2 = Instance.new("Folder")
1222
CFrameValue3 = Instance.new("CFrameValue")
1223
Part4 = Instance.new("Part")
1224
CylinderMesh5 = Instance.new("CylinderMesh")
1225
Folder6 = Instance.new("Folder")
1226
CFrameValue7 = Instance.new("CFrameValue")
1227
Part8 = Instance.new("Part")
1228
SpecialMesh9 = Instance.new("SpecialMesh")
1229
Folder10 = Instance.new("Folder")
1230
CFrameValue11 = Instance.new("CFrameValue")
1231
Part12 = Instance.new("Part")
1232
SpecialMesh13 = Instance.new("SpecialMesh")
1233
Folder14 = Instance.new("Folder")
1234
CFrameValue15 = Instance.new("CFrameValue")
1235
Part16 = Instance.new("Part")
1236
CylinderMesh17 = Instance.new("CylinderMesh")
1237
Folder18 = Instance.new("Folder")
1238
CFrameValue19 = Instance.new("CFrameValue")
1239
Part20 = Instance.new("Part")
1240
CylinderMesh21 = Instance.new("CylinderMesh")
1241
Folder22 = Instance.new("Folder")
1242
CFrameValue23 = Instance.new("CFrameValue")
1243
Part24 = Instance.new("Part")
1244
CylinderMesh25 = Instance.new("CylinderMesh")
1245
Folder26 = Instance.new("Folder")
1246
CFrameValue27 = Instance.new("CFrameValue")
1247
Part28 = Instance.new("Part")
1248
Folder29 = Instance.new("Folder")
1249
CFrameValue30 = Instance.new("CFrameValue")
1250
Part31 = Instance.new("Part")
1251
Folder32 = Instance.new("Folder")
1252
CFrameValue33 = Instance.new("CFrameValue")
1253
Part34 = Instance.new("Part")
1254
CylinderMesh35 = Instance.new("CylinderMesh")
1255
Folder36 = Instance.new("Folder")
1256
CFrameValue37 = Instance.new("CFrameValue")
1257
Part38 = Instance.new("Part")
1258
CylinderMesh39 = Instance.new("CylinderMesh")
1259
Folder40 = Instance.new("Folder")
1260
CFrameValue41 = Instance.new("CFrameValue")
1261
Part42 = Instance.new("Part")
1262
SpecialMesh43 = Instance.new("SpecialMesh")
1263
Folder44 = Instance.new("Folder")
1264
CFrameValue45 = Instance.new("CFrameValue")
1265
Part46 = Instance.new("Part")
1266
Motor47 = Instance.new("Motor")
1267
Motor48 = Instance.new("Motor")
1268
Motor49 = Instance.new("Motor")
1269
Motor50 = Instance.new("Motor")
1270
Motor51 = Instance.new("Motor")
1271
Motor52 = Instance.new("Motor")
1272
Motor53 = Instance.new("Motor")
1273
Motor54 = Instance.new("Motor")
1274
Motor55 = Instance.new("Motor")
1275
Motor56 = Instance.new("Motor")
1276
Motor57 = Instance.new("Motor")
1277
Motor58 = Instance.new("Motor")
1278
Motor59 = Instance.new("Motor")
1279
Motor60 = Instance.new("Motor")
1280
Motor61 = Instance.new("Motor")
1281
Motor62 = Instance.new("Motor")
1282
Motor63 = Instance.new("Motor")
1283
Motor64 = Instance.new("Motor")
1284
Motor65 = Instance.new("Motor")
1285
Motor66 = Instance.new("Motor")
1286
Motor67 = Instance.new("Motor")
1287
Motor68 = Instance.new("Motor")
1288
Motor69 = Instance.new("Motor")
1289
Motor70 = Instance.new("Motor")
1290
Motor71 = Instance.new("Motor")
1291
Motor72 = Instance.new("Motor")
1292
Motor73 = Instance.new("Motor")
1293
Weld74 = Instance.new("Weld")
1294
Motor75 = Instance.new("Motor")
1295
Motor76 = Instance.new("Motor")
1296
Motor77 = Instance.new("Motor")
1297
Motor78 = Instance.new("Motor")
1298
Motor79 = Instance.new("Motor")
1299
Motor80 = Instance.new("Motor")
1300
Motor81 = Instance.new("Motor")
1301
Motor82 = Instance.new("Motor")
1302
Motor83 = Instance.new("Motor")
1303
Motor84 = Instance.new("Motor")
1304
Motor85 = Instance.new("Motor")
1305
Motor86 = Instance.new("Motor")
1306
Motor87 = Instance.new("Motor")
1307
Motor88 = Instance.new("Motor")
1308
Motor89 = Instance.new("Motor")
1309
Motor90 = Instance.new("Motor")
1310
Motor91 = Instance.new("Motor")
1311
Motor92 = Instance.new("Motor")
1312
Motor93 = Instance.new("Motor")
1313
Motor94 = Instance.new("Motor")
1314
Motor95 = Instance.new("Motor")
1315
Motor96 = Instance.new("Motor")
1316
Motor97 = Instance.new("Motor")
1317
Motor98 = Instance.new("Motor")
1318
Motor99 = Instance.new("Motor")
1319
Motor100 = Instance.new("Motor")
1320
Motor101 = Instance.new("Motor")
1321
Motor102 = Instance.new("Motor")
1322
Motor103 = Instance.new("Motor")
1323
Motor104 = Instance.new("Motor")
1324
Folder105 = Instance.new("Folder")
1325
CFrameValue106 = Instance.new("CFrameValue")
1326
Motor107 = Instance.new("Motor")
1327
Motor108 = Instance.new("Motor")
1328
Part109 = Instance.new("Part")
1329
SpecialMesh110 = Instance.new("SpecialMesh")
1330
Folder111 = Instance.new("Folder")
1331
CFrameValue112 = Instance.new("CFrameValue")
1332
Part113 = Instance.new("Part")
1333
Folder114 = Instance.new("Folder")
1334
CFrameValue115 = Instance.new("CFrameValue")
1335
Part116 = Instance.new("Part")
1336
CylinderMesh117 = Instance.new("CylinderMesh")
1337
Folder118 = Instance.new("Folder")
1338
CFrameValue119 = Instance.new("CFrameValue")
1339
Part120 = Instance.new("Part")
1340
Folder121 = Instance.new("Folder")
1341
CFrameValue122 = Instance.new("CFrameValue")
1342
Part123 = Instance.new("Part")
1343
CylinderMesh124 = Instance.new("CylinderMesh")
1344
Folder125 = Instance.new("Folder")
1345
CFrameValue126 = Instance.new("CFrameValue")
1346
Part127 = Instance.new("Part")
1347
CylinderMesh128 = Instance.new("CylinderMesh")
1348
Folder129 = Instance.new("Folder")
1349
CFrameValue130 = Instance.new("CFrameValue")
1350
Part131 = Instance.new("Part")
1351
CylinderMesh132 = Instance.new("CylinderMesh")
1352
Folder133 = Instance.new("Folder")
1353
CFrameValue134 = Instance.new("CFrameValue")
1354
Part135 = Instance.new("Part")
1355
SpecialMesh136 = Instance.new("SpecialMesh")
1356
Folder137 = Instance.new("Folder")
1357
CFrameValue138 = Instance.new("CFrameValue")
1358
Part139 = Instance.new("Part")
1359
CylinderMesh140 = Instance.new("CylinderMesh")
1360
Folder141 = Instance.new("Folder")
1361
CFrameValue142 = Instance.new("CFrameValue")
1362
Part143 = Instance.new("Part")
1363
CylinderMesh144 = Instance.new("CylinderMesh")
1364
Folder145 = Instance.new("Folder")
1365
CFrameValue146 = Instance.new("CFrameValue")
1366
Part147 = Instance.new("Part")
1367
CylinderMesh148 = Instance.new("CylinderMesh")
1368
Folder149 = Instance.new("Folder")
1369
CFrameValue150 = Instance.new("CFrameValue")
1370
Part151 = Instance.new("Part")
1371
CylinderMesh152 = Instance.new("CylinderMesh")
1372
Folder153 = Instance.new("Folder")
1373
CFrameValue154 = Instance.new("CFrameValue")
1374
Part155 = Instance.new("Part")
1375
SpecialMesh156 = Instance.new("SpecialMesh")
1376
Folder157 = Instance.new("Folder")
1377
CFrameValue158 = Instance.new("CFrameValue")
1378
Part159 = Instance.new("Part")
1379
SpecialMesh160 = Instance.new("SpecialMesh")
1380
Folder161 = Instance.new("Folder")
1381
CFrameValue162 = Instance.new("CFrameValue")
1382
Part163 = Instance.new("Part")
1383
CylinderMesh164 = Instance.new("CylinderMesh")
1384
Folder165 = Instance.new("Folder")
1385
CFrameValue166 = Instance.new("CFrameValue")
1386
Part167 = Instance.new("Part")
1387
CylinderMesh168 = Instance.new("CylinderMesh")
1388
Folder169 = Instance.new("Folder")
1389
CFrameValue170 = Instance.new("CFrameValue")
1390
Part171 = Instance.new("Part")
1391
CylinderMesh172 = Instance.new("CylinderMesh")
1392
Folder173 = Instance.new("Folder")
1393
CFrameValue174 = Instance.new("CFrameValue")
1394
Part175 = Instance.new("Part")
1395
Folder176 = Instance.new("Folder")
1396
CFrameValue177 = Instance.new("CFrameValue")
1397
Part178 = Instance.new("Part")
1398
CylinderMesh179 = Instance.new("CylinderMesh")
1399
ParticleEmitter180 = Instance.new("ParticleEmitter")
1400
Folder181 = Instance.new("Folder")
1401
CFrameValue182 = Instance.new("CFrameValue")
1402
Part183 = Instance.new("Part")
1403
CylinderMesh184 = Instance.new("CylinderMesh")
1404
Folder185 = Instance.new("Folder")
1405
CFrameValue186 = Instance.new("CFrameValue")
1406
Part187 = Instance.new("Part")
1407
CylinderMesh188 = Instance.new("CylinderMesh")
1408
Folder189 = Instance.new("Folder")
1409
CFrameValue190 = Instance.new("CFrameValue")
1410
Part191 = Instance.new("Part")
1411
SpecialMesh192 = Instance.new("SpecialMesh")
1412
Folder193 = Instance.new("Folder")
1413
CFrameValue194 = Instance.new("CFrameValue")
1414
Part195 = Instance.new("Part")
1415
CylinderMesh196 = Instance.new("CylinderMesh")
1416
Folder197 = Instance.new("Folder")
1417
CFrameValue198 = Instance.new("CFrameValue")
1418
Part199 = Instance.new("Part")
1419
SpecialMesh200 = Instance.new("SpecialMesh")
1420
Folder201 = Instance.new("Folder")
1421
CFrameValue202 = Instance.new("CFrameValue")
1422
Part203 = Instance.new("Part")
1423
CylinderMesh204 = Instance.new("CylinderMesh")
1424
Folder205 = Instance.new("Folder")
1425
CFrameValue206 = Instance.new("CFrameValue")
1426
Part207 = Instance.new("Part")
1427
Folder208 = Instance.new("Folder")
1428
CFrameValue209 = Instance.new("CFrameValue")
1429
Part210 = Instance.new("Part")
1430
CylinderMesh211 = Instance.new("CylinderMesh")
1431
Folder212 = Instance.new("Folder")
1432
CFrameValue213 = Instance.new("CFrameValue")
1433
Part214 = Instance.new("Part")
1434
SpecialMesh215 = Instance.new("SpecialMesh")
1435
Folder216 = Instance.new("Folder")
1436
CFrameValue217 = Instance.new("CFrameValue")
1437
Part218 = Instance.new("Part")
1438
CylinderMesh219 = Instance.new("CylinderMesh")
1439
Folder220 = Instance.new("Folder")
1440
CFrameValue221 = Instance.new("CFrameValue")
1441
Part222 = Instance.new("Part")
1442
Folder223 = Instance.new("Folder")
1443
CFrameValue224 = Instance.new("CFrameValue")
1444
Part225 = Instance.new("Part")
1445
CylinderMesh226 = Instance.new("CylinderMesh")
1446
Folder227 = Instance.new("Folder")
1447
CFrameValue228 = Instance.new("CFrameValue")
1448
Part229 = Instance.new("Part")
1449
CylinderMesh230 = Instance.new("CylinderMesh")
1450
Folder231 = Instance.new("Folder")
1451
CFrameValue232 = Instance.new("CFrameValue")
1452
Part233 = Instance.new("Part")
1453
CylinderMesh234 = Instance.new("CylinderMesh")
1454
Folder235 = Instance.new("Folder")
1455
CFrameValue236 = Instance.new("CFrameValue")
1456
Part237 = Instance.new("Part")
1457
CylinderMesh238 = Instance.new("CylinderMesh")
1458
Folder239 = Instance.new("Folder")
1459
CFrameValue240 = Instance.new("CFrameValue")
1460
Part241 = Instance.new("Part")
1461
CylinderMesh242 = Instance.new("CylinderMesh")
1462
Folder243 = Instance.new("Folder")
1463
CFrameValue244 = Instance.new("CFrameValue")
1464
Part245 = Instance.new("Part")
1465
SpecialMesh246 = Instance.new("SpecialMesh")
1466
Folder247 = Instance.new("Folder")
1467
CFrameValue248 = Instance.new("CFrameValue")
1468
Part249 = Instance.new("Part")
1469
CylinderMesh250 = Instance.new("CylinderMesh")
1470
Folder251 = Instance.new("Folder")
1471
CFrameValue252 = Instance.new("CFrameValue")
1472
Part253 = Instance.new("Part")
1473
CylinderMesh254 = Instance.new("CylinderMesh")
1474
Folder255 = Instance.new("Folder")
1475
CFrameValue256 = Instance.new("CFrameValue")
1476
Part257 = Instance.new("Part")
1477
CylinderMesh258 = Instance.new("CylinderMesh")
1478
Folder259 = Instance.new("Folder")
1479
CFrameValue260 = Instance.new("CFrameValue")
1480
Part261 = Instance.new("Part")
1481
CylinderMesh262 = Instance.new("CylinderMesh")
1482
Folder263 = Instance.new("Folder")
1483
CFrameValue264 = Instance.new("CFrameValue")
1484
Part265 = Instance.new("Part")
1485
SpecialMesh266 = Instance.new("SpecialMesh")
1486
Folder267 = Instance.new("Folder")
1487
CFrameValue268 = Instance.new("CFrameValue")
1488
WedgePart269 = Instance.new("WedgePart")
1489
Folder270 = Instance.new("Folder")
1490
CFrameValue271 = Instance.new("CFrameValue")
1491
WedgePart272 = Instance.new("WedgePart")
1492
Folder273 = Instance.new("Folder")
1493
CFrameValue274 = Instance.new("CFrameValue")
1494
WedgePart275 = Instance.new("WedgePart")
1495
Folder276 = Instance.new("Folder")
1496
CFrameValue277 = Instance.new("CFrameValue")
1497
WedgePart278 = Instance.new("WedgePart")
1498
Folder279 = Instance.new("Folder")
1499
CFrameValue280 = Instance.new("CFrameValue")
1500
WedgePart281 = Instance.new("WedgePart")
1501
Folder282 = Instance.new("Folder")
1502
CFrameValue283 = Instance.new("CFrameValue")
1503
Model0.Name = "armcannon"
1504
Model0.Parent = mas
1505
Part1.Parent = Model0
1506
Part1.Material = Enum.Material.Metal
1507
Part1.BrickColor = BrickColor.new("Really black")
1508
Part1.Reflectance = 0.10000000149012
1509
Part1.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
1510
Part1.CanCollide = false
1511
Part1.Size = Vector3.new(1.23000121, 0.0500000007, 0.349811196)
1512
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)
1513
Part1.BottomSurface = Enum.SurfaceType.Smooth
1514
Part1.TopSurface = Enum.SurfaceType.Smooth
1515
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1516
Part1.Position = Vector3.new(0.0371448994, 8.13310719, 0.022495687)
1517
Part1.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
1518
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1519
Folder2.Name = "CFrames"
1520
Folder2.Parent = Part1
1521
CFrameValue3.Name = "C0"
1522
CFrameValue3.Parent = Folder2
1523
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)
1524
Part4.Parent = Model0
1525
Part4.Material = Enum.Material.Metal
1526
Part4.BrickColor = BrickColor.new("Really black")
1527
Part4.Reflectance = 0.20000000298023
1528
Part4.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
1529
Part4.CanCollide = false
1530
Part4.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
1531
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)
1532
Part4.BottomSurface = Enum.SurfaceType.Smooth
1533
Part4.TopSurface = Enum.SurfaceType.Smooth
1534
Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1535
Part4.Position = Vector3.new(-0.469883472, 6.71011829, -0.0859385133)
1536
Part4.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
1537
Part4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1538
CylinderMesh5.Parent = Part4
1539
Folder6.Name = "CFrames"
1540
Folder6.Parent = Part4
1541
CFrameValue7.Name = "C0"
1542
CFrameValue7.Parent = Folder6
1543
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)
1544
Part8.Parent = Model0
1545
Part8.Material = Enum.Material.Metal
1546
Part8.BrickColor = BrickColor.new("Really black")
1547
Part8.Reflectance = 0.20000000298023
1548
Part8.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
1549
Part8.CanCollide = false
1550
Part8.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
1551
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)
1552
Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1553
Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1554
Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1555
Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1556
Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1557
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1558
Part8.Position = Vector3.new(-0.0507747307, 7.29127216, -0.503315866)
1559
Part8.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
1560
Part8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1561
SpecialMesh9.Parent = Part8
1562
SpecialMesh9.MeshType = Enum.MeshType.Sphere
1563
Folder10.Name = "CFrames"
1564
Folder10.Parent = Part8
1565
CFrameValue11.Name = "C0"
1566
CFrameValue11.Parent = Folder10
1567
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)
1568
Part12.Parent = Model0
1569
Part12.Material = Enum.Material.Metal
1570
Part12.BrickColor = BrickColor.new("Really black")
1571
Part12.Reflectance = 0.10000000149012
1572
Part12.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
1573
Part12.CanCollide = false
1574
Part12.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
1575
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)
1576
Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1577
Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1578
Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1579
Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1580
Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1581
Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1582
Part12.Position = Vector3.new(-0.489252657, 6.58679008, -0.0874458104)
1583
Part12.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
1584
Part12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1585
SpecialMesh13.Parent = Part12
1586
SpecialMesh13.MeshType = Enum.MeshType.Sphere
1587
Folder14.Name = "CFrames"
1588
Folder14.Parent = Part12
1589
CFrameValue15.Name = "C0"
1590
CFrameValue15.Parent = Folder14
1591
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)
1592
Part16.Parent = Model0
1593
Part16.Material = Enum.Material.Metal
1594
Part16.BrickColor = BrickColor.new("Really black")
1595
Part16.Reflectance = 0.10000000149012
1596
Part16.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
1597
Part16.CanCollide = false
1598
Part16.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1599
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)
1600
Part16.BottomSurface = Enum.SurfaceType.Smooth
1601
Part16.TopSurface = Enum.SurfaceType.Smooth
1602
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1603
Part16.Position = Vector3.new(-0.419010371, 6.54017735, 0.409794092)
1604
Part16.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
1605
Part16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1606
CylinderMesh17.Parent = Part16
1607
Folder18.Name = "CFrames"
1608
Folder18.Parent = Part16
1609
CFrameValue19.Name = "C0"
1610
CFrameValue19.Parent = Folder18
1611
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)
1612
Part20.Parent = Model0
1613
Part20.Material = Enum.Material.Metal
1614
Part20.BrickColor = BrickColor.new("Really black")
1615
Part20.Reflectance = 0.10000000149012
1616
Part20.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
1617
Part20.CanCollide = false
1618
Part20.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1619
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)
1620
Part20.BottomSurface = Enum.SurfaceType.Smooth
1621
Part20.TopSurface = Enum.SurfaceType.Smooth
1622
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1623
Part20.Position = Vector3.new(-0.418934017, 6.53941154, -0.0839682221)
1624
Part20.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
1625
Part20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1626
CylinderMesh21.Parent = Part20
1627
Folder22.Name = "CFrames"
1628
Folder22.Parent = Part20
1629
CFrameValue23.Name = "C0"
1630
CFrameValue23.Parent = Folder22
1631
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)
1632
Part24.Parent = Model0
1633
Part24.Material = Enum.Material.Metal
1634
Part24.BrickColor = BrickColor.new("Really black")
1635
Part24.Reflectance = 0.20000000298023
1636
Part24.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
1637
Part24.CanCollide = false
1638
Part24.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
1639
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)
1640
Part24.BottomSurface = Enum.SurfaceType.Smooth
1641
Part24.TopSurface = Enum.SurfaceType.Smooth
1642
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1643
Part24.Position = Vector3.new(-0.464066774, 6.59119034, -0.0857721791)
1644
Part24.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
1645
Part24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1646
CylinderMesh25.Parent = Part24
1647
Folder26.Name = "CFrames"
1648
Folder26.Parent = Part24
1649
CFrameValue27.Name = "C0"
1650
CFrameValue27.Parent = Folder26
1651
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)
1652
Part28.Parent = Model0
1653
Part28.Material = Enum.Material.Metal
1654
Part28.BrickColor = BrickColor.new("Really black")
1655
Part28.Reflectance = 0.20000000298023
1656
Part28.Rotation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
1657
Part28.CanCollide = false
1658
Part28.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
1659
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)
1660
Part28.BottomSurface = Enum.SurfaceType.Smooth
1661
Part28.TopSurface = Enum.SurfaceType.Smooth
1662
Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1663
Part28.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
1664
Part28.Orientation = Vector3.new(-0.0899999961, -0.0299999993, 89.9199982)
1665
Part28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1666
Folder29.Name = "CFrames"
1667
Folder29.Parent = Part28
1668
CFrameValue30.Name = "C0"
1669
CFrameValue30.Parent = Folder29
1670
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)
1671
Part31.Parent = Model0
1672
Part31.Material = Enum.Material.Metal
1673
Part31.BrickColor = BrickColor.new("Really black")
1674
Part31.Reflectance = 0.10000000149012
1675
Part31.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
1676
Part31.CanCollide = false
1677
Part31.Size = Vector3.new(1.10038221, 0.051904764, 1.08999991)
1678
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)
1679
Part31.BottomSurface = Enum.SurfaceType.Smooth
1680
Part31.TopSurface = Enum.SurfaceType.Smooth
1681
Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1682
Part31.Position = Vector3.new(0.100722753, 7.09303474, 0.0341384597)
1683
Part31.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
1684
Part31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1685
Folder32.Name = "CFrames"
1686
Folder32.Parent = Part31
1687
CFrameValue33.Name = "C0"
1688
CFrameValue33.Parent = Folder32
1689
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)
1690
Part34.Parent = Model0
1691
Part34.Material = Enum.Material.Metal
1692
Part34.BrickColor = BrickColor.new("Really black")
1693
Part34.Reflectance = 0.20000000298023
1694
Part34.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
1695
Part34.CanCollide = false
1696
Part34.Size = Vector3.new(0.179999962, 1.13, 0.199999943)
1697
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)
1698
Part34.BottomSurface = Enum.SurfaceType.Smooth
1699
Part34.TopSurface = Enum.SurfaceType.Smooth
1700
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1701
Part34.Position = Vector3.new(-0.148030341, 7.89514446, 0.012753956)
1702
Part34.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
1703
Part34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1704
CylinderMesh35.Parent = Part34
1705
Folder36.Name = "CFrames"
1706
Folder36.Parent = Part34
1707
CFrameValue37.Name = "C0"
1708
CFrameValue37.Parent = Folder36
1709
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)
1710
Part38.Parent = Model0
1711
Part38.Material = Enum.Material.Metal
1712
Part38.BrickColor = BrickColor.new("Really black")
1713
Part38.Reflectance = 0.10000000149012
1714
Part38.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
1715
Part38.CanCollide = false
1716
Part38.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
1717
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)
1718
Part38.BottomSurface = Enum.SurfaceType.Smooth
1719
Part38.TopSurface = Enum.SurfaceType.Smooth
1720
Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1721
Part38.Position = Vector3.new(-0.467899472, 6.68360567, -0.0841918811)
1722
Part38.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
1723
Part38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1724
CylinderMesh39.Parent = Part38
1725
Folder40.Name = "CFrames"
1726
Folder40.Parent = Part38
1727
CFrameValue41.Name = "C0"
1728
CFrameValue41.Parent = Folder40
1729
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)
1730
Part42.Parent = Model0
1731
Part42.Material = Enum.Material.Metal
1732
Part42.BrickColor = BrickColor.new("Really black")
1733
Part42.Reflectance = 0.10000000149012
1734
Part42.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
1735
Part42.CanCollide = false
1736
Part42.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
1737
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)
1738
Part42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1739
Part42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1740
Part42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1741
Part42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1742
Part42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1743
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1744
Part42.Position = Vector3.new(-0.251828939, 6.99330044, 0.582121253)
1745
Part42.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
1746
Part42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1747
SpecialMesh43.Parent = Part42
1748
SpecialMesh43.MeshType = Enum.MeshType.Sphere
1749
Folder44.Name = "CFrames"
1750
Folder44.Parent = Part42
1751
CFrameValue45.Name = "C0"
1752
CFrameValue45.Parent = Folder44
1753
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)
1754
Part46.Name = "Handle"
1755
Part46.Parent = Model0
1756
Part46.Material = Enum.Material.Metal
1757
Part46.BrickColor = BrickColor.new("Pastel brown")
1758
Part46.Transparency = 1
1759
Part46.Rotation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
1760
Part46.CanCollide = false
1761
Part46.Size = Vector3.new(1, 2, 1)
1762
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)
1763
Part46.BottomSurface = Enum.SurfaceType.Smooth
1764
Part46.TopSurface = Enum.SurfaceType.Smooth
1765
Part46.Color = Color3.new(1, 0.8, 0.6)
1766
Part46.Position = Vector3.new(0.118189953, 7.75968599, 0.0307741985)
1767
Part46.Orientation = Vector3.new(-0.0899999961, -0.00999999978, 179.919998)
1768
Part46.Color = Color3.new(1, 0.8, 0.6)
1769
Motor47.Parent = Part46
1770
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)
1771
Motor47.Part0 = Part46
1772
Motor47.Part1 = Part203
1773
Motor48.Parent = Part46
1774
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)
1775
Motor48.Part0 = Part46
1776
Motor48.Part1 = WedgePart275
1777
Motor49.Parent = Part46
1778
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)
1779
Motor49.Part0 = Part46
1780
Motor49.Part1 = Part207
1781
Motor50.Parent = Part46
1782
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)
1783
Motor50.Part0 = Part46
1784
Motor50.Part1 = Part116
1785
Motor51.Parent = Part46
1786
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)
1787
Motor51.Part0 = Part46
1788
Motor51.Part1 = Part178
1789
Motor52.Parent = Part46
1790
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)
1791
Motor52.Part0 = Part46
1792
Motor52.Part1 = Part123
1793
Motor53.Parent = Part46
1794
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)
1795
Motor53.Part0 = Part46
1796
Motor53.Part1 = Part131
1797
Motor54.Parent = Part46
1798
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)
1799
Motor54.Part0 = Part46
1800
Motor54.Part1 = Part139
1801
Motor55.Parent = Part46
1802
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)
1803
Motor55.Part0 = Part46
1804
Motor55.Part1 = Part143
1805
Motor56.Parent = Part46
1806
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)
1807
Motor56.Part0 = Part46
1808
Motor56.Part1 = Part147
1809
Motor57.Parent = Part46
1810
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)
1811
Motor57.Part0 = Part46
1812
Motor57.Part1 = Part12
1813
Motor58.Parent = Part46
1814
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)
1815
Motor58.Part0 = Part46
1816
Motor58.Part1 = Part241
1817
Motor59.Parent = Part46
1818
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)
1819
Motor59.Part0 = Part46
1820
Motor59.Part1 = Part245
1821
Motor60.Parent = Part46
1822
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)
1823
Motor60.Part0 = Part46
1824
Motor60.Part1 = Part261
1825
Motor61.Parent = Part46
1826
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)
1827
Motor61.Part0 = Part46
1828
Motor61.Part1 = Part265
1829
Motor62.Parent = Part46
1830
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)
1831
Motor62.Part0 = Part46
1832
Motor62.Part1 = Part249
1833
Motor63.Parent = Part46
1834
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)
1835
Motor63.Part0 = Part46
1836
Motor63.Part1 = Part257
1837
Motor64.Parent = Part46
1838
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)
1839
Motor64.Part0 = Part46
1840
Motor64.Part1 = Part253
1841
Motor65.Parent = Part46
1842
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)
1843
Motor65.Part0 = Part46
1844
Motor65.Part1 = Part16
1845
Motor66.Parent = Part46
1846
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)
1847
Motor66.Part0 = Part46
1848
Motor66.Part1 = Part135
1849
Motor67.Parent = Part46
1850
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)
1851
Motor67.Part0 = Part46
1852
Motor67.Part1 = Part187
1853
Motor68.Parent = Part46
1854
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)
1855
Motor68.Part0 = Part46
1856
Motor68.Part1 = Part167
1857
Motor69.Parent = Part46
1858
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)
1859
Motor69.Part0 = Part46
1860
Motor69.Part1 = Part183
1861
Motor70.Parent = Part46
1862
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)
1863
Motor70.Part0 = Part46
1864
Motor70.Part1 = Part199
1865
Motor71.Parent = Part46
1866
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)
1867
Motor71.Part0 = Part46
1868
Motor71.Part1 = Part127
1869
Motor72.Parent = Part46
1870
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)
1871
Motor72.Part0 = Part46
1872
Motor72.Part1 = Part237
1873
Motor73.Parent = Part46
1874
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)
1875
Motor73.Part0 = Part46
1876
Motor73.Part1 = Part229
1877
Weld74.Name = "ClothingWeld"
1878
Weld74.Parent = Part46
1879
Weld74.C0 = CFrame.new(0, 0, 0, -1, 8.74227766e-08, 0, -8.74227766e-08, -1, 0, 0, 0, 1)
1880
Weld74.Part1 = Part46
1881
Motor75.Parent = Part46
1882
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)
1883
Motor75.Part0 = Part46
1884
Motor75.Part1 = Part222
1885
Motor76.Parent = Part46
1886
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)
1887
Motor76.Part0 = Part46
1888
Motor76.Part1 = Part218
1889
Motor77.Parent = Part46
1890
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)
1891
Motor77.Part0 = Part46
1892
Motor77.Part1 = Part151
1893
Motor78.Parent = Part46
1894
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)
1895
Motor78.Part0 = Part46
1896
Motor78.Part1 = WedgePart272
1897
Motor79.Parent = Part46
1898
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)
1899
Motor79.Part0 = Part46
1900
Motor79.Part1 = WedgePart269
1901
Motor80.Parent = Part46
1902
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)
1903
Motor80.Part0 = Part46
1904
Motor80.Part1 = Part175
1905
Motor81.Parent = Part46
1906
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)
1907
Motor81.Part0 = Part46
1908
Motor81.Part1 = Part210
1909
Motor82.Parent = Part46
1910
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)
1911
Motor82.Part0 = Part46
1912
Motor82.Part1 = Part171
1913
Motor83.Parent = Part46
1914
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)
1915
Motor83.Part0 = Part46
1916
Motor83.Part1 = Part155
1917
Motor84.Parent = Part46
1918
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)
1919
Motor84.Part0 = Part46
1920
Motor84.Part1 = Part233
1921
Motor85.Parent = Part46
1922
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)
1923
Motor85.Part0 = Part46
1924
Motor85.Part1 = Part225
1925
Motor86.Parent = Part46
1926
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)
1927
Motor86.Part0 = Part46
1928
Motor86.Part1 = Part163
1929
Motor87.Parent = Part46
1930
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)
1931
Motor87.Part0 = Part46
1932
Motor87.Part1 = Part191
1933
Motor88.Parent = Part46
1934
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)
1935
Motor88.Part0 = Part46
1936
Motor88.Part1 = Part159
1937
Motor89.Parent = Part46
1938
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)
1939
Motor89.Part0 = Part46
1940
Motor89.Part1 = Part214
1941
Motor90.Parent = Part46
1942
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)
1943
Motor90.Part0 = Part46
1944
Motor90.Part1 = Part42
1945
Motor91.Parent = Part46
1946
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)
1947
Motor91.Part0 = Part46
1948
Motor91.Part1 = Part8
1949
Motor92.Parent = Part46
1950
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)
1951
Motor92.Part0 = Part46
1952
Motor92.Part1 = WedgePart278
1953
Motor93.Parent = Part46
1954
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)
1955
Motor93.Part0 = Part46
1956
Motor93.Part1 = Part113
1957
Motor94.Parent = Part46
1958
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)
1959
Motor94.Part0 = Part46
1960
Motor94.Part1 = Part34
1961
Motor95.Parent = Part46
1962
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)
1963
Motor95.Part0 = Part46
1964
Motor95.Part1 = Part109
1965
Motor96.Parent = Part46
1966
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)
1967
Motor96.Part0 = Part46
1968
Motor96.Part1 = WedgePart281
1969
Motor97.Parent = Part46
1970
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)
1971
Motor97.Part0 = Part46
1972
Motor97.Part1 = Part28
1973
Motor98.Parent = Part46
1974
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)
1975
Motor98.Part0 = Part46
1976
Motor98.Part1 = Part31
1977
Motor99.Parent = Part46
1978
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)
1979
Motor99.Part0 = Part46
1980
Motor99.Part1 = Part1
1981
Motor100.Parent = Part46
1982
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)
1983
Motor100.Part0 = Part46
1984
Motor100.Part1 = Part4
1985
Motor101.Parent = Part46
1986
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)
1987
Motor101.Part0 = Part46
1988
Motor101.Part1 = Part24
1989
Motor102.Parent = Part46
1990
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)
1991
Motor102.Part0 = Part46
1992
Motor102.Part1 = Part20
1993
Motor103.Parent = Part46
1994
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)
1995
Motor103.Part0 = Part46
1996
Motor103.Part1 = Part38
1997
Motor104.Parent = Part46
1998
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)
1999
Motor104.Part0 = Part46
2000
Motor104.Part1 = Part120
2001
Folder105.Name = "CFrames"
2002
Folder105.Parent = Part46
2003
CFrameValue106.Name = "C0"
2004
CFrameValue106.Parent = Folder105
2005
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)
2006
Motor107.Parent = Part46
2007
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)
2008
Motor107.Part0 = Part46
2009
Motor107.Part1 = Part46
2010
Motor108.Parent = Part46
2011
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)
2012
Motor108.Part0 = Part46
2013
Motor108.Part1 = Part195
2014
Part109.Parent = Model0
2015
Part109.Material = Enum.Material.Metal
2016
Part109.BrickColor = BrickColor.new("Really black")
2017
Part109.Reflectance = 0.20000000298023
2018
Part109.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2019
Part109.CanCollide = false
2020
Part109.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
2021
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)
2022
Part109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2023
Part109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2024
Part109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2025
Part109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2026
Part109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2027
Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2028
Part109.Position = Vector3.new(-0.149936914, 7.8913641, -0.53240335)
2029
Part109.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2030
Part109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2031
SpecialMesh110.Parent = Part109
2032
SpecialMesh110.MeshType = Enum.MeshType.Sphere
2033
Folder111.Name = "CFrames"
2034
Folder111.Parent = Part109
2035
CFrameValue112.Name = "C0"
2036
CFrameValue112.Parent = Folder111
2037
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)
2038
Part113.Parent = Model0
2039
Part113.Material = Enum.Material.Metal
2040
Part113.BrickColor = BrickColor.new("Really black")
2041
Part113.Reflectance = 0.10000000149012
2042
Part113.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2043
Part113.CanCollide = false
2044
Part113.Size = Vector3.new(1.06000125, 1.37999964, 1.04999995)
2045
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)
2046
Part113.BottomSurface = Enum.SurfaceType.Smooth
2047
Part113.TopSurface = Enum.SurfaceType.Smooth
2048
Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2049
Part113.Position = Vector3.new(0.101217963, 7.43802786, 0.0336032994)
2050
Part113.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2051
Part113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2052
Folder114.Name = "CFrames"
2053
Folder114.Parent = Part113
2054
CFrameValue115.Name = "C0"
2055
CFrameValue115.Parent = Folder114
2056
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)
2057
Part116.Parent = Model0
2058
Part116.Material = Enum.Material.Metal
2059
Part116.BrickColor = BrickColor.new("Really black")
2060
Part116.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2061
Part116.CanCollide = false
2062
Part116.Size = Vector3.new(0.460000217, 0.139999866, 0.669999599)
2063
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)
2064
Part116.BottomSurface = Enum.SurfaceType.Smooth
2065
Part116.TopSurface = Enum.SurfaceType.Smooth
2066
Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2067
Part116.Position = Vector3.new(-0.371004045, 7.22860289, 0.0258442406)
2068
Part116.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2069
Part116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2070
CylinderMesh117.Parent = Part116
2071
Folder118.Name = "CFrames"
2072
Folder118.Parent = Part116
2073
CFrameValue119.Name = "C0"
2074
CFrameValue119.Parent = Folder118
2075
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)
2076
Part120.Parent = Model0
2077
Part120.Material = Enum.Material.Metal
2078
Part120.BrickColor = BrickColor.new("Really black")
2079
Part120.Reflectance = 0.10000000149012
2080
Part120.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2081
Part120.CanCollide = false
2082
Part120.Size = Vector3.new(0.0500000007, 0.099999994, 0.0500000007)
2083
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)
2084
Part120.BottomSurface = Enum.SurfaceType.Smooth
2085
Part120.TopSurface = Enum.SurfaceType.Smooth
2086
Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2087
Part120.Position = Vector3.new(-0.550296307, 8.108922, 0.022200048)
2088
Part120.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2089
Part120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2090
Folder121.Name = "CFrames"
2091
Folder121.Parent = Part120
2092
CFrameValue122.Name = "C0"
2093
CFrameValue122.Parent = Folder121
2094
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)
2095
Part123.Parent = Model0
2096
Part123.Material = Enum.Material.Metal
2097
Part123.BrickColor = BrickColor.new("Really black")
2098
Part123.Reflectance = 0.20000000298023
2099
Part123.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2100
Part123.CanCollide = false
2101
Part123.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2102
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)
2103
Part123.BottomSurface = Enum.SurfaceType.Smooth
2104
Part123.TopSurface = Enum.SurfaceType.Smooth
2105
Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2106
Part123.Position = Vector3.new(-0.469959706, 6.71088219, 0.406641275)
2107
Part123.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2108
Part123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2109
CylinderMesh124.Parent = Part123
2110
Folder125.Name = "CFrames"
2111
Folder125.Parent = Part123
2112
CFrameValue126.Name = "C0"
2113
CFrameValue126.Parent = Folder125
2114
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)
2115
Part127.Parent = Model0
2116
Part127.Material = Enum.Material.Metal
2117
Part127.BrickColor = BrickColor.new("Really black")
2118
Part127.Reflectance = 0.10000000149012
2119
Part127.Rotation = Vector3.new(4.03999996, 79.9700012, 9.59999943)
2120
Part127.CanCollide = false
2121
Part127.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2122
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)
2123
Part127.BottomSurface = Enum.SurfaceType.Smooth
2124
Part127.TopSurface = Enum.SurfaceType.Smooth
2125
Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2126
Part127.Position = Vector3.new(0.459085912, 6.68525887, -0.539621711)
2127
Part127.Orientation = Vector3.new(0.699999988, 79.9899979, 13.5799999)
2128
Part127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2129
CylinderMesh128.Parent = Part127
2130
Folder129.Name = "CFrames"
2131
Folder129.Parent = Part127
2132
CFrameValue130.Name = "C0"
2133
CFrameValue130.Parent = Folder129
2134
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)
2135
Part131.Parent = Model0
2136
Part131.Material = Enum.Material.Metal
2137
Part131.BrickColor = BrickColor.new("Really black")
2138
Part131.Reflectance = 0.20000000298023
2139
Part131.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2140
Part131.CanCollide = false
2141
Part131.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2142
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)
2143
Part131.BottomSurface = Enum.SurfaceType.Smooth
2144
Part131.TopSurface = Enum.SurfaceType.Smooth
2145
Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2146
Part131.Position = Vector3.new(-0.464142948, 6.59195518, 0.406807572)
2147
Part131.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2148
Part131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2149
CylinderMesh132.Parent = Part131
2150
Folder133.Name = "CFrames"
2151
Folder133.Parent = Part131
2152
CFrameValue134.Name = "C0"
2153
CFrameValue134.Parent = Folder133
2154
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)
2155
Part135.Parent = Model0
2156
Part135.Material = Enum.Material.Metal
2157
Part135.BrickColor = BrickColor.new("Really black")
2158
Part135.Reflectance = 0.10000000149012
2159
Part135.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2160
Part135.CanCollide = false
2161
Part135.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2162
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)
2163
Part135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2164
Part135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2165
Part135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2166
Part135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2167
Part135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2168
Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2169
Part135.Position = Vector3.new(-0.489328951, 6.58755684, 0.406314582)
2170
Part135.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2171
Part135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2172
SpecialMesh136.Parent = Part135
2173
SpecialMesh136.MeshType = Enum.MeshType.Sphere
2174
Folder137.Name = "CFrames"
2175
Folder137.Parent = Part135
2176
CFrameValue138.Name = "C0"
2177
CFrameValue138.Parent = Folder137
2178
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)
2179
Part139.Parent = Model0
2180
Part139.Material = Enum.Material.Metal
2181
Part139.BrickColor = BrickColor.new("Really black")
2182
Part139.Reflectance = 0.20000000298023
2183
Part139.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
2184
Part139.CanCollide = false
2185
Part139.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2186
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)
2187
Part139.BottomSurface = Enum.SurfaceType.Smooth
2188
Part139.TopSurface = Enum.SurfaceType.Smooth
2189
Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2190
Part139.Position = Vector3.new(0.463002741, 6.72354984, -0.55650717)
2191
Part139.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
2192
Part139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2193
CylinderMesh140.Parent = Part139
2194
Folder141.Name = "CFrames"
2195
Folder141.Parent = Part139
2196
CFrameValue142.Name = "C0"
2197
CFrameValue142.Parent = Folder141
2198
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)
2199
Part143.Parent = Model0
2200
Part143.Material = Enum.Material.Metal
2201
Part143.BrickColor = BrickColor.new("Really black")
2202
Part143.Reflectance = 0.20000000298023
2203
Part143.Rotation = Vector3.new(119.519997, 4.94000006, -81.25)
2204
Part143.CanCollide = false
2205
Part143.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2206
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)
2207
Part143.BottomSurface = Enum.SurfaceType.Smooth
2208
Part143.TopSurface = Enum.SurfaceType.Smooth
2209
Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2210
Part143.Position = Vector3.new(0.461813658, 6.60464096, -0.550425351)
2211
Part143.Orientation = Vector3.new(60.0999985, 170.050003, 90.1100006)
2212
Part143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2213
CylinderMesh144.Parent = Part143
2214
Folder145.Name = "CFrames"
2215
Folder145.Parent = Part143
2216
CFrameValue146.Name = "C0"
2217
CFrameValue146.Parent = Folder145
2218
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)
2219
Part147.Parent = Model0
2220
Part147.Material = Enum.Material.Metal
2221
Part147.BrickColor = BrickColor.new("Really black")
2222
Part147.Reflectance = 0.10000000149012
2223
Part147.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2224
Part147.CanCollide = false
2225
Part147.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2226
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)
2227
Part147.BottomSurface = Enum.SurfaceType.Smooth
2228
Part147.TopSurface = Enum.SurfaceType.Smooth
2229
Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2230
Part147.Position = Vector3.new(-0.403384119, 6.82504845, -0.0843498409)
2231
Part147.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2232
Part147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2233
CylinderMesh148.Parent = Part147
2234
Folder149.Name = "CFrames"
2235
Folder149.Parent = Part147
2236
CFrameValue150.Name = "C0"
2237
CFrameValue150.Parent = Folder149
2238
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)
2239
Part151.Name = "cannonpiece"
2240
Part151.Parent = Model0
2241
Part151.Material = Enum.Material.Metal
2242
Part151.BrickColor = BrickColor.new("Really black")
2243
Part151.Reflectance = 0.10000000149012
2244
Part151.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2245
Part151.CanCollide = false
2246
Part151.Size = Vector3.new(0.520000219, 0.699999928, 0.669999599)
2247
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)
2248
Part151.BottomSurface = Enum.SurfaceType.Smooth
2249
Part151.TopSurface = Enum.SurfaceType.Smooth
2250
Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2251
Part151.Position = Vector3.new(-0.370368153, 7.68647957, 0.0251549482)
2252
Part151.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2253
Part151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2254
CylinderMesh152.Parent = Part151
2255
Folder153.Name = "CFrames"
2256
Folder153.Parent = Part151
2257
CFrameValue154.Name = "C0"
2258
CFrameValue154.Parent = Folder153
2259
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)
2260
Part155.Parent = Model0
2261
Part155.Material = Enum.Material.Metal
2262
Part155.BrickColor = BrickColor.new("Really black")
2263
Part155.Reflectance = 0.20000000298023
2264
Part155.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2265
Part155.CanCollide = false
2266
Part155.Size = Vector3.new(0.141234756, 0.147224233, 0.136373296)
2267
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)
2268
Part155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2269
Part155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2270
Part155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2271
Part155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2272
Part155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2273
Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2274
Part155.Position = Vector3.new(-0.150578201, 7.89315987, 0.580740809)
2275
Part155.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2276
Part155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2277
SpecialMesh156.Parent = Part155
2278
SpecialMesh156.MeshType = Enum.MeshType.Sphere
2279
Folder157.Name = "CFrames"
2280
Folder157.Parent = Part155
2281
CFrameValue158.Name = "C0"
2282
CFrameValue158.Parent = Folder157
2283
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)
2284
Part159.Parent = Model0
2285
Part159.Material = Enum.Material.Metal
2286
Part159.BrickColor = BrickColor.new("Really black")
2287
Part159.Reflectance = 0.20000000298023
2288
Part159.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2289
Part159.CanCollide = false
2290
Part159.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2291
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)
2292
Part159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2293
Part159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2294
Part159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2295
Part159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2296
Part159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2297
Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2298
Part159.Position = Vector3.new(0.0490085855, 7.59284401, 0.557813585)
2299
Part159.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2300
Part159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2301
SpecialMesh160.Parent = Part159
2302
SpecialMesh160.MeshType = Enum.MeshType.Sphere
2303
Folder161.Name = "CFrames"
2304
Folder161.Parent = Part159
2305
CFrameValue162.Name = "C0"
2306
CFrameValue162.Parent = Folder161
2307
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)
2308
Part163.Parent = Model0
2309
Part163.Material = Enum.Material.Metal
2310
Part163.BrickColor = BrickColor.new("Really black")
2311
Part163.Reflectance = 0.10000000149012
2312
Part163.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2313
Part163.CanCollide = false
2314
Part163.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2315
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)
2316
Part163.BottomSurface = Enum.SurfaceType.Smooth
2317
Part163.TopSurface = Enum.SurfaceType.Smooth
2318
Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2319
Part163.Position = Vector3.new(-0.403514594, 6.82538843, 0.163937062)
2320
Part163.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2321
Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2322
CylinderMesh164.Parent = Part163
2323
Folder165.Name = "CFrames"
2324
Folder165.Parent = Part163
2325
CFrameValue166.Name = "C0"
2326
CFrameValue166.Parent = Folder165
2327
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)
2328
Part167.Parent = Model0
2329
Part167.Material = Enum.Material.Metal
2330
Part167.BrickColor = BrickColor.new("Really black")
2331
Part167.Reflectance = 0.10000000149012
2332
Part167.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2333
Part167.CanCollide = false
2334
Part167.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2335
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)
2336
Part167.BottomSurface = Enum.SurfaceType.Smooth
2337
Part167.TopSurface = Enum.SurfaceType.Smooth
2338
Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2339
Part167.Position = Vector3.new(-0.467975885, 6.68437195, 0.409570396)
2340
Part167.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2341
Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2342
CylinderMesh168.Parent = Part167
2343
Folder169.Name = "CFrames"
2344
Folder169.Parent = Part167
2345
CFrameValue170.Name = "C0"
2346
CFrameValue170.Parent = Folder169
2347
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)
2348
Part171.Parent = Model0
2349
Part171.Material = Enum.Material.Metal
2350
Part171.BrickColor = BrickColor.new("Really black")
2351
Part171.Reflectance = 0.10000000149012
2352
Part171.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2353
Part171.CanCollide = false
2354
Part171.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2355
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)
2356
Part171.BottomSurface = Enum.SurfaceType.Smooth
2357
Part171.TopSurface = Enum.SurfaceType.Smooth
2358
Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2359
Part171.Position = Vector3.new(-0.403253585, 6.82470942, -0.332634896)
2360
Part171.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2361
Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2362
CylinderMesh172.Parent = Part171
2363
Folder173.Name = "CFrames"
2364
Folder173.Parent = Part171
2365
CFrameValue174.Name = "C0"
2366
CFrameValue174.Parent = Folder173
2367
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)
2368
Part175.Parent = Model0
2369
Part175.Material = Enum.Material.Metal
2370
Part175.BrickColor = BrickColor.new("Really black")
2371
Part175.Reflectance = 0.10000000149012
2372
Part175.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2373
Part175.CanCollide = false
2374
Part175.Size = Vector3.new(1.08000124, 1.04999983, 0.149999857)
2375
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)
2376
Part175.BottomSurface = Enum.SurfaceType.Smooth
2377
Part175.TopSurface = Enum.SurfaceType.Smooth
2378
Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2379
Part175.Position = Vector3.new(-0.348544359, 7.60367537, 0.0330916718)
2380
Part175.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2381
Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2382
Folder176.Name = "CFrames"
2383
Folder176.Parent = Part175
2384
CFrameValue177.Name = "C0"
2385
CFrameValue177.Parent = Folder176
2386
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)
2387
Part178.Name = "cannonpiece3"
2388
Part178.Parent = Model0
2389
Part178.Material = Enum.Material.Metal
2390
Part178.BrickColor = BrickColor.new("Really black")
2391
Part178.Reflectance = 0.10000000149012
2392
Part178.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2393
Part178.CanCollide = false
2394
Part178.Size = Vector3.new(0.520000219, 0.139999866, 0.669999599)
2395
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)
2396
Part178.BottomSurface = Enum.SurfaceType.Smooth
2397
Part178.TopSurface = Enum.SurfaceType.Smooth
2398
Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2399
Part178.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
2400
Part178.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2401
Part178.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2402
CylinderMesh179.Parent = Part178
2403
ParticleEmitter180.Parent = Part178
2404
ParticleEmitter180.Transparency = NumberSequence.new(0.64999997615814,0.64999997615814,0.89999997615814,1)
2405
ParticleEmitter180.Size = NumberSequence.new(0.68000000715256,0.68000000715256,1,1.3099999427795,1.8099999427795,3.5999999046326,5.4000000953674)
2406
ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
2407
ParticleEmitter180.LightEmission = 0.60000002384186
2408
ParticleEmitter180.Texture = "http://www.roblox.com/asset/?id=253188732"
2409
ParticleEmitter180.Acceleration = Vector3.new(0, 1, 0)
2410
ParticleEmitter180.Lifetime = NumberRange.new(2, 2)
2411
ParticleEmitter180.Rate = 50
2412
ParticleEmitter180.Speed = NumberRange.new(0.20000000298023, 0.20000000298023)
2413
ParticleEmitter180.VelocitySpread = 20
2414
ParticleEmitter180.Color = ColorSequence.new(Color3.new(0.243137, 0.243137, 0.243137),Color3.new(0.54902, 0.54902, 0.54902))
2415
ParticleEmitter180.Enabled=false
2416
Folder181.Name = "CFrames"
2417
Folder181.Parent = Part178
2418
CFrameValue182.Name = "C0"
2419
CFrameValue182.Parent = Folder181
2420
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)
2421
Part183.Parent = Model0
2422
Part183.Material = Enum.Material.Metal
2423
Part183.BrickColor = BrickColor.new("Really black")
2424
Part183.Reflectance = 0.10000000149012
2425
Part183.Rotation = Vector3.new(4.03999996, 79.9700012, -50.3999977)
2426
Part183.CanCollide = false
2427
Part183.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2428
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)
2429
Part183.BottomSurface = Enum.SurfaceType.Smooth
2430
Part183.TopSurface = Enum.SurfaceType.Smooth
2431
Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2432
Part183.Position = Vector3.new(0.450347871, 6.53836679, -0.500475764)
2433
Part183.Orientation = Vector3.new(0.699999988, 79.9899979, -46.4199982)
2434
Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2435
CylinderMesh184.Parent = Part183
2436
Folder185.Name = "CFrames"
2437
Folder185.Parent = Part183
2438
CFrameValue186.Name = "C0"
2439
CFrameValue186.Parent = Folder185
2440
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)
2441
Part187.Parent = Model0
2442
Part187.Material = Enum.Material.Metal
2443
Part187.BrickColor = BrickColor.new("Really black")
2444
Part187.Reflectance = 0.10000000149012
2445
Part187.Rotation = Vector3.new(179.919998, 0.0299999993, -149.919998)
2446
Part187.CanCollide = false
2447
Part187.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2448
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)
2449
Part187.BottomSurface = Enum.SurfaceType.Smooth
2450
Part187.TopSurface = Enum.SurfaceType.Smooth
2451
Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2452
Part187.Position = Vector3.new(-0.403552502, 6.82576942, 0.409412533)
2453
Part187.Orientation = Vector3.new(0.0799999982, 179.970001, 30.0799999)
2454
Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2455
CylinderMesh188.Parent = Part187
2456
Folder189.Name = "CFrames"
2457
Folder189.Parent = Part187
2458
CFrameValue190.Name = "C0"
2459
CFrameValue190.Parent = Folder189
2460
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)
2461
Part191.Parent = Model0
2462
Part191.Material = Enum.Material.Metal
2463
Part191.BrickColor = BrickColor.new("Really black")
2464
Part191.Reflectance = 0.20000000298023
2465
Part191.Rotation = Vector3.new(-110.029999, -89.909996, -109.939995)
2466
Part191.CanCollide = false
2467
Part191.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2468
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)
2469
Part191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2470
Part191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2471
Part191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2472
Part191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2473
Part191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2474
Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2475
Part191.Position = Vector3.new(0.049641706, 7.59113598, -0.503765643)
2476
Part191.Orientation = Vector3.new(-0.0799999982, -90.0299988, 0.0899999961)
2477
Part191.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2478
SpecialMesh192.Parent = Part191
2479
SpecialMesh192.MeshType = Enum.MeshType.Sphere
2480
Folder193.Name = "CFrames"
2481
Folder193.Parent = Part191
2482
CFrameValue194.Name = "C0"
2483
CFrameValue194.Parent = Folder193
2484
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)
2485
Part195.Name = "cannonpiece1"
2486
Part195.Parent = Model0
2487
Part195.Material = Enum.Material.Metal
2488
Part195.BrickColor = BrickColor.new("Really black")
2489
Part195.Reflectance = 0.10000000149012
2490
Part195.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2491
Part195.CanCollide = false
2492
Part195.Size = Vector3.new(0.5400002, 0.0830767974, 0.695768833)
2493
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)
2494
Part195.BottomSurface = Enum.SurfaceType.Smooth
2495
Part195.TopSurface = Enum.SurfaceType.Smooth
2496
Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2497
Part195.Position = Vector3.new(-0.370993108, 7.23648453, 0.0258320142)
2498
Part195.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2499
Part195.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2500
CylinderMesh196.Parent = Part195
2501
Folder197.Name = "CFrames"
2502
Folder197.Parent = Part195
2503
CFrameValue198.Name = "C0"
2504
CFrameValue198.Parent = Folder197
2505
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)
2506
Part199.Parent = Model0
2507
Part199.Material = Enum.Material.Metal
2508
Part199.BrickColor = BrickColor.new("Really black")
2509
Part199.Reflectance = 0.10000000149012
2510
Part199.Rotation = Vector3.new(163.349991, 9.39999962, -176.470001)
2511
Part199.CanCollide = false
2512
Part199.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2513
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)
2514
Part199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2515
Part199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2516
Part199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2517
Part199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2518
Part199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2519
Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2520
Part199.Position = Vector3.new(0.465992659, 6.58990908, -0.566047728)
2521
Part199.Orientation = Vector3.new(16.4200001, 170.199997, 0.74000001)
2522
Part199.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2523
SpecialMesh200.Parent = Part199
2524
SpecialMesh200.MeshType = Enum.MeshType.Sphere
2525
Folder201.Name = "CFrames"
2526
Folder201.Parent = Part199
2527
CFrameValue202.Name = "C0"
2528
CFrameValue202.Parent = Folder201
2529
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)
2530
Part203.Parent = Model0
2531
Part203.Material = Enum.Material.Metal
2532
Part203.BrickColor = BrickColor.new("Really black")
2533
Part203.Reflectance = 0.15000000596046
2534
Part203.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
2535
Part203.CanCollide = false
2536
Part203.Size = Vector3.new(0.299999982, 1.13999999, 0.339999974)
2537
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)
2538
Part203.BottomSurface = Enum.SurfaceType.Smooth
2539
Part203.TopSurface = Enum.SurfaceType.Smooth
2540
Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2541
Part203.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
2542
Part203.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
2543
Part203.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2544
CylinderMesh204.Parent = Part203
2545
Folder205.Name = "CFrames"
2546
Folder205.Parent = Part203
2547
CFrameValue206.Name = "C0"
2548
CFrameValue206.Parent = Folder205
2549
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)
2550
Part207.Parent = Model0
2551
Part207.Material = Enum.Material.Metal
2552
Part207.BrickColor = BrickColor.new("Really black")
2553
Part207.Reflectance = 0.20000000298023
2554
Part207.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2555
Part207.CanCollide = false
2556
Part207.Size = Vector3.new(0.0600012988, 0.179999471, 1.07999992)
2557
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)
2558
Part207.BottomSurface = Enum.SurfaceType.Smooth
2559
Part207.TopSurface = Enum.SurfaceType.Smooth
2560
Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2561
Part207.Position = Vector3.new(0.111793168, 7.88118935, 0.0279411152)
2562
Part207.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2563
Part207.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2564
Folder208.Name = "CFrames"
2565
Folder208.Parent = Part207
2566
CFrameValue209.Name = "C0"
2567
CFrameValue209.Parent = Folder208
2568
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)
2569
Part210.Parent = Model0
2570
Part210.Material = Enum.Material.Metal
2571
Part210.BrickColor = BrickColor.new("Really black")
2572
Part210.Reflectance = 0.20000000298023
2573
Part210.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2574
Part210.CanCollide = false
2575
Part210.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2576
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)
2577
Part210.BottomSurface = Enum.SurfaceType.Smooth
2578
Part210.TopSurface = Enum.SurfaceType.Smooth
2579
Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2580
Part210.Position = Vector3.new(-0.464028567, 6.59080839, -0.332346261)
2581
Part210.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2582
Part210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2583
CylinderMesh211.Parent = Part210
2584
Folder212.Name = "CFrames"
2585
Folder212.Parent = Part210
2586
CFrameValue213.Name = "C0"
2587
CFrameValue213.Parent = Folder212
2588
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)
2589
Part214.Parent = Model0
2590
Part214.Material = Enum.Material.Metal
2591
Part214.BrickColor = BrickColor.new("Really black")
2592
Part214.Reflectance = 0.20000000298023
2593
Part214.Rotation = Vector3.new(69.9700012, 89.909996, -70.0599976)
2594
Part214.CanCollide = false
2595
Part214.Size = Vector3.new(0.0500000007, 0.147224233, 0.136373296)
2596
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)
2597
Part214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2598
Part214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2599
Part214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2600
Part214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2601
Part214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2602
Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2603
Part214.Position = Vector3.new(-0.0514079556, 7.2929883, 0.558263183)
2604
Part214.Orientation = Vector3.new(0.0799999982, 89.9700012, -0.0899999961)
2605
Part214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2606
SpecialMesh215.Parent = Part214
2607
SpecialMesh215.MeshType = Enum.MeshType.Sphere
2608
Folder216.Name = "CFrames"
2609
Folder216.Parent = Part214
2610
CFrameValue217.Name = "C0"
2611
CFrameValue217.Parent = Folder216
2612
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)
2613
Part218.Parent = Model0
2614
Part218.Material = Enum.Material.Metal
2615
Part218.BrickColor = BrickColor.new("Really black")
2616
Part218.Reflectance = 0.10000000149012
2617
Part218.Rotation = Vector3.new(-90.0899963, 0.0799999982, 179.98999)
2618
Part218.CanCollide = false
2619
Part218.Size = Vector3.new(0.340000004, 1.12, 0.339999974)
2620
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)
2621
Part218.BottomSurface = Enum.SurfaceType.Smooth
2622
Part218.TopSurface = Enum.SurfaceType.Smooth
2623
Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2624
Part218.Position = Vector3.new(0.197031051, 7.09450006, 0.0268821809)
2625
Part218.Orientation = Vector3.new(-89.8799973, 138.160004, 41.829998)
2626
Part218.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2627
CylinderMesh219.Parent = Part218
2628
Folder220.Name = "CFrames"
2629
Folder220.Parent = Part218
2630
CFrameValue221.Name = "C0"
2631
CFrameValue221.Parent = Folder220
2632
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)
2633
Part222.Parent = Model0
2634
Part222.Material = Enum.Material.Metal
2635
Part222.BrickColor = BrickColor.new("Really black")
2636
Part222.Reflectance = 0.10000000149012
2637
Part222.Rotation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2638
Part222.CanCollide = false
2639
Part222.Size = Vector3.new(1.17000127, 0.193584591, 1.06981122)
2640
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)
2641
Part222.BottomSurface = Enum.SurfaceType.Smooth
2642
Part222.TopSurface = Enum.SurfaceType.Smooth
2643
Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2644
Part222.Position = Vector3.new(0.0671457797, 8.13306618, 0.0225137509)
2645
Part222.Orientation = Vector3.new(-0.0899999961, -0.0299999993, -0.0799999982)
2646
Part222.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2647
Folder223.Name = "CFrames"
2648
Folder223.Parent = Part222
2649
CFrameValue224.Name = "C0"
2650
CFrameValue224.Parent = Folder223
2651
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)
2652
Part225.Parent = Model0
2653
Part225.Material = Enum.Material.Metal
2654
Part225.BrickColor = BrickColor.new("Really black")
2655
Part225.Reflectance = 0.20000000298023
2656
Part225.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2657
Part225.CanCollide = false
2658
Part225.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2659
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)
2660
Part225.BottomSurface = Enum.SurfaceType.Smooth
2661
Part225.TopSurface = Enum.SurfaceType.Smooth
2662
Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2663
Part225.Position = Vector3.new(-0.464105815, 6.5915823, 0.166872978)
2664
Part225.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2665
Part225.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2666
CylinderMesh226.Parent = Part225
2667
Folder227.Name = "CFrames"
2668
Folder227.Parent = Part225
2669
CFrameValue228.Name = "C0"
2670
CFrameValue228.Parent = Folder227
2671
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)
2672
Part229.Parent = Model0
2673
Part229.Material = Enum.Material.Metal
2674
Part229.BrickColor = BrickColor.new("Really black")
2675
Part229.Reflectance = 0.20000000298023
2676
Part229.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2677
Part229.CanCollide = false
2678
Part229.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2679
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)
2680
Part229.BottomSurface = Enum.SurfaceType.Smooth
2681
Part229.TopSurface = Enum.SurfaceType.Smooth
2682
Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2683
Part229.Position = Vector3.new(-0.469845384, 6.70973587, -0.332512587)
2684
Part229.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2685
Part229.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2686
CylinderMesh230.Parent = Part229
2687
Folder231.Name = "CFrames"
2688
Folder231.Parent = Part229
2689
CFrameValue232.Name = "C0"
2690
CFrameValue232.Parent = Folder231
2691
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)
2692
Part233.Parent = Model0
2693
Part233.Material = Enum.Material.Metal
2694
Part233.BrickColor = BrickColor.new("Really black")
2695
Part233.Reflectance = 0.20000000298023
2696
Part233.Rotation = Vector3.new(89.9399948, -30.0799999, -179.959991)
2697
Part233.CanCollide = false
2698
Part233.Size = Vector3.new(0.206904635, 0.208285585, 0.0700000003)
2699
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)
2700
Part233.BottomSurface = Enum.SurfaceType.Smooth
2701
Part233.TopSurface = Enum.SurfaceType.Smooth
2702
Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2703
Part233.Position = Vector3.new(-0.469922572, 6.71050978, 0.166708559)
2704
Part233.Orientation = Vector3.new(59.9199982, -89.9000015, 90.159996)
2705
Part233.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2706
CylinderMesh234.Parent = Part233
2707
Folder235.Name = "CFrames"
2708
Folder235.Parent = Part233
2709
CFrameValue236.Name = "C0"
2710
CFrameValue236.Parent = Folder235
2711
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)
2712
Part237.Parent = Model0
2713
Part237.Material = Enum.Material.Metal
2714
Part237.BrickColor = BrickColor.new("Really black")
2715
Part237.Reflectance = 0.10000000149012
2716
Part237.Rotation = Vector3.new(4.03999996, 79.9700012, 29.5999985)
2717
Part237.CanCollide = false
2718
Part237.Size = Vector3.new(0.206904635, 0.248285562, 0.223457038)
2719
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)
2720
Part237.BottomSurface = Enum.SurfaceType.Smooth
2721
Part237.TopSurface = Enum.SurfaceType.Smooth
2722
Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2723
Part237.Position = Vector3.new(0.448062152, 6.82244825, -0.467505664)
2724
Part237.Orientation = Vector3.new(0.699999988, 79.9899979, 33.579998)
2725
Part237.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2726
CylinderMesh238.Parent = Part237
2727
Folder239.Name = "CFrames"
2728
Folder239.Parent = Part237
2729
CFrameValue240.Name = "C0"
2730
CFrameValue240.Parent = Folder239
2731
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)
2732
Part241.Parent = Model0
2733
Part241.Material = Enum.Material.Metal
2734
Part241.BrickColor = BrickColor.new("Really black")
2735
Part241.Reflectance = 0.10000000149012
2736
Part241.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2737
Part241.CanCollide = false
2738
Part241.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2739
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)
2740
Part241.BottomSurface = Enum.SurfaceType.Smooth
2741
Part241.TopSurface = Enum.SurfaceType.Smooth
2742
Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2743
Part241.Position = Vector3.new(-0.467861146, 6.68322039, -0.332474977)
2744
Part241.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2745
Part241.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2746
CylinderMesh242.Parent = Part241
2747
Folder243.Name = "CFrames"
2748
Folder243.Parent = Part241
2749
CFrameValue244.Name = "C0"
2750
CFrameValue244.Parent = Folder243
2751
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)
2752
Part245.Parent = Model0
2753
Part245.Material = Enum.Material.Metal
2754
Part245.BrickColor = BrickColor.new("Really black")
2755
Part245.Reflectance = 0.10000000149012
2756
Part245.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2757
Part245.CanCollide = false
2758
Part245.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2759
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)
2760
Part245.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2761
Part245.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2762
Part245.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2763
Part245.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2764
Part245.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2765
Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2766
Part245.Position = Vector3.new(-0.489214212, 6.5864048, -0.335730791)
2767
Part245.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2768
Part245.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2769
SpecialMesh246.Parent = Part245
2770
SpecialMesh246.MeshType = Enum.MeshType.Sphere
2771
Folder247.Name = "CFrames"
2772
Folder247.Parent = Part245
2773
CFrameValue248.Name = "C0"
2774
CFrameValue248.Parent = Folder247
2775
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)
2776
Part249.Parent = Model0
2777
Part249.Material = Enum.Material.Metal
2778
Part249.BrickColor = BrickColor.new("Really black")
2779
Part249.Reflectance = 0.10000000149012
2780
Part249.Rotation = Vector3.new(179.919998, 0.0299999993, -169.919998)
2781
Part249.CanCollide = false
2782
Part249.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2783
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)
2784
Part249.BottomSurface = Enum.SurfaceType.Smooth
2785
Part249.TopSurface = Enum.SurfaceType.Smooth
2786
Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2787
Part249.Position = Vector3.new(-0.467937976, 6.68399096, 0.164094985)
2788
Part249.Orientation = Vector3.new(0.0799999982, 179.970001, 10.0799999)
2789
Part249.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2790
CylinderMesh250.Parent = Part249
2791
Folder251.Name = "CFrames"
2792
Folder251.Parent = Part249
2793
CFrameValue252.Name = "C0"
2794
CFrameValue252.Parent = Folder251
2795
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)
2796
Part253.Parent = Model0
2797
Part253.Material = Enum.Material.Metal
2798
Part253.BrickColor = BrickColor.new("Really black")
2799
Part253.Reflectance = 0.10000000149012
2800
Part253.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
2801
Part253.CanCollide = false
2802
Part253.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2803
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)
2804
Part253.BottomSurface = Enum.SurfaceType.Smooth
2805
Part253.TopSurface = Enum.SurfaceType.Smooth
2806
Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2807
Part253.Position = Vector3.new(-0.418895632, 6.53902626, -0.332253218)
2808
Part253.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
2809
Part253.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2810
CylinderMesh254.Parent = Part253
2811
Folder255.Name = "CFrames"
2812
Folder255.Parent = Part253
2813
CFrameValue256.Name = "C0"
2814
CFrameValue256.Parent = Folder255
2815
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)
2816
Part257.Parent = Model0
2817
Part257.Material = Enum.Material.Metal
2818
Part257.BrickColor = BrickColor.new("Really black")
2819
Part257.Reflectance = 0.10000000149012
2820
Part257.Rotation = Vector3.new(179.909988, 0.0299999993, -179.919998)
2821
Part257.CanCollide = false
2822
Part257.Size = Vector3.new(0.480000228, 0.819999874, 0.569999635)
2823
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)
2824
Part257.BottomSurface = Enum.SurfaceType.Smooth
2825
Part257.TopSurface = Enum.SurfaceType.Smooth
2826
Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2827
Part257.Position = Vector3.new(-0.37045148, 7.62648344, 0.0252461098)
2828
Part257.Orientation = Vector3.new(0.0899999961, 179.970001, 0.0799999982)
2829
Part257.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2830
CylinderMesh258.Parent = Part257
2831
Folder259.Name = "CFrames"
2832
Folder259.Parent = Part257
2833
CFrameValue260.Name = "C0"
2834
CFrameValue260.Parent = Folder259
2835
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)
2836
Part261.Parent = Model0
2837
Part261.Material = Enum.Material.Metal
2838
Part261.BrickColor = BrickColor.new("Really black")
2839
Part261.Reflectance = 0.10000000149012
2840
Part261.Rotation = Vector3.new(179.919998, 0.0299999993, 130.080002)
2841
Part261.CanCollide = false
2842
Part261.Size = Vector3.new(0.206904635, 0.190352306, 0.173799917)
2843
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)
2844
Part261.BottomSurface = Enum.SurfaceType.Smooth
2845
Part261.TopSurface = Enum.SurfaceType.Smooth
2846
Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2847
Part261.Position = Vector3.new(-0.418972462, 6.53979588, 0.164318621)
2848
Part261.Orientation = Vector3.new(0.0799999982, 179.970001, -49.9199982)
2849
Part261.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2850
CylinderMesh262.Parent = Part261
2851
Folder263.Name = "CFrames"
2852
Folder263.Parent = Part261
2853
CFrameValue264.Name = "C0"
2854
CFrameValue264.Parent = Folder263
2855
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)
2856
Part265.Parent = Model0
2857
Part265.Material = Enum.Material.Metal
2858
Part265.BrickColor = BrickColor.new("Really black")
2859
Part265.Reflectance = 0.10000000149012
2860
Part265.Rotation = Vector3.new(90.0199966, -70.0800018, 90.0999985)
2861
Part265.CanCollide = false
2862
Part265.Size = Vector3.new(0.166545585, 0.179778785, 0.162522167)
2863
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)
2864
Part265.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2865
Part265.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2866
Part265.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2867
Part265.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2868
Part265.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2869
Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2870
Part265.Position = Vector3.new(-0.489290982, 6.58717585, 0.16083914)
2871
Part265.Orientation = Vector3.new(19.9200001, -90.0099945, 0.0799999982)
2872
Part265.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2873
SpecialMesh266.Parent = Part265
2874
SpecialMesh266.MeshType = Enum.MeshType.Sphere
2875
Folder267.Name = "CFrames"
2876
Folder267.Parent = Part265
2877
CFrameValue268.Name = "C0"
2878
CFrameValue268.Parent = Folder267
2879
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)
2880
WedgePart269.Parent = Model0
2881
WedgePart269.Material = Enum.Material.Metal
2882
WedgePart269.BrickColor = BrickColor.new("Really black")
2883
WedgePart269.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2884
WedgePart269.CanCollide = false
2885
WedgePart269.Size = Vector3.new(0.549999952, 0.0500000007, 0.999999881)
2886
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)
2887
WedgePart269.BottomSurface = Enum.SurfaceType.Smooth
2888
WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2889
WedgePart269.Position = Vector3.new(-0.443649024, 7.54879951, 0.023138959)
2890
WedgePart269.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2891
WedgePart269.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2892
Folder270.Name = "CFrames"
2893
Folder270.Parent = WedgePart269
2894
CFrameValue271.Name = "C0"
2895
CFrameValue271.Parent = Folder270
2896
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)
2897
WedgePart272.Parent = Model0
2898
WedgePart272.Material = Enum.Material.Metal
2899
WedgePart272.BrickColor = BrickColor.new("Really black")
2900
WedgePart272.Reflectance = 0.10000000149012
2901
WedgePart272.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2902
WedgePart272.CanCollide = false
2903
WedgePart272.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
2904
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)
2905
WedgePart272.BottomSurface = Enum.SurfaceType.Smooth
2906
WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2907
WedgePart272.Position = Vector3.new(-0.443423122, 7.54817915, -0.376860082)
2908
WedgePart272.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2909
WedgePart272.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2910
Folder273.Name = "CFrames"
2911
Folder273.Parent = WedgePart272
2912
CFrameValue274.Name = "C0"
2913
CFrameValue274.Parent = Folder273
2914
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)
2915
WedgePart275.Parent = Model0
2916
WedgePart275.Material = Enum.Material.Metal
2917
WedgePart275.BrickColor = BrickColor.new("Really black")
2918
WedgePart275.Reflectance = 0.10000000149012
2919
WedgePart275.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2920
WedgePart275.CanCollide = false
2921
WedgePart275.Size = Vector3.new(0.25000003, 0.0500000007, 0.999999881)
2922
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)
2923
WedgePart275.BottomSurface = Enum.SurfaceType.Smooth
2924
WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2925
WedgePart275.Position = Vector3.new(-0.443875819, 7.5494194, 0.423138052)
2926
WedgePart275.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2927
WedgePart275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2928
Folder276.Name = "CFrames"
2929
Folder276.Parent = WedgePart275
2930
CFrameValue277.Name = "C0"
2931
CFrameValue277.Parent = Folder276
2932
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)
2933
WedgePart278.Parent = Model0
2934
WedgePart278.Material = Enum.Material.Metal
2935
WedgePart278.BrickColor = BrickColor.new("Really black")
2936
WedgePart278.Reflectance = 0.10000000149012
2937
WedgePart278.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2938
WedgePart278.CanCollide = false
2939
WedgePart278.Size = Vector3.new(1.05000007, 0.0500000007, 0.0999998376)
2940
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)
2941
WedgePart278.BottomSurface = Enum.SurfaceType.Smooth
2942
WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2943
WedgePart278.Position = Vector3.new(-0.44304511, 7.99879551, 0.0224409103)
2944
WedgePart278.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2945
WedgePart278.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2946
Folder279.Name = "CFrames"
2947
Folder279.Parent = WedgePart278
2948
CFrameValue280.Name = "C0"
2949
CFrameValue280.Parent = Folder279
2950
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)
2951
WedgePart281.Parent = Model0
2952
WedgePart281.Material = Enum.Material.Metal
2953
WedgePart281.BrickColor = BrickColor.new("Really black")
2954
WedgePart281.Reflectance = 0.10000000149012
2955
WedgePart281.Rotation = Vector3.new(-90.0899963, 0.0799999982, 89.9700012)
2956
WedgePart281.CanCollide = false
2957
WedgePart281.Size = Vector3.new(1.05000007, 0.0999999866, 0.0500000007)
2958
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)
2959
WedgePart281.BottomSurface = Enum.SurfaceType.Smooth
2960
WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2961
WedgePart281.Position = Vector3.new(-0.468012244, 8.02383137, 0.0223867632)
2962
WedgePart281.Orientation = Vector3.new(-89.8799973, 138.160004, -48.1899986)
2963
WedgePart281.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
2964
Folder282.Name = "CFrames"
2965
Folder282.Parent = WedgePart281
2966
CFrameValue283.Name = "C0"
2967
CFrameValue283.Parent = Folder282
2968
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)
2969
for i,v in pairs(mas:GetChildren()) do
2970
	v.Parent = script.Parent
2971
	pcall(function() v:MakeJoints() end)
2972
end
2973
mas:Destroy()
2974
for i,v in pairs(cors) do
2975
	spawn(function()
2976
		pcall(v)
2977
	end)
2978
end
2979
wait(.2)
2980
local p = game.Players.LocalPlayer
2981
local char = p.Character
2982
local mouse = p:GetMouse()
2983
local larm = char["Left Arm"]
2984
local rarm = char["Right Arm"]
2985
local lleg = char["Left Leg"]
2986
local rleg = char["Right Leg"]
2987
local hed = char.Head
2988
local torso = char.Torso
2989
2990
-------------------------------
2991
----------------------------------------------------
2992
local m2 = script.Parent.armcannon:clone()
2993
for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
2994
--m.Welds.Disabled=false
2995
local grip2 = Instance.new("Motor")
2996
grip2.Part0=char["Left Arm"]
2997
grip2.Part1=m2.Handle
2998
grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
2999
grip2.C1=CFrame.new()
3000
grip2.Parent=grip2.Part0
3001
m2.Parent=char
3002
----------------------------------------------------
3003
local cor2 = Instance.new("Part", m2)
3004
cor2.Name = "Thingy"
3005
cor2.Locked = true
3006
cor2.BottomSurface = 0
3007
cor2.CanCollide = false
3008
cor2.Size = Vector3.new(.1,.1,.1)
3009
cor2.Transparency = 1
3010
cor2.TopSurface = 0
3011
corw2 = Instance.new("Weld", cor2)
3012
corw2.Part0 = larm
3013
corw2.Part1 = cor2
3014
corw2.C0 = CFrame.new(0, 0, 0)  
3015
corw2.C1 = CFrame.new(0, 0, 0)  
3016
weld1 = Instance.new("Weld", m2) -- Right grip
3017
weld1.Part1 = cor2
3018
weld1.Part0 = m2.Handle
3019
weld1.C0 = CFrame.new(.02,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(3.15,1.57,0)
3020
------------------------------------------------------------------------------------------------------------
3021
3022
--Converted with ttyyuu12345's model to script plugin v4
3023
function sandbox(var,func)
3024
	local env = getfenv(func)
3025
	local newenv = setmetatable({},{
3026
		__index = function(self,k)
3027
			if k=="script" then
3028
				return var
3029
			else
3030
				return env[k]
3031
			end
3032
		end,
3033
	})
3034
	setfenv(func,newenv)
3035
	return func
3036
end
3037
cors = {}
3038
mas = Instance.new("Model",game:GetService("Lighting"))
3039
Model0 = Instance.new("Model")
3040
Part1 = Instance.new("Part")
3041
Folder2 = Instance.new("Folder")
3042
CFrameValue3 = Instance.new("CFrameValue")
3043
Part4 = Instance.new("Part")
3044
BlockMesh5 = Instance.new("BlockMesh")
3045
Folder6 = Instance.new("Folder")
3046
CFrameValue7 = Instance.new("CFrameValue")
3047
Part8 = Instance.new("Part")
3048
BlockMesh9 = Instance.new("BlockMesh")
3049
Folder10 = Instance.new("Folder")
3050
CFrameValue11 = Instance.new("CFrameValue")
3051
Part12 = Instance.new("Part")
3052
BlockMesh13 = Instance.new("BlockMesh")
3053
Folder14 = Instance.new("Folder")
3054
CFrameValue15 = Instance.new("CFrameValue")
3055
Part16 = Instance.new("Part")
3056
SpecialMesh17 = Instance.new("SpecialMesh")
3057
Folder18 = Instance.new("Folder")
3058
CFrameValue19 = Instance.new("CFrameValue")
3059
Part20 = Instance.new("Part")
3060
SpecialMesh21 = Instance.new("SpecialMesh")
3061
Folder22 = Instance.new("Folder")
3062
CFrameValue23 = Instance.new("CFrameValue")
3063
Part24 = Instance.new("Part")
3064
SpecialMesh25 = Instance.new("SpecialMesh")
3065
Folder26 = Instance.new("Folder")
3066
CFrameValue27 = Instance.new("CFrameValue")
3067
Part28 = Instance.new("Part")
3068
SpecialMesh29 = Instance.new("SpecialMesh")
3069
Folder30 = Instance.new("Folder")
3070
CFrameValue31 = Instance.new("CFrameValue")
3071
Part32 = Instance.new("Part")
3072
BlockMesh33 = Instance.new("BlockMesh")
3073
Folder34 = Instance.new("Folder")
3074
CFrameValue35 = Instance.new("CFrameValue")
3075
Part36 = Instance.new("Part")
3076
BlockMesh37 = Instance.new("BlockMesh")
3077
Folder38 = Instance.new("Folder")
3078
CFrameValue39 = Instance.new("CFrameValue")
3079
Part40 = Instance.new("Part")
3080
SpecialMesh41 = Instance.new("SpecialMesh")
3081
Folder42 = Instance.new("Folder")
3082
CFrameValue43 = Instance.new("CFrameValue")
3083
Part44 = Instance.new("Part")
3084
BlockMesh45 = Instance.new("BlockMesh")
3085
Folder46 = Instance.new("Folder")
3086
CFrameValue47 = Instance.new("CFrameValue")
3087
Part48 = Instance.new("Part")
3088
BlockMesh49 = Instance.new("BlockMesh")
3089
Folder50 = Instance.new("Folder")
3090
CFrameValue51 = Instance.new("CFrameValue")
3091
Part52 = Instance.new("Part")
3092
BlockMesh53 = Instance.new("BlockMesh")
3093
Folder54 = Instance.new("Folder")
3094
CFrameValue55 = Instance.new("CFrameValue")
3095
Part56 = Instance.new("Part")
3096
BlockMesh57 = Instance.new("BlockMesh")
3097
Folder58 = Instance.new("Folder")
3098
CFrameValue59 = Instance.new("CFrameValue")
3099
Part60 = Instance.new("Part")
3100
SpecialMesh61 = Instance.new("SpecialMesh")
3101
Folder62 = Instance.new("Folder")
3102
CFrameValue63 = Instance.new("CFrameValue")
3103
Part64 = Instance.new("Part")
3104
BlockMesh65 = Instance.new("BlockMesh")
3105
Folder66 = Instance.new("Folder")
3106
CFrameValue67 = Instance.new("CFrameValue")
3107
Part68 = Instance.new("Part")
3108
BlockMesh69 = Instance.new("BlockMesh")
3109
Folder70 = Instance.new("Folder")
3110
CFrameValue71 = Instance.new("CFrameValue")
3111
Part72 = Instance.new("Part")
3112
CylinderMesh73 = Instance.new("CylinderMesh")
3113
Folder74 = Instance.new("Folder")
3114
CFrameValue75 = Instance.new("CFrameValue")
3115
Part76 = Instance.new("Part")
3116
BlockMesh77 = Instance.new("BlockMesh")
3117
Folder78 = Instance.new("Folder")
3118
CFrameValue79 = Instance.new("CFrameValue")
3119
Part80 = Instance.new("Part")
3120
BlockMesh81 = Instance.new("BlockMesh")
3121
Folder82 = Instance.new("Folder")
3122
CFrameValue83 = Instance.new("CFrameValue")
3123
Part84 = Instance.new("Part")
3124
BlockMesh85 = Instance.new("BlockMesh")
3125
Folder86 = Instance.new("Folder")
3126
CFrameValue87 = Instance.new("CFrameValue")
3127
Part88 = Instance.new("Part")
3128
SpecialMesh89 = Instance.new("SpecialMesh")
3129
Folder90 = Instance.new("Folder")
3130
CFrameValue91 = Instance.new("CFrameValue")
3131
Part92 = Instance.new("Part")
3132
CylinderMesh93 = Instance.new("CylinderMesh")
3133
Motor94 = Instance.new("Motor")
3134
Motor95 = Instance.new("Motor")
3135
Motor96 = Instance.new("Motor")
3136
Motor97 = Instance.new("Motor")
3137
Motor98 = Instance.new("Motor")
3138
Motor99 = Instance.new("Motor")
3139
Motor100 = Instance.new("Motor")
3140
Motor101 = Instance.new("Motor")
3141
Motor102 = Instance.new("Motor")
3142
Motor103 = Instance.new("Motor")
3143
Motor104 = Instance.new("Motor")
3144
Motor105 = Instance.new("Motor")
3145
Motor106 = Instance.new("Motor")
3146
Motor107 = Instance.new("Motor")
3147
Motor108 = Instance.new("Motor")
3148
Motor109 = Instance.new("Motor")
3149
Motor110 = Instance.new("Motor")
3150
Motor111 = Instance.new("Motor")
3151
Motor112 = Instance.new("Motor")
3152
Motor113 = Instance.new("Motor")
3153
Motor114 = Instance.new("Motor")
3154
Motor115 = Instance.new("Motor")
3155
Motor116 = Instance.new("Motor")
3156
Folder117 = Instance.new("Folder")
3157
CFrameValue118 = Instance.new("CFrameValue")
3158
Motor119 = Instance.new("Motor")
3159
Motor120 = Instance.new("Motor")
3160
Motor121 = Instance.new("Motor")
3161
Motor122 = Instance.new("Motor")
3162
Motor123 = Instance.new("Motor")
3163
Motor124 = Instance.new("Motor")
3164
Motor125 = Instance.new("Motor")
3165
Motor126 = Instance.new("Motor")
3166
Motor127 = Instance.new("Motor")
3167
Motor128 = Instance.new("Motor")
3168
Motor129 = Instance.new("Motor")
3169
Motor130 = Instance.new("Motor")
3170
Motor131 = Instance.new("Motor")
3171
Motor132 = Instance.new("Motor")
3172
Motor133 = Instance.new("Motor")
3173
Motor134 = Instance.new("Motor")
3174
Motor135 = Instance.new("Motor")
3175
Motor136 = Instance.new("Motor")
3176
Motor137 = Instance.new("Motor")
3177
Motor138 = Instance.new("Motor")
3178
Motor139 = Instance.new("Motor")
3179
Motor140 = Instance.new("Motor")
3180
Motor141 = Instance.new("Motor")
3181
Motor142 = Instance.new("Motor")
3182
Motor143 = Instance.new("Motor")
3183
Motor144 = Instance.new("Motor")
3184
Motor145 = Instance.new("Motor")
3185
Motor146 = Instance.new("Motor")
3186
Motor147 = Instance.new("Motor")
3187
Motor148 = Instance.new("Motor")
3188
Motor149 = Instance.new("Motor")
3189
Motor150 = Instance.new("Motor")
3190
Motor151 = Instance.new("Motor")
3191
Motor152 = Instance.new("Motor")
3192
Motor153 = Instance.new("Motor")
3193
Motor154 = Instance.new("Motor")
3194
Motor155 = Instance.new("Motor")
3195
Motor156 = Instance.new("Motor")
3196
Motor157 = Instance.new("Motor")
3197
Motor158 = Instance.new("Motor")
3198
Motor159 = Instance.new("Motor")
3199
Motor160 = Instance.new("Motor")
3200
Motor161 = Instance.new("Motor")
3201
Motor162 = Instance.new("Motor")
3202
Motor163 = Instance.new("Motor")
3203
Motor164 = Instance.new("Motor")
3204
Motor165 = Instance.new("Motor")
3205
Motor166 = Instance.new("Motor")
3206
Motor167 = Instance.new("Motor")
3207
Motor168 = Instance.new("Motor")
3208
Motor169 = Instance.new("Motor")
3209
Motor170 = Instance.new("Motor")
3210
Motor171 = Instance.new("Motor")
3211
Motor172 = Instance.new("Motor")
3212
Motor173 = Instance.new("Motor")
3213
Motor174 = Instance.new("Motor")
3214
Motor175 = Instance.new("Motor")
3215
Motor176 = Instance.new("Motor")
3216
Motor177 = Instance.new("Motor")
3217
Motor178 = Instance.new("Motor")
3218
Motor179 = Instance.new("Motor")
3219
Motor180 = Instance.new("Motor")
3220
Motor181 = Instance.new("Motor")
3221
Motor182 = Instance.new("Motor")
3222
Motor183 = Instance.new("Motor")
3223
Motor184 = Instance.new("Motor")
3224
Motor185 = Instance.new("Motor")
3225
Motor186 = Instance.new("Motor")
3226
Motor187 = Instance.new("Motor")
3227
Motor188 = Instance.new("Motor")
3228
Motor189 = Instance.new("Motor")
3229
Motor190 = Instance.new("Motor")
3230
Motor191 = Instance.new("Motor")
3231
Motor192 = Instance.new("Motor")
3232
Motor193 = Instance.new("Motor")
3233
Motor194 = Instance.new("Motor")
3234
Motor195 = Instance.new("Motor")
3235
Motor196 = Instance.new("Motor")
3236
Motor197 = Instance.new("Motor")
3237
Motor198 = Instance.new("Motor")
3238
Motor199 = Instance.new("Motor")
3239
Motor200 = Instance.new("Motor")
3240
Motor201 = Instance.new("Motor")
3241
Motor202 = Instance.new("Motor")
3242
Motor203 = Instance.new("Motor")
3243
Motor204 = Instance.new("Motor")
3244
Motor205 = Instance.new("Motor")
3245
Motor206 = Instance.new("Motor")
3246
Motor207 = Instance.new("Motor")
3247
Motor208 = Instance.new("Motor")
3248
Motor209 = Instance.new("Motor")
3249
Motor210 = Instance.new("Motor")
3250
Motor211 = Instance.new("Motor")
3251
Motor212 = Instance.new("Motor")
3252
Motor213 = Instance.new("Motor")
3253
Motor214 = Instance.new("Motor")
3254
Motor215 = Instance.new("Motor")
3255
Motor216 = Instance.new("Motor")
3256
Part217 = Instance.new("Part")
3257
SpecialMesh218 = Instance.new("SpecialMesh")
3258
Folder219 = Instance.new("Folder")
3259
CFrameValue220 = Instance.new("CFrameValue")
3260
Part221 = Instance.new("Part")
3261
SpecialMesh222 = Instance.new("SpecialMesh")
3262
Script223 = Instance.new("Script")
3263
Folder224 = Instance.new("Folder")
3264
CFrameValue225 = Instance.new("CFrameValue")
3265
Part226 = Instance.new("Part")
3266
SpecialMesh227 = Instance.new("SpecialMesh")
3267
Folder228 = Instance.new("Folder")
3268
CFrameValue229 = Instance.new("CFrameValue")
3269
Part230 = Instance.new("Part")
3270
SpecialMesh231 = Instance.new("SpecialMesh")
3271
Folder232 = Instance.new("Folder")
3272
CFrameValue233 = Instance.new("CFrameValue")
3273
Part234 = Instance.new("Part")
3274
SpecialMesh235 = Instance.new("SpecialMesh")
3275
Folder236 = Instance.new("Folder")
3276
CFrameValue237 = Instance.new("CFrameValue")
3277
Part238 = Instance.new("Part")
3278
BlockMesh239 = Instance.new("BlockMesh")
3279
Folder240 = Instance.new("Folder")
3280
CFrameValue241 = Instance.new("CFrameValue")
3281
Part242 = Instance.new("Part")
3282
SpecialMesh243 = Instance.new("SpecialMesh")
3283
Folder244 = Instance.new("Folder")
3284
CFrameValue245 = Instance.new("CFrameValue")
3285
Part246 = Instance.new("Part")
3286
SpecialMesh247 = Instance.new("SpecialMesh")
3287
Folder248 = Instance.new("Folder")
3288
CFrameValue249 = Instance.new("CFrameValue")
3289
Part250 = Instance.new("Part")
3290
SpecialMesh251 = Instance.new("SpecialMesh")
3291
Folder252 = Instance.new("Folder")
3292
CFrameValue253 = Instance.new("CFrameValue")
3293
Part254 = Instance.new("Part")
3294
SpecialMesh255 = Instance.new("SpecialMesh")
3295
Folder256 = Instance.new("Folder")
3296
CFrameValue257 = Instance.new("CFrameValue")
3297
Part258 = Instance.new("Part")
3298
SpecialMesh259 = Instance.new("SpecialMesh")
3299
Folder260 = Instance.new("Folder")
3300
CFrameValue261 = Instance.new("CFrameValue")
3301
Part262 = Instance.new("Part")
3302
SpecialMesh263 = Instance.new("SpecialMesh")
3303
Folder264 = Instance.new("Folder")
3304
CFrameValue265 = Instance.new("CFrameValue")
3305
Part266 = Instance.new("Part")
3306
SpecialMesh267 = Instance.new("SpecialMesh")
3307
Folder268 = Instance.new("Folder")
3308
CFrameValue269 = Instance.new("CFrameValue")
3309
Part270 = Instance.new("Part")
3310
SpecialMesh271 = Instance.new("SpecialMesh")
3311
Folder272 = Instance.new("Folder")
3312
CFrameValue273 = Instance.new("CFrameValue")
3313
Part274 = Instance.new("Part")
3314
SpecialMesh275 = Instance.new("SpecialMesh")
3315
Folder276 = Instance.new("Folder")
3316
CFrameValue277 = Instance.new("CFrameValue")
3317
Part278 = Instance.new("Part")
3318
SpecialMesh279 = Instance.new("SpecialMesh")
3319
Folder280 = Instance.new("Folder")
3320
CFrameValue281 = Instance.new("CFrameValue")
3321
Part282 = Instance.new("Part")
3322
SpecialMesh283 = Instance.new("SpecialMesh")
3323
Folder284 = Instance.new("Folder")
3324
CFrameValue285 = Instance.new("CFrameValue")
3325
Part286 = Instance.new("Part")
3326
SpecialMesh287 = Instance.new("SpecialMesh")
3327
Folder288 = Instance.new("Folder")
3328
CFrameValue289 = Instance.new("CFrameValue")
3329
Part290 = Instance.new("Part")
3330
SpecialMesh291 = Instance.new("SpecialMesh")
3331
Folder292 = Instance.new("Folder")
3332
CFrameValue293 = Instance.new("CFrameValue")
3333
Part294 = Instance.new("Part")
3334
SpecialMesh295 = Instance.new("SpecialMesh")
3335
Folder296 = Instance.new("Folder")
3336
CFrameValue297 = Instance.new("CFrameValue")
3337
Part298 = Instance.new("Part")
3338
SpecialMesh299 = Instance.new("SpecialMesh")
3339
Folder300 = Instance.new("Folder")
3340
CFrameValue301 = Instance.new("CFrameValue")
3341
Part302 = Instance.new("Part")
3342
SpecialMesh303 = Instance.new("SpecialMesh")
3343
Folder304 = Instance.new("Folder")
3344
CFrameValue305 = Instance.new("CFrameValue")
3345
Part306 = Instance.new("Part")
3346
SpecialMesh307 = Instance.new("SpecialMesh")
3347
Folder308 = Instance.new("Folder")
3348
CFrameValue309 = Instance.new("CFrameValue")
3349
Part310 = Instance.new("Part")
3350
SpecialMesh311 = Instance.new("SpecialMesh")
3351
Folder312 = Instance.new("Folder")
3352
CFrameValue313 = Instance.new("CFrameValue")
3353
Part314 = Instance.new("Part")
3354
SpecialMesh315 = Instance.new("SpecialMesh")
3355
Folder316 = Instance.new("Folder")
3356
CFrameValue317 = Instance.new("CFrameValue")
3357
Part318 = Instance.new("Part")
3358
SpecialMesh319 = Instance.new("SpecialMesh")
3359
Folder320 = Instance.new("Folder")
3360
CFrameValue321 = Instance.new("CFrameValue")
3361
Part322 = Instance.new("Part")
3362
SpecialMesh323 = Instance.new("SpecialMesh")
3363
Folder324 = Instance.new("Folder")
3364
CFrameValue325 = Instance.new("CFrameValue")
3365
Part326 = Instance.new("Part")
3366
SpecialMesh327 = Instance.new("SpecialMesh")
3367
Folder328 = Instance.new("Folder")
3368
CFrameValue329 = Instance.new("CFrameValue")
3369
Part330 = Instance.new("Part")
3370
SpecialMesh331 = Instance.new("SpecialMesh")
3371
Folder332 = Instance.new("Folder")
3372
CFrameValue333 = Instance.new("CFrameValue")
3373
Part334 = Instance.new("Part")
3374
SpecialMesh335 = Instance.new("SpecialMesh")
3375
Folder336 = Instance.new("Folder")
3376
CFrameValue337 = Instance.new("CFrameValue")
3377
Part338 = Instance.new("Part")
3378
BlockMesh339 = Instance.new("BlockMesh")
3379
Folder340 = Instance.new("Folder")
3380
CFrameValue341 = Instance.new("CFrameValue")
3381
Part342 = Instance.new("Part")
3382
BlockMesh343 = Instance.new("BlockMesh")
3383
Folder344 = Instance.new("Folder")
3384
CFrameValue345 = Instance.new("CFrameValue")
3385
Part346 = Instance.new("Part")
3386
BlockMesh347 = Instance.new("BlockMesh")
3387
Folder348 = Instance.new("Folder")
3388
CFrameValue349 = Instance.new("CFrameValue")
3389
Part350 = Instance.new("Part")
3390
BlockMesh351 = Instance.new("BlockMesh")
3391
Folder352 = Instance.new("Folder")
3392
CFrameValue353 = Instance.new("CFrameValue")
3393
Part354 = Instance.new("Part")
3394
BlockMesh355 = Instance.new("BlockMesh")
3395
Folder356 = Instance.new("Folder")
3396
CFrameValue357 = Instance.new("CFrameValue")
3397
Part358 = Instance.new("Part")
3398
SpecialMesh359 = Instance.new("SpecialMesh")
3399
Folder360 = Instance.new("Folder")
3400
CFrameValue361 = Instance.new("CFrameValue")
3401
Part362 = Instance.new("Part")
3402
BlockMesh363 = Instance.new("BlockMesh")
3403
Folder364 = Instance.new("Folder")
3404
CFrameValue365 = Instance.new("CFrameValue")
3405
Part366 = Instance.new("Part")
3406
BlockMesh367 = Instance.new("BlockMesh")
3407
Folder368 = Instance.new("Folder")
3408
CFrameValue369 = Instance.new("CFrameValue")
3409
Part370 = Instance.new("Part")
3410
BlockMesh371 = Instance.new("BlockMesh")
3411
Folder372 = Instance.new("Folder")
3412
CFrameValue373 = Instance.new("CFrameValue")
3413
Part374 = Instance.new("Part")
3414
BlockMesh375 = Instance.new("BlockMesh")
3415
Folder376 = Instance.new("Folder")
3416
CFrameValue377 = Instance.new("CFrameValue")
3417
Part378 = Instance.new("Part")
3418
SpecialMesh379 = Instance.new("SpecialMesh")
3419
Script380 = Instance.new("Script")
3420
Folder381 = Instance.new("Folder")
3421
CFrameValue382 = Instance.new("CFrameValue")
3422
Part383 = Instance.new("Part")
3423
BlockMesh384 = Instance.new("BlockMesh")
3424
Folder385 = Instance.new("Folder")
3425
CFrameValue386 = Instance.new("CFrameValue")
3426
Part387 = Instance.new("Part")
3427
BlockMesh388 = Instance.new("BlockMesh")
3428
Folder389 = Instance.new("Folder")
3429
CFrameValue390 = Instance.new("CFrameValue")
3430
Part391 = Instance.new("Part")
3431
BlockMesh392 = Instance.new("BlockMesh")
3432
Folder393 = Instance.new("Folder")
3433
CFrameValue394 = Instance.new("CFrameValue")
3434
Part395 = Instance.new("Part")
3435
BlockMesh396 = Instance.new("BlockMesh")
3436
Folder397 = Instance.new("Folder")
3437
CFrameValue398 = Instance.new("CFrameValue")
3438
Part399 = Instance.new("Part")
3439
BlockMesh400 = Instance.new("BlockMesh")
3440
Folder401 = Instance.new("Folder")
3441
CFrameValue402 = Instance.new("CFrameValue")
3442
Part403 = Instance.new("Part")
3443
BlockMesh404 = Instance.new("BlockMesh")
3444
Folder405 = Instance.new("Folder")
3445
CFrameValue406 = Instance.new("CFrameValue")
3446
Part407 = Instance.new("Part")
3447
SpecialMesh408 = Instance.new("SpecialMesh")
3448
Folder409 = Instance.new("Folder")
3449
CFrameValue410 = Instance.new("CFrameValue")
3450
Part411 = Instance.new("Part")
3451
BlockMesh412 = Instance.new("BlockMesh")
3452
Folder413 = Instance.new("Folder")
3453
CFrameValue414 = Instance.new("CFrameValue")
3454
Part415 = Instance.new("Part")
3455
BlockMesh416 = Instance.new("BlockMesh")
3456
Folder417 = Instance.new("Folder")
3457
CFrameValue418 = Instance.new("CFrameValue")
3458
Part419 = Instance.new("Part")
3459
BlockMesh420 = Instance.new("BlockMesh")
3460
Folder421 = Instance.new("Folder")
3461
CFrameValue422 = Instance.new("CFrameValue")
3462
Part423 = Instance.new("Part")
3463
BlockMesh424 = Instance.new("BlockMesh")
3464
Folder425 = Instance.new("Folder")
3465
CFrameValue426 = Instance.new("CFrameValue")
3466
Part427 = Instance.new("Part")
3467
BlockMesh428 = Instance.new("BlockMesh")
3468
Folder429 = Instance.new("Folder")
3469
CFrameValue430 = Instance.new("CFrameValue")
3470
Part431 = Instance.new("Part")
3471
BlockMesh432 = Instance.new("BlockMesh")
3472
Folder433 = Instance.new("Folder")
3473
CFrameValue434 = Instance.new("CFrameValue")
3474
Part435 = Instance.new("Part")
3475
BlockMesh436 = Instance.new("BlockMesh")
3476
Folder437 = Instance.new("Folder")
3477
CFrameValue438 = Instance.new("CFrameValue")
3478
Part439 = Instance.new("Part")
3479
BlockMesh440 = Instance.new("BlockMesh")
3480
Folder441 = Instance.new("Folder")
3481
CFrameValue442 = Instance.new("CFrameValue")
3482
Part443 = Instance.new("Part")
3483
BlockMesh444 = Instance.new("BlockMesh")
3484
Folder445 = Instance.new("Folder")
3485
CFrameValue446 = Instance.new("CFrameValue")
3486
Part447 = Instance.new("Part")
3487
BlockMesh448 = Instance.new("BlockMesh")
3488
Folder449 = Instance.new("Folder")
3489
CFrameValue450 = Instance.new("CFrameValue")
3490
Part451 = Instance.new("Part")
3491
BlockMesh452 = Instance.new("BlockMesh")
3492
Folder453 = Instance.new("Folder")
3493
CFrameValue454 = Instance.new("CFrameValue")
3494
Part455 = Instance.new("Part")
3495
BlockMesh456 = Instance.new("BlockMesh")
3496
Folder457 = Instance.new("Folder")
3497
CFrameValue458 = Instance.new("CFrameValue")
3498
Part459 = Instance.new("Part")
3499
BlockMesh460 = Instance.new("BlockMesh")
3500
Folder461 = Instance.new("Folder")
3501
CFrameValue462 = Instance.new("CFrameValue")
3502
Part463 = Instance.new("Part")
3503
BlockMesh464 = Instance.new("BlockMesh")
3504
Folder465 = Instance.new("Folder")
3505
CFrameValue466 = Instance.new("CFrameValue")
3506
Part467 = Instance.new("Part")
3507
BlockMesh468 = Instance.new("BlockMesh")
3508
Folder469 = Instance.new("Folder")
3509
CFrameValue470 = Instance.new("CFrameValue")
3510
Part471 = Instance.new("Part")
3511
SpecialMesh472 = Instance.new("SpecialMesh")
3512
Folder473 = Instance.new("Folder")
3513
CFrameValue474 = Instance.new("CFrameValue")
3514
Part475 = Instance.new("Part")
3515
BlockMesh476 = Instance.new("BlockMesh")
3516
Folder477 = Instance.new("Folder")
3517
CFrameValue478 = Instance.new("CFrameValue")
3518
Part479 = Instance.new("Part")
3519
BlockMesh480 = Instance.new("BlockMesh")
3520
Folder481 = Instance.new("Folder")
3521
CFrameValue482 = Instance.new("CFrameValue")
3522
Part483 = Instance.new("Part")
3523
BlockMesh484 = Instance.new("BlockMesh")
3524
Folder485 = Instance.new("Folder")
3525
CFrameValue486 = Instance.new("CFrameValue")
3526
Part487 = Instance.new("Part")
3527
BlockMesh488 = Instance.new("BlockMesh")
3528
Folder489 = Instance.new("Folder")
3529
CFrameValue490 = Instance.new("CFrameValue")
3530
Part491 = Instance.new("Part")
3531
BlockMesh492 = Instance.new("BlockMesh")
3532
Folder493 = Instance.new("Folder")
3533
CFrameValue494 = Instance.new("CFrameValue")
3534
Part495 = Instance.new("Part")
3535
CylinderMesh496 = Instance.new("CylinderMesh")
3536
Folder497 = Instance.new("Folder")
3537
CFrameValue498 = Instance.new("CFrameValue")
3538
Part499 = Instance.new("Part")
3539
SpecialMesh500 = Instance.new("SpecialMesh")
3540
Folder501 = Instance.new("Folder")
3541
CFrameValue502 = Instance.new("CFrameValue")
3542
Part503 = Instance.new("Part")
3543
SpecialMesh504 = Instance.new("SpecialMesh")
3544
Folder505 = Instance.new("Folder")
3545
CFrameValue506 = Instance.new("CFrameValue")
3546
Part507 = Instance.new("Part")
3547
SpecialMesh508 = Instance.new("SpecialMesh")
3548
Folder509 = Instance.new("Folder")
3549
CFrameValue510 = Instance.new("CFrameValue")
3550
Part511 = Instance.new("Part")
3551
SpecialMesh512 = Instance.new("SpecialMesh")
3552
Folder513 = Instance.new("Folder")
3553
CFrameValue514 = Instance.new("CFrameValue")
3554
Part515 = Instance.new("Part")
3555
SpecialMesh516 = Instance.new("SpecialMesh")
3556
Folder517 = Instance.new("Folder")
3557
CFrameValue518 = Instance.new("CFrameValue")
3558
Part519 = Instance.new("Part")
3559
SpecialMesh520 = Instance.new("SpecialMesh")
3560
Folder521 = Instance.new("Folder")
3561
CFrameValue522 = Instance.new("CFrameValue")
3562
Part523 = Instance.new("Part")
3563
SpecialMesh524 = Instance.new("SpecialMesh")
3564
Folder525 = Instance.new("Folder")
3565
CFrameValue526 = Instance.new("CFrameValue")
3566
Part527 = Instance.new("Part")
3567
BlockMesh528 = Instance.new("BlockMesh")
3568
Folder529 = Instance.new("Folder")
3569
CFrameValue530 = Instance.new("CFrameValue")
3570
Part531 = Instance.new("Part")
3571
SpecialMesh532 = Instance.new("SpecialMesh")
3572
Folder533 = Instance.new("Folder")
3573
CFrameValue534 = Instance.new("CFrameValue")
3574
Part535 = Instance.new("Part")
3575
SpecialMesh536 = Instance.new("SpecialMesh")
3576
Folder537 = Instance.new("Folder")
3577
CFrameValue538 = Instance.new("CFrameValue")
3578
Part539 = Instance.new("Part")
3579
SpecialMesh540 = Instance.new("SpecialMesh")
3580
Folder541 = Instance.new("Folder")
3581
CFrameValue542 = Instance.new("CFrameValue")
3582
Part543 = Instance.new("Part")
3583
SpecialMesh544 = Instance.new("SpecialMesh")
3584
Folder545 = Instance.new("Folder")
3585
CFrameValue546 = Instance.new("CFrameValue")
3586
Part547 = Instance.new("Part")
3587
SpecialMesh548 = Instance.new("SpecialMesh")
3588
Folder549 = Instance.new("Folder")
3589
CFrameValue550 = Instance.new("CFrameValue")
3590
Part551 = Instance.new("Part")
3591
SpecialMesh552 = Instance.new("SpecialMesh")
3592
Folder553 = Instance.new("Folder")
3593
CFrameValue554 = Instance.new("CFrameValue")
3594
Part555 = Instance.new("Part")
3595
SpecialMesh556 = Instance.new("SpecialMesh")
3596
Folder557 = Instance.new("Folder")
3597
CFrameValue558 = Instance.new("CFrameValue")
3598
Part559 = Instance.new("Part")
3599
SpecialMesh560 = Instance.new("SpecialMesh")
3600
Folder561 = Instance.new("Folder")
3601
CFrameValue562 = Instance.new("CFrameValue")
3602
Part563 = Instance.new("Part")
3603
SpecialMesh564 = Instance.new("SpecialMesh")
3604
Folder565 = Instance.new("Folder")
3605
CFrameValue566 = Instance.new("CFrameValue")
3606
Part567 = Instance.new("Part")
3607
SpecialMesh568 = Instance.new("SpecialMesh")
3608
Folder569 = Instance.new("Folder")
3609
CFrameValue570 = Instance.new("CFrameValue")
3610
Part571 = Instance.new("Part")
3611
SpecialMesh572 = Instance.new("SpecialMesh")
3612
Folder573 = Instance.new("Folder")
3613
CFrameValue574 = Instance.new("CFrameValue")
3614
Part575 = Instance.new("Part")
3615
SpecialMesh576 = Instance.new("SpecialMesh")
3616
Folder577 = Instance.new("Folder")
3617
CFrameValue578 = Instance.new("CFrameValue")
3618
Part579 = Instance.new("Part")
3619
SpecialMesh580 = Instance.new("SpecialMesh")
3620
Folder581 = Instance.new("Folder")
3621
CFrameValue582 = Instance.new("CFrameValue")
3622
Part583 = Instance.new("Part")
3623
SpecialMesh584 = Instance.new("SpecialMesh")
3624
Folder585 = Instance.new("Folder")
3625
CFrameValue586 = Instance.new("CFrameValue")
3626
Part587 = Instance.new("Part")
3627
SpecialMesh588 = Instance.new("SpecialMesh")
3628
Folder589 = Instance.new("Folder")
3629
CFrameValue590 = Instance.new("CFrameValue")
3630
Part591 = Instance.new("Part")
3631
SpecialMesh592 = Instance.new("SpecialMesh")
3632
Folder593 = Instance.new("Folder")
3633
CFrameValue594 = Instance.new("CFrameValue")
3634
Part595 = Instance.new("Part")
3635
SpecialMesh596 = Instance.new("SpecialMesh")
3636
Folder597 = Instance.new("Folder")
3637
CFrameValue598 = Instance.new("CFrameValue")
3638
Part599 = Instance.new("Part")
3639
SpecialMesh600 = Instance.new("SpecialMesh")
3640
Folder601 = Instance.new("Folder")
3641
CFrameValue602 = Instance.new("CFrameValue")
3642
Part603 = Instance.new("Part")
3643
SpecialMesh604 = Instance.new("SpecialMesh")
3644
Folder605 = Instance.new("Folder")
3645
CFrameValue606 = Instance.new("CFrameValue")
3646
Model0.Name = "Dragonslayer"
3647
Model0.Parent = mas
3648
Part1.Parent = Model0
3649
Part1.BrickColor = BrickColor.new("Neon orange")
3650
Part1.Transparency = 1
3651
Part1.Name="Hitbox"
3652
Part1.Rotation = Vector3.new(65.909996, 88.9599991, 112.049995)
3653
Part1.Size = Vector3.new(9.99028492, 0.586256504, 2.02198696)
3654
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)
3655
Part1.BottomSurface = Enum.SurfaceType.Smooth
3656
Part1.TopSurface = Enum.SurfaceType.Smooth
3657
Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
3658
Part1.Position = Vector3.new(46.152916, 0.680819869, 143.12352)
3659
Part1.Orientation = Vector3.new(0.969999969, 89.5599976, 177.949997)
3660
Part1.Color = Color3.new(0.835294, 0.45098, 0.239216)
3661
Folder2.Name = "CFrames"
3662
Folder2.Parent = Part1
3663
CFrameValue3.Name = "C0"
3664
CFrameValue3.Parent = Folder2
3665
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)
3666
Part4.Parent = Model0
3667
Part4.Material = Enum.Material.Metal
3668
Part4.BrickColor = BrickColor.new("Black")
3669
Part4.Rotation = Vector3.new(-1.76999998, 14.9200001, 88.9799957)
3670
Part4.Anchored = true
3671
Part4.FormFactor = Enum.FormFactor.Custom
3672
Part4.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3673
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)
3674
Part4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3675
Part4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3676
Part4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3677
Part4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3678
Part4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3679
Part4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3680
Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
3681
Part4.Position = Vector3.new(45.4615707, 0.541190863, 138.380356)
3682
Part4.Orientation = Vector3.new(-1.71999991, 14.9200001, 88.5199966)
3683
Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
3684
BlockMesh5.Parent = Part4
3685
BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
3686
BlockMesh5.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
3687
Folder6.Name = "CFrames"
3688
Folder6.Parent = Part4
3689
CFrameValue7.Name = "C0"
3690
CFrameValue7.Parent = Folder6
3691
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)
3692
Part8.Parent = Model0
3693
Part8.Material = Enum.Material.Metal
3694
Part8.BrickColor = BrickColor.new("Black")
3695
Part8.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
3696
Part8.Anchored = true
3697
Part8.FormFactor = Enum.FormFactor.Custom
3698
Part8.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3699
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)
3700
Part8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3701
Part8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3702
Part8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3703
Part8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3704
Part8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3705
Part8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3706
Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
3707
Part8.Position = Vector3.new(45.9089241, 0.536310315, 138.339294)
3708
Part8.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
3709
Part8.Color = Color3.new(0.105882, 0.164706, 0.207843)
3710
BlockMesh9.Parent = Part8
3711
BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3712
BlockMesh9.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3713
Folder10.Name = "CFrames"
3714
Folder10.Parent = Part8
3715
CFrameValue11.Name = "C0"
3716
CFrameValue11.Parent = Folder10
3717
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)
3718
Part12.Parent = Model0
3719
Part12.Material = Enum.Material.Metal
3720
Part12.BrickColor = BrickColor.new("Black")
3721
Part12.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
3722
Part12.Anchored = true
3723
Part12.FormFactor = Enum.FormFactor.Custom
3724
Part12.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3725
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)
3726
Part12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3727
Part12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3728
Part12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3729
Part12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3730
Part12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3731
Part12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3732
Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
3733
Part12.Position = Vector3.new(45.879921, 0.534309208, 138.269043)
3734
Part12.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
3735
Part12.Color = Color3.new(0.105882, 0.164706, 0.207843)
3736
BlockMesh13.Parent = Part12
3737
BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3738
BlockMesh13.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3739
Folder14.Name = "CFrames"
3740
Folder14.Parent = Part12
3741
CFrameValue15.Name = "C0"
3742
CFrameValue15.Parent = Folder14
3743
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)
3744
Part16.Parent = Model0
3745
Part16.Material = Enum.Material.Metal
3746
Part16.Rotation = Vector3.new(87.9599991, -0.98999995, 90.0799942)
3747
Part16.Anchored = true
3748
Part16.FormFactor = Enum.FormFactor.Custom
3749
Part16.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3750
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)
3751
Part16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3752
Part16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3753
Part16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3754
Part16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3755
Part16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3756
Part16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3757
Part16.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
3758
Part16.Orientation = Vector3.new(87.7299957, -25.9200001, 64.1800003)
3759
SpecialMesh17.Parent = Part16
3760
SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
3761
SpecialMesh17.MeshType = Enum.MeshType.Wedge
3762
SpecialMesh17.Scale = Vector3.new(0, 1, 0.210884899)
3763
Folder18.Name = "CFrames"
3764
Folder18.Parent = Part16
3765
CFrameValue19.Name = "C0"
3766
CFrameValue19.Parent = Folder18
3767
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)
3768
Part20.Parent = Model0
3769
Part20.Material = Enum.Material.Metal
3770
Part20.BrickColor = BrickColor.new("Black")
3771
Part20.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
3772
Part20.Anchored = true
3773
Part20.FormFactor = Enum.FormFactor.Custom
3774
Part20.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3775
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)
3776
Part20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3777
Part20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3778
Part20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3779
Part20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3780
Part20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3781
Part20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3782
Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
3783
Part20.Position = Vector3.new(46.1590576, 0.400805384, 138.332535)
3784
Part20.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
3785
Part20.Color = Color3.new(0.105882, 0.164706, 0.207843)
3786
SpecialMesh21.Parent = Part20
3787
SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
3788
SpecialMesh21.MeshType = Enum.MeshType.Sphere
3789
SpecialMesh21.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
3790
Folder22.Name = "CFrames"
3791
Folder22.Parent = Part20
3792
CFrameValue23.Name = "C0"
3793
CFrameValue23.Parent = Folder22
3794
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)
3795
Part24.Parent = Model0
3796
Part24.Material = Enum.Material.Metal
3797
Part24.Rotation = Vector3.new(-92.0400009, 0.98999995, 89.9199982)
3798
Part24.Anchored = true
3799
Part24.FormFactor = Enum.FormFactor.Custom
3800
Part24.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3801
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)
3802
Part24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3803
Part24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3804
Part24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3805
Part24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3806
Part24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3807
Part24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3808
Part24.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
3809
Part24.Orientation = Vector3.new(-87.7299957, 154.080002, -64.1800003)
3810
SpecialMesh25.Parent = Part24
3811
SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
3812
SpecialMesh25.MeshType = Enum.MeshType.Wedge
3813
SpecialMesh25.Scale = Vector3.new(0, 1, 0.210884377)
3814
Folder26.Name = "CFrames"
3815
Folder26.Parent = Part24
3816
CFrameValue27.Name = "C0"
3817
CFrameValue27.Parent = Folder26
3818
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)
3819
Part28.Parent = Model0
3820
Part28.Material = Enum.Material.Metal
3821
Part28.Rotation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
3822
Part28.Anchored = true
3823
Part28.FormFactor = Enum.FormFactor.Custom
3824
Part28.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
3825
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)
3826
Part28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3827
Part28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3828
Part28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3829
Part28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3830
Part28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3831
Part28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3832
Part28.Position = Vector3.new(45.3964386, 0.566734254, 138.1875)
3833
Part28.Orientation = Vector3.new(-1.61000001, -0.0299999993, 98.7799988)
3834
SpecialMesh29.Parent = Part28
3835
SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
3836
SpecialMesh29.MeshType = Enum.MeshType.Wedge
3837
SpecialMesh29.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
3838
Folder30.Name = "CFrames"
3839
Folder30.Parent = Part28
3840
CFrameValue31.Name = "C0"
3841
CFrameValue31.Parent = Folder30
3842
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)
3843
Part32.Parent = Model0
3844
Part32.Material = Enum.Material.Metal
3845
Part32.BrickColor = BrickColor.new("Black")
3846
Part32.Rotation = Vector3.new(178.220001, -14.9200001, 91.0199966)
3847
Part32.Anchored = true
3848
Part32.FormFactor = Enum.FormFactor.Custom
3849
Part32.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
3850
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)
3851
Part32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3852
Part32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3853
Part32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3854
Part32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3855
Part32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3856
Part32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3857
Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
3858
Part32.Position = Vector3.new(45.8218689, 0.537801385, 138.338898)
3859
Part32.Orientation = Vector3.new(1.71999991, -165.080002, -88.5199966)
3860
Part32.Color = Color3.new(0.105882, 0.164706, 0.207843)
3861
BlockMesh33.Parent = Part32
3862
BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
3863
BlockMesh33.Scale = Vector3.new(0.598639786, 1, 0.544217765)
3864
Folder34.Name = "CFrames"
3865
Folder34.Parent = Part32
3866
CFrameValue35.Name = "C0"
3867
CFrameValue35.Parent = Folder34
3868
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)
3869
Part36.Parent = Model0
3870
Part36.Material = Enum.Material.Metal
3871
Part36.BrickColor = BrickColor.new("Black")
3872
Part36.Rotation = Vector3.new(-2.45000005, -22.4799995, -91.0699997)
3873
Part36.Anchored = true
3874
Part36.FormFactor = Enum.FormFactor.Custom
3875
Part36.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3876
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)
3877
Part36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3878
Part36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3879
Part36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3880
Part36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3881
Part36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3882
Part36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3883
Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
3884
Part36.Position = Vector3.new(46.8319168, 0.52085346, 138.473663)
3885
Part36.Orientation = Vector3.new(-2.25999999, -22.5, -90.1299973)
3886
Part36.Color = Color3.new(0.105882, 0.164706, 0.207843)
3887
BlockMesh37.Parent = Part36
3888
BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
3889
BlockMesh37.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
3890
Folder38.Name = "CFrames"
3891
Folder38.Parent = Part36
3892
CFrameValue39.Name = "C0"
3893
CFrameValue39.Parent = Folder38
3894
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)
3895
Part40.Parent = Model0
3896
Part40.Material = Enum.Material.Metal
3897
Part40.Rotation = Vector3.new(-92.0400009, 0.98999995, -90.0799942)
3898
Part40.Anchored = true
3899
Part40.FormFactor = Enum.FormFactor.Custom
3900
Part40.Size = Vector3.new(0.316868067, 0.388001561, 0.316868067)
3901
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)
3902
Part40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3903
Part40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3904
Part40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3905
Part40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3906
Part40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3907
Part40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3908
Part40.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
3909
Part40.Orientation = Vector3.new(-87.7299957, 154.080002, 115.82)
3910
SpecialMesh41.Parent = Part40
3911
SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
3912
SpecialMesh41.MeshType = Enum.MeshType.Wedge
3913
SpecialMesh41.Scale = Vector3.new(0, 1, 0.210884899)
3914
Folder42.Name = "CFrames"
3915
Folder42.Parent = Part40
3916
CFrameValue43.Name = "C0"
3917
CFrameValue43.Parent = Folder42
3918
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)
3919
Part44.Parent = Model0
3920
Part44.Material = Enum.Material.Metal
3921
Part44.BrickColor = BrickColor.new("Black")
3922
Part44.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
3923
Part44.Anchored = true
3924
Part44.FormFactor = Enum.FormFactor.Custom
3925
Part44.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3926
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)
3927
Part44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3928
Part44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3929
Part44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3930
Part44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3931
Part44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3932
Part44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3933
Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
3934
Part44.Position = Vector3.new(46.4131393, 0.52765429, 138.340347)
3935
Part44.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
3936
Part44.Color = Color3.new(0.105882, 0.164706, 0.207843)
3937
BlockMesh45.Parent = Part44
3938
BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3939
BlockMesh45.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3940
Folder46.Name = "CFrames"
3941
Folder46.Parent = Part44
3942
CFrameValue47.Name = "C0"
3943
CFrameValue47.Parent = Folder46
3944
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)
3945
Part48.Parent = Model0
3946
Part48.Material = Enum.Material.Metal
3947
Part48.BrickColor = BrickColor.new("Black")
3948
Part48.Rotation = Vector3.new(-2.16999984, -7.57999992, -91)
3949
Part48.Anchored = true
3950
Part48.FormFactor = Enum.FormFactor.Custom
3951
Part48.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
3952
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)
3953
Part48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3954
Part48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3955
Part48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3956
Part48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3957
Part48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3958
Part48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3959
Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
3960
Part48.Position = Vector3.new(46.8812485, 0.513454318, 138.290588)
3961
Part48.Orientation = Vector3.new(-2.14999986, -7.58999968, -90.7099991)
3962
Part48.Color = Color3.new(0.105882, 0.164706, 0.207843)
3963
BlockMesh49.Parent = Part48
3964
BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
3965
BlockMesh49.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
3966
Folder50.Name = "CFrames"
3967
Folder50.Parent = Part48
3968
CFrameValue51.Name = "C0"
3969
CFrameValue51.Parent = Folder50
3970
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)
3971
Part52.Parent = Model0
3972
Part52.Material = Enum.Material.Metal
3973
Part52.BrickColor = BrickColor.new("Black")
3974
Part52.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
3975
Part52.Anchored = true
3976
Part52.FormFactor = Enum.FormFactor.Custom
3977
Part52.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
3978
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)
3979
Part52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3980
Part52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3981
Part52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3982
Part52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3983
Part52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3984
Part52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3985
Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
3986
Part52.Position = Vector3.new(46.442524, 0.524629951, 138.26973)
3987
Part52.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
3988
Part52.Color = Color3.new(0.105882, 0.164706, 0.207843)
3989
BlockMesh53.Parent = Part52
3990
BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3991
BlockMesh53.Scale = Vector3.new(0.761905074, 1, 0.4353742)
3992
Folder54.Name = "CFrames"
3993
Folder54.Parent = Part52
3994
CFrameValue55.Name = "C0"
3995
CFrameValue55.Parent = Folder54
3996
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)
3997
Part56.Parent = Model0
3998
Part56.Material = Enum.Material.Metal
3999
Part56.BrickColor = BrickColor.new("Black")
4000
Part56.Rotation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
4001
Part56.Anchored = true
4002
Part56.FormFactor = Enum.FormFactor.Custom
4003
Part56.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4004
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)
4005
Part56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4006
Part56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4007
Part56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4008
Part56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4009
Part56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4010
Part56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4011
Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
4012
Part56.Position = Vector3.new(46.8856125, 0.510238409, 138.202408)
4013
Part56.Orientation = Vector3.new(-2.03999996, -0.0799999982, -90.9899979)
4014
Part56.Color = Color3.new(0.105882, 0.164706, 0.207843)
4015
BlockMesh57.Parent = Part56
4016
BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
4017
BlockMesh57.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
4018
Folder58.Name = "CFrames"
4019
Folder58.Parent = Part56
4020
CFrameValue59.Name = "C0"
4021
CFrameValue59.Parent = Folder58
4022
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)
4023
Part60.Parent = Model0
4024
Part60.Material = Enum.Material.Metal
4025
Part60.Rotation = Vector3.new(-2.47000003, -0.129999995, -81.2200012)
4026
Part60.Anchored = true
4027
Part60.FormFactor = Enum.FormFactor.Custom
4028
Part60.Size = Vector3.new(0.316868067, 0.393713713, 0.316868067)
4029
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)
4030
Part60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4031
Part60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4032
Part60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4033
Part60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4034
Part60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4035
Part60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4036
Part60.Position = Vector3.new(46.9470978, 0.473334581, 138.192978)
4037
Part60.Orientation = Vector3.new(-2.47000003, -0.129999995, -81.2099991)
4038
SpecialMesh61.Parent = Part60
4039
SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
4040
SpecialMesh61.MeshType = Enum.MeshType.Wedge
4041
SpecialMesh61.Scale = Vector3.new(0.0544217676, 1, 0.0272108838)
4042
Folder62.Name = "CFrames"
4043
Folder62.Parent = Part60
4044
CFrameValue63.Name = "C0"
4045
CFrameValue63.Parent = Folder62
4046
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)
4047
Part64.Parent = Model0
4048
Part64.Material = Enum.Material.Metal
4049
Part64.BrickColor = BrickColor.new("Black")
4050
Part64.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
4051
Part64.Anchored = true
4052
Part64.FormFactor = Enum.FormFactor.Custom
4053
Part64.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4054
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)
4055
Part64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4056
Part64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4057
Part64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4058
Part64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4059
Part64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4060
Part64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4061
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
4062
Part64.Position = Vector3.new(46.8607559, 0.517109334, 138.382797)
4063
Part64.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
4064
Part64.Color = Color3.new(0.105882, 0.164706, 0.207843)
4065
BlockMesh65.Parent = Part64
4066
BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4067
BlockMesh65.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4068
Folder66.Name = "CFrames"
4069
Folder66.Parent = Part64
4070
CFrameValue67.Name = "C0"
4071
CFrameValue67.Parent = Folder66
4072
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)
4073
Part68.Parent = Model0
4074
Part68.Material = Enum.Material.Metal
4075
Part68.BrickColor = BrickColor.new("Black")
4076
Part68.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4077
Part68.Anchored = true
4078
Part68.FormFactor = Enum.FormFactor.Custom
4079
Part68.Size = Vector3.new(0.316868067, 1.30239236, 0.316868067)
4080
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)
4081
Part68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4082
Part68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4083
Part68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4084
Part68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4085
Part68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4086
Part68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4087
Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
4088
Part68.Position = Vector3.new(46.1590652, 0.528966904, 138.254639)
4089
Part68.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4090
Part68.Color = Color3.new(0.105882, 0.164706, 0.207843)
4091
BlockMesh69.Parent = Part68
4092
BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
4093
BlockMesh69.Scale = Vector3.new(0.598639786, 1, 0.503401339)
4094
Folder70.Name = "CFrames"
4095
Folder70.Parent = Part68
4096
CFrameValue71.Name = "C0"
4097
CFrameValue71.Parent = Folder70
4098
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)
4099
Part72.Parent = Model0
4100
Part72.Material = Enum.Material.Metal
4101
Part72.BrickColor = BrickColor.new("Black")
4102
Part72.Rotation = Vector3.new(83.2599945, 89.0400009, 4.69999981)
4103
Part72.Anchored = true
4104
Part72.FormFactor = Enum.FormFactor.Custom
4105
Part72.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4106
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)
4107
Part72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4108
Part72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4109
Part72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4110
Part72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4111
Part72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4112
Part72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4113
Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
4114
Part72.Position = Vector3.new(46.5129929, 0.523137689, 138.141037)
4115
Part72.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
4116
Part72.Color = Color3.new(0.105882, 0.164706, 0.207843)
4117
CylinderMesh73.Parent = Part72
4118
CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
4119
CylinderMesh73.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
4120
Folder74.Name = "CFrames"
4121
Folder74.Parent = Part72
4122
CFrameValue75.Name = "C0"
4123
CFrameValue75.Parent = Folder74
4124
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)
4125
Part76.Parent = Model0
4126
Part76.Material = Enum.Material.Metal
4127
Part76.BrickColor = BrickColor.new("Black")
4128
Part76.Rotation = Vector3.new(-2.30999994, -15.0799999, -91.0199966)
4129
Part76.Anchored = true
4130
Part76.FormFactor = Enum.FormFactor.Custom
4131
Part76.Size = Vector3.new(0.316868067, 0.474224269, 0.316868067)
4132
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)
4133
Part76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4134
Part76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4135
Part76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4136
Part76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4137
Part76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4138
Part76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4139
Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
4140
Part76.Position = Vector3.new(46.5676727, 0.524331987, 138.322266)
4141
Part76.Orientation = Vector3.new(-2.23000002, -15.0899992, -90.4199982)
4142
Part76.Color = Color3.new(0.105882, 0.164706, 0.207843)
4143
BlockMesh77.Parent = Part76
4144
BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
4145
BlockMesh77.Scale = Vector3.new(0.598639786, 1, 0.544217765)
4146
Folder78.Name = "CFrames"
4147
Folder78.Parent = Part76
4148
CFrameValue79.Name = "C0"
4149
CFrameValue79.Parent = Folder78
4150
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)
4151
Part80.Parent = Model0
4152
Part80.Material = Enum.Material.Metal
4153
Part80.BrickColor = BrickColor.new("Black")
4154
Part80.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
4155
Part80.Anchored = true
4156
Part80.FormFactor = Enum.FormFactor.Custom
4157
Part80.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4158
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)
4159
Part80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4160
Part80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4161
Part80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4162
Part80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4163
Part80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4164
Part80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4165
Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
4166
Part80.Position = Vector3.new(46.7879295, 0.524601758, 138.557755)
4167
Part80.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
4168
Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
4169
BlockMesh81.Parent = Part80
4170
BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4171
BlockMesh81.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
4172
Folder82.Name = "CFrames"
4173
Folder82.Parent = Part80
4174
CFrameValue83.Name = "C0"
4175
CFrameValue83.Parent = Folder82
4176
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)
4177
Part84.Parent = Model0
4178
Part84.Material = Enum.Material.Metal
4179
Part84.BrickColor = BrickColor.new("Black")
4180
Part84.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4181
Part84.Anchored = true
4182
Part84.FormFactor = Enum.FormFactor.Custom
4183
Part84.Size = Vector3.new(0.316868067, 1.04803562, 0.316868067)
4184
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)
4185
Part84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4186
Part84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4187
Part84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4188
Part84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4189
Part84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4190
Part84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4191
Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
4192
Part84.Position = Vector3.new(46.1612854, 0.527014971, 138.20079)
4193
Part84.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4194
Part84.Color = Color3.new(0.105882, 0.164706, 0.207843)
4195
BlockMesh85.Parent = Part84
4196
BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
4197
BlockMesh85.Scale = Vector3.new(0.761905074, 1, 0.394557834)
4198
Folder86.Name = "CFrames"
4199
Folder86.Parent = Part84
4200
CFrameValue87.Name = "C0"
4201
CFrameValue87.Parent = Folder86
4202
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)
4203
Part88.Parent = Model0
4204
Part88.Material = Enum.Material.Metal
4205
Part88.BrickColor = BrickColor.new("Dark stone grey")
4206
Part88.Reflectance = 0.10000000149012
4207
Part88.Rotation = Vector3.new(87.9599991, -0.98999995, 0.0799999982)
4208
Part88.Anchored = true
4209
Part88.FormFactor = Enum.FormFactor.Custom
4210
Part88.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
4211
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)
4212
Part88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4213
Part88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4214
Part88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4215
Part88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4216
Part88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4217
Part88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4218
Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
4219
Part88.Position = Vector3.new(46.1677742, 0.598572016, 135.732925)
4220
Part88.Orientation = Vector3.new(87.7299957, -25.9200001, -25.8199997)
4221
Part88.Color = Color3.new(0.388235, 0.372549, 0.384314)
4222
SpecialMesh89.Parent = Part88
4223
SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
4224
SpecialMesh89.MeshType = Enum.MeshType.Wedge
4225
SpecialMesh89.Scale = Vector3.new(0.802721381, 1, 0.244898811)
4226
Folder90.Name = "CFrames"
4227
Folder90.Parent = Part88
4228
CFrameValue91.Name = "C0"
4229
CFrameValue91.Parent = Folder90
4230
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)
4231
Part92.Name = "Handle"
4232
Part92.Parent = Model0
4233
Part92.Material = Enum.Material.SmoothPlastic
4234
Part92.BrickColor = BrickColor.new("Lily white")
4235
Part92.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
4236
Part92.Anchored = true
4237
Part92.FormFactor = Enum.FormFactor.Custom
4238
Part92.Size = Vector3.new(0.316868067, 2.25040984, 0.316868067)
4239
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)
4240
Part92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4241
Part92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4242
Part92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4243
Part92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4244
Part92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4245
Part92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4246
Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
4247
Part92.Position = Vector3.new(46.1631737, 0.485365003, 137.031067)
4248
Part92.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
4249
Part92.Color = Color3.new(0.945098, 0.945098, 0.905882)
4250
CylinderMesh93.Parent = Part92
4251
CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
4252
CylinderMesh93.Scale = Vector3.new(0.761905074, 1, 0.639455855)
4253
Motor94.Parent = Part92
4254
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)
4255
Motor94.Part0 = Part92
4256
Motor94.Part1 = Part1
4257
Motor95.Parent = Part92
4258
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)
4259
Motor95.Part0 = Part92
4260
Motor95.Part1 = Part4
4261
Motor96.Parent = Part92
4262
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)
4263
Motor96.Part0 = Part92
4264
Motor96.Part1 = Part8
4265
Motor97.Parent = Part92
4266
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)
4267
Motor97.Part0 = Part92
4268
Motor97.Part1 = Part12
4269
Motor98.Parent = Part92
4270
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)
4271
Motor98.Part0 = Part92
4272
Motor98.Part1 = Part16
4273
Motor99.Parent = Part92
4274
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)
4275
Motor99.Part0 = Part92
4276
Motor99.Part1 = Part20
4277
Motor100.Parent = Part92
4278
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)
4279
Motor100.Part0 = Part92
4280
Motor100.Part1 = Part24
4281
Motor101.Parent = Part92
4282
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)
4283
Motor101.Part0 = Part92
4284
Motor101.Part1 = Part28
4285
Motor102.Parent = Part92
4286
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)
4287
Motor102.Part0 = Part92
4288
Motor102.Part1 = Part32
4289
Motor103.Parent = Part92
4290
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)
4291
Motor103.Part0 = Part92
4292
Motor103.Part1 = Part36
4293
Motor104.Parent = Part92
4294
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)
4295
Motor104.Part0 = Part92
4296
Motor104.Part1 = Part40
4297
Motor105.Parent = Part92
4298
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)
4299
Motor105.Part0 = Part92
4300
Motor105.Part1 = Part44
4301
Motor106.Parent = Part92
4302
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)
4303
Motor106.Part0 = Part92
4304
Motor106.Part1 = Part48
4305
Motor107.Parent = Part92
4306
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)
4307
Motor107.Part0 = Part92
4308
Motor107.Part1 = Part52
4309
Motor108.Parent = Part92
4310
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)
4311
Motor108.Part0 = Part92
4312
Motor108.Part1 = Part56
4313
Motor109.Parent = Part92
4314
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)
4315
Motor109.Part0 = Part92
4316
Motor109.Part1 = Part60
4317
Motor110.Parent = Part92
4318
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)
4319
Motor110.Part0 = Part92
4320
Motor110.Part1 = Part64
4321
Motor111.Parent = Part92
4322
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)
4323
Motor111.Part0 = Part92
4324
Motor111.Part1 = Part68
4325
Motor112.Parent = Part92
4326
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)
4327
Motor112.Part0 = Part92
4328
Motor112.Part1 = Part72
4329
Motor113.Parent = Part92
4330
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)
4331
Motor113.Part0 = Part92
4332
Motor113.Part1 = Part76
4333
Motor114.Parent = Part92
4334
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)
4335
Motor114.Part0 = Part92
4336
Motor114.Part1 = Part80
4337
Motor115.Parent = Part92
4338
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)
4339
Motor115.Part0 = Part92
4340
Motor115.Part1 = Part84
4341
Motor116.Parent = Part92
4342
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)
4343
Motor116.Part0 = Part92
4344
Motor116.Part1 = Part88
4345
Folder117.Name = "CFrames"
4346
Folder117.Parent = Part92
4347
CFrameValue118.Name = "C0"
4348
CFrameValue118.Parent = Folder117
4349
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)
4350
Motor119.Parent = Part92
4351
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)
4352
Motor119.Part0 = Part92
4353
Motor119.Part1 = Part92
4354
Motor120.Parent = Part92
4355
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)
4356
Motor120.Part0 = Part92
4357
Motor120.Part1 = Part217
4358
Motor121.Parent = Part92
4359
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)
4360
Motor121.Part0 = Part92
4361
Motor121.Part1 = Part221
4362
Motor122.Parent = Part92
4363
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)
4364
Motor122.Part0 = Part92
4365
Motor122.Part1 = Part226
4366
Motor123.Parent = Part92
4367
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)
4368
Motor123.Part0 = Part92
4369
Motor123.Part1 = Part230
4370
Motor124.Parent = Part92
4371
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)
4372
Motor124.Part0 = Part92
4373
Motor124.Part1 = Part234
4374
Motor125.Parent = Part92
4375
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)
4376
Motor125.Part0 = Part92
4377
Motor125.Part1 = Part238
4378
Motor126.Parent = Part92
4379
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)
4380
Motor126.Part0 = Part92
4381
Motor126.Part1 = Part242
4382
Motor127.Parent = Part92
4383
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)
4384
Motor127.Part0 = Part92
4385
Motor127.Part1 = Part246
4386
Motor128.Parent = Part92
4387
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)
4388
Motor128.Part0 = Part92
4389
Motor128.Part1 = Part250
4390
Motor129.Parent = Part92
4391
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)
4392
Motor129.Part0 = Part92
4393
Motor129.Part1 = Part254
4394
Motor130.Parent = Part92
4395
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)
4396
Motor130.Part0 = Part92
4397
Motor130.Part1 = Part258
4398
Motor131.Parent = Part92
4399
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)
4400
Motor131.Part0 = Part92
4401
Motor131.Part1 = Part262
4402
Motor132.Parent = Part92
4403
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)
4404
Motor132.Part0 = Part92
4405
Motor132.Part1 = Part266
4406
Motor133.Parent = Part92
4407
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)
4408
Motor133.Part0 = Part92
4409
Motor133.Part1 = Part270
4410
Motor134.Parent = Part92
4411
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)
4412
Motor134.Part0 = Part92
4413
Motor134.Part1 = Part274
4414
Motor135.Parent = Part92
4415
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)
4416
Motor135.Part0 = Part92
4417
Motor135.Part1 = Part278
4418
Motor136.Parent = Part92
4419
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)
4420
Motor136.Part0 = Part92
4421
Motor136.Part1 = Part282
4422
Motor137.Parent = Part92
4423
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)
4424
Motor137.Part0 = Part92
4425
Motor137.Part1 = Part286
4426
Motor138.Parent = Part92
4427
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)
4428
Motor138.Part0 = Part92
4429
Motor138.Part1 = Part290
4430
Motor139.Parent = Part92
4431
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)
4432
Motor139.Part0 = Part92
4433
Motor139.Part1 = Part294
4434
Motor140.Parent = Part92
4435
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)
4436
Motor140.Part0 = Part92
4437
Motor140.Part1 = Part298
4438
Motor141.Parent = Part92
4439
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)
4440
Motor141.Part0 = Part92
4441
Motor141.Part1 = Part302
4442
Motor142.Parent = Part92
4443
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)
4444
Motor142.Part0 = Part92
4445
Motor142.Part1 = Part306
4446
Motor143.Parent = Part92
4447
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)
4448
Motor143.Part0 = Part92
4449
Motor143.Part1 = Part310
4450
Motor144.Parent = Part92
4451
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)
4452
Motor144.Part0 = Part92
4453
Motor144.Part1 = Part314
4454
Motor145.Parent = Part92
4455
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)
4456
Motor145.Part0 = Part92
4457
Motor145.Part1 = Part318
4458
Motor146.Parent = Part92
4459
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)
4460
Motor146.Part0 = Part92
4461
Motor146.Part1 = Part322
4462
Motor147.Parent = Part92
4463
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)
4464
Motor147.Part0 = Part92
4465
Motor147.Part1 = Part326
4466
Motor148.Parent = Part92
4467
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)
4468
Motor148.Part0 = Part92
4469
Motor148.Part1 = Part330
4470
Motor149.Parent = Part92
4471
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)
4472
Motor149.Part0 = Part92
4473
Motor149.Part1 = Part334
4474
Motor150.Parent = Part92
4475
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)
4476
Motor150.Part0 = Part92
4477
Motor150.Part1 = Part338
4478
Motor151.Parent = Part92
4479
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)
4480
Motor151.Part0 = Part92
4481
Motor151.Part1 = Part342
4482
Motor152.Parent = Part92
4483
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)
4484
Motor152.Part0 = Part92
4485
Motor152.Part1 = Part346
4486
Motor153.Parent = Part92
4487
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)
4488
Motor153.Part0 = Part92
4489
Motor153.Part1 = Part350
4490
Motor154.Parent = Part92
4491
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)
4492
Motor154.Part0 = Part92
4493
Motor154.Part1 = Part354
4494
Motor155.Parent = Part92
4495
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)
4496
Motor155.Part0 = Part92
4497
Motor155.Part1 = Part358
4498
Motor156.Parent = Part92
4499
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)
4500
Motor156.Part0 = Part92
4501
Motor156.Part1 = Part362
4502
Motor157.Parent = Part92
4503
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)
4504
Motor157.Part0 = Part92
4505
Motor157.Part1 = Part366
4506
Motor158.Parent = Part92
4507
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)
4508
Motor158.Part0 = Part92
4509
Motor158.Part1 = Part370
4510
Motor159.Parent = Part92
4511
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)
4512
Motor159.Part0 = Part92
4513
Motor159.Part1 = Part374
4514
Motor160.Parent = Part92
4515
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)
4516
Motor160.Part0 = Part92
4517
Motor160.Part1 = Part378
4518
Motor161.Parent = Part92
4519
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)
4520
Motor161.Part0 = Part92
4521
Motor161.Part1 = Part383
4522
Motor162.Parent = Part92
4523
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)
4524
Motor162.Part0 = Part92
4525
Motor162.Part1 = Part387
4526
Motor163.Parent = Part92
4527
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)
4528
Motor163.Part0 = Part92
4529
Motor163.Part1 = Part391
4530
Motor164.Parent = Part92
4531
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)
4532
Motor164.Part0 = Part92
4533
Motor164.Part1 = Part395
4534
Motor165.Parent = Part92
4535
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)
4536
Motor165.Part0 = Part92
4537
Motor165.Part1 = Part399
4538
Motor166.Parent = Part92
4539
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)
4540
Motor166.Part0 = Part92
4541
Motor166.Part1 = Part403
4542
Motor167.Parent = Part92
4543
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)
4544
Motor167.Part0 = Part92
4545
Motor167.Part1 = Part407
4546
Motor168.Parent = Part92
4547
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)
4548
Motor168.Part0 = Part92
4549
Motor168.Part1 = Part411
4550
Motor169.Parent = Part92
4551
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)
4552
Motor169.Part0 = Part92
4553
Motor169.Part1 = Part415
4554
Motor170.Parent = Part92
4555
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)
4556
Motor170.Part0 = Part92
4557
Motor170.Part1 = Part419
4558
Motor171.Parent = Part92
4559
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)
4560
Motor171.Part0 = Part92
4561
Motor171.Part1 = Part423
4562
Motor172.Parent = Part92
4563
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)
4564
Motor172.Part0 = Part92
4565
Motor172.Part1 = Part427
4566
Motor173.Parent = Part92
4567
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)
4568
Motor173.Part0 = Part92
4569
Motor173.Part1 = Part431
4570
Motor174.Parent = Part92
4571
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)
4572
Motor174.Part0 = Part92
4573
Motor174.Part1 = Part435
4574
Motor175.Parent = Part92
4575
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)
4576
Motor175.Part0 = Part92
4577
Motor175.Part1 = Part439
4578
Motor176.Parent = Part92
4579
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)
4580
Motor176.Part0 = Part92
4581
Motor176.Part1 = Part443
4582
Motor177.Parent = Part92
4583
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)
4584
Motor177.Part0 = Part92
4585
Motor177.Part1 = Part447
4586
Motor178.Parent = Part92
4587
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)
4588
Motor178.Part0 = Part92
4589
Motor178.Part1 = Part451
4590
Motor179.Parent = Part92
4591
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)
4592
Motor179.Part0 = Part92
4593
Motor179.Part1 = Part455
4594
Motor180.Parent = Part92
4595
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)
4596
Motor180.Part0 = Part92
4597
Motor180.Part1 = Part459
4598
Motor181.Parent = Part92
4599
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)
4600
Motor181.Part0 = Part92
4601
Motor181.Part1 = Part463
4602
Motor182.Parent = Part92
4603
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)
4604
Motor182.Part0 = Part92
4605
Motor182.Part1 = Part467
4606
Motor183.Parent = Part92
4607
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)
4608
Motor183.Part0 = Part92
4609
Motor183.Part1 = Part471
4610
Motor184.Parent = Part92
4611
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)
4612
Motor184.Part0 = Part92
4613
Motor184.Part1 = Part475
4614
Motor185.Parent = Part92
4615
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)
4616
Motor185.Part0 = Part92
4617
Motor185.Part1 = Part479
4618
Motor186.Parent = Part92
4619
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)
4620
Motor186.Part0 = Part92
4621
Motor186.Part1 = Part483
4622
Motor187.Parent = Part92
4623
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)
4624
Motor187.Part0 = Part92
4625
Motor187.Part1 = Part487
4626
Motor188.Parent = Part92
4627
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)
4628
Motor188.Part0 = Part92
4629
Motor188.Part1 = Part491
4630
Motor189.Parent = Part92
4631
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)
4632
Motor189.Part0 = Part92
4633
Motor189.Part1 = Part495
4634
Motor190.Parent = Part92
4635
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)
4636
Motor190.Part0 = Part92
4637
Motor190.Part1 = Part499
4638
Motor191.Parent = Part92
4639
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)
4640
Motor191.Part0 = Part92
4641
Motor191.Part1 = Part503
4642
Motor192.Parent = Part92
4643
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)
4644
Motor192.Part0 = Part92
4645
Motor192.Part1 = Part507
4646
Motor193.Parent = Part92
4647
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)
4648
Motor193.Part0 = Part92
4649
Motor193.Part1 = Part511
4650
Motor194.Parent = Part92
4651
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)
4652
Motor194.Part0 = Part92
4653
Motor194.Part1 = Part515
4654
Motor195.Parent = Part92
4655
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)
4656
Motor195.Part0 = Part92
4657
Motor195.Part1 = Part519
4658
Motor196.Parent = Part92
4659
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)
4660
Motor196.Part0 = Part92
4661
Motor196.Part1 = Part523
4662
Motor197.Parent = Part92
4663
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)
4664
Motor197.Part0 = Part92
4665
Motor197.Part1 = Part527
4666
Motor198.Parent = Part92
4667
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)
4668
Motor198.Part0 = Part92
4669
Motor198.Part1 = Part531
4670
Motor199.Parent = Part92
4671
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)
4672
Motor199.Part0 = Part92
4673
Motor199.Part1 = Part535
4674
Motor200.Parent = Part92
4675
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)
4676
Motor200.Part0 = Part92
4677
Motor200.Part1 = Part539
4678
Motor201.Parent = Part92
4679
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)
4680
Motor201.Part0 = Part92
4681
Motor201.Part1 = Part543
4682
Motor202.Parent = Part92
4683
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)
4684
Motor202.Part0 = Part92
4685
Motor202.Part1 = Part547
4686
Motor203.Parent = Part92
4687
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)
4688
Motor203.Part0 = Part92
4689
Motor203.Part1 = Part551
4690
Motor204.Parent = Part92
4691
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)
4692
Motor204.Part0 = Part92
4693
Motor204.Part1 = Part555
4694
Motor205.Parent = Part92
4695
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)
4696
Motor205.Part0 = Part92
4697
Motor205.Part1 = Part559
4698
Motor206.Parent = Part92
4699
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)
4700
Motor206.Part0 = Part92
4701
Motor206.Part1 = Part563
4702
Motor207.Parent = Part92
4703
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)
4704
Motor207.Part0 = Part92
4705
Motor207.Part1 = Part567
4706
Motor208.Parent = Part92
4707
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)
4708
Motor208.Part0 = Part92
4709
Motor208.Part1 = Part571
4710
Motor209.Parent = Part92
4711
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)
4712
Motor209.Part0 = Part92
4713
Motor209.Part1 = Part575
4714
Motor210.Parent = Part92
4715
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)
4716
Motor210.Part0 = Part92
4717
Motor210.Part1 = Part579
4718
Motor211.Parent = Part92
4719
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)
4720
Motor211.Part0 = Part92
4721
Motor211.Part1 = Part583
4722
Motor212.Parent = Part92
4723
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)
4724
Motor212.Part0 = Part92
4725
Motor212.Part1 = Part587
4726
Motor213.Parent = Part92
4727
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)
4728
Motor213.Part0 = Part92
4729
Motor213.Part1 = Part591
4730
Motor214.Parent = Part92
4731
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)
4732
Motor214.Part0 = Part92
4733
Motor214.Part1 = Part595
4734
Motor215.Parent = Part92
4735
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)
4736
Motor215.Part0 = Part92
4737
Motor215.Part1 = Part599
4738
Motor216.Parent = Part92
4739
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)
4740
Motor216.Part0 = Part92
4741
Motor216.Part1 = Part603
4742
Part217.Parent = Model0
4743
Part217.Material = Enum.Material.Metal
4744
Part217.Rotation = Vector3.new(6.81999969, 48.9199982, -118.619995)
4745
Part217.Anchored = true
4746
Part217.FormFactor = Enum.FormFactor.Custom
4747
Part217.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4748
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)
4749
Part217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4750
Part217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4751
Part217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4752
Part217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4753
Part217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4754
Part217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4755
Part217.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
4756
Part217.Orientation = Vector3.new(4.46999979, 49.1199989, -113.470001)
4757
SpecialMesh218.Parent = Part217
4758
SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4759
SpecialMesh218.MeshType = Enum.MeshType.Wedge
4760
SpecialMesh218.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4761
Folder219.Name = "CFrames"
4762
Folder219.Parent = Part217
4763
CFrameValue220.Name = "C0"
4764
CFrameValue220.Parent = Folder219
4765
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)
4766
Part221.Name = "Blade"
4767
Part221.Parent = Model0
4768
Part221.Material = Enum.Material.Metal
4769
Part221.Rotation = Vector3.new(178.37999, 0.0299999993, 81.2200012)
4770
Part221.Anchored = true
4771
Part221.FormFactor = Enum.FormFactor.Custom
4772
Part221.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
4773
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)
4774
Part221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4775
Part221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4776
Part221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4777
Part221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4778
Part221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4779
Part221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4780
Part221.Position = Vector3.new(45.3936234, 0.69665283, 142.7771)
4781
Part221.Orientation = Vector3.new(1.62, 179.970001, -98.7799988)
4782
SpecialMesh222.Parent = Part221
4783
SpecialMesh222.Scale = Vector3.new(0, 1, 1)
4784
SpecialMesh222.MeshType = Enum.MeshType.Wedge
4785
SpecialMesh222.Scale = Vector3.new(0, 1, 1)
4786
Script223.Parent = Part221
4787
table.insert(cors,sandbox(Script223,function()
4788
function onTouched(hit)
4789
	local human = hit.Parent:FindFirstChild("Humanoid") 
4790
        
4791
	if (human ~= nil) then
4792
		human.Health =  human.Health - 50
4793
	end
4794
end
4795
4796
4797
connection = script.Parent.Touched:connect(onTouched)
4798
4799
end))
4800
Folder224.Name = "CFrames"
4801
Folder224.Parent = Part221
4802
CFrameValue225.Name = "C0"
4803
CFrameValue225.Parent = Folder224
4804
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)
4805
Part226.Parent = Model0
4806
Part226.Material = Enum.Material.Metal
4807
Part226.Rotation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
4808
Part226.Anchored = true
4809
Part226.FormFactor = Enum.FormFactor.Custom
4810
Part226.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
4811
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)
4812
Part226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4813
Part226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4814
Part226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4815
Part226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4816
Part226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4817
Part226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4818
Part226.Position = Vector3.new(45.6791725, 0.624415278, 142.764938)
4819
Part226.Orientation = Vector3.new(-2.46000004, -0.0199999996, -110.75)
4820
SpecialMesh227.Parent = Part226
4821
SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
4822
SpecialMesh227.MeshType = Enum.MeshType.Wedge
4823
SpecialMesh227.Scale = Vector3.new(0, 0.621730983, 1)
4824
Folder228.Name = "CFrames"
4825
Folder228.Parent = Part226
4826
CFrameValue229.Name = "C0"
4827
CFrameValue229.Parent = Folder228
4828
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)
4829
Part230.Parent = Model0
4830
Part230.Material = Enum.Material.Metal
4831
Part230.Rotation = Vector3.new(178, -2.38999987, -79.2299957)
4832
Part230.Anchored = true
4833
Part230.FormFactor = Enum.FormFactor.Custom
4834
Part230.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
4835
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)
4836
Part230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4837
Part230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4838
Part230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4839
Part230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4840
Part230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4841
Part230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4842
Part230.Position = Vector3.new(45.5870514, 0.659938395, 142.778656)
4843
Part230.Orientation = Vector3.new(2, -177.610001, 100.849998)
4844
SpecialMesh231.Parent = Part230
4845
SpecialMesh231.Scale = Vector3.new(0, 1, 1)
4846
SpecialMesh231.MeshType = Enum.MeshType.Wedge
4847
SpecialMesh231.Scale = Vector3.new(0, 1, 1)
4848
Folder232.Name = "CFrames"
4849
Folder232.Parent = Part230
4850
CFrameValue233.Name = "C0"
4851
CFrameValue233.Parent = Folder232
4852
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)
4853
Part234.Parent = Model0
4854
Part234.Material = Enum.Material.Metal
4855
Part234.Rotation = Vector3.new(-1.62, -0.140000001, 69.25)
4856
Part234.Anchored = true
4857
Part234.FormFactor = Enum.FormFactor.Custom
4858
Part234.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
4859
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)
4860
Part234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4861
Part234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4862
Part234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4863
Part234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4864
Part234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4865
Part234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4866
Part234.Position = Vector3.new(46.6513557, 0.741348386, 142.762177)
4867
Part234.Orientation = Vector3.new(-1.62, -0.140000001, 69.2600021)
4868
SpecialMesh235.Parent = Part234
4869
SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
4870
SpecialMesh235.MeshType = Enum.MeshType.Wedge
4871
SpecialMesh235.Scale = Vector3.new(0, 0.621730983, 1)
4872
Folder236.Name = "CFrames"
4873
Folder236.Parent = Part234
4874
CFrameValue237.Name = "C0"
4875
CFrameValue237.Parent = Folder236
4876
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)
4877
Part238.Parent = Model0
4878
Part238.Material = Enum.Material.Pebble
4879
Part238.BrickColor = BrickColor.new("Black")
4880
Part238.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
4881
Part238.Anchored = true
4882
Part238.FormFactor = Enum.FormFactor.Custom
4883
Part238.Size = Vector3.new(0.316868067, 0.77600342, 9.15252972)
4884
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)
4885
Part238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4886
Part238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4887
Part238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4888
Part238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4889
Part238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4890
Part238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4891
Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
4892
Part238.Position = Vector3.new(46.1652679, 0.682848155, 142.76358)
4893
Part238.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
4894
Part238.Color = Color3.new(0.105882, 0.164706, 0.207843)
4895
BlockMesh239.Parent = Part238
4896
BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
4897
BlockMesh239.Scale = Vector3.new(0.421769053, 1, 1)
4898
Folder240.Name = "CFrames"
4899
Folder240.Parent = Part238
4900
CFrameValue241.Name = "C0"
4901
CFrameValue241.Parent = Folder240
4902
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)
4903
Part242.Parent = Model0
4904
Part242.Material = Enum.Material.Metal
4905
Part242.Rotation = Vector3.new(178.769989, -39.2099991, -61.9499969)
4906
Part242.Anchored = true
4907
Part242.FormFactor = Enum.FormFactor.Custom
4908
Part242.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4909
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)
4910
Part242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4911
Part242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4912
Part242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4913
Part242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4914
Part242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4915
Part242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4916
Part242.Position = Vector3.new(46.1573181, 0.834599257, 147.963852)
4917
Part242.Orientation = Vector3.new(0.949999988, -140.779999, 118.829994)
4918
SpecialMesh243.Parent = Part242
4919
SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
4920
SpecialMesh243.MeshType = Enum.MeshType.Wedge
4921
SpecialMesh243.Scale = Vector3.new(0, 0.468126953, 0.510637581)
4922
Folder244.Name = "CFrames"
4923
Folder244.Parent = Part242
4924
CFrameValue245.Name = "C0"
4925
CFrameValue245.Parent = Folder244
4926
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)
4927
Part246.Parent = Model0
4928
Part246.Material = Enum.Material.Pebble
4929
Part246.BrickColor = BrickColor.new("Black")
4930
Part246.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
4931
Part246.Anchored = true
4932
Part246.FormFactor = Enum.FormFactor.Custom
4933
Part246.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
4934
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)
4935
Part246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4936
Part246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4937
Part246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4938
Part246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4939
Part246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4940
Part246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4941
Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
4942
Part246.Position = Vector3.new(46.6502075, 0.674470544, 142.764557)
4943
Part246.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
4944
Part246.Color = Color3.new(0.105882, 0.164706, 0.207843)
4945
SpecialMesh247.Parent = Part246
4946
SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
4947
SpecialMesh247.MeshType = Enum.MeshType.Wedge
4948
SpecialMesh247.Scale = Vector3.new(0.421769053, 0.612244904, 1)
4949
Folder248.Name = "CFrames"
4950
Folder248.Parent = Part246
4951
CFrameValue249.Name = "C0"
4952
CFrameValue249.Parent = Folder248
4953
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)
4954
Part250.Parent = Model0
4955
Part250.Material = Enum.Material.Metal
4956
Part250.Rotation = Vector3.new(-10.9299994, -49.079998, 61.3400002)
4957
Part250.Anchored = true
4958
Part250.FormFactor = Enum.FormFactor.Custom
4959
Part250.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
4960
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)
4961
Part250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4962
Part250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4963
Part250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4964
Part250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4965
Part250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4966
Part250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4967
Part250.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
4968
Part250.Orientation = Vector3.new(-7.12999964, -49.5900002, 69.6399994)
4969
SpecialMesh251.Parent = Part250
4970
SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4971
SpecialMesh251.MeshType = Enum.MeshType.Wedge
4972
SpecialMesh251.Scale = Vector3.new(0, 0.486169338, 0.399306774)
4973
Folder252.Name = "CFrames"
4974
Folder252.Parent = Part250
4975
CFrameValue253.Name = "C0"
4976
CFrameValue253.Parent = Folder252
4977
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)
4978
Part254.Parent = Model0
4979
Part254.Material = Enum.Material.Metal
4980
Part254.Rotation = Vector3.new(-175.419998, 49.3400002, 64.3499985)
4981
Part254.Anchored = true
4982
Part254.FormFactor = Enum.FormFactor.Custom
4983
Part254.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
4984
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)
4985
Part254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4986
Part254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4987
Part254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4988
Part254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4989
Part254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4990
Part254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4991
Part254.Position = Vector3.new(46.3512077, 0.784967601, 147.600266)
4992
Part254.Orientation = Vector3.new(-2.98000002, 130.569992, -112.18)
4993
SpecialMesh255.Parent = Part254
4994
SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
4995
SpecialMesh255.MeshType = Enum.MeshType.Wedge
4996
SpecialMesh255.Scale = Vector3.new(0, 0.486000001, 1)
4997
Folder256.Name = "CFrames"
4998
Folder256.Parent = Part254
4999
CFrameValue257.Name = "C0"
5000
CFrameValue257.Parent = Folder256
5001
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)
5002
Part258.Parent = Model0
5003
Part258.Material = Enum.Material.Metal
5004
Part258.Rotation = Vector3.new(-173.179993, -48.9199982, -61.3799973)
5005
Part258.Anchored = true
5006
Part258.FormFactor = Enum.FormFactor.Custom
5007
Part258.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
5008
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)
5009
Part258.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5010
Part258.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5011
Part258.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5012
Part258.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5013
Part258.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5014
Part258.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5015
Part258.Position = Vector3.new(45.9632797, 0.791593075, 147.599487)
5016
Part258.Orientation = Vector3.new(-4.46999979, -130.87999, 113.470001)
5017
SpecialMesh259.Parent = Part258
5018
SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
5019
SpecialMesh259.MeshType = Enum.MeshType.Wedge
5020
SpecialMesh259.Scale = Vector3.new(0, 0.486169338, 1)
5021
Folder260.Name = "CFrames"
5022
Folder260.Parent = Part258
5023
CFrameValue261.Name = "C0"
5024
CFrameValue261.Parent = Folder260
5025
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)
5026
Part262.Parent = Model0
5027
Part262.Material = Enum.Material.Metal
5028
Part262.Rotation = Vector3.new(-1.23000002, 39.2099991, -118.049995)
5029
Part262.Anchored = true
5030
Part262.FormFactor = Enum.FormFactor.Custom
5031
Part262.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
5032
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)
5033
Part262.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5034
Part262.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5035
Part262.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5036
Part262.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5037
Part262.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5038
Part262.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5039
Part262.Position = Vector3.new(45.8711739, 0.827120245, 147.613251)
5040
Part262.Orientation = Vector3.new(-0.949999988, 39.2199974, -118.829994)
5041
SpecialMesh263.Parent = Part262
5042
SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
5043
SpecialMesh263.MeshType = Enum.MeshType.Wedge
5044
SpecialMesh263.Scale = Vector3.new(0, 0.468126953, 1)
5045
Folder264.Name = "CFrames"
5046
Folder264.Parent = Part262
5047
CFrameValue265.Name = "C0"
5048
CFrameValue265.Parent = Folder264
5049
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)
5050
Part266.Parent = Model0
5051
Part266.Material = Enum.Material.Metal
5052
Part266.Rotation = Vector3.new(-2.8499999, -39.3699989, 61.9399986)
5053
Part266.Anchored = true
5054
Part266.FormFactor = Enum.FormFactor.Custom
5055
Part266.Size = Vector3.new(0.316868067, 0.316868067, 0.743489861)
5056
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)
5057
Part266.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5058
Part266.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5059
Part266.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5060
Part266.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5061
Part266.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5062
Part266.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5063
Part266.Position = Vector3.new(46.4455948, 0.884069622, 147.61203)
5064
Part266.Orientation = Vector3.new(-2.20000005, -39.4099998, 63.75)
5065
SpecialMesh267.Parent = Part266
5066
SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
5067
SpecialMesh267.MeshType = Enum.MeshType.Wedge
5068
SpecialMesh267.Scale = Vector3.new(0, 0.468126953, 1)
5069
Folder268.Name = "CFrames"
5070
Folder268.Parent = Part266
5071
CFrameValue269.Name = "C0"
5072
CFrameValue269.Parent = Folder268
5073
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)
5074
Part270.Parent = Model0
5075
Part270.Material = Enum.Material.Metal
5076
Part270.Rotation = Vector3.new(178.37999, 0.0299999993, -108.769997)
5077
Part270.Anchored = true
5078
Part270.FormFactor = Enum.FormFactor.Custom
5079
Part270.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5080
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)
5081
Part270.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5082
Part270.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5083
Part270.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5084
Part270.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5085
Part270.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5086
Part270.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5087
Part270.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
5088
Part270.Orientation = Vector3.new(1.62, 179.970001, 71.2299957)
5089
SpecialMesh271.Parent = Part270
5090
SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5091
SpecialMesh271.MeshType = Enum.MeshType.Wedge
5092
SpecialMesh271.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5093
Folder272.Name = "CFrames"
5094
Folder272.Parent = Part270
5095
CFrameValue273.Name = "C0"
5096
CFrameValue273.Parent = Folder272
5097
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)
5098
Part274.Parent = Model0
5099
Part274.Material = Enum.Material.Metal
5100
Part274.Rotation = Vector3.new(178.769989, -39.2099991, -115.5)
5101
Part274.Anchored = true
5102
Part274.FormFactor = Enum.FormFactor.Custom
5103
Part274.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5104
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)
5105
Part274.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5106
Part274.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5107
Part274.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5108
Part274.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5109
Part274.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5110
Part274.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5111
Part274.Position = Vector3.new(46.158474, 0.901368618, 147.961487)
5112
Part274.Orientation = Vector3.new(0.949999988, -140.779999, 65.2799988)
5113
SpecialMesh275.Parent = Part274
5114
SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5115
SpecialMesh275.MeshType = Enum.MeshType.Wedge
5116
SpecialMesh275.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5117
Folder276.Name = "CFrames"
5118
Folder276.Parent = Part274
5119
CFrameValue277.Name = "C0"
5120
CFrameValue277.Parent = Folder276
5121
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)
5122
Part278.Parent = Model0
5123
Part278.Material = Enum.Material.Metal
5124
Part278.Rotation = Vector3.new(-2.8499999, -39.3699989, 115.489998)
5125
Part278.Anchored = true
5126
Part278.FormFactor = Enum.FormFactor.Custom
5127
Part278.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
5128
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)
5129
Part278.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5130
Part278.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5131
Part278.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5132
Part278.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5133
Part278.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5134
Part278.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5135
Part278.Position = Vector3.new(46.4444466, 0.817285001, 147.614426)
5136
Part278.Orientation = Vector3.new(-2.20000005, -39.4099998, 117.299995)
5137
SpecialMesh279.Parent = Part278
5138
SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
5139
SpecialMesh279.MeshType = Enum.MeshType.Wedge
5140
SpecialMesh279.Scale = Vector3.new(0, 0.468124956, 1)
5141
Folder280.Name = "CFrames"
5142
Folder280.Parent = Part278
5143
CFrameValue281.Name = "C0"
5144
CFrameValue281.Parent = Folder280
5145
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)
5146
Part282.Parent = Model0
5147
Part282.Material = Enum.Material.Metal
5148
Part282.Rotation = Vector3.new(-8.63000011, 49.1800003, -64.3699951)
5149
Part282.Anchored = true
5150
Part282.FormFactor = Enum.FormFactor.Custom
5151
Part282.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5152
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)
5153
Part282.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5154
Part282.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5155
Part282.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5156
Part282.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5157
Part282.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5158
Part282.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5159
Part282.Position = Vector3.new(45.678688, 0.887912512, 147.349823)
5160
Part282.Orientation = Vector3.new(-5.62999964, 49.5, -70.9300003)
5161
SpecialMesh283.Parent = Part282
5162
SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5163
SpecialMesh283.MeshType = Enum.MeshType.Wedge
5164
SpecialMesh283.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5165
Folder284.Name = "CFrames"
5166
Folder284.Parent = Part282
5167
CFrameValue285.Name = "C0"
5168
CFrameValue285.Parent = Folder284
5169
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)
5170
Part286.Parent = Model0
5171
Part286.Material = Enum.Material.Pebble
5172
Part286.BrickColor = BrickColor.new("Black")
5173
Part286.Rotation = Vector3.new(177.959991, 0.0799999982, -89.0099945)
5174
Part286.Anchored = true
5175
Part286.FormFactor = Enum.FormFactor.Custom
5176
Part286.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
5177
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)
5178
Part286.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5179
Part286.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5180
Part286.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5181
Part286.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5182
Part286.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5183
Part286.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5184
Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
5185
Part286.Position = Vector3.new(46.3523903, 0.851650596, 147.597885)
5186
Part286.Orientation = Vector3.new(2.03999996, 179.919998, 90.9899979)
5187
Part286.Color = Color3.new(0.105882, 0.164706, 0.207843)
5188
SpecialMesh287.Parent = Part286
5189
SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
5190
SpecialMesh287.MeshType = Enum.MeshType.Wedge
5191
SpecialMesh287.Scale = Vector3.new(0.421769053, 1, 1)
5192
Folder288.Name = "CFrames"
5193
Folder288.Parent = Part286
5194
CFrameValue289.Name = "C0"
5195
CFrameValue289.Parent = Folder288
5196
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)
5197
Part290.Parent = Model0
5198
Part290.Material = Enum.Material.Pebble
5199
Part290.BrickColor = BrickColor.new("Black")
5200
Part290.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
5201
Part290.Anchored = true
5202
Part290.FormFactor = Enum.FormFactor.Custom
5203
Part290.Size = Vector3.new(0.316868067, 0.38800171, 0.521646976)
5204
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)
5205
Part290.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5206
Part290.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5207
Part290.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5208
Part290.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5209
Part290.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5210
Part290.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5211
Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
5212
Part290.Position = Vector3.new(45.9644089, 0.858327568, 147.597107)
5213
Part290.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
5214
Part290.Color = Color3.new(0.105882, 0.164706, 0.207843)
5215
SpecialMesh291.Parent = Part290
5216
SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
5217
SpecialMesh291.MeshType = Enum.MeshType.Wedge
5218
SpecialMesh291.Scale = Vector3.new(0.421769053, 1, 1)
5219
Folder292.Name = "CFrames"
5220
Folder292.Parent = Part290
5221
CFrameValue293.Name = "C0"
5222
CFrameValue293.Parent = Folder292
5223
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)
5224
Part294.Parent = Model0
5225
Part294.Material = Enum.Material.Metal
5226
Part294.Rotation = Vector3.new(177.149994, 39.3699989, 118.059998)
5227
Part294.Anchored = true
5228
Part294.FormFactor = Enum.FormFactor.Custom
5229
Part294.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5230
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)
5231
Part294.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5232
Part294.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5233
Part294.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5234
Part294.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5235
Part294.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5236
Part294.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5237
Part294.Position = Vector3.new(46.1584435, 0.901474953, 147.961487)
5238
Part294.Orientation = Vector3.new(2.20000005, 140.589996, -63.75)
5239
SpecialMesh295.Parent = Part294
5240
SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
5241
SpecialMesh295.MeshType = Enum.MeshType.Wedge
5242
SpecialMesh295.Scale = Vector3.new(0, 0.468126953, 0.510637581)
5243
Folder296.Name = "CFrames"
5244
Folder296.Parent = Part294
5245
CFrameValue297.Name = "C0"
5246
CFrameValue297.Parent = Folder296
5247
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)
5248
Part298.Parent = Model0
5249
Part298.Material = Enum.Material.Metal
5250
Part298.Rotation = Vector3.new(177.539993, 0.0199999996, -69.25)
5251
Part298.Anchored = true
5252
Part298.FormFactor = Enum.FormFactor.Custom
5253
Part298.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5254
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)
5255
Part298.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5256
Part298.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5257
Part298.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5258
Part298.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5259
Part298.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5260
Part298.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5261
Part298.Position = Vector3.new(45.6775513, 0.82118094, 147.352173)
5262
Part298.Orientation = Vector3.new(2.46000004, 179.979996, 110.75)
5263
SpecialMesh299.Parent = Part298
5264
SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5265
SpecialMesh299.MeshType = Enum.MeshType.Wedge
5266
SpecialMesh299.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5267
Folder300.Name = "CFrames"
5268
Folder300.Parent = Part298
5269
CFrameValue301.Name = "C0"
5270
CFrameValue301.Parent = Folder300
5271
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)
5272
Part302.Parent = Model0
5273
Part302.Material = Enum.Material.Metal
5274
Part302.Rotation = Vector3.new(178.37999, 0.140000001, 110.75)
5275
Part302.Anchored = true
5276
Part302.FormFactor = Enum.FormFactor.Custom
5277
Part302.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5278
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)
5279
Part302.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5280
Part302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5281
Part302.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5282
Part302.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5283
Part302.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5284
Part302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5285
Part302.Position = Vector3.new(46.6399612, 0.871441901, 147.351761)
5286
Part302.Orientation = Vector3.new(1.62, 179.860001, -69.2600021)
5287
SpecialMesh303.Parent = Part302
5288
SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5289
SpecialMesh303.MeshType = Enum.MeshType.Wedge
5290
SpecialMesh303.Scale = Vector3.new(0, 0.621730983, 0.0962222293)
5291
Folder304.Name = "CFrames"
5292
Folder304.Parent = Part302
5293
CFrameValue305.Name = "C0"
5294
CFrameValue305.Parent = Folder304
5295
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)
5296
Part306.Parent = Model0
5297
Part306.Material = Enum.Material.Metal
5298
Part306.Rotation = Vector3.new(-1.23000002, 39.2099991, -64.5)
5299
Part306.Anchored = true
5300
Part306.FormFactor = Enum.FormFactor.Custom
5301
Part306.Size = Vector3.new(0.316868067, 0.316868067, 0.743488491)
5302
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)
5303
Part306.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5304
Part306.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5305
Part306.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5306
Part306.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5307
Part306.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5308
Part306.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5309
Part306.Position = Vector3.new(45.8722992, 0.893850565, 147.610886)
5310
Part306.Orientation = Vector3.new(-0.949999988, 39.2199974, -65.2799988)
5311
SpecialMesh307.Parent = Part306
5312
SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
5313
SpecialMesh307.MeshType = Enum.MeshType.Wedge
5314
SpecialMesh307.Scale = Vector3.new(0, 0.468124956, 1)
5315
Folder308.Name = "CFrames"
5316
Folder308.Parent = Part306
5317
CFrameValue309.Name = "C0"
5318
CFrameValue309.Parent = Folder308
5319
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)
5320
Part310.Parent = Model0
5321
Part310.Material = Enum.Material.Metal
5322
Part310.Rotation = Vector3.new(169.069992, 49.079998, 118.659996)
5323
Part310.Anchored = true
5324
Part310.FormFactor = Enum.FormFactor.Custom
5325
Part310.Size = Vector3.new(0.316868067, 0.316868067, 0.631614983)
5326
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)
5327
Part310.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5328
Part310.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5329
Part310.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5330
Part310.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5331
Part310.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5332
Part310.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5333
Part310.Position = Vector3.new(46.3535156, 0.918518782, 147.595535)
5334
Part310.Orientation = Vector3.new(7.12999964, 130.410004, -69.6399994)
5335
SpecialMesh311.Parent = Part310
5336
SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
5337
SpecialMesh311.MeshType = Enum.MeshType.Wedge
5338
SpecialMesh311.Scale = Vector3.new(0, 0.486169338, 1)
5339
Folder312.Name = "CFrames"
5340
Folder312.Parent = Part310
5341
CFrameValue313.Name = "C0"
5342
CFrameValue313.Parent = Folder312
5343
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)
5344
Part314.Parent = Model0
5345
Part314.Material = Enum.Material.Metal
5346
Part314.Rotation = Vector3.new(177.149994, 39.3699989, 64.5100021)
5347
Part314.Anchored = true
5348
Part314.FormFactor = Enum.FormFactor.Custom
5349
Part314.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5350
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)
5351
Part314.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5352
Part314.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5353
Part314.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5354
Part314.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5355
Part314.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5356
Part314.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5357
Part314.Position = Vector3.new(46.1572914, 0.834698617, 147.963852)
5358
Part314.Orientation = Vector3.new(2.20000005, 140.589996, -117.299995)
5359
SpecialMesh315.Parent = Part314
5360
SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5361
SpecialMesh315.MeshType = Enum.MeshType.Wedge
5362
SpecialMesh315.Scale = Vector3.new(0, 0.468124956, 0.510641754)
5363
Folder316.Name = "CFrames"
5364
Folder316.Parent = Part314
5365
CFrameValue317.Name = "C0"
5366
CFrameValue317.Parent = Folder316
5367
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)
5368
Part318.Parent = Model0
5369
Part318.Material = Enum.Material.Metal
5370
Part318.Rotation = Vector3.new(4.57999992, -49.3400002, 115.649994)
5371
Part318.Anchored = true
5372
Part318.FormFactor = Enum.FormFactor.Custom
5373
Part318.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5374
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)
5375
Part318.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5376
Part318.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5377
Part318.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5378
Part318.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5379
Part318.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5380
Part318.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5381
Part318.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
5382
Part318.Orientation = Vector3.new(2.98000002, -49.4300003, 112.18)
5383
SpecialMesh319.Parent = Part318
5384
SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5385
SpecialMesh319.MeshType = Enum.MeshType.Wedge
5386
SpecialMesh319.Scale = Vector3.new(0, 0.48617366, 0.399305522)
5387
Folder320.Name = "CFrames"
5388
Folder320.Parent = Part318
5389
CFrameValue321.Name = "C0"
5390
CFrameValue321.Parent = Folder320
5391
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)
5392
Part322.Parent = Model0
5393
Part322.Material = Enum.Material.Metal
5394
Part322.Rotation = Vector3.new(177.539993, 0.129999995, 71.2299957)
5395
Part322.Anchored = true
5396
Part322.FormFactor = Enum.FormFactor.Custom
5397
Part322.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5398
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)
5399
Part322.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5400
Part322.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5401
Part322.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5402
Part322.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5403
Part322.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5404
Part322.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5405
Part322.Position = Vector3.new(46.6388092, 0.804672241, 147.354111)
5406
Part322.Orientation = Vector3.new(2.46000004, 179.869995, -108.769997)
5407
SpecialMesh323.Parent = Part322
5408
SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5409
SpecialMesh323.MeshType = Enum.MeshType.Wedge
5410
SpecialMesh323.Scale = Vector3.new(0, 0.621732473, 0.0962222293)
5411
Folder324.Name = "CFrames"
5412
Folder324.Parent = Part322
5413
CFrameValue325.Name = "C0"
5414
CFrameValue325.Parent = Folder324
5415
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)
5416
Part326.Parent = Model0
5417
Part326.Material = Enum.Material.Pebble
5418
Part326.BrickColor = BrickColor.new("Black")
5419
Part326.Rotation = Vector3.new(177.959991, 0.0799999982, 90.9899979)
5420
Part326.Anchored = true
5421
Part326.FormFactor = Enum.FormFactor.Custom
5422
Part326.Size = Vector3.new(0.316868067, 0.316868067, 9.15252972)
5423
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)
5424
Part326.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5425
Part326.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5426
Part326.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5427
Part326.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5428
Part326.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5429
Part326.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5430
Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
5431
Part326.Position = Vector3.new(45.6803131, 0.691180348, 142.762589)
5432
Part326.Orientation = Vector3.new(2.03999996, 179.919998, -89.0099945)
5433
Part326.Color = Color3.new(0.105882, 0.164706, 0.207843)
5434
SpecialMesh327.Parent = Part326
5435
SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
5436
SpecialMesh327.MeshType = Enum.MeshType.Wedge
5437
SpecialMesh327.Scale = Vector3.new(0.421769053, 0.612244904, 1)
5438
Folder328.Name = "CFrames"
5439
Folder328.Parent = Part326
5440
CFrameValue329.Name = "C0"
5441
CFrameValue329.Parent = Folder328
5442
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)
5443
Part330.Parent = Model0
5444
Part330.Material = Enum.Material.Metal
5445
Part330.Rotation = Vector3.new(171.369995, -49.1800003, -115.629997)
5446
Part330.Anchored = true
5447
Part330.FormFactor = Enum.FormFactor.Custom
5448
Part330.Size = Vector3.new(0.316868067, 0.316868067, 0.631614447)
5449
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)
5450
Part330.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5451
Part330.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5452
Part330.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5453
Part330.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5454
Part330.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5455
Part330.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5456
Part330.Position = Vector3.new(45.96558, 0.925104201, 147.594742)
5457
Part330.Orientation = Vector3.new(5.62999964, -130.5, 70.9300003)
5458
SpecialMesh331.Parent = Part330
5459
SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
5460
SpecialMesh331.MeshType = Enum.MeshType.Wedge
5461
SpecialMesh331.Scale = Vector3.new(0, 0.48617366, 1)
5462
Folder332.Name = "CFrames"
5463
Folder332.Parent = Part330
5464
CFrameValue333.Name = "C0"
5465
CFrameValue333.Parent = Folder332
5466
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)
5467
Part334.Parent = Model0
5468
Part334.Material = Enum.Material.Metal
5469
Part334.Rotation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
5470
Part334.Anchored = true
5471
Part334.FormFactor = Enum.FormFactor.Custom
5472
Part334.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
5473
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)
5474
Part334.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5475
Part334.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5476
Part334.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5477
Part334.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5478
Part334.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5479
Part334.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5480
Part334.Position = Vector3.new(45.6814804, 0.757968128, 142.760223)
5481
Part334.Orientation = Vector3.new(-1.62, -0.0299999993, -71.2299957)
5482
SpecialMesh335.Parent = Part334
5483
SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
5484
SpecialMesh335.MeshType = Enum.MeshType.Wedge
5485
SpecialMesh335.Scale = Vector3.new(0, 0.621732473, 1)
5486
Folder336.Name = "CFrames"
5487
Folder336.Parent = Part334
5488
CFrameValue337.Name = "C0"
5489
CFrameValue337.Parent = Folder336
5490
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)
5491
Part338.Parent = Model0
5492
Part338.Material = Enum.Material.Metal
5493
Part338.BrickColor = BrickColor.new("Black")
5494
Part338.Rotation = Vector3.new(-1.04999995, 44.9099998, 88.5999985)
5495
Part338.Anchored = true
5496
Part338.FormFactor = Enum.FormFactor.Custom
5497
Part338.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5498
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)
5499
Part338.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5500
Part338.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5501
Part338.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5502
Part338.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5503
Part338.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5504
Part338.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5505
Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
5506
Part338.Position = Vector3.new(45.6487999, 0.549543679, 138.705826)
5507
Part338.Orientation = Vector3.new(-0.74000001, 44.9199982, 87.8600006)
5508
Part338.Color = Color3.new(0.105882, 0.164706, 0.207843)
5509
BlockMesh339.Parent = Part338
5510
BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5511
BlockMesh339.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5512
Folder340.Name = "CFrames"
5513
Folder340.Parent = Part338
5514
CFrameValue341.Name = "C0"
5515
CFrameValue341.Parent = Folder340
5516
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)
5517
Part342.Parent = Model0
5518
Part342.Material = Enum.Material.Metal
5519
Part342.BrickColor = BrickColor.new("Black")
5520
Part342.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
5521
Part342.Anchored = true
5522
Part342.FormFactor = Enum.FormFactor.Custom
5523
Part342.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5524
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)
5525
Part342.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5526
Part342.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5527
Part342.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5528
Part342.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5529
Part342.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5530
Part342.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5531
Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
5532
Part342.Position = Vector3.new(46.5224266, 0.538588107, 138.822189)
5533
Part342.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
5534
Part342.Color = Color3.new(0.105882, 0.164706, 0.207843)
5535
BlockMesh343.Parent = Part342
5536
BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5537
BlockMesh343.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5538
Folder344.Name = "CFrames"
5539
Folder344.Parent = Part342
5540
CFrameValue345.Name = "C0"
5541
CFrameValue345.Parent = Folder344
5542
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)
5543
Part346.Parent = Model0
5544
Part346.Material = Enum.Material.Metal
5545
Part346.BrickColor = BrickColor.new("Black")
5546
Part346.Rotation = Vector3.new(-0.329999983, 59.9099998, 88.0299988)
5547
Part346.Anchored = true
5548
Part346.FormFactor = Enum.FormFactor.Custom
5549
Part346.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5550
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)
5551
Part346.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5552
Part346.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5553
Part346.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5554
Part346.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5555
Part346.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5556
Part346.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5557
Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
5558
Part346.Position = Vector3.new(45.7986488, 0.551043391, 138.821152)
5559
Part346.Orientation = Vector3.new(-0.170000002, 59.9099998, 87.7399979)
5560
Part346.Color = Color3.new(0.105882, 0.164706, 0.207843)
5561
BlockMesh347.Parent = Part346
5562
BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5563
BlockMesh347.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5564
Folder348.Name = "CFrames"
5565
Folder348.Parent = Part346
5566
CFrameValue349.Name = "C0"
5567
CFrameValue349.Parent = Folder348
5568
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)
5569
Part350.Parent = Model0
5570
Part350.Material = Enum.Material.Metal
5571
Part350.BrickColor = BrickColor.new("Black")
5572
Part350.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
5573
Part350.Anchored = true
5574
Part350.FormFactor = Enum.FormFactor.Custom
5575
Part350.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5576
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)
5577
Part350.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5578
Part350.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5579
Part350.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5580
Part350.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5581
Part350.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5582
Part350.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5583
Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
5584
Part350.Position = Vector3.new(45.9213982, 0.541616082, 138.49411)
5585
Part350.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
5586
Part350.Color = Color3.new(0.105882, 0.164706, 0.207843)
5587
BlockMesh351.Parent = Part350
5588
BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5589
BlockMesh351.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5590
Folder352.Name = "CFrames"
5591
Folder352.Parent = Part350
5592
CFrameValue353.Name = "C0"
5593
CFrameValue353.Parent = Folder352
5594
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)
5595
Part354.Parent = Model0
5596
Part354.Material = Enum.Material.Metal
5597
Part354.BrickColor = BrickColor.new("Black")
5598
Part354.Rotation = Vector3.new(-1.46999991, 29.9099998, 88.8600006)
5599
Part354.Anchored = true
5600
Part354.FormFactor = Enum.FormFactor.Custom
5601
Part354.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5602
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)
5603
Part354.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5604
Part354.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5605
Part354.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5606
Part354.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5607
Part354.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5608
Part354.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5609
Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
5610
Part354.Position = Vector3.new(45.5339127, 0.546178222, 138.555634)
5611
Part354.Orientation = Vector3.new(-1.26999998, 29.9200001, 88.1299973)
5612
Part354.Color = Color3.new(0.105882, 0.164706, 0.207843)
5613
BlockMesh355.Parent = Part354
5614
BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5615
BlockMesh355.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5616
Folder356.Name = "CFrames"
5617
Folder356.Parent = Part354
5618
CFrameValue357.Name = "C0"
5619
CFrameValue357.Parent = Folder356
5620
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)
5621
Part358.Parent = Model0
5622
Part358.Material = Enum.Material.Metal
5623
Part358.Rotation = Vector3.new(177.919998, 2.54999995, 100.769997)
5624
Part358.Anchored = true
5625
Part358.FormFactor = Enum.FormFactor.Custom
5626
Part358.Size = Vector3.new(0.316868067, 0.393357426, 9.17454052)
5627
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)
5628
Part358.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5629
Part358.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5630
Part358.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5631
Part358.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5632
Part358.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5633
Part358.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5634
Part358.Position = Vector3.new(46.7434196, 0.706905723, 142.778625)
5635
Part358.Orientation = Vector3.new(2.07999992, 177.440002, -79.3199997)
5636
SpecialMesh359.Parent = Part358
5637
SpecialMesh359.Scale = Vector3.new(0, 1, 1)
5638
SpecialMesh359.MeshType = Enum.MeshType.Wedge
5639
SpecialMesh359.Scale = Vector3.new(0, 1, 1)
5640
Folder360.Name = "CFrames"
5641
Folder360.Parent = Part358
5642
CFrameValue361.Name = "C0"
5643
CFrameValue361.Parent = Folder360
5644
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)
5645
Part362.Parent = Model0
5646
Part362.Material = Enum.Material.Metal
5647
Part362.BrickColor = BrickColor.new("Black")
5648
Part362.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
5649
Part362.Anchored = true
5650
Part362.FormFactor = Enum.FormFactor.Custom
5651
Part362.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5652
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)
5653
Part362.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5654
Part362.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5655
Part362.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5656
Part362.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5657
Part362.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5658
Part362.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5659
Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
5660
Part362.Position = Vector3.new(46.1601067, 0.548276722, 138.918411)
5661
Part362.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
5662
Part362.Color = Color3.new(0.105882, 0.164706, 0.207843)
5663
BlockMesh363.Parent = Part362
5664
BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5665
BlockMesh363.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5666
Folder364.Name = "CFrames"
5667
Folder364.Parent = Part362
5668
CFrameValue365.Name = "C0"
5669
CFrameValue365.Parent = Folder364
5670
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)
5671
Part366.Parent = Model0
5672
Part366.Material = Enum.Material.Metal
5673
Part366.BrickColor = BrickColor.new("Black")
5674
Part366.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
5675
Part366.Anchored = true
5676
Part366.FormFactor = Enum.FormFactor.Custom
5677
Part366.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5678
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)
5679
Part366.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5680
Part366.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5681
Part366.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5682
Part366.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5683
Part366.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5684
Part366.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5685
Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
5686
Part366.Position = Vector3.new(46.3476143, 0.544177711, 138.89415)
5687
Part366.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
5688
Part366.Color = Color3.new(0.105882, 0.164706, 0.207843)
5689
BlockMesh367.Parent = Part366
5690
BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5691
BlockMesh367.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5692
Folder368.Name = "CFrames"
5693
Folder368.Parent = Part366
5694
CFrameValue369.Name = "C0"
5695
CFrameValue369.Parent = Folder368
5696
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)
5697
Part370.Parent = Model0
5698
Part370.Material = Enum.Material.Metal
5699
Part370.BrickColor = BrickColor.new("Black")
5700
Part370.Rotation = Vector3.new(-1.27999997, 37.3099976, 88.7599945)
5701
Part370.Anchored = true
5702
Part370.FormFactor = Enum.FormFactor.Custom
5703
Part370.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5704
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)
5705
Part370.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5706
Part370.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5707
Part370.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5708
Part370.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5709
Part370.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5710
Part370.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5711
Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
5712
Part370.Position = Vector3.new(45.5849876, 0.54815793, 138.636063)
5713
Part370.Orientation = Vector3.new(-1.01999998, 37.3199997, 87.9799957)
5714
Part370.Color = Color3.new(0.105882, 0.164706, 0.207843)
5715
BlockMesh371.Parent = Part370
5716
BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5717
BlockMesh371.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5718
Folder372.Name = "CFrames"
5719
Folder372.Parent = Part370
5720
CFrameValue373.Name = "C0"
5721
CFrameValue373.Parent = Folder372
5722
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)
5723
Part374.Parent = Model0
5724
Part374.Material = Enum.Material.Metal
5725
Part374.BrickColor = BrickColor.new("Black")
5726
Part374.Rotation = Vector3.new(-0.75999999, 52.3099976, 88.3799973)
5727
Part374.Anchored = true
5728
Part374.FormFactor = Enum.FormFactor.Custom
5729
Part374.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5730
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)
5731
Part374.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5732
Part374.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5733
Part374.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5734
Part374.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5735
Part374.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5736
Part374.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5737
Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
5738
Part374.Position = Vector3.new(45.7188148, 0.55062747, 138.770416)
5739
Part374.Orientation = Vector3.new(-0.459999979, 52.3099976, 87.7799988)
5740
Part374.Color = Color3.new(0.105882, 0.164706, 0.207843)
5741
BlockMesh375.Parent = Part374
5742
BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5743
BlockMesh375.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5744
Folder376.Name = "CFrames"
5745
Folder376.Parent = Part374
5746
CFrameValue377.Name = "C0"
5747
CFrameValue377.Parent = Folder376
5748
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)
5749
Part378.Name = "Blade"
5750
Part378.Parent = Model0
5751
Part378.Material = Enum.Material.Metal
5752
Part378.Rotation = Vector3.new(177.539993, 0.129999995, -98.7799988)
5753
Part378.Anchored = true
5754
Part378.FormFactor = Enum.FormFactor.Custom
5755
Part378.Size = Vector3.new(0.316868067, 0.393713713, 9.18284702)
5756
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)
5757
Part378.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5758
Part378.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5759
Part378.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5760
Part378.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5761
Part378.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5762
Part378.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5763
Part378.Position = Vector3.new(46.9368401, 0.670188427, 142.780197)
5764
Part378.Orientation = Vector3.new(2.46000004, 179.869995, 81.2099991)
5765
SpecialMesh379.Parent = Part378
5766
SpecialMesh379.Scale = Vector3.new(0, 1, 1)
5767
SpecialMesh379.MeshType = Enum.MeshType.Wedge
5768
SpecialMesh379.Scale = Vector3.new(0, 1, 1)
5769
Script380.Parent = Part378
5770
table.insert(cors,sandbox(Script380,function()
5771
function onTouched(hit)
5772
	local human = hit.Parent:FindFirstChild("Humanoid") 
5773
        
5774
	if (human ~= nil) then
5775
		human.Health =  human.Health - 50
5776
	end
5777
end
5778
5779
5780
connection = script.Parent.Touched:connect(onTouched)
5781
5782
end))
5783
Folder381.Name = "CFrames"
5784
Folder381.Parent = Part378
5785
CFrameValue382.Name = "C0"
5786
CFrameValue382.Parent = Folder381
5787
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)
5788
Part383.Parent = Model0
5789
Part383.Material = Enum.Material.Metal
5790
Part383.BrickColor = BrickColor.new("Black")
5791
Part383.Rotation = Vector3.new(-179.649994, -67.5, 92.5899963)
5792
Part383.Anchored = true
5793
Part383.FormFactor = Enum.FormFactor.Custom
5794
Part383.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5795
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)
5796
Part383.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5797
Part383.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5798
Part383.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5799
Part383.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5800
Part383.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5801
Part383.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5802
Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
5803
Part383.Position = Vector3.new(45.8821602, 0.551164389, 138.864578)
5804
Part383.Orientation = Vector3.new(-0.129999995, -112.5, -87.7399979)
5805
Part383.Color = Color3.new(0.105882, 0.164706, 0.207843)
5806
BlockMesh384.Parent = Part383
5807
BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5808
BlockMesh384.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5809
Folder385.Name = "CFrames"
5810
Folder385.Parent = Part383
5811
CFrameValue386.Name = "C0"
5812
CFrameValue386.Parent = Folder385
5813
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)
5814
Part387.Parent = Model0
5815
Part387.Material = Enum.Material.Metal
5816
Part387.BrickColor = BrickColor.new("Black")
5817
Part387.Rotation = Vector3.new(-174.550003, -82.4599991, 97.5599976)
5818
Part387.Anchored = true
5819
Part387.FormFactor = Enum.FormFactor.Custom
5820
Part387.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5821
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)
5822
Part387.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5823
Part387.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5824
Part387.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5825
Part387.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5826
Part387.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5827
Part387.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5828
Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
5829
Part387.Position = Vector3.new(46.0652237, 0.549754858, 138.914078)
5830
Part387.Orientation = Vector3.new(-0.719999969, -97.5099945, -87.8499985)
5831
Part387.Color = Color3.new(0.105882, 0.164706, 0.207843)
5832
BlockMesh388.Parent = Part387
5833
BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5834
BlockMesh388.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5835
Folder389.Name = "CFrames"
5836
Folder389.Parent = Part387
5837
CFrameValue390.Name = "C0"
5838
CFrameValue390.Parent = Folder389
5839
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)
5840
Part391.Parent = Model0
5841
Part391.Material = Enum.Material.Metal
5842
Part391.BrickColor = BrickColor.new("Black")
5843
Part391.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
5844
Part391.Anchored = true
5845
Part391.FormFactor = Enum.FormFactor.Custom
5846
Part391.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5847
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)
5848
Part391.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5849
Part391.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5850
Part391.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5851
Part391.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5852
Part391.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5853
Part391.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5854
Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
5855
Part391.Position = Vector3.new(45.9977646, 0.542188346, 138.547195)
5856
Part391.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
5857
Part391.Color = Color3.new(0.105882, 0.164706, 0.207843)
5858
BlockMesh392.Parent = Part391
5859
BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5860
BlockMesh392.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5861
Folder393.Name = "CFrames"
5862
Folder393.Parent = Part391
5863
CFrameValue394.Name = "C0"
5864
CFrameValue394.Parent = Folder393
5865
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)
5866
Part395.Parent = Model0
5867
Part395.Material = Enum.Material.Metal
5868
Part395.BrickColor = BrickColor.new("Black")
5869
Part395.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
5870
Part395.Anchored = true
5871
Part395.FormFactor = Enum.FormFactor.Custom
5872
Part395.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
5873
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)
5874
Part395.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5875
Part395.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5876
Part395.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5877
Part395.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5878
Part395.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5879
Part395.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5880
Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
5881
Part395.Position = Vector3.new(46.0852318, 0.541790783, 138.57869)
5882
Part395.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
5883
Part395.Color = Color3.new(0.105882, 0.164706, 0.207843)
5884
BlockMesh396.Parent = Part395
5885
BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5886
BlockMesh396.Scale = Vector3.new(0.598639786, 1, 0.544217765)
5887
Folder397.Name = "CFrames"
5888
Folder397.Parent = Part395
5889
CFrameValue398.Name = "C0"
5890
CFrameValue398.Parent = Folder397
5891
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)
5892
Part399.Parent = Model0
5893
Part399.Material = Enum.Material.Metal
5894
Part399.BrickColor = BrickColor.new("Black")
5895
Part399.Rotation = Vector3.new(-2.79999995, -37.4799995, -91.25)
5896
Part399.Anchored = true
5897
Part399.FormFactor = Enum.FormFactor.Custom
5898
Part399.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5899
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)
5900
Part399.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5901
Part399.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5902
Part399.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5903
Part399.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5904
Part399.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5905
Part399.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5906
Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
5907
Part399.Position = Vector3.new(46.7366257, 0.52834022, 138.637985)
5908
Part399.Orientation = Vector3.new(-2.22000003, -37.5099983, -89.5400009)
5909
Part399.Color = Color3.new(0.105882, 0.164706, 0.207843)
5910
BlockMesh400.Parent = Part399
5911
BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5912
BlockMesh400.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5913
Folder401.Name = "CFrames"
5914
Folder401.Parent = Part399
5915
CFrameValue402.Name = "C0"
5916
CFrameValue402.Parent = Folder401
5917
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)
5918
Part403.Parent = Model0
5919
Part403.Material = Enum.Material.Metal
5920
Part403.BrickColor = BrickColor.new("Black")
5921
Part403.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
5922
Part403.Anchored = true
5923
Part403.FormFactor = Enum.FormFactor.Custom
5924
Part403.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5925
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)
5926
Part403.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5927
Part403.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5928
Part403.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5929
Part403.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5930
Part403.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5931
Part403.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5932
Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
5933
Part403.Position = Vector3.new(46.672596, 0.531932712, 138.707458)
5934
Part403.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
5935
Part403.Color = Color3.new(0.105882, 0.164706, 0.207843)
5936
BlockMesh404.Parent = Part403
5937
BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5938
BlockMesh404.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
5939
Folder405.Name = "CFrames"
5940
Folder405.Parent = Part403
5941
CFrameValue406.Name = "C0"
5942
CFrameValue406.Parent = Folder405
5943
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)
5944
Part407.Parent = Model0
5945
Part407.Material = Enum.Material.Metal
5946
Part407.Rotation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
5947
Part407.Anchored = true
5948
Part407.FormFactor = Enum.FormFactor.Custom
5949
Part407.Size = Vector3.new(0.316868067, 0.316868067, 9.15247917)
5950
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)
5951
Part407.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5952
Part407.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5953
Part407.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5954
Part407.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5955
Part407.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5956
Part407.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5957
Part407.Position = Vector3.new(46.6490517, 0.607808232, 142.766937)
5958
Part407.Orientation = Vector3.new(-2.46000004, -0.129999995, 108.769997)
5959
SpecialMesh408.Parent = Part407
5960
SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
5961
SpecialMesh408.MeshType = Enum.MeshType.Wedge
5962
SpecialMesh408.Scale = Vector3.new(0, 0.621732473, 1)
5963
Folder409.Name = "CFrames"
5964
Folder409.Parent = Part407
5965
CFrameValue410.Name = "C0"
5966
CFrameValue410.Parent = Folder409
5967
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)
5968
Part411.Parent = Model0
5969
Part411.Material = Enum.Material.Metal
5970
Part411.BrickColor = BrickColor.new("Black")
5971
Part411.Rotation = Vector3.new(-9.48999977, -82.4199982, -97.5199966)
5972
Part411.Anchored = true
5973
Part411.FormFactor = Enum.FormFactor.Custom
5974
Part411.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
5975
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)
5976
Part411.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5977
Part411.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5978
Part411.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5979
Part411.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5980
Part411.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5981
Part411.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5982
Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
5983
Part411.Position = Vector3.new(46.2548714, 0.546506882, 138.91449)
5984
Part411.Orientation = Vector3.new(-1.25, -82.5199966, -88.1100006)
5985
Part411.Color = Color3.new(0.105882, 0.164706, 0.207843)
5986
BlockMesh412.Parent = Part411
5987
BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5988
BlockMesh412.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
5989
Folder413.Name = "CFrames"
5990
Folder413.Parent = Part411
5991
CFrameValue414.Name = "C0"
5992
CFrameValue414.Parent = Folder413
5993
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)
5994
Part415.Parent = Model0
5995
Part415.Material = Enum.Material.Metal
5996
Part415.BrickColor = BrickColor.new("Black")
5997
Part415.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
5998
Part415.Anchored = true
5999
Part415.FormFactor = Enum.FormFactor.Custom
6000
Part415.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6001
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)
6002
Part415.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6003
Part415.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6004
Part415.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6005
Part415.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6006
Part415.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6007
Part415.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6008
Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
6009
Part415.Position = Vector3.new(45.9726791, 0.550624847, 138.893387)
6010
Part415.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
6011
Part415.Color = Color3.new(0.105882, 0.164706, 0.207843)
6012
BlockMesh416.Parent = Part415
6013
BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
6014
BlockMesh416.Scale = Vector3.new(0.761905074, 0.625850081, 0.4353742)
6015
Folder417.Name = "CFrames"
6016
Folder417.Parent = Part415
6017
CFrameValue418.Name = "C0"
6018
CFrameValue418.Parent = Folder417
6019
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)
6020
Part419.Parent = Model0
6021
Part419.Material = Enum.Material.Metal
6022
Part419.BrickColor = BrickColor.new("Black")
6023
Part419.Rotation = Vector3.new(-4.42000008, -67.4599991, -92.5799942)
6024
Part419.Anchored = true
6025
Part419.FormFactor = Enum.FormFactor.Custom
6026
Part419.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6027
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)
6028
Part419.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6029
Part419.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6030
Part419.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6031
Part419.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6032
Part419.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6033
Part419.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6034
Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
6035
Part419.Position = Vector3.new(46.4381104, 0.541606069, 138.86586)
6036
Part419.Orientation = Vector3.new(-1.68999994, -67.5199966, -88.4899979)
6037
Part419.Color = Color3.new(0.105882, 0.164706, 0.207843)
6038
BlockMesh420.Parent = Part419
6039
BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6040
BlockMesh420.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6041
Folder421.Name = "CFrames"
6042
Folder421.Parent = Part419
6043
CFrameValue422.Name = "C0"
6044
CFrameValue422.Parent = Folder421
6045
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)
6046
Part423.Parent = Model0
6047
Part423.Material = Enum.Material.Metal
6048
Part423.BrickColor = BrickColor.new("Black")
6049
Part423.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
6050
Part423.Anchored = true
6051
Part423.FormFactor = Enum.FormFactor.Custom
6052
Part423.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6053
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)
6054
Part423.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6055
Part423.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6056
Part423.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6057
Part423.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6058
Part423.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6059
Part423.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6060
Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
6061
Part423.Position = Vector3.new(46.1778946, 0.540471494, 138.586533)
6062
Part423.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6063
Part423.Color = Color3.new(0.105882, 0.164706, 0.207843)
6064
BlockMesh424.Parent = Part423
6065
BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6066
BlockMesh424.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6067
Folder425.Name = "CFrames"
6068
Folder425.Parent = Part423
6069
CFrameValue426.Name = "C0"
6070
CFrameValue426.Parent = Folder425
6071
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)
6072
Part427.Parent = Model0
6073
Part427.Material = Enum.Material.Metal
6074
Part427.BrickColor = BrickColor.new("Black")
6075
Part427.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
6076
Part427.Anchored = true
6077
Part427.FormFactor = Enum.FormFactor.Custom
6078
Part427.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6079
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)
6080
Part427.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6081
Part427.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6082
Part427.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6083
Part427.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6084
Part427.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6085
Part427.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6086
Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
6087
Part427.Position = Vector3.new(46.2361908, 0.53552556, 138.47551)
6088
Part427.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
6089
Part427.Color = Color3.new(0.105882, 0.164706, 0.207843)
6090
BlockMesh428.Parent = Part427
6091
BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6092
BlockMesh428.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6093
Folder429.Name = "CFrames"
6094
Folder429.Parent = Part427
6095
CFrameValue430.Name = "C0"
6096
CFrameValue430.Parent = Folder429
6097
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)
6098
Part431.Parent = Model0
6099
Part431.Material = Enum.Material.Metal
6100
Part431.BrickColor = BrickColor.new("Black")
6101
Part431.Rotation = Vector3.new(-3.32999992, -52.4699974, -91.6199951)
6102
Part431.Anchored = true
6103
Part431.FormFactor = Enum.FormFactor.Custom
6104
Part431.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6105
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)
6106
Part431.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6107
Part431.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6108
Part431.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6109
Part431.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6110
Part431.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6111
Part431.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6112
Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
6113
Part431.Position = Vector3.new(46.6024399, 0.53541398, 138.77179)
6114
Part431.Orientation = Vector3.new(-2.02999997, -52.5200005, -88.9799957)
6115
Part431.Color = Color3.new(0.105882, 0.164706, 0.207843)
6116
BlockMesh432.Parent = Part431
6117
BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6118
BlockMesh432.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6119
Folder433.Name = "CFrames"
6120
Folder433.Parent = Part431
6121
CFrameValue434.Name = "C0"
6122
CFrameValue434.Parent = Folder433
6123
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)
6124
Part435.Parent = Model0
6125
Part435.Material = Enum.Material.Metal
6126
Part435.BrickColor = BrickColor.new("Black")
6127
Part435.Rotation = Vector3.new(-1.63, 22.3199997, 88.9300003)
6128
Part435.Anchored = true
6129
Part435.FormFactor = Enum.FormFactor.Custom
6130
Part435.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6131
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)
6132
Part435.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6133
Part435.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6134
Part435.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6135
Part435.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6136
Part435.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6137
Part435.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6138
Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
6139
Part435.Position = Vector3.new(45.4901848, 0.543934107, 138.471359)
6140
Part435.Orientation = Vector3.new(-1.50999999, 22.3199997, 88.3099976)
6141
Part435.Color = Color3.new(0.105882, 0.164706, 0.207843)
6142
BlockMesh436.Parent = Part435
6143
BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
6144
BlockMesh436.Scale = Vector3.new(0.761904716, 0.62585032, 0.248979583)
6145
Folder437.Name = "CFrames"
6146
Folder437.Parent = Part435
6147
CFrameValue438.Name = "C0"
6148
CFrameValue438.Parent = Folder437
6149
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)
6150
Part439.Parent = Model0
6151
Part439.Material = Enum.Material.Metal
6152
Part439.BrickColor = BrickColor.new("Black")
6153
Part439.Rotation = Vector3.new(-5.75, -75.0499954, -93.8399963)
6154
Part439.Anchored = true
6155
Part439.FormFactor = Enum.FormFactor.Custom
6156
Part439.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6157
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)
6158
Part439.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6159
Part439.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6160
Part439.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6161
Part439.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6162
Part439.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6163
Part439.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6164
Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
6165
Part439.Position = Vector3.new(46.2694511, 0.538316369, 138.57019)
6166
Part439.Orientation = Vector3.new(-1.48000002, -75.1199951, -88.2799988)
6167
Part439.Color = Color3.new(0.105882, 0.164706, 0.207843)
6168
BlockMesh440.Parent = Part439
6169
BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6170
BlockMesh440.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6171
Folder441.Name = "CFrames"
6172
Folder441.Parent = Part439
6173
CFrameValue442.Name = "C0"
6174
CFrameValue442.Parent = Folder441
6175
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)
6176
Part443.Parent = Model0
6177
Part443.Material = Enum.Material.Metal
6178
Part443.BrickColor = BrickColor.new("Black")
6179
Part443.Rotation = Vector3.new(178.529999, -29.9099998, 91.1399994)
6180
Part443.Anchored = true
6181
Part443.FormFactor = Enum.FormFactor.Custom
6182
Part443.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6183
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)
6184
Part443.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6185
Part443.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6186
Part443.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6187
Part443.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6188
Part443.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6189
Part443.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6190
Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
6191
Part443.Position = Vector3.new(45.8614311, 0.54011327, 138.42305)
6192
Part443.Orientation = Vector3.new(1.26999998, -150.080002, -88.1299973)
6193
Part443.Color = Color3.new(0.105882, 0.164706, 0.207843)
6194
BlockMesh444.Parent = Part443
6195
BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6196
BlockMesh444.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6197
Folder445.Name = "CFrames"
6198
Folder445.Parent = Part443
6199
CFrameValue446.Name = "C0"
6200
CFrameValue446.Parent = Folder445
6201
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)
6202
Part447.Parent = Model0
6203
Part447.Material = Enum.Material.Metal
6204
Part447.BrickColor = BrickColor.new("Black")
6205
Part447.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
6206
Part447.Anchored = true
6207
Part447.FormFactor = Enum.FormFactor.Custom
6208
Part447.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6209
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)
6210
Part447.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6211
Part447.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6212
Part447.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6213
Part447.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6214
Part447.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6215
Part447.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6216
Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
6217
Part447.Position = Vector3.new(46.3064499, 0.533275962, 138.446625)
6218
Part447.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
6219
Part447.Color = Color3.new(0.105882, 0.164706, 0.207843)
6220
BlockMesh448.Parent = Part447
6221
BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6222
BlockMesh448.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6223
Folder449.Name = "CFrames"
6224
Folder449.Parent = Part447
6225
CFrameValue450.Name = "C0"
6226
CFrameValue450.Parent = Folder449
6227
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)
6228
Part451.Parent = Model0
6229
Part451.Material = Enum.Material.Metal
6230
Part451.BrickColor = BrickColor.new("Black")
6231
Part451.Rotation = Vector3.new(-2.6099999, -30.0799999, -91.1399994)
6232
Part451.Anchored = true
6233
Part451.FormFactor = Enum.FormFactor.Custom
6234
Part451.Size = Vector3.new(0.316868067, 0.582002521, 0.316868067)
6235
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)
6236
Part451.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6237
Part451.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6238
Part451.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6239
Part451.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6240
Part451.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6241
Part451.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6242
Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
6243
Part451.Position = Vector3.new(46.4832687, 0.528484344, 138.397736)
6244
Part451.Orientation = Vector3.new(-2.25999999, -30.0999985, -89.8299942)
6245
Part451.Color = Color3.new(0.105882, 0.164706, 0.207843)
6246
BlockMesh452.Parent = Part451
6247
BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6248
BlockMesh452.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6249
Folder453.Name = "CFrames"
6250
Folder453.Parent = Part451
6251
CFrameValue454.Name = "C0"
6252
CFrameValue454.Parent = Folder453
6253
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)
6254
Part455.Parent = Model0
6255
Part455.Material = Enum.Material.Metal
6256
Part455.BrickColor = BrickColor.new("Black")
6257
Part455.Rotation = Vector3.new(-1.90999997, 7.4199996, 89)
6258
Part455.Anchored = true
6259
Part455.FormFactor = Enum.FormFactor.Custom
6260
Part455.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6261
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)
6262
Part455.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6263
Part455.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6264
Part455.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6265
Part455.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6266
Part455.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6267
Part455.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6268
Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
6269
Part455.Position = Vector3.new(45.441349, 0.538282216, 138.288101)
6270
Part455.Orientation = Vector3.new(-1.88999999, 7.4199996, 88.7599945)
6271
Part455.Color = Color3.new(0.105882, 0.164706, 0.207843)
6272
BlockMesh456.Parent = Part455
6273
BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6274
BlockMesh456.Scale = Vector3.new(0.761904716, 0.62585032, 0.246258512)
6275
Folder457.Name = "CFrames"
6276
Folder457.Parent = Part455
6277
CFrameValue458.Name = "C0"
6278
CFrameValue458.Parent = Folder457
6279
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)
6280
Part459.Parent = Model0
6281
Part459.Material = Enum.Material.Metal
6282
Part459.BrickColor = BrickColor.new("Black")
6283
Part459.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
6284
Part459.Anchored = true
6285
Part459.FormFactor = Enum.FormFactor.Custom
6286
Part459.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6287
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)
6288
Part459.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6289
Part459.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6290
Part459.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6291
Part459.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6292
Part459.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6293
Part459.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6294
Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
6295
Part459.Position = Vector3.new(46.424614, 0.532096505, 138.470749)
6296
Part459.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
6297
Part459.Color = Color3.new(0.105882, 0.164706, 0.207843)
6298
BlockMesh460.Parent = Part459
6299
BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6300
BlockMesh460.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6301
Folder461.Name = "CFrames"
6302
Folder461.Parent = Part459
6303
CFrameValue462.Name = "C0"
6304
CFrameValue462.Parent = Folder461
6305
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)
6306
Part463.Parent = Model0
6307
Part463.Material = Enum.Material.Metal
6308
Part463.BrickColor = BrickColor.new("Black")
6309
Part463.Rotation = Vector3.new(-178.369995, -74.8899994, 93.7999954)
6310
Part463.Anchored = true
6311
Part463.FormFactor = Enum.FormFactor.Custom
6312
Part463.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6313
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)
6314
Part463.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6315
Part463.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6316
Part463.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6317
Part463.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6318
Part463.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6319
Part463.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6320
Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
6321
Part463.Position = Vector3.new(46.0854645, 0.538102925, 138.475204)
6322
Part463.Orientation = Vector3.new(-0.419999987, -105.110001, -87.7699966)
6323
Part463.Color = Color3.new(0.105882, 0.164706, 0.207843)
6324
BlockMesh464.Parent = Part463
6325
BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6326
BlockMesh464.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6327
Folder465.Name = "CFrames"
6328
Folder465.Parent = Part463
6329
CFrameValue466.Name = "C0"
6330
CFrameValue466.Parent = Folder465
6331
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)
6332
Part467.Parent = Model0
6333
Part467.Material = Enum.Material.Metal
6334
Part467.BrickColor = BrickColor.new("Black")
6335
Part467.Rotation = Vector3.new(-3.75999999, -60.0699997, -91.9799957)
6336
Part467.Anchored = true
6337
Part467.FormFactor = Enum.FormFactor.Custom
6338
Part467.Size = Vector3.new(0.316868067, 0.594935894, 0.316868067)
6339
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)
6340
Part467.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6341
Part467.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6342
Part467.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6343
Part467.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6344
Part467.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6345
Part467.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6346
Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
6347
Part467.Position = Vector3.new(46.3535728, 0.535464168, 138.530685)
6348
Part467.Orientation = Vector3.new(-1.87, -60.1199989, -88.7299957)
6349
Part467.Color = Color3.new(0.105882, 0.164706, 0.207843)
6350
BlockMesh468.Parent = Part467
6351
BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6352
BlockMesh468.Scale = Vector3.new(0.598639786, 1, 0.544217765)
6353
Folder469.Name = "CFrames"
6354
Folder469.Parent = Part467
6355
CFrameValue470.Name = "C0"
6356
CFrameValue470.Parent = Folder469
6357
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)
6358
Part471.Parent = Model0
6359
Part471.Material = Enum.Material.Metal
6360
Part471.Rotation = Vector3.new(-2, 2.38999987, -100.769997)
6361
Part471.Anchored = true
6362
Part471.FormFactor = Enum.FormFactor.Custom
6363
Part471.Size = Vector3.new(0.316868067, 0.393357426, 0.316868067)
6364
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)
6365
Part471.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6366
Part471.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6367
Part471.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6368
Part471.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6369
Part471.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6370
Part471.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6371
Part471.Position = Vector3.new(45.3952827, 0.499970227, 138.189896)
6372
Part471.Orientation = Vector3.new(-2, 2.38999987, -100.849998)
6373
SpecialMesh472.Parent = Part471
6374
SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
6375
SpecialMesh472.MeshType = Enum.MeshType.Wedge
6376
SpecialMesh472.Scale = Vector3.new(0.0544217676, 1, 0)
6377
Folder473.Name = "CFrames"
6378
Folder473.Parent = Part471
6379
CFrameValue474.Name = "C0"
6380
CFrameValue474.Parent = Folder473
6381
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)
6382
Part475.Parent = Model0
6383
Part475.Material = Enum.Material.Metal
6384
Part475.BrickColor = BrickColor.new("Black")
6385
Part475.Rotation = Vector3.new(-96.7699966, -89.0400009, 175.269989)
6386
Part475.Anchored = true
6387
Part475.FormFactor = Enum.FormFactor.Custom
6388
Part475.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6389
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)
6390
Part475.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6391
Part475.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6392
Part475.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6393
Part475.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6394
Part475.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6395
Part475.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6396
Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
6397
Part475.Position = Vector3.new(46.1608047, 0.537157655, 138.485291)
6398
Part475.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6399
Part475.Color = Color3.new(0.105882, 0.164706, 0.207843)
6400
BlockMesh476.Parent = Part475
6401
BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6402
BlockMesh476.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6403
Folder477.Name = "CFrames"
6404
Folder477.Parent = Part475
6405
CFrameValue478.Name = "C0"
6406
CFrameValue478.Parent = Folder477
6407
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)
6408
Part479.Parent = Model0
6409
Part479.Material = Enum.Material.Metal
6410
Part479.BrickColor = BrickColor.new("Black")
6411
Part479.Rotation = Vector3.new(179.669998, -59.8999977, 91.9700012)
6412
Part479.Anchored = true
6413
Part479.FormFactor = Enum.FormFactor.Custom
6414
Part479.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6415
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)
6416
Part479.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6417
Part479.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6418
Part479.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6419
Part479.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6420
Part479.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6421
Part479.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6422
Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
6423
Part479.Position = Vector3.new(46.0152817, 0.538282692, 138.44606)
6424
Part479.Orientation = Vector3.new(0.170000002, -120.099998, -87.7399979)
6425
Part479.Color = Color3.new(0.105882, 0.164706, 0.207843)
6426
BlockMesh480.Parent = Part479
6427
BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6428
BlockMesh480.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6429
Folder481.Name = "CFrames"
6430
Folder481.Parent = Part479
6431
CFrameValue482.Name = "C0"
6432
CFrameValue482.Parent = Folder481
6433
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)
6434
Part483.Parent = Model0
6435
Part483.Material = Enum.Material.Metal
6436
Part483.BrickColor = BrickColor.new("Black")
6437
Part483.Rotation = Vector3.new(-3.02999997, -45.0699997, -91.4000015)
6438
Part483.Anchored = true
6439
Part483.FormFactor = Enum.FormFactor.Custom
6440
Part483.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6441
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)
6442
Part483.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6443
Part483.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6444
Part483.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6445
Part483.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6446
Part483.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6447
Part483.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6448
Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
6449
Part483.Position = Vector3.new(46.3667946, 0.530590773, 138.400497)
6450
Part483.Orientation = Vector3.new(-2.13999987, -45.1100006, -89.25)
6451
Part483.Color = Color3.new(0.105882, 0.164706, 0.207843)
6452
BlockMesh484.Parent = Part483
6453
BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6454
BlockMesh484.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6455
Folder485.Name = "CFrames"
6456
Folder485.Parent = Part483
6457
CFrameValue486.Name = "C0"
6458
CFrameValue486.Parent = Folder485
6459
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)
6460
Part487.Parent = Model0
6461
Part487.Material = Enum.Material.Metal
6462
Part487.BrickColor = BrickColor.new("Black")
6463
Part487.Rotation = Vector3.new(178.949997, -44.9099998, 91.4000015)
6464
Part487.Anchored = true
6465
Part487.FormFactor = Enum.FormFactor.Custom
6466
Part487.Size = Vector3.new(0.316868067, 0.46560201, 0.316868067)
6467
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)
6468
Part487.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6469
Part487.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6470
Part487.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6471
Part487.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6472
Part487.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6473
Part487.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6474
Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
6475
Part487.Position = Vector3.new(45.9550705, 0.537677705, 138.399673)
6476
Part487.Orientation = Vector3.new(0.75, -135.089996, -87.8600006)
6477
Part487.Color = Color3.new(0.105882, 0.164706, 0.207843)
6478
BlockMesh488.Parent = Part487
6479
BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6480
BlockMesh488.Scale = Vector3.new(0.761905074, 1, 0.4353742)
6481
Folder489.Name = "CFrames"
6482
Folder489.Parent = Part487
6483
CFrameValue490.Name = "C0"
6484
CFrameValue490.Parent = Folder489
6485
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)
6486
Part491.Parent = Model0
6487
Part491.Material = Enum.Material.Metal
6488
Part491.BrickColor = BrickColor.new("Black")
6489
Part491.Rotation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
6490
Part491.Anchored = true
6491
Part491.FormFactor = Enum.FormFactor.Custom
6492
Part491.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6493
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)
6494
Part491.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6495
Part491.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6496
Part491.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6497
Part491.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6498
Part491.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6499
Part491.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6500
Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
6501
Part491.Position = Vector3.new(45.4372177, 0.535209894, 138.199905)
6502
Part491.Orientation = Vector3.new(-2.03999996, -0.0799999982, 89.0099945)
6503
Part491.Color = Color3.new(0.105882, 0.164706, 0.207843)
6504
BlockMesh492.Parent = Part491
6505
BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
6506
BlockMesh492.Scale = Vector3.new(0.761905074, 0.625850081, 0.394557863)
6507
Folder493.Name = "CFrames"
6508
Folder493.Parent = Part491
6509
CFrameValue494.Name = "C0"
6510
CFrameValue494.Parent = Folder493
6511
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)
6512
Part495.Parent = Model0
6513
Part495.Material = Enum.Material.Metal
6514
Part495.BrickColor = BrickColor.new("Black")
6515
Part495.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
6516
Part495.Anchored = true
6517
Part495.FormFactor = Enum.FormFactor.Custom
6518
Part495.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6519
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)
6520
Part495.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6521
Part495.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6522
Part495.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6523
Part495.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6524
Part495.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6525
Part495.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6526
Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
6527
Part495.Position = Vector3.new(45.8103523, 0.535223901, 138.139587)
6528
Part495.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6529
Part495.Color = Color3.new(0.105882, 0.164706, 0.207843)
6530
CylinderMesh496.Parent = Part495
6531
CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
6532
CylinderMesh496.Scale = Vector3.new(0.571428835, 0.0680272058, 0.571428657)
6533
Folder497.Name = "CFrames"
6534
Folder497.Parent = Part495
6535
CFrameValue498.Name = "C0"
6536
CFrameValue498.Parent = Folder497
6537
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)
6538
Part499.Parent = Model0
6539
Part499.Material = Enum.Material.Metal
6540
Part499.BrickColor = BrickColor.new("Black")
6541
Part499.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6542
Part499.Anchored = true
6543
Part499.FormFactor = Enum.FormFactor.Custom
6544
Part499.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6545
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)
6546
Part499.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6547
Part499.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6548
Part499.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6549
Part499.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6550
Part499.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6551
Part499.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6552
Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
6553
Part499.Position = Vector3.new(46.1598701, 0.447531641, 138.330856)
6554
Part499.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6555
Part499.Color = Color3.new(0.105882, 0.164706, 0.207843)
6556
SpecialMesh500.Parent = Part499
6557
SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6558
SpecialMesh500.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6559
Folder501.Name = "CFrames"
6560
Folder501.Parent = Part499
6561
CFrameValue502.Name = "C0"
6562
CFrameValue502.Parent = Folder501
6563
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)
6564
Part503.Parent = Model0
6565
Part503.Material = Enum.Material.Metal
6566
Part503.BrickColor = BrickColor.new("Black")
6567
Part503.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6568
Part503.Anchored = true
6569
Part503.FormFactor = Enum.FormFactor.Custom
6570
Part503.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6571
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)
6572
Part503.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6573
Part503.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6574
Part503.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6575
Part503.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6576
Part503.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6577
Part503.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6578
Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
6579
Part503.Position = Vector3.new(46.150486, 0.628380477, 138.362015)
6580
Part503.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6581
Part503.Color = Color3.new(0.105882, 0.164706, 0.207843)
6582
SpecialMesh504.Parent = Part503
6583
SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6584
SpecialMesh504.Scale = Vector3.new(0.979592144, 0.394557834, 0.979591906)
6585
Folder505.Name = "CFrames"
6586
Folder505.Parent = Part503
6587
CFrameValue506.Name = "C0"
6588
CFrameValue506.Parent = Folder505
6589
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)
6590
Part507.Parent = Model0
6591
Part507.Material = Enum.Material.Metal
6592
Part507.BrickColor = BrickColor.new("Black")
6593
Part507.Rotation = Vector3.new(83.2699966, 89.0099945, 94.6899948)
6594
Part507.Anchored = true
6595
Part507.FormFactor = Enum.FormFactor.Custom
6596
Part507.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6597
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)
6598
Part507.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6599
Part507.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6600
Part507.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6601
Part507.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6602
Part507.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6603
Part507.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6604
Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
6605
Part507.Position = Vector3.new(46.1435165, 0.646713436, 138.363693)
6606
Part507.Orientation = Vector3.new(0.98999995, 89.8799973, 177.959991)
6607
Part507.Color = Color3.new(0.105882, 0.164706, 0.207843)
6608
SpecialMesh508.Parent = Part507
6609
SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
6610
SpecialMesh508.MeshType = Enum.MeshType.Sphere
6611
SpecialMesh508.Scale = Vector3.new(0.435374141, 0.435374141, 0.435374141)
6612
Folder509.Name = "CFrames"
6613
Folder509.Parent = Part507
6614
CFrameValue510.Name = "C0"
6615
CFrameValue510.Parent = Folder509
6616
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)
6617
Part511.Parent = Model0
6618
Part511.Material = Enum.Material.Metal
6619
Part511.BrickColor = BrickColor.new("Dark stone grey")
6620
Part511.Reflectance = 0.10000000149012
6621
Part511.Rotation = Vector3.new(-96.7299957, -89.0400009, -4.69000006)
6622
Part511.Anchored = true
6623
Part511.FormFactor = Enum.FormFactor.Custom
6624
Part511.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6625
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)
6626
Part511.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6627
Part511.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6628
Part511.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6629
Part511.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6630
Part511.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6631
Part511.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6632
Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
6633
Part511.Position = Vector3.new(46.3312683, 0.429026097, 135.529953)
6634
Part511.Orientation = Vector3.new(-0.98999995, -90.1199951, 92.0400009)
6635
Part511.Color = Color3.new(0.388235, 0.372549, 0.384314)
6636
SpecialMesh512.Parent = Part511
6637
SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6638
SpecialMesh512.MeshType = Enum.MeshType.Wedge
6639
SpecialMesh512.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6640
Folder513.Name = "CFrames"
6641
Folder513.Parent = Part511
6642
CFrameValue514.Name = "C0"
6643
CFrameValue514.Parent = Folder513
6644
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)
6645
Part515.Parent = Model0
6646
Part515.Material = Enum.Material.Metal
6647
Part515.BrickColor = BrickColor.new("Dark stone grey")
6648
Part515.Rotation = Vector3.new(39.9399986, -0.719999969, -54.0599976)
6649
Part515.Anchored = true
6650
Part515.FormFactor = Enum.FormFactor.Custom
6651
Part515.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6652
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)
6653
Part515.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6654
Part515.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6655
Part515.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6656
Part515.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6657
Part515.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6658
Part515.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6659
Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
6660
Part515.Position = Vector3.new(46.3291168, 0.308330357, 135.534241)
6661
Part515.Orientation = Vector3.new(39.9399986, -0.939999998, -54.6599998)
6662
Part515.Color = Color3.new(0.388235, 0.372549, 0.384314)
6663
SpecialMesh516.Parent = Part515
6664
SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6665
SpecialMesh516.MeshType = Enum.MeshType.Wedge
6666
SpecialMesh516.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6667
Folder517.Name = "CFrames"
6668
Folder517.Parent = Part515
6669
CFrameValue518.Name = "C0"
6670
CFrameValue518.Parent = Folder517
6671
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)
6672
Part519.Parent = Model0
6673
Part519.Material = Enum.Material.Metal
6674
Part519.BrickColor = BrickColor.new("Dark stone grey")
6675
Part519.Rotation = Vector3.new(-1.80999994, 13.0699997, -45.25)
6676
Part519.Anchored = true
6677
Part519.FormFactor = Enum.FormFactor.Custom
6678
Part519.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6679
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)
6680
Part519.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6681
Part519.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6682
Part519.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6683
Part519.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6684
Part519.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6685
Part519.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6686
Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
6687
Part519.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
6688
Part519.Orientation = Vector3.new(-1.75999999, 13.0799999, -45.6599998)
6689
Part519.Color = Color3.new(0.388235, 0.372549, 0.384314)
6690
SpecialMesh520.Parent = Part519
6691
SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6692
SpecialMesh520.MeshType = Enum.MeshType.Wedge
6693
SpecialMesh520.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6694
Folder521.Name = "CFrames"
6695
Folder521.Parent = Part519
6696
CFrameValue522.Name = "C0"
6697
CFrameValue522.Parent = Folder521
6698
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)
6699
Part523.Parent = Model0
6700
Part523.Material = Enum.Material.Metal
6701
Part523.BrickColor = BrickColor.new("Dark stone grey")
6702
Part523.Rotation = Vector3.new(178.849991, -41.8999977, 144.709991)
6703
Part523.Anchored = true
6704
Part523.FormFactor = Enum.FormFactor.Custom
6705
Part523.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6706
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)
6707
Part523.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6708
Part523.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6709
Part523.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6710
Part523.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6711
Part523.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6712
Part523.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6713
Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
6714
Part523.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
6715
Part523.Orientation = Vector3.new(0.859999955, -138.099991, -34.5299988)
6716
Part523.Color = Color3.new(0.388235, 0.372549, 0.384314)
6717
SpecialMesh524.Parent = Part523
6718
SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6719
SpecialMesh524.MeshType = Enum.MeshType.Wedge
6720
SpecialMesh524.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6721
Folder525.Name = "CFrames"
6722
Folder525.Parent = Part523
6723
CFrameValue526.Name = "C0"
6724
CFrameValue526.Parent = Folder525
6725
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)
6726
Part527.Parent = Model0
6727
Part527.Material = Enum.Material.Metal
6728
Part527.BrickColor = BrickColor.new("Dark stone grey")
6729
Part527.Rotation = Vector3.new(-96.7399979, -89.0400009, 175.300003)
6730
Part527.Anchored = true
6731
Part527.FormFactor = Enum.FormFactor.Custom
6732
Part527.Size = Vector3.new(0.316868067, 0.418179721, 0.316868067)
6733
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)
6734
Part527.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6735
Part527.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6736
Part527.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6737
Part527.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6738
Part527.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6739
Part527.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6740
Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
6741
Part527.Position = Vector3.new(46.165062, 0.437791824, 135.69548)
6742
Part527.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6743
Part527.Color = Color3.new(0.388235, 0.372549, 0.384314)
6744
BlockMesh528.Parent = Part527
6745
BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
6746
BlockMesh528.Scale = Vector3.new(0.761905074, 1, 0.802721143)
6747
Folder529.Name = "CFrames"
6748
Folder529.Parent = Part527
6749
CFrameValue530.Name = "C0"
6750
CFrameValue530.Parent = Folder529
6751
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)
6752
Part531.Parent = Model0
6753
Part531.Material = Enum.Material.Metal
6754
Part531.BrickColor = BrickColor.new("Dark stone grey")
6755
Part531.Rotation = Vector3.new(135.979996, -0.599999964, 54.1699982)
6756
Part531.Anchored = true
6757
Part531.FormFactor = Enum.FormFactor.Custom
6758
Part531.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6759
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)
6760
Part531.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6761
Part531.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6762
Part531.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6763
Part531.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6764
Part531.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6765
Part531.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6766
Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
6767
Part531.Position = Vector3.new(46.0021095, 0.595594823, 135.566711)
6768
Part531.Orientation = Vector3.new(44.0200005, -179.159988, -125.25)
6769
Part531.Color = Color3.new(0.388235, 0.372549, 0.384314)
6770
SpecialMesh532.Parent = Part531
6771
SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6772
SpecialMesh532.MeshType = Enum.MeshType.Wedge
6773
SpecialMesh532.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
6774
Folder533.Name = "CFrames"
6775
Folder533.Parent = Part531
6776
CFrameValue534.Name = "C0"
6777
CFrameValue534.Parent = Folder533
6778
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)
6779
Part535.Parent = Model0
6780
Part535.Material = Enum.Material.Metal
6781
Part535.BrickColor = BrickColor.new("Dark stone grey")
6782
Part535.Rotation = Vector3.new(-2.92999983, -42.0599976, -144.709991)
6783
Part535.Anchored = true
6784
Part535.FormFactor = Enum.FormFactor.Custom
6785
Part535.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6786
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)
6787
Part535.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6788
Part535.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6789
Part535.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6790
Part535.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6791
Part535.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6792
Part535.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6793
Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
6794
Part535.Position = Vector3.new(46.0353813, 0.274691135, 135.535034)
6795
Part535.Orientation = Vector3.new(-2.18000007, -42.0999985, -142.73999)
6796
Part535.Color = Color3.new(0.388235, 0.372549, 0.384314)
6797
SpecialMesh536.Parent = Part535
6798
SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6799
SpecialMesh536.MeshType = Enum.MeshType.Wedge
6800
SpecialMesh536.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
6801
Folder537.Name = "CFrames"
6802
Folder537.Parent = Part535
6803
CFrameValue538.Name = "C0"
6804
CFrameValue538.Parent = Folder537
6805
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)
6806
Part539.Parent = Model0
6807
Part539.Material = Enum.Material.Metal
6808
Part539.BrickColor = BrickColor.new("Dark stone grey")
6809
Part539.Rotation = Vector3.new(-168.87999, 0.299999982, -44.8199997)
6810
Part539.Anchored = true
6811
Part539.FormFactor = Enum.FormFactor.Custom
6812
Part539.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
6813
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)
6814
Part539.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6815
Part539.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6816
Part539.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6817
Part539.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6818
Part539.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6819
Part539.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6820
Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
6821
Part539.Position = Vector3.new(46.3330536, 0.556943357, 135.734619)
6822
Part539.Orientation = Vector3.new(-11.1199999, 179.690002, 135.23999)
6823
Part539.Color = Color3.new(0.388235, 0.372549, 0.384314)
6824
SpecialMesh540.Parent = Part539
6825
SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6826
SpecialMesh540.MeshType = Enum.MeshType.Wedge
6827
SpecialMesh540.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6828
Folder541.Name = "CFrames"
6829
Folder541.Parent = Part539
6830
CFrameValue542.Name = "C0"
6831
CFrameValue542.Parent = Folder541
6832
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)
6833
Part543.Parent = Model0
6834
Part543.Material = Enum.Material.Metal
6835
Part543.BrickColor = BrickColor.new("Dark stone grey")
6836
Part543.Rotation = Vector3.new(164.800003, -0.149999991, 135.220001)
6837
Part543.Anchored = true
6838
Part543.FormFactor = Enum.FormFactor.Custom
6839
Part543.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
6840
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)
6841
Part543.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6842
Part543.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6843
Part543.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6844
Part543.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6845
Part543.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6846
Part543.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6847
Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
6848
Part543.Position = Vector3.new(45.9969559, 0.321586132, 135.742538)
6849
Part543.Orientation = Vector3.new(15.1999998, -179.849991, -44.7399979)
6850
Part543.Color = Color3.new(0.388235, 0.372549, 0.384314)
6851
SpecialMesh544.Parent = Part543
6852
SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6853
SpecialMesh544.MeshType = Enum.MeshType.Wedge
6854
SpecialMesh544.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
6855
Folder545.Name = "CFrames"
6856
Folder545.Parent = Part543
6857
CFrameValue546.Name = "C0"
6858
CFrameValue546.Parent = Folder545
6859
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)
6860
Part547.Parent = Model0
6861
Part547.Material = Enum.Material.Metal
6862
Part547.BrickColor = BrickColor.new("Dark stone grey")
6863
Part547.Reflectance = 0.10000000149012
6864
Part547.Rotation = Vector3.new(-92.0400009, 0.98999995, -0.0799999982)
6865
Part547.Anchored = true
6866
Part547.FormFactor = Enum.FormFactor.Custom
6867
Part547.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6868
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)
6869
Part547.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6870
Part547.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6871
Part547.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6872
Part547.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6873
Part547.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6874
Part547.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6875
Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
6876
Part547.Position = Vector3.new(46.162529, 0.272502363, 135.535294)
6877
Part547.Orientation = Vector3.new(-87.7299957, 154.080002, -154.179993)
6878
Part547.Color = Color3.new(0.388235, 0.372549, 0.384314)
6879
SpecialMesh548.Parent = Part547
6880
SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6881
SpecialMesh548.MeshType = Enum.MeshType.Wedge
6882
SpecialMesh548.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6883
Folder549.Name = "CFrames"
6884
Folder549.Parent = Part547
6885
CFrameValue550.Name = "C0"
6886
CFrameValue550.Parent = Folder549
6887
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)
6888
Part551.Parent = Model0
6889
Part551.Material = Enum.Material.Metal
6890
Part551.BrickColor = BrickColor.new("Dark stone grey")
6891
Part551.Rotation = Vector3.new(-2.26999998, -13.2399998, 134.73999)
6892
Part551.Anchored = true
6893
Part551.FormFactor = Enum.FormFactor.Custom
6894
Part551.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6895
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)
6896
Part551.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6897
Part551.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6898
Part551.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6899
Part551.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6900
Part551.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6901
Part551.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6902
Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
6903
Part551.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
6904
Part551.Orientation = Vector3.new(-2.21000004, -13.25, 135.270004)
6905
Part551.Color = Color3.new(0.388235, 0.372549, 0.384314)
6906
SpecialMesh552.Parent = Part551
6907
SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6908
SpecialMesh552.MeshType = Enum.MeshType.Wedge
6909
SpecialMesh552.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
6910
Folder553.Name = "CFrames"
6911
Folder553.Parent = Part551
6912
CFrameValue554.Name = "C0"
6913
CFrameValue554.Parent = Folder553
6914
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)
6915
Part555.Parent = Model0
6916
Part555.Material = Enum.Material.Metal
6917
Part555.BrickColor = BrickColor.new("Dark stone grey")
6918
Part555.Reflectance = 0.10000000149012
6919
Part555.Rotation = Vector3.new(-96.7299957, -89.0400009, 175.300003)
6920
Part555.Anchored = true
6921
Part555.FormFactor = Enum.FormFactor.Custom
6922
Part555.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
6923
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)
6924
Part555.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6925
Part555.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6926
Part555.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6927
Part555.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6928
Part555.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6929
Part555.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6930
Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
6931
Part555.Position = Vector3.new(46.3309593, 0.436474502, 135.738892)
6932
Part555.Orientation = Vector3.new(-0.98999995, -90.1199951, -87.9599991)
6933
Part555.Color = Color3.new(0.388235, 0.372549, 0.384314)
6934
SpecialMesh556.Parent = Part555
6935
SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
6936
SpecialMesh556.MeshType = Enum.MeshType.Wedge
6937
SpecialMesh556.Scale = Vector3.new(0.761905074, 1, 0.244898811)
6938
Folder557.Name = "CFrames"
6939
Folder557.Parent = Part555
6940
CFrameValue558.Name = "C0"
6941
CFrameValue558.Parent = Folder557
6942
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)
6943
Part559.Parent = Model0
6944
Part559.Material = Enum.Material.Metal
6945
Part559.BrickColor = BrickColor.new("Dark stone grey")
6946
Part559.Reflectance = 0.10000000149012
6947
Part559.Rotation = Vector3.new(83.2699966, 89.0400009, -175.309998)
6948
Part559.Anchored = true
6949
Part559.FormFactor = Enum.FormFactor.Custom
6950
Part559.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6951
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)
6952
Part559.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6953
Part559.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6954
Part559.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6955
Part559.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6956
Part559.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6957
Part559.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6958
Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
6959
Part559.Position = Vector3.new(45.9993477, 0.434749782, 135.529282)
6960
Part559.Orientation = Vector3.new(0.98999995, 89.8799973, -92.0400009)
6961
Part559.Color = Color3.new(0.388235, 0.372549, 0.384314)
6962
SpecialMesh560.Parent = Part559
6963
SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6964
SpecialMesh560.MeshType = Enum.MeshType.Wedge
6965
SpecialMesh560.Scale = Vector3.new(0.761905074, 0.272108823, 0.244898811)
6966
Folder561.Name = "CFrames"
6967
Folder561.Parent = Part559
6968
CFrameValue562.Name = "C0"
6969
CFrameValue562.Parent = Folder561
6970
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)
6971
Part563.Parent = Model0
6972
Part563.Material = Enum.Material.Metal
6973
Part563.BrickColor = BrickColor.new("Dark stone grey")
6974
Part563.Reflectance = 0.10000000149012
6975
Part563.Rotation = Vector3.new(87.9599991, -0.98999995, -179.919998)
6976
Part563.Anchored = true
6977
Part563.FormFactor = Enum.FormFactor.Custom
6978
Part563.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
6979
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)
6980
Part563.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6981
Part563.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6982
Part563.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6983
Part563.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6984
Part563.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6985
Part563.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6986
Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
6987
Part563.Position = Vector3.new(46.1680641, 0.591133416, 135.523972)
6988
Part563.Orientation = Vector3.new(87.7299957, -25.9200001, 154.179993)
6989
Part563.Color = Color3.new(0.388235, 0.372549, 0.384314)
6990
SpecialMesh564.Parent = Part563
6991
SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6992
SpecialMesh564.MeshType = Enum.MeshType.Wedge
6993
SpecialMesh564.Scale = Vector3.new(0.802721381, 0.272108823, 0.244898811)
6994
Folder565.Name = "CFrames"
6995
Folder565.Parent = Part563
6996
CFrameValue566.Name = "C0"
6997
CFrameValue566.Parent = Folder565
6998
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)
6999
Part567.Parent = Model0
7000
Part567.Material = Enum.Material.Metal
7001
Part567.BrickColor = BrickColor.new("Dark stone grey")
7002
Part567.Rotation = Vector3.new(11.1099997, -0.299999982, -135.179993)
7003
Part567.Anchored = true
7004
Part567.FormFactor = Enum.FormFactor.Custom
7005
Part567.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7006
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)
7007
Part567.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7008
Part567.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7009
Part567.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7010
Part567.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7011
Part567.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7012
Part567.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7013
Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
7014
Part567.Position = Vector3.new(46.3339691, 0.589796841, 135.567368)
7015
Part567.Orientation = Vector3.new(11.1099997, -0.310000002, -135.23999)
7016
Part567.Color = Color3.new(0.388235, 0.372549, 0.384314)
7017
SpecialMesh568.Parent = Part567
7018
SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7019
SpecialMesh568.MeshType = Enum.MeshType.Wedge
7020
SpecialMesh568.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7021
Folder569.Name = "CFrames"
7022
Folder569.Parent = Part567
7023
CFrameValue570.Name = "C0"
7024
CFrameValue570.Parent = Folder569
7025
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)
7026
Part571.Parent = Model0
7027
Part571.Material = Enum.Material.Metal
7028
Part571.BrickColor = BrickColor.new("Dark stone grey")
7029
Part571.Rotation = Vector3.new(-1.14999998, 41.8999977, 35.2900009)
7030
Part571.Anchored = true
7031
Part571.FormFactor = Enum.FormFactor.Custom
7032
Part571.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7033
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)
7034
Part571.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7035
Part571.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7036
Part571.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7037
Part571.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7038
Part571.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7039
Part571.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7040
Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
7041
Part571.Position = Vector3.new(46.2952347, 0.588934064, 135.524216)
7042
Part571.Orientation = Vector3.new(-0.859999955, 41.8999977, 34.5299988)
7043
Part571.Color = Color3.new(0.388235, 0.372549, 0.384314)
7044
SpecialMesh572.Parent = Part571
7045
SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7046
SpecialMesh572.MeshType = Enum.MeshType.Wedge
7047
SpecialMesh572.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7048
Folder573.Name = "CFrames"
7049
Folder573.Parent = Part571
7050
CFrameValue574.Name = "C0"
7051
CFrameValue574.Parent = Folder573
7052
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)
7053
Part575.Parent = Model0
7054
Part575.Material = Enum.Material.Metal
7055
Part575.BrickColor = BrickColor.new("Dark stone grey")
7056
Part575.Rotation = Vector3.new(178.190002, -13.0699997, -134.75)
7057
Part575.Anchored = true
7058
Part575.FormFactor = Enum.FormFactor.Custom
7059
Part575.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
7060
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)
7061
Part575.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7062
Part575.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7063
Part575.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7064
Part575.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7065
Part575.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7066
Part575.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7067
Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
7068
Part575.Position = Vector3.new(46.0406609, 0.600843489, 135.732651)
7069
Part575.Orientation = Vector3.new(1.75999999, -166.919998, 45.6599998)
7070
Part575.Color = Color3.new(0.388235, 0.372549, 0.384314)
7071
SpecialMesh576.Parent = Part575
7072
SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7073
SpecialMesh576.MeshType = Enum.MeshType.Wedge
7074
SpecialMesh576.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7075
Folder577.Name = "CFrames"
7076
Folder577.Parent = Part575
7077
CFrameValue578.Name = "C0"
7078
CFrameValue578.Parent = Folder577
7079
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)
7080
Part579.Parent = Model0
7081
Part579.Material = Enum.Material.Metal
7082
Part579.BrickColor = BrickColor.new("Dark stone grey")
7083
Part579.Rotation = Vector3.new(-140.059998, 0.719999969, -125.939995)
7084
Part579.Anchored = true
7085
Part579.FormFactor = Enum.FormFactor.Custom
7086
Part579.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7087
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)
7088
Part579.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7089
Part579.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7090
Part579.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7091
Part579.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7092
Part579.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7093
Part579.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7094
Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
7095
Part579.Position = Vector3.new(46.3283768, 0.271101058, 135.578735)
7096
Part579.Orientation = Vector3.new(-39.9399986, 179.059998, 54.6599998)
7097
Part579.Color = Color3.new(0.388235, 0.372549, 0.384314)
7098
SpecialMesh580.Parent = Part579
7099
SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7100
SpecialMesh580.MeshType = Enum.MeshType.Wedge
7101
SpecialMesh580.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7102
Folder581.Name = "CFrames"
7103
Folder581.Parent = Part579
7104
CFrameValue582.Name = "C0"
7105
CFrameValue582.Parent = Folder581
7106
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)
7107
Part583.Parent = Model0
7108
Part583.Material = Enum.Material.Metal
7109
Part583.BrickColor = BrickColor.new("Dark stone grey")
7110
Part583.Reflectance = 0.10000000149012
7111
Part583.Rotation = Vector3.new(-92.0400009, 0.98999995, 179.919998)
7112
Part583.Anchored = true
7113
Part583.FormFactor = Enum.FormFactor.Custom
7114
Part583.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
7115
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)
7116
Part583.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7117
Part583.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7118
Part583.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7119
Part583.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7120
Part583.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7121
Part583.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7122
Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
7123
Part583.Position = Vector3.new(46.1622467, 0.27993691, 135.744217)
7124
Part583.Orientation = Vector3.new(-87.7299957, 154.080002, 25.8199997)
7125
Part583.Color = Color3.new(0.388235, 0.372549, 0.384314)
7126
SpecialMesh584.Parent = Part583
7127
SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
7128
SpecialMesh584.MeshType = Enum.MeshType.Wedge
7129
SpecialMesh584.Scale = Vector3.new(0.802721381, 1, 0.244898811)
7130
Folder585.Name = "CFrames"
7131
Folder585.Parent = Part583
7132
CFrameValue586.Name = "C0"
7133
CFrameValue586.Parent = Folder585
7134
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)
7135
Part587.Parent = Model0
7136
Part587.Material = Enum.Material.Metal
7137
Part587.BrickColor = BrickColor.new("Dark stone grey")
7138
Part587.Rotation = Vector3.new(-44.0200005, 0.599999964, 125.829994)
7139
Part587.Anchored = true
7140
Part587.FormFactor = Enum.FormFactor.Custom
7141
Part587.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7142
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)
7143
Part587.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7144
Part587.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7145
Part587.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7146
Part587.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7147
Part587.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7148
Part587.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7149
Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
7150
Part587.Position = Vector3.new(46.0014954, 0.555304468, 135.525009)
7151
Part587.Orientation = Vector3.new(-44.0200005, 0.839999974, 125.25)
7152
Part587.Color = Color3.new(0.388235, 0.372549, 0.384314)
7153
SpecialMesh588.Parent = Part587
7154
SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7155
SpecialMesh588.MeshType = Enum.MeshType.Wedge
7156
SpecialMesh588.Scale = Vector3.new(0.0544217676, 0.305142522, 0.202264965)
7157
Folder589.Name = "CFrames"
7158
Folder589.Parent = Part587
7159
CFrameValue590.Name = "C0"
7160
CFrameValue590.Parent = Folder589
7161
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)
7162
Part591.Parent = Model0
7163
Part591.Material = Enum.Material.Metal
7164
Part591.BrickColor = BrickColor.new("Dark stone grey")
7165
Part591.Rotation = Vector3.new(-15.1899996, 0.149999991, 44.7799988)
7166
Part591.Anchored = true
7167
Part591.FormFactor = Enum.FormFactor.Custom
7168
Part591.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7169
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)
7170
Part591.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7171
Part591.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7172
Part591.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7173
Part591.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7174
Part591.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7175
Part591.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7176
Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
7177
Part591.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
7178
Part591.Orientation = Vector3.new(-15.1899996, 0.149999991, 44.7399979)
7179
Part591.Color = Color3.new(0.388235, 0.372549, 0.384314)
7180
SpecialMesh592.Parent = Part591
7181
SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7182
SpecialMesh592.MeshType = Enum.MeshType.Wedge
7183
SpecialMesh592.Scale = Vector3.new(0.0544217676, 0.341822326, 0.0557471775)
7184
Folder593.Name = "CFrames"
7185
Folder593.Parent = Part591
7186
CFrameValue594.Name = "C0"
7187
CFrameValue594.Parent = Folder593
7188
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)
7189
Part595.Parent = Model0
7190
Part595.Material = Enum.Material.Metal
7191
Part595.BrickColor = BrickColor.new("Dark stone grey")
7192
Part595.Rotation = Vector3.new(177.069992, 42.0599976, -35.2900009)
7193
Part595.Anchored = true
7194
Part595.FormFactor = Enum.FormFactor.Custom
7195
Part595.Size = Vector3.new(0.316868067, 0.316868067, 0.316868067)
7196
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)
7197
Part595.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7198
Part595.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7199
Part595.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7200
Part595.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7201
Part595.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7202
Part595.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7203
Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
7204
Part595.Position = Vector3.new(45.9965363, 0.276894867, 135.578049)
7205
Part595.Orientation = Vector3.new(2.18000007, 137.899994, 142.73999)
7206
Part595.Color = Color3.new(0.388235, 0.372549, 0.384314)
7207
SpecialMesh596.Parent = Part595
7208
SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7209
SpecialMesh596.MeshType = Enum.MeshType.Wedge
7210
SpecialMesh596.Scale = Vector3.new(0.0544217676, 0.305142522, 0.163824365)
7211
Folder597.Name = "CFrames"
7212
Folder597.Parent = Part595
7213
CFrameValue598.Name = "C0"
7214
CFrameValue598.Parent = Folder597
7215
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)
7216
Part599.Parent = Model0
7217
Part599.Material = Enum.Material.Metal
7218
Part599.BrickColor = BrickColor.new("Dark stone grey")
7219
Part599.Reflectance = 0.10000000149012
7220
Part599.Rotation = Vector3.new(83.2699966, 89.0400009, 4.69999981)
7221
Part599.Anchored = true
7222
Part599.FormFactor = Enum.FormFactor.Custom
7223
Part599.Size = Vector3.new(0.316868067, 0.331957012, 0.316868067)
7224
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)
7225
Part599.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7226
Part599.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7227
Part599.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7228
Part599.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7229
Part599.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7230
Part599.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7231
Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
7232
Part599.Position = Vector3.new(45.999054, 0.442187369, 135.738235)
7233
Part599.Orientation = Vector3.new(0.98999995, 89.8799973, 87.9599991)
7234
Part599.Color = Color3.new(0.388235, 0.372549, 0.384314)
7235
SpecialMesh600.Parent = Part599
7236
SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
7237
SpecialMesh600.MeshType = Enum.MeshType.Wedge
7238
SpecialMesh600.Scale = Vector3.new(0.761905074, 1, 0.244898811)
7239
Folder601.Name = "CFrames"
7240
Folder601.Parent = Part599
7241
CFrameValue602.Name = "C0"
7242
CFrameValue602.Parent = Folder601
7243
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)
7244
Part603.Parent = Model0
7245
Part603.Material = Enum.Material.Metal
7246
Part603.BrickColor = BrickColor.new("Dark stone grey")
7247
Part603.Rotation = Vector3.new(177.729996, 13.2399998, 45.25)
7248
Part603.Anchored = true
7249
Part603.FormFactor = Enum.FormFactor.Custom
7250
Part603.Size = Vector3.new(0.316868067, 0.316868067, 0.323239535)
7251
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)
7252
Part603.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7253
Part603.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7254
Part603.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7255
Part603.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7256
Part603.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7257
Part603.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7258
Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
7259
Part603.Position = Vector3.new(46.2893715, 0.277675599, 135.744507)
7260
Part603.Orientation = Vector3.new(2.21000004, 166.75, -135.270004)
7261
Part603.Color = Color3.new(0.388235, 0.372549, 0.384314)
7262
SpecialMesh604.Parent = Part603
7263
SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7264
SpecialMesh604.MeshType = Enum.MeshType.Wedge
7265
SpecialMesh604.Scale = Vector3.new(0.0544217676, 0.341822326, 1)
7266
Folder605.Name = "CFrames"
7267
Folder605.Parent = Part603
7268
CFrameValue606.Name = "C0"
7269
CFrameValue606.Parent = Folder605
7270
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)
7271
for i,v in pairs(mas:GetChildren()) do
7272
	v.Parent = script.Parent
7273
	pcall(function() v:MakeJoints() end)
7274
end
7275
mas:Destroy()
7276
for i,v in pairs(cors) do
7277
	spawn(function()
7278
		pcall(v)
7279
	end)
7280
end
7281
7282
----------------------------------------------------
7283
7284
--debounces start
7285
Debounces = {
7286
CanAttack = true;
7287
CanJoke = true;
7288
NoIdl = false;
7289
Slashing = false;
7290
Slashed = false;
7291
Slapping = false;
7292
Slapped = false;
7293
ks = false;
7294
Reaping = false;
7295
Reaped = false;
7296
}
7297
mode = "normal"
7298
--debounces end
7299
-------------------------------
7300
7301
----------------------------------------------------
7302
local m2 = script.Parent.Dragonslayer:clone()
7303
for i,v in pairs(m2:children()) do if v:IsA("BasePart") then v.Anchored=false v.CanCollide=false end end
7304
--m.Welds.Disabled=false
7305
local grip2 = Instance.new("Motor")
7306
grip2.Part0=char["Right Arm"]
7307
grip2.Part1=m2.Handle
7308
grip2.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(0,0,0)
7309
grip2.C1=CFrame.new()
7310
grip2.Parent=grip2.Part0
7311
m2.Parent=char
7312
----------------------------------------------------
7313
local cor2 = Instance.new("Part", m2)
7314
cor2.Name = "Thingy"
7315
cor2.Locked = true
7316
cor2.BottomSurface = 0
7317
cor2.CanCollide = false
7318
cor2.Size = Vector3.new(.1,.1,.1)
7319
cor2.Transparency = 1
7320
cor2.TopSurface = 0
7321
corw2 = Instance.new("Weld", cor2)
7322
corw2.Part0 = rarm
7323
corw2.Part1 = cor2
7324
corw2.C0 = CFrame.new(0, 0, 0)  
7325
corw2.C1 = CFrame.new(0, 0, 0)  
7326
weld1 = Instance.new("Weld", m2) -- Right grip
7327
weld1.Part1 = cor2
7328
weld1.Part0 = m2.Handle
7329
weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)
7330
------------------------------------------------------------------------------------------------------------
7331
wait(.1)
7332
local a = char.Dragonslayer:GetChildren()
7333
wait(.1)
7334
a.Locked=true
7335
----------------------------------------------------
7336
----------------------------------------------------
7337
7338
---------------
7339
fat = Instance.new("BindableEvent", script)--artificial heartbeat 
7340
fat.Name = "Heartbeat"
7341
script:WaitForChild("Heartbeat")
7342
frame = 0.033333333333333
7343
tf = 0
7344
allowframeloss = false
7345
tossremainder = false
7346
lastframe = tick()
7347
script.Heartbeat:Fire()
7348
game:GetService("RunService").Heartbeat:connect(function(s, p)
7349
	
7350
	tf = tf + s
7351
	if frame <= tf then
7352
		if allowframeloss then
7353
			script.Heartbeat:Fire()
7354
			lastframe = tick()
7355
		else
7356
			for i = 1, math.floor(tf / frame) do
7357
				script.Heartbeat:Fire()
7358
			end
7359
			lastframe = tick()
7360
		end
7361
		if tossremainder then
7362
			tf = 0
7363
		else
7364
			tf = tf - frame * math.floor(tf / frame)
7365
		end
7366
	end
7367
end
7368
)
7369
local Touche = {char.Name, }
7370
function swait(num)
7371
if num == 0 or num == nil then
7372
fat.Event:wait()
7373
else
7374
for i = 0, num do
7375
fat.Event:wait()
7376
end
7377
end
7378
end
7379
----------------------------------------------------
7380
function weld5(part0, part1, c0, c1)
7381
  local  weeld=Instance.new("Weld", part0)
7382
    weeld.Part0=part0
7383
    weeld.Part1=part1
7384
    weeld.C0=c0
7385
    weeld.C1=c1
7386
    return weeld
7387
end
7388
----------
7389
local acos = math.acos
7390
local sqrt = math.sqrt
7391
local Vec3 = Vector3.new
7392
local fromAxisAngle = CFrame.fromAxisAngle
7393
7394
local function toAxisAngle(CFr)
7395
        local X,Y,Z,R00,R01,R02,R10,R11,R12,R20,R21,R22 = CFr:components()
7396
        local Angle = math.acos((R00+R11+R22-1)/2)
7397
        local A = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7398
        A = A == 0 and 0.00001 or A
7399
        local B = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7400
        B = B == 0 and 0.00001 or B
7401
        local C = (R21-R12)^2+(R02-R20)^2+(R10-R01)^2
7402
        C = C == 0 and 0.00001 or C
7403
        local x = (R21-R12)/sqrt(A)
7404
        local y = (R02-R20)/sqrt(B)
7405
        local z = (R10-R01)/sqrt(C)
7406
        return Vec3(x,y,z),Angle
7407
end
7408
7409
function ApplyTrig(Num,Func)
7410
        local Min,Max = Func(0),Func(1)
7411
        local i = Func(Num)
7412
        return (i-Min)/(Max-Min)
7413
7414
end
7415
7416
function LerpCFrame(CFrame1,CFrame2,Num)
7417
        local Vec,Ang = toAxisAngle(CFrame1:inverse()*CFrame2)
7418
        return CFrame1*fromAxisAngle(Vec,Ang*Num) + (CFrame2.p-CFrame1.p)*Num
7419
end
7420
----------------------------------------------------
7421
mod=Instance.new('Model',char)
7422
7423
------
7424
mod4 = Instance.new("Model",char)
7425
7426
7427
lite = Instance.new("PointLight")
7428
lite.Parent = torso
7429
lite.Brightness = 6
7430
lite.Range = 8
7431
lite.Color = Color3.new(255,0,0)
7432
-------------------------------
7433
-------------------------------
7434
mouse.KeyDown:connect(function(key)
7435
    if string.byte(key) == 52 then
7436
    	if Debounces.CanAttack == true then
7437
			if stanceToggle ~= "Floating" then
7438
				char["Humanoid"].WalkSpeed = 60
7439
7440
							elseif Debounces.CanAttack == false then
7441
					elseif stanceToggle == "Floating" then
7442
				wait()
7443
			end
7444
        end
7445
    end
7446
end)
7447
mouse.KeyUp:connect(function(key)
7448
    if string.byte(key) == 52 then
7449
7450
        char["Humanoid"].WalkSpeed = 9
7451
    end
7452
end)
7453
--------------------------------
7454
mouse.KeyDown:connect(function(key)
7455
    if key == "f" and equipped == false then
7456
	equipped = true
7457
        stanceToggle = "Normal"
7458
elseif key == "f" and equipped == true then
7459
	equipped = false
7460
	stanceToggle = "Sheathed"
7461
    end
7462
end)
7463
function lerp(a, b, t) -- Linear interpolation
7464
	return a + (b - a)*t
7465
end
7466
 
7467
function slerp(a, b, t) --Spherical interpolation
7468
	dot = a:Dot(b)
7469
	if dot > 0.99999 or dot < -0.99999 then
7470
		return t <= 0.5 and a or b
7471
	else
7472
		r = math.acos(dot)
7473
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
7474
	end
7475
end
7476
 
7477
function matrixInterpolate(a, b, t)
7478
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
7479
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
7480
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
7481
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
7482
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
7483
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
7484
	local t = v1:Dot(v2)
7485
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
7486
		return CFrame.new()
7487
	end
7488
	return CFrame.new(
7489
	v0.x, v0.y, v0.z,
7490
	v1.x, v1.y, v1.z,
7491
	v2.x, v2.y, v2.z,
7492
	v3.x, v3.y, v3.z)
7493
end
7494
----------------------------------------------------
7495
function genWeld(a,b)
7496
    local w = Instance.new("Weld",a)
7497
    w.Part0 = a
7498
    w.Part1 = b
7499
    return w
7500
end
7501
function weld(a, b)
7502
    local weld = Instance.new("Weld")
7503
    weld.Name = "W"
7504
    weld.Part0 = a
7505
    weld.Part1 = b
7506
    weld.C0 = a.CFrame:inverse() * b.CFrame
7507
    weld.Parent = a
7508
    return weld;
7509
end
7510
----------------------------------------------------
7511
function Lerp(c1,c2,al)
7512
local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
7513
local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
7514
for i,v in pairs(com1) do 
7515
com1[i] = v+(com2[i]-v)*al
7516
end
7517
return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
7518
end
7519
----------------------------------------------------
7520
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
7521
local wld = Instance.new("Weld", wp1)
7522
wld.Part0 = wp0
7523
wld.Part1 = wp1
7524
wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
7525
end
7526
----------------------------------------------------
7527
newWeld(torso, larm, -1.5, 0.5, 0)
7528
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
7529
newWeld(torso, rarm, 1.5, 0.5, 0)
7530
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
7531
newWeld(torso, hed, 0, 1.5, 0)
7532
newWeld(torso, lleg, -0.5, -1, 0)
7533
lleg.Weld.C1 = CFrame.new(0, 1, 0)
7534
newWeld(torso, rleg, 0.5, -1, 0)
7535
rleg.Weld.C1 = CFrame.new(0, 1, 0)
7536
newWeld(root, torso, 0, -1, 0)
7537
torso.Weld.C1 = CFrame.new(0, -1, 0)
7538
----------------------------------------------------
7539
wait(.1)
7540
char.Dragonslayer:GetChildren().Locked=true
7541
print("locked lol")
7542
----------------------------------------------------
7543
function Dmg()
7544
	local partofdeath = char.Dragonslayer.Hitbox
7545
	local function CreateRegion3FromLocAndSize(Position, Size)
7546
		local SizeOffset = Size/2
7547
		local Point1 = Position - SizeOffset
7548
		local Point2 = Position + SizeOffset
7549
		return Region3.new(Point1, Point2)
7550
	end
7551
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
7552
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
7553
		spawn(function()
7554
			if Debounces.Slashing == true and Debounces.Slashed == false then
7555
				Debounces.Slashed = true
7556
				ypcall(function()
7557
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
7558
					humanoid:TakeDamage(math.random(40,48))
7559
				end)
7560
				wait(.4)
7561
				Debounces.Slashed = false
7562
			end
7563
		end)
7564
	end
7565
end
7566
----------------------------------------------------
7567
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
7568
ptz = {0.7, 0.8, 0.9, 1}
7569
idz = {"231917961", "231917950"}
7570
function attackone()
7571
	for i = 1, 13 do
7572
		Dmg()
7573
		weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(1.4,-.1,.8)	
7574
        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)
7575
		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)
7576
		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)
7577
		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)
7578
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
7579
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
7580
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
7581
		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)
7582
		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)
7583
		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)
7584
		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)
7585
		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)
7586
		if Debounces.on == false then
7587
			break
7588
		end
7589
		fat.Event:wait()
7590
	end
7591
7592
	Debounces.Slashing = true
7593
	wait(0.4)
7594
	x = Instance.new("Sound", hed)
7595
	x.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
7596
	x.Pitch = ptz[math.random(1,#ptz)]
7597
	x.Volume = 2
7598
	wait(.01)
7599
	x:Play()
7600
	
7601
	for i = 1, 14 do
7602
		Dmg()
7603
		weld1.C0 = CFrame.new(0,0, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(3,0,0)		
7604
        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)
7605
		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)
7606
		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)
7607
		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)
7608
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
7609
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7610
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
7611
		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)
7612
		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)
7613
		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)
7614
		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)
7615
		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)
7616
		if Debounces.on == false then break end
7617
		swait()
7618
		rs:wait()
7619
	end
7620
	Debounces.Slashing = false
7621
end
7622
function attacktwo()
7623
	Debounces.Reaping = true
7624
	Debounces.Slashing = true
7625
	x:Play()
7626
	wait(.1)
7627
	
7628
	for i = 1, 14 do
7629
		Dmg()
7630
        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)
7631
		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)
7632
		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)
7633
		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)
7634
		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)
7635
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7636
		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)
7637
		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)
7638
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
7639
		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)
7640
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
7641
		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)
7642
		Debounces.Reaping = false
7643
		if Debounces.on == false then
7644
			break
7645
		end
7646
		swait()
7647
		rs:wait()
7648
	end
7649
end
7650
----------------------------------------------------
7651
----------------------------------------------------
7652
--[[mouse.KeyDown:connect(function(key)
7653
    if key == "e" then
7654
        if Debounces.CanAttack == true and stanceToggle == "Normal" then
7655
            Debounces.CanAttack = false
7656
            Debounces.NoIdl = true
7657
            Debounces.on = true
7658
                for i = 1,50 do
7659
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(-10)),     0.05)
7660
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(20)),     0.05)
7661
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), math.rad(0)),     0.05)
7662
                    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)
7663
                    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)
7664
                    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)
7665
                    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)
7666
               if Debounces.on == false then break end wait()
7667
                    end
7668
                        wait(1)
7669
      z = Instance.new("Sound")
7670
      z.SoundId = "http://www.roblox.com/asset/?    id=160773067"
7671
      z.Parent = char
7672
      z.Looped = false
7673
      z.Pitch = .4
7674
      z.Volume = .5
7675
      wait()
7676
      z:Play()
7677
      Debounces.Reaping = true
7678
      Reap()
7679
                for i = 1, 20 do
7680
                    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)
7681
                    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)
7682
                    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)
7683
                    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)
7684
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad (6), 0, math.rad(10)),   0.5)
7685
                    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)
7686
                      if Debounces.on == false then break end wait()
7687
                        end
7688
                            if Debounces.CanAttack == false then
7689
        Debounces.Slashing = false
7690
                                Debounces.CanAttack = true
7691
                                Debounces.NoIdl = false
7692
        z:Destroy()
7693
                                end
7694
                            end
7695
                     end
7696
                    end)]]
7697
----------------------------------------------------
7698
7699
----------------------------------------------------
7700
ComboNum = 0
7701
mouse.Button1Down:connect(function()
7702
7703
	if Debounces.CanAttack == true and stanceToggle=="Normal" then
7704
		Debounces.CanAttack = false
7705
		Debounces.NoIdl = true
7706
		Debounces.Reaping = true
7707
		Debounces.on = true
7708
		if ComboNum == 0 then
7709
			attackone()
7710
		elseif ComboNum == 1  then
7711
			attacktwo()
7712
		--[[elseif ComboNum == 2 then
7713
			attackthree()]]--
7714
		end
7715
		ComboNum = ComboNum + 1
7716
		Debounces.CanAttack = true
7717
		Debounces.on = false
7718
		wait(.5)
7719
		if Debounces.CanAttack == true then
7720
			ComboNum = 0
7721
			Debounces.NoIdl = false
7722
		end
7723
	end
7724
end)
7725
hitbb = char.Dragonslayer.Hitbox
7726
----------------------------------------------------
7727
Reap = function()
7728
	
7729
	hitbb.Touched:connect(function(ht1)
7730
		
7731
		hit1 = ht1.Parent
7732
		if ht1 and hit1:IsA("Model") and hit1:FindFirstChild("Humanoid") and hit1.Name ~= p.Name and Debounces.Reaping == true and Debounces.Reaped == false then
7733
			Debounces.Reaped = true
7734
			h = hit1:FindFirstChild("Humanoid")
7735
			if h ~= nil then
7736
				hum.MaxHealth = hum.MaxHealth + h.MaxHealth
7737
				hum.Health = hum.MaxHealth
7738
				e = Instance.new("Part")
7739
				e.TopSurface = 0
7740
				e.BottomSurface = 0
7741
				e.Reflectance = 0.05
7742
				e.formFactor = "Symmetric"
7743
				e.Size = Vector3.new(1, 1, 1)
7744
				e.Anchored = true
7745
				e.CanCollide = false
7746
				e.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
7747
				e.CFrame = CFrame.new(ht1.Position)
7748
				e.Parent = hit1
7749
									z = Instance.new("Sound", rarm)
7750
		z.SoundId = "http://www.roblox.com/asset/?id=895716446"
7751
		z.Volume = 0.6
7752
		z.Pitch = pt[math.random(1, #pt)]
7753
		z.Looped = false
7754
		wait()
7755
		z:Play()
7756
				Instance.new("BlockMesh", e)
7757
				coroutine.resume(coroutine.create(function(par)
7758
			
7759
			for i = 1, 13 do
7760
				par.CFrame = par.CFrame * CFrame.fromEulerAnglesXYZ(math.random(-20, 20) / 50, math.random(-20, 20) / 50, math.random(-20, 20) / 50)
7761
				par.Transparency = i / 13
7762
				par.Mesh.Scale = par.Mesh.Scale + Vector3.new(0.4, 0.4, 0.4)
7763
				wait()
7764
			end
7765
			par.Parent = nil
7766
		end
7767
), e)
7768
				for _,v in pairs(hit1:children()) do
7769
7770
					if v.className == "Part" then
7771
						
7772
						v.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
7773
						v.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
7774
						v:BreakJoints()
7775
						f = Instance.new("BodyVelocity")
7776
						f.P = 3000
7777
						f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
7778
						f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
7779
						f.Parent = v
7780
						v.CanCollide = false
7781
						coroutine.resume(coroutine.create(function(par)
7782
				
7783
			for i = 1, 30 do
7784
				par.Transparency = i / 30
7785
				wait()
7786
			end
7787
			par.Parent = nil
7788
						end
7789
						
7790
						), v)
7791
						elseif v.Name == "Base" then
7792
					else
7793
						if v.className == "Accessory" then
7794
							v.Handle.BrickColor = BrickColor.new(eColors[math.random(1,#eColors)])
7795
							v.Handle.RotVelocity = Vector3.new(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) * 3
7796
							v.Handle:BreakJoints()
7797
							f = Instance.new("BodyVelocity")
7798
							f.P = 3000
7799
							f.maxForce = Vector3.new(math.huge, math.huge, math.huge)
7800
							f.velocity = Vector3.new(math.random(-30, 30) / 10, math.random(-30, 30) / 10, math.random(-30, 30) / 10)
7801
							f.Parent = v.Handle
7802
							v.Handle.CanCollide = false
7803
							coroutine.resume(coroutine.create(function(par)
7804
			
7805
			for i = 1, 30 do
7806
				par.Transparency = i / 30
7807
				wait()
7808
			end
7809
			par.Parent = nil
7810
		end
7811
							), v.Handle)
7812
						
7813
							if h == nil then
7814
								wait()
7815
							end
7816
						end
7817
					end
7818
				end
7819
			end
7820
			end
7821
				end
7822
				
7823
)
7824
	Debounces.Reaped = false
7825
end
7826
7827
----------------------------------------------
7828
ROW = function(out, trans, s, wt, t, ang, plus)
7829
    if game:GetService("Workspace"):findFirstChild("Base")~=nil then
7830
        for i = 1, 360, 360/t do
7831
            local c = Instance.new("Part", game:GetService("Workspace"))
7832
            c.FormFactor = 3
7833
            c.TopSurface = 0
7834
            c.BottomSurface = 0
7835
            c.Size = s
7836
            c.Anchored = true
7837
            c.CanCollide = wt
7838
            c.Material=game:GetService("Workspace").Base.Material
7839
            c.Transparency = trans
7840
            c.BrickColor = game:GetService("Workspace").Base.BrickColor
7841
            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
7842
            c.Locked=true
7843
            game.Debris:AddItem(c,4+math.random(1,10)/10)
7844
        end
7845
    end
7846
end
7847
----------------------------------------------
7848
-------------------
7849
function Crater(Torso,Radius)
7850
        Spawn(function()
7851
        local Ray = Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)
7852
        local Ignore = {}
7853
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
7854
                if v.Character ~= nil then
7855
                        Ignore[#Ignore+1] = v.Character
7856
                end
7857
        end
7858
        local Hit,Pos,SurfaceNorm = workspace:FindPartOnRayWithIgnoreList(Ray,Ignore)
7859
        if Hit == nil then return end
7860
        local Parts = {}
7861
        for i = 1,360,10 do
7862
                local P = Instance.new("Part",Torso.Parent)
7863
                P.Anchored = true
7864
                P.FormFactor = "Custom"
7865
                P.BrickColor = Hit.BrickColor
7866
                P.Material = Hit.Material
7867
                P.TopSurface = "Smooth"
7868
                P.BottomSurface = "Smooth"
7869
                P.Size = Vector3.new(5,10,10)*(math.random(80,100)/100)
7870
                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)))
7871
                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}
7872
                if math.random(0,5) == 0 then -- rubble
7873
                        local P = Instance.new("Part",Torso.Parent)
7874
                        P.Anchored = true
7875
                        P.FormFactor = "Custom"
7876
                        P.BrickColor = Hit.BrickColor
7877
                        P.Material = Hit.Material
7878
                        P.TopSurface = "Smooth"
7879
                        P.BottomSurface = "Smooth"
7880
                        P.Size = Vector3.new(2,2,2)*(math.random(80,100)/100)
7881
                        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)))
7882
                        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}
7883
                end
7884
        end
7885
        for i = 0,1,0.05 do
7886
                for i2,v in pairs(Parts) do
7887
                        v[1].CFrame = LerpCFrame(v[2],v[3],ApplyTrig(i,math.cos))
7888
                end
7889
                wait(0.02)
7890
        end
7891
        for i,v in pairs(Parts) do
7892
                if v[1].Size.X > 2.1 then
7893
                        v[1].CFrame = v[1].CFrame+Vector3.new(0,2,0)
7894
                end
7895
                v[1].Anchored = false
7896
        end
7897
        for i = 0,1,0.05 do
7898
                for i2,v in pairs(Parts) do
7899
                        v[1].Transparency = i
7900
                        if i == 1 then
7901
                                v[1]:Destroy()
7902
                        elseif i >= 0.25 then
7903
                                v[1].CanCollide = false
7904
                        end
7905
                end
7906
                wait(0.02)
7907
        end
7908
        Parts = nil
7909
        end)
7910
end
7911
7912
7913
local Touche = {char.Name}
7914
-------------------------------
7915
ROW = function(out, trans, s, wt, t, ang, plus)
7916
    if game:GetService("Workspace"):findFirstChild("Base")~=nil then
7917
        for i = 1, 360, 360/t do
7918
            local c = Instance.new("Part", game:GetService("Workspace"))
7919
            c.FormFactor = 3
7920
            c.TopSurface = 0
7921
            c.BottomSurface = 0
7922
            c.Size = s
7923
            c.Anchored = true
7924
            c.CanCollide = wt
7925
            c.Material=game:GetService("Workspace").Base.Material
7926
            c.Transparency = trans
7927
            c.BrickColor = game:GetService("Workspace").Base.BrickColor
7928
            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
7929
            c.Locked=true
7930
            game.Debris:AddItem(c,4+math.random(1,10)/10)
7931
        end
7932
    end
7933
end
7934
----------------------------------------------
7935
Part = function(x,y,z,color,tr,cc,an,parent)
7936
local p = Instance.new('Part',parent or Weapon)
7937
p.formFactor = 'Custom'
7938
p.Size = Vector3.new(x,y,z)
7939
p.BrickColor = BrickColor.new(color)
7940
p.CanCollide = cc
7941
p.Transparency = tr
7942
p.Anchored = an
7943
p.TopSurface,p.BottomSurface = 0,0
7944
p.Locked=true
7945
p:BreakJoints()
7946
return p end
7947
7948
Mesh = function(par,num,x,y,z)
7949
local msh = _
7950
if num == 1 then msh = Instance.new("CylinderMesh",par)
7951
elseif num == 2 then msh = Instance.new("SpecialMesh",par) msh.MeshType = 3
7952
elseif num == 3 then msh = Instance.new("BlockMesh",par)
7953
elseif num == 4 then msh = Instance.new("SpecialMesh",par) msh.MeshType = "Torso"
7954
elseif type(num) == 'string' then msh = Instance.new("SpecialMesh",par) msh.MeshId = num
7955
end msh.Scale = Vector3.new(x,y,z)
7956
return msh end
7957
7958
----------------------------------------------
7959
function explosion(col1,col2,cfr,sz,rng,dmg)
7960
    local a= Part(1,1,1,col1,.5,false,true,game:GetService("Workspace"))
7961
    local a2= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
7962
    local a3= Part(1,1,1,col2,.5,false,true,game:GetService("Workspace"))
7963
    v1,v2,v3=sz.x,sz.y,sz.z
7964
    local m= Mesh(a,'http://www.roblox.com/asset/?id=1185246',v1,v2,v3)
7965
    local m2= Mesh(a2,3,v1/3,v2/3,v3/3)
7966
    local m3= Mesh(a3,3,v1/3,v2/3,v3/3)
7967
    a.CFrame=cfr
7968
    a2.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
7969
    a3.CFrame=cfr*CFrame.Angles(math.random(),math.random(),math.random())
7970
    for i,v in pairs(game:GetService("Workspace"):children()) do
7971
        if v:IsA("Model") and v:findFirstChild("Humanoid") then
7972
            if v:findFirstChild("Head") and v:findFirstChild("Torso") then
7973
                if (v:findFirstChild("Torso").Position - a.Position).magnitude < rng and  v.Name ~= char.Name then
7974
                    local hit=v
7975
                    hit.Humanoid.Health=v.Humanoid.Health-dmg
7976
                    hit.Humanoid.PlatformStand=true
7977
                    hit.Torso.Velocity=Vector3.new(math.random(-100,100),100,math.random(- 100,-100))
7978
                    wait(.1)
7979
                    spawn(function()wait(2)hit.Humanoid.PlatformStand=false end)
7980
                end
7981
            end
7982
        end
7983
    end
7984
    spawn(function()
7985
        while wait() do
7986
            if a.Transparency >= 1 then a:Destroy() a2:Destroy() a3:Destroy() break end
7987
            m.Scale=m.Scale+Vector3.new(.1,0.1,0.1)
7988
            m2.Scale=m2.Scale+Vector3.new(.1,0.1,0.1)
7989
            m3.Scale=m3.Scale+Vector3.new(.1,0.1,0.1)
7990
            a.Transparency=a.Transparency+0.05
7991
            a2.Transparency=a2.Transparency+0.05
7992
            a3.Transparency=a3.Transparency+0.05
7993
        end
7994
    end)
7995
end
7996
7997
----------------------------------------------
7998
  local Shockwave = function()
7999
	local	bl = Instance.new("Part", char)
8000
				bl.Locked = true
8001
				bl.Name = "Shell"
8002
				bl.BrickColor = BrickColor.new("Crimson")
8003
				bl.Anchored = true
8004
				bl.Material="Marble"
8005
				bl.CanCollide = false
8006
				bl.Transparency = 0
8007
				bl.Reflectance = 0
8008
				bl.BottomSurface = 0
8009
				bl.TopSurface = 0
8010
				bl.Position = torso.Position - Vector3.new(0,2,0)
8011
				bl.Shape = 0
8012
			local	blm = Instance.new("SpecialMesh", bl)
8013
				blm.MeshType = "Sphere"
8014
				blm.Scale = Vector3.new(1, 1, 1)
8015
				blm.MeshId = "rbxassetid://1323306"
8016
				local	sdfg = Instance.new("Part", char)
8017
				sdfg.Locked = true
8018
				sdfg.Name = "Shell"
8019
				sdfg.BrickColor = BrickColor.new("Really black")
8020
				sdfg.Anchored = true
8021
				sdfg.Material="Marble"
8022
				sdfg.CanCollide = false
8023
				sdfg.Transparency = 0
8024
				sdfg.Reflectance = 0
8025
				sdfg.BottomSurface = 0
8026
				sdfg.TopSurface = 0
8027
				sdfg.Position = torso.Position - Vector3.new(0,2,0)
8028
				sdfg.Shape = 0
8029
				  sdfg.CFrame = sdfg.CFrame * CFrame.Angles(math.rad(45), math.rad(45), math.rad(0))
8030
			local	blms = Instance.new("SpecialMesh", sdfg)
8031
				blms.MeshType = "Sphere"
8032
				blms.Scale = Vector3.new(1, 1, 1)
8033
				blms.MeshId = "rbxassetid://3270017"
8034
8035
	local	zxc = Instance.new("Part", char)
8036
				zxc.Locked = true
8037
				zxc.Name = "Shell"
8038
				zxc.BrickColor = BrickColor.new("Really black")
8039
				zxc.Anchored = true
8040
				zxc.Material="Marble"
8041
				zxc.CanCollide = false
8042
				zxc.Transparency = 0
8043
				zxc.Reflectance = 0
8044
				zxc.BottomSurface = 0
8045
				zxc.TopSurface = 0
8046
				zxc.Position = torso.Position - Vector3.new(0,2,0)
8047
				zxc.Shape = 0
8048
				  zxc.CFrame = zxc.CFrame * CFrame.Angles(math.rad(0), math.rad(-45), math.rad(0))
8049
			local	blmz = Instance.new("SpecialMesh", zxc)
8050
				blmz.MeshType = "Sphere"
8051
				blmz.Scale = Vector3.new(1, 1, 1)
8052
				blmz.MeshId = "rbxassetid://3270017"
8053
8054
                local rng1 = Instance.new("Part", char)
8055
                rng1.Anchored = true
8056
                rng1.BrickColor = BrickColor.new("Really black")
8057
                rng1.CanCollide = false
8058
                rng1.FormFactor = 3
8059
                rng1.Name = "Ring"
8060
                rng1.Size = Vector3.new(1, 1, 1)
8061
                rng1.Transparency = 0.35
8062
                rng1.TopSurface = 0
8063
                rng1.BottomSurface = 0
8064
local rng = Instance.new("Part", char)
8065
  rng.Anchored = true
8066
  rng.BrickColor = BrickColor.new("Light blue")
8067
  rng.CanCollide = false
8068
  rng.FormFactor = 3
8069
  rng.Name = "Ring"
8070
  rng.Size = Vector3.new(1, 1, 1)
8071
  rng.Transparency = 0.35
8072
  rng.TopSurface = 0
8073
  rng.BottomSurface = 0
8074
  rng.Position = torso.Position - Vector3.new(0,2,0)
8075
  rng.CFrame = rng.CFrame * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8076
                local rngm1 = Instance.new("SpecialMesh", rng)
8077
                rngm1.MeshId = "http://www.roblox.com/asset/?id=20329976"
8078
                rngm1.Scale = Vector3.new(10, 10, 10)
8079
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8080
                local Wave = Instance.new("Part")
8081
                Wave.Name = "Shockwave"
8082
                Wave.BrickColor = BrickColor.new("White")
8083
                Wave.Size = Vector3.new(1, 1, 1)
8084
                Wave.Shape = "Ball"
8085
                Wave.CanCollide = false
8086
                Wave.Anchored = true
8087
                Wave.TopSurface = 0
8088
                Wave.BottomSurface = 0
8089
                Wave.Touched:connect(function(hit)
8090
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8091
                        local Occlude = true
8092
                        local NotOccludes = {
8093
                         char.Name;
8094
                         "Wings";
8095
                         "Scythe";
8096
                         "Thingy";
8097
                         "Thingy2";
8098
                        }
8099
                        for i,v in pairs(NotOccludes) do
8100
                         if hit.Parent.Name == v then
8101
                          Occlude = false
8102
                         end
8103
                        end
8104
                   if Occlude then
8105
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 40
8106
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8107
                        end
8108
                    end
8109
                end)
8110
                Wave.Parent=game:GetService("Workspace")
8111
                
8112
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8113
                
8114
                coroutine.wrap(function()
8115
                    for i = 1, 20, 0.2 do
8116
                        rngm1.Scale = Vector3.new(10 + i*2, 1 + 1*2, 10 + i*2)
8117
                        rng1.Transparency = i/20
8118
                       rng.Transparency=i/20
8119
                       blm.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8120
                        bl.Transparency = i/20
8121
            blms.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8122
sdfg.Transparency = i/20
8123
            blmz.Scale = Vector3.new(8 + i*1, 8 + i*1, 8 + i*1)
8124
            zxc.Transparency = i/20
8125
8126
                    wait()
8127
                    end
8128
                    wait()
8129
                    rng:Destroy()
8130
                end)()
8131
                
8132
                delay(0, function()
8133
                    if Daytime == false then
8134
                       for i = 1, 50, 1 do
8135
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8136
                            Wave.CFrame = char.Torso.CFrame
8137
                            local t = i / 50
8138
                            Wave.Transparency = t
8139
                            wait()
8140
                        end
8141
                    else
8142
                        for i = 1, 50, 1 do
8143
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8144
                            Wave.CFrame = char.Torso.CFrame
8145
                            local t = i / 50
8146
                            Wave.Transparency = t
8147
                            wait()
8148
                        end
8149-
                    local mous_ = game:GetService("Players").LocalPlayer:GetMouse()
8149+
8150
                    Wave:Destroy()
8151
                end)
8152
                delay(0, function()
8153
                    while wait() do
8154
                        if Wave ~= nil then
8155
                            Wave.CFrame = char.Torso.CFrame
8156
                        else
8157
                            break
8158
                        end
8159
                    end
8160
                end)
8161
            end
8162
            
8163
8164
            
8165
8166
-------------------------------
8167
mouse.KeyDown:connect(function(key)
8168
    if key == "r" and stanceToggle == "Normal" then
8169
        if Debounces.CanAttack == true then
8170
            Debounces.CanAttack = false
8171
        x = Instance.new("Sound")
8172
        x.SoundId = "http://www.roblox.com/asset?id=219338993"
8173
        x.Parent = char
8174
        x.Volume = 0.7
8175
        x.Pitch = 1
8176
        x.Looped = true
8177
        x:Play()
8178
   Debounces.NoIdl = true
8179
   Debounces.on = true
8180
            for i = 1,30 do
8181
                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)
8182
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 10, 0)*CFrame.Angles (math.rad(30), math.rad(0), 0), 0.1)
8183
                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)
8184
                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)
8185
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
8186
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(-30), 0, math.rad(0)), 0.1)
8187
     if Debounces.on == false then break end
8188
       wait()
8189
      end
8190
      wait(1.2)
8191
8192
        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)
8193
        explosion('Really red','Black',torso.CFrame,Vector3.new(50,50,50),30,math.random (15,30))
8194
        x:Destroy()
8195
        b = Instance.new("Sound")
8196
        b.SoundId = "http://www.roblox.com/asset/?id=168586621"
8197
        b.Volume=1 
8198
        b.Pitch=.5
8199
        b.PlayOnRemove=true
8200
        b.Parent = char
8201
        b.Looped = false
8202
        b:Play()
8203
        n = Instance.new("Sound")
8204
        n.SoundId = "http://www.roblox.com/asset/?id=168514932"
8205
        n.Parent = char
8206
        n.Pitch = 0.94
8207
        n.Looped = false
8208
        n:Play()
8209
Shockwave()
8210
 Crater(hed,6)
8211
            for i = 1,20 do
8212
                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)
8213
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, 0, 0)*CFrame.Angles (math.rad(-40), math.rad(0), 0), 0.8)
8214
                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)
8215
                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)
8216
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-20)),   0.8)
8217
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(20)), 0.8)
8218
 if Debounces.on == false then break end
8219
   wait()
8220
   end
8221
            Debounces.NoIdl = false
8222
            Debounces.on = false
8223
            wait(1)
8224
            if Debounces.CanAttack == false then
8225
            Debounces.CanAttack = true
8226
            x:Destroy()
8227
            b:Destroy()
8228
            n:Destroy()
8229
                end
8230
            end
8231
        end
8232
    end)
8233
8234
----------------------------------------------------
8235
smoke=char.armcannon.cannonpiece3.ParticleEmitter
8236
----------------------------------------------------
8237
8238
mouse.KeyDown:connect(function(key)
8239
    if key == "e" and stanceToggle == "Sheathed" then
8240
        if Debounces.CanAttack == true then
8241
            char.Humanoid.WalkSpeed = 8
8242
            Debounces.CanAttack = false
8243
            Debounces.NoIdl = true
8244
            Debounces.on = true
8245
smoke.Enabled=true
8246
            for i = 1, 30 do
8247
	smoke.Enabled=true
8248
                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)
8249
                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)
8250
                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)
8251
                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)
8252
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-5)), 0.1)
8253
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(5)), 0.1)
8254
                 if Debounces.on == false then break end
8255
                wait()
8256
8257
            end
8258
            while wait(math.random(0.5,1.5)) do
8259
                if Debounces.on == false then
8260
                    break
8261
                else
8262
                    local expl = Instance.new("Explosion",game:GetService("Workspace"))
8263
					expl.Visible = false
8264
                    local mous_ = p:GetMouse()
8265
                    local pos = mous_.Hit.p
8266
                    local needsff = false
8267
                    local pos_x = game:GetService("Players").LocalPlayer.Character.Torso.Position.X
8268
                    local pos_y = game:GetService("Players").LocalPlayer.Character.Torso.Position.Y
8269
                    local pos_z = game:GetService("Players").LocalPlayer.Character.Torso.Position.Z
8270
                    local outset = 6
8271
                    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
8272
                    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
8273
                        needsff = true
8274
                        local forcefield = Instance.new("ForceField",p.Character)
8275
						forcefield.Visible = false
8276
                        spawn(function()
8277
                            wait(1)
8278
                            pcall(game.Destroy,p.Character.ForceField)
8279
                        end)
8280
                    end
8281
                    expl.Position = pos
8282
					spawn(function()
8283
						local blast = Instance.new("Part",p.Character)
8284
						blast.Anchored = true
8285
						blast.CanCollide = false
8286
						blast.BrickColor = BrickColor.new("Really red")
8287
						blast.Material = Enum.Material.Neon
8288
						blast.Size = Vector3.new(0.1,0.1,0.1)
8289
						blast.CFrame = CFrame.new(mous_.Hit.p)
8290
						local blastm = Instance.new("SpecialMesh",blast)
8291
						blastm.MeshType = Enum.MeshType.Sphere
8292
						blastm.Scale = Vector3.new(80,80,80)
8293
						local rp = Instance.new("Part",workspace)
8294
						rp.Anchored = true
8295
						rp.CanCollide = false
8296
						rp.BrickColor = BrickColor.new("Black")
8297
						rp.Size = Vector3.new(5,5,5)
8298
						rp.CFrame = blast.CFrame * CFrame.Angles(math.random(0,360),math.random(0,360),math.random(0,360))
8299
						local rm = Instance.new("SpecialMesh",rp)
8300
						rm.MeshId = "http://roblox.com/asset/?id=3270017"
8301
						rm.Scale = rm.Scale+Vector3.new(10,10,2)
8302
						local s = Instance.new("Sound",blast)
8303
						s.SoundId = "http://roblox.com/asset/?id=168586621"
8304
						s.Volume = 3
8305
						s.Looped = false
8306
						s.Pitch = 1.2
8307
						s:Play()
8308
						for i = 1,10 do
8309
							wait()
8310
							blastm.Scale = blastm.Scale+Vector3.new(12,12,12)
8311
							rm.Scale = rm.Scale+Vector3.new(1,1,0)
8312
							rp.Transparency = i / 10
8313
							blast.Transparency = i / 10
8314
						end
8315
						rp:Remove()
8316
					end)
8317
           
8318
                end
8319
            end
8320
8321
            
8322
        end
8323
    end
8324
end)
8325
8326
--------------------
8327
mouse.KeyDown:connect(function(key)
8328
    if key == "n" and stanceToggle =="Sheathed" then
8329
8330
        stanceToggle = "Idle2"
8331
8332
elseif key == "n" and stanceToggle == "Idle2" then
8333
	stanceToggle = "Sheathed"
8334
        end
8335
8336
    end
8337
)
8338
---------------------
8339
mouse.KeyDown:connect(function(key)
8340
	if key == "b" and mus.Playing == true then
8341
		mus:Pause()
8342
	elseif key == "b" and mus.Playing == false then
8343
		mus.SoundId = "http://www.roblox.com/asset/?id="..SIDs[math.random(1,#SIDs)]
8344
		mus:Play()
8345
	end
8346
end)
8347
----------------------------------------------------
8348
mouse.KeyUp:connect(function(key)
8349
    if key == "e" and stanceToggle == "Sheathed" then
8350
  Debounces.NoIdl = false
8351
  Debounces.on = false
8352
smoke.Enabled=false
8353
  wait()
8354
smoke.Enabled=false
8355
  char.Humanoid.WalkSpeed = 9
8356
  if Debounces.CanAttack == false then
8357
   Debounces.CanAttack = true
8358
  end
8359
 end
8360
end)
8361
----------------------------------------------------
8362
-------------------------------
8363
local animpose = "Idle"
8364
local lastanimpose = "Idle"
8365
local grab = false
8366
local sine = 0
8367
8368
local val = 0
8369
local ffing = false
8370
jump = false
8371
rs:connect(function()
8372
	if char.Humanoid.Jump == true then
8373
		jump = true
8374
	else
8375
		jump = false
8376
	end
8377
	char.Humanoid.FreeFalling:connect(function(f)
8378
		if f then
8379
			ffing = true
8380
		else
8381
			ffing = false
8382
		end
8383
		
8384
	end)
8385
end)
8386
8387
8388
-------------------------------
8389
	RightLeg = CFrame.new(0.5, -1, 0)
8390
	LeftLeg = CFrame.new(-0.5, -1, 0)
8391
lefth = (torso.CFrame*LeftLeg)
8392
	righth = (torso.CFrame*RightLeg)
8393
8394
	speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
8395
8396
	TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
8397
	local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
8398
	local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
8399
game:GetService("RunService").RenderStepped:connect(function()
8400
8401
char["Humanoid"].FreeFalling:connect(function(f)
8402
  if f then
8403
   ffing = true
8404
  else
8405
   ffing = false
8406
  end
8407
 end)
8408
sine = sine + change
8409
if jump == true then
8410
	animpose = "Jumping"
8411
elseif ffing == true then
8412
animpose = "Freefalling"
8413
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
8414
animpose = "Idle"
8415
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
8416
animpose = "Walking"
8417
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
8418
animpose = "Running"
8419
end
8420
if animpose ~= lastanimpose then
8421
sine = 0
8422
if Debounces.NoIdl == false then
8423
if stanceToggle == "Normal" then
8424
for i = 1, 2 do
8425
	              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)
8426
			   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)
8427
	           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)
8428
				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)
8429
				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)
8430
				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)
8431
		
8432
end
8433
elseif stanceToggle == "Sheathed" then
8434
                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)
8435
				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)
8436
				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)
8437
				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)
8438
				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)
8439
				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)
8440
				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)
8441
				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)
8442
				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)
8443
				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)
8444
				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)
8445
				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)
8446
				
8447
	wait()
8448
end
8449
else
8450
end
8451
end
8452
lastanimpose = animpose
8453
if Debounces.NoIdl == false then
8454
if animpose == "Idle" then
8455
if stanceToggle == "Normal" then
8456
change = 0.5
8457
             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)
8458
		     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)
8459
		     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)
8460
             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)
8461
			 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)
8462
			 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)
8463
			 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)
8464
		     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)
8465
		     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)
8466
		   	 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)
8467
			 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)
8468
			 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)
8469
					 weld1.C0 = CFrame.new(-.9, -.2, -.4)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(1.4,-.1,.8)
8470
			 corw2.Part0 = rarm
8471
elseif stanceToggle == "Sheathed" then
8472
	change = .5
8473
	                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)
8474
				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)
8475
				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)
8476
				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)
8477
				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)
8478
					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)
8479
					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)
8480
				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)
8481
				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)
8482
				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)
8483
				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)
8484
				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)
8485
	weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
8486
8487
corw2.Part0 = torso
8488
	elseif stanceToggle == "Idle2" then
8489
			 change = 0.2
8490
                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)
8491
				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)
8492
				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)
8493
				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)
8494
				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)
8495
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
8496
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
8497
				--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)
8498
				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)
8499
				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)
8500
				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)
8501
				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)
8502
				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)
8503
     end
8504
8505
elseif animpose == "Walking" then
8506
if stanceToggle == "Normal" then
8507
change = .4
8508
 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)
8509
      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)
8510
				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)
8511
				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)
8512
				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)
8513
				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)
8514
				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)
8515
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8516
				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)
8517
			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)
8518
				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)
8519
			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)
8520
	weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)		
8521
8522
		
8523
		corw2.Part0 = rarm
8524
	
8525
elseif stanceToggle == "Sheathed" then
8526
	change = 0.4
8527
	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)
8528
				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)
8529
				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)
8530
				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)
8531
				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)
8532
				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)
8533
				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)
8534
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
8535
				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)
8536
			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)
8537
				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)
8538
			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)
8539
weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
8540
8541
corw2.Part0 = torso
8542
8543
end
8544
elseif animpose == "Running" then
8545
if stanceToggle == "Normal" then
8546
change = .5
8547
		            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)
8548
				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)
8549
				    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)
8550
                    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)
8551
					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)
8552
					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)
8553
					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)
8554
					torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8555
					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)
8556
					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)
8557
					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)
8558
					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)
8559
					weld1.C0 = CFrame.new(-.8, -.1, 0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(868.7,0,0)		
8560
			corw2.Part0 = rarm
8561
8562
elseif stanceToggle == "Sheathed" then
8563
	change = 0.5
8564
		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)
8565
			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)
8566
					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)
8567
					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)
8568
					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)
8569
					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)
8570
					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)
8571
					torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8572
					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)
8573
					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)
8574
					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)
8575
					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)
8576
weld1.C0 = CFrame.new(.6,2,0)*CFrame.fromEulerAnglesXYZ(0,-math.pi/2,0)  * CFrame.Angles(0,0,1)
8577
8578
corw2.Part0 = torso
8579
8580
				elseif animpose == "Freefalling" then
8581
   change = 0.5
8582
			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)
8583
			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)
8584
			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)
8585
			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)
8586
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8587
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8588
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8589
			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)
8590
			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)
8591
			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)
8592
			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)
8593
8594
   if stanceToggle == "Landed" then
8595
	change = 0.5
8596
  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)
8597
  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)
8598
  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)
8599
  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)
8600
  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)
8601
  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)
8602
  end
8603
elseif animpose == "Jumping" then
8604
            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)
8605
			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)
8606
			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)
8607
			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)
8608
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
8609
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
8610
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8611
			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)
8612
			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)
8613
			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)
8614
			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)
8615
8616
end
8617
end
8618
8619
end
8620
end)
8621
--
8622
local doe = 400
8623
coroutine.wrap(function()
8624
while 1 do
8625
swait()
8626
if doe <= 360 then
8627
doe = doe + 2
8628
else
8629
doe = 0
8630
end
8631
end
8632
end)()
8633
while true do
8634
swait()
8635
while true do
8636
swait()
8637
if rp:FindFirstChild("mus")==nil then
8638
end
8639
end
8640
end