View difference between Paste ID: RgsZ4PgL and HvikN2Qs
SHOW: | | - or go back to the newest paste.
1
local p = game.Players.LocalPlayer--300899323
2
local char = p.Character
3
local mouse = p:GetMouse()
4
local larm = char["Left Arm"]
5
local rarm = char["Right Arm"]
6
local lleg = char["Left Leg"]
7
local rleg = char["Right Leg"]
8
local hed = char.Head
9
local torso = char.Torso
10
local hum = char.Humanoid
11
local cam = game.Workspace.CurrentCamera
12
local root = char.HumanoidRootPart
13
local rj = root.RootJoint
14
local deb = false
15
local shot = 0
16
local stanceToggle = "Idle1"
17
local l = game:GetService("Lighting")
18
local rs = game:GetService("RunService").RenderStepped
19
local hb = game:GetService("RunService").Heartbeat
20
local Stepped = game:GetService("RunService").Stepped
21
math.randomseed(os.time())
22
hum.JumpPower = 100
23
---------------------
24
25
-------------
26
char["Body Colors"].HeadColor = BrickColor.new("Really black")
27
char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
28
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
29
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
30
---------------------------
31
local Transforming = true
32
hum.WalkSpeed = 0
33
local fx = Instance.new("Part",torso)
34
wit = torso.BrickColor.Color
35
wit2 = Color3.new(0,0,0)
36
local glowz = Instance.new("ParticleEmitter",fx)
37
glowz.LightEmission = 1
38
glowz.Texture = "rbxassetid://284205403"
39
glowz.Color = ColorSequence.new(wit)
40
glowz.Size = NumberSequence.new(5)
41
glowz.Speed = NumberRange.new(25,50)
42
glowz.LockedToPart = false
43
glowz.Transparency = NumberSequence.new(0.75)
44
glowz.RotSpeed = NumberRange.new(-2000,2000)
45
glowz.Lifetime = NumberRange.new(1)
46
glowz.Rate = 50000
47
glowz.VelocitySpread = 9001
48
fx.Anchored = true
49
fx.Material = "Neon"
50
fx.CanCollide = false
51
fx.Locked = true
52
fx.Transparency = 1
53
fx.Material = "Neon"
54
fx.Size = Vector3.new(1,1,1)
55
fx.TopSurface = "SmoothNoOutlines"
56
fx.BottomSurface = "SmoothNoOutlines"
57
fx.BrickColor = BrickColor.new("Really black")
58
fxm = Instance.new("SpecialMesh",fx)
59
fxm.MeshType = "Sphere"
60
local sa2 = Instance.new("Sound",torso)
61
sa2.SoundId = "rbxassetid://93724183"
62
sa2.Pitch = 0.5
63
sa2.Volume = 0
64
sa2.Looped = false
65
sa2:Play()
66
local value = 1
67
fxm.Scale = Vector3.new(1,1,1)
68
for i = 1, 20 do rs:wait()
69
        value = value - 0.05
70
        fx.Transparency = fx.Transparency - (1/20)
71
        fx.CFrame = torso.CFrame
72
        fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
73
        rs:wait()
74
end
75
----------------------------------------------------
76
GroundWave1 = function()
77
	local Transforming = true
78
hum.WalkSpeed = 0
79
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
80
	local Colors = {"White", "Really black"}
81
		local wave = Instance.new("Part", torso)
82
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
83
		wave.Anchored = true
84
		wave.CanCollide = false
85
		wave.Locked = true
86
		wave.Size = Vector3.new(1, 1, 1)
87
		wave.TopSurface = "Smooth"
88
		wave.BottomSurface = "Smooth"
89
		wave.Transparency = 0.35
90
		wave.CFrame = HandCF
91
		wm = Instance.new("SpecialMesh", wave)
92
		wm.MeshId = "rbxassetid://3270017"
93
		coroutine.wrap(function()
94
		for i = 1, 30, 1 do
95
		wm.Scale = Vector3.new(50, 50, 1 + i*50)
96
		wave.Size = wm.Scale
97
		wave.CFrame = HandCF
98
		wave.Transparency = i/30
99
		wait()
100
		end
101
		wait()
102
		wave:Destroy()
103
	end)()
104
end
105
----------------------------------------------------
106
GroundWave = function()
107
        if Transforming == true then
108
                local value = 5
109
                local value2 = 10
110
                local value3 = 20
111
local sa2 = Instance.new("Sound",torso)
112
sa2.SoundId = "rbxassetid://966372462"
113-
sa2.Pitch = 5
113+
114
sa2.Volume = 10
115
sa2.Looped = false
116
sa2:Play()
117
                local wave = Instance.new("Part", torso)
118
local glowz = Instance.new("ParticleEmitter",wave)
119
glowz.LightEmission = 1
120
glowz.Texture = "0"
121
glowz.Color = ColorSequence.new(wit)
122
glowz.Size = NumberSequence.new(30)
123
glowz.Speed = NumberRange.new(25,100)
124
glowz.LockedToPart = false
125
glowz.Transparency = NumberSequence.new(0.75)
126
glowz.RotSpeed = NumberRange.new(-2000,2000)
127
glowz.Lifetime = NumberRange.new(1)
128
glowz.Rate = 50000
129
glowz.VelocitySpread = 9001
130
131
                wave.BrickColor = BrickColor.new("Lime green")
132
                wave.Anchored = true
133
                wave.CanCollide = false
134
                wave.Locked = true
135
                wave.Size = Vector3.new(1, 1, 1)
136
                wave.TopSurface = "Smooth"
137
                wave.BottomSurface = "Smooth"
138
                wave.Transparency = 0.35
139
                wave.CFrame = fx.CFrame
140
                wave.Material = "Neon"
141
                wm = Instance.new("SpecialMesh", wave)
142
                wm.MeshType = "Sphere"
143
                wm.Scale = Vector3.new(1,1,1)
144
                local wave2 = Instance.new("Part", torso)
145
                wave2.BrickColor = BrickColor.new("Lime green")
146
                wave2.Anchored = true
147
                wave2.CanCollide = false
148
                wave2.Locked = true
149
                wave2.Size = Vector3.new(1, 1, 1)
150
                wave2.TopSurface = "Smooth"
151
                wave2.BottomSurface = "Smooth"
152
                wave2.Transparency = 0.35
153
                wave2.CFrame = fx.CFrame
154
                wave2.Material = "Neon"
155
                wm2 = Instance.new("SpecialMesh", wave2)
156
                wm2.MeshType = "FileMesh"
157
                wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
158
                wm2.Scale = Vector3.new(1,1,1)
159
                local wave3 = Instance.new("Part", torso)
160
                wave3.BrickColor = BrickColor.new("Really black")
161
                wave3.Anchored = true
162
                wave3.CanCollide = false
163
                wave3.Locked = true
164
                wave3.Size = Vector3.new(1, 1, 1)
165
                wave3.TopSurface = "Smooth"
166
                wave3.BottomSurface = "Smooth"
167
                wave3.Transparency = 0.35
168
                wave3.CFrame = fx.CFrame
169
                wave3.Material = "Neon"
170
                wm3 = Instance.new("SpecialMesh", wave3)
171
                wm3.MeshType = "FileMesh"
172
                wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
173
                wm3.Scale = Vector3.new(1,1,1)
174
                coroutine.wrap(function()
175
                for i = 1, 18, 1 do
176
                value = value - 0.5
177
                value2 = value2 - 0.75*1.5
178
                value3 = value3 - 0.475*1.5
179
                wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
180
                wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
181
                wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
182
                --wave.Size = wm.Scale
183
                wave.CFrame = fx.CFrame
184
                wave.Transparency = i/14
185
                --wave2.Size = wm2.Scale
186
                wave2.CFrame = fx.CFrame
187
                wave2.Rotation = Vector3.new(90, 0, 0)
188
                wave2.Transparency = i/14
189
                --wave3.Size = wm3.Scale
190
                wave3.CFrame = fx.CFrame
191
                wave3.Rotation = Vector3.new(90, 0, 0)
192
                wave3.Transparency = i/14
193
                wait()
194
                glowz.Rate = 0
195
                
196
                end
197
                wait()
198
                wave:Destroy()
199
                wave2:Destroy()
200
                wave3:Destroy()
201
        end)()
202
        elseif Transforming == false then
203
        wait()
204
        end
205
end
206
207
for i = 1, 100 do rs:wait()
208
        fx.CFrame = torso.CFrame
209
end
210
211
Spawn(function()
212
	while wait(1) do
213
		GroundWave()
214
	end
215
end)
216
217
wait(4)
218
219
Transforming = false
220
221
local value2 = 1
222
for i = 1, 20 do rs:wait()
223
        value2 = value2 - 0.05
224
        glowz.Rate = 0
225
     
226
        fx.Transparency = fx.Transparency + (1/20)
227
        fx.CFrame = torso.CFrame
228
        fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
229
        rs:wait()
230
end
231
glowz:Destroy()
232
233
234
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
235
        local valuer = 5
236
        local valuer2 = 10
237
        local valuer3 = 15
238
local sa2 = Instance.new("Sound",torso)
239
sa2.SoundId = "rbxassetid://130972023"
240
sa2.Pitch = 1
241
sa2.Volume = 5
242
sa2.Looped = false
243
sa2:Play()
244
local sar2 = Instance.new("Sound",torso)
245
sar2.SoundId = "rbxassetid://153274423"
246
sar2.Pitch = 1
247
sar2.Volume = 5
248
sar2.Looped = false
249
sar2:Play()
250
        local wave = Instance.new("Part", torso)
251
        wave.BrickColor = BrickColor.new("Lime green")
252
        wave.Anchored = true
253
        wave.CanCollide = false
254
        wave.Locked = true
255
        wave.Size = Vector3.new(1, 1, 1)
256
        wave.TopSurface = "Smooth"
257
        wave.BottomSurface = "Smooth"
258
        wave.Transparency = 0.35
259
        wave.CFrame = HandCF
260
        wm = Instance.new("SpecialMesh", wave)
261
        wm.MeshId = "rbxassetid://3270017"
262
        local wave2 = Instance.new("Part", torso)
263
        wave2.BrickColor = BrickColor.new("Really black")
264
        wave2.Anchored = true
265
        wave2.CanCollide = false
266
        wave2.Locked = true
267
        wave2.Size = Vector3.new(1, 1, 1)
268
        wave2.TopSurface = "Smooth"
269
        wave2.BottomSurface = "Smooth"
270
        wave2.Transparency = 0.35
271
        wave2.CFrame = HandCF
272
        wm2 = Instance.new("SpecialMesh", wave2)
273
        wm2.MeshId = "rbxassetid://3270017"
274
        local wave3 = Instance.new("Part", torso)
275
        wave3.BrickColor = BrickColor.new("Lime green")
276
        wave3.Anchored = true
277
        wave3.CanCollide = false
278
        wave3.Locked = true
279
        wave3.Size = Vector3.new(1, 1, 1)
280
        wave3.TopSurface = "Smooth"
281
        wave3.BottomSurface = "Smooth"
282
        wave3.Transparency = 0.35
283
        wave3.CFrame = HandCF
284
        wm3 = Instance.new("SpecialMesh", wave3)
285
        wm3.MeshId = "rbxassetid://3270017"
286
        coroutine.wrap(function()
287
        for i = 1, 14, 1 do
288
        valuer = valuer - 0.35
289
        valuer2 = valuer - 0.45
290
        valuer3 = valuer3 - 0.475
291
        wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
292
        wave.Size = wm.Scale
293
        wave.CFrame = HandCF
294
        wave.Transparency = i/14
295
        wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
296
        wave2.Size = wm2.Scale
297
        wave2.CFrame = HandCF
298
        wave2.Transparency = i/14
299
        wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
300
        wave3.Size = wm2.Scale
301
        wave3.CFrame = HandCF
302
        wave3.Transparency = i/14
303
        wait()
304
        end
305
        wait()
306
        wave:Destroy()
307
        wave2:Destroy()
308
end)()
309
hum.WalkSpeed = 16
310
--------------------
311
312
------------
313
fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
314
fire.Color = Color3.new(0,1,0)
315
fire.SecondaryColor = Color3.new(0,1,0)
316
fire.Enabled = true
317
--------------------------------------------------------------------------------------------------------
318
plr=game:service'Players'.LocalPlayer
319
chr=plr.Character
320
local ms = plr:GetMouse()
321
CV="Bright red"
322
 
323
local txt = Instance.new("BillboardGui", chr)
324
txt.Adornee = chr.Head
325
txt.Name = "_status"
326
txt.Size = UDim2.new(4, 0, 2.5, 0)
327
txt.StudsOffset = Vector3.new(-4, 2, 0)
328
local text = Instance.new("TextLabel", txt)
329
text.Size = UDim2.new(3, 0, 0.5, 0)
330
text.FontSize = "Size24"
331
text.TextScaled = true
332
text.TextTransparency = 0
333
text.BackgroundTransparency = 1
334
text.TextTransparency = 0
335
text.TextStrokeTransparency = 0
336
text.Font = "Bodoni"
337
text.TextStrokeColor3 = Color3.new(0,1,0)
338
text.Text = "Pumpkin Overseer" 
339
--------------------------------------------------------
340
char["Body Colors"].HeadColor = BrickColor.new("Really black")
341
char["Body Colors"].TorsoColor = BrickColor.new("Really black")
342
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
343
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
344
--------------------------------------------------------------
345
fat = Instance.new("BindableEvent",script)
346
fat.Name = "Heartbeat"
347
348
script:WaitForChild("Heartbeat")
349
350
frame = 1/30
351
tf = 0
352
allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater.
353
tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
354
lastframe = tick()
355
script.Heartbeat:Fire() --ayy lmao
356
357
game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
358
	tf = tf + s
359
	if tf >= frame then
360
		if allowframeloss then
361
			script.Heartbeat:Fire()
362
			lastframe=tick()
363
		else
364
			--print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
365
			for i=1, math.floor(tf/frame) do
366
				script.Heartbeat:Fire()
367
			end
368
			lastframe=tick()
369
		end
370
		if tossremainder then
371
			tf = 0
372
		else
373
			tf = tf - frame * math.floor(tf/frame)
374
		end
375
	end
376
end)
377
----------------------------------------------------
378
for i,v in pairs(char:children()) do
379
    if v:IsA("Hat") then
380
        v:Destroy()
381
    end
382
end
383
for i,v in pairs (hed:GetChildren()) do
384
	if v:IsA("Sound") then
385
		v:Destroy()
386
	end
387
end
388
----------------------------------------------------
389
Debounces = {
390
CanAttack = true;
391
CanJoke = true;
392
NoIdl = false;
393
Slashing = false;
394
Slashed = false;
395
ks = false;
396
}
397
----------------------------------------------------
398
function weld5(part0, part1, c0, c1)
399
    weeld=Instance.new("Weld", part0)
400
    weeld.Part0=part0
401
    weeld.Part1=part1
402
    weeld.C0=c0
403
    weeld.C1=c1
404
    return weeld
405
end
406
----------------------------------------------------
407
function NewPart(prnt,siz,cf,trans,anc,mat,col)
408
	local prt=Instance.new("Part")
409
	prt.Parent=prnt
410
	prt.Name="Part"
411
	prt.Size=siz
412
	prt.CanCollide=false
413
	prt.Anchored=anc
414
	prt.Locked=true
415
	prt.Transparency = trans
416
	prt.TopSurface=10
417
	prt.BottomSurface=10
418
	prt.FrontSurface=10
419
	prt.BackSurface=10
420
	prt.LeftSurface=10
421
	prt.RightSurface=10
422
	prt:BreakJoints()
423
	prt.CFrame=cf or CFrame.new(30,10,30)
424
	prt.Material=mat
425
	prt.BrickColor=BrickColor.new(col)
426
	m=Instance.new("SpecialMesh",prt)
427
	m.MeshType=6
428
	return prt
429
end
430
----------------------------------------------------
431
function lerp(a, b, t) -- Linear interpolation
432
	return a + (b - a)*t
433
end
434
 
435
function slerp(a, b, t) --Spherical interpolation
436
	dot = a:Dot(b)
437
	if dot > 0.99999 or dot < -0.99999 then
438
		return t <= 0.5 and a or b
439
	else
440
		r = math.acos(dot)
441
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
442
	end
443
end
444
 
445
function matrixInterpolate(a, b, t)
446
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
447
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
448
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
449
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
450
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
451
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
452
	local t = v1:Dot(v2)
453
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
454
		return CFrame.new()
455
	end
456
	return CFrame.new(
457
	v0.x, v0.y, v0.z,
458
	v1.x, v1.y, v1.z,
459
	v2.x, v2.y, v2.z,
460
	v3.x, v3.y, v3.z)
461
end
462
----------------------------------------------------
463
function genWeld(a,b)
464
    local w = Instance.new("Weld",a)
465
    w.Part0 = a
466
    w.Part1 = b
467
    return w
468
end
469
function weld(a, b)
470
    local weld = Instance.new("Weld")
471
    weld.Name = "W"
472
    weld.Part0 = a
473
    weld.Part1 = b
474
    weld.C0 = a.CFrame:inverse() * b.CFrame
475
    weld.Parent = a
476
    return weld;
477
end
478
----------------------------------------------------
479
function Lerp(c1,c2,al)
480
	local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
481
	local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
482
	for i,v in pairs(com1) do 
483
		com1[i] = v+(com2[i]-v)*al
484
	end
485
	return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
486
end
487
----------------------------------------------------
488
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
489
	local wld = Instance.new("Weld", wp1)
490
	wld.Part0 = wp0
491
	wld.Part1 = wp1
492
	wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
493
end
494
----------------------------------------------------
495
newWeld(torso, larm, -1.5, 0.5, 0)
496
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
497
newWeld(torso, rarm, 1.5, 0.5, 0)
498
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
499
newWeld(torso, hed, 0, 1.5, 0)
500
newWeld(torso, lleg, -0.5, -1, 0)
501
lleg.Weld.C1 = CFrame.new(0, 1, 0)
502
newWeld(torso, rleg, 0.5, -1, 0)
503
rleg.Weld.C1 = CFrame.new(0, 1, 0)
504
newWeld(root, torso, 0, -1, 0)
505
torso.Weld.C1 = CFrame.new(0, -1, 0)
506
----------------------------------------------------
507
508
hed.face.Texture = "http://www.roblox.com/asset/?id=0"
509
hed.Transparency = 1
510
511
-----------------------
512
LittleWave = function()
513
    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
514
    local Colors = {"Lime green", "Black","Really black"} 
515
        local wave = Instance.new("Part", torso)
516
        
517
518
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])    
519
520
        
521
        wave.Anchored = true
522
        wave.CanCollide = false
523
        wave.Material = "Neon"
524
        wave.Locked = true
525
        wave.Size = Vector3.new(1, 1, 1)
526
        wave.TopSurface = "Smooth"
527
        wave.BottomSurface = "Smooth"
528
        wave.Transparency = 0.35
529
        wave.CFrame = HandCF
530
        wm = Instance.new("SpecialMesh", wave)
531
        wm.MeshId = "rbxassetid://3270017"
532
        coroutine.wrap(function()
533
        for i = 1, 14, 1 do
534
        wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
535
        wave.Size = wm.Scale
536
        wave.CFrame = HandCF
537
        wave.Transparency = i/14
538
        wait()
539
        end
540
        wait()
541
        wave:Destroy()
542
    end)()
543
end
544
 Spawn(function()
545
    while wait(.8) do
546
        LittleWave()    
547
    end
548
end)
549
550
-----------------------------
551
552
------------------------
553
554
-------------------------
555
556
557
----------------------------------------------------
558
z = Instance.new("Sound", char)
559
z.SoundId = "rbxassetid://435750418"
560
z.Looped = true
561
z.Pitch = 1
562
z.Volume = 7
563
wait(.1)
564
z:Play()
565
----------------------------------------------------
566
567
568
---------------------
569
570
New = function(Object, Parent, Name, Data)
571
	local Object = Instance.new(Object)
572
	for Index, Value in pairs(Data or {}) do
573
		Object[Index] = Value
574
	end
575
	Object.Parent = Parent
576
	Object.Name = Name
577
	return Object
578
end
579
----------------------------------------------------
580
--reaper hat
581
for _,x in pairs(char:children()) do
582
if x:IsA('Hat') then x:remove() end
583
if x:IsA('Shirt') then x:remove() end
584
if x:IsA('Pants') then x:remove() end
585
end
586
 
587
local h = Instance.new('Part',  char)
588
h.Name = 'DK Hood'
589
h.Size = Vector3.new(0.5,0.5,0.5)
590
h.CFrame = hed.CFrame
591
h.CanCollide = false
592
--
593
newWeld(hed, h, 0, 0.35, 0)
594
--
595
local m = Instance.new('SpecialMesh', h)
596
m.Name = "Reaper's Cowl"
597
m.MeshType = 'FileMesh'
598
m.Scale = Vector3.new(0.5,0.5,0.5)
599
m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
600
m.VertexColor = Vector3.new(1,1,1)
601
local shirt = Instance.new("Shirt",p.Character)
602
local pants = Instance.new("Pants",p.Character)
603
shirt.ShirtTemplate = "rbxassetid://233027251"
604
pants.PantsTemplate = "rbxassetid://149639608"
605
--Left Arm
606
m = Instance.new("Model")
607
m.Name = "LeftArm"
608
p1 = Instance.new("Part", m)
609
p1.BrickColor = BrickColor.new("Lime green")
610
p1.Material = Enum.Material.Granite
611
p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
612
p1.Size = Vector3.new(1, 0.200000048, 1)
613
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
614
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
615
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
616
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
617
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
618
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
619
b1 = Instance.new("SpecialMesh", p1)
620
b1.MeshType = Enum.MeshType.Brick
621
b1.Name = "Mesh"
622
b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
623
p2 = Instance.new("Part", m)
624
p2.BrickColor = BrickColor.new("Lime green")
625
p2.Material = Enum.Material.Granite
626
p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
627
p2.Size = Vector3.new(1, 0.200000048, 1)
628
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
629
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
630
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
631
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
632
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
633
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
634
b2 = Instance.new("SpecialMesh", p2)
635
b2.MeshType = Enum.MeshType.Brick
636
b2.Name = "Mesh"
637
b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
638
p3 = Instance.new("Part", m)
639
p3.BrickColor = BrickColor.new("Lime green")
640
p3.Material = Enum.Material.Granite
641
p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
642
p3.Size = Vector3.new(1, 0.200000048, 1)
643
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
644
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
645
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
646
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
647
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
648
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
649
b3 = Instance.new("SpecialMesh", p3)
650
b3.MeshType = Enum.MeshType.Brick
651
b3.Name = "Mesh"
652
b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
653
p4 = Instance.new("Part", m)
654
p4.BrickColor = BrickColor.new("Black")
655
p4.Material = Enum.Material.SmoothPlastic
656
p4.Name = "LeftArmPlate"
657
p4.Size = Vector3.new(1, 2, 1)
658
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
659
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
660
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
661
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
662
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
663
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
664
b4 = Instance.new("SpecialMesh", p4)
665
b4.MeshType = Enum.MeshType.Brick
666
b4.Name = "Mesh"
667
b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
668
p5 = Instance.new("Part", m)
669
p5.BrickColor = BrickColor.new("Lime green")
670
p5.Material = Enum.Material.Granite
671
p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
672
p5.Size = Vector3.new(1, 0.200000048, 1)
673
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
674
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
675
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
676
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
677
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
678
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
679
b5 = Instance.new("SpecialMesh", p5)
680
b5.MeshType = Enum.MeshType.Brick
681
b5.Name = "Mesh"
682
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
683
p6 = Instance.new("Part", m)
684
p6.BrickColor = BrickColor.new("Lime green")
685
p6.Material = Enum.Material.Granite
686
p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
687
p6.Size = Vector3.new(1, 0.200000048, 1)
688
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
689
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
690
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
691
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
692
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
693
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
694
b6 = Instance.new("SpecialMesh", p6)
695
b6.MeshType = Enum.MeshType.Brick
696
b6.Name = "Mesh"
697
b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
698
p7 = Instance.new("Part", m)
699
p7.BrickColor = BrickColor.new("Lime green")
700
p7.Material = Enum.Material.Granite
701
p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
702
p7.FormFactor = Enum.FormFactor.Custom
703
p7.Size = Vector3.new(1, 0.200000048, 1)
704
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
705
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
706
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
707
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
708
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
709
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
710
b7 = Instance.new("SpecialMesh", p7)
711
b7.MeshType = Enum.MeshType.Brick
712
b7.Name = "Mesh"
713
b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
714
p8 = Instance.new("Part", m)
715
p8.BrickColor = BrickColor.new("Lime green")
716
p8.Material = Enum.Material.Granite
717
p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
718
p8.FormFactor = Enum.FormFactor.Custom
719
p8.Size = Vector3.new(1, 0.200000048, 1)
720
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
721
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
722
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
723
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
724
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
725
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
726
b8 = Instance.new("SpecialMesh", p8)
727
b8.MeshType = Enum.MeshType.Brick
728
b8.Name = "Mesh"
729
b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
730
p9 = Instance.new("Part", m)
731
p9.BrickColor = BrickColor.new("Lime green")
732
p9.Material = Enum.Material.Granite
733
p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
734
p9.FormFactor = Enum.FormFactor.Custom
735
p9.Size = Vector3.new(1, 0.200000048, 1)
736
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
737
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
738
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
739
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
740
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
741
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
742
b9 = Instance.new("SpecialMesh", p9)
743
b9.MeshType = Enum.MeshType.Brick
744
b9.Name = "Mesh"
745
b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
746
p10 = Instance.new("Part", m)
747
p10.BrickColor = BrickColor.new("Black")
748
p10.Material = Enum.Material.SmoothPlastic
749
p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
750
p10.FormFactor = Enum.FormFactor.Custom
751
p10.Size = Vector3.new(1, 0.349999994, 1)
752
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
753
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
754
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
755
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
756
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
757
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
758
b10 = Instance.new("SpecialMesh", p10)
759
b10.MeshType = Enum.MeshType.Brick
760
b10.Name = "Mesh"
761
b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
762
p11 = Instance.new("Part", m)
763
p11.BrickColor = BrickColor.new("Black")
764
p11.Material = Enum.Material.Metal
765
p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
766
p11.FormFactor = Enum.FormFactor.Custom
767
p11.Size = Vector3.new(1, 0.25, 1)
768
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
769
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
770
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
771
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
772
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
773
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
774
b11 = Instance.new("SpecialMesh", p11)
775
b11.MeshType = Enum.MeshType.Brick
776
b11.Name = "Mesh"
777
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
778
p12 = Instance.new("Part", m)
779
p12.BrickColor = BrickColor.new("Black")
780
p12.Material = Enum.Material.Metal
781
p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
782
p12.FormFactor = Enum.FormFactor.Custom
783
p12.Size = Vector3.new(1, 0.25, 1)
784
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
785
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
786
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
787
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
788
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
789
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
790
b12 = Instance.new("SpecialMesh", p12)
791
b12.MeshType = Enum.MeshType.Brick
792
b12.Name = "Mesh"
793
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
794
p13 = Instance.new("Part", m)
795
p13.BrickColor = BrickColor.new("Black")
796
p13.Material = Enum.Material.Metal
797
p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
798
p13.FormFactor = Enum.FormFactor.Custom
799
p13.Size = Vector3.new(1, 0.25, 1)
800
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
801
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
802
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
803
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
804
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
805
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
806
b13 = Instance.new("SpecialMesh", p13)
807
b13.MeshType = Enum.MeshType.Brick
808
b13.Name = "Mesh"
809
b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
810
p14 = Instance.new("Part", m)
811
p14.BrickColor = BrickColor.new("Black")
812
p14.Material = Enum.Material.Metal
813
p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
814
p14.FormFactor = Enum.FormFactor.Custom
815
p14.Size = Vector3.new(1, 0.25, 1)
816
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
817
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
818
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
819
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
820
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
821
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
822
b14 = Instance.new("SpecialMesh", p14)
823
b14.MeshType = Enum.MeshType.Brick
824
b14.Name = "Mesh"
825
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
826
p15 = Instance.new("Part", m)
827
p15.BrickColor = BrickColor.new("Lime green")
828
p15.Material = Enum.Material.Granite
829
p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
830
p15.FormFactor = Enum.FormFactor.Custom
831
p15.Size = Vector3.new(1, 1, 1)
832
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
833
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
834
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
835
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
836
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
837
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
838
b15 = Instance.new("SpecialMesh", p15)
839
b15.MeshType = Enum.MeshType.Sphere
840
b15.Name = "Mesh"
841
p16 = Instance.new("Part", m)
842
p16.BrickColor = BrickColor.new("Black")
843
p16.Material = Enum.Material.Metal
844
p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5)
845
p16.FormFactor = Enum.FormFactor.Custom
846
p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
847
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
848
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
849
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
850
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
851
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
852
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
853
b16 = Instance.new("SpecialMesh", p16)
854
b16.MeshType = Enum.MeshType.Brick
855
b16.Name = "Mesh"
856
b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
857
p17 = Instance.new("Part", m)
858
p17.BrickColor = BrickColor.new("Black")
859
p17.Material = Enum.Material.SmoothPlastic
860
p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881)
861
p17.FormFactor = Enum.FormFactor.Custom
862
p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
863
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
864
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
865
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
866
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
867
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
868
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
869
b17 = Instance.new("SpecialMesh", p17)
870
b17.MeshType = Enum.MeshType.Brick
871
b17.Name = "Mesh"
872
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
873
p18 = Instance.new("Part", m)
874
p18.BrickColor = BrickColor.new("Black")
875
p18.Material = Enum.Material.SmoothPlastic
876
p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881)
877
p18.FormFactor = Enum.FormFactor.Custom
878
p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
879
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
880
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
881
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
882
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
883
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
884
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
885
b18 = Instance.new("SpecialMesh", p18)
886
b18.MeshType = Enum.MeshType.Brick
887
b18.Name = "Mesh"
888
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
889
p19 = Instance.new("Part", m)
890
p19.BrickColor = BrickColor.new("Black")
891
p19.Material = Enum.Material.SmoothPlastic
892
p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881)
893
p19.FormFactor = Enum.FormFactor.Custom
894
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
895
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
896
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
897
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
898
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
899
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
900
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
901
b19 = Instance.new("SpecialMesh", p19)
902
b19.MeshType = Enum.MeshType.Brick
903
b19.Name = "Mesh"
904
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
905
p20 = Instance.new("Part", m)
906
p20.BrickColor = BrickColor.new("Really black")
907
p20.Material = Enum.Material.SmoothPlastic
908
p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881)
909
p20.FormFactor = Enum.FormFactor.Custom
910
p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
911
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
912
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
913
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
914
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
915
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
916
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
917
b20 = Instance.new("SpecialMesh", p20)
918
b20.MeshType = Enum.MeshType.Brick
919
b20.Name = "Mesh"
920
b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
921
p21 = Instance.new("Part", m)
922
p21.BrickColor = BrickColor.new("Black")
923
p21.Material = Enum.Material.Metal
924
p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007)
925
p21.FormFactor = Enum.FormFactor.Custom
926
p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
927
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
928
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
929
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
930
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
931
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
932
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
933
b21 = Instance.new("SpecialMesh", p21)
934
b21.MeshType = Enum.MeshType.Wedge
935
b21.Name = "Mesh"
936
b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
937
p22 = Instance.new("Part", m)
938
p22.BrickColor = BrickColor.new("Black")
939
p22.Material = Enum.Material.Metal
940
p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007)
941
p22.FormFactor = Enum.FormFactor.Custom
942
p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
943
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
944
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
945
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
946
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
947
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
948
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
949
b22 = Instance.new("SpecialMesh", p22)
950
b22.MeshType = Enum.MeshType.Brick
951
b22.Name = "Mesh"
952
b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
953
p23 = Instance.new("Part", m)
954
p23.BrickColor = BrickColor.new("Black")
955
p23.Material = Enum.Material.Metal
956
p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007)
957
p23.FormFactor = Enum.FormFactor.Custom
958
p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
959
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
960
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
961
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
962
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
963
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
964
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
965
b23 = Instance.new("SpecialMesh", p23)
966
b23.MeshType = Enum.MeshType.Brick
967
b23.Name = "Mesh"
968
b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
969
p24 = Instance.new("Part", m)
970
p24.BrickColor = BrickColor.new("Black")
971
p24.Material = Enum.Material.Metal
972
p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007)
973
p24.FormFactor = Enum.FormFactor.Custom
974
p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
975
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
976
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
977
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
978
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
979
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
980
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
981
b24 = Instance.new("SpecialMesh", p24)
982
b24.MeshType = Enum.MeshType.Brick
983
b24.Name = "Mesh"
984
b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
985
p25 = Instance.new("Part", m)
986
p25.BrickColor = BrickColor.new("Black")
987
p25.Material = Enum.Material.Metal
988
p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007)
989
p25.FormFactor = Enum.FormFactor.Custom
990
p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
991
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
992
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
993
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
994
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
995
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
996
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
997
b25 = Instance.new("SpecialMesh", p25)
998
b25.MeshType = Enum.MeshType.Brick
999
b25.Name = "Mesh"
1000
b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1001
p26 = Instance.new("Part", m)
1002
p26.BrickColor = BrickColor.new("Black")
1003
p26.Material = Enum.Material.Metal
1004
p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113)
1005
p26.FormFactor = Enum.FormFactor.Custom
1006
p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1007
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1008
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1009
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1010
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1011
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1012
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1013
b26 = Instance.new("SpecialMesh", p26)
1014
b26.MeshType = Enum.MeshType.Brick
1015
b26.Name = "Mesh"
1016
b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1017
p27 = Instance.new("Part", m)
1018
p27.BrickColor = BrickColor.new("Black")
1019
p27.Material = Enum.Material.Metal
1020
p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434)
1021
p27.FormFactor = Enum.FormFactor.Custom
1022
p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1023
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1024
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1025
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1026
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1027
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1028
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1029
b27 = Instance.new("SpecialMesh", p27)
1030
b27.MeshType = Enum.MeshType.Brick
1031
b27.Name = "Mesh"
1032
b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1033
p28 = Instance.new("Part", m)
1034
p28.BrickColor = BrickColor.new("Black")
1035
p28.Material = Enum.Material.Metal
1036
p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876)
1037
p28.FormFactor = Enum.FormFactor.Custom
1038
p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1039
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1040
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1041
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1042
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1043
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1044
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1045
b28 = Instance.new("SpecialMesh", p28)
1046
b28.MeshType = Enum.MeshType.Brick
1047
b28.Name = "Mesh"
1048
b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1049
p29 = Instance.new("Part", m)
1050
p29.BrickColor = BrickColor.new("Black")
1051
p29.Material = Enum.Material.Metal
1052
p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715)
1053
p29.FormFactor = Enum.FormFactor.Custom
1054
p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1055
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1056
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1057
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1058
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1059
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1060
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1061
b29 = Instance.new("SpecialMesh", p29)
1062
b29.MeshType = Enum.MeshType.Brick
1063
b29.Name = "Mesh"
1064
b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1065
p30 = Instance.new("Part", m)
1066
p30.BrickColor = BrickColor.new("Black")
1067
p30.Material = Enum.Material.Metal
1068
p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246)
1069
p30.FormFactor = Enum.FormFactor.Custom
1070
p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1071
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1072
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1073
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1074
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1075
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1076
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1077
b30 = Instance.new("SpecialMesh", p30)
1078
b30.MeshType = Enum.MeshType.Wedge
1079
b30.Name = "Mesh"
1080
b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1081
p31 = Instance.new("Part", m)
1082
p31.BrickColor = BrickColor.new("Black")
1083
p31.Material = Enum.Material.Metal
1084
p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365)
1085
p31.FormFactor = Enum.FormFactor.Custom
1086
p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1087
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1088
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1089
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1090
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1091
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1092
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1093
b31 = Instance.new("SpecialMesh", p31)
1094
b31.MeshType = Enum.MeshType.Brick
1095
b31.Name = "Mesh"
1096
b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1097
p32 = Instance.new("Part", m)
1098
p32.BrickColor = BrickColor.new("Black")
1099
p32.Material = Enum.Material.Metal
1100
p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637)
1101
p32.FormFactor = Enum.FormFactor.Custom
1102
p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1103
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1104
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1105
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1106
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1107
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1108
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1109
b32 = Instance.new("SpecialMesh", p32)
1110
b32.MeshType = Enum.MeshType.Wedge
1111
b32.Name = "Mesh"
1112
b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1113
p33 = Instance.new("Part", m)
1114
p33.BrickColor = BrickColor.new("Black")
1115
p33.Material = Enum.Material.Metal
1116
p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946)
1117
p33.FormFactor = Enum.FormFactor.Custom
1118
p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1119
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1120
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1121
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1122
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1123
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1124
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1125
b33 = Instance.new("SpecialMesh", p33)
1126
b33.MeshType = Enum.MeshType.Brick
1127
b33.Name = "Mesh"
1128
b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1129
p34 = Instance.new("Part", m)
1130
p34.BrickColor = BrickColor.new("Black")
1131
p34.Material = Enum.Material.Metal
1132
p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525)
1133
p34.FormFactor = Enum.FormFactor.Custom
1134
p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1135
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1136
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1137
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1138
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1139
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1140
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1141
b34 = Instance.new("SpecialMesh", p34)
1142
b34.MeshType = Enum.MeshType.Brick
1143
b34.Name = "Mesh"
1144
b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1145
w1 = Instance.new("Weld", p1)
1146
w1.Name = "Part_Weld"
1147
w1.Part0 = p1
1148
w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1149
w1.Part1 = p2
1150
w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1151
w2 = Instance.new("Weld", p2)
1152
w2.Name = "Part_Weld"
1153
w2.Part0 = p2
1154
w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1155
w2.Part1 = p3
1156
w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1157
w3 = Instance.new("Weld", p3)
1158
w3.Name = "LeftArmPlate_Weld"
1159
w3.Part0 = p3
1160
w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1161
w3.Part1 = p4
1162
w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1163
w4 = Instance.new("Weld", p4)
1164
w4.Name = "Part_Weld"
1165
w4.Part0 = p4
1166
w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1167
w4.Part1 = p5
1168
w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1169
w5 = Instance.new("Weld", p5)
1170
w5.Name = "Part_Weld"
1171
w5.Part0 = p5
1172
w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1173
w5.Part1 = p6
1174
w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1175
w6 = Instance.new("Weld", p6)
1176
w6.Name = "Part_Weld"
1177
w6.Part0 = p6
1178
w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1179
w6.Part1 = p7
1180
w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1181
w7 = Instance.new("Weld", p7)
1182
w7.Name = "Part_Weld"
1183
w7.Part0 = p7
1184
w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1185
w7.Part1 = p8
1186
w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1187
w8 = Instance.new("Weld", p8)
1188
w8.Name = "Part_Weld"
1189
w8.Part0 = p8
1190
w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1191
w8.Part1 = p9
1192
w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1193
w9 = Instance.new("Weld", p9)
1194
w9.Name = "Part_Weld"
1195
w9.Part0 = p9
1196
w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1197
w9.Part1 = p10
1198
w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1199
w10 = Instance.new("Weld", p10)
1200
w10.Name = "Part_Weld"
1201
w10.Part0 = p10
1202
w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1203
w10.Part1 = p11
1204
w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1205
w11 = Instance.new("Weld", p11)
1206
w11.Name = "Part_Weld"
1207
w11.Part0 = p11
1208
w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1209
w11.Part1 = p12
1210
w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1211
w12 = Instance.new("Weld", p12)
1212
w12.Name = "Part_Weld"
1213
w12.Part0 = p12
1214
w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1215
w12.Part1 = p13
1216
w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1217
w13 = Instance.new("Weld", p13)
1218
w13.Name = "Part_Weld"
1219
w13.Part0 = p13
1220
w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1221
w13.Part1 = p14
1222
w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1223
w14 = Instance.new("Weld", p14)
1224
w14.Name = "Part_Weld"
1225
w14.Part0 = p14
1226
w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1227
w14.Part1 = p15
1228
w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1229
w15 = Instance.new("Weld", p15)
1230
w15.Name = "Part_Weld"
1231
w15.Part0 = p15
1232
w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1233
w15.Part1 = p16
1234
w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
1235
w16 = Instance.new("Weld", p16)
1236
w16.Name = "Part_Weld"
1237
w16.Part0 = p16
1238
w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5)
1239
w16.Part1 = p17
1240
w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1241
w17 = Instance.new("Weld", p17)
1242
w17.Name = "Part_Weld"
1243
w17.Part0 = p17
1244
w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1245
w17.Part1 = p18
1246
w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1247
w18 = Instance.new("Weld", p18)
1248
w18.Name = "Part_Weld"
1249
w18.Part0 = p18
1250
w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1251
w18.Part1 = p19
1252
w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1253
w19 = Instance.new("Weld", p19)
1254
w19.Name = "Part_Weld"
1255
w19.Part0 = p19
1256
w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1257
w19.Part1 = p20
1258
w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1259
w20 = Instance.new("Weld", p20)
1260
w20.Name = "Part_Weld"
1261
w20.Part0 = p20
1262
w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1)
1263
w20.Part1 = p21
1264
w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
1265
w21 = Instance.new("Weld", p21)
1266
w21.Name = "Part_Weld"
1267
w21.Part0 = p21
1268
w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007)
1269
w21.Part1 = p22
1270
w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
1271
w22 = Instance.new("Weld", p22)
1272
w22.Name = "Part_Weld"
1273
w22.Part0 = p22
1274
w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007)
1275
w22.Part1 = p23
1276
w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
1277
w23 = Instance.new("Weld", p23)
1278
w23.Name = "Part_Weld"
1279
w23.Part0 = p23
1280
w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007)
1281
w23.Part1 = p24
1282
w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
1283
w24 = Instance.new("Weld", p24)
1284
w24.Name = "Part_Weld"
1285
w24.Part0 = p24
1286
w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007)
1287
w24.Part1 = p25
1288
w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
1289
w25 = Instance.new("Weld", p25)
1290
w25.Name = "Part_Weld"
1291
w25.Part0 = p25
1292
w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008)
1293
w25.Part1 = p26
1294
w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
1295
w26 = Instance.new("Weld", p26)
1296
w26.Name = "Part_Weld"
1297
w26.Part0 = p26
1298
w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665)
1299
w26.Part1 = p27
1300
w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
1301
w27 = Instance.new("Weld", p27)
1302
w27.Name = "Part_Weld"
1303
w27.Part0 = p27
1304
w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149)
1305
w27.Part1 = p28
1306
w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
1307
w28 = Instance.new("Weld", p28)
1308
w28.Name = "Part_Weld"
1309
w28.Part0 = p28
1310
w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015)
1311
w28.Part1 = p29
1312
w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
1313
w29 = Instance.new("Weld", p29)
1314
w29.Name = "Part_Weld"
1315
w29.Part0 = p29
1316
w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119)
1317
w29.Part1 = p30
1318
w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
1319
w30 = Instance.new("Weld", p30)
1320
w30.Name = "Part_Weld"
1321
w30.Part0 = p30
1322
w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769)
1323
w30.Part1 = p31
1324
w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
1325
w31 = Instance.new("Weld", p31)
1326
w31.Name = "Part_Weld"
1327
w31.Part0 = p31
1328
w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829)
1329
w31.Part1 = p32
1330
w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
1331
w32 = Instance.new("Weld", p32)
1332
w32.Name = "Part_Weld"
1333
w32.Part0 = p32
1334
w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659)
1335
w32.Part1 = p33
1336
w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
1337
w33 = Instance.new("Weld", p33)
1338
w33.Name = "Part_Weld"
1339
w33.Part0 = p33
1340
w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238)
1341
w33.Part1 = p34
1342
w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794)
1343
m.Parent = larm
1344
m:MakeJoints()
1345
----------------------------------------------------
1346
local cor = Instance.new("Part", larm.LeftArm)
1347
cor.Name = "Thingy"
1348
cor.Locked = true
1349
cor.BottomSurface = 0
1350
cor.CanCollide = false
1351
cor.Size = Vector3.new(1, 1, 1)
1352
cor.Transparency = 1
1353
cor.TopSurface = 0
1354
corw = Instance.new("Weld", cor)
1355
corw.Part0 = larm
1356
corw.Part1 = cor
1357
corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1358
corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1359
weld1 = Instance.new("Weld", larm.LeftArm)
1360
weld1.Part0 = cor
1361
weld1.Part1 = larm.LeftArm.LeftArmPlate
1362
weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1363
--Right Arm
1364
m2 = Instance.new("Model")
1365
m2.Name = "RightArm"
1366
p1 = Instance.new("Part", m2)
1367
p1.BrickColor = BrickColor.new("Lime green")
1368
p1.Material = Enum.Material.Granite
1369
p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1370
p1.FormFactor = Enum.FormFactor.Custom
1371
p1.Size = Vector3.new(1, 0.200000048, 1)
1372
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1373
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1374
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1375
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1376
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1377
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1378
b1 = Instance.new("SpecialMesh", p1)
1379
b1.MeshType = Enum.MeshType.Brick
1380
b1.Name = "Mesh"
1381
b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1382
p2 = Instance.new("Part", m2)
1383
p2.BrickColor = BrickColor.new("Lime green")
1384
p2.Material = Enum.Material.Granite
1385
p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1386
p2.FormFactor = Enum.FormFactor.Custom
1387
p2.Size = Vector3.new(1, 0.200000048, 1)
1388
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1389
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1390
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1391
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1392
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1393
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1394
b2 = Instance.new("SpecialMesh", p2)
1395
b2.MeshType = Enum.MeshType.Brick
1396
b2.Name = "Mesh"
1397
b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1398
p3 = Instance.new("Part", m2)
1399
p3.BrickColor = BrickColor.new("Lime green")
1400
p3.Material = Enum.Material.Granite
1401
p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1402
p3.FormFactor = Enum.FormFactor.Custom
1403
p3.Size = Vector3.new(1, 0.200000048, 1)
1404
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1405
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1406
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1407
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1408
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1409
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1410
b3 = Instance.new("SpecialMesh", p3)
1411
b3.MeshType = Enum.MeshType.Brick
1412
b3.Name = "Mesh"
1413
b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1414
p4 = Instance.new("Part", m2)
1415
p4.BrickColor = BrickColor.new("Lime green")
1416
p4.Material = Enum.Material.Granite
1417
p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1418
p4.FormFactor = Enum.FormFactor.Custom
1419
p4.Size = Vector3.new(1, 0.200000048, 1)
1420
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1421
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1422
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1423
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1424
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1425
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1426
b4 = Instance.new("SpecialMesh", p4)
1427
b4.MeshType = Enum.MeshType.Brick
1428
b4.Name = "Mesh"
1429
b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1430
p5 = Instance.new("Part", m2)
1431
p5.BrickColor = BrickColor.new("Lime green")
1432
p5.Material = Enum.Material.Granite
1433
p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1434
p5.FormFactor = Enum.FormFactor.Custom
1435
p5.Size = Vector3.new(1, 0.200000048, 1)
1436
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1437
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1438
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1439
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1440
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1441
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1442
b5 = Instance.new("SpecialMesh", p5)
1443
b5.MeshType = Enum.MeshType.Brick
1444
b5.Name = "Mesh"
1445
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1446
p6 = Instance.new("Part", m2)
1447
p6.BrickColor = BrickColor.new("Lime green")
1448
p6.Material = Enum.Material.Granite
1449
p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1450
p6.FormFactor = Enum.FormFactor.Custom
1451
p6.Size = Vector3.new(1, 1, 1)
1452
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1453
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1454
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1455
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1456
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1457
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1458
b6 = Instance.new("SpecialMesh", p6)
1459
b6.MeshType = Enum.MeshType.Sphere
1460
b6.Name = "Mesh"
1461
p7 = Instance.new("Part", m2)
1462
p7.BrickColor = BrickColor.new("Black")
1463
p7.Material = Enum.Material.SmoothPlastic
1464
p7.Name = "RightArmPlate"
1465
p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1466
p7.FormFactor = Enum.FormFactor.Symmetric
1467
p7.Size = Vector3.new(1, 2, 1)
1468
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1469
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1470
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1471
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1472
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1473
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1474
b7 = Instance.new("SpecialMesh", p7)
1475
b7.MeshType = Enum.MeshType.Brick
1476
b7.Name = "Mesh"
1477
b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1478
p8 = Instance.new("Part", m2)
1479
p8.BrickColor = BrickColor.new("Lime green")
1480
p8.Material = Enum.Material.Granite
1481
p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1482
p8.FormFactor = Enum.FormFactor.Custom
1483
p8.Size = Vector3.new(1, 0.200000048, 1)
1484
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1485
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1486
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1487
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1488
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1489
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1490
b8 = Instance.new("SpecialMesh", p8)
1491
b8.MeshType = Enum.MeshType.Brick
1492
b8.Name = "Mesh"
1493
b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1494
p9 = Instance.new("Part", m2)
1495
p9.BrickColor = BrickColor.new("Black")
1496
p9.Material = Enum.Material.SmoothPlastic
1497
p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1498
p9.FormFactor = Enum.FormFactor.Custom
1499
p9.Size = Vector3.new(1, 0.349999994, 1)
1500
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1501
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1502
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1503
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1504
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1505
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1506
b9 = Instance.new("SpecialMesh", p9)
1507
b9.MeshType = Enum.MeshType.Brick
1508
b9.Name = "Mesh"
1509
b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1510
p10 = Instance.new("Part", m2)
1511
p10.BrickColor = BrickColor.new("Black")
1512
p10.Material = Enum.Material.Metal
1513
p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1514
p10.FormFactor = Enum.FormFactor.Custom
1515
p10.Size = Vector3.new(1, 0.25, 1)
1516
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1517
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1518
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1519
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1520
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1521
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1522
b10 = Instance.new("SpecialMesh", p10)
1523
b10.MeshType = Enum.MeshType.Brick
1524
b10.Name = "Mesh"
1525
b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1526
p11 = Instance.new("Part", m2)
1527
p11.BrickColor = BrickColor.new("Black")
1528
p11.Material = Enum.Material.Metal
1529
p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1530
p11.FormFactor = Enum.FormFactor.Custom
1531
p11.Size = Vector3.new(1, 0.25, 1)
1532
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1533
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1534
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1535
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1536
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1537
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1538
b11 = Instance.new("SpecialMesh", p11)
1539
b11.MeshType = Enum.MeshType.Brick
1540
b11.Name = "Mesh"
1541
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1542
p12 = Instance.new("Part", m2)
1543
p12.BrickColor = BrickColor.new("Black")
1544
p12.Material = Enum.Material.Metal
1545
p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1546
p12.FormFactor = Enum.FormFactor.Custom
1547
p12.Size = Vector3.new(1, 0.25, 1)
1548
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1549
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1550
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1551
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1552
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1553
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1554
b12 = Instance.new("SpecialMesh", p12)
1555
b12.MeshType = Enum.MeshType.Brick
1556
b12.Name = "Mesh"
1557
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1558
p13 = Instance.new("Part", m2)
1559
p13.BrickColor = BrickColor.new("Lime green")
1560
p13.Material = Enum.Material.Granite
1561
p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1562
p13.FormFactor = Enum.FormFactor.Custom
1563
p13.Size = Vector3.new(1, 0.200000048, 1)
1564
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1565
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1566
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1567
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1568
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1569
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1570
b13 = Instance.new("SpecialMesh", p13)
1571
b13.MeshType = Enum.MeshType.Brick
1572
b13.Name = "Mesh"
1573
b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1574
p14 = Instance.new("Part", m2)
1575
p14.BrickColor = BrickColor.new("Black")
1576
p14.Material = Enum.Material.Metal
1577
p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1578
p14.FormFactor = Enum.FormFactor.Custom
1579
p14.Size = Vector3.new(1, 0.25, 1)
1580
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1581
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1582
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1583
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1584
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1585
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1586
b14 = Instance.new("SpecialMesh", p14)
1587
b14.MeshType = Enum.MeshType.Brick
1588
b14.Name = "Mesh"
1589
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1590
p15 = Instance.new("Part", m2)
1591
p15.BrickColor = BrickColor.new("Lime green")
1592
p15.Material = Enum.Material.Granite
1593
p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1594
p15.FormFactor = Enum.FormFactor.Custom
1595
p15.Size = Vector3.new(1, 0.200000048, 1)
1596
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1597
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1598
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1599
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1600
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1601
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1602
b15 = Instance.new("SpecialMesh", p15)
1603
b15.MeshType = Enum.MeshType.Brick
1604
b15.Name = "Mesh"
1605
b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1606
p16 = Instance.new("Part", m2)
1607
p16.BrickColor = BrickColor.new("Black")
1608
p16.Material = Enum.Material.SmoothPlastic
1609
p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1610
p16.FormFactor = Enum.FormFactor.Custom
1611
p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1612
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1613
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1615
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1616
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1617
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1618
b16 = Instance.new("SpecialMesh", p16)
1619
b16.MeshType = Enum.MeshType.Brick
1620
b16.Name = "Mesh"
1621
b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1622
p17 = Instance.new("Part", m2)
1623
p17.BrickColor = BrickColor.new("Black")
1624
p17.Material = Enum.Material.SmoothPlastic
1625
p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1626
p17.FormFactor = Enum.FormFactor.Custom
1627
p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1628
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1629
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1630
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1631
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1632
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1633
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1634
b17 = Instance.new("SpecialMesh", p17)
1635
b17.MeshType = Enum.MeshType.Brick
1636
b17.Name = "Mesh"
1637
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1638
p18 = Instance.new("Part", m2)
1639
p18.BrickColor = BrickColor.new("Really black")
1640
p18.Material = Enum.Material.SmoothPlastic
1641
p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1642
p18.FormFactor = Enum.FormFactor.Custom
1643
p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1644
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1645
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1646
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1647
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1648
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1649
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1650
b18 = Instance.new("SpecialMesh", p18)
1651
b18.MeshType = Enum.MeshType.Brick
1652
b18.Name = "Mesh"
1653
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1654
p19 = Instance.new("Part", m2)
1655
p19.BrickColor = BrickColor.new("Black")
1656
p19.Material = Enum.Material.SmoothPlastic
1657
p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1658
p19.FormFactor = Enum.FormFactor.Custom
1659
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1660
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1661
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1662
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1663
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1664
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1665
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1666
b19 = Instance.new("SpecialMesh", p19)
1667
b19.MeshType = Enum.MeshType.Brick
1668
b19.Name = "Mesh"
1669
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1670
w1 = Instance.new("Weld", p1)
1671
w1.Name = "Part_Weld"
1672
w1.Part0 = p1
1673
w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1674
w1.Part1 = p2
1675
w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1676
w2 = Instance.new("Weld", p2)
1677
w2.Name = "Part_Weld"
1678
w2.Part0 = p2
1679
w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1680
w2.Part1 = p3
1681
w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1682
w3 = Instance.new("Weld", p3)
1683
w3.Name = "Part_Weld"
1684
w3.Part0 = p3
1685
w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1686
w3.Part1 = p4
1687
w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1688
w4 = Instance.new("Weld", p4)
1689
w4.Name = "Part_Weld"
1690
w4.Part0 = p4
1691
w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1692
w4.Part1 = p5
1693
w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1694
w5 = Instance.new("Weld", p5)
1695
w5.Name = "Part_Weld"
1696
w5.Part0 = p5
1697
w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1698
w5.Part1 = p6
1699
w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1700
w6 = Instance.new("Weld", p6)
1701
w6.Name = "RightArmPlate_Weld"
1702
w6.Part0 = p6
1703
w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1704
w6.Part1 = p7
1705
w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1706
w7 = Instance.new("Weld", p7)
1707
w7.Name = "Part_Weld"
1708
w7.Part0 = p7
1709
w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1710
w7.Part1 = p8
1711
w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1712
w8 = Instance.new("Weld", p8)
1713
w8.Name = "Part_Weld"
1714
w8.Part0 = p8
1715
w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1716
w8.Part1 = p9
1717
w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1718
w9 = Instance.new("Weld", p9)
1719
w9.Name = "Part_Weld"
1720
w9.Part0 = p9
1721
w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1722
w9.Part1 = p10
1723
w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1724
w10 = Instance.new("Weld", p10)
1725
w10.Name = "Part_Weld"
1726
w10.Part0 = p10
1727
w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1728
w10.Part1 = p11
1729
w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1730
w11 = Instance.new("Weld", p11)
1731
w11.Name = "Part_Weld"
1732
w11.Part0 = p11
1733
w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1734
w11.Part1 = p12
1735
w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1736
w12 = Instance.new("Weld", p12)
1737
w12.Name = "Part_Weld"
1738
w12.Part0 = p12
1739
w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1740
w12.Part1 = p13
1741
w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1742
w13 = Instance.new("Weld", p13)
1743
w13.Name = "Part_Weld"
1744
w13.Part0 = p13
1745
w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1746
w13.Part1 = p14
1747
w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1748
w14 = Instance.new("Weld", p14)
1749
w14.Name = "Part_Weld"
1750
w14.Part0 = p14
1751
w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1752
w14.Part1 = p15
1753
w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1754
w15 = Instance.new("Weld", p15)
1755
w15.Name = "Part_Weld"
1756
w15.Part0 = p15
1757
w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1758
w15.Part1 = p16
1759
w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1760
w16 = Instance.new("Weld", p16)
1761
w16.Name = "Part_Weld"
1762
w16.Part0 = p16
1763
w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764
w16.Part1 = p17
1765
w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1766
w17 = Instance.new("Weld", p17)
1767
w17.Name = "Part_Weld"
1768
w17.Part0 = p17
1769
w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770
w17.Part1 = p18
1771
w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1772
w18 = Instance.new("Weld", p18)
1773
w18.Name = "Part_Weld"
1774
w18.Part0 = p18
1775
w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1776
w18.Part1 = p19
1777
w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1778
m2.Parent = rarm
1779
m2:MakeJoints()
1780
----------------------------------------------------
1781
local cor2 = Instance.new("Part", rarm.RightArm)
1782
cor2.Name = "Thingy"
1783
cor2.Locked = true
1784
cor2.BottomSurface = 0
1785
cor2.CanCollide = false
1786
cor2.Size = Vector3.new(1, 1, 1)
1787
cor2.Transparency = 1
1788
cor2.TopSurface = 0
1789
corw2 = Instance.new("Weld", cor2)
1790
corw2.Part0 = rarm
1791
corw2.Part1 = cor2
1792
corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1793
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1794
weld2 = Instance.new("Weld", rarm.RightArm)
1795
weld2.Part0 = cor2
1796
weld2.Part1 = rarm.RightArm.RightArmPlate
1797
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1798
--Torso
1799
m3 = Instance.new("Model")
1800
m3.Name = "Torso"
1801
p1 = Instance.new("Part", m3)
1802
p1.BrickColor = BrickColor.new("Really black")
1803
p1.Material = Enum.Material.Metal
1804
p1.Name = "TorsoPlate"
1805
p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1806
p1.CanCollide = false
1807
p1.Locked = true
1808
p1.FormFactor = Enum.FormFactor.Custom
1809
p1.Size = Vector3.new(2, 2, 1)
1810
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1811
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1812
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1813
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1814
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1815
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1816
b1 = Instance.new("SpecialMesh", p1)
1817
b1.MeshType = Enum.MeshType.Brick
1818
b1.Name = "Mesh"
1819
b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1820
p2 = Instance.new("Part", m3)
1821
p2.BrickColor = BrickColor.new("Really black")
1822
p2.Material = Enum.Material.Metal
1823
p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496)
1824
p2.CanCollide = false
1825
p2.Locked = true
1826
p2.FormFactor = Enum.FormFactor.Custom
1827
p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1828
b2 = Instance.new("SpecialMesh", p2)
1829
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1830
b2.TextureId = ""
1831
b2.MeshType = Enum.MeshType.FileMesh
1832
b2.Name = "Mesh"
1833
b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1834
p3 = Instance.new("Part", m3)
1835
p3.BrickColor = BrickColor.new("Black")
1836
p3.Material = Enum.Material.Metal
1837
p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1838
p3.CanCollide = false
1839
p3.Locked = true
1840
p3.FormFactor = Enum.FormFactor.Custom
1841
p3.Size = Vector3.new(2, 2, 0.200000018)
1842
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1843
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1844
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1845
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1846
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1847
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1848
b3 = Instance.new("SpecialMesh", p3)
1849
b3.MeshType = Enum.MeshType.Brick
1850
b3.Name = "Mesh"
1851
b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1852
p4 = Instance.new("Part", m3)
1853
p4.BrickColor = BrickColor.new("Black")
1854
p4.Material = Enum.Material.Metal
1855
p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1856
p4.CanCollide = false
1857
p4.Locked = true
1858
p4.FormFactor = Enum.FormFactor.Custom
1859
p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1860
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1861
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1862
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1863
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1864
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1865
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1866
b4 = Instance.new("SpecialMesh", p4)
1867
b4.MeshType = Enum.MeshType.Brick
1868
b4.Name = "Mesh"
1869
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1870
p5 = Instance.new("Part", m3)
1871
p5.BrickColor = BrickColor.new("Black")
1872
p5.Material = Enum.Material.Metal
1873
p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008)
1874
p5.CanCollide = false
1875
p5.Locked = true
1876
p5.FormFactor = Enum.FormFactor.Custom
1877
p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1878
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1879
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1880
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1881
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1882
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1883
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1884
b5 = Instance.new("SpecialMesh", p5)
1885
b5.MeshType = Enum.MeshType.Wedge
1886
b5.Name = "Mesh"
1887
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1888
p6 = Instance.new("Part", m3)
1889
p6.BrickColor = BrickColor.new("Black")
1890
p6.Material = Enum.Material.Metal
1891
p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008)
1892
p6.CanCollide = false
1893
p6.Locked = true
1894
p6.FormFactor = Enum.FormFactor.Custom
1895
p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1896
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1897
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1898
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1899
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1900
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1901
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1902
b6 = Instance.new("SpecialMesh", p6)
1903
b6.MeshType = Enum.MeshType.Wedge
1904
b6.Name = "Mesh"
1905
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1906
p7 = Instance.new("Part", m3)
1907
p7.BrickColor = BrickColor.new("Black")
1908
p7.Material = Enum.Material.Metal
1909
p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008)
1910
p7.CanCollide = false
1911
p7.Locked = true
1912
p7.FormFactor = Enum.FormFactor.Custom
1913
p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1914
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1915
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1916
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1917
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1918
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1919
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1920
b7 = Instance.new("SpecialMesh", p7)
1921
b7.MeshType = Enum.MeshType.Wedge
1922
b7.Name = "Mesh"
1923
p8 = Instance.new("Part", m3)
1924
p8.BrickColor = BrickColor.new("Black")
1925
p8.Material = Enum.Material.Metal
1926
p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1927
p8.CanCollide = false
1928
p8.Locked = true
1929
p8.FormFactor = Enum.FormFactor.Custom
1930
p8.Size = Vector3.new(1, 2, 0.200000018)
1931
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1932
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1933
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1934
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1935
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1936
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1937
b8 = Instance.new("SpecialMesh", p8)
1938
b8.MeshType = Enum.MeshType.Brick
1939
b8.Name = "Mesh"
1940
b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1941
p9 = Instance.new("Part", m3)
1942
p9.BrickColor = BrickColor.new("Black")
1943
p9.Material = Enum.Material.Metal
1944
p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1945
p9.CanCollide = false
1946
p9.Locked = true
1947
p9.FormFactor = Enum.FormFactor.Custom
1948
p9.Size = Vector3.new(1, 2, 0.200000018)
1949
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1950
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1951
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1952
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1953
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1954
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1955
b9 = Instance.new("SpecialMesh", p9)
1956
b9.MeshType = Enum.MeshType.Brick
1957
b9.Name = "Mesh"
1958
b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1959
p10 = Instance.new("Part", m3)
1960
p10.BrickColor = BrickColor.new("Black")
1961
p10.Material = Enum.Material.Metal
1962
p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1963
p10.CanCollide = false
1964
p10.Locked = true
1965
p10.FormFactor = Enum.FormFactor.Custom
1966
p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1967
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1968
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1969
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1970
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1971
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1972
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1973
b10 = Instance.new("SpecialMesh", p10)
1974
b10.MeshType = Enum.MeshType.Brick
1975
b10.Name = "Mesh"
1976
b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1977
p11 = Instance.new("Part", m3)
1978
p11.BrickColor = BrickColor.new("Really black")
1979
p11.Material = Enum.Material.Metal
1980
p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697)
1981
p11.CanCollide = false
1982
p11.Locked = true
1983
p11.FormFactor = Enum.FormFactor.Custom
1984
p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1985
b11 = Instance.new("SpecialMesh", p11)
1986
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1987
b11.TextureId = ""
1988
b11.MeshType = Enum.MeshType.FileMesh
1989
b11.Name = "Mesh"
1990
b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1991
p12 = Instance.new("Part", m3)
1992
p12.BrickColor = BrickColor.new("Really black")
1993
p12.Material = Enum.Material.Metal
1994
p12.Transparency = 1
1995
p12.Name = "Chain2Torso"
1996
p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008)
1997
p12.CanCollide = false
1998
p12.Locked = true
1999
p12.FormFactor = Enum.FormFactor.Custom
2000
p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2001
b12 = Instance.new("SpecialMesh", p12)
2002
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2003
b12.TextureId = ""
2004
b12.MeshType = Enum.MeshType.FileMesh
2005
b12.Name = "Mesh"
2006
b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2007
p13 = Instance.new("Part", m3)
2008
p13.BrickColor = BrickColor.new("Really black")
2009
p13.Material = Enum.Material.Metal
2010
p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923)
2011
p13.CanCollide = false
2012
p13.Locked = true
2013
p13.FormFactor = Enum.FormFactor.Custom
2014
p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2015
b13 = Instance.new("SpecialMesh", p13)
2016
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2017
b13.TextureId = ""
2018
b13.MeshType = Enum.MeshType.FileMesh
2019
b13.Name = "Mesh"
2020
b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2021
p14 = Instance.new("Part", m3)
2022
p14.BrickColor = BrickColor.new("Really black")
2023
p14.Material = Enum.Material.Metal
2024
p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399)
2025
p14.CanCollide = false
2026
p14.Locked = true
2027
p14.FormFactor = Enum.FormFactor.Custom
2028
p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2029
b14 = Instance.new("SpecialMesh", p14)
2030
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2031
b14.TextureId = ""
2032
b14.MeshType = Enum.MeshType.FileMesh
2033
b14.Name = "Mesh"
2034
b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2035
p15 = Instance.new("Part", m3)
2036
p15.BrickColor = BrickColor.new("Really black")
2037
p15.Material = Enum.Material.Metal
2038
p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763)
2039
p15.CanCollide = false
2040
p15.Locked = true
2041
p15.FormFactor = Enum.FormFactor.Custom
2042
p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2043
b15 = Instance.new("SpecialMesh", p15)
2044
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2045
b15.TextureId = ""
2046
b15.MeshType = Enum.MeshType.FileMesh
2047
b15.Name = "Mesh"
2048
b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2049
p16 = Instance.new("Part", m3)
2050
p16.BrickColor = BrickColor.new("Really black")
2051
p16.Material = Enum.Material.Metal
2052
p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835)
2053
p16.CanCollide = false
2054
p16.Locked = true
2055
p16.FormFactor = Enum.FormFactor.Custom
2056
p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2057
b16 = Instance.new("SpecialMesh", p16)
2058
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2059
b16.TextureId = ""
2060
b16.MeshType = Enum.MeshType.FileMesh
2061
b16.Name = "Mesh"
2062
b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2063
p17 = Instance.new("Part", m3)
2064
p17.BrickColor = BrickColor.new("Really black")
2065
p17.Material = Enum.Material.Metal
2066
p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974)
2067
p17.CanCollide = false
2068
p17.Locked = true
2069
p17.FormFactor = Enum.FormFactor.Custom
2070
p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2071
b17 = Instance.new("SpecialMesh", p17)
2072
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2073
b17.TextureId = ""
2074
b17.MeshType = Enum.MeshType.FileMesh
2075
b17.Name = "Mesh"
2076
b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2077
p18 = Instance.new("Part", m3)
2078
p18.BrickColor = BrickColor.new("Really black")
2079
p18.Material = Enum.Material.Metal
2080
p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372)
2081
p18.CanCollide = false
2082
p18.Locked = true
2083
p18.FormFactor = Enum.FormFactor.Custom
2084
p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2085
b18 = Instance.new("SpecialMesh", p18)
2086
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2087
b18.TextureId = ""
2088
b18.MeshType = Enum.MeshType.FileMesh
2089
b18.Name = "Mesh"
2090
b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2091
p19 = Instance.new("Part", m3)
2092
p19.BrickColor = BrickColor.new("Really black")
2093
p19.Material = Enum.Material.Metal
2094
p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254)
2095
p19.CanCollide = false
2096
p19.Locked = true
2097
p19.FormFactor = Enum.FormFactor.Custom
2098
p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2099
b19 = Instance.new("SpecialMesh", p19)
2100
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2101
b19.TextureId = ""
2102
b19.MeshType = Enum.MeshType.FileMesh
2103
b19.Name = "Mesh"
2104
b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2105
p20 = Instance.new("Part", m3)
2106
p20.BrickColor = BrickColor.new("Really black")
2107
p20.Material = Enum.Material.Metal
2108
p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833)
2109
p20.CanCollide = false
2110
p20.Locked = true
2111
p20.FormFactor = Enum.FormFactor.Custom
2112
p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2113
b20 = Instance.new("SpecialMesh", p20)
2114
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2115
b20.TextureId = ""
2116
b20.MeshType = Enum.MeshType.FileMesh
2117
b20.Name = "Mesh"
2118
b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2119
p21 = Instance.new("Part", m3)
2120
p21.BrickColor = BrickColor.new("Really black")
2121
p21.Material = Enum.Material.Metal
2122
p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286)
2123
p21.CanCollide = false
2124
p21.Locked = true
2125
p21.FormFactor = Enum.FormFactor.Custom
2126
p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2127
b21 = Instance.new("SpecialMesh", p21)
2128
b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2129
b21.TextureId = ""
2130
b21.MeshType = Enum.MeshType.FileMesh
2131
b21.Name = "Mesh"
2132
b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2133
p22 = Instance.new("Part", m3)
2134
p22.BrickColor = BrickColor.new("Really black")
2135
p22.Material = Enum.Material.Metal
2136
p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122)
2137
p22.CanCollide = false
2138
p22.Locked = true
2139
p22.FormFactor = Enum.FormFactor.Custom
2140
p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2141
b22 = Instance.new("SpecialMesh", p22)
2142
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2143
b22.TextureId = ""
2144
b22.MeshType = Enum.MeshType.FileMesh
2145
b22.Name = "Mesh"
2146
b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2147
p23 = Instance.new("Part", m3)
2148
p23.BrickColor = BrickColor.new("Really black")
2149
p23.Material = Enum.Material.Metal
2150
p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405)
2151
p23.CanCollide = false
2152
p23.Locked = true
2153
p23.FormFactor = Enum.FormFactor.Custom
2154
p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2155
b23 = Instance.new("SpecialMesh", p23)
2156
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2157
b23.TextureId = ""
2158
b23.MeshType = Enum.MeshType.FileMesh
2159
b23.Name = "Mesh"
2160
b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2161
p24 = Instance.new("Part", m3)
2162
p24.BrickColor = BrickColor.new("Really black")
2163
p24.Material = Enum.Material.Metal
2164
p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824)
2165
p24.CanCollide = false
2166
p24.Locked = true
2167
p24.FormFactor = Enum.FormFactor.Custom
2168
p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2169
b24 = Instance.new("SpecialMesh", p24)
2170
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2171
b24.TextureId = ""
2172
b24.MeshType = Enum.MeshType.FileMesh
2173
b24.Name = "Mesh"
2174
b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2175
p25 = Instance.new("Part", m3)
2176
p25.BrickColor = BrickColor.new("Really black")
2177
p25.Material = Enum.Material.Metal
2178
p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741)
2179
p25.CanCollide = false
2180
p25.Locked = true
2181
p25.FormFactor = Enum.FormFactor.Custom
2182
p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2183
b25 = Instance.new("SpecialMesh", p25)
2184
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2185
b25.TextureId = ""
2186
b25.MeshType = Enum.MeshType.FileMesh
2187
b25.Name = "Mesh"
2188
b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2189
p26 = Instance.new("Part", m3)
2190
p26.BrickColor = BrickColor.new("Really black")
2191
p26.Material = Enum.Material.Metal
2192
p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402)
2193
p26.CanCollide = false
2194
p26.Locked = true
2195
p26.FormFactor = Enum.FormFactor.Custom
2196
p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2197
b26 = Instance.new("SpecialMesh", p26)
2198
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2199
b26.TextureId = ""
2200
b26.MeshType = Enum.MeshType.FileMesh
2201
b26.Name = "Mesh"
2202
b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2203
p27 = Instance.new("Part", m3)
2204
p27.BrickColor = BrickColor.new("Really black")
2205
p27.Material = Enum.Material.Metal
2206
p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932)
2207
p27.CanCollide = false
2208
p27.Locked = true
2209
p27.FormFactor = Enum.FormFactor.Custom
2210
p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2211
b27 = Instance.new("SpecialMesh", p27)
2212
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2213
b27.TextureId = ""
2214
b27.MeshType = Enum.MeshType.FileMesh
2215
b27.Name = "Mesh"
2216
b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2217
p28 = Instance.new("Part", m3)
2218
p28.BrickColor = BrickColor.new("Really black")
2219
p28.Material = Enum.Material.Metal
2220
p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861)
2221
p28.CanCollide = false
2222
p28.Locked = true
2223
p28.FormFactor = Enum.FormFactor.Custom
2224
p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2225
b28 = Instance.new("SpecialMesh", p28)
2226
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2227
b28.TextureId = ""
2228
b28.MeshType = Enum.MeshType.FileMesh
2229
b28.Name = "Mesh"
2230
b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2231
p29 = Instance.new("Part", m3)
2232
p29.BrickColor = BrickColor.new("Really black")
2233
p29.Material = Enum.Material.Metal
2234
p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736)
2235
p29.CanCollide = false
2236
p29.Locked = true
2237
p29.FormFactor = Enum.FormFactor.Custom
2238
p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2239
b29 = Instance.new("SpecialMesh", p29)
2240
b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2241
b29.TextureId = ""
2242
b29.MeshType = Enum.MeshType.FileMesh
2243
b29.Name = "Mesh"
2244
b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2245
p30 = Instance.new("Part", m3)
2246
p30.BrickColor = BrickColor.new("Really black")
2247
p30.Material = Enum.Material.Metal
2248
p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606)
2249
p30.CanCollide = false
2250
p30.Locked = true
2251
p30.FormFactor = Enum.FormFactor.Custom
2252
p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2253
b30 = Instance.new("SpecialMesh", p30)
2254
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2255
b30.TextureId = ""
2256
b30.MeshType = Enum.MeshType.FileMesh
2257
b30.Name = "Mesh"
2258
b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2259
p31 = Instance.new("Part", m3)
2260
p31.BrickColor = BrickColor.new("Really black")
2261
p31.Material = Enum.Material.Metal
2262
p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186)
2263
p31.CanCollide = false
2264
p31.Locked = true
2265
p31.FormFactor = Enum.FormFactor.Custom
2266
p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2267
b31 = Instance.new("SpecialMesh", p31)
2268
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2269
b31.TextureId = ""
2270
b31.MeshType = Enum.MeshType.FileMesh
2271
b31.Name = "Mesh"
2272
b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2273
p32 = Instance.new("Part", m3)
2274
p32.BrickColor = BrickColor.new("Really black")
2275
p32.Material = Enum.Material.Metal
2276
p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015)
2277
p32.CanCollide = false
2278
p32.Locked = true
2279
p32.FormFactor = Enum.FormFactor.Custom
2280
p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2281
b32 = Instance.new("SpecialMesh", p32)
2282
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2283
b32.TextureId = ""
2284
b32.MeshType = Enum.MeshType.FileMesh
2285
b32.Name = "Mesh"
2286
b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2287
p33 = Instance.new("Part", m3)
2288
p33.BrickColor = BrickColor.new("Really black")
2289
p33.Material = Enum.Material.Metal
2290
p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923)
2291
p33.CanCollide = false
2292
p33.Locked = true
2293
p33.FormFactor = Enum.FormFactor.Custom
2294
p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2295
b33 = Instance.new("SpecialMesh", p33)
2296
b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2297
b33.TextureId = ""
2298
b33.MeshType = Enum.MeshType.FileMesh
2299
b33.Name = "Mesh"
2300
b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2301
p34 = Instance.new("Part", m3)
2302
p34.BrickColor = BrickColor.new("Really black")
2303
p34.Material = Enum.Material.Metal
2304
p34.Name = "Connection"
2305
p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015)
2306
p34.CanCollide = false
2307
p34.Locked = true
2308
p34.FormFactor = Enum.FormFactor.Custom
2309
p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2310
b34 = Instance.new("SpecialMesh", p34)
2311
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2312
b34.TextureId = ""
2313
b34.MeshType = Enum.MeshType.FileMesh
2314
b34.Name = "Mesh"
2315
b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2316
p35 = Instance.new("Part", m3)
2317
p35.BrickColor = BrickColor.new("Really black")
2318
p35.Material = Enum.Material.Metal
2319
p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883)
2320
p35.CanCollide = false
2321
p35.Locked = true
2322
p35.FormFactor = Enum.FormFactor.Custom
2323
p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2324
b35 = Instance.new("SpecialMesh", p35)
2325
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2326
b35.TextureId = ""
2327
b35.MeshType = Enum.MeshType.FileMesh
2328
b35.Name = "Mesh"
2329
b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2330
p36 = Instance.new("Part", m3)
2331
p36.BrickColor = BrickColor.new("Really black")
2332
p36.Material = Enum.Material.Metal
2333
p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916)
2334
p36.CanCollide = false
2335
p36.Locked = true
2336
p36.FormFactor = Enum.FormFactor.Custom
2337
p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2338
b36 = Instance.new("SpecialMesh", p36)
2339
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2340
b36.TextureId = ""
2341
b36.MeshType = Enum.MeshType.FileMesh
2342
b36.Name = "Mesh"
2343
b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2344
w1 = Instance.new("Weld", p2)
2345
w1.Name = "Joint"
2346
w1.Part0 = p2
2347
w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396)
2348
w1.Part1 = p18
2349
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2350
w2 = Instance.new("Weld", p3)
2351
w2.Name = "Joint"
2352
w2.Part0 = p3
2353
w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2354
w2.Part1 = p1
2355
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2356
w3 = Instance.new("Weld", p4)
2357
w3.Name = "Joint"
2358
w3.Part0 = p4
2359
w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2360
w3.Part1 = p1
2361
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2362
w4 = Instance.new("Weld", p5)
2363
w4.Name = "Joint"
2364
w4.Part0 = p5
2365
w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
2366
w4.Part1 = p7
2367
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2368
w5 = Instance.new("Weld", p6)
2369
w5.Name = "Joint"
2370
w5.Part0 = p6
2371
w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829)
2372
w5.Part1 = p7
2373
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2374
w6 = Instance.new("Weld", p7)
2375
w6.Name = "Joint"
2376
w6.Part0 = p7
2377
w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008)
2378
w6.Part1 = p1
2379
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2380
w7 = Instance.new("Weld", p8)
2381
w7.Name = "Joint"
2382
w7.Part0 = p8
2383
w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2384
w7.Part1 = p1
2385
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2386
w8 = Instance.new("Weld", p9)
2387
w8.Name = "Joint"
2388
w8.Part0 = p9
2389
w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2390
w8.Part1 = p1
2391
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2392
w9 = Instance.new("Weld", p10)
2393
w9.Name = "Joint"
2394
w9.Part0 = p10
2395
w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2396
w9.Part1 = p1
2397
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2398
w10 = Instance.new("Weld", p11)
2399
w10.Name = "Joint"
2400
w10.Part0 = p11
2401
w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737)
2402
w10.Part1 = p19
2403
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2404
w11 = Instance.new("Weld", p12)
2405
w11.Name = "Joint"
2406
w11.Part0 = p12
2407
w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008)
2408
w11.Part1 = p1
2409
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2410
w12 = Instance.new("Weld", p13)
2411
w12.Name = "Joint"
2412
w12.Part0 = p13
2413
w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633)
2414
w12.Part1 = p35
2415
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2416
w13 = Instance.new("Weld", p14)
2417
w13.Name = "Joint"
2418
w13.Part0 = p14
2419
w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683)
2420
w13.Part1 = p34
2421
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2422
w14 = Instance.new("Weld", p15)
2423
w14.Name = "Joint"
2424
w14.Part0 = p15
2425
w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347)
2426
w14.Part1 = p16
2427
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2428
w15 = Instance.new("Weld", p16)
2429
w15.Name = "Joint"
2430
w15.Part0 = p16
2431
w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675)
2432
w15.Part1 = p20
2433
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2434
w16 = Instance.new("Weld", p17)
2435
w16.Name = "Joint"
2436
w16.Part0 = p17
2437
w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098)
2438
w16.Part1 = p14
2439
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2440
w17 = Instance.new("Weld", p18)
2441
w17.Name = "Joint"
2442
w17.Part0 = p18
2443
w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674)
2444
w17.Part1 = p17
2445
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2446
w18 = Instance.new("Weld", p19)
2447
w18.Name = "Joint"
2448
w18.Part0 = p19
2449
w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712)
2450
w18.Part1 = p21
2451
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2452
w19 = Instance.new("Weld", p20)
2453
w19.Name = "Joint"
2454
w19.Part0 = p20
2455
w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963)
2456
w19.Part1 = p11
2457
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2458
w20 = Instance.new("Weld", p21)
2459
w20.Name = "Joint"
2460
w20.Part0 = p21
2461
w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928)
2462
w20.Part1 = p22
2463
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2464
w21 = Instance.new("Weld", p22)
2465
w21.Name = "Joint"
2466
w21.Part0 = p22
2467
w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145)
2468
w21.Part1 = p23
2469
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2470
w22 = Instance.new("Weld", p23)
2471
w22.Name = "Joint"
2472
w22.Part0 = p23
2473
w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632)
2474
w22.Part1 = p24
2475
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2476
w23 = Instance.new("Weld", p24)
2477
w23.Name = "Joint"
2478
w23.Part0 = p24
2479
w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852)
2480
w23.Part1 = p25
2481
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2482
w24 = Instance.new("Weld", p25)
2483
w24.Name = "Joint"
2484
w24.Part0 = p25
2485
w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978)
2486
w24.Part1 = p26
2487
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2488
w25 = Instance.new("Weld", p26)
2489
w25.Name = "Joint"
2490
w25.Part0 = p26
2491
w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429)
2492
w25.Part1 = p27
2493
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2494
w26 = Instance.new("Weld", p27)
2495
w26.Name = "Joint"
2496
w26.Part0 = p27
2497
w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777)
2498
w26.Part1 = p28
2499
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2500
w27 = Instance.new("Weld", p28)
2501
w27.Name = "Joint"
2502
w27.Part0 = p28
2503
w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928)
2504
w27.Part1 = p29
2505
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2506
w28 = Instance.new("Weld", p29)
2507
w28.Name = "Joint"
2508
w28.Part0 = p29
2509
w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759)
2510
w28.Part1 = p30
2511
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2512
w29 = Instance.new("Weld", p30)
2513
w29.Name = "Joint"
2514
w29.Part0 = p30
2515
w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885)
2516
w29.Part1 = p31
2517
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2518
w30 = Instance.new("Weld", p31)
2519
w30.Name = "Joint"
2520
w30.Part0 = p31
2521
w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901)
2522
w30.Part1 = p32
2523
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2524
w31 = Instance.new("Weld", p32)
2525
w31.Name = "Joint"
2526
w31.Part0 = p32
2527
w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764)
2528
w31.Part1 = p33
2529
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2530
w32 = Instance.new("Weld", p33)
2531
w32.Name = "Joint"
2532
w32.Part0 = p33
2533
w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489)
2534
w32.Part1 = p13
2535
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2536
w33 = Instance.new("Weld", p34)
2537
w33.Name = "Joint"
2538
w33.Part0 = p34
2539
w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676)
2540
w33.Part1 = p12
2541
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2542
w34 = Instance.new("Weld", p35)
2543
w34.Name = "Joint"
2544
w34.Part0 = p35
2545
w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398)
2546
w34.Part1 = p36
2547
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2548
w35 = Instance.new("Weld", p36)
2549
w35.Name = "Joint"
2550
w35.Part0 = p36
2551
w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849)
2552
w35.Part1 = p2
2553
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2554
m3.Parent = torso
2555
m3:MakeJoints()
2556
----------------------------------------------------
2557
local cor3 = Instance.new("Part", torso.Torso)
2558
cor3.Name = "Thingy"
2559
cor3.Locked = true
2560
cor3.BottomSurface = 0
2561
cor3.CanCollide = false
2562
cor3.Size = Vector3.new(1, 1, 1)
2563
cor3.Transparency = 1
2564
cor3.TopSurface = 0
2565
corw3 = Instance.new("Weld", cor3)
2566
corw3.Part0 = torso
2567
corw3.Part1 = cor3
2568
corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2569
corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2570
weld3 = Instance.new("Weld", torso.Torso)
2571
weld3.Part0 = cor3
2572
weld3.Part1 = torso.Torso.TorsoPlate
2573
weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2574
--Left Leg
2575
m4 = Instance.new("Model")
2576
m4.Name = "LeftLeg"
2577
p1 = Instance.new("Part", m4)
2578
p1.BrickColor = BrickColor.new("Really black")
2579
p1.Material = Enum.Material.Metal
2580
p1.Name = "LeftLegPlate"
2581
p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2582
p1.Anchored = false
2583
p1.CanCollide = false
2584
p1.FormFactor = Enum.FormFactor.Custom
2585
p1.Size = Vector3.new(1, 2, 1)
2586
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2587
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2588
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2589
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2590
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2591
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2592
b1 = Instance.new("SpecialMesh", p1)
2593
b1.MeshType = Enum.MeshType.Brick
2594
b1.Name = "Mesh"
2595
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2596
p2 = Instance.new("Part", m4)
2597
p2.BrickColor = BrickColor.new("Really black")
2598
p2.Material = Enum.Material.Metal
2599
p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2600
p2.Anchored = false
2601
p2.CanCollide = false
2602
p2.FormFactor = Enum.FormFactor.Custom
2603
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2604
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2605
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2606
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2607
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2608
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2609
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2610
b2 = Instance.new("SpecialMesh", p2)
2611
b2.MeshType = Enum.MeshType.Brick
2612
b2.Name = "Mesh"
2613
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2614
p3 = Instance.new("Part", m4)
2615
p3.BrickColor = BrickColor.new("Really black")
2616
p3.Material = Enum.Material.Metal
2617
p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2618
p3.Anchored = false
2619
p3.CanCollide = false
2620
p3.FormFactor = Enum.FormFactor.Custom
2621
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2622
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2623
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2624
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2625
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2626
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2627
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2628
b3 = Instance.new("SpecialMesh", p3)
2629
b3.MeshType = Enum.MeshType.Brick
2630
b3.Name = "Mesh"
2631
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2632
p4 = Instance.new("Part", m4)
2633
p4.BrickColor = BrickColor.new("Black")
2634
p4.Material = Enum.Material.Metal
2635
p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2636
p4.Anchored = false
2637
p4.CanCollide = false
2638
p4.FormFactor = Enum.FormFactor.Custom
2639
p4.Size = Vector3.new(1, 2, 0.200000018)
2640
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2641
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2642
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2643
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2644
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2645
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2646
b4 = Instance.new("SpecialMesh", p4)
2647
b4.MeshType = Enum.MeshType.Brick
2648
b4.Name = "Mesh"
2649
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2650
p5 = Instance.new("Part", m4)
2651
p5.BrickColor = BrickColor.new("Black")
2652
p5.Material = Enum.Material.Metal
2653
p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2654
p5.Anchored = false
2655
p5.CanCollide = false
2656
p5.FormFactor = Enum.FormFactor.Custom
2657
p5.Size = Vector3.new(1, 2, 0.200000018)
2658
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2659
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2660
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2661
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2662
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2663
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2664
b5 = Instance.new("SpecialMesh", p5)
2665
b5.MeshType = Enum.MeshType.Brick
2666
b5.Name = "Mesh"
2667
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2668
p6 = Instance.new("Part", m4)
2669
p6.BrickColor = BrickColor.new("Black")
2670
p6.Material = Enum.Material.Metal
2671
p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2672
p6.Anchored = false
2673
p6.CanCollide = false
2674
p6.FormFactor = Enum.FormFactor.Custom
2675
p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2676
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2677
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2678
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2679
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2680
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2681
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2682
b6 = Instance.new("SpecialMesh", p6)
2683
b6.MeshType = Enum.MeshType.Brick
2684
b6.Name = "Mesh"
2685
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2686
p7 = Instance.new("Part", m4)
2687
p7.BrickColor = BrickColor.new("Black")
2688
p7.Material = Enum.Material.Metal
2689
p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2690
p7.Anchored = false
2691
p7.CanCollide = false
2692
p7.FormFactor = Enum.FormFactor.Custom
2693
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2694
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2695
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2696
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2697
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2698
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2699
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2700
b7 = Instance.new("SpecialMesh", p7)
2701
b7.MeshType = Enum.MeshType.Brick
2702
b7.Name = "Mesh"
2703
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2704
w1 = Instance.new("Weld", p2)
2705
w1.Name = "Joint"
2706
w1.Part0 = p2
2707
w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2708
w1.Part1 = p3
2709
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2710
w2 = Instance.new("Weld", p3)
2711
w2.Name = "Joint"
2712
w2.Part0 = p3
2713
w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2714
w2.Part1 = p5
2715
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2716
w3 = Instance.new("Weld", p4)
2717
w3.Name = "Joint"
2718
w3.Part0 = p4
2719
w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2720
w3.Part1 = p1
2721
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2722
w4 = Instance.new("Weld", p5)
2723
w4.Name = "Joint"
2724
w4.Part0 = p5
2725
w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2726
w4.Part1 = p1
2727
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2728
w5 = Instance.new("Weld", p6)
2729
w5.Name = "Joint"
2730
w5.Part0 = p6
2731
w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2732
w5.Part1 = p1
2733
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2734
w6 = Instance.new("Weld", p7)
2735
w6.Name = "Joint"
2736
w6.Part0 = p7
2737
w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2738
w6.Part1 = p1
2739
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2740
m4.Parent = lleg
2741
m4:MakeJoints()
2742
----------------------------------------------------
2743
local cor4 = Instance.new("Part", lleg.LeftLeg)
2744
cor4.Name = "Thingy"
2745
cor4.Locked = true
2746
cor4.BottomSurface = 0
2747
cor4.CanCollide = false
2748
cor4.Size = Vector3.new(1, 1, 1)
2749
cor4.Transparency = 1
2750
cor4.TopSurface = 0
2751
corw4 = Instance.new("Weld", cor4)
2752
corw4.Part0 = lleg
2753
corw4.Part1 = cor4
2754
corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2755
corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2756
weld4 = Instance.new("Weld", lleg.LeftLeg)
2757
weld4.Part0 = cor4
2758
weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2759
weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2760
--Right Leg
2761
m5 = Instance.new("Model")
2762
m5.Name = "RightLeg"
2763
p1 = Instance.new("Part", m5)
2764
p1.BrickColor = BrickColor.new("Really black")
2765
p1.Material = Enum.Material.Metal
2766
p1.Name = "RightLegPlate"
2767
p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2768
p1.Anchored = false
2769
p1.CanCollide = false
2770
p1.FormFactor = Enum.FormFactor.Custom
2771
p1.Size = Vector3.new(1, 2, 1)
2772
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2773
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2774
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2775
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2776
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2777
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2778
b1 = Instance.new("SpecialMesh", p1)
2779
b1.MeshType = Enum.MeshType.Brick
2780
b1.Name = "Mesh"
2781
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2782
p2 = Instance.new("Part", m5)
2783
p2.BrickColor = BrickColor.new("Really black")
2784
p2.Material = Enum.Material.Metal
2785
p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2786
p2.Anchored = false
2787
p2.CanCollide = false
2788
p2.FormFactor = Enum.FormFactor.Custom
2789
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2790
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2791
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2792
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2793
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2794
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2795
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2796
b2 = Instance.new("SpecialMesh", p2)
2797
b2.MeshType = Enum.MeshType.Brick
2798
b2.Name = "Mesh"
2799
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2800
p3 = Instance.new("Part", m5)
2801
p3.BrickColor = BrickColor.new("Really black")
2802
p3.Material = Enum.Material.Metal
2803
p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2804
p3.Anchored = false
2805
p3.CanCollide = false
2806
p3.FormFactor = Enum.FormFactor.Custom
2807
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2808
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2809
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2810
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2811
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2812
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2813
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2814
b3 = Instance.new("SpecialMesh", p3)
2815
b3.MeshType = Enum.MeshType.Brick
2816
b3.Name = "Mesh"
2817
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2818
p4 = Instance.new("Part", m5)
2819
p4.BrickColor = BrickColor.new("Black")
2820
p4.Material = Enum.Material.Metal
2821
p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2822
p4.Anchored = false
2823
p4.CanCollide = false
2824
p4.FormFactor = Enum.FormFactor.Custom
2825
p4.Size = Vector3.new(1, 2, 0.200000018)
2826
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2827
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2828
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2829
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2830
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2831
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2832
b4 = Instance.new("SpecialMesh", p4)
2833
b4.MeshType = Enum.MeshType.Brick
2834
b4.Name = "Mesh"
2835
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2836
p5 = Instance.new("Part", m5)
2837
p5.BrickColor = BrickColor.new("Black")
2838
p5.Material = Enum.Material.Metal
2839
p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2840
p5.Anchored = false
2841
p5.CanCollide = false
2842
p5.FormFactor = Enum.FormFactor.Custom
2843
p5.Size = Vector3.new(1, 2, 0.200000018)
2844
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2845
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2846
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2847
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2848
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2849
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2850
b5 = Instance.new("SpecialMesh", p5)
2851
b5.MeshType = Enum.MeshType.Brick
2852
b5.Name = "Mesh"
2853
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2854
p6 = Instance.new("Part", m5)
2855
p6.BrickColor = BrickColor.new("Black")
2856
p6.Material = Enum.Material.Metal
2857
p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2858
p6.Anchored = false
2859
p6.CanCollide = false
2860
p6.FormFactor = Enum.FormFactor.Custom
2861
p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2862
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2863
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2864
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2865
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2866
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2867
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2868
b6 = Instance.new("SpecialMesh", p6)
2869
b6.MeshType = Enum.MeshType.Brick
2870
b6.Name = "Mesh"
2871
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2872
p7 = Instance.new("Part", m5)
2873
p7.BrickColor = BrickColor.new("Black")
2874
p7.Material = Enum.Material.Metal
2875
p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2876
p7.Anchored = false
2877
p7.CanCollide = false
2878
p7.FormFactor = Enum.FormFactor.Custom
2879
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2880
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2881
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2882
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2883
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2884
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2885
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2886
b7 = Instance.new("SpecialMesh", p7)
2887
b7.MeshType = Enum.MeshType.Brick
2888
b7.Name = "Mesh"
2889
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2890
w1 = Instance.new("Weld", p2)
2891
w1.Name = "Joint"
2892
w1.Part0 = p2
2893
w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2894
w1.Part1 = p3
2895
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2896
w2 = Instance.new("Weld", p3)
2897
w2.Name = "Joint"
2898
w2.Part0 = p3
2899
w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2900
w2.Part1 = p5
2901
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2902
w3 = Instance.new("Weld", p4)
2903
w3.Name = "Joint"
2904
w3.Part0 = p4
2905
w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2906
w3.Part1 = p1
2907
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2908
w4 = Instance.new("Weld", p5)
2909
w4.Name = "Joint"
2910
w4.Part0 = p5
2911
w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2912
w4.Part1 = p1
2913
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2914
w5 = Instance.new("Weld", p6)
2915
w5.Name = "Joint"
2916
w5.Part0 = p6
2917
w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2918
w5.Part1 = p1
2919
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2920
w6 = Instance.new("Weld", p7)
2921
w6.Name = "Joint"
2922
w6.Part0 = p7
2923
w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2924
w6.Part1 = p1
2925
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2926
m5.Parent = rleg
2927
m5:MakeJoints()
2928
----------------------------------------------------
2929
local cor5 = Instance.new("Part", rleg.RightLeg)
2930
cor5.Name = "Thingy"
2931
cor5.Locked = true
2932
cor5.BottomSurface = 0
2933
cor5.CanCollide = false
2934
cor5.Size = Vector3.new(1, 1, 1)
2935
cor5.Transparency = 1
2936
cor5.TopSurface = 0
2937
corw5 = Instance.new("Weld", cor5)
2938
corw5.Part0 = rleg
2939
corw5.Part1 = cor5
2940
corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2941
corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2942
wld5 = Instance.new("Weld", rleg.RightLeg)
2943
wld5.Part0 = cor5
2944
wld5.Part1 = rleg.RightLeg.RightLegPlate
2945
wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2946
--Cape
2947
m6 = Instance.new("Model")
2948
m6.Name = "Cloak"
2949
p1 = Instance.new("WedgePart", m6)
2950
p1.BrickColor = BrickColor.new("Lime green")
2951
p1.Material = Enum.Material.SmoothPlastic
2952
p1.Name = "Wedge"
2953
p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2954
p1.CanCollide = false
2955
p1.Locked = true
2956
p1.FormFactor = Enum.FormFactor.Custom
2957
p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2958
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2959
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2960
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2961
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2962
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2963
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2964
b1 = Instance.new("SpecialMesh", p1)
2965
b1.MeshType = Enum.MeshType.Wedge
2966
b1.Name = "Mesh"
2967
b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2968
p2 = Instance.new("WedgePart", m6)
2969
p2.BrickColor = BrickColor.new("Black")
2970
p2.Material = Enum.Material.SmoothPlastic
2971
p2.Name = "Wedge"
2972
p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2973
p2.CanCollide = false
2974
p2.Locked = true
2975
p2.FormFactor = Enum.FormFactor.Custom
2976
p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2977
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2978
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2979
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2980
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2981
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2982
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2983
b2 = Instance.new("SpecialMesh", p2)
2984
b2.MeshType = Enum.MeshType.Wedge
2985
b2.Name = "Mesh"
2986
b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2987
p3 = Instance.new("Part", m6)
2988
p3.BrickColor = BrickColor.new("Black")
2989
p3.Material = Enum.Material.SmoothPlastic
2990
p3.Name = "CapeLevel2"
2991
p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2992
p3.CanCollide = false
2993
p3.Locked = true
2994
p3.FormFactor = Enum.FormFactor.Custom
2995
p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2996
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2997
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2998
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2999
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3000
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3001
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3002
b3 = Instance.new("BlockMesh", p3)
3003
b3.Name = "Mesh"
3004
b3.Scale = Vector3.new(1, 1, 0.602178097)
3005
p4 = Instance.new("Part", m6)
3006
p4.BrickColor = BrickColor.new("Black")
3007
p4.Material = Enum.Material.SmoothPlastic
3008
p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3009
p4.CanCollide = false
3010
p4.Locked = true
3011
p4.FormFactor = Enum.FormFactor.Custom
3012
p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3013
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3014
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3015
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3016
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3017
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3018
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3019
b4 = Instance.new("BlockMesh", p4)
3020
b4.Name = "Mesh"
3021
b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3022
p5 = Instance.new("Part", m6)
3023
p5.BrickColor = BrickColor.new("Black")
3024
p5.Material = Enum.Material.SmoothPlastic
3025
p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3026
p5.CanCollide = false
3027
p5.Locked = true
3028
p5.FormFactor = Enum.FormFactor.Custom
3029
p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3030
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3031
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3032
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3033
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3034
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3035
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3036
b5 = Instance.new("BlockMesh", p5)
3037
b5.Name = "Mesh"
3038
b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3039
p6 = Instance.new("Part", m6)
3040
p6.BrickColor = BrickColor.new("Black")
3041
p6.Material = Enum.Material.SmoothPlastic
3042
p6.Name = "CapeLevel1"
3043
p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3044
p6.CanCollide = false
3045
p6.Locked = true
3046
p6.FormFactor = Enum.FormFactor.Custom
3047
p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3048
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3049
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3050
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3051
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3052
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3053
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3054
b6 = Instance.new("BlockMesh", p6)
3055
b6.Name = "Mesh"
3056
b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3057
p7 = Instance.new("Part", m6)
3058
p7.BrickColor = BrickColor.new("Black")
3059
p7.Material = Enum.Material.SmoothPlastic
3060
p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3061
p7.CanCollide = false
3062
p7.Locked = true
3063
p7.FormFactor = Enum.FormFactor.Custom
3064
p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3065
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3066
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3067
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3068
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3069
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3070
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3071
b7 = Instance.new("BlockMesh", p7)
3072
b7.Name = "Mesh"
3073
b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3074
p8 = Instance.new("Part", m6)
3075
p8.BrickColor = BrickColor.new("Black")
3076
p8.Material = Enum.Material.SmoothPlastic
3077
p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3078
p8.CanCollide = false
3079
p8.Locked = true
3080
p8.FormFactor = Enum.FormFactor.Custom
3081
p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3082
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3083
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3084
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3085
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3086
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3087
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3088
b8 = Instance.new("BlockMesh", p8)
3089
b8.Name = "Mesh"
3090
b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3091
p9 = Instance.new("Part", m6)
3092
p9.BrickColor = BrickColor.new("Black")
3093
p9.Material = Enum.Material.SmoothPlastic
3094
p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3095
p9.CanCollide = false
3096
p9.Locked = true
3097
p9.FormFactor = Enum.FormFactor.Custom
3098
p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3099
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3100
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3101
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3102
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3103
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3104
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3105
b9 = Instance.new("BlockMesh", p9)
3106
b9.Name = "Mesh"
3107
b9.Scale = Vector3.new(1, 1, 0.602178097)
3108
p10 = Instance.new("Part", m6)
3109
p10.BrickColor = BrickColor.new("Black")
3110
p10.Material = Enum.Material.SmoothPlastic
3111
p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3112
p10.CanCollide = false
3113
p10.Locked = true
3114
p10.FormFactor = Enum.FormFactor.Custom
3115
p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3116
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3117
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3118
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3119
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3120
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3121
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3122
b10 = Instance.new("BlockMesh", p10)
3123
b10.Name = "Mesh"
3124
b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3125
p11 = Instance.new("Part", m6)
3126
p11.BrickColor = BrickColor.new("Black")
3127
p11.Material = Enum.Material.SmoothPlastic
3128
p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3129
p11.CanCollide = false
3130
p11.Locked = true
3131
p11.FormFactor = Enum.FormFactor.Custom
3132
p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3133
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3136
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3137
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3138
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3139
b11 = Instance.new("BlockMesh", p11)
3140
b11.Name = "Mesh"
3141
b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3142
p12 = Instance.new("Part", m6)
3143
p12.BrickColor = BrickColor.new("Black")
3144
p12.Material = Enum.Material.SmoothPlastic
3145
p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3146
p12.CanCollide = false
3147
p12.Locked = true
3148
p12.FormFactor = Enum.FormFactor.Custom
3149
p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3150
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3151
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3152
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3153
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3154
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3155
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3156
b12 = Instance.new("BlockMesh", p12)
3157
b12.Name = "Mesh"
3158
b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3159
p13 = Instance.new("Part", m6)
3160
p13.BrickColor = BrickColor.new("Black")
3161
p13.Material = Enum.Material.SmoothPlastic
3162
p13.Name = "BottomLeftFlap"
3163
p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3164
p13.CanCollide = false
3165
p13.Locked = true
3166
p13.FormFactor = Enum.FormFactor.Custom
3167
p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3168
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3169
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3170
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3171
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3172
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3173
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3174
b13 = Instance.new("BlockMesh", p13)
3175
b13.Name = "Mesh"
3176
b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3177
p14 = Instance.new("Part", m6)
3178
p14.BrickColor = BrickColor.new("Black")
3179
p14.Material = Enum.Material.SmoothPlastic
3180
p14.Transparency = 1
3181
p14.Name = "Rotater"
3182
p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3183
p14.CanCollide = false
3184
p14.Locked = true
3185
p14.FormFactor = Enum.FormFactor.Custom
3186
p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3187
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3188
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3189
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3190
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3191
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3192
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3193
b14 = Instance.new("BlockMesh", p14)
3194
b14.Name = "Mesh"
3195
b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3196
p15 = Instance.new("Part", m6)
3197
p15.BrickColor = BrickColor.new("Black")
3198
p15.Material = Enum.Material.SmoothPlastic
3199
p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3200
p15.CanCollide = false
3201
p15.Locked = true
3202
p15.FormFactor = Enum.FormFactor.Custom
3203
p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3204
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3205
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3206
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3207
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3208
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3209
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3210
b15 = Instance.new("BlockMesh", p15)
3211
b15.Name = "Mesh"
3212
b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3213
p16 = Instance.new("Part", m6)
3214
p16.BrickColor = BrickColor.new("Black")
3215
p16.Material = Enum.Material.SmoothPlastic
3216
p16.Name = "BottomCenterFlap"
3217
p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3218
p16.CanCollide = false
3219
p16.Locked = true
3220
p16.FormFactor = Enum.FormFactor.Custom
3221
p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3222
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3223
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3224
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3225
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3226
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3227
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3228
b16 = Instance.new("BlockMesh", p16)
3229
b16.Name = "Mesh"
3230
b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3231
p17 = Instance.new("Part", m6)
3232
p17.BrickColor = BrickColor.new("Black")
3233
p17.Material = Enum.Material.SmoothPlastic
3234
p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3235
p17.CanCollide = false
3236
p17.Locked = true
3237
p17.FormFactor = Enum.FormFactor.Custom
3238
p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3239
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3240
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3241
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3242
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3243
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3244
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3245
b17 = Instance.new("BlockMesh", p17)
3246
b17.Name = "Mesh"
3247
b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3248
p18 = Instance.new("Part", m6)
3249
p18.BrickColor = BrickColor.new("Black")
3250
p18.Material = Enum.Material.SmoothPlastic
3251
p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3252
p18.CanCollide = false
3253
p18.Locked = true
3254
p18.FormFactor = Enum.FormFactor.Custom
3255
p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3256
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3257
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3258
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3259
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3260
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3261
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3262
b18 = Instance.new("BlockMesh", p18)
3263
b18.Name = "Mesh"
3264
b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3265
p19 = Instance.new("WedgePart", m6)
3266
p19.BrickColor = BrickColor.new("Lime green")
3267
p19.Name = "Wedge"
3268
p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3269
p19.CanCollide = false
3270
p19.Locked = true
3271
p19.FormFactor = Enum.FormFactor.Custom
3272
p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3273
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3274
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3275
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3276
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3277
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3278
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3279
b19 = Instance.new("SpecialMesh", p19)
3280
b19.MeshType = Enum.MeshType.Wedge
3281
b19.Name = "Mesh"
3282
b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3283
p20 = Instance.new("Part", m6)
3284
p20.BrickColor = BrickColor.new("Black")
3285
p20.Material = Enum.Material.SmoothPlastic
3286
p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3287
p20.CanCollide = false
3288
p20.Locked = true
3289
p20.FormFactor = Enum.FormFactor.Custom
3290
p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3291
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3292
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3293
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3294
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3295
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3296
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3297
b20 = Instance.new("BlockMesh", p20)
3298
b20.Name = "Mesh"
3299
b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3300
p21 = Instance.new("Part", m6)
3301
p21.BrickColor = BrickColor.new("Black")
3302
p21.Material = Enum.Material.SmoothPlastic
3303
p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3304
p21.CanCollide = false
3305
p21.Locked = true
3306
p21.FormFactor = Enum.FormFactor.Custom
3307
p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3308
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3309
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3310
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3311
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3312
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3313
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3314
b21 = Instance.new("BlockMesh", p21)
3315
b21.Name = "Mesh"
3316
b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3317
p22 = Instance.new("WedgePart", m6)
3318
p22.BrickColor = BrickColor.new("Lime green")
3319
p22.Name = "Wedge"
3320
p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3321
p22.CanCollide = false
3322
p22.Locked = true
3323
p22.FormFactor = Enum.FormFactor.Custom
3324
p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3325
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3326
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3327
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3328
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3329
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3330
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3331
b22 = Instance.new("SpecialMesh", p22)
3332
b22.MeshType = Enum.MeshType.Wedge
3333
b22.Name = "Mesh"
3334
b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3335
p23 = Instance.new("WedgePart", m6)
3336
p23.BrickColor = BrickColor.new("Lime green")
3337
p23.Material = Enum.Material.SmoothPlastic
3338
p23.Name = "Wedge"
3339
p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3340
p23.CanCollide = false
3341
p23.Locked = true
3342
p23.FormFactor = Enum.FormFactor.Custom
3343
p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3344
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3345
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3346
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3347
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3348
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3349
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3350
b23 = Instance.new("SpecialMesh", p23)
3351
b23.MeshType = Enum.MeshType.Wedge
3352
b23.Name = "Mesh"
3353
b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3354
p24 = Instance.new("WedgePart", m6)
3355
p24.BrickColor = BrickColor.new("Black")
3356
p24.Material = Enum.Material.SmoothPlastic
3357
p24.Name = "Wedge"
3358
p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3359
p24.CanCollide = false
3360
p24.Locked = true
3361
p24.FormFactor = Enum.FormFactor.Custom
3362
p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3363
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3364
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3365
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3366
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3367
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3368
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3369
b24 = Instance.new("SpecialMesh", p24)
3370
b24.MeshType = Enum.MeshType.Wedge
3371
b24.Name = "Mesh"
3372
b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3373
p25 = Instance.new("WedgePart", m6)
3374
p25.BrickColor = BrickColor.new("Lime green")
3375
p25.Name = "Wedge"
3376
p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3377
p25.CanCollide = false
3378
p25.Locked = true
3379
p25.FormFactor = Enum.FormFactor.Custom
3380
p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3381
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3382
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3383
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3384
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3385
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3386
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3387
b25 = Instance.new("SpecialMesh", p25)
3388
b25.MeshType = Enum.MeshType.Wedge
3389
b25.Name = "Mesh"
3390
b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3391
p26 = Instance.new("WedgePart", m6)
3392
p26.BrickColor = BrickColor.new("Black")
3393
p26.Material = Enum.Material.SmoothPlastic
3394
p26.Name = "Wedge"
3395
p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3396
p26.CanCollide = false
3397
p26.Locked = true
3398
p26.FormFactor = Enum.FormFactor.Custom
3399
p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3400
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3401
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3402
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3403
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3404
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3405
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3406
b26 = Instance.new("SpecialMesh", p26)
3407
b26.MeshType = Enum.MeshType.Wedge
3408
b26.Name = "Mesh"
3409
b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3410
p27 = Instance.new("Part", m6)
3411
p27.BrickColor = BrickColor.new("Black")
3412
p27.Material = Enum.Material.SmoothPlastic
3413
p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3414
p27.CanCollide = false
3415
p27.Locked = true
3416
p27.FormFactor = Enum.FormFactor.Custom
3417
p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3418
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3419
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3420
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3421
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3422
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3423
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3424
b27 = Instance.new("BlockMesh", p27)
3425
b27.Name = "Mesh"
3426
b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3427
p28 = Instance.new("WedgePart", m6)
3428
p28.BrickColor = BrickColor.new("Black")
3429
p28.Material = Enum.Material.SmoothPlastic
3430
p28.Name = "Wedge"
3431
p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3432
p28.CanCollide = false
3433
p28.Locked = true
3434
p28.FormFactor = Enum.FormFactor.Custom
3435
p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3436
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3437
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3438
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3439
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3440
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3441
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3442
b28 = Instance.new("SpecialMesh", p28)
3443
b28.MeshType = Enum.MeshType.Wedge
3444
b28.Name = "Mesh"
3445
b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3446
p29 = Instance.new("Part", m6)
3447
p29.BrickColor = BrickColor.new("Black")
3448
p29.Material = Enum.Material.SmoothPlastic
3449
p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3450
p29.CanCollide = false
3451
p29.Locked = true
3452
p29.FormFactor = Enum.FormFactor.Custom
3453
p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3454
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3455
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3456
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3457
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3458
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3459
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3460
b29 = Instance.new("BlockMesh", p29)
3461
b29.Name = "Mesh"
3462
b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3463
p30 = Instance.new("WedgePart", m6)
3464
p30.BrickColor = BrickColor.new("Black")
3465
p30.Material = Enum.Material.SmoothPlastic
3466
p30.Name = "Wedge"
3467
p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3468
p30.CanCollide = false
3469
p30.Locked = true
3470
p30.FormFactor = Enum.FormFactor.Custom
3471
p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3472
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3473
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3474
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3475
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3476
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3477
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3478
b30 = Instance.new("SpecialMesh", p30)
3479
b30.MeshType = Enum.MeshType.Wedge
3480
b30.Name = "Mesh"
3481
b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3482
p31 = Instance.new("WedgePart", m6)
3483
p31.BrickColor = BrickColor.new("Black")
3484
p31.Material = Enum.Material.SmoothPlastic
3485
p31.Name = "Wedge"
3486
p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3487
p31.CanCollide = false
3488
p31.Locked = true
3489
p31.FormFactor = Enum.FormFactor.Custom
3490
p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3491
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3492
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3493
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3494
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3495
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3496
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3497
b31 = Instance.new("SpecialMesh", p31)
3498
b31.MeshType = Enum.MeshType.Wedge
3499
b31.Name = "Mesh"
3500
b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3501
p32 = Instance.new("Part", m6)
3502
p32.BrickColor = BrickColor.new("Black")
3503
p32.Material = Enum.Material.SmoothPlastic
3504
p32.Name = "BottomRightFlap"
3505
p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3506
p32.CanCollide = false
3507
p32.Locked = true
3508
p32.FormFactor = Enum.FormFactor.Custom
3509
p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3510
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3511
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3512
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3513
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3514
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3515
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3516
b32 = Instance.new("BlockMesh", p32)
3517
b32.Name = "Mesh"
3518
b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3519
p33 = Instance.new("WedgePart", m6)
3520
p33.BrickColor = BrickColor.new("Black")
3521
p33.Material = Enum.Material.SmoothPlastic
3522
p33.Name = "Wedge"
3523
p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3524
p33.CanCollide = false
3525
p33.Locked = true
3526
p33.FormFactor = Enum.FormFactor.Custom
3527
p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3528
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3529
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3530
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3531
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3532
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3533
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3534
b33 = Instance.new("SpecialMesh", p33)
3535
b33.MeshType = Enum.MeshType.Wedge
3536
b33.Name = "Mesh"
3537
b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3538
p34 = Instance.new("WedgePart", m6)
3539
p34.BrickColor = BrickColor.new("Black")
3540
p34.Material = Enum.Material.SmoothPlastic
3541
p34.Name = "Wedge"
3542
p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3543
p34.CanCollide = false
3544
p34.Locked = true
3545
p34.FormFactor = Enum.FormFactor.Custom
3546
p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3547
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3548
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3549
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3550
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3551
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3552
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3553
b34 = Instance.new("SpecialMesh", p34)
3554
b34.MeshType = Enum.MeshType.Wedge
3555
b34.Name = "Mesh"
3556
b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3557
p35 = Instance.new("Part", m6)
3558
p35.BrickColor = BrickColor.new("Black")
3559
p35.Material = Enum.Material.SmoothPlastic
3560
p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3561
p35.CanCollide = false
3562
p35.Locked = true
3563
p35.FormFactor = Enum.FormFactor.Custom
3564
p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3565
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3566
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3567
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3568
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3569
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3570
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3571
b35 = Instance.new("BlockMesh", p35)
3572
b35.Name = "Mesh"
3573
b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3574
p36 = Instance.new("WedgePart", m6)
3575
p36.BrickColor = BrickColor.new("Black")
3576
p36.Material = Enum.Material.SmoothPlastic
3577
p36.Name = "Wedge"
3578
p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3579
p36.CanCollide = false
3580
p36.Locked = true
3581
p36.FormFactor = Enum.FormFactor.Custom
3582
p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3583
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3584
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3585
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3586
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3587
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3588
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3589
b36 = Instance.new("SpecialMesh", p36)
3590
b36.MeshType = Enum.MeshType.Wedge
3591
b36.Name = "Mesh"
3592
b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3593
p37 = Instance.new("Part", m6)
3594
p37.BrickColor = BrickColor.new("Black")
3595
p37.Material = Enum.Material.SmoothPlastic
3596
p37.Name = "CapeLevel3"
3597
p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3598
p37.CanCollide = false
3599
p37.Locked = true
3600
p37.FormFactor = Enum.FormFactor.Custom
3601
p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3602
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3603
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3604
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3605
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3606
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3607
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3608
b37 = Instance.new("BlockMesh", p37)
3609
b37.Name = "Mesh"
3610
b37.Scale = Vector3.new(1, 1, 0.602178097)
3611
p38 = Instance.new("WedgePart", m6)
3612
p38.BrickColor = BrickColor.new("Lime green")
3613
p38.Material = Enum.Material.SmoothPlastic
3614
p38.Name = "Wedge"
3615
p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3616
p38.CanCollide = false
3617
p38.Locked = true
3618
p38.FormFactor = Enum.FormFactor.Custom
3619
p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3620
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3621
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3622
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3623
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3624
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3625
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3626
b38 = Instance.new("SpecialMesh", p38)
3627
b38.MeshType = Enum.MeshType.Wedge
3628
b38.Name = "Mesh"
3629
b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3630
p39 = Instance.new("WedgePart", m6)
3631
p39.BrickColor = BrickColor.new("Lime green")
3632
p39.Material = Enum.Material.SmoothPlastic
3633
p39.Name = "Wedge"
3634
p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3635
p39.CanCollide = false
3636
p39.Locked = true
3637
p39.FormFactor = Enum.FormFactor.Custom
3638
p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3639
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3640
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3641
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3642
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3643
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3644
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3645
b39 = Instance.new("SpecialMesh", p39)
3646
b39.MeshType = Enum.MeshType.Wedge
3647
b39.Name = "Mesh"
3648
b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3649
p40 = Instance.new("WedgePart", m6)
3650
p40.BrickColor = BrickColor.new("Black")
3651
p40.Material = Enum.Material.SmoothPlastic
3652
p40.Name = "Wedge"
3653
p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3654
p40.CanCollide = false
3655
p40.Locked = true
3656
p40.FormFactor = Enum.FormFactor.Custom
3657
p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3658
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3659
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3660
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3661
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3662
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3663
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3664
b40 = Instance.new("SpecialMesh", p40)
3665
b40.MeshType = Enum.MeshType.Wedge
3666
b40.Name = "Mesh"
3667
b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3668
p41 = Instance.new("WedgePart", m6)
3669
p41.BrickColor = BrickColor.new("Black")
3670
p41.Material = Enum.Material.SmoothPlastic
3671
p41.Name = "Wedge"
3672
p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3673
p41.CanCollide = false
3674
p41.Locked = true
3675
p41.FormFactor = Enum.FormFactor.Custom
3676
p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3677
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3678
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3679
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3680
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3681
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3682
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3683
b41 = Instance.new("SpecialMesh", p41)
3684
b41.MeshType = Enum.MeshType.Wedge
3685
b41.Name = "Mesh"
3686
b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3687
p42 = Instance.new("WedgePart", m6)
3688
p42.BrickColor = BrickColor.new("Black")
3689
p42.Material = Enum.Material.SmoothPlastic
3690
p42.Name = "Wedge"
3691
p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3692
p42.CanCollide = false
3693
p42.Locked = true
3694
p42.FormFactor = Enum.FormFactor.Custom
3695
p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3696
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3697
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3698
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3699
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3700
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3701
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3702
b42 = Instance.new("SpecialMesh", p42)
3703
b42.MeshType = Enum.MeshType.Wedge
3704
b42.Name = "Mesh"
3705
b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3706
p43 = Instance.new("WedgePart", m6)
3707
p43.BrickColor = BrickColor.new("Black")
3708
p43.Material = Enum.Material.SmoothPlastic
3709
p43.Name = "Wedge"
3710
p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3711
p43.CanCollide = false
3712
p43.Locked = true
3713
p43.FormFactor = Enum.FormFactor.Custom
3714
p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3715
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3716
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3717
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3718
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3719
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3720
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3721
b43 = Instance.new("SpecialMesh", p43)
3722
b43.MeshType = Enum.MeshType.Wedge
3723
b43.Name = "Mesh"
3724
b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3725
p44 = Instance.new("WedgePart", m6)
3726
p44.BrickColor = BrickColor.new("Black")
3727
p44.Material = Enum.Material.SmoothPlastic
3728
p44.Name = "Wedge"
3729
p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3730
p44.CanCollide = false
3731
p44.Locked = true
3732
p44.FormFactor = Enum.FormFactor.Custom
3733
p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3734
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3735
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3736
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3737
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3738
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3739
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3740
b44 = Instance.new("SpecialMesh", p44)
3741
b44.MeshType = Enum.MeshType.Wedge
3742
b44.Name = "Mesh"
3743
b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3744
p45 = Instance.new("WedgePart", m6)
3745
p45.BrickColor = BrickColor.new("Black")
3746
p45.Material = Enum.Material.SmoothPlastic
3747
p45.Name = "Wedge"
3748
p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3749
p45.CanCollide = false
3750
p45.Locked = true
3751
p45.FormFactor = Enum.FormFactor.Custom
3752
p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3753
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3754
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3755
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3756
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3757
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3758
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3759
b45 = Instance.new("SpecialMesh", p45)
3760
b45.MeshType = Enum.MeshType.Wedge
3761
b45.Name = "Mesh"
3762
b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3763
p46 = Instance.new("WedgePart", m6)
3764
p46.BrickColor = BrickColor.new("Black")
3765
p46.Material = Enum.Material.SmoothPlastic
3766
p46.Name = "Wedge"
3767
p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3768
p46.CanCollide = false
3769
p46.Locked = true
3770
p46.FormFactor = Enum.FormFactor.Custom
3771
p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3772
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3773
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3774
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3775
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3776
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3777
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3778
b46 = Instance.new("SpecialMesh", p46)
3779
b46.MeshType = Enum.MeshType.Wedge
3780
b46.Name = "Mesh"
3781
b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3782
p47 = Instance.new("Part", m6)
3783
p47.BrickColor = BrickColor.new("Black")
3784
p47.Material = Enum.Material.SmoothPlastic
3785
p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3786
p47.CanCollide = false
3787
p47.Locked = true
3788
p47.FormFactor = Enum.FormFactor.Custom
3789
p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3790
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3791
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3792
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3793
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3794
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3795
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3796
b47 = Instance.new("BlockMesh", p47)
3797
b47.Name = "Mesh"
3798
b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3799
p48 = Instance.new("Part", m6)
3800
p48.BrickColor = BrickColor.new("Black")
3801
p48.Material = Enum.Material.SmoothPlastic
3802
p48.Name = "CapeLevel4"
3803
p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3804
p48.CanCollide = false
3805
p48.Locked = true
3806
p48.FormFactor = Enum.FormFactor.Custom
3807
p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3808
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3809
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3810
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3811
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3812
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3813
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3814
b48 = Instance.new("BlockMesh", p48)
3815
b48.Name = "Mesh"
3816
b48.Scale = Vector3.new(1, 1, 0.602178097)
3817
p49 = Instance.new("WedgePart", m6)
3818
p49.BrickColor = BrickColor.new("Black")
3819
p49.Material = Enum.Material.SmoothPlastic
3820
p49.Name = "Wedge"
3821
p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3822
p49.CanCollide = false
3823
p49.Locked = true
3824
p49.FormFactor = Enum.FormFactor.Custom
3825
p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3826
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3827
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3828
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3829
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3830
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3831
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3832
b49 = Instance.new("SpecialMesh", p49)
3833
b49.MeshType = Enum.MeshType.Wedge
3834
b49.Name = "Mesh"
3835
b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3836
p50 = Instance.new("Part", m6)
3837
p50.BrickColor = BrickColor.new("Black")
3838
p50.Material = Enum.Material.SmoothPlastic
3839
p50.Name = "CapeLevel1SubPart"
3840
p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3841
p50.CanCollide = false
3842
p50.Locked = true
3843
p50.FormFactor = Enum.FormFactor.Custom
3844
p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3845
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3846
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3847
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3848
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3849
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3850
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3851
b50 = Instance.new("BlockMesh", p50)
3852
b50.Name = "Mesh"
3853
b50.Scale = Vector3.new(1, 1, 0.602178097)
3854
p51 = Instance.new("Part", m6)
3855
p51.BrickColor = BrickColor.new("Black")
3856
p51.Material = Enum.Material.SmoothPlastic
3857
p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3858
p51.CanCollide = false
3859
p51.Locked = true
3860
p51.FormFactor = Enum.FormFactor.Custom
3861
p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3862
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3863
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3864
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3865
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3866
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3867
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3868
b51 = Instance.new("BlockMesh", p51)
3869
b51.Name = "Mesh"
3870
b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3871
p52 = Instance.new("Part", m6)
3872
p52.BrickColor = BrickColor.new("Black")
3873
p52.Material = Enum.Material.SmoothPlastic
3874
p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3875
p52.CanCollide = false
3876
p52.Locked = true
3877
p52.FormFactor = Enum.FormFactor.Custom
3878
p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3879
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3880
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3881
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3882
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3883
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3884
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3885
b52 = Instance.new("BlockMesh", p52)
3886
b52.Name = "Mesh"
3887
b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3888
p53 = Instance.new("WedgePart", m6)
3889
p53.BrickColor = BrickColor.new("Black")
3890
p53.Material = Enum.Material.SmoothPlastic
3891
p53.Name = "Wedge"
3892
p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3893
p53.CanCollide = false
3894
p53.Locked = true
3895
p53.FormFactor = Enum.FormFactor.Custom
3896
p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3897
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3898
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3899
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3900
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3901
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3902
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3903
b53 = Instance.new("SpecialMesh", p53)
3904
b53.MeshType = Enum.MeshType.Wedge
3905
b53.Name = "Mesh"
3906
b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3907
p54 = Instance.new("Part", m6)
3908
p54.BrickColor = BrickColor.new("Black")
3909
p54.Material = Enum.Material.SmoothPlastic
3910
p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3911
p54.CanCollide = false
3912
p54.Locked = true
3913
p54.FormFactor = Enum.FormFactor.Custom
3914
p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3915
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3916
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3917
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3918
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3919
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3920
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3921
b54 = Instance.new("BlockMesh", p54)
3922
b54.Name = "Mesh"
3923
b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3924
p55 = Instance.new("WedgePart", m6)
3925
p55.BrickColor = BrickColor.new("Black")
3926
p55.Material = Enum.Material.SmoothPlastic
3927
p55.Name = "Wedge"
3928
p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3929
p55.CanCollide = false
3930
p55.Locked = true
3931
p55.FormFactor = Enum.FormFactor.Custom
3932
p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3933
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3934
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3935
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3936
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3937
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3938
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3939
b55 = Instance.new("SpecialMesh", p55)
3940
b55.MeshType = Enum.MeshType.Wedge
3941
b55.Name = "Mesh"
3942
b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3943
p56 = Instance.new("WedgePart", m6)
3944
p56.BrickColor = BrickColor.new("Lime green")
3945
p56.Material = Enum.Material.SmoothPlastic
3946
p56.Name = "Wedge"
3947
p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3948
p56.CanCollide = false
3949
p56.Locked = true
3950
p56.FormFactor = Enum.FormFactor.Custom
3951
p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3952
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3953
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3954
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3955
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3956
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3957
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3958
b56 = Instance.new("SpecialMesh", p56)
3959
b56.MeshType = Enum.MeshType.Wedge
3960
b56.Name = "Mesh"
3961
b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3962
p57 = Instance.new("WedgePart", m6)
3963
p57.BrickColor = BrickColor.new("Black")
3964
p57.Material = Enum.Material.SmoothPlastic
3965
p57.Name = "Wedge"
3966
p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3967
p57.CanCollide = false
3968
p57.Locked = true
3969
p57.FormFactor = Enum.FormFactor.Custom
3970
p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3971
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3972
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3973
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3974
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3975
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3976
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3977
b57 = Instance.new("SpecialMesh", p57)
3978
b57.MeshType = Enum.MeshType.Wedge
3979
b57.Name = "Mesh"
3980
b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3981
p58 = Instance.new("Part", m6)
3982
p58.BrickColor = BrickColor.new("Black")
3983
p58.Material = Enum.Material.SmoothPlastic
3984
p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3985
p58.CanCollide = false
3986
p58.Locked = true
3987
p58.FormFactor = Enum.FormFactor.Custom
3988
p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3989
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3990
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3991
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3992
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3993
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3994
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3995
b58 = Instance.new("BlockMesh", p58)
3996
b58.Name = "Mesh"
3997
b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3998
p59 = Instance.new("WedgePart", m6)
3999
p59.BrickColor = BrickColor.new("Black")
4000
p59.Material = Enum.Material.SmoothPlastic
4001
p59.Name = "Wedge"
4002
p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4003
p59.CanCollide = false
4004
p59.Locked = true
4005
p59.FormFactor = Enum.FormFactor.Custom
4006
p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4007
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4008
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4009
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4010
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4011
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4012
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4013
b59 = Instance.new("SpecialMesh", p59)
4014
b59.MeshType = Enum.MeshType.Wedge
4015
b59.Name = "Mesh"
4016
b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4017
p60 = Instance.new("Part", m6)
4018
p60.BrickColor = BrickColor.new("Black")
4019
p60.Material = Enum.Material.SmoothPlastic
4020
p60.Name = "NeckPart"
4021
p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4022
p60.CanCollide = false
4023
p60.Locked = true
4024
p60.FormFactor = Enum.FormFactor.Custom
4025
p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4026
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4027
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4028
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4029
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4030
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4031
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4032
b60 = Instance.new("BlockMesh", p60)
4033
b60.Name = "Mesh"
4034
b60.Scale = Vector3.new(1, 0.602178097, 1)
4035
p61 = Instance.new("Part", m6)
4036
p61.BrickColor = BrickColor.new("Black")
4037
p61.Material = Enum.Material.SmoothPlastic
4038
p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4039
p61.CanCollide = false
4040
p61.Locked = true
4041
p61.FormFactor = Enum.FormFactor.Custom
4042
p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4043
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4044
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4045
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4046
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4047
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4048
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4049
b61 = Instance.new("BlockMesh", p61)
4050
b61.Name = "Mesh"
4051
b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4052
p62 = Instance.new("WedgePart", m6)
4053
p62.BrickColor = BrickColor.new("Black")
4054
p62.Material = Enum.Material.SmoothPlastic
4055
p62.Name = "Wedge"
4056
p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4057
p62.CanCollide = false
4058
p62.Locked = true
4059
p62.FormFactor = Enum.FormFactor.Custom
4060
p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4061
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4062
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4063
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4064
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4065
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4066
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4067
b62 = Instance.new("SpecialMesh", p62)
4068
b62.MeshType = Enum.MeshType.Wedge
4069
b62.Name = "Mesh"
4070
b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4071
p63 = Instance.new("WedgePart", m6)
4072
p63.BrickColor = BrickColor.new("Lime green")
4073
p63.Material = Enum.Material.SmoothPlastic
4074
p63.Name = "Wedge"
4075
p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4076
p63.CanCollide = false
4077
p63.Locked = true
4078
p63.FormFactor = Enum.FormFactor.Custom
4079
p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4080
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4081
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4082
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4083
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4084
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4085
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4086
b63 = Instance.new("SpecialMesh", p63)
4087
b63.MeshType = Enum.MeshType.Wedge
4088
b63.Name = "Mesh"
4089
b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4090
p64 = Instance.new("WedgePart", m6)
4091
p64.BrickColor = BrickColor.new("Black")
4092
p64.Material = Enum.Material.SmoothPlastic
4093
p64.Name = "Wedge"
4094
p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4095
p64.CanCollide = false
4096
p64.Locked = true
4097
p64.FormFactor = Enum.FormFactor.Custom
4098
p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4099
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4100
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4101
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4102
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4103
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4104
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4105
b64 = Instance.new("SpecialMesh", p64)
4106
b64.MeshType = Enum.MeshType.Wedge
4107
b64.Name = "Mesh"
4108
b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4109
p65 = Instance.new("WedgePart", m6)
4110
p65.BrickColor = BrickColor.new("Black")
4111
p65.Material = Enum.Material.SmoothPlastic
4112
p65.Name = "Wedge"
4113
p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4114
p65.CanCollide = false
4115
p65.Locked = true
4116
p65.FormFactor = Enum.FormFactor.Custom
4117
p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4118
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4119
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4120
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4121
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4122
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4123
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4124
b65 = Instance.new("SpecialMesh", p65)
4125
b65.MeshType = Enum.MeshType.Wedge
4126
b65.Name = "Mesh"
4127
b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4128
p66 = Instance.new("WedgePart", m6)
4129
p66.BrickColor = BrickColor.new("Black")
4130
p66.Material = Enum.Material.SmoothPlastic
4131
p66.Name = "Wedge"
4132
p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4133
p66.CanCollide = false
4134
p66.Locked = true
4135
p66.FormFactor = Enum.FormFactor.Custom
4136
p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4137
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4138
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4139
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4140
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4141
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4142
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4143
b66 = Instance.new("SpecialMesh", p66)
4144
b66.MeshType = Enum.MeshType.Wedge
4145
b66.Name = "Mesh"
4146
b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4147
p67 = Instance.new("WedgePart", m6)
4148
p67.BrickColor = BrickColor.new("Black")
4149
p67.Material = Enum.Material.SmoothPlastic
4150
p67.Name = "Wedge"
4151
p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4152
p67.CanCollide = false
4153
p67.Locked = true
4154
p67.FormFactor = Enum.FormFactor.Custom
4155
p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4156
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4157
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4158
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4159
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4160
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4161
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4162
b67 = Instance.new("SpecialMesh", p67)
4163
b67.MeshType = Enum.MeshType.Wedge
4164
b67.Name = "Mesh"
4165
b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4166
p68 = Instance.new("WedgePart", m6)
4167
p68.BrickColor = BrickColor.new("Lime green")
4168
p68.Name = "Wedge"
4169
p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4170
p68.CanCollide = false
4171
p68.Locked = true
4172
p68.FormFactor = Enum.FormFactor.Custom
4173
p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4174
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4175
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4176
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4177
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4178
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4179
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4180
b68 = Instance.new("SpecialMesh", p68)
4181
b68.MeshType = Enum.MeshType.Wedge
4182
b68.Name = "Mesh"
4183
b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4184
p69 = Instance.new("WedgePart", m6)
4185
p69.BrickColor = BrickColor.new("Lime green")
4186
p69.Name = "Wedge"
4187
p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4188
p69.CanCollide = false
4189
p69.Locked = true
4190
p69.FormFactor = Enum.FormFactor.Custom
4191
p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4192
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4193
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4194
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4195
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4196
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4197
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4198
b69 = Instance.new("SpecialMesh", p69)
4199
b69.MeshType = Enum.MeshType.Wedge
4200
b69.Name = "Mesh"
4201
b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4202
p70 = Instance.new("WedgePart", m6)
4203
p70.BrickColor = BrickColor.new("Black")
4204
p70.Material = Enum.Material.SmoothPlastic
4205
p70.Name = "Wedge"
4206
p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4207
p70.CanCollide = false
4208
p70.Locked = true
4209
p70.FormFactor = Enum.FormFactor.Custom
4210
p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4211
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4212
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4213
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4214
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4215
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4216
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4217
b70 = Instance.new("SpecialMesh", p70)
4218
b70.MeshType = Enum.MeshType.Wedge
4219
b70.Name = "Mesh"
4220
b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4221
p71 = Instance.new("WedgePart", m6)
4222
p71.BrickColor = BrickColor.new("Lime green")
4223
p71.Name = "Wedge"
4224
p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4225
p71.CanCollide = false
4226
p71.Locked = true
4227
p71.FormFactor = Enum.FormFactor.Custom
4228
p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4229
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4230
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4231
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4232
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4233
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4234
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4235
b71 = Instance.new("SpecialMesh", p71)
4236
b71.MeshType = Enum.MeshType.Wedge
4237
b71.Name = "Mesh"
4238
b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4239
p72 = Instance.new("WedgePart", m6)
4240
p72.BrickColor = BrickColor.new("Black")
4241
p72.Material = Enum.Material.SmoothPlastic
4242
p72.Name = "Wedge"
4243
p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4244
p72.CanCollide = false
4245
p72.Locked = true
4246
p72.FormFactor = Enum.FormFactor.Custom
4247
p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4248
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4249
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4250
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4251
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4252
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4253
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4254
b72 = Instance.new("SpecialMesh", p72)
4255
b72.MeshType = Enum.MeshType.Wedge
4256
b72.Name = "Mesh"
4257
b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4258
p73 = Instance.new("WedgePart", m6)
4259
p73.BrickColor = BrickColor.new("Black")
4260
p73.Material = Enum.Material.SmoothPlastic
4261
p73.Name = "Wedge"
4262
p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4263
p73.CanCollide = false
4264
p73.Locked = true
4265
p73.FormFactor = Enum.FormFactor.Custom
4266
p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4267
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4268
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4269
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4270
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4271
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4272
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4273
b73 = Instance.new("SpecialMesh", p73)
4274
b73.MeshType = Enum.MeshType.Wedge
4275
b73.Name = "Mesh"
4276
b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4277
p74 = Instance.new("WedgePart", m6)
4278
p74.BrickColor = BrickColor.new("Black")
4279
p74.Material = Enum.Material.SmoothPlastic
4280
p74.Name = "Wedge"
4281
p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4282
p74.CanCollide = false
4283
p74.Locked = true
4284
p74.FormFactor = Enum.FormFactor.Custom
4285
p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4286
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4287
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4288
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4289
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4290
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4291
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4292
b74 = Instance.new("SpecialMesh", p74)
4293
b74.MeshType = Enum.MeshType.Wedge
4294
b74.Name = "Mesh"
4295
b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4296
p75 = Instance.new("WedgePart", m6)
4297
p75.BrickColor = BrickColor.new("Black")
4298
p75.Material = Enum.Material.SmoothPlastic
4299
p75.Name = "Wedge"
4300
p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4301
p75.CanCollide = false
4302
p75.Locked = true
4303
p75.FormFactor = Enum.FormFactor.Custom
4304
p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4305
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4306
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4307
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4308
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4309
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4310
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4311
b75 = Instance.new("SpecialMesh", p75)
4312
b75.MeshType = Enum.MeshType.Wedge
4313
b75.Name = "Mesh"
4314
b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4315
p76 = Instance.new("WedgePart", m6)
4316
p76.BrickColor = BrickColor.new("Black")
4317
p76.Material = Enum.Material.SmoothPlastic
4318
p76.Name = "Wedge"
4319
p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4320
p76.CanCollide = false
4321
p76.Locked = true
4322
p76.FormFactor = Enum.FormFactor.Custom
4323
p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4324
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4325
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4326
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4327
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4328
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4329
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4330
b76 = Instance.new("SpecialMesh", p76)
4331
b76.MeshType = Enum.MeshType.Wedge
4332
b76.Name = "Mesh"
4333
b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4334
p77 = Instance.new("WedgePart", m6)
4335
p77.BrickColor = BrickColor.new("Lime green")
4336
p77.Material = Enum.Material.SmoothPlastic
4337
p77.Name = "Wedge"
4338
p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4339
p77.CanCollide = false
4340
p77.Locked = true
4341
p77.FormFactor = Enum.FormFactor.Custom
4342
p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4343
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4344
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4345
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4346
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4347
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4348
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4349
b77 = Instance.new("SpecialMesh", p77)
4350
b77.MeshType = Enum.MeshType.Wedge
4351
b77.Name = "Mesh"
4352
b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4353
p78 = Instance.new("WedgePart", m6)
4354
p78.BrickColor = BrickColor.new("Black")
4355
p78.Material = Enum.Material.SmoothPlastic
4356
p78.Name = "Wedge"
4357
p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4358
p78.CanCollide = false
4359
p78.Locked = true
4360
p78.FormFactor = Enum.FormFactor.Custom
4361
p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4362
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4363
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4364
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4365
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4366
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4367
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4368
b78 = Instance.new("SpecialMesh", p78)
4369
b78.MeshType = Enum.MeshType.Wedge
4370
b78.Name = "Mesh"
4371
b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4372
p79 = Instance.new("WedgePart", m6)
4373
p79.BrickColor = BrickColor.new("Lime green")
4374
p79.Material = Enum.Material.SmoothPlastic
4375
p79.Name = "Wedge"
4376
p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4377
p79.CanCollide = false
4378
p79.Locked = true
4379
p79.FormFactor = Enum.FormFactor.Custom
4380
p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4381
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4382
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4383
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4384
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4385
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4386
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4387
b79 = Instance.new("SpecialMesh", p79)
4388
b79.MeshType = Enum.MeshType.Wedge
4389
b79.Name = "Mesh"
4390
b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4391
p80 = Instance.new("WedgePart", m6)
4392
p80.BrickColor = BrickColor.new("Black")
4393
p80.Material = Enum.Material.SmoothPlastic
4394
p80.Name = "Wedge"
4395
p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4396
p80.CanCollide = false
4397
p80.Locked = true
4398
p80.FormFactor = Enum.FormFactor.Custom
4399
p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4400
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4401
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4402
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4403
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4404
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4405
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4406
b80 = Instance.new("SpecialMesh", p80)
4407
b80.MeshType = Enum.MeshType.Wedge
4408
b80.Name = "Mesh"
4409
b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4410
w1 = Instance.new("Weld", p1)
4411
w1.Name = "Joint"
4412
w1.Part0 = p1
4413
w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4414
w1.Part1 = p47
4415
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4416
w2 = Instance.new("Weld", p2)
4417
w2.Name = "Joint"
4418
w2.Part0 = p2
4419
w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4420
w2.Part1 = p11
4421
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4422
w3 = Instance.new("Weld", p3)
4423
w3.Name = "Joint"
4424
w3.Part0 = p3
4425
w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4426
w3.Part1 = p50
4427
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4428
w4 = Instance.new("Weld", p4)
4429
w4.Name = "Joint"
4430
w4.Part0 = p4
4431
w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4432
w4.Part1 = p5
4433
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4434
w5 = Instance.new("Weld", p5)
4435
w5.Name = "Joint"
4436
w5.Part0 = p5
4437
w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4438
w5.Part1 = p27
4439
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4440
w6 = Instance.new("Weld", p6)
4441
w6.Name = "Joint"
4442
w6.Part0 = p6
4443
w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4444
w6.Part1 = p14
4445
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4446
w7 = Instance.new("Weld", p7)
4447
w7.Name = "Joint"
4448
w7.Part0 = p7
4449
w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4450
w7.Part1 = p10
4451
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4452
w8 = Instance.new("Weld", p8)
4453
w8.Name = "Joint"
4454
w8.Part0 = p8
4455
w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4456
w8.Part1 = p32
4457
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4458
w9 = Instance.new("Weld", p9)
4459
w9.Name = "Joint"
4460
w9.Part0 = p9
4461
w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4462
w9.Part1 = p16
4463
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4464
w10 = Instance.new("Weld", p10)
4465
w10.Name = "Joint"
4466
w10.Part0 = p10
4467
w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4468
w10.Part1 = p61
4469
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4470
w11 = Instance.new("Weld", p11)
4471
w11.Name = "Joint"
4472
w11.Part0 = p11
4473
w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4474
w11.Part1 = p13
4475
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4476
w12 = Instance.new("Weld", p12)
4477
w12.Name = "Joint"
4478
w12.Part0 = p12
4479
w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4480
w12.Part1 = p29
4481
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4482
w13 = Instance.new("Weld", p13)
4483
w13.Name = "Joint"
4484
w13.Part0 = p13
4485
w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4486
w13.Part1 = p48
4487
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4488
w14 = Instance.new("Weld", p14)
4489
w14.Name = "Joint"
4490
w14.Part0 = p14
4491
w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4492
w14.Part1 = p60
4493
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4494
w15 = Instance.new("Weld", p15)
4495
w15.Name = "Joint"
4496
w15.Part0 = p15
4497
w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4498
w15.Part1 = p17
4499
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4500
w16 = Instance.new("Weld", p16)
4501
w16.Name = "Joint"
4502
w16.Part0 = p16
4503
w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4504
w16.Part1 = p48
4505
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4506
w17 = Instance.new("Weld", p17)
4507
w17.Name = "Joint"
4508
w17.Part0 = p17
4509
w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4510
w17.Part1 = p50
4511
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4512
w18 = Instance.new("Weld", p18)
4513
w18.Name = "Joint"
4514
w18.Part0 = p18
4515
w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4516
w18.Part1 = p50
4517
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4518
w19 = Instance.new("Weld", p19)
4519
w19.Name = "Joint"
4520
w19.Part0 = p19
4521
w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4522
w19.Part1 = p54
4523
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4524
w20 = Instance.new("Weld", p20)
4525
w20.Name = "Joint"
4526
w20.Part0 = p20
4527
w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4528
w20.Part1 = p21
4529
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4530
w21 = Instance.new("Weld", p21)
4531
w21.Name = "Joint"
4532
w21.Part0 = p21
4533
w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4534
w21.Part1 = p37
4535
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4536
w22 = Instance.new("Weld", p22)
4537
w22.Name = "Joint"
4538
w22.Part0 = p22
4539
w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4540
w22.Part1 = p8
4541
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4542
w23 = Instance.new("Weld", p23)
4543
w23.Name = "Joint"
4544
w23.Part0 = p23
4545
w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4546
w23.Part1 = p35
4547
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4548
w24 = Instance.new("Weld", p24)
4549
w24.Name = "Joint"
4550
w24.Part0 = p24
4551
w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4552
w24.Part1 = p48
4553
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4554
w25 = Instance.new("Weld", p25)
4555
w25.Name = "Joint"
4556
w25.Part0 = p25
4557
w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4558
w25.Part1 = p8
4559
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560
w26 = Instance.new("Weld", p26)
4561
w26.Name = "Joint"
4562
w26.Part0 = p26
4563
w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4564
w26.Part1 = p6
4565
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566
w27 = Instance.new("Weld", p27)
4567
w27.Name = "Joint"
4568
w27.Part0 = p27
4569
w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4570
w27.Part1 = p48
4571
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572
w28 = Instance.new("Weld", p28)
4573
w28.Name = "Joint"
4574
w28.Part0 = p28
4575
w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4576
w28.Part1 = p35
4577
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578
w29 = Instance.new("Weld", p29)
4579
w29.Name = "Joint"
4580
w29.Part0 = p29
4581
w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4582
w29.Part1 = p37
4583
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584
w30 = Instance.new("Weld", p30)
4585
w30.Name = "Joint"
4586
w30.Part0 = p30
4587
w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4588
w30.Part1 = p20
4589
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590
w31 = Instance.new("Weld", p31)
4591
w31.Name = "Joint"
4592
w31.Part0 = p31
4593
w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4594
w31.Part1 = p16
4595
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596
w32 = Instance.new("Weld", p32)
4597
w32.Name = "Joint"
4598
w32.Part0 = p32
4599
w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600
w32.Part1 = p48
4601
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4602
w33 = Instance.new("Weld", p33)
4603
w33.Name = "Joint"
4604
w33.Part0 = p33
4605
w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4606
w33.Part1 = p21
4607
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608
w34 = Instance.new("Weld", p34)
4609
w34.Name = "Joint"
4610
w34.Part0 = p34
4611
w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4612
w34.Part1 = p27
4613
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4614
w35 = Instance.new("Weld", p35)
4615
w35.Name = "Joint"
4616
w35.Part0 = p35
4617
w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618
w35.Part1 = p58
4619
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620
w36 = Instance.new("Weld", p36)
4621
w36.Name = "Joint"
4622
w36.Part0 = p36
4623
w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4624
w36.Part1 = p29
4625
w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626
w37 = Instance.new("Weld", p37)
4627
w37.Name = "Joint"
4628
w37.Part0 = p37
4629
w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630
w37.Part1 = p3
4631
w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4632
w38 = Instance.new("Weld", p38)
4633
w38.Name = "Joint"
4634
w38.Part0 = p38
4635
w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4636
w38.Part1 = p4
4637
w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4638
w39 = Instance.new("Weld", p39)
4639
w39.Name = "Joint"
4640
w39.Part0 = p39
4641
w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4642
w39.Part1 = p12
4643
w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4644
w40 = Instance.new("Weld", p40)
4645
w40.Name = "Joint"
4646
w40.Part0 = p40
4647
w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4648
w40.Part1 = p52
4649
w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4650
w41 = Instance.new("Weld", p41)
4651
w41.Name = "Joint"
4652
w41.Part0 = p41
4653
w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4654
w41.Part1 = p5
4655
w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4656
w42 = Instance.new("Weld", p42)
4657
w42.Name = "Joint"
4658
w42.Part0 = p42
4659
w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4660
w42.Part1 = p8
4661
w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4662
w43 = Instance.new("Weld", p43)
4663
w43.Name = "Joint"
4664
w43.Part0 = p43
4665
w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4666
w43.Part1 = p5
4667
w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4668
w44 = Instance.new("Weld", p44)
4669
w44.Name = "Joint"
4670
w44.Part0 = p44
4671
w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4672
w44.Part1 = p15
4673
w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4674
w45 = Instance.new("Weld", p45)
4675
w45.Name = "Joint"
4676
w45.Part0 = p45
4677
w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4678
w45.Part1 = p11
4679
w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4680
w46 = Instance.new("Weld", p46)
4681
w46.Name = "Joint"
4682
w46.Part0 = p46
4683
w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4684
w46.Part1 = p6
4685
w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4686
w47 = Instance.new("Weld", p47)
4687
w47.Name = "Joint"
4688
w47.Part0 = p47
4689
w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690
w47.Part1 = p18
4691
w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4692
w48 = Instance.new("Weld", p48)
4693
w48.Name = "Joint"
4694
w48.Part0 = p48
4695
w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696
w48.Part1 = p37
4697
w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4698
w49 = Instance.new("Weld", p49)
4699
w49.Name = "Joint"
4700
w49.Part0 = p49
4701
w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4702
w49.Part1 = p47
4703
w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4704
w50 = Instance.new("Weld", p50)
4705
w50.Name = "Joint"
4706
w50.Part0 = p50
4707
w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708
w50.Part1 = p6
4709
w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4710
w51 = Instance.new("Weld", p51)
4711
w51.Name = "Joint"
4712
w51.Part0 = p51
4713
w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714
w51.Part1 = p52
4715
w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4716
w52 = Instance.new("Weld", p52)
4717
w52.Name = "Joint"
4718
w52.Part0 = p52
4719
w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4720
w52.Part1 = p3
4721
w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4722
w53 = Instance.new("Weld", p53)
4723
w53.Name = "Joint"
4724
w53.Part0 = p53
4725
w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4726
w53.Part1 = p9
4727
w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4728
w54 = Instance.new("Weld", p54)
4729
w54.Name = "Joint"
4730
w54.Part0 = p54
4731
w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732
w54.Part1 = p9
4733
w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4734
w55 = Instance.new("Weld", p55)
4735
w55.Name = "Joint"
4736
w55.Part0 = p55
4737
w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4738
w55.Part1 = p8
4739
w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4740
w56 = Instance.new("Weld", p56)
4741
w56.Name = "Joint"
4742
w56.Part0 = p56
4743
w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4744
w56.Part1 = p20
4745
w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4746
w57 = Instance.new("Weld", p57)
4747
w57.Name = "Joint"
4748
w57.Part0 = p57
4749
w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4750
w57.Part1 = p47
4751
w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4752
w58 = Instance.new("Weld", p58)
4753
w58.Name = "Joint"
4754
w58.Part0 = p58
4755
w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756
w58.Part1 = p3
4757
w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4758
w59 = Instance.new("Weld", p59)
4759
w59.Name = "Joint"
4760
w59.Part0 = p59
4761
w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4762
w59.Part1 = p32
4763
w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4764
w60 = Instance.new("Weld", p61)
4765
w60.Name = "Joint"
4766
w60.Part0 = p61
4767
w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768
w60.Part1 = p48
4769
w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4770
w61 = Instance.new("Weld", p62)
4771
w61.Name = "Joint"
4772
w61.Part0 = p62
4773
w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4774
w61.Part1 = p10
4775
w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4776
w62 = Instance.new("Weld", p63)
4777
w62.Name = "Joint"
4778
w62.Part0 = p63
4779
w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4780
w62.Part1 = p7
4781
w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4782
w63 = Instance.new("Weld", p64)
4783
w63.Name = "Joint"
4784
w63.Part0 = p64
4785
w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4786
w63.Part1 = p54
4787
w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4788
w64 = Instance.new("Weld", p65)
4789
w64.Name = "Joint"
4790
w64.Part0 = p65
4791
w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4792
w64.Part1 = p13
4793
w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4794
w65 = Instance.new("Weld", p66)
4795
w65.Name = "Joint"
4796
w65.Part0 = p66
4797
w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4798
w65.Part1 = p52
4799
w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4800
w66 = Instance.new("Weld", p67)
4801
w66.Name = "Joint"
4802
w66.Part0 = p67
4803
w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4804
w66.Part1 = p16
4805
w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4806
w67 = Instance.new("Weld", p68)
4807
w67.Name = "Joint"
4808
w67.Part0 = p68
4809
w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4810
w67.Part1 = p11
4811
w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4812
w68 = Instance.new("Weld", p69)
4813
w68.Name = "Joint"
4814
w68.Part0 = p69
4815
w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4816
w68.Part1 = p11
4817
w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4818
w69 = Instance.new("Weld", p70)
4819
w69.Name = "Joint"
4820
w69.Part0 = p70
4821
w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4822
w69.Part1 = p58
4823
w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4824
w70 = Instance.new("Weld", p71)
4825
w70.Name = "Joint"
4826
w70.Part0 = p71
4827
w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4828
w70.Part1 = p54
4829
w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4830
w71 = Instance.new("Weld", p72)
4831
w71.Name = "Joint"
4832
w71.Part0 = p72
4833
w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4834
w71.Part1 = p9
4835
w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4836
w72 = Instance.new("Weld", p73)
4837
w72.Name = "Joint"
4838
w72.Part0 = p73
4839
w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4840
w72.Part1 = p13
4841
w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4842
w73 = Instance.new("Weld", p74)
4843
w73.Name = "Joint"
4844
w73.Part0 = p74
4845
w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4846
w73.Part1 = p10
4847
w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4848
w74 = Instance.new("Weld", p75)
4849
w74.Name = "Joint"
4850
w74.Part0 = p75
4851
w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4852
w74.Part1 = p54
4853
w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4854
w75 = Instance.new("Weld", p76)
4855
w75.Name = "Joint"
4856
w75.Part0 = p76
4857
w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4858
w75.Part1 = p32
4859
w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4860
w76 = Instance.new("Weld", p77)
4861
w76.Name = "Joint"
4862
w76.Part0 = p77
4863
w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4864
w76.Part1 = p15
4865
w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4866
w77 = Instance.new("Weld", p78)
4867
w77.Name = "Joint"
4868
w77.Part0 = p78
4869
w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4870
w77.Part1 = p15
4871
w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4872
w78 = Instance.new("Weld", p79)
4873
w78.Name = "Joint"
4874
w78.Part0 = p79
4875
w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4876
w78.Part1 = p51
4877
w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4878
w79 = Instance.new("Weld", p80)
4879
w79.Name = "Joint"
4880
w79.Part0 = p80
4881
w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4882
w79.Part1 = p12
4883
w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4884
m6.Parent = torso
4885
m6:MakeJoints()
4886
----------------------------------------------------
4887
local cor6 = Instance.new("Part", torso.Cloak)
4888
cor6.Name = "Thingy"
4889
cor6.Locked = true
4890
cor6.BottomSurface = 0
4891
cor6.CanCollide = false
4892
cor6.Size = Vector3.new(1,1,1)
4893
cor6.Transparency = 1
4894
cor6.TopSurface = 0
4895
corw6 = Instance.new("Weld", cor6)
4896
corw6.Part0 = torso
4897
corw6.Part1 = cor6
4898
corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4899
corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4900
weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4901
weld6.Part0 = cor6
4902
weld6.Part1 = torso.Cloak.NeckPart
4903
weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4904
--Amulet
4905
m7 = Instance.new("Model")
4906
m7.Name = "Amulet"
4907
p1 = Instance.new("Part", m7)
4908
p1.BrickColor = BrickColor.new("Lime green")
4909
p1.Material = Enum.Material.Neon
4910
p1.Name = "Center"
4911
p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4912
p1.CanCollide = false
4913
p1.Locked = true
4914
p1.FormFactor = Enum.FormFactor.Custom
4915
p1.Shape = Enum.PartType.Cylinder
4916
p1.Size = Vector3.new(0.5, 0.5, 0.5)
4917
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4918
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4919
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4920
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4921
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4922
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4923
p2 = Instance.new("Part", m7)
4924
p2.BrickColor = BrickColor.new("Really black")
4925
p2.Material = Enum.Material.Metal
4926
p2.Name = "Bottom"
4927
p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4928
p2.CanCollide = false
4929
p2.Locked = true
4930
p2.FormFactor = Enum.FormFactor.Custom
4931
p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
4932
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4933
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4934
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4935
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4936
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4937
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4938
b1 = Instance.new("SpecialMesh", p2)
4939
b1.MeshType = Enum.MeshType.Cylinder
4940
b1.Name = "Mesh"
4941
p3 = Instance.new("Part", m7)
4942
p3.BrickColor = BrickColor.new("Really black")
4943
p3.Material = Enum.Material.Metal
4944
p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4945
p3.CanCollide = false
4946
p3.Locked = true
4947
p3.FormFactor = Enum.FormFactor.Custom
4948
p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4949
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4950
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4951
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4952
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4953
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4954
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4955
b2 = Instance.new("SpecialMesh", p3)
4956
b2.MeshType = Enum.MeshType.Brick
4957
b2.Name = "Mesh"
4958
b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4959
p4 = Instance.new("Part", m7)
4960
p4.BrickColor = BrickColor.new("Really black")
4961
p4.Material = Enum.Material.Metal
4962
p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4963
p4.CanCollide = false
4964
p4.Locked = true
4965
p4.FormFactor = Enum.FormFactor.Custom
4966
p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4967
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4968
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4969
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4970
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4971
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4972
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4973
b3 = Instance.new("SpecialMesh", p4)
4974
b3.MeshType = Enum.MeshType.Brick
4975
b3.Name = "Mesh"
4976
b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4977
p5 = Instance.new("Part", m7)
4978
p5.BrickColor = BrickColor.new("Really black")
4979
p5.Material = Enum.Material.Metal
4980
p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
4981
p5.CanCollide = false
4982
p5.Locked = true
4983
p5.FormFactor = Enum.FormFactor.Custom
4984
p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4985
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4986
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4987
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4988
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4989
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4990
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4991
b4 = Instance.new("SpecialMesh", p5)
4992
b4.MeshType = Enum.MeshType.Brick
4993
b4.Name = "Mesh"
4994
b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4995
p6 = Instance.new("Part", m7)
4996
p6.BrickColor = BrickColor.new("Really black")
4997
p6.Material = Enum.Material.Metal
4998
p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388)
4999
p6.CanCollide = false
5000
p6.Locked = true
5001
p6.FormFactor = Enum.FormFactor.Custom
5002
p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5003
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5004
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5005
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5006
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5007
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5008
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5009
b5 = Instance.new("SpecialMesh", p6)
5010
b5.MeshType = Enum.MeshType.Brick
5011
b5.Name = "Mesh"
5012
b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5013
p7 = Instance.new("Part", m7)
5014
p7.BrickColor = BrickColor.new("Really black")
5015
p7.Material = Enum.Material.Metal
5016
p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
5017
p7.CanCollide = false
5018
p7.Locked = true
5019
p7.FormFactor = Enum.FormFactor.Custom
5020
p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5021
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5022
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5023
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5024
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5025
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5026
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5027
b6 = Instance.new("SpecialMesh", p7)
5028
b6.MeshType = Enum.MeshType.Brick
5029
b6.Name = "Mesh"
5030
b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5031
p8 = Instance.new("Part", m7)
5032
p8.BrickColor = BrickColor.new("Really black")
5033
p8.Material = Enum.Material.Metal
5034
p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5)
5035
p8.CanCollide = false
5036
p8.Locked = true
5037
p8.FormFactor = Enum.FormFactor.Custom
5038
p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5039
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5040
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5041
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5042
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5043
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5044
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5045
b7 = Instance.new("SpecialMesh", p8)
5046
b7.MeshType = Enum.MeshType.Brick
5047
b7.Name = "Mesh"
5048
b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5049
p9 = Instance.new("Part", m7)
5050
p9.BrickColor = BrickColor.new("Really black")
5051
p9.Material = Enum.Material.Metal
5052
p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5053
p9.CanCollide = false
5054
p9.Locked = true
5055
p9.FormFactor = Enum.FormFactor.Custom
5056
p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5057
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5058
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5059
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5060
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5061
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5062
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5063
b8 = Instance.new("SpecialMesh", p9)
5064
b8.MeshType = Enum.MeshType.Brick
5065
b8.Name = "Mesh"
5066
b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5067
p10 = Instance.new("Part", m7)
5068
p10.BrickColor = BrickColor.new("Really black")
5069
p10.Material = Enum.Material.Metal
5070
p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5071
p10.CanCollide = false
5072
p10.Locked = true
5073
p10.FormFactor = Enum.FormFactor.Custom
5074
p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5075
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5076
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5077
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5078
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5079
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5080
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5081
b9 = Instance.new("SpecialMesh", p10)
5082
b9.MeshType = Enum.MeshType.Brick
5083
b9.Name = "Mesh"
5084
b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5085
p11 = Instance.new("Part", m7)
5086
p11.BrickColor = BrickColor.new("Really black")
5087
p11.Material = Enum.Material.Metal
5088
p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
5089
p11.CanCollide = false
5090
p11.Locked = true
5091
p11.FormFactor = Enum.FormFactor.Custom
5092
p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5093
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5094
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5095
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5096
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5097
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5098
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5099
b10 = Instance.new("SpecialMesh", p11)
5100
b10.MeshType = Enum.MeshType.Brick
5101
b10.Name = "Mesh"
5102
b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5103
p12 = Instance.new("Part", m7)
5104
p12.BrickColor = BrickColor.new("Really black")
5105
p12.Material = Enum.Material.Metal
5106
p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5)
5107
p12.CanCollide = false
5108
p12.Locked = true
5109
p12.FormFactor = Enum.FormFactor.Custom
5110
p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5111
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5112
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5113
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5114
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5115
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5116
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5117
b11 = Instance.new("SpecialMesh", p12)
5118
b11.MeshType = Enum.MeshType.Brick
5119
b11.Name = "Mesh"
5120
b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5121
p13 = Instance.new("Part", m7)
5122
p13.BrickColor = BrickColor.new("Really black")
5123
p13.Material = Enum.Material.Metal
5124
p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
5125
p13.CanCollide = false
5126
p13.Locked = true
5127
p13.FormFactor = Enum.FormFactor.Custom
5128
p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5129
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5130
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5131
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5132
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5133
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5134
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5135
b12 = Instance.new("SpecialMesh", p13)
5136
b12.MeshType = Enum.MeshType.Brick
5137
b12.Name = "Mesh"
5138
b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5139
p14 = Instance.new("Part", m7)
5140
p14.BrickColor = BrickColor.new("Really black")
5141
p14.Material = Enum.Material.Metal
5142
p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388)
5143
p14.CanCollide = false
5144
p14.Locked = true
5145
p14.FormFactor = Enum.FormFactor.Custom
5146
p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5147
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5148
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5149
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5150
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5151
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5152
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5153
b13 = Instance.new("SpecialMesh", p14)
5154
b13.MeshType = Enum.MeshType.Brick
5155
b13.Name = "Mesh"
5156
b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5157
p15 = Instance.new("Part", m7)
5158
p15.BrickColor = BrickColor.new("Really black")
5159
p15.Material = Enum.Material.Metal
5160
p15.Name = "Top"
5161
p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5162
p15.CanCollide = false
5163
p15.Locked = true
5164
p15.FormFactor = Enum.FormFactor.Custom
5165
p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5166
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5167
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5168
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5169
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5170
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5171
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5172
b14 = Instance.new("SpecialMesh", p15)
5173
b14.MeshType = Enum.MeshType.Cylinder
5174
b14.Name = "Mesh"
5175
w1 = Instance.new("Weld", p1)
5176
w1.Name = "Joint"
5177
w1.Part0 = p1
5178
w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5179
w1.Part1 = p15
5180
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5181
w2 = Instance.new("Weld", p2)
5182
w2.Name = "Joint"
5183
w2.Part0 = p2
5184
w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5185
w2.Part1 = p1
5186
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5187
w3 = Instance.new("Weld", p3)
5188
w3.Name = "Joint"
5189
w3.Part0 = p3
5190
w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5191
w3.Part1 = p1
5192
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5193
w4 = Instance.new("Weld", p4)
5194
w4.Name = "Joint"
5195
w4.Part0 = p4
5196
w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5197
w4.Part1 = p1
5198
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5199
w5 = Instance.new("Weld", p5)
5200
w5.Name = "Joint"
5201
w5.Part0 = p5
5202
w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
5203
w5.Part1 = p1
5204
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5205
w6 = Instance.new("Weld", p6)
5206
w6.Name = "Joint"
5207
w6.Part0 = p6
5208
w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388)
5209
w6.Part1 = p1
5210
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5211
w7 = Instance.new("Weld", p7)
5212
w7.Name = "Joint"
5213
w7.Part0 = p7
5214
w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
5215
w7.Part1 = p1
5216
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5217
w8 = Instance.new("Weld", p8)
5218
w8.Name = "Joint"
5219
w8.Part0 = p8
5220
w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5)
5221
w8.Part1 = p1
5222
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5223
w9 = Instance.new("Weld", p9)
5224
w9.Name = "Joint"
5225
w9.Part0 = p9
5226
w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
5227
w9.Part1 = p1
5228
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5229
w10 = Instance.new("Weld", p10)
5230
w10.Name = "Joint"
5231
w10.Part0 = p10
5232
w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0)
5233
w10.Part1 = p1
5234
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5235
w11 = Instance.new("Weld", p11)
5236
w11.Name = "Joint"
5237
w11.Part0 = p11
5238
w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
5239
w11.Part1 = p1
5240
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5241
w12 = Instance.new("Weld", p12)
5242
w12.Name = "Joint"
5243
w12.Part0 = p12
5244
w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5)
5245
w12.Part1 = p1
5246
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5247
w13 = Instance.new("Weld", p13)
5248
w13.Name = "Joint"
5249
w13.Part0 = p13
5250
w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
5251
w13.Part1 = p1
5252
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5253
w14 = Instance.new("Weld", p14)
5254
w14.Name = "Joint"
5255
w14.Part0 = p14
5256
w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388)
5257
w14.Part1 = p1
5258
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5259
m7.Parent = torso
5260
m7:MakeJoints()
5261
----------------------------------------------------
5262
local cor7 = Instance.new("Part", torso.Amulet)
5263
cor7.Name = "Thingy"
5264
cor7.Locked = true
5265
cor7.BottomSurface = 0
5266
cor7.CanCollide = false
5267
cor7.Size = Vector3.new(1, 1, 1)
5268
cor7.Transparency = 1
5269
cor7.TopSurface = 0
5270
corw7 = Instance.new("Weld", cor7)
5271
corw7.Part0 = torso.Torso.Connection
5272
corw7.Part1 = cor7
5273
corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5274
corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5275
weld7 = Instance.new("Weld", torso.Amulet)
5276
weld7.Part0 = cor7
5277
weld7.Part1 = torso.Amulet.Top
5278
weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5279
--Zyrodoxa
5280
m8 = Instance.new("Model")
5281
m8.Name = "Zyrodoxa"
5282
p1 = Instance.new("Part", m8)
5283
p1.BrickColor = BrickColor.new("Really black")
5284
p1.Material = Enum.Material.Metal
5285
p1.Reflectance = 0.40000000596046
5286
p1.Name = "Block"
5287
p1.CFrame = CFrame.new(2.70000019e-005, -11.6870832, 1.45529819, 1, -1.44446419e-008, -1.27813706e-008, -1.84925408e-008, -0.906311333, -0.422620147, -5.47969492e-009, 0.422620773, -0.906312048)
5288
p1.CanCollide = false
5289
p1.Locked = true
5290
p1.FormFactor = Enum.FormFactor.Custom
5291
p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5292
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5293
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5294
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5295
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5296
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5297
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5298
b1 = Instance.new("BlockMesh", p1)
5299
b1.Name = "Mesh"
5300
b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5301
p2 = Instance.new("Part", m8)
5302
p2.BrickColor = BrickColor.new("Black")
5303
p2.Material = Enum.Material.Metal
5304
p2.Reflectance = 0.40000000596046
5305
p2.Name = "Block"
5306
p2.CFrame = CFrame.new(2.7e-005, -11.9090996, 0.428020298, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
5307
p2.CanCollide = false
5308
p2.Locked = true
5309
p2.FormFactor = Enum.FormFactor.Custom
5310
p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5311
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5312
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5313
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5314
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5315
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5316
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5317
b2 = Instance.new("BlockMesh", p2)
5318
b2.Name = "Mesh"
5319
b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5320
p3 = Instance.new("Part", m8)
5321
p3.BrickColor = BrickColor.new("Black")
5322
p3.Material = Enum.Material.Metal
5323
p3.Reflectance = 0.40000000596046
5324
p3.Name = "Block"
5325
p3.CFrame = CFrame.new(2.7e-005, -11.9091024, 0.959298849, 1, -1.85014493e-008, -5.47575318e-009, -1.85010585e-008, -1.00000393, -1.49011612e-007, -5.47616175e-009, 4.91738319e-007, -1.00000477)
5326
p3.CanCollide = false
5327
p3.Locked = true
5328
p3.FormFactor = Enum.FormFactor.Custom
5329
p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5330
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5331
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5332
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5333
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5334
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5335
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5336
b3 = Instance.new("BlockMesh", p3)
5337
b3.Name = "Mesh"
5338
b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5339
p4 = Instance.new("Part", m8)
5340
p4.BrickColor = BrickColor.new("Lime green")
5341
p4.Material = Enum.Material.Metal
5342
p4.Name = "Block"
5343
p4.CFrame = CFrame.new(2.69999982e-005, -11.8500671, -1.24697566, 1, -4.30586944e-008, -5.26493444e-008, -5.9326311e-008, -0.173648626, -0.984811544, 3.32618768e-008, 0.984812438, -0.173648432)
5344
p4.CanCollide = false
5345
p4.Locked = true
5346
p4.FormFactor = Enum.FormFactor.Custom
5347
p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5348
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5349
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5350
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5351
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5352
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5353
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5354
b4 = Instance.new("BlockMesh", p4)
5355
b4.Name = "Mesh"
5356
b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5357
p5 = Instance.new("Part", m8)
5358
p5.BrickColor = BrickColor.new("Lime green")
5359
p5.Material = Enum.Material.Neon
5360
p5.Reflectance = 0.40000000596046
5361
p5.Name = "Block"
5362
p5.CFrame = CFrame.new(2.69999982e-005, -11.9034386, -0.304960132, 1, -1.92584508e-008, 1.18294885e-009, -1.85012432e-008, -0.939696193, 0.342021227, -5.47556045e-009, -0.342021167, -0.939697087)
5363
p5.CanCollide = false
5364
p5.Locked = true
5365
p5.FormFactor = Enum.FormFactor.Custom
5366
p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5367
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5368
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5369
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5370
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5371
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5372
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5373
b5 = Instance.new("BlockMesh", p5)
5374
b5.Name = "Mesh"
5375
b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5376
p6 = Instance.new("Part", m8)
5377
p6.BrickColor = BrickColor.new("Parsley green")
5378
p6.Material = Enum.Material.Metal
5379
p6.Name = "Block"
5380
p6.CFrame = CFrame.new(2.69999982e-005, -11.8500729, -0.678800821, 1, -4.08902388e-008, -5.95267018e-008, -5.9526478e-008, 1.1920929e-007, -1.0000037, 4.08900789e-008, 1.00000453, 5.36441803e-007)
5381
p6.CanCollide = false
5382
p6.Locked = true
5383
p6.FormFactor = Enum.FormFactor.Custom
5384
p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5385
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5386
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5387
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5388
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5389
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5390
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5391
b6 = Instance.new("BlockMesh", p6)
5392
b6.Name = "Mesh"
5393
b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5394
p7 = Instance.new("Part", m8)
5395
p7.BrickColor = BrickColor.new("Lime green")
5396
p7.Material = Enum.Material.Neon
5397
p7.Reflectance = 0.40000000596046
5398
p7.Name = "Block"
5399
p7.CFrame = CFrame.new(2.69999982e-005, -11.957509, 0.917527318, 1, -2.28536976e-008, 8.68393135e-010, -2.22993837e-008, -0.965929389, 0.258820087, -5.07656006e-009, -0.258819878, -0.965930223)
5400
p7.CanCollide = false
5401
p7.Locked = true
5402
p7.FormFactor = Enum.FormFactor.Custom
5403
p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5404
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5405
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5406
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5407
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5408
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5409
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5410
b7 = Instance.new("BlockMesh", p7)
5411
b7.Name = "Mesh"
5412
b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5413
p8 = Instance.new("Part", m8)
5414
p8.BrickColor = BrickColor.new("Lime green")
5415
p8.Material = Enum.Material.Neon
5416
p8.Reflectance = 0.40000000596046
5417
p8.Name = "Block"
5418
p8.CFrame = CFrame.new(2.7e-005, -11.8956118, 0.105731606, 1, -1.92584473e-008, 1.1829453e-009, -1.85012521e-008, -0.939696133, 0.342021048, -5.47555823e-009, -0.342020899, -0.939696968)
5419
p8.CanCollide = false
5420
p8.Locked = true
5421
p8.FormFactor = Enum.FormFactor.Custom
5422
p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5423
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5424
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5425
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5426
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5427
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5428
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5429
b8 = Instance.new("BlockMesh", p8)
5430
b8.Name = "Mesh"
5431
b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5432
p9 = Instance.new("Part", m8)
5433
p9.BrickColor = BrickColor.new("Really black")
5434
p9.Material = Enum.Material.Metal
5435
p9.Reflectance = 0.40000000596046
5436
p9.Name = "Block"
5437
p9.CFrame = CFrame.new(2.69999982e-005, -11.7615223, 0.959302187, 1, -1.85016091e-008, -5.47516965e-009, -1.85012485e-008, -1.00000358, -1.1920929e-007, -5.47556001e-009, 5.36441803e-007, -1.00000429)
5438
p9.CanCollide = false
5439
p9.Locked = true
5440
p9.FormFactor = Enum.FormFactor.Custom
5441
p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5442
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5443
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5444
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5445
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5446
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5447
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5448
b9 = Instance.new("BlockMesh", p9)
5449
b9.Name = "Mesh"
5450
b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5451
p10 = Instance.new("Part", m8)
5452
p10.BrickColor = BrickColor.new("Really black")
5453
p10.Material = Enum.Material.Metal
5454
p10.Reflectance = 0.40000000596046
5455
p10.Name = "Block"
5456
p10.CFrame = CFrame.new(2.69999982e-005, -11.5473213, 1.65489614, 1, -9.20203203e-009, -1.69509313e-008, -1.84925799e-008, -0.707108974, -0.70710963, -5.47968293e-009, 0.707110405, -0.707109272)
5457
p10.CanCollide = false
5458
p10.Locked = true
5459
p10.FormFactor = Enum.FormFactor.Custom
5460
p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5461
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5462
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5463
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5464
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5465
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5466
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5467
b10 = Instance.new("BlockMesh", p10)
5468
b10.Name = "Mesh"
5469
b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5470
p11 = Instance.new("Part", m8)
5471
p11.BrickColor = BrickColor.new("Black")
5472
p11.Material = Enum.Material.Metal
5473
p11.Name = "Circle"
5474
p11.CFrame = CFrame.new(2.7e-005, -11.6729841, -0.582877517, 1, -3.82200724e-008, -1.58314464e-008, -1.58310698e-008, 1.78813934e-007, -1.00000358, 3.82198735e-008, 1.00000429, 4.17232513e-007)
5475
p11.CanCollide = false
5476
p11.Locked = true
5477
p11.FormFactor = Enum.FormFactor.Custom
5478
p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5479
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5480
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5481
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5482
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5483
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5484
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5485
b11 = Instance.new("CylinderMesh", p11)
5486
b11.Name = "Mesh"
5487
b11.Scale = Vector3.new(1, 0.401569068, 1)
5488
p12 = Instance.new("Part", m8)
5489
p12.BrickColor = BrickColor.new("Lime green")
5490
p12.Material = Enum.Material.Neon
5491
p12.Reflectance = 0.40000000596046
5492
p12.Name = "Block"
5493
p12.CFrame = CFrame.new(2.7e-005, -11.8956079, 0.673061967, 1, -1.56491176e-008, -8.14766423e-008, -1.31608857e-008, 0.939695954, -0.342021048, 8.1915303e-008, 0.342021108, 0.939696789)
5494
p12.CanCollide = false
5495
p12.Locked = true
5496
p12.FormFactor = Enum.FormFactor.Custom
5497
p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5498
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5499
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5500
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5501
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5502
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5503
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5504
b12 = Instance.new("BlockMesh", p12)
5505
b12.Name = "Mesh"
5506
b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5507
p13 = Instance.new("Part", m8)
5508
p13.BrickColor = BrickColor.new("Lime green")
5509
p13.Material = Enum.Material.Metal
5510
p13.Name = "Block"
5511
p13.CFrame = CFrame.new(2.7e-005, -11.85007, -1.195328, 1, -4.3058666e-008, -5.26493267e-008, -5.93263003e-008, -0.173648536, -0.984811068, 3.32618555e-008, 0.984811902, -0.173648447)
5512
p13.CanCollide = false
5513
p13.Locked = true
5514
p13.FormFactor = Enum.FormFactor.Custom
5515
p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5516
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5517
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5518
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5519
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5520
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5521
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5522
b13 = Instance.new("BlockMesh", p13)
5523
b13.Name = "Mesh"
5524
b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5525
p14 = Instance.new("Part", m8)
5526
p14.BrickColor = BrickColor.new("Black")
5527
p14.Material = Enum.Material.Metal
5528
p14.Reflectance = 0.40000000596046
5529
p14.Name = "Block"
5530
p14.CFrame = CFrame.new(2.7e-005, -11.6456089, 1.7017076, 1, -9.79658932e-009, -1.66229128e-008, -1.85012112e-008, -0.731357634, -0.681998909, -5.47637935e-009, 0.681999564, -0.731357992)
5531
p14.CanCollide = false
5532
p14.Locked = true
5533
p14.FormFactor = Enum.FormFactor.Custom
5534
p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5535
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5536
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5537
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5538
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5539
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5540
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5541
b14 = Instance.new("BlockMesh", p14)
5542
b14.Name = "Mesh"
5543
b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5544
p15 = Instance.new("Part", m8)
5545
p15.BrickColor = BrickColor.new("Really black")
5546
p15.Material = Enum.Material.Metal
5547
p15.Reflectance = 0.40000000596046
5548
p15.Name = "Block"
5549
p15.CFrame = CFrame.new(2.7e-005, -11.761528, 0.162387252, 1, -1.85015949e-008, -5.47519008e-009, -1.85012503e-008, -1.00000322, -4.47054163e-008, -5.47555512e-009, 3.27827877e-007, -1.00000393)
5550
p15.CanCollide = false
5551
p15.Locked = true
5552
p15.FormFactor = Enum.FormFactor.Custom
5553
p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5554
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5555
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5556
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5557
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5558
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5559
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5560
b15 = Instance.new("BlockMesh", p15)
5561
b15.Name = "Mesh"
5562
b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5563
p16 = Instance.new("Part", m8)
5564
p16.BrickColor = BrickColor.new("Really black")
5565
p16.Material = Enum.Material.Metal
5566
p16.Name = "Handle"
5567
p16.CFrame = CFrame.new(2.7e-005, -11.8500671, -1.1215378, 1, -4.08902174e-008, -5.95266769e-008, -5.95264673e-008, 4.47054163e-008, -1.00000322, 4.08900469e-008, 1.00000393, 3.27827877e-007)
5568
p16.CanCollide = false
5569
p16.Locked = true
5570
p16.FormFactor = Enum.FormFactor.Custom
5571
p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5572
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5573
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5574
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5575
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5576
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5577
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5578
b16 = Instance.new("BlockMesh", p16)
5579
b16.Name = "Mesh"
5580
b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5581
p17 = Instance.new("Part", m8)
5582
p17.BrickColor = BrickColor.new("Lime green")
5583
p17.Material = Enum.Material.Neon
5584
p17.Reflectance = 0.40000000596046
5585
p17.Name = "Block"
5586
p17.CFrame = CFrame.new(2.7e-005, -11.9214983, 1.1695174, 1, -3.32851862e-008, -1.92677874e-009, -3.32848948e-008, -1.00000322, 5.51342964e-007, -1.92714822e-009, -2.68220901e-007, -1.00000393)
5587
p17.CanCollide = false
5588
p17.Locked = true
5589
p17.FormFactor = Enum.FormFactor.Custom
5590
p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5591
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5592
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5593
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5594
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5595
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5596
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5597
b17 = Instance.new("BlockMesh", p17)
5598
b17.Name = "Mesh"
5599
b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5600
p18 = Instance.new("Part", m8)
5601
p18.BrickColor = BrickColor.new("Really black")
5602
p18.Material = Enum.Material.Metal
5603
p18.Name = "Block"
5604
p18.CFrame = CFrame.new(2.70000019e-005, -11.9708652, -1.76740301, 1, -9.71849161e-008, 2.00753263e-007, -1.30568921e-007, -0.984810889, 0.173648641, 1.80827797e-007, -0.173648477, -0.984811544)
5605
p18.CanCollide = false
5606
p18.Locked = true
5607
p18.FormFactor = Enum.FormFactor.Custom
5608
p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5609
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5610
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5611
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5612
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5613
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5614
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5615
b18 = Instance.new("BlockMesh", p18)
5616
b18.Name = "Mesh"
5617
b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5618
p19 = Instance.new("Part", m8)
5619
p19.BrickColor = BrickColor.new("Black")
5620
p19.Material = Enum.Material.Metal
5621
p19.Reflectance = 0.40000000596046
5622
p19.Name = "Block"
5623
p19.CFrame = CFrame.new(2.7e-005, -11.9090967, -0.10325551, 1, -1.85013889e-008, -5.47580603e-009, -1.85010975e-008, -1.0000031, -5.21540642e-008, -5.47609691e-009, 3.20374966e-007, -1.0000037)
5624
p19.CanCollide = false
5625
p19.Locked = true
5626
p19.FormFactor = Enum.FormFactor.Custom
5627
p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5628
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5629
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5630
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5631
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5632
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5633
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5634
b19 = Instance.new("BlockMesh", p19)
5635
b19.Name = "Mesh"
5636
b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5637
p20 = Instance.new("Part", m8)
5638
p20.BrickColor = BrickColor.new("Lime green")
5639
p20.Material = Enum.Material.Metal
5640
p20.Name = "Block"
5641
p20.CFrame = CFrame.new(2.69999982e-005, -11.8500719, -0.937063575, 1, -4.21245474e-008, -5.61353133e-008, -5.9592935e-008, -0.0871559381, -0.996197701, 3.70716151e-008, 0.996198356, -0.0871557295)
5642
p20.CanCollide = false
5643
p20.Locked = true
5644
p20.FormFactor = Enum.FormFactor.Custom
5645
p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5646
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5647
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5648
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5649
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5650
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5651
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5652
b20 = Instance.new("BlockMesh", p20)
5653
b20.Name = "Mesh"
5654
b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5655
p21 = Instance.new("Part", m8)
5656
p21.BrickColor = BrickColor.new("Really black")
5657
p21.Material = Enum.Material.Metal
5658
p21.Name = "Block"
5659
p21.CFrame = CFrame.new(2.69999982e-005, -11.7520199, -1.68255222, 1, 1.93163316e-008, -6.95866973e-008, -5.9526478e-008, 0.766046822, -0.642789543, 4.08900966e-008, 0.642789721, 0.766047418)
5660
p21.CanCollide = false
5661
p21.Locked = true
5662
p21.FormFactor = Enum.FormFactor.Custom
5663
p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5664
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5665
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5666
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5667
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5668
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5669
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5670
b21 = Instance.new("BlockMesh", p21)
5671
b21.Name = "Mesh"
5672
b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5673
p22 = Instance.new("Part", m8)
5674
p22.BrickColor = BrickColor.new("Really black")
5675
p22.Material = Enum.Material.Metal
5676
p22.Reflectance = 0.40000000596046
5677
p22.Name = "Block"
5678
p22.CFrame = CFrame.new(2.69999964e-005, -11.7615223, -0.368889451, 1, -1.85015665e-008, -5.4752185e-009, -1.85012787e-008, -1.0000031, -5.96046448e-008, -5.47550449e-009, 3.87430191e-007, -1.0000037)
5679
p22.CanCollide = false
5680
p22.Locked = true
5681
p22.FormFactor = Enum.FormFactor.Custom
5682
p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5683
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5684
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5685
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5686
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5687
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5688
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5689
b22 = Instance.new("BlockMesh", p22)
5690
b22.Name = "Mesh"
5691
b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5692
p23 = Instance.new("Part", m8)
5693
p23.BrickColor = BrickColor.new("Lime green")
5694
p23.Material = Enum.Material.Marble
5695
p23.Name = "Block"
5696
p23.CFrame = CFrame.new(2.69999964e-005, -11.85007, -0.641908407, 1, -4.0890189e-008, -5.95266485e-008, -5.95264922e-008, 5.96046448e-008, -1.0000031, 4.08900895e-008, 1.0000037, 3.87430191e-007)
5697
p23.CanCollide = false
5698
p23.Locked = true
5699
p23.FormFactor = Enum.FormFactor.Custom
5700
p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5701
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5702
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5703
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5704
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5705
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5706
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5707
b23 = Instance.new("BlockMesh", p23)
5708
b23.Name = "Mesh"
5709
b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5710
p24 = Instance.new("Part", m8)
5711
p24.BrickColor = BrickColor.new("Really black")
5712
p24.Material = Enum.Material.Metal
5713
p24.Name = "Block"
5714
p24.CFrame = CFrame.new(2.69999964e-005, -11.948123, -1.6825552, 1, -7.18838464e-008, -6.93700386e-009, -5.95250889e-008, -0.766046762, -0.642789662, 4.08918908e-008, 0.642790258, -0.766046941)
5715
p24.CanCollide = false
5716
p24.Locked = true
5717
p24.FormFactor = Enum.FormFactor.Custom
5718
p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5719
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5720
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5721
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5722
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5723
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5724
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5725
b24 = Instance.new("BlockMesh", p24)
5726
b24.Name = "Mesh"
5727
b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5728
p25 = Instance.new("Part", m8)
5729
p25.BrickColor = BrickColor.new("Lime green")
5730
p25.Material = Enum.Material.Marble
5731
p25.Name = "Block"
5732
p25.CFrame = CFrame.new(2.69999964e-005, -11.8500681, -1.59377992, 1, -4.08901926e-008, -5.95266414e-008, -5.95264957e-008, 5.96046448e-008, -1.0000031, 4.0890086e-008, 1.00000358, 3.57627869e-007)
5733
p25.CanCollide = false
5734
p25.Locked = true
5735
p25.FormFactor = Enum.FormFactor.Custom
5736
p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5737
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5738
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5739
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5740
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5741
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5742
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5743
b25 = Instance.new("BlockMesh", p25)
5744
b25.Name = "Mesh"
5745
b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5746
p26 = Instance.new("Part", m8)
5747
p26.BrickColor = BrickColor.new("Really black")
5748
p26.Material = Enum.Material.Metal
5749
p26.Reflectance = 0.40000000596046
5750
p26.Name = "Block"
5751
p26.CFrame = CFrame.new(2.69999982e-005, -11.7615213, 0.428021312, 1, -1.85015523e-008, -5.47521495e-009, -1.85012912e-008, -1.0000031, -5.96046448e-008, -5.47550272e-009, 3.57627869e-007, -1.00000358)
5752
p26.CanCollide = false
5753
p26.Locked = true
5754
p26.FormFactor = Enum.FormFactor.Custom
5755
p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5756
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5757
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5758
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5759
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5760
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5761
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5762
b26 = Instance.new("BlockMesh", p26)
5763
b26.Name = "Mesh"
5764
b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5765
p27 = Instance.new("Part", m8)
5766
p27.BrickColor = BrickColor.new("Lime green")
5767
p27.Material = Enum.Material.Metal
5768
p27.Name = "Block"
5769
p27.CFrame = CFrame.new(2.69999982e-005, -11.850069, -0.782109976, 1, -4.36853398e-008, -4.90951173e-008, -5.8728709e-008, -0.258819818, -0.965928853, 2.94898914e-008, 0.965929329, -0.25881961)
5770
p27.CanCollide = false
5771
p27.Locked = true
5772
p27.FormFactor = Enum.FormFactor.Custom
5773
p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5774
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5775
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5776
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5777
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5778
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5779
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5780
b27 = Instance.new("BlockMesh", p27)
5781
b27.Name = "Mesh"
5782
b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5783
p28 = Instance.new("Part", m8)
5784
p28.BrickColor = BrickColor.new("Really black")
5785
p28.Material = Enum.Material.SmoothPlastic
5786
p28.Reflectance = 0.0099999997764826
5787
p28.Name = "Circle"
5788
p28.CFrame = CFrame.new(2.69999964e-005, -11.7615204, -0.52384901, 1, -3.82200298e-008, -1.58313824e-008, -1.58311213e-008, 5.96046448e-008, -1.0000031, 3.82198913e-008, 1.00000346, 3.57627869e-007)
5789
p28.CanCollide = false
5790
p28.Locked = true
5791
p28.FormFactor = Enum.FormFactor.Custom
5792
p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5793
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5794
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5795
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5796
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5797
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5798
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5799
b28 = Instance.new("CylinderMesh", p28)
5800
b28.Name = "Mesh"
5801
b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5802
p29 = Instance.new("Part", m8)
5803
p29.BrickColor = BrickColor.new("Black")
5804
p29.Material = Enum.Material.Metal
5805
p29.Reflectance = 0.40000000596046
5806
p29.Name = "Block"
5807
p29.CFrame = CFrame.new(2.69999964e-005, -11.8228655, 1.48447084, 1, -1.48910964e-008, -1.22697976e-008, -1.85012574e-008, -0.920508504, -0.390730202, -5.47632872e-009, 0.39073059, -0.920508862)
5808
p29.CanCollide = false
5809
p29.Locked = true
5810
p29.FormFactor = Enum.FormFactor.Custom
5811
p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5812
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5813
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5814
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5815
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5816
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5817
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5818
b29 = Instance.new("BlockMesh", p29)
5819
b29.Name = "Mesh"
5820
b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5821
p30 = Instance.new("Part", m8)
5822
p30.BrickColor = BrickColor.new("Lime green")
5823
p30.Material = Enum.Material.Metal
5824
p30.Name = "Block"
5825
p30.CFrame = CFrame.new(2.69999928e-005, -11.850069, -1.35027885, 1, -4.36853398e-008, -4.90951102e-008, -5.87287019e-008, -0.25881964, -0.965928614, 2.94898825e-008, 0.96592921, -0.258819699)
5826
p30.CanCollide = false
5827
p30.Locked = true
5828
p30.FormFactor = Enum.FormFactor.Custom
5829
p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5830
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5831
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5832
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5833
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5834
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5835
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5836
b30 = Instance.new("BlockMesh", p30)
5837
b30.Name = "Mesh"
5838
b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5839
p31 = Instance.new("Part", m8)
5840
p31.BrickColor = BrickColor.new("Lime green")
5841
p31.Material = Enum.Material.Neon
5842
p31.Reflectance = 0.40000000596046
5843
p31.Name = "Block"
5844
p31.CFrame = CFrame.new(2.69999928e-005, -11.8927851, 0.869306803, -1, -7.71367752e-008, 3.05927976e-008, 7.41768247e-008, -0.996197402, -0.0871561319, 3.71997153e-008, -0.0871560946, 0.996197999)
5845
p31.CanCollide = false
5846
p31.Locked = true
5847
p31.FormFactor = Enum.FormFactor.Custom
5848
p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5849
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5850
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5851
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5852
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5853
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5854
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5855
b31 = Instance.new("BlockMesh", p31)
5856
b31.Name = "Mesh"
5857
b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5858
p32 = Instance.new("Part", m8)
5859
p32.BrickColor = BrickColor.new("Lime green")
5860
p32.Material = Enum.Material.Metal
5861
p32.Name = "Block"
5862
p32.CFrame = CFrame.new(2.6999991e-005, -11.850071, -1.29862738, 1, -3.936497e-008, -6.27974615e-008, -5.91275011e-008, 0.0871559605, -0.996197343, 4.46881891e-008, 0.996197939, 0.0871561021)
5863
p32.CanCollide = false
5864
p32.Locked = true
5865
p32.FormFactor = Enum.FormFactor.Custom
5866
p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5867
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5868
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5869
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5870
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5871
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5872
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5873
b32 = Instance.new("BlockMesh", p32)
5874
b32.Name = "Mesh"
5875
b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5876
p33 = Instance.new("Part", m8)
5877
p33.BrickColor = BrickColor.new("Really black")
5878
p33.Material = Enum.Material.Metal
5879
p33.Reflectance = 0.40000000596046
5880
p33.Name = "Block"
5881
p33.CFrame = CFrame.new(2.69999928e-005, -11.7615213, 0.693662167, 1, -1.8501531e-008, -5.47520784e-009, -1.85013107e-008, -1.00000262, -1.49011612e-007, -5.47550894e-009, 2.38418579e-007, -1.00000322)
5882
p33.CanCollide = false
5883
p33.Locked = true
5884
p33.FormFactor = Enum.FormFactor.Custom
5885
p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5886
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5887
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5888
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5889
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5890
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5891
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5892
b33 = Instance.new("BlockMesh", p33)
5893
b33.Name = "Mesh"
5894
b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5895
p34 = Instance.new("Part", m8)
5896
p34.BrickColor = BrickColor.new("Lime green")
5897
p34.Material = Enum.Material.Metal
5898
p34.Name = "Block"
5899
p34.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.988716245, 1, -4.08901997e-008, -5.9526613e-008, -5.95264993e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5900
p34.CanCollide = false
5901
p34.Locked = true
5902
p34.FormFactor = Enum.FormFactor.Custom
5903
p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5904
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5905
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5906
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5907
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5908
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5909
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5910
b34 = Instance.new("BlockMesh", p34)
5911
b34.Name = "Mesh"
5912
b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5913
p35 = Instance.new("Part", m8)
5914
p35.BrickColor = BrickColor.new("Lime green")
5915
p35.Material = Enum.Material.Metal
5916
p35.Name = "Block"
5917
p35.CFrame = CFrame.new(2.69999928e-005, -11.8500662, -1.50523794, 1, -4.08901997e-008, -5.95266094e-008, -5.95265028e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5918
p35.CanCollide = false
5919
p35.Locked = true
5920
p35.FormFactor = Enum.FormFactor.Custom
5921
p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5922
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5923
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5924
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5925
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5926
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5927
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5928
b35 = Instance.new("BlockMesh", p35)
5929
b35.Name = "Mesh"
5930
b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5931
p36 = Instance.new("Part", m8)
5932
p36.BrickColor = BrickColor.new("Lime green")
5933
p36.Material = Enum.Material.Metal
5934
p36.Name = "Block"
5935
p36.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.86679816, 1, -1.85015203e-008, -5.47520784e-009, -1.85013214e-008, -1.00000262, -1.49011612e-007, -5.47550938e-009, 2.38418579e-007, -1.00000322)
5936
p36.CanCollide = false
5937
p36.Locked = true
5938
p36.FormFactor = Enum.FormFactor.Custom
5939
p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5940
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5941
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5942
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5943
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5944
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5945
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5946
b36 = Instance.new("BlockMesh", p36)
5947
b36.Name = "Mesh"
5948
b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
5949
p37 = Instance.new("Part", m8)
5950
p37.BrickColor = BrickColor.new("Lime green")
5951
p37.Material = Enum.Material.Marble
5952
p37.Name = "Circle"
5953
p37.CFrame = CFrame.new(2.6999991e-005, -11.7319965, -0.523848772, 1, -3.82200369e-008, -1.58313576e-008, -1.58311444e-008, 1.49011612e-007, -1.00000262, 3.8219877e-008, 1.00000322, 2.38418579e-007)
5954
p37.CanCollide = false
5955
p37.Locked = true
5956
p37.FormFactor = Enum.FormFactor.Custom
5957
p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5958
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5959
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5960
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5961
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5962
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5963
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5964
b37 = Instance.new("CylinderMesh", p37)
5965
b37.Name = "Mesh"
5966
b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
5967
p38 = Instance.new("Part", m8)
5968
p38.BrickColor = BrickColor.new("Really black")
5969
p38.Material = Enum.Material.Metal
5970
p38.Name = "Block"
5971
p38.CFrame = CFrame.new(2.69999928e-005, -11.8021069, -1.64543033, 1, -4.08901997e-008, -5.95266023e-008, -5.95265099e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5972
p38.CanCollide = false
5973
p38.Locked = true
5974
p38.FormFactor = Enum.FormFactor.Custom
5975
p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5976
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5977
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5978
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5979
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5980
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5981
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5982
b38 = Instance.new("BlockMesh", p38)
5983
b38.Name = "Mesh"
5984
b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
5985
p39 = Instance.new("Part", m8)
5986
p39.BrickColor = BrickColor.new("Really black")
5987
p39.Material = Enum.Material.Metal
5988
p39.Name = "Block"
5989
p39.CFrame = CFrame.new(2.6999991e-005, -11.8980207, -1.64543033, 1, -4.08901997e-008, -5.95265988e-008, -5.95265135e-008, 1.49011612e-007, -1.00000262, 4.08900576e-008, 1.00000322, 2.38418579e-007)
5990
p39.CanCollide = false
5991
p39.Locked = true
5992
p39.FormFactor = Enum.FormFactor.Custom
5993
p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5994
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5995
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5996
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5997
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5998
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5999
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6000
b39 = Instance.new("BlockMesh", p39)
6001
b39.Name = "Mesh"
6002
b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6003
p40 = Instance.new("Part", m8)
6004
p40.BrickColor = BrickColor.new("Really black")
6005
p40.Material = Enum.Material.Metal
6006
p40.Name = "Block"
6007
p40.CFrame = CFrame.new(2.6999991e-005, -11.9044991, -1.84857893, 1, 2.62652719e-007, 4.66475456e-007, -2.72653665e-007, -0.500001431, 0.866027534, 4.6070295e-007, -0.866027951, -0.500001788)
6008
p40.CanCollide = false
6009
p40.Locked = true
6010
p40.FormFactor = Enum.FormFactor.Custom
6011
p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6012
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6013
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6014
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6015
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6016
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6017
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6018
b40 = Instance.new("BlockMesh", p40)
6019
b40.Name = "Mesh"
6020
b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6021
p41 = Instance.new("Part", m8)
6022
p41.BrickColor = BrickColor.new("Lime green")
6023
p41.Material = Enum.Material.Neon
6024
p41.Reflectance = 0.40000000596046
6025
p41.Name = "Block"
6026
p41.CFrame = CFrame.new(2.6999991e-005, -11.8956079, 0.422182083, 1, -1.56492277e-008, -8.1476486e-008, -1.31610101e-008, 0.939694941, -0.34202069, 8.19153172e-008, 0.34202072, 0.939695537)
6027
p41.CanCollide = false
6028
p41.Locked = true
6029
p41.FormFactor = Enum.FormFactor.Custom
6030
p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6031
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6032
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6033
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6034
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6035
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6036
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6037
b41 = Instance.new("BlockMesh", p41)
6038
b41.Name = "Mesh"
6039
b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6040
p42 = Instance.new("Part", m8)
6041
p42.BrickColor = BrickColor.new("Earth green")
6042
p42.Material = Enum.Material.Metal
6043
p42.Name = "Block"
6044
p42.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.664048076, 1, -4.0890118e-008, -5.95265348e-008, -5.95265384e-008, 1.49011612e-007, -1.00000226, 4.08901286e-008, 1.00000286, 3.42726707e-007)
6045
p42.CanCollide = false
6046
p42.Locked = true
6047
p42.FormFactor = Enum.FormFactor.Custom
6048
p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6049
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6050
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6051
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6052
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6053
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6054
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6055
b42 = Instance.new("BlockMesh", p42)
6056
b42.Name = "Mesh"
6057
b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6058
p43 = Instance.new("Part", m8)
6059
p43.BrickColor = BrickColor.new("Really black")
6060
p43.Material = Enum.Material.Metal
6061
p43.Name = "Block"
6062
p43.CFrame = CFrame.new(2.69999964e-005, -11.7292862, -1.76739728, 1, 6.57225172e-008, -2.99325187e-008, -5.95263288e-008, 0.984809816, 0.173648655, 4.08903809e-008, -0.173648939, 0.984810352)
6063
p43.CanCollide = false
6064
p43.Locked = true
6065
p43.FormFactor = Enum.FormFactor.Custom
6066
p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6067
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6068
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6069
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6070
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6071
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6072
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6073
b43 = Instance.new("BlockMesh", p43)
6074
b43.Name = "Mesh"
6075
b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6076
p44 = Instance.new("Part", m8)
6077
p44.BrickColor = BrickColor.new("Lime green")
6078
p44.Material = Enum.Material.Marble
6079
p44.Name = "Circle"
6080
p44.CFrame = CFrame.new(2.69999946e-005, -11.968133, -0.641907811, 1, -3.82199516e-008, -1.58312723e-008, -1.58311995e-008, 1.49011612e-007, -1.00000203, 3.8219941e-008, 1.00000262, 3.27825546e-007)
6081
p44.CanCollide = false
6082
p44.Locked = true
6083
p44.FormFactor = Enum.FormFactor.Custom
6084
p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6085
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6086
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6087
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6088
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6089
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6090
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6091
b44 = Instance.new("CylinderMesh", p44)
6092
b44.Name = "Mesh"
6093
b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6094
p45 = Instance.new("Part", m8)
6095
p45.BrickColor = BrickColor.new("Lime green")
6096
p45.Material = Enum.Material.Neon
6097
p45.Reflectance = 0.40000000596046
6098
p45.Name = "Block"
6099
p45.CFrame = CFrame.new(2.69999964e-005, -11.8956099, -0.0648244023, 1, -1.56492419e-008, -8.14764718e-008, -1.31610207e-008, 0.939694583, -0.342020601, 8.19152959e-008, 0.342020601, 0.93969512)
6100
p45.CanCollide = false
6101
p45.Locked = true
6102
p45.FormFactor = Enum.FormFactor.Custom
6103
p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6104
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6105
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6106
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6107
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6108
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6109
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6110
b45 = Instance.new("BlockMesh", p45)
6111
b45.Name = "Mesh"
6112
b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6113
p46 = Instance.new("Part", m8)
6114
p46.BrickColor = BrickColor.new("Black")
6115
p46.Material = Enum.Material.Metal
6116
p46.Name = "Block"
6117
p46.CFrame = CFrame.new(2.69999946e-005, -11.8500729, -0.582874656, 1, -4.08901037e-008, -5.95265135e-008, -5.95265313e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
6118
p46.CanCollide = false
6119
p46.Locked = true
6120
p46.FormFactor = Enum.FormFactor.Custom
6121
p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6122
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6123
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6124
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6125
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6126
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6127
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6128
b46 = Instance.new("BlockMesh", p46)
6129
b46.Name = "Mesh"
6130
b46.Scale = Vector3.new(1, 0.401569068, 1)
6131
p47 = Instance.new("Part", m8)
6132
p47.BrickColor = BrickColor.new("Earth green")
6133
p47.Material = Enum.Material.Metal
6134
p47.Name = "Block"
6135
p47.CFrame = CFrame.new(2.69999946e-005, -11.850071, -1.56426501, 1, -4.08901037e-008, -5.95265099e-008, -5.95265348e-008, 1.34110451e-007, -1.00000191, 4.08901215e-008, 1.00000238, 2.83122063e-007)
6136
p47.CanCollide = false
6137
p47.Locked = true
6138
p47.FormFactor = Enum.FormFactor.Custom
6139
p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6140
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6141
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6142
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6143
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6144
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6145
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6146
b47 = Instance.new("BlockMesh", p47)
6147
b47.Name = "Mesh"
6148
b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6149
p48 = Instance.new("Part", m8)
6150
p48.BrickColor = BrickColor.new("Lime green")
6151
p48.Material = Enum.Material.Metal
6152
p48.Name = "Block"
6153
p48.CFrame = CFrame.new(2.69999964e-005, -11.8500748, -1.04036665, 1, -3.75603939e-008, -6.5922805e-008, -5.83990385e-008, 0.173648417, -0.984809697, 4.84371583e-008, 0.984810054, 0.173648626)
6154
p48.CanCollide = false
6155
p48.Locked = true
6156
p48.FormFactor = Enum.FormFactor.Custom
6157
p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6158
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6159
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6160
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6161
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6162
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6163
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6164
b48 = Instance.new("BlockMesh", p48)
6165
b48.Name = "Mesh"
6166
b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6167
p49 = Instance.new("Part", m8)
6168
p49.BrickColor = BrickColor.new("Lime green")
6169
p49.Material = Enum.Material.Metal
6170
p49.Name = "Block"
6171
p49.CFrame = CFrame.new(2.69999928e-005, -11.8500729, -0.730450988, 1, -3.7560401e-008, -6.59227979e-008, -5.83990456e-008, 0.173648179, -0.984809756, 4.84371476e-008, 0.984810114, 0.173648387)
6172
p49.CanCollide = false
6173
p49.Locked = true
6174
p49.FormFactor = Enum.FormFactor.Custom
6175
p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6176
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6177
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6178
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6179
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6180
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6181
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6182
b49 = Instance.new("BlockMesh", p49)
6183
b49.Name = "Mesh"
6184
b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6185
p50 = Instance.new("Part", m8)
6186
p50.BrickColor = BrickColor.new("Black")
6187
p50.Material = Enum.Material.Metal
6188
p50.Reflectance = 0.40000000596046
6189
p50.Name = "Block"
6190
p50.CFrame = CFrame.new(2.69999928e-005, -11.9042749, 1.22774267, 1, -1.79535924e-008, -7.06764602e-009, -1.85012361e-008, -0.996196568, -0.0871560201, -5.47609824e-009, 0.0871561989, -0.996196926)
6191
p50.CanCollide = false
6192
p50.Locked = true
6193
p50.FormFactor = Enum.FormFactor.Custom
6194
p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6195
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6196
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6197
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6198
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6199
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6200
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6201
b50 = Instance.new("BlockMesh", p50)
6202
b50.Name = "Mesh"
6203
b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6204
p51 = Instance.new("Part", m8)
6205
p51.BrickColor = BrickColor.new("Lime green")
6206
p51.Material = Enum.Material.Metal
6207
p51.Name = "Block"
6208
p51.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.40193033, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558785, -0.996196568, 4.46882424e-008, 0.996196926, 0.0871560574)
6209
p51.CanCollide = false
6210
p51.Locked = true
6211
p51.FormFactor = Enum.FormFactor.Custom
6212
p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6213
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6214
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6215
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6216
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6217
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6218
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6219
b51 = Instance.new("BlockMesh", p51)
6220
b51.Name = "Mesh"
6221
b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6222
p52 = Instance.new("Part", m8)
6223
p52.BrickColor = BrickColor.new("Lime green")
6224
p52.Material = Enum.Material.Metal
6225
p52.Name = "Block"
6226
p52.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.09201384, 1, -4.21244408e-008, -5.61351641e-008, -5.95929883e-008, -0.0871557593, -0.996196628, 3.70716471e-008, 0.996196985, -0.0871556401)
6227
p52.CanCollide = false
6228
p52.Locked = true
6229
p52.FormFactor = Enum.FormFactor.Custom
6230
p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6231
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6232
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6233
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6234
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6235
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6236
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6237
b52 = Instance.new("BlockMesh", p52)
6238
b52.Name = "Mesh"
6239
b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6240
p53 = Instance.new("Part", m8)
6241
p53.BrickColor = BrickColor.new("Really black")
6242
p53.Material = Enum.Material.Metal
6243
p53.Name = "Block"
6244
p53.CFrame = CFrame.new(2.69999928e-005, -11.7956429, -1.84857762, 1, 6.51748948e-008, 3.11061044e-008, -5.95261795e-008, 0.500001013, 0.866027117, 4.08900611e-008, -0.866027415, 0.500001013)
6245
p53.CanCollide = false
6246
p53.Locked = true
6247
p53.FormFactor = Enum.FormFactor.Custom
6248
p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6249
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6250
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6251
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6252
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6253
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6254
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6255
b53 = Instance.new("BlockMesh", p53)
6256
b53.Name = "Mesh"
6257
b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6258
p54 = Instance.new("Part", m8)
6259
p54.BrickColor = BrickColor.new("Really black")
6260
p54.Material = Enum.Material.SmoothPlastic
6261
p54.Reflectance = 0.0099999997764826
6262
p54.Name = "Circle"
6263
p54.CFrame = CFrame.new(2.69999928e-005, -11.9386101, -0.523846626, 1, -3.82199445e-008, -1.58312456e-008, -1.58311995e-008, 1.04308441e-007, -1.00000203, 3.82199303e-008, 1.00000226, 2.75671823e-007)
6264
p54.CanCollide = false
6265
p54.Locked = true
6266
p54.FormFactor = Enum.FormFactor.Custom
6267
p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6268
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6269
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6270
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6271
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6272
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6273
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6274
b54 = Instance.new("CylinderMesh", p54)
6275
b54.Name = "Mesh"
6276
b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6277
p55 = Instance.new("Part", m8)
6278
p55.BrickColor = BrickColor.new("Really black")
6279
p55.Material = Enum.Material.Metal
6280
p55.Reflectance = 0.40000000596046
6281
p55.Name = "Block"
6282
p55.CFrame = CFrame.new(2.69999928e-005, -11.7615232, -0.103249788, 1, -1.85014084e-008, -5.47530199e-009, -1.85013729e-008, -1.00000203, -1.04308441e-007, -5.47541257e-009, 2.75671823e-007, -1.00000226)
6283
p55.CanCollide = false
6284
p55.Locked = true
6285
p55.FormFactor = Enum.FormFactor.Custom
6286
p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6287
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6288
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6289
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6290
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6291
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6292
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6293
b55 = Instance.new("BlockMesh", p55)
6294
b55.Name = "Mesh"
6295
b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6296
p56 = Instance.new("Part", m8)
6297
p56.BrickColor = BrickColor.new("Black")
6298
p56.Material = Enum.Material.Metal
6299
p56.Reflectance = 0.40000000596046
6300
p56.Name = "Block"
6301
p56.CFrame = CFrame.new(2.69999928e-005, -11.9091034, -0.368891358, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
6302
p56.CanCollide = false
6303
p56.Locked = true
6304
p56.FormFactor = Enum.FormFactor.Custom
6305
p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6306
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6307
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6308
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6309
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6310
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6311
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6312
b56 = Instance.new("BlockMesh", p56)
6313
b56.Name = "Mesh"
6314
b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6315
p57 = Instance.new("Part", m8)
6316
p57.BrickColor = BrickColor.new("Black")
6317
p57.Material = Enum.Material.Metal
6318
p57.Reflectance = 0.40000000596046
6319
p57.Name = "Block"
6320
p57.CFrame = CFrame.new(2.69999928e-005, -11.9091005, 0.693658948, 1, -1.8501229e-008, -5.47589352e-009, -1.85011935e-008, -1.00000203, -1.04308441e-007, -5.47600409e-009, 2.75671823e-007, -1.00000226)
6321
p57.CanCollide = false
6322
p57.Locked = true
6323
p57.FormFactor = Enum.FormFactor.Custom
6324
p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6325
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6326
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6327
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6328
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6329
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6330
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6331
b57 = Instance.new("BlockMesh", p57)
6332
b57.Name = "Mesh"
6333
b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6334
p58 = Instance.new("Part", m8)
6335
p58.BrickColor = BrickColor.new("Lime green")
6336
p58.Material = Enum.Material.Marble
6337
p58.Name = "Block"
6338
p58.CFrame = CFrame.new(2.69999928e-005, -11.850071, -0.523846745, 1, -4.08901073e-008, -5.95264922e-008, -5.95265384e-008, 1.04308441e-007, -1.00000203, 4.08901144e-008, 1.00000226, 2.75671823e-007)
6339
p58.CanCollide = false
6340
p58.Locked = true
6341
p58.FormFactor = Enum.FormFactor.Custom
6342
p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6343
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6344
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6345
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6346
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6347
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6348
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6349
b58 = Instance.new("BlockMesh", p58)
6350
b58.Name = "Mesh"
6351
b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6352
p59 = Instance.new("Part", m8)
6353
p59.BrickColor = BrickColor.new("Lime green")
6354
p59.Material = Enum.Material.Metal
6355
p59.Name = "Block"
6356
p59.CFrame = CFrame.new(2.69999928e-005, -11.850071, -1.62329435, 1, -1.85014031e-008, -5.47530021e-009, -1.85013782e-008, -1.00000203, -1.04308441e-007, -5.47540946e-009, 2.75671823e-007, -1.00000226)
6357
p59.CanCollide = false
6358
p59.Locked = true
6359
p59.FormFactor = Enum.FormFactor.Custom
6360
p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6361
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6362
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6363
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6364
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6365
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6366
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6367
b59 = Instance.new("BlockMesh", p59)
6368
b59.Name = "Mesh"
6369
b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6370
p60 = Instance.new("Part", m8)
6371
p60.BrickColor = BrickColor.new("Lime green")
6372
p60.Material = Enum.Material.Marble
6373
p60.Name = "Circle"
6374
p60.CFrame = CFrame.new(2.69999928e-005, -11.9755096, -0.523859799, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
6375
p60.CanCollide = false
6376
p60.Locked = true
6377
p60.FormFactor = Enum.FormFactor.Custom
6378
p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6379
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6380
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6381
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6382
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6383
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6384
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6385
b60 = Instance.new("CylinderMesh", p60)
6386
b60.Name = "Mesh"
6387
b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6388
p61 = Instance.new("Part", m8)
6389
p61.BrickColor = BrickColor.new("Black")
6390
p61.Material = Enum.Material.Metal
6391
p61.Name = "Circle"
6392
p61.CFrame = CFrame.new(2.69999928e-005, -12.0271645, -0.582878888, 1, -3.82199445e-008, -1.58312403e-008, -1.58312048e-008, 1.04308441e-007, -1.00000203, 3.82199339e-008, 1.00000226, 2.75671823e-007)
6393
p61.CanCollide = false
6394
p61.Locked = true
6395
p61.FormFactor = Enum.FormFactor.Custom
6396
p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6397
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6398
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6399
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6400
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6401
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6402
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6403
b61 = Instance.new("CylinderMesh", p61)
6404
b61.Name = "Mesh"
6405
b61.Scale = Vector3.new(1, 0.401569068, 1)
6406
p62 = Instance.new("Part", m8)
6407
p62.BrickColor = BrickColor.new("Lime green")
6408
p62.Material = Enum.Material.Metal
6409
p62.Name = "Block"
6410
p62.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.833758533, 1, -4.08901002e-008, -5.95264851e-008, -5.95265455e-008, -4.47034836e-008, -1.00000203, 4.08901002e-008, 1.00000226, 1.2665987e-007)
6411
p62.CanCollide = false
6412
p62.Locked = true
6413
p62.FormFactor = Enum.FormFactor.Custom
6414
p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6415
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6416
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6417
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6418
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6419
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6420
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6421
b62 = Instance.new("BlockMesh", p62)
6422
b62.Name = "Mesh"
6423
b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6424
p63 = Instance.new("Part", m8)
6425
p63.BrickColor = BrickColor.new("Lime green")
6426
p63.Material = Enum.Material.Metal
6427
p63.Name = "Block"
6428
p63.CFrame = CFrame.new(2.69999928e-005, -11.8500719, -1.14366531, 1, -3.93648811e-008, -6.27973264e-008, -5.91275438e-008, 0.0871558636, -0.996196747, 4.4688246e-008, 0.996196866, 0.0871560499)
6429
p63.CanCollide = false
6430
p63.Locked = true
6431
p63.FormFactor = Enum.FormFactor.Custom
6432
p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6433
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6434
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6435
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6436
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6437
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6438
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6439
b63 = Instance.new("BlockMesh", p63)
6440
b63.Name = "Mesh"
6441
b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6442
p64 = Instance.new("Part", m8)
6443
p64.BrickColor = BrickColor.new("Really black")
6444
p64.Material = Enum.Material.SmoothPlastic
6445
p64.Reflectance = 0.0099999997764826
6446
p64.Name = "Block"
6447
p64.CFrame = CFrame.new(2.69999928e-005, -11.85007, -0.523846924, 1, -4.08901002e-008, -5.95264957e-008, -5.95265419e-008, 1.04308128e-007, -1.00000203, 4.0890118e-008, 1.00000215, 2.83122063e-007)
6448
p64.CanCollide = false
6449
p64.Locked = true
6450
p64.FormFactor = Enum.FormFactor.Custom
6451
p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6452
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6453
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6454
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6455
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6456
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6457
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6458
b64 = Instance.new("BlockMesh", p64)
6459
b64.Name = "Mesh"
6460
b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6461
p65 = Instance.new("Part", m8)
6462
p65.BrickColor = BrickColor.new("Lime green")
6463
p65.Material = Enum.Material.Metal
6464
p65.Name = "Block"
6465
p65.CFrame = CFrame.new(2.69999928e-005, -11.850069, -0.885411739, 1, -3.75603939e-008, -6.59227908e-008, -5.83990456e-008, 0.173648402, -0.984809816, 4.84371547e-008, 0.984809875, 0.173648596)
6466
p65.CanCollide = false
6467
p65.Locked = true
6468
p65.FormFactor = Enum.FormFactor.Custom
6469
p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6470
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6471
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6472
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6473
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6474
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6475
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6476
b65 = Instance.new("BlockMesh", p65)
6477
b65.Name = "Mesh"
6478
b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6479
p66 = Instance.new("Part", m8)
6480
p66.BrickColor = BrickColor.new("Really black")
6481
p66.Material = Enum.Material.Metal
6482
p66.Reflectance = 0.40000000596046
6483
p66.Name = "Block"
6484
p66.CFrame = CFrame.new(2.69999946e-005, -11.7501383, 1.2199297, 1, -1.79537896e-008, -7.06697278e-009, -1.85013764e-008, -0.996196747, -0.0871560127, -5.47540502e-009, 0.0871562064, -0.996196806)
6485
p66.CanCollide = false
6486
p66.Locked = true
6487
p66.FormFactor = Enum.FormFactor.Custom
6488
p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6489
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6490
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6491
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6492
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6493
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6494
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6495
b66 = Instance.new("BlockMesh", p66)
6496
b66.Name = "Mesh"
6497
b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6498
p67 = Instance.new("Part", m8)
6499
p67.BrickColor = BrickColor.new("Lime green")
6500
p67.Material = Enum.Material.Metal
6501
p67.Name = "Block"
6502
p67.CFrame = CFrame.new(2.69999928e-005, -11.8500738, -1.45358396, 1, -4.36852119e-008, -4.90949965e-008, -5.87287552e-008, -0.258819461, -0.96592778, 2.94899358e-008, 0.965927899, -0.258819312)
6503
p67.CanCollide = false
6504
p67.Locked = true
6505
p67.FormFactor = Enum.FormFactor.Custom
6506
p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6507
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6508
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6509
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6510
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6511
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6512
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6513
b67 = Instance.new("BlockMesh", p67)
6514
b67.Name = "Mesh"
6515
b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6516
p68 = Instance.new("Part", m8)
6517
p68.BrickColor = BrickColor.new("Black")
6518
p68.Material = Enum.Material.Metal
6519
p68.Reflectance = 0.40000000596046
6520
p68.Name = "Block"
6521
p68.CFrame = CFrame.new(2.69999946e-005, -11.9090977, 0.162382364, 1, -1.85012148e-008, -5.47590062e-009, -1.85012077e-008, -1.00000191, -1.1920929e-007, -5.47599832e-009, 2.98023224e-007, -1.00000203)
6522
p68.CanCollide = false
6523
p68.Locked = true
6524
p68.FormFactor = Enum.FormFactor.Custom
6525
p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6526
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6527
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6528
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6529
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6530
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6531
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6532
b68 = Instance.new("BlockMesh", p68)
6533
b68.Name = "Mesh"
6534
b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6535
p69 = Instance.new("Part", m8)
6536
p69.BrickColor = BrickColor.new("Earth green")
6537
p69.Material = Enum.Material.Metal
6538
p69.Name = "Block"
6539
p69.CFrame = CFrame.new(2.69999946e-005, -11.8500662, -1.6085372, 1, -4.08901002e-008, -5.9526478e-008, -5.95265455e-008, 1.1920929e-007, -1.00000191, 4.08901073e-008, 1.00000203, 2.98023224e-007)
6540
p69.CanCollide = false
6541
p69.Locked = true
6542
p69.FormFactor = Enum.FormFactor.Custom
6543
p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6544
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6545
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6546
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6547
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6548
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6549
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6550
b69 = Instance.new("BlockMesh", p69)
6551
b69.Name = "Mesh"
6552
b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6553
p70 = Instance.new("Part", m8)
6554
p70.BrickColor = BrickColor.new("Lime green")
6555
p70.Material = Enum.Material.Marble
6556
p70.Name = "Circle"
6557
p70.CFrame = CFrame.new(2.69999946e-005, -11.7320013, -0.641902268, 1, -3.82199374e-008, -1.58312261e-008, -1.5831219e-008, 1.1920929e-007, -1.00000191, 3.82199268e-008, 1.00000203, 2.98023224e-007)
6558
p70.CanCollide = false
6559
p70.Locked = true
6560
p70.FormFactor = Enum.FormFactor.Custom
6561
p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6562
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6563
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6564
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6565
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6566
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6567
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6568
b70 = Instance.new("CylinderMesh", p70)
6569
b70.Name = "Mesh"
6570
b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6571
p71 = Instance.new("WedgePart", m8)
6572
p71.BrickColor = BrickColor.new("Lime green")
6573
p71.Material = Enum.Material.Neon
6574
p71.Reflectance = 0.40000000596046
6575
p71.Name = "Wedge"
6576
p71.CFrame = CFrame.new(2.69999946e-005, -11.8880224, 0.31500864, -1, 5.94633809e-009, -9.26972419e-008, -8.91409044e-008, -0.342020452, 0.939694583, -2.61165116e-008, 0.939694643, 0.342020303)
6577
p71.CanCollide = false
6578
p71.Locked = true
6579
p71.FormFactor = Enum.FormFactor.Custom
6580
p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6581
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6582
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6583
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6584
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6585
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6586
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6587
b71 = Instance.new("SpecialMesh", p71)
6588
b71.MeshType = Enum.MeshType.Wedge
6589
b71.Name = "Mesh"
6590
b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6591
p72 = Instance.new("WedgePart", m8)
6592
p72.BrickColor = BrickColor.new("Lime green")
6593
p72.Material = Enum.Material.Neon
6594
p72.Reflectance = 0.40000000596046
6595
p72.Name = "Wedge"
6596
p72.CFrame = CFrame.new(2.69999964e-005, -11.8783607, 0.789086521, 1, -5.68298901e-008, -8.86828389e-011, -5.04137887e-009, -0.0871561319, -0.996196628, 5.66059342e-008, 0.996196628, -0.0871559829)
6597
p72.CanCollide = false
6598
p72.Locked = true
6599
p72.FormFactor = Enum.FormFactor.Custom
6600
p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6601
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6602
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6603
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6604
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6605
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6606
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6607
b72 = Instance.new("SpecialMesh", p72)
6608
b72.MeshType = Enum.MeshType.Wedge
6609
b72.Name = "Mesh"
6610
b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6611
p73 = Instance.new("WedgePart", m8)
6612
p73.BrickColor = BrickColor.new("Lime green")
6613
p73.Material = Enum.Material.Neon
6614
p73.Reflectance = 0.40000000596046
6615
p73.Name = "Wedge"
6616
p73.CFrame = CFrame.new(2.69999946e-005, -11.9179726, -0.200317383, -1, 8.86055176e-008, -9.63062732e-008, 1.2080335e-007, 0.342020512, -0.939694524, -5.03233473e-008, -0.939694524, -0.342020392)
6617
p73.CanCollide = false
6618
p73.Locked = true
6619
p73.FormFactor = Enum.FormFactor.Custom
6620
p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6621
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6622
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6623
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6624
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6625
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6626
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6627
b73 = Instance.new("SpecialMesh", p73)
6628
b73.MeshType = Enum.MeshType.Wedge
6629
b73.Name = "Mesh"
6630
b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6631
p74 = Instance.new("WedgePart", m8)
6632
p74.BrickColor = BrickColor.new("Lime green")
6633
p74.Material = Enum.Material.Neon
6634
p74.Reflectance = 0.40000000596046
6635
p74.Name = "Wedge"
6636
p74.CFrame = CFrame.new(2.69999946e-005, -11.8857021, 0.788440466, 1, -3.05928971e-008, 8.75114523e-008, -8.45122159e-008, 0.087156117, 0.996196568, -3.81037424e-008, -0.996196568, 0.0871560276)
6637
p74.CanCollide = false
6638
p74.Locked = true
6639
p74.FormFactor = Enum.FormFactor.Custom
6640
p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6641
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6642
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6643
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6644
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6645
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6646
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6647
b74 = Instance.new("SpecialMesh", p74)
6648
b74.MeshType = Enum.MeshType.Wedge
6649
b74.Name = "Mesh"
6650
b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6651
p75 = Instance.new("WedgePart", m8)
6652
p75.BrickColor = BrickColor.new("Lime green")
6653
p75.Material = Enum.Material.Neon
6654
p75.Reflectance = 0.40000000596046
6655
p75.Name = "Wedge"
6656
p75.CFrame = CFrame.new(2.69999946e-005, -11.8681011, -0.402033836, 1, -8.62400213e-008, 8.8834895e-009, 2.11481392e-008, 0.342020482, 0.939694464, -8.40776622e-008, -0.939694464, 0.342020422)
6657
p75.CanCollide = false
6658
p75.Locked = true
6659
p75.FormFactor = Enum.FormFactor.Custom
6660
p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6661
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6662
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6663
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6664
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6665
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6666
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6667
b75 = Instance.new("SpecialMesh", p75)
6668
b75.MeshType = Enum.MeshType.Wedge
6669
b75.Name = "Mesh"
6670
b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6671
p76 = Instance.new("WedgePart", m8)
6672
p76.BrickColor = BrickColor.new("Lime green")
6673
p76.Material = Enum.Material.Neon
6674
p76.Reflectance = 0.40000000596046
6675
p76.Name = "Wedge"
6676
p76.CFrame = CFrame.new(2.69999946e-005, -11.8880215, -0.171991348, -1, 5.94633143e-009, -9.26972206e-008, -8.91408973e-008, -0.342020363, 0.939694405, -2.61165383e-008, 0.939694405, 0.342020303)
6677
p76.CanCollide = false
6678
p76.Locked = true
6679
p76.FormFactor = Enum.FormFactor.Custom
6680
p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6681
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6682
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6683
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6684
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6685
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6686
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6687
b76 = Instance.new("SpecialMesh", p76)
6688
b76.MeshType = Enum.MeshType.Wedge
6689
b76.Name = "Mesh"
6690
b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6691
p77 = Instance.new("WedgePart", m8)
6692
p77.BrickColor = BrickColor.new("Lime green")
6693
p77.Material = Enum.Material.Neon
6694
p77.Reflectance = 0.40000000596046
6695
p77.Name = "Wedge"
6696
p77.CFrame = CFrame.new(2.69999946e-005, -11.9557362, 1.02495766, -1, 8.82909745e-008, -9.99014986e-008, 1.1934894e-007, 0.258819342, -0.965927422, -5.94261955e-008, -0.965927422, -0.258819282)
6697
p77.CanCollide = false
6698
p77.Locked = true
6699
p77.FormFactor = Enum.FormFactor.Custom
6700
p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6701
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6702
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6703
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6704
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6705
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6706
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6707
b77 = Instance.new("SpecialMesh", p77)
6708
b77.MeshType = Enum.MeshType.Wedge
6709
b77.Name = "Mesh"
6710
b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6711
p78 = Instance.new("WedgePart", m8)
6712
p78.BrickColor = BrickColor.new("Lime green")
6713
p78.Material = Enum.Material.Neon
6714
p78.Reflectance = 0.40000000596046
6715
p78.Name = "Wedge"
6716
p78.CFrame = CFrame.new(2.69999946e-005, -11.8602781, -0.161903143, -1, 8.14764078e-008, 5.27443866e-009, 2.29101609e-008, 0.342020273, -0.939694166, -7.83668526e-008, -0.939694166, -0.342020243)
6717
p78.CanCollide = false
6718
p78.Locked = true
6719
p78.FormFactor = Enum.FormFactor.Custom
6720
p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6721
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6722
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6723
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6724
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6725
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6726
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6727
b78 = Instance.new("SpecialMesh", p78)
6728
b78.MeshType = Enum.MeshType.Wedge
6729
b78.Name = "Mesh"
6730
b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6731
p79 = Instance.new("WedgePart", m8)
6732
p79.BrickColor = BrickColor.new("Lime green")
6733
p79.Material = Enum.Material.Neon
6734
p79.Reflectance = 0.40000000596046
6735
p79.Name = "Wedge"
6736
p79.CFrame = CFrame.new(2.69999964e-005, -11.9133091, 0.0700842142, 1, -1.68899177e-007, 5.27444577e-009, -5.28105097e-008, -0.342020273, -0.939694166, 1.60517516e-007, 0.939694166, -0.342020243)
6737
p79.CanCollide = false
6738
p79.Locked = true
6739
p79.FormFactor = Enum.FormFactor.Custom
6740
p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6741
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6742
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6743
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6744
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6745
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6746
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6747
b79 = Instance.new("SpecialMesh", p79)
6748
b79.MeshType = Enum.MeshType.Wedge
6749
b79.Name = "Mesh"
6750
b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6751
p80 = Instance.new("WedgePart", m8)
6752
p80.BrickColor = BrickColor.new("Black")
6753
p80.Material = Enum.Material.Metal
6754
p80.Reflectance = 0.40000000596046
6755
p80.Name = "Wedge"
6756
p80.CFrame = CFrame.new(2.69999964e-005, -11.9147787, 1.51684833, -1, 1.58138e-008, 2.8589703e-008, 3.25942473e-008, 0.422618747, 0.906309128, 2.24968311e-009, 0.906309128, -0.422618806)
6757
p80.CanCollide = false
6758
p80.Locked = true
6759
p80.FormFactor = Enum.FormFactor.Custom
6760
p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6761
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6762
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6763
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6764
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6765
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6766
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6767
b80 = Instance.new("SpecialMesh", p80)
6768
b80.MeshType = Enum.MeshType.Wedge
6769
b80.Name = "Mesh"
6770
b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6771
p81 = Instance.new("WedgePart", m8)
6772
p81.BrickColor = BrickColor.new("Lime green")
6773
p81.Material = Enum.Material.Neon
6774
p81.Reflectance = 0.40000000596046
6775
p81.Name = "Wedge"
6776
p81.CFrame = CFrame.new(2.69999964e-005, -11.8880205, -0.00143384933, 1, -8.62400285e-008, 8.88349216e-009, 2.11481286e-008, 0.342020214, 0.939694047, -8.40776266e-008, -0.939694047, 0.342020124)
6777
p81.CanCollide = false
6778
p81.Locked = true
6779
p81.FormFactor = Enum.FormFactor.Custom
6780
p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6781
p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6782
p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6783
p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6784
p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6785
p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6786
p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6787
b81 = Instance.new("SpecialMesh", p81)
6788
b81.MeshType = Enum.MeshType.Wedge
6789
b81.Name = "Mesh"
6790
b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6791
p82 = Instance.new("WedgePart", m8)
6792
p82.BrickColor = BrickColor.new("Really black")
6793
p82.Material = Enum.Material.Metal
6794
p82.Reflectance = 0.40000000596046
6795
p82.Name = "Wedge"
6796
p82.CFrame = CFrame.new(2.69999964e-005, -11.1964474, 1.88168073, 1, -2.43563321e-008, -1.04780362e-007, -1.2949517e-008, 0.939693809, -0.342020929, 1.06791781e-007, 0.342020839, 0.939693809)
6797
p82.CanCollide = false
6798
p82.Locked = true
6799
p82.FormFactor = Enum.FormFactor.Custom
6800
p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6801
p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6802
p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6803
p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6804
p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6805
p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6806
p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6807
b82 = Instance.new("SpecialMesh", p82)
6808
b82.MeshType = Enum.MeshType.Wedge
6809
b82.Name = "Mesh"
6810
b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6811
p83 = Instance.new("WedgePart", m8)
6812
p83.BrickColor = BrickColor.new("Really black")
6813
p83.Material = Enum.Material.Metal
6814
p83.Reflectance = 0.40000000596046
6815
p83.Name = "Wedge"
6816
p83.CFrame = CFrame.new(2.69999982e-005, -11.1028252, 1.9750396, -1, -2.43563356e-008, 1.73575856e-008, -1.695091e-008, 0.939693809, 0.342020959, -2.46411389e-008, 0.34202081, -0.939693809)
6817
p83.CanCollide = false
6818
p83.Locked = true
6819
p83.FormFactor = Enum.FormFactor.Custom
6820
p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6821
p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6822
p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6823
p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6824
p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6825
p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6826
p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6827
b83 = Instance.new("SpecialMesh", p83)
6828
b83.MeshType = Enum.MeshType.Wedge
6829
b83.Name = "Mesh"
6830
b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6831
p84 = Instance.new("WedgePart", m8)
6832
p84.BrickColor = BrickColor.new("Lime green")
6833
p84.Material = Enum.Material.Neon
6834
p84.Reflectance = 0.40000000596046
6835
p84.Name = "Wedge"
6836
p84.CFrame = CFrame.new(2.69999964e-005, -11.9309464, 0.202805281, -1, -1.18273746e-009, 8.8834895e-009, 8.75221495e-009, -0.342020243, 0.939694047, 1.92697125e-009, 0.939694047, 0.342020094)
6837
p84.CanCollide = false
6838
p84.Locked = true
6839
p84.FormFactor = Enum.FormFactor.Custom
6840
p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6841
p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6842
p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6843
p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6844
p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6845
p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6846
p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6847
b84 = Instance.new("SpecialMesh", p84)
6848
b84.MeshType = Enum.MeshType.Wedge
6849
b84.Name = "Mesh"
6850
b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6851
p85 = Instance.new("WedgePart", m8)
6852
p85.BrickColor = BrickColor.new("Black")
6853
p85.Material = Enum.Material.Metal
6854
p85.Reflectance = 0.40000000596046
6855
p85.Name = "Wedge"
6856
p85.CFrame = CFrame.new(2.69999964e-005, -11.7129288, 1.75927424, -1, -2.76164442e-008, 9.79634507e-009, -1.16697887e-008, 0.681997418, 0.731356382, -2.68784923e-008, 0.731356263, -0.681997478)
6857
p85.CanCollide = false
6858
p85.Locked = true
6859
p85.FormFactor = Enum.FormFactor.Custom
6860
p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6861
p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6862
p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6863
p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6864
p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6865
p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6866
p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6867
b85 = Instance.new("SpecialMesh", p85)
6868
b85.MeshType = Enum.MeshType.Wedge
6869
b85.Name = "Mesh"
6870
b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6871
p86 = Instance.new("WedgePart", m8)
6872
p86.BrickColor = BrickColor.new("Lime green")
6873
p86.Material = Enum.Material.Neon
6874
p86.Reflectance = 0.40000000596046
6875
p86.Name = "Wedge"
6876
p86.CFrame = CFrame.new(2.7e-005, -11.9805536, 1.1176064, -1, -8.68188743e-010, 1.24787238e-008, 1.22781785e-008, -0.258819252, 0.965927005, 2.39117615e-009, 0.965927005, 0.258819193)
6877
p86.CanCollide = false
6878
p86.Locked = true
6879
p86.FormFactor = Enum.FormFactor.Custom
6880
p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6881
p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6882
p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6883
p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6884
p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6885
p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6886
p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6887
b86 = Instance.new("SpecialMesh", p86)
6888
b86.MeshType = Enum.MeshType.Wedge
6889
b86.Name = "Mesh"
6890
b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6891
p87 = Instance.new("WedgePart", m8)
6892
p87.BrickColor = BrickColor.new("Lime green")
6893
p87.Material = Enum.Material.Neon
6894
p87.Reflectance = 0.40000000596046
6895
p87.Name = "Wedge"
6896
p87.CFrame = CFrame.new(2.69999982e-005, -11.8886356, 0.251966357, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
6897
p87.CanCollide = false
6898
p87.Locked = true
6899
p87.FormFactor = Enum.FormFactor.Custom
6900
p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6901
p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6902
p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6903
p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6904
p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6905
p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6906
p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6907
b87 = Instance.new("SpecialMesh", p87)
6908
b87.MeshType = Enum.MeshType.Wedge
6909
b87.Name = "Mesh"
6910
b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6911
p88 = Instance.new("WedgePart", m8)
6912
p88.BrickColor = BrickColor.new("Lime green")
6913
p88.Material = Enum.Material.Neon
6914
p88.Reflectance = 0.40000000596046
6915
p88.Name = "Wedge"
6916
p88.CFrame = CFrame.new(2.7e-005, -11.869071, 0.470699608, -1, 8.14764007e-008, 5.27445554e-009, 2.29101431e-008, 0.342020154, -0.939693749, -7.83667886e-008, -0.939693749, -0.342020094)
6917
p88.CanCollide = false
6918
p88.Locked = true
6919
p88.FormFactor = Enum.FormFactor.Custom
6920
p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6921
p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6922
p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6923
p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6924
p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6925
p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6926
p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6927
b88 = Instance.new("SpecialMesh", p88)
6928
b88.MeshType = Enum.MeshType.Wedge
6929
b88.Name = "Mesh"
6930
b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
6931
p89 = Instance.new("WedgePart", m8)
6932
p89.BrickColor = BrickColor.new("Lime green")
6933
p89.Material = Enum.Material.Neon
6934
p89.Reflectance = 0.40000000596046
6935
p89.Name = "Wedge"
6936
p89.CFrame = CFrame.new(2.69999982e-005, -11.9583426, -0.0893729925, -1, -1.18272325e-009, 8.88348239e-009, 8.75221673e-009, -0.342020214, 0.93969357, 1.92696215e-009, 0.93969357, 0.342020154)
6937
p89.CanCollide = false
6938
p89.Locked = true
6939
p89.FormFactor = Enum.FormFactor.Custom
6940
p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6941
p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6942
p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6943
p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6944
p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6945
p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6946
p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6947
b89 = Instance.new("SpecialMesh", p89)
6948
b89.MeshType = Enum.MeshType.Wedge
6949
b89.Name = "Mesh"
6950
b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
6951
p90 = Instance.new("WedgePart", m8)
6952
p90.BrickColor = BrickColor.new("Lime green")
6953
p90.Material = Enum.Material.Neon
6954
p90.Reflectance = 0.40000000596046
6955
p90.Name = "Wedge"
6956
p90.CFrame = CFrame.new(2.69999982e-005, -11.8805695, 0.729635715, 1, -3.05929149e-008, 8.75114452e-008, -8.45121022e-008, 0.0871560574, 0.996195555, -3.81037033e-008, -0.996195555, 0.0871560574)
6957
p90.CanCollide = false
6958
p90.Locked = true
6959
p90.FormFactor = Enum.FormFactor.Custom
6960
p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6961
p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6962
p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6963
p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6964
p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6965
p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6966
p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6967
b90 = Instance.new("SpecialMesh", p90)
6968
b90.MeshType = Enum.MeshType.Wedge
6969
b90.Name = "Mesh"
6970
b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6971
p91 = Instance.new("WedgePart", m8)
6972
p91.BrickColor = BrickColor.new("Really black")
6973
p91.Material = Enum.Material.Metal
6974
p91.Reflectance = 0.40000000596046
6975
p91.Name = "Wedge"
6976
p91.CFrame = CFrame.new(2.69999982e-005, -11.2718382, 1.82602453, -1, 1.16832744e-007, -9.28606454e-008, -1.69508567e-008, -0.707107246, -0.707107663, -1.4827576e-007, -0.707107663, 0.707107246)
6977
p91.CanCollide = false
6978
p91.Locked = true
6979
p91.FormFactor = Enum.FormFactor.Custom
6980
p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
6981
p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6982
p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6983
p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6984
p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6985
p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6986
p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6987
b91 = Instance.new("SpecialMesh", p91)
6988
b91.MeshType = Enum.MeshType.Wedge
6989
b91.Name = "Mesh"
6990
b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
6991
p92 = Instance.new("WedgePart", m8)
6992
p92.BrickColor = BrickColor.new("Lime green")
6993
p92.Material = Enum.Material.Neon
6994
p92.Reflectance = 0.40000000596046
6995
p92.Name = "Wedge"
6996
p92.CFrame = CFrame.new(2.69999982e-005, -11.984252, 1.01731598, -1, -8.68163763e-010, 1.24787114e-008, 1.22781865e-008, -0.258819163, 0.965926766, 2.39115083e-009, 0.965926766, 0.258819163)
6997
p92.CanCollide = false
6998
p92.Locked = true
6999
p92.FormFactor = Enum.FormFactor.Custom
7000
p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7001
p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7002
p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7003
p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7004
p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7005
p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7006
p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7007
b92 = Instance.new("SpecialMesh", p92)
7008
b92.MeshType = Enum.MeshType.Wedge
7009
b92.Name = "Mesh"
7010
b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7011
p93 = Instance.new("WedgePart", m8)
7012
p93.BrickColor = BrickColor.new("Lime green")
7013
p93.Material = Enum.Material.Neon
7014
p93.Reflectance = 0.40000000596046
7015
p93.Name = "Wedge"
7016
p93.CFrame = CFrame.new(2.69999964e-005, -11.9214983, 0.99980092, 1, -8.93497187e-008, 2.29101715e-008, -2.29101325e-008, 2.98023224e-007, 1.00000083, -8.9349804e-008, -1.00000083, 2.98023224e-007)
7017
p93.CanCollide = false
7018
p93.Locked = true
7019
p93.FormFactor = Enum.FormFactor.Custom
7020
p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7021
p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7022
p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7023
p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7024
p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7025
p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7026
p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7027
b93 = Instance.new("SpecialMesh", p93)
7028
b93.MeshType = Enum.MeshType.Wedge
7029
b93.Name = "Mesh"
7030
b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7031
p94 = Instance.new("WedgePart", m8)
7032
p94.BrickColor = BrickColor.new("Lime green")
7033
p94.Material = Enum.Material.Neon
7034
p94.Reflectance = 0.40000000596046
7035
p94.Name = "Wedge"
7036
p94.CFrame = CFrame.new(2.69999964e-005, -11.9032125, 0.212900162, -1, 8.8605475e-008, -9.63062732e-008, 1.20803207e-007, 0.342020005, -0.93969363, -5.03233366e-008, -0.93969363, -0.342020005)
7037
p94.CanCollide = false
7038
p94.Locked = true
7039
p94.FormFactor = Enum.FormFactor.Custom
7040
p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7041
p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7042
p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7043
p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7044
p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7045
p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7046
p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7047
b94 = Instance.new("SpecialMesh", p94)
7048
b94.MeshType = Enum.MeshType.Wedge
7049
b94.Name = "Mesh"
7050
b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7051
p95 = Instance.new("WedgePart", m8)
7052
p95.BrickColor = BrickColor.new("Black")
7053
p95.Material = Enum.Material.Metal
7054
p95.Reflectance = 0.40000000596046
7055
p95.Name = "Wedge"
7056
p95.CFrame = CFrame.new(2.69999964e-005, -11.361845, 1.9233377, -1, -2.94099678e-008, 5.43784395e-009, -1.69508834e-008, 0.707107186, 0.707107663, -2.46411602e-008, 0.707107663, -0.707107186)
7057
p95.CanCollide = false
7058
p95.Locked = true
7059
p95.FormFactor = Enum.FormFactor.Custom
7060
p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7061
p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7062
p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7063
p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7064
p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7065
p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7066
p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7067
b95 = Instance.new("SpecialMesh", p95)
7068
b95.MeshType = Enum.MeshType.Wedge
7069
b95.Name = "Mesh"
7070
b95.Scale = Vector3.new(0.261019886, 1, 1)
7071
p96 = Instance.new("WedgePart", m8)
7072
p96.BrickColor = BrickColor.new("Lime green")
7073
p96.Material = Enum.Material.Neon
7074
p96.Reflectance = 0.40000000596046
7075
p96.Name = "Wedge"
7076
p96.CFrame = CFrame.new(2.69999982e-005, -11.9530287, 1.26521814, -1, -3.29206387e-008, 2.51881929e-008, 1.58094231e-008, 0.258819431, 0.965926588, -3.83181202e-008, 0.965926588, -0.258819431)
7077
p96.CanCollide = false
7078
p96.Locked = true
7079
p96.FormFactor = Enum.FormFactor.Custom
7080
p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7081
p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7082
p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7083
p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7084
p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7085
p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7086
p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7087
b96 = Instance.new("SpecialMesh", p96)
7088
b96.MeshType = Enum.MeshType.Wedge
7089
b96.Name = "Mesh"
7090
b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7091
p97 = Instance.new("WedgePart", m8)
7092
p97.BrickColor = BrickColor.new("Lime green")
7093
p97.Material = Enum.Material.Neon
7094
p97.Reflectance = 0.40000000596046
7095
p97.Name = "Wedge"
7096
p97.CFrame = CFrame.new(2.69999964e-005, -11.9457083, -0.210409045, -1, -1.18269794e-009, 8.88346818e-009, 8.75222206e-009, -0.342020214, 0.939693332, 1.92694349e-009, 0.939693332, 0.342020214)
7097
p97.CanCollide = false
7098
p97.Locked = true
7099
p97.FormFactor = Enum.FormFactor.Custom
7100
p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7101
p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7102
p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7103
p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7104
p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7105
p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7106
p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7107
b97 = Instance.new("SpecialMesh", p97)
7108
b97.MeshType = Enum.MeshType.Wedge
7109
b97.Name = "Mesh"
7110
b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7111
p98 = Instance.new("WedgePart", m8)
7112
p98.BrickColor = BrickColor.new("Lime green")
7113
p98.Material = Enum.Material.Neon
7114
p98.Reflectance = 0.40000000596046
7115
p98.Name = "Wedge"
7116
p98.CFrame = CFrame.new(2.7e-005, -11.9322329, 0.816780686, 1, -1.68899135e-007, 5.27447064e-009, -5.2810492e-008, -0.342020094, -0.939693272, 1.60517359e-007, 0.939693272, -0.342020094)
7117
p98.CanCollide = false
7118
p98.Locked = true
7119
p98.FormFactor = Enum.FormFactor.Custom
7120
p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7121
p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7122
p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7123
p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7124
p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7125
p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7126
p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7127
b98 = Instance.new("SpecialMesh", p98)
7128
b98.MeshType = Enum.MeshType.Wedge
7129
b98.Name = "Mesh"
7130
b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7131
p99 = Instance.new("WedgePart", m8)
7132
p99.BrickColor = BrickColor.new("Lime green")
7133
p99.Material = Enum.Material.Neon
7134
p99.Reflectance = 0.40000000596046
7135
p99.Name = "Wedge"
7136
p99.CFrame = CFrame.new(2.69999982e-005, -11.9055624, 1.3254329, -1, -3.49906557e-008, 2.22318874e-008, 1.58180669e-008, 0.173648253, 0.984808207, -3.83196053e-008, 0.984808207, -0.173648253)
7137
p99.CanCollide = false
7138
p99.Locked = true
7139
p99.FormFactor = Enum.FormFactor.Custom
7140
p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7141
p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7142
p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7143
p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7144
p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7145
p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7146
p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7147
b99 = Instance.new("SpecialMesh", p99)
7148
b99.MeshType = Enum.MeshType.Wedge
7149
b99.Name = "Mesh"
7150
b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7151
p100 = Instance.new("WedgePart", m8)
7152
p100.BrickColor = BrickColor.new("Lime green")
7153
p100.Material = Enum.Material.Neon
7154
p100.Reflectance = 0.40000000596046
7155
p100.Name = "Wedge"
7156
p100.CFrame = CFrame.new(2.69999982e-005, -11.9114323, 1.08247674, -1, 1.18015713e-007, 8.75114381e-008, 7.68926611e-008, -0.0871561319, 0.996195078, 1.2519385e-007, 0.996195078, 0.0871561319)
7157
p100.CanCollide = false
7158
p100.Locked = true
7159
p100.FormFactor = Enum.FormFactor.Custom
7160
p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7161
p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7162
p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7163
p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7164
p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7165
p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7166
p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7167
b100 = Instance.new("SpecialMesh", p100)
7168
b100.MeshType = Enum.MeshType.Wedge
7169
b100.Name = "Mesh"
7170
b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7171
p101 = Instance.new("WedgePart", m8)
7172
p101.BrickColor = BrickColor.new("Lime green")
7173
p101.Material = Enum.Material.Neon
7174
p101.Reflectance = 0.40000000596046
7175
p101.Name = "Wedge"
7176
p101.CFrame = CFrame.new(2.69999982e-005, -11.8602819, 0.575987279, -1, 8.14763652e-008, 5.27446709e-009, 2.29101644e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
7177
p101.CanCollide = false
7178
p101.Locked = true
7179
p101.FormFactor = Enum.FormFactor.Custom
7180
p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7181
p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7182
p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7183
p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7184
p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7185
p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7186
p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7187
b101 = Instance.new("SpecialMesh", p101)
7188
b101.MeshType = Enum.MeshType.Wedge
7189
b101.Name = "Mesh"
7190
b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7191
p102 = Instance.new("WedgePart", m8)
7192
p102.BrickColor = BrickColor.new("Lime green")
7193
p102.Material = Enum.Material.Neon
7194
p102.Reflectance = 0.40000000596046
7195
p102.Name = "Wedge"
7196
p102.CFrame = CFrame.new(2.69999982e-005, -11.8709736, -0.283571124, -1, 8.14763652e-008, 5.27447064e-009, 2.29101609e-008, 0.342020035, -0.939693093, -7.83667531e-008, -0.939693093, -0.342020035)
7197
p102.CanCollide = false
7198
p102.Locked = true
7199
p102.FormFactor = Enum.FormFactor.Custom
7200
p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7201
p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7202
p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7203
p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7204
p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7205
p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7206
p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7207
b102 = Instance.new("SpecialMesh", p102)
7208
b102.MeshType = Enum.MeshType.Wedge
7209
b102.Name = "Mesh"
7210
b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7211
p103 = Instance.new("WedgePart", m8)
7212
p103.BrickColor = BrickColor.new("Lime green")
7213
p103.Material = Enum.Material.Neon
7214
p103.Reflectance = 0.40000000596046
7215
p103.Name = "Wedge"
7216
p103.CFrame = CFrame.new(2.69999982e-005, -11.9097681, 0.739346266, 1, -8.65546141e-008, 1.24786919e-008, 1.03484972e-008, 0.258819103, 0.965926111, -8.68351009e-008, -0.965926111, 0.258819103)
7217
p103.CanCollide = false
7218
p103.Locked = true
7219
p103.FormFactor = Enum.FormFactor.Custom
7220
p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7221
p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7222
p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7223
p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7224
p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7225
p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7226
p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7227
b103 = Instance.new("SpecialMesh", p103)
7228
b103.MeshType = Enum.MeshType.Wedge
7229
b103.Name = "Mesh"
7230
b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7231
p104 = Instance.new("WedgePart", m8)
7232
p104.BrickColor = BrickColor.new("Lime green")
7233
p104.Material = Enum.Material.Neon
7234
p104.Reflectance = 0.40000000596046
7235
p104.Name = "Wedge"
7236
p104.CFrame = CFrame.new(2.69999964e-005, -11.9271755, 0.55203414, 1, -1.68899149e-007, 5.27447863e-009, -5.28104778e-008, -0.342019916, -0.939692855, 1.60517274e-007, 0.939692855, -0.342019916)
7237
p104.CanCollide = false
7238
p104.Locked = true
7239
p104.FormFactor = Enum.FormFactor.Custom
7240
p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7241
p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7242
p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7243
p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7244
p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7245
p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7246
p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7247
b104 = Instance.new("SpecialMesh", p104)
7248
b104.MeshType = Enum.MeshType.Wedge
7249
b104.Name = "Mesh"
7250
b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7251
p105 = Instance.new("WedgePart", m8)
7252
p105.BrickColor = BrickColor.new("Really black")
7253
p105.Material = Enum.Material.Metal
7254
p105.Reflectance = 0.40000000596046
7255
p105.Name = "Wedge"
7256
p105.CFrame = CFrame.new(2.69999982e-005, -11.3177481, 1.88445807, -1, -2.94099785e-008, 5.43784395e-009, -1.69508549e-008, 0.707106531, 0.707107127, -2.46411282e-008, 0.707107127, -0.707106531)
7257
p105.CanCollide = false
7258
p105.Locked = true
7259
p105.FormFactor = Enum.FormFactor.Custom
7260
p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7261
p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7262
p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7263
p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7264
p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7265
p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7266
p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7267
b105 = Instance.new("SpecialMesh", p105)
7268
b105.MeshType = Enum.MeshType.Wedge
7269
b105.Name = "Mesh"
7270
b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7271
p106 = Instance.new("WedgePart", m8)
7272
p106.BrickColor = BrickColor.new("Lime green")
7273
p106.Material = Enum.Material.Neon
7274
p106.Reflectance = 0.40000000596046
7275
p106.Name = "Wedge"
7276
p106.CFrame = CFrame.new(2.69999964e-005, -11.8602819, 0.325106204, -1, 8.14763723e-008, 5.27446709e-009, 2.29101538e-008, 0.342019886, -0.939692736, -7.83667247e-008, -0.939692736, -0.342019886)
7277
p106.CanCollide = false
7278
p106.Locked = true
7279
p106.FormFactor = Enum.FormFactor.Custom
7280
p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7281
p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7282
p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7283
p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7284
p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7285
p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7286
p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7287
b106 = Instance.new("SpecialMesh", p106)
7288
b106.MeshType = Enum.MeshType.Wedge
7289
b106.Name = "Mesh"
7290
b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7291
p107 = Instance.new("WedgePart", m8)
7292
p107.BrickColor = BrickColor.new("Lime green")
7293
p107.Material = Enum.Material.Neon
7294
p107.Reflectance = 0.40000000596046
7295
p107.Name = "Wedge"
7296
p107.CFrame = CFrame.new(2.69999982e-005, -11.9731445, 1.13999915, 1, -8.93497187e-008, 2.29101502e-008, -2.29101129e-008, 3.87430248e-007, 1, -8.93497258e-008, -1, 3.87430276e-007)
7297
p107.CanCollide = false
7298
p107.Locked = true
7299
p107.FormFactor = Enum.FormFactor.Custom
7300
p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7301
p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7302
p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7303
p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7304
p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7305
p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7306
p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7307
b107 = Instance.new("SpecialMesh", p107)
7308
b107.MeshType = Enum.MeshType.Wedge
7309
b107.Name = "Mesh"
7310
b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7311
p108 = Instance.new("WedgePart", m8)
7312
p108.BrickColor = BrickColor.new("Black")
7313
p108.Material = Enum.Material.Metal
7314
p108.Reflectance = 0.40000000596046
7315
p108.Name = "Wedge"
7316
p108.CFrame = CFrame.new(2.69999982e-005, -12.0124025, 1.01832807, 1, 3.82198948e-008, 2.11711555e-008, -2.11711537e-008, -2.98023224e-008, 1, 3.82198913e-008, -1, -2.98023224e-008)
7317
p108.CanCollide = false
7318
p108.Locked = true
7319
p108.FormFactor = Enum.FormFactor.Custom
7320
p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7321
p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7322
p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7323
p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7324
p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7325
p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7326
p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7327
b108 = Instance.new("SpecialMesh", p108)
7328
b108.MeshType = Enum.MeshType.Wedge
7329
b108.Name = "Mesh"
7330
b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7331
p109 = Instance.new("WedgePart", m8)
7332
p109.BrickColor = BrickColor.new("Lime green")
7333
p109.Material = Enum.Material.Neon
7334
p109.Reflectance = 0.40000000596046
7335
p109.Name = "Wedge"
7336
p109.CFrame = CFrame.new(2.7e-005, -11.9461164, 0.330772072, -1, -1.18270771e-009, 8.88346818e-009, 8.75223805e-009, -0.342019796, 0.939692795, 1.92694571e-009, 0.939692795, 0.342019796)
7337
p109.CanCollide = false
7338
p109.Locked = true
7339
p109.FormFactor = Enum.FormFactor.Custom
7340
p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7341
p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7342
p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7343
p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7344
p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7345
p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7346
p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7347
b109 = Instance.new("SpecialMesh", p109)
7348
b109.MeshType = Enum.MeshType.Wedge
7349
b109.Name = "Mesh"
7350
b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7351
p110 = Instance.new("WedgePart", m8)
7352
p110.BrickColor = BrickColor.new("Lime green")
7353
p110.Material = Enum.Material.Neon
7354
p110.Reflectance = 0.40000000596046
7355
p110.Name = "Wedge"
7356
p110.CFrame = CFrame.new(2.69999982e-005, -11.8880196, 0.565889001, -1, 5.94638294e-009, -9.26972632e-008, -8.91407268e-008, -0.342019916, 0.939692736, -2.61165312e-008, 0.939692736, 0.342019916)
7357
p110.CanCollide = false
7358
p110.Locked = true
7359
p110.FormFactor = Enum.FormFactor.Custom
7360
p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7361
p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7362
p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7363
p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7364
p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7365
p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7366
p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7367
b110 = Instance.new("SpecialMesh", p110)
7368
b110.MeshType = Enum.MeshType.Wedge
7369
b110.Name = "Mesh"
7370
b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7371
p111 = Instance.new("Part", m8)
7372
p111.BrickColor = BrickColor.new("Really black")
7373
p111.Material = Enum.Material.Metal
7374
p111.Transparency = 1
7375
p111.Name = "Hitbox"
7376
p111.CFrame = CFrame.new(2.7e-005, -11.550066, 0.678469002, 1, -4.08900576e-008, -5.9526446e-008, -5.9526446e-008, 0, -1, 4.08900576e-008, 1, -2.43403981e-015)
7377
p111.CanCollide = false
7378
p111.Locked = true
7379
p111.FormFactor = Enum.FormFactor.Custom
7380
p111.Size = Vector3.new(0.22, 2.57, 1.22)
7381
p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7382
p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7383
p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7384
p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7385
p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7386
p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7387
b111 = Instance.new("BlockMesh", p111)
7388
b111.Name = "Mesh"
7389
w1 = Instance.new("Weld", p1)
7390
w1.Name = "Block_Weld"
7391
w1.Part0 = p1
7392
w1.C0 = CFrame.new(-2.69832744e-005, -0.186136514, 1.51893806, 1, -1.84926652e-008, -5.47947643e-009, -1.44443195e-008, -0.906307817, 0.4226183, -1.2781431e-008, -0.42261833, -0.906307876)
7393
w1.Part1 = p2
7394
w1.C1 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7395
w2 = Instance.new("Weld", p2)
7396
w2.Name = "Block_Weld"
7397
w2.Part0 = p2
7398
w2.C0 = CFrame.new(-2.69930079e-005, 0.251219004, 0.42801699, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7399
w2.Part1 = p3
7400
w2.C1 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7401
w3 = Instance.new("Weld", p3)
7402
w3.Name = "Block_Weld"
7403
w3.Part0 = p3
7404
w3.C0 = CFrame.new(-2.69900993e-005, 0.251215994, 0.959293008, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7405
w3.Part1 = p4
7406
w3.C1 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7407
w4 = Instance.new("Weld", p4)
7408
w4.Name = "Block_Weld"
7409
w4.Part0 = p4
7410
w4.C0 = CFrame.new(-2.69401171e-005, 1.28190136, 0.0890034437, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7411
w4.Part1 = p5
7412
w4.C1 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
7413
w5 = Instance.new("Weld", p5)
7414
w5.Name = "Block_Weld"
7415
w5.Part0 = p5
7416
w5.C0 = CFrame.new(-2.69969169e-005, 0.137085795, -0.374426812, 1, -1.85013622e-008, -5.47535173e-009, -1.92582732e-008, -0.939692676, -0.342020124, 1.18268995e-009, 0.342020094, -0.939692676)
7417
w5.Part1 = p6
7418
w5.C1 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7419
w6 = Instance.new("Weld", p6)
7420
w6.Name = "Block_Weld"
7421
w6.Part0 = p6
7422
w6.C0 = CFrame.new(-2.69537759e-005, 0.678798974, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7423
w6.Part1 = p7
7424
w6.C1 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
7425
w7 = Instance.new("Weld", p7)
7426
w7.Name = "Block_Weld"
7427
w7.Part0 = p7
7428
w7.C0 = CFrame.new(-2.69908196e-005, 0.433371782, 0.833767056, 1, -2.22994831e-008, -5.07635534e-009, -2.28535058e-008, -0.965925813, -0.258819252, 8.68153105e-010, 0.258819252, -0.965925813)
7429
w7.Part1 = p8
7430
w7.C1 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
7431
w8 = Instance.new("Weld", p8)
7432
w8.Name = "Block_Weld"
7433
w8.Part0 = p8
7434
w8.C0 = CFrame.new(-2.69945249e-005, 0.284905016, 0.00881863385, 1, -1.85013658e-008, -5.47534995e-009, -1.92582768e-008, -0.939692736, -0.342019945, 1.1826895e-009, 0.342019945, -0.939692736)
7435
w8.Part1 = p9
7436
w8.C1 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7437
w9 = Instance.new("Weld", p9)
7438
w9.Name = "Block_Weld"
7439
w9.Part0 = p9
7440
w9.C0 = CFrame.new(-2.6987369e-005, 0.398795992, 0.959297001, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7441
w9.Part1 = p10
7442
w9.C1 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
7443
w10 = Instance.new("Weld", p10)
7444
w10.Name = "Circle_Weld"
7445
w10.Part0 = p10
7446
w10.C0 = CFrame.new(-2.69795964e-005, -0.736729562, 1.60363591, 1, -1.84926936e-008, -5.47947465e-009, -9.20173093e-009, -0.70710659, 0.707107067, -1.69508851e-008, -0.707107008, -0.707106531)
7447
w10.Part1 = p11
7448
w10.C1 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7449
w11 = Instance.new("Weld", p11)
7450
w11.Name = "Block_Weld"
7451
w11.Part0 = p11
7452
w11.C0 = CFrame.new(-2.69700085e-005, 0.582876027, 0.487334013, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7453
w11.Part1 = p12
7454
w11.C1 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7455
w12 = Instance.new("Weld", p12)
7456
w12.Name = "Block_Weld"
7457
w12.Part0 = p12
7458
w12.C0 = CFrame.new(-2.70516502e-005, -0.478946328, -0.541931212, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7459
w12.Part1 = p13
7460
w12.C1 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7461
w13 = Instance.new("Weld", p13)
7462
w13.Name = "Block_Weld"
7463
w13.Part0 = p13
7464
w13.C0 = CFrame.new(-2.69418342e-005, 1.23103857, 0.0979698896, 1, -5.93262826e-008, 3.3261891e-008, -4.3058467e-008, -0.173648134, 0.984807849, -5.26491242e-008, -0.984807849, -0.173648119)
7465
w13.Part1 = p14
7466
w13.C1 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
7467
w14 = Instance.new("Weld", p14)
7468
w14.Name = "Block_Weld"
7469
w14.Part0 = p14
7470
w14.C0 = CFrame.new(-2.6981159e-005, -0.784118533, 1.59557724, 1, -1.85013231e-008, -5.47617596e-009, -9.79630865e-009, -0.731355369, 0.681996644, -1.6622872e-008, -0.681996644, -0.731355369)
7471
w14.Part1 = p15
7472
w14.C1 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7473
w15 = Instance.new("Weld", p15)
7474
w15.Name = "Handle_Weld"
7475
w15.Part0 = p15
7476
w15.C0 = CFrame.new(-2.69917327e-005, 0.398790002, 0.162386, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7477
w15.Part1 = p16
7478
w15.C1 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7479
w16 = Instance.new("Weld", p16)
7480
w16.Name = "Block_Weld"
7481
w16.Part0 = p16
7482
w16.C0 = CFrame.new(-2.69356715e-005, 1.12153399, 0.310250998, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7483
w16.Part1 = p17
7484
w16.C1 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
7485
w17 = Instance.new("Weld", p17)
7486
w17.Name = "Block_Weld"
7487
w17.Part0 = p17
7488
w17.C0 = CFrame.new(-2.69897973e-005, 0.238820702, 1.16951191, 1, -3.32849588e-008, -1.92696081e-009, -3.32849588e-008, -1, -5.96046448e-007, -1.92694105e-009, 5.96046448e-007, -1)
7489
w17.Part1 = p18
7490
w17.C1 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
7491
w18 = Instance.new("Weld", p18)
7492
w18.Name = "Block_Weld"
7493
w18.Part0 = p18
7494
w18.C0 = CFrame.new(-2.66556708e-005, -0.120330438, -1.77344465, 1, -1.30568679e-007, 1.80827243e-007, -9.71847456e-008, -0.984807849, -0.173648149, 2.00753092e-007, 0.173648149, -0.984807849)
7495
w18.Part1 = p19
7496
w18.C1 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7497
w19 = Instance.new("Weld", p19)
7498
w19.Name = "Block_Weld"
7499
w19.Part0 = p19
7500
w19.C0 = CFrame.new(-2.69959182e-005, 0.251221001, -0.103256002, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7501
w19.Part1 = p20
7502
w19.C1 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7503
w20 = Instance.new("Weld", p20)
7504
w20.Name = "Block_Weld"
7505
w20.Part0 = p20
7506
w20.C0 = CFrame.new(-2.69467728e-005, 0.96053493, 0.227395192, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7507
w20.Part1 = p21
7508
w20.C1 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
7509
w21 = Instance.new("Weld", p21)
7510
w21.Name = "Block_Weld"
7511
w21.Part0 = p21
7512
w21.C0 = CFrame.new(-2.69068951e-005, 0.768746018, 1.55135453, 1, -5.95264353e-008, 4.08900647e-008, 1.93162606e-008, 0.766044378, 0.642787635, -6.95864628e-008, -0.642787635, 0.766044378)
7513
w21.Part1 = p22
7514
w21.C1 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7515
w22 = Instance.new("Weld", p22)
7516
w22.Name = "Block_Weld"
7517
w22.Part0 = p22
7518
w22.C0 = CFrame.new(-2.69946413e-005, 0.398795009, -0.368889004, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7519
w22.Part1 = p23
7520
w22.C1 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7521
w23 = Instance.new("Weld", p23)
7522
w23.Name = "Block_Weld"
7523
w23.Part0 = p23
7524
w23.C0 = CFrame.new(-2.69552838e-005, 0.641906977, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7525
w23.Part1 = p24
7526
w23.C1 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
7527
w24 = Instance.new("Weld", p24)
7528
w24.Name = "Block_Weld"
7529
w24.Part0 = p24
7530
w24.C0 = CFrame.new(-2.69185657e-005, 1.24407315, -1.15251172, 1, -5.95250427e-008, 4.08918623e-008, -7.1883612e-008, -0.766044438, 0.642787635, -6.93698077e-009, -0.642787635, -0.766044438)
7531
w24.Part1 = p25
7532
w24.C1 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7533
w25 = Instance.new("Weld", p25)
7534
w25.Name = "Block_Weld"
7535
w25.Part0 = p25
7536
w25.C0 = CFrame.new(-2.69163629e-005, 1.59377503, 0.310250014, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7537
w25.Part1 = p26
7538
w25.C1 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7539
w26 = Instance.new("Weld", p26)
7540
w26.Name = "Block_Weld"
7541
w26.Part0 = p26
7542
w26.C0 = CFrame.new(-2.69902794e-005, 0.398795992, 0.428018987, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7543
w26.Part1 = p27
7544
w26.C1 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
7545
w27 = Instance.new("Weld", p27)
7546
w27.Name = "Circle_Weld"
7547
w27.Part0 = p27
7548
w27.C0 = CFrame.new(-2.69587144e-005, 0.835756719, 0.0972530842, 1, -5.87286522e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949752e-008, -0.965925872, -0.258819073)
7549
w27.Part1 = p28
7550
w27.C1 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7551
w28 = Instance.new("Weld", p28)
7552
w28.Name = "Block_Weld"
7553
w28.Part0 = p28
7554
w28.C0 = CFrame.new(-2.69736647e-005, 0.523847997, 0.398797005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7555
w28.Part1 = p29
7556
w28.C1 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
7557
w29 = Instance.new("Weld", p29)
7558
w29.Name = "Block_Weld"
7559
w29.Part0 = p29
7560
w29.C0 = CFrame.new(-2.69856282e-005, -0.269396931, 1.4983108, 1, -1.85013231e-008, -5.47617596e-009, -1.48908761e-008, -0.920505881, 0.39072898, -1.22698536e-008, -0.390728921, -0.920505762)
7561
w29.Part1 = p30
7562
w29.C1 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7563
w30 = Instance.new("Weld", p30)
7564
w30.Name = "Block_Weld"
7565
w30.Part0 = p30
7566
w30.C0 = CFrame.new(-2.69419597e-005, 1.38456392, -0.0497993827, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7567
w30.Part1 = p31
7568
w30.C1 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
7569
w31 = Instance.new("Weld", p31)
7570
w31.Name = "Block_Weld"
7571
w31.Part0 = p31
7572
w31.C0 = CFrame.new(2.69478169e-005, 0.342279971, -0.842677951, -1, 7.41767252e-008, 3.71994631e-008, -7.71366189e-008, -0.99619472, -0.0871560574, 3.05929575e-008, -0.0871560574, 0.99619472)
7573
w31.Part1 = p32
7574
w31.C1 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7575
w32 = Instance.new("Weld", p32)
7576
w32.Name = "Block_Weld"
7577
w32.Part0 = p32
7578
w32.C0 = CFrame.new(-2.69236225e-005, 1.26664269, 0.422248751, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7579
w32.Part1 = p33
7580
w32.C1 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7581
w33 = Instance.new("Weld", p33)
7582
w33.Name = "Block_Weld"
7583
w33.Part0 = p33
7584
w33.C0 = CFrame.new(-2.69888242e-005, 0.398795992, 0.693659008, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7585
w33.Part1 = p34
7586
w33.C1 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7587
w34 = Instance.new("Weld", p34)
7588
w34.Name = "Block_Weld"
7589
w34.Part0 = p34
7590
w34.C0 = CFrame.new(-2.6941103e-005, 0.98871398, 0.310249001, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7591
w34.Part1 = p35
7592
w34.C1 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7593
w35 = Instance.new("Weld", p35)
7594
w35.Name = "Block_Weld"
7595
w35.Part0 = p35
7596
w35.C0 = CFrame.new(-2.69199827e-005, 1.505234, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7597
w35.Part1 = p36
7598
w35.C1 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7599
w36 = Instance.new("Weld", p36)
7600
w36.Name = "Circle_Weld"
7601
w36.Part0 = p36
7602
w36.C0 = CFrame.new(-2.70044802e-005, 0.310245991, -1.86679304, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7603
w36.Part1 = p37
7604
w36.C1 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7605
w37 = Instance.new("Weld", p37)
7606
w37.Name = "Block_Weld"
7607
w37.Part0 = p37
7608
w37.C0 = CFrame.new(-2.69731972e-005, 0.523847997, 0.428321004, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7609
w37.Part1 = p38
7610
w37.C1 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7611
w38 = Instance.new("Weld", p38)
7612
w38.Name = "Block_Weld"
7613
w38.Part0 = p38
7614
w38.C0 = CFrame.new(-2.69113971e-005, 1.64542603, 0.358211011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7615
w38.Part1 = p39
7616
w38.C1 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7617
w39 = Instance.new("Weld", p39)
7618
w39.Name = "Block_Weld"
7619
w39.Part0 = p39
7620
w39.C0 = CFrame.new(-2.69171051e-005, 1.64542603, 0.262297004, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7621
w39.Part1 = p40
7622
w39.C1 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
7623
w40 = Instance.new("Weld", p40)
7624
w40.Name = "Block_Weld"
7625
w40.Part0 = p40
7626
w40.C0 = CFrame.new(-2.60786092e-005, -1.47300267, -1.1458329, 1, -2.72653097e-007, 4.60701557e-007, 2.62652719e-007, -0.50000006, -0.866025448, 4.66475342e-007, 0.866025448, -0.50000006)
7627
w40.Part1 = p41
7628
w40.C1 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7629
w41 = Instance.new("Weld", p41)
7630
w41.Name = "Block_Weld"
7631
w41.Part0 = p41
7632
w41.C0 = CFrame.new(-2.70310993e-005, -0.393140078, -0.306183338, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7633
w41.Part1 = p42
7634
w41.C1 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7635
w42 = Instance.new("Weld", p42)
7636
w42.Name = "Block_Weld"
7637
w42.Part0 = p42
7638
w42.C0 = CFrame.new(-2.69543798e-005, 0.664047003, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7639
w42.Part1 = p43
7640
w42.C1 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
7641
w43 = Instance.new("Weld", p43)
7642
w43.Name = "Circle_Weld"
7643
w43.Part0 = p43
7644
w43.C0 = CFrame.new(-2.69020748e-005, -0.731388211, 1.66569459, 1, -5.95262364e-008, 4.08903134e-008, 6.57224319e-008, 0.984807849, -0.173648149, -2.99324796e-008, 0.173648149, 0.984807849)
7645
w43.Part1 = p44
7646
w43.C1 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7647
w44 = Instance.new("Weld", p44)
7648
w44.Name = "Block_Weld"
7649
w44.Part0 = p44
7650
w44.C0 = CFrame.new(-2.69724242e-005, 0.641906977, 0.192185998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7651
w44.Part1 = p45
7652
w44.C1 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7653
w45 = Instance.new("Weld", p45)
7654
w45.Name = "Block_Weld"
7655
w45.Part0 = p45
7656
w45.C0 = CFrame.new(-2.69912071e-005, -0.226573661, 0.151451379, 1, -1.31610367e-008, 8.19151467e-008, -1.56492952e-008, 0.939692736, 0.342020065, -8.14764007e-008, -0.342020065, 0.939692736)
7657
w45.Part1 = p46
7658
w45.C1 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7659
w46 = Instance.new("Weld", p46)
7660
w46.Name = "Block_Weld"
7661
w46.Part0 = p46
7662
w46.C0 = CFrame.new(-2.69576976e-005, 0.582874, 0.310245991, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7663
w46.Part1 = p47
7664
w46.C1 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7665
w47 = Instance.new("Weld", p47)
7666
w47.Name = "Block_Weld"
7667
w47.Part0 = p47
7668
w47.C0 = CFrame.new(-2.69175689e-005, 1.56426203, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7669
w47.Part1 = p48
7670
w47.C1 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7671
w48 = Instance.new("Weld", p48)
7672
w48.Name = "Block_Weld"
7673
w48.Part0 = p48
7674
w48.C0 = CFrame.new(-2.69314914e-005, 0.970686257, 0.486187935, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7675
w48.Part1 = p49
7676
w48.C1 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
7677
w49 = Instance.new("Weld", p49)
7678
w49.Name = "Block_Weld"
7679
w49.Part0 = p49
7680
w49.C0 = CFrame.new(-2.69465017e-005, 0.665479422, 0.432373643, 1, -5.83989532e-008, 4.8437073e-008, -3.75603655e-008, 0.173647717, 0.984807909, -6.5922741e-008, -0.984807909, 0.173647717)
7681
w49.Part1 = p50
7682
w49.C1 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
7683
w50 = Instance.new("Weld", p50)
7684
w50.Name = "Block_Weld"
7685
w50.Part0 = p50
7686
w50.C0 = CFrame.new(-2.69885404e-005, 0.14806518, 1.24538279, 1, -1.85012112e-008, -5.4760374e-009, -1.79535409e-008, -0.99619472, 0.0871557295, -7.06768599e-009, -0.0871557295, -0.99619472)
7687
w50.Part1 = p51
7688
w50.C1 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7689
w51 = Instance.new("Weld", p51)
7690
w51.Name = "Block_Weld"
7691
w51.Part0 = p51
7692
w51.C0 = CFrame.new(-2.69190059e-005, 1.36955345, 0.431252241, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7693
w51.Part1 = p52
7694
w51.C1 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7695
w52 = Instance.new("Weld", p52)
7696
w52.Name = "Block_Weld"
7697
w52.Part0 = p52
7698
w52.C0 = CFrame.new(-2.69410284e-005, 1.11489654, 0.213892281, 1, -5.95928924e-008, 3.70716009e-008, -4.21243946e-008, -0.0871557295, 0.99619472, -5.6135125e-008, -0.99619472, -0.0871557295)
7699
w52.Part1 = p53
7700
w52.C1 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
7701
w53 = Instance.new("Weld", p53)
7702
w53.Name = "Circle_Weld"
7703
w53.Part0 = p53
7704
w53.C0 = CFrame.new(-2.69027041e-005, -1.78324997, 0.608468652, 1, -5.95260872e-008, 4.08900078e-008, 6.51748309e-008, 0.500000119, -0.866025329, 3.11060901e-008, 0.866025329, 0.500000119)
7705
w53.Part1 = p54
7706
w53.C1 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7707
w54 = Instance.new("Weld", p54)
7708
w54.Name = "Block_Weld"
7709
w54.Part0 = p54
7710
w54.C0 = CFrame.new(-2.69764678e-005, 0.523845971, 0.221708998, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7711
w54.Part1 = p55
7712
w54.C1 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7713
w55 = Instance.new("Weld", p55)
7714
w55.Name = "Block_Weld"
7715
w55.Part0 = p55
7716
w55.C0 = CFrame.new(-2.69931879e-005, 0.398795009, -0.103249997, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7717
w55.Part1 = p56
7718
w55.C1 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7719
w56 = Instance.new("Weld", p56)
7720
w56.Name = "Block_Weld"
7721
w56.Part0 = p56
7722
w56.C0 = CFrame.new(-2.69973734e-005, 0.251215011, -0.368891001, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7723
w56.Part1 = p57
7724
w56.C1 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7725
w57 = Instance.new("Weld", p57)
7726
w57.Name = "Block_Weld"
7727
w57.Part0 = p57
7728
w57.C0 = CFrame.new(-2.69915545e-005, 0.251217991, 0.693656981, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7729
w57.Part1 = p58
7730
w57.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7731
w58 = Instance.new("Weld", p58)
7732
w58.Name = "Block_Weld"
7733
w58.Part0 = p58
7734
w58.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7735
w58.Part1 = p59
7736
w58.C1 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7737
w59 = Instance.new("Weld", p59)
7738
w59.Name = "Circle_Weld"
7739
w59.Part0 = p59
7740
w59.C0 = CFrame.new(-2.70031469e-005, 0.310247988, -1.62329102, 1, -1.85013622e-008, -5.47535173e-009, -1.85013622e-008, -1, 1.94523586e-023, -5.47535173e-009, 1.01301455e-016, -1)
7741
w59.Part1 = p60
7742
w59.C1 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7743
w60 = Instance.new("Weld", p60)
7744
w60.Name = "Circle_Weld"
7745
w60.Part0 = p60
7746
w60.C0 = CFrame.new(-2.69770535e-005, 0.523859024, 0.184808999, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7747
w60.Part1 = p61
7748
w60.C1 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7749
w61 = Instance.new("Weld", p61)
7750
w61.Name = "Block_Weld"
7751
w61.Part0 = p61
7752
w61.C0 = CFrame.new(-2.69756147e-005, 0.582877994, 0.133154005, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7753
w61.Part1 = p62
7754
w61.C1 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
7755
w62 = Instance.new("Weld", p62)
7756
w62.Name = "Block_Weld"
7757
w62.Part0 = p62
7758
w62.C0 = CFrame.new(-2.69474403e-005, 0.833757043, 0.310248882, 1, -5.95264495e-008, 4.08900434e-008, -4.08900505e-008, -1.49011626e-007, 1, -5.95264424e-008, -1, -1.49011626e-007)
7759
w62.Part1 = p63
7760
w62.C1 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7761
w63 = Instance.new("Weld", p63)
7762
w63.Name = "Block_Weld"
7763
w63.Part0 = p63
7764
w63.C0 = CFrame.new(-2.69305474e-005, 1.11227143, 0.40874204, 1, -5.91274514e-008, 4.46881785e-008, -3.93648421e-008, 0.0871555805, 0.99619472, -6.27972767e-008, -0.99619472, 0.0871555805)
7765
w63.Part1 = p64
7766
w63.C1 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7767
w64 = Instance.new("Weld", p64)
7768
w64.Name = "Block_Weld"
7769
w64.Part0 = p64
7770
w64.C0 = CFrame.new(-2.69601114e-005, 0.523845971, 0.310247988, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7771
w64.Part1 = p65
7772
w64.C1 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7773
w65 = Instance.new("Weld", p65)
7774
w65.Name = "Block_Weld"
7775
w65.Part0 = p65
7776
w65.C0 = CFrame.new(-2.69389948e-005, 0.818084598, 0.459285259, 1, -5.83989497e-008, 4.84370801e-008, -3.75603548e-008, 0.17364794, 0.984807789, -6.5922741e-008, -0.984807789, 0.17364794)
7777
w65.Part1 = p66
7778
w65.C1 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
7779
w66 = Instance.new("Weld", p66)
7780
w66.Name = "Block_Weld"
7781
w66.Part0 = p66
7782
w66.C0 = CFrame.new(-2.69857319e-005, 0.302294523, 1.25103426, 1, -1.85013569e-008, -5.47535173e-009, -1.79537469e-008, -0.99619472, 0.0871557295, -7.06701586e-009, -0.0871557295, -0.99619472)
7783
w66.Part1 = p67
7784
w66.C1 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7785
w67 = Instance.new("Weld", p67)
7786
w67.Name = "Block_Weld"
7787
w67.Part0 = p67
7788
w67.C0 = CFrame.new(-2.69389129e-005, 1.48434854, -0.0765417814, 1, -5.87286557e-008, 2.94899092e-008, -4.36851586e-008, -0.258819073, 0.965925872, -4.90949787e-008, -0.965925872, -0.258819073)
7789
w67.Part1 = p68
7790
w67.C1 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7791
w68 = Instance.new("Weld", p68)
7792
w68.Name = "Block_Weld"
7793
w68.Part0 = p68
7794
w68.C0 = CFrame.new(-2.6994463e-005, 0.251219988, 0.162382007, 1, -1.85011828e-008, -5.47594325e-009, -1.85011828e-008, -1, 9.72723004e-024, -5.47594325e-009, 1.01311427e-016, -1)
7795
w68.Part1 = p69
7796
w68.C1 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7797
w69 = Instance.new("Weld", p69)
7798
w69.Name = "Circle_Weld"
7799
w69.Part0 = p69
7800
w69.C0 = CFrame.new(-2.6915759e-005, 1.60853398, 0.310252011, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
7801
w69.Part1 = p70
7802
w69.C1 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7803
w70 = Instance.new("Weld", p70)
7804
w70.Name = "Wedge_Weld"
7805
w70.Part0 = p70
7806
w70.C0 = CFrame.new(-2.69686861e-005, 0.641901016, 0.42831701, 1, -1.58311995e-008, 3.82198948e-008, -3.82198948e-008, -5.62437252e-023, 1, -1.58311995e-008, -1, -6.05066816e-016)
7807
w70.Part1 = p71
7808
w70.C1 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7809
w71 = Instance.new("Weld", p71)
7810
w71.Name = "Wedge_Weld"
7811
w71.Part0 = p71
7812
w71.C0 = CFrame.new(2.70324999e-005, -0.202880055, -0.363613576, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7813
w71.Part1 = p72
7814
w71.C1 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
7815
w72 = Instance.new("Weld", p72)
7816
w72.Name = "Wedge_Weld"
7817
w72.Part0 = p72
7818
w72.C0 = CFrame.new(-2.70432465e-005, -0.761507869, 0.349658668, 1, -5.04138598e-009, 5.66058631e-008, -5.68298475e-008, -0.087156117, 0.996194661, -8.86544171e-011, -0.996194661, -0.087156117)
7819
w72.Part1 = p73
7820
w72.C1 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
7821
w73 = Instance.new("Weld", p73)
7822
w73.Name = "Wedge_Weld"
7823
w73.Part0 = p73
7824
w73.C0 = CFrame.new(2.69606426e-005, -0.271123618, 0.159218371, -1, 1.20803122e-007, -5.03232513e-008, 8.86054821e-008, 0.342020035, -0.939692736, -9.6306259e-008, -0.939692736, -0.342020005)
7825
w73.Part1 = p74
7826
w73.C1 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
7827
w74 = Instance.new("Weld", p74)
7828
w74.Name = "Wedge_Weld"
7829
w74.Part0 = p74
7830
w74.C0 = CFrame.new(-2.69467491e-005, 0.761504233, -0.342288256, 1, -8.45120525e-008, -3.81036713e-008, -3.05929326e-008, 0.087156117, -0.996194661, 8.75114239e-008, 0.996194661, 0.087156117)
7831
w74.Part1 = p75
7832
w74.C1 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
7833
w75 = Instance.new("Weld", p75)
7834
w75.Name = "Wedge_Weld"
7835
w75.Part0 = p75
7836
w75.C0 = CFrame.new(-2.70399814e-005, -0.477731556, -0.137090862, 1, 2.11481037e-008, -8.40774845e-008, -8.62400782e-008, 0.342020035, -0.939692736, 8.88346285e-009, 0.939692736, 0.342020005)
7837
w75.Part1 = p76
7838
w75.C1 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7839
w76 = Instance.new("Weld", p76)
7840
w76.Name = "Wedge_Weld"
7841
w76.Part0 = p76
7842
w76.C0 = CFrame.new(2.70197816e-005, 0.254749686, -0.197051153, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
7843
w76.Part1 = p77
7844
w76.C1 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
7845
w77 = Instance.new("Weld", p77)
7846
w77.Name = "Wedge_Weld"
7847
w77.Part0 = p77
7848
w77.C0 = CFrame.new(2.70364926e-005, 0.937081754, 0.462889194, -1, 1.19348783e-007, -5.94260889e-008, 8.8290939e-008, 0.258819073, -0.965925872, -9.99014702e-008, -0.965925872, -0.258819073)
7849
w77.Part1 = p78
7850
w77.C1 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7851
w78 = Instance.new("Weld", p78)
7852
w78.Name = "Wedge_Weld"
7853
w78.Part0 = p78
7854
w78.C0 = CFrame.new(2.69804386e-005, -0.254758716, 0.226571351, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7855
w78.Part1 = p79
7856
w78.C1 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7857
w79 = Instance.new("Weld", p79)
7858
w79.Name = "Wedge_Weld"
7859
w79.Part0 = p79
7860
w79.C0 = CFrame.new(-2.69982065e-005, 0.0186245665, 0.256082684, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7861
w79.Part1 = p80
7862
w79.C1 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
7863
w80 = Instance.new("Weld", p80)
7864
w80.Name = "Wedge_Weld"
7865
w80.Part0 = p80
7866
w80.C0 = CFrame.new(2.69885841e-005, -1.4784987, 0.418512583, -1, 3.25942331e-008, 2.24966534e-009, 1.58138018e-008, 0.422618091, 0.906307936, 2.85896622e-008, 0.906307936, -0.422618091)
7867
w80.Part1 = p81
7868
w80.C1 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
7869
w81 = Instance.new("Weld", p81)
7870
w81.Name = "Wedge_Weld"
7871
w81.Part0 = p81
7872
w81.C0 = CFrame.new(-2.7005879e-005, -0.0944784805, -0.255385041, 1, 2.11480753e-008, -8.40774845e-008, -8.6240064e-008, 0.342019796, -0.939692736, 8.88347085e-009, 0.939692736, 0.342019796)
7873
w81.Part1 = p82
7874
w81.C1 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
7875
w82 = Instance.new("Weld", p82)
7876
w82.Name = "Wedge_Weld"
7877
w82.Part0 = p82
7878
w82.C0 = CFrame.new(-2.71884655e-005, -1.54931295, -1.43853581, 1, -1.29495401e-008, 1.0679166e-007, -2.43563569e-008, 0.939692497, 0.342020541, -1.04780334e-007, -0.342020512, 0.939692497)
7879
w82.Part1 = p83
7880
w82.C1 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
7881
w83 = Instance.new("Weld", p83)
7882
w83.Name = "Wedge_Weld"
7883
w83.Part0 = p83
7884
w83.C0 = CFrame.new(2.70665932e-005, -1.66921949, 1.49424386, -1, -1.69508478e-008, -2.46411371e-008, -2.43563605e-008, 0.939692497, 0.342020541, 1.73575518e-008, 0.342020512, -0.939692497)
7885
w83.Part1 = p84
7886
w83.C1 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
7887
w84 = Instance.new("Weld", p84)
7888
w84.Name = "Wedge_Weld"
7889
w84.Part0 = p84
7890
w84.C0 = CFrame.new(2.69976008e-005, -0.112124957, -0.284901589, -1, 8.75223805e-009, 1.92694216e-009, -1.18270493e-009, -0.342019796, 0.939692736, 8.8834673e-009, 0.939692736, 0.342019796)
7891
w84.Part1 = p85
7892
w84.C1 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
7893
w85 = Instance.new("Weld", p85)
7894
w85.Name = "Wedge_Weld"
7895
w85.Part0 = p85
7896
w85.C0 = CFrame.new(2.7052507e-005, -1.59177017, 0.872617722, -1, -1.1669739e-008, -2.68784888e-008, -2.76164496e-008, 0.681996524, 0.731355488, 9.79630865e-009, 0.731355488, -0.681996524)
7897
w85.Part1 = p86
7898
w85.C1 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
7899
w86 = Instance.new("Weld", p86)
7900
w86.Name = "Wedge_Weld"
7901
w86.Part0 = p86
7902
w86.C0 = CFrame.new(2.69951215e-005, -1.03299725, -0.462896198, -1, 1.22781962e-008, 2.39114684e-009, -8.68160988e-010, -0.258819073, 0.965925872, 1.24787025e-008, 0.965925872, 0.258819073)
7903
w86.Part1 = p87
7904
w86.C1 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7905
w87 = Instance.new("Weld", p87)
7906
w87.Name = "Wedge_Weld"
7907
w87.Part0 = p87
7908
w87.C0 = CFrame.new(2.70135206e-005, 0.143849969, 0.34147498, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7909
w87.Part1 = p88
7910
w87.C1 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7911
w88 = Instance.new("Weld", p88)
7912
w88.Name = "Wedge_Weld"
7913
w88.Part0 = p88
7914
w88.C0 = CFrame.new(2.70302153e-005, 0.342700183, 0.434671164, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7915
w88.Part1 = p89
7916
w88.C1 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
7917
w89 = Instance.new("Weld", p89)
7918
w89.Name = "Wedge_Weld"
7919
w89.Part0 = p89
7920
w89.C0 = CFrame.new(2.69984048e-005, 0.153062999, -0.159228027, -1, 8.75223449e-009, 1.92694394e-009, -1.18270438e-009, -0.342020035, 0.939692736, 8.88346463e-009, 0.939692736, 0.342020005)
7921
w89.Part1 = p90
7922
w89.C1 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
7923
w90 = Instance.new("Weld", p90)
7924
w90.Name = "Wedge_Weld"
7925
w90.Part0 = p90
7926
w90.C0 = CFrame.new(-2.69485572e-005, 0.70247668, -0.342276633, 1, -8.45120454e-008, -3.81036642e-008, -3.05929255e-008, 0.087156117, -0.996194661, 8.75114168e-008, 0.996194661, 0.087156117)
7927
w90.Part1 = p91
7928
w90.C1 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
7929
w91 = Instance.new("Weld", p91)
7930
w91.Name = "Wedge_Weld"
7931
w91.Part0 = p91
7932
w91.C0 = CFrame.new(2.7285816e-005, 1.91944361, -0.662942171, -1, -1.69507981e-008, -1.48275618e-007, 1.16832759e-007, -0.707106471, -0.707107067, -9.28606312e-008, -0.707107067, 0.707106471)
7933
w91.Part1 = p92
7934
w91.C1 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
7935
w92 = Instance.new("Weld", p92)
7936
w92.Name = "Wedge_Weld"
7937
w92.Part0 = p92
7938
w92.C0 = CFrame.new(2.69954071e-005, -0.937081456, -0.433368206, -1, 1.22781891e-008, 2.39114151e-009, -8.68164096e-010, -0.258819073, 0.965925872, 1.24786936e-008, 0.965925872, 0.258819073)
7939
w92.Part1 = p93
7940
w92.C1 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7941
w93 = Instance.new("Weld", p93)
7942
w93.Name = "Wedge_Weld"
7943
w93.Part0 = p93
7944
w93.C0 = CFrame.new(-2.69051961e-005, 0.999799907, -0.238821417, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
7945
w93.Part1 = p94
7946
w93.C1 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
7947
w94 = Instance.new("Weld", p94)
7948
w94.Name = "Wedge_Weld"
7949
w94.Part0 = p94
7950
w94.C0 = CFrame.new(2.69796546e-005, 0.112124898, 0.314417601, -1, 1.20803122e-007, -5.03232727e-008, 8.8605475e-008, 0.342019796, -0.939692736, -9.6306259e-008, -0.939692736, -0.342019796)
7951
w94.Part1 = p95
7952
w94.C1 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7953
w95 = Instance.new("Weld", p95)
7954
w95.Name = "Wedge_Weld"
7955
w95.Part0 = p95
7956
w95.C0 = CFrame.new(2.70609289e-005, -1.92461061, 0.795396745, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
7957
w95.Part1 = p96
7958
w95.C1 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
7959
w96 = Instance.new("Weld", p96)
7960
w96.Name = "Wedge_Weld"
7961
w96.Part0 = p96
7962
w96.C0 = CFrame.new(2.70452038e-005, -1.2757566, 0.127234697, -1, 1.58094302e-008, -3.83180883e-008, -3.29206458e-008, 0.258819193, 0.965925872, 2.51881946e-008, 0.965925872, -0.258819193)
7963
w96.Part1 = p97
7964
w96.C1 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
7965
w97 = Instance.new("Weld", p97)
7966
w97.Name = "Wedge_Weld"
7967
w97.Part0 = p97
7968
w97.C0 = CFrame.new(2.69985267e-005, 0.271121085, -0.129704311, -1, 8.75223449e-009, 1.92694216e-009, -1.18270604e-009, -0.342020035, 0.939692736, 8.88346374e-009, 0.939692736, 0.342020005)
7969
w97.Part1 = p98
7970
w97.C1 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7971
w98 = Instance.new("Weld", p98)
7972
w98.Name = "Wedge_Weld"
7973
w98.Part0 = p98
7974
w98.C0 = CFrame.new(-2.7119062e-005, -0.689512253, 0.493685782, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
7975
w98.Part1 = p99
7976
w98.C1 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
7977
w99 = Instance.new("Weld", p99)
7978
w99.Name = "Wedge_Weld"
7979
w99.Part0 = p99
7980
w99.C0 = CFrame.new(2.70467608e-005, -1.34953368, -0.0207269192, -1, 1.58180704e-008, -3.83196088e-008, -3.49906735e-008, 0.173648149, 0.984807849, 2.22318892e-008, 0.984807849, -0.173648149)
7981
w99.Part1 = p100
7982
w99.C1 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
7983
w100 = Instance.new("Weld", p100)
7984
w100.Name = "Wedge_Weld"
7985
w100.Part0 = p100
7986
w100.C0 = CFrame.new(2.68453441e-005, -1.05666494, -0.342283309, -1, 7.68926398e-008, 1.25193765e-007, 1.18015699e-007, -0.087156117, 0.996194661, 8.75114381e-008, 0.996194661, 0.087156117)
7987
w100.Part1 = p101
7988
w100.C1 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7989
w101 = Instance.new("Weld", p101)
7990
w101.Name = "Wedge_Weld"
7991
w101.Part0 = p101
7992
w101.C0 = CFrame.new(2.70382643e-005, 0.438632488, 0.478940666, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
7993
w101.Part1 = p102
7994
w101.C1 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7995
w102 = Instance.new("Weld", p102)
7996
w102.Name = "Wedge_Weld"
7997
w102.Part0 = p102
7998
w102.C0 = CFrame.new(2.69711491e-005, -0.365431041, 0.17490752, -1, 2.29101573e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447419e-009, -0.939692736, -0.342019916)
7999
w102.Part1 = p103
8000
w102.C1 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
8001
w103 = Instance.new("Weld", p103)
8002
w103.Name = "Wedge_Weld"
8003
w103.Part0 = p103
8004
w103.C0 = CFrame.new(-2.69383909e-005, 0.649306595, -0.433368623, 1, 1.03484936e-008, -8.68350583e-008, -8.65546141e-008, 0.258819073, -0.965925872, 1.24786919e-008, 0.965925872, 0.258819073)
8005
w103.Part1 = p104
8006
w103.C1 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
8007
w104 = Instance.new("Weld", p104)
8008
w104.Name = "Wedge_Weld"
8009
w104.Part0 = p104
8010
w104.C0 = CFrame.new(-2.70762976e-005, -0.43900317, 0.407888472, 1, -5.28104849e-008, 1.60517274e-007, -1.68899149e-007, -0.342019916, 0.939692736, 5.27447774e-009, -0.939692736, -0.342019916)
8011
w104.Part1 = p105
8012
w104.C1 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
8013
w105 = Instance.new("Weld", p105)
8014
w105.Name = "Wedge_Weld"
8015
w105.Part0 = p105
8016
w105.C0 = CFrame.new(2.70607179e-005, -1.92829955, 0.736725867, -1, -1.69508478e-008, -2.46411371e-008, -2.94099767e-008, 0.707106471, 0.707107067, 5.43784262e-009, 0.707107067, -0.707106471)
8017
w105.Part1 = p106
8018
w105.C1 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
8019
w106 = Instance.new("Weld", p106)
8020
w106.Name = "Wedge_Weld"
8021
w106.Part0 = p106
8022
w106.C0 = CFrame.new(2.70186029e-005, 0.202881783, 0.393133432, -1, 2.29101609e-008, -7.83667318e-008, 8.14763794e-008, 0.342019916, -0.939692736, 5.27447064e-009, -0.939692736, -0.342019916)
8023
w106.Part1 = p107
8024
w106.C1 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
8025
w107 = Instance.new("Weld", p107)
8026
w107.Name = "Wedge_Weld"
8027
w107.Part0 = p107
8028
w107.C0 = CFrame.new(-2.68938547e-005, 1.13999891, -0.187172472, 1, -2.29101147e-008, -8.93497187e-008, -8.93497116e-008, 4.1723257e-007, -1, 2.29101538e-008, 1, 4.17232599e-007)
8029
w107.Part1 = p108
8030
w107.C1 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
8031
w108 = Instance.new("Weld", p108)
8032
w108.Name = "Wedge_Weld"
8033
w108.Part0 = p108
8034
w108.C0 = CFrame.new(-2.70357887e-005, 1.01832795, -0.147913992, 1, -2.1171159e-008, 3.82198948e-008, 3.82198948e-008, 7.52150727e-023, -1, 2.1171159e-008, 1, 8.09159563e-016)
8035
w108.Part1 = p109
8036
w108.C1 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
8037
w109 = Instance.new("Weld", p109)
8038
w109.Name = "Wedge_Weld"
8039
w109.Part0 = p109
8040
w109.C0 = CFrame.new(2.6997488e-005, -0.237563431, -0.314412773, -1, 8.75224337e-009, 1.92694216e-009, -1.18270693e-009, -0.342019796, 0.939692736, 8.88347174e-009, 0.939692736, 0.342019796)
8041
w109.Part1 = p110
8042
w109.C1 = CFrame.new(2.70390519e-005, -0.43863076, -0.44942081, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
8043
w110 = Instance.new("Weld", p110)
8044
w110.Name = "Hitbox_Weld"
8045
w110.Part0 = p110
8046
w110.C0 = CFrame.new(2.7, -0.44, -0.6, -1, -8.91407197e-008, -2.61165312e-008, 5.94638472e-009, -0.342019916, 0.939692736, -9.26972632e-008, 0.939692736, 0.342019916)
8047
w110.Part1 = p111
8048
w110.C1 = CFrame.new(-2.7, -0.68, 0.61, 1, -5.9526446e-008, 4.08900576e-008, -4.08900576e-008, 0, 1, -5.95264495e-008, -1, -2.43403981e-015)
8049
m8.Parent = rarm
8050
m8:MakeJoints()
8051
----------------------------------------------------
8052
local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8053
cor8.Name = "Thingy"
8054
cor8.Locked = true
8055
cor8.BottomSurface = 0
8056
cor8.CanCollide = false
8057
cor8.Size = Vector3.new(1, 1, 1)
8058
cor8.Transparency = 1
8059
cor8.TopSurface = 0
8060
corw8 = Instance.new("Weld", cor8)
8061
corw8.Part0 = rarm
8062
corw8.Part1 = cor8
8063
corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8064
corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8065
weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8066
weld8.Part0 = cor8
8067
weld8.Part1 = rarm.Zyrodoxa.Handle
8068
weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8069
Amulite = Instance.new("PointLight",m7.Center)
8070
Amulite.Brightness = 0
8071
Amulite.Color = Color3.new(0,1,0)
8072
----------------------------------------------------
8073
models = {m,m2,m3,m4,m5,m6,m7,m8}
8074
parts = {}
8075
Stepped:connect(function()
8076
	for i,v in pairs(models) do
8077
		for _, a in pairs(v:GetChildren()) do
8078
			if v:IsA("Part") and v.Name ~= "Thingy" then
8079
				table.insert(parts, a)
8080
				for i,v in pairs(parts) do
8081
					v.CanCollide = false
8082
				end
8083
			end
8084
		end
8085
	end
8086
end)
8087
----------------------------------------------------
8088
local animpose = "Idle1"
8089
local lastanimpose = "Idle1"
8090
local grab = false
8091
local Smooth = 1
8092
local sine = 0
8093
local change = 1
8094
local val = 0
8095
local ffing = false
8096
----------------------------------------------------
8097
--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8098
8099
function FindHumanoids()
8100
	local function c_region(Position, Size)
8101
		local SizeOffset = Size/2
8102
	 	local Point1 = Position - SizeOffset
8103
   		local Point2 = Position + SizeOffset
8104
   		local a = Instance.new("Part", workspace)
8105
   		a.Anchored = true
8106
   		a.Size = Size
8107
   		a.Position = Position
8108
   		print("Hey!, I'm making a part!")
8109
   		return Region3.new(Point1, Point2)
8110
  	end
8111
  	
8112
    local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8113
    local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8114
    local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8115
    local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8116
    
8117
    local regions = {a, b, c, d}
8118
    
8119
    local found_humanoids = {}
8120
    local already_found = {char.Name}
8121
    
8122
    for _, region in pairs(regions) do
8123
        for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8124
        	print(part, part.Parent, part.Name) ---nope
8125
            if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8126
                local humanoid = part.Parent:FindFirstChild("Humanoid")
8127
                local name = humanoid.Parent.Name
8128
                local exists = false
8129
                for _, n in pairs(already_found) do
8130
                    if n == name then
8131
                        exists = true
8132
                    end
8133
                end
8134
                if not exists then
8135
                    table.insert(already_found, name)
8136
                    table.insert(found_humanoids, humanoid)
8137
                end
8138
            elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8139
                local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8140
                local name = humanoid.Parent.Parent.Name
8141
                local exists = false
8142
                for _, n in pairs(already_found) do
8143
                    if n == name then
8144
                        exists = true
8145
                    end
8146
                end
8147
                if not exists then
8148
                    table.insert(already_found, name)
8149
                    table.insert(found_humanoids, humanoid)
8150
                end
8151
            end
8152
        end
8153
    end
8154
    return found_humanoids
8155
end
8156
8157
local humanoids = FindHumanoids()
8158
if #humanoids == 0 then
8159
	for i, v in pairs(humanoids) do
8160
		print(v.Parent.Name)
8161
		if Debounces.Slashing == true then
8162
			v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8163
		elseif Debounces.Slashing == false then
8164
			wait()
8165
		end
8166
	end
8167
	wait(0.3)
8168
end]]--
8169
----------------------------------------------------
8170
--[[mouse.KeyDown:connect(function(key)
8171
	if key == "f" then
8172
		if Debounces.CanAttack == true then
8173
			Debounces.CanAttack = false
8174
			Debounces.NoIdl = true
8175
			Debounces.on = true
8176
			for i = 1, 20 do
8177
				corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8178
				corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8179
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8180
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8181
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8182
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8183
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8184
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6,0.6,-0.2)*CFrame.Angles(math.rad(8),math.rad(22),math.rad(15)), 0.8)
8185
				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.5)
8186
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6,0.6,0.2)*CFrame.Angles(math.rad(-8),math.rad(12),math.rad(-12)), 0.8)
8187
				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)
8188
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)), 0.5)
8189
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.5)
8190
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8191
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8192
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.1)
8193
				lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(5)), 0.1)
8194
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(3), math.rad(0), math.rad(0)), 0.1)
8195
				rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(-5)), 0.1)
8196
				if Debounces.on == false then
8197
					break
8198
				end
8199
				fat.Event:wait()
8200
			end
8201
		end
8202
	end
8203
end)]]--
8204
----------------------------------------------------
8205
mod4 = Instance.new("Model",char)
8206
8207
ptez = {0.7, 0.8, 0.9, 1}
8208
8209
function FindNearestTorso(Position,Distance,SinglePlayer)
8210
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8211
        local List = {}
8212
        for i,v in pairs(workspace:GetChildren())do
8213
            if v:IsA("Model")then
8214
                if v:findFirstChild("Torso")then
8215
                    if v ~= char then
8216
                        if(v.Torso.Position -Position).magnitude <= Distance then
8217
                            table.insert(List,v)
8218
                        end 
8219
                    end 
8220
                end 
8221
            end 
8222
        end
8223
    return List
8224
end
8225
8226
function Slam()
8227
    local part=Instance.new('Part',mod4)
8228
    part.Anchored=true
8229
    part.CanCollide=false
8230
    part.FormFactor='Custom'
8231
    part.Size=Vector3.new(.2,.2,.2)
8232
    part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8233
    part.Transparency=.7
8234
    part.BrickColor=BrickColor.new('Really black')
8235
    mesh=Instance.new('SpecialMesh',part)
8236
    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8237
    mesh.Scale=Vector3.new(3,3,3)
8238
    local part2=Instance.new('Part',mod4)
8239
    part2.Anchored=true
8240
    part2.CanCollide=false
8241
    part2.FormFactor='Custom'
8242
    part2.Size=Vector3.new(.2,.2,.2)
8243
    part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8244
    part2.Transparency=.7
8245
    part2.BrickColor=BrickColor.new('Lime green')
8246
    mesh2=Instance.new('SpecialMesh',part2)
8247
    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8248
    mesh2.Scale=Vector3.new(3,1.5,3)
8249
    x = Instance.new("Sound",larm)
8250
    x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8251
    x.Pitch = ptez[math.random(1,#ptez)]
8252
    x.Volume = 1
8253
    wait(.1)
8254
    x1 = Instance.new("Sound",larm)
8255
    x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8256
    x1.Pitch = ptez[math.random(1,#ptez)]
8257
    x1.Volume = 1
8258
    wait(.1)
8259
	x:Play()
8260
    x1:Play()
8261
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8262
        if v:FindFirstChild('Humanoid') then
8263
            v.Humanoid:TakeDamage(math.random(30,45))
8264
        end
8265
    end
8266
    coroutine.resume(coroutine.create(function() 
8267
        for i=0,0.62,0.13 do
8268
            wait()
8269
            part.CFrame=part.CFrame
8270
            part.Transparency=i
8271
            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8272
            part2.CFrame=part2.CFrame
8273
            part2.Transparency=i
8274
            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8275
            end
8276
        part.Parent=nil
8277
        part2.Parent=nil
8278
        x:Destroy()
8279
    end))
8280
end
8281
----------------------------------------------------
8282
wPart = function(x,y,z,color,tr,cc,an,parent)
8283
    local wp = Instance.new('WedgePart',parent or Weapon)
8284
    wp.formFactor = 'Custom'
8285
    wp.Size = Vector3.new(x,y,z)
8286
    wp.BrickColor = BrickColor.new(color)
8287
    wp.CanCollide = cc
8288
    wp.Transparency = tr
8289
    wp.Anchored = an
8290
    wp.TopSurface,wp.BottomSurface = 0,0
8291
    return wp
8292
end
8293
8294
Mesh = function(par,num,x,y,z)
8295
    local msh = _
8296
    if num == 1 then
8297
        msh = Instance.new("CylinderMesh",par)
8298
    elseif num == 2 then
8299
        msh = Instance.new("SpecialMesh",par)
8300
        msh.MeshType = 3
8301
    elseif num == 3 then
8302
        msh = Instance.new("BlockMesh",par)
8303
    elseif num == 4 then
8304
        msh = Instance.new("SpecialMesh",par)
8305
        msh.MeshType = "Torso"
8306
    elseif type(num) == 'string' then
8307
        msh = Instance.new("SpecialMesh",par)
8308
        msh.MeshId = num
8309
    end 
8310
    msh.Scale = Vector3.new(x,y,z)
8311
    return msh
8312
end
8313
8314
local function CFrameFromTopBack(at, top, back)
8315
    local right = top:Cross(back)
8316
    return CFrame.new(at.x, at.y, at.z,
8317
    right.x, top.x, back.x,
8318
    right.y, top.y, back.y,
8319
    right.z, top.z, back.z)
8320
end
8321
8322
function Triangle(a, b, c)
8323
    local edg1 = (c-a):Dot((b-a).unit)
8324
    local edg2 = (a-b):Dot((c-b).unit)
8325
    local edg3 = (b-c):Dot((a-c).unit)
8326
    if edg1 <= (b-a).magnitude and edg1 >= 0 then
8327
        a, b, c = a, b, c
8328
    elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8329
        a, b, c = b, c, a
8330
    elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8331
        a, b, c = c, a, b
8332
    else 
8333
        print("unreachable")
8334
    end
8335
    local len1 = (c-a):Dot((b-a).unit)
8336
    local len2 = (b-a).magnitude - len1
8337
    local width = (a + (b-a).unit*len1 - c).magnitude
8338
    local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8339
    local list = {}
8340
    if len1 > 0.01 then
8341
        local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8342
        local sz = Vector3.new(0.2, width, len1)
8343
        w1.Size = sz
8344
        local sp = Mesh(w1,2,0,0,0)
8345
        sp.MeshType='Wedge'
8346
        sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8347
        w1:BreakJoints()
8348
        w1.Anchored = true
8349
        w1.Transparency = 0.7
8350
        Spawn(function()
8351
            for i=0,1,0.1 do
8352
                fat.Event:wait()
8353
                w1.Transparency=w1.Transparency+0.03
8354
            end
8355
        end)
8356
        w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8357
        table.insert(list,w1)
8358
    end
8359
    if len2 > 0.01 then
8360
        local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8361
        local sz = Vector3.new(0.2, width, len2) 
8362
        w2.Size = sz
8363
        local sp = Mesh(w2,2,0,0,0)
8364
        sp.MeshType='Wedge'
8365
        sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8366
        w2:BreakJoints()
8367
        w2.Anchored = true
8368
        w2.Transparency = 0.7
8369
        Spawn(function()
8370
            for i=0,1,0.1 do
8371
                fat.Event:wait()
8372
                w2.Transparency=w2.Transparency+0.03
8373
            end
8374
        end)
8375
        w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8376
        table.insert(list,w2)
8377
    end
8378
    return unpack(list)
8379
end
8380
8381
function trail(p,t,h)
8382
	Spawn(function()
8383
		local blcf = p.CFrame
8384
		local scfr = blcf
8385
		for i=1,t do
8386
			local blcf = p.CFrame
8387
			if scfr and (p.Position-scfr.p).magnitude > .1 then
8388
				local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p)
8389
				if a then game.Debris:AddItem(a,1) end 
8390
				if b then game.Debris:AddItem(b,1) end
8391
				local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p)
8392
				if a then game.Debris:AddItem(a,1) end 
8393
				if b then game.Debris:AddItem(b,1) end
8394
				scfr = blcf
8395
			elseif not scfr then
8396
				scfr = blcf
8397
			end
8398
			fat.Event:wait()
8399
		end
8400
		scfr=nil
8401
	end)
8402
end
8403
--trail(char.Sword.Blade,1e1000,5)
8404
----------------------------------------------------
8405
function Dmg()
8406
	local partofdeath = rarm.Zyrodoxa.Hitbox
8407
	local function CreateRegion3FromLocAndSize(Position, Size)
8408
		local SizeOffset = Size/2
8409
		local Point1 = Position - SizeOffset
8410
		local Point2 = Position + SizeOffset
8411
		return Region3.new(Point1, Point2)
8412
	end
8413
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8414
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8415
		Spawn(function()
8416
			if Debounces.Slashing == true and Debounces.Slashed == false then
8417
				Debounces.Slashed = true
8418
				ypcall(function()
8419
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8420
					humanoid:TakeDamage(math.random(10,18))
8421
				end)
8422
				wait(.4)
8423
				Debounces.Slashed = false
8424
			end
8425
		end)
8426
	end
8427
end
8428
----------------------------------------------------
8429
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8430
ptz = {0.7, 0.8, 0.9, 1}
8431
idz = {"161006212", "161006195"}
8432
function attackone()
8433
	for i = 1, 13 do
8434
		corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.3, -1, -0.3) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8435
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8436
		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)
8437
		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)
8438
		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)
8439
		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)
8440
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8441
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8442
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8443
		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)
8444
		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)
8445
		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)
8446
		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)
8447
		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)
8448
		if Debounces.on == false then
8449
			break
8450
		end
8451
		fat.Event:wait()
8452
	end
8453
	trail(rarm.Zyrodoxa.Hitbox,20,2)
8454
	Debounces.Slashing = true
8455
	wait(0.2)
8456
	--[[z = Instance.new("Sound", hed)
8457
	z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8458
	z.Pitch = ptz[math.random(1,#ptz)]
8459
	z.Volume = 1
8460
	wait(.01)
8461
	z:Play()]]--
8462
	for i = 1, 14 do
8463
		Dmg()
8464
		corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8465
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8466
		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)
8467
		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)
8468
		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)
8469
		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)
8470
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8471
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8472
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8473
		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)
8474
		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)
8475
		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)
8476
		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)
8477
		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)
8478
		if Debounces.on == false then break end
8479
		rs:wait()
8480
	end
8481
	Debounces.Slashing = false
8482
end
8483
function attacktwo()
8484
	Debounces.Slashing = true
8485
	for i = 1, 14 do
8486
		Dmg()
8487
		corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8488
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8489
		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)
8490
		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)
8491
		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)
8492
		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)
8493
		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)
8494
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8495
		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)
8496
		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)
8497
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8498
		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)
8499
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8500
		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)
8501
		if Debounces.on == false then
8502
			break
8503
		end
8504
		rs:wait()
8505
	end
8506
end
8507
----------------------------------------------------
8508
ComboNum = 0
8509
mouse.Button1Down:connect(function()
8510
	if Debounces.CanAttack == true then
8511
		Debounces.CanAttack = false
8512
		Debounces.NoIdl = true
8513
		Debounces.on = true
8514
		if ComboNum == 0 then
8515
			attackone()
8516
		elseif ComboNum == 1  then
8517
			attacktwo()
8518
		--[[elseif ComboNum == 2 then
8519
			attackthree()]]--
8520
		end
8521
		ComboNum = ComboNum + 1
8522
		Debounces.CanAttack = true
8523
		Debounces.on = false
8524
		wait(.5)
8525
		if Debounces.CanAttack == true then
8526
			ComboNum = 0
8527
			Debounces.NoIdl = false
8528
		end
8529
	end
8530
end)
8531
----------------------------------------------------
8532
definition = 5
8533
bc = {}
8534
bezierparts = {}
8535
function NoOutline(Part)
8536
	Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8537
end
8538
function draw(p,d)
8539
	for i=1,d do 
8540
		local t = i/d
8541
		bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8542
	end
8543
	for i=1,d do
8544
		local bcs = Instance.new("Part",char)
8545
		NoOutline(bcs)
8546
		bcs.Anchored = true
8547
		bcs.CanCollide = false
8548
		bcs.Material = "Neon"
8549
		bcs.BrickColor = BrickColor.new("Lime green")
8550
		bcs.Size = Vector3.new(1,1,1)
8551
		bcs.Shape = Enum.PartType.Ball
8552
		bcs.CFrame = CFrame.new(bc[i])
8553
		local bcp = Instance.new("Part",char)
8554
		NoOutline(bcp)
8555
		bcp.Anchored = true
8556
		bcp.CanCollide = false
8557
		bcp.Material = "Neon"
8558
		bcp.BrickColor = BrickColor.new("Lime green")
8559
		local cm = Instance.new("CylinderMesh")
8560
		cm.Parent = bcp
8561
		if i ~= 1 then
8562
			bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8563
			bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8564
		else
8565
			bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8566
			bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8567
		end
8568
		table.insert(bezierparts, bcs)
8569
		table.insert(bezierparts, bcp)
8570
	end
8571
	Spawn(function() fat.Event:wait()
8572
		for i,v in pairs(bezierparts) do
8573
			v.Transparency = 1
8574
		end
8575
	end)
8576
end
8577
--local points = {larm.Position,rarn.Position,invisipart.Position}
8578
--draw(points,definition)
8579
mouse.KeyDown:connect(function(key)
8580
    if key == "f" then
8581
        if Debounces.CanAttack == true then
8582
			Debounces.CanAttack = false
8583
			Debounces.NoIdl = true
8584
			Debounces.on = true
8585
			for i = 1, 20 do
8586
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
8587
				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)
8588
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2)
8589
				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)
8590
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
8591
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8592
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
8593
				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)
8594
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8595
				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)
8596
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8597
				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)
8598
				if Debounces.on == false then
8599
					break
8600
				end
8601
				fat.Event:wait()
8602
			end
8603
			rpart = Instance.new("Part",rarm)
8604
			NoOutline(rpart)
8605
			rpart.Anchored = false
8606
			rpart.Size = Vector3.new(1,1,1)
8607
			rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8608
			rpart.Transparency = 1
8609
			newWeld(rarm, rpart, 0, 0, 0)
8610
			rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8611
			lpart = Instance.new("Part",larm)
8612
			NoOutline(lpart)
8613
			lpart.Anchored = false
8614
			lpart.Size = Vector3.new(1,1,1)
8615
			lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8616
			lpart.Transparency = 1
8617
			newWeld(larm, lpart, 0, 0, 0)
8618
			lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8619
			invisipart = Instance.new("Part",torso)
8620
			NoOutline(invisipart)
8621
			invisipart.Anchored = false
8622
			invisipart.Size = Vector3.new(1,1,1)
8623
			invisipart.Transparency = 1
8624
			invisipart.CFrame = torso.CFrame
8625
			newWeld(torso, invisipart, 0, 0, 0)
8626
			invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8627
			table.insert(bezierparts, rpart)
8628
			table.insert(bezierparts, lpart)
8629
			table.insert(bezierparts, invisipart)
8630
			for i = 1, 40 do
8631
				local points = {lpart.Position,invisipart.Position,rpart.Position}
8632
				draw(points,definition)
8633
				--invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8634
				rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.1)
8635
				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)
8636
				larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.1)
8637
				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)
8638
				hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2)
8639
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8640
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2)
8641
				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)
8642
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8643
				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)
8644
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8645
				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)
8646
				if Debounces.on == false then
8647
					break
8648
				end
8649
				fat.Event:wait()
8650
			end
8651
			for i,v in pairs(bezierparts) do
8652
				v:Destroy()
8653
			end
8654
			--draw(points,definition)
8655
			if Debounces.CanAttack == false then
8656
				Debounces.CanAttack = true
8657
				Debounces.NoIdl = false
8658
				Debounces.on = false
8659
			end
8660
		end
8661
	end
8662
end)
8663
----------------------------------------------------
8664
----------------------------------------------------
8665
8666
---------------------------------------------------------------------------------------
8667
----------------------------------------------------
8668
mouse.KeyDown:connect(function(key)
8669
    if key == "b" then
8670
        hum.WalkSpeed = 0.01
8671
        if Debounces.CanAttack == true then
8672
            Debounces.CanAttack = false
8673
            Debounces.NoIdl = true
8674
            Debounces.on = true
8675
            for i = 1,20 do
8676
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8677
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8678
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8679
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8680
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8681
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8682
           
8683
            if Debounces.on == false then break end
8684
            wait()
8685
            end
8686
        wait(1)
8687
        v = Instance.new("Sound")
8688
        v.SoundId = "rbxassetid://435742675"
8689
        v.Parent = char
8690
        v.Looped = false
8691
        v.Pitch = 1
8692
        v.Volume = 16
8693
        wait(.01)
8694
        v:Play()
8695
       
8696
        if Daytime == true then
8697
            Daytime = false
8698
            l.TimeOfDay = 24
8699
        else
8700
            Daytime = true
8701
            l.TimeOfDay = 12
8702
            l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8703
        end
8704
       
8705
            local Shockwave = function()
8706
                local rng1 = Instance.new("Part", char)
8707
                rng1.Anchored = true
8708
                rng1.BrickColor = BrickColor.new("Really black")
8709
                rng1.CanCollide = false
8710
                rng1.FormFactor = 3
8711
                rng1.Name = "Ring"
8712
                rng1.Size = Vector3.new(1, 1, 1)
8713
                rng1.Transparency = 0.35
8714
                rng1.TopSurface = 0
8715
                rng1.BottomSurface = 0
8716
                local rngm1 = Instance.new("SpecialMesh", rng)
8717
                rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8718
                rngm1.Scale = Vector3.new(10, 10, 1)
8719
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8720
                local Wave = Instance.new("Part", game.Workspace--[[?]])
8721
                Wave.Name = "Shockwave"
8722
                Wave.BrickColor = BrickColor.new("Really black")
8723
                Wave.Size = Vector3.new(1, 1, 1)
8724
                Wave.Shape = "Ball"
8725
                Wave.CanCollide = false
8726
                Wave.Anchored = true
8727
                Wave.TopSurface = 0
8728
                Wave.BottomSurface = 0
8729
8730
msh=Instance.new('SpecialMesh',pt)
8731
msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8732
msh.Scale=Vector3.new(8,4,8)
8733
8734
                Wave.Touched:connect(function(hit)
8735
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8736
                        local Occlude = true
8737
                        local NotOccludes = {
8738
                            char.Name;
8739
                            "Wings";
8740
                            "Scythe";
8741
                            "Thingy";
8742
                            "Thingy2"; -- put all of the names in a table pls
8743
                        }
8744
                        for i,v in pairs(NotOccludes) do
8745
                            if hit.Parent.Name == v then
8746
                                Occlude = false
8747
                            end
8748
                        end
8749
                        --if hit.Parent.Name ~= char.Name and hit.Name ~= "Wings" and hit.Name ~= "Scythe" and hit.Name     ~= "Thingy" and hit.Name ~= "Thingy2" and hit.Parent.Name ~= "Wings" and hit.Parent.Name ~= "Scythe" and     hit.Parent.Name ~= "Thingy" and hit.Parent.Name ~= "Thingy2" then
8750
                        if Occlude then
8751
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8752
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8753
                        end
8754
                    end
8755
                end)
8756
               
8757
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8758
               
8759
                coroutine.wrap(function()
8760
                    for i = 1, 20, 0.2 do
8761
                        rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8762
                        rng1.Transparency = i/20
8763
                    wait()
8764
                    end
8765
                    wait()
8766
                    rng1:Destroy()
8767
                end)()
8768
               
8769
                Delay(0, function()
8770
 
8771
                    if Daytime == false then
8772
                       for i = 1, 50, 1 do
8773
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8774
                            Wave.CFrame = char.Torso.CFrame
8775
                            local t = i / 50
8776
                            Wave.Transparency = t
8777
                            wait()
8778
                        end
8779
                    else
8780
                        for i = 1, 50, 1 do
8781
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8782
                            Wave.CFrame = char.Torso.CFrame
8783
                            local t = i / 50
8784
                            Wave.Transparency = t
8785
                            wait()
8786
                        end
8787
                    end
8788
                    Wave:Destroy()
8789
                end)
8790
                Delay(0, function()
8791
                    while wait() do
8792
                        if Wave ~= nil then
8793
                            Wave.CFrame = char.Torso.CFrame
8794
                        else
8795
                            break
8796
                        end
8797
                    end
8798
                end)
8799
            end
8800
        Shockwave()
8801
       
8802
 
8803
 for i = 1, 15 do
8804
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8805
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8806
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8807
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8808
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8809
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8810
            if Debounces.on == false then break end
8811
            wait()
8812
        end
8813
        for i = 1, 15 do
8814
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8815
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8816
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8817
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8818
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8819
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8820
            if Debounces.on == false then break end
8821
            wait()
8822
        end
8823
        for i = 1, 15 do
8824
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8825
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8826
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8827
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8828
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8829
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8830
            if Debounces.on == false then break end
8831
            wait()
8832
        end
8833
        for i = 1, 15 do
8834
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8835
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8836
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8837
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8838
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8839
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8840
            if Debounces.on == false then break end
8841
            wait()
8842
        end
8843
        for i = 1, 15 do
8844
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-130)), 0.2)
8845
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(70)), 0.2)
8846
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8847
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20),     math.rad(0)), 0.2)
8848
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8849
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8850
            if Debounces.on == false then break end
8851
            wait()
8852
        end
8853
        for i = 1, 15 do
8854
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(-70)), 0.2)
8855
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0),     math.rad(130)), 0.2)
8856
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8857
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(-20),     math.rad(0)), 0.2)
8858
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8859
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8860
            if Debounces.on == false then break end
8861
            wait()
8862
        end
8863
        wait(1.4)
8864
        Debounces.NoIdl = false
8865
        hum.WalkSpeed = 16
8866
        Debounces.on = false
8867
        wait()
8868
        if Debounces.CanAttack == false then
8869
            Debounces.CanAttack = true
8870
            v:Destroy()
8871
           end
8872
        end
8873
    end
8874
end)
8875
------------------------------------------
8876
8877
-------------------------------------------------
8878
Grab = false
8879
mouse.KeyDown:connect(function(key)
8880
    if key == "z" then
8881
        Debounces.on = true
8882
        Debounces.NoIdl = true
8883
		Debounces.ks = true
8884
        if Grab == false then
8885
        gp = nil
8886
        for i = 1, 20 do
8887
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
8888
			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.5)
8889
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2)
8890
			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)
8891
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8892
			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)
8893
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8894
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8895
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2)
8896
			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)
8897
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2)
8898
            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)
8899
			if Debounces.on == false then break end
8900
            fat.Event:wait()
8901
        end
8902
        con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8903
		ht = hit.Parent
8904
			for i,v in pairs(ht:GetChildren()) do 
8905
				if v:IsA("Part") then
8906
					v.CanCollide = false
8907
					v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8908
				end
8909
			end
8910
			hum1=ht:FindFirstChild('Humanoid')
8911
			if hum1 ~= nil then
8912
				if Debounces.ks==true then
8913
					z = Instance.new("Sound",hed)
8914
					z.SoundId = "rbxassetid://169380525"
8915
					z.Volume = 1
8916
					z:Play()
8917
					Debounces.ks=false
8918
				end
8919
				hum1.PlatformStand=true
8920
				hum1:ChangeState'Physics'
8921
				gp = ht
8922
				Grab = true
8923
				asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
8924
				asd.Parent = larm
8925
				asd.Name = "asd"
8926
				asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
8927
				stanceToggle = "Grabbed"
8928
			--[[elseif hum1 == nil then
8929
				con1:disconnect()
8930
				wait() return]]--
8931
			end
8932
        end)
8933
        for i = 1, 20 do
8934
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2)
8935
			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.5)
8936
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2)
8937
			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)
8938
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
8939
			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)
8940
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
8941
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8942
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2)
8943
			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)
8944
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
8945
            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)
8946
			if Debounces.on == false then break end
8947
            fat.Event:wait()
8948
        end
8949
		con1:disconnect()
8950
		Debounces.on = false
8951
		Debounces.NoIdl = false
8952
		elseif Grab == true then
8953
        Grab = false
8954
			--[[for i = 1, 16 do
8955
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
8956
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3)
8957
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
8958
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
8959
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
8960
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
8961
			cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
8962
			if Debounces.on == false then end
8963
			rs:wait()
8964
		end]]--
8965
			for i = 1, 16 do
8966
			rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.3)
8967
			rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.5)
8968
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(0)), 0.3)
8969
			larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(60)), 0.5)
8970
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
8971
			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)
8972
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
8973
			torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5)
8974
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3)
8975
			lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
8976
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
8977
			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)
8978
			if Debounces.on == false then end
8979
			rs:wait()
8980
		end
8981
		for i = 1, 12 do
8982
			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.6)
8983
            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.5)
8984
			larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6)
8985
            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)
8986
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6)
8987
            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)
8988
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6)
8989
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5)
8990
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
8991
            lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4)
8992
			rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6)
8993
			rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4)
8994
			if Debounces.on == false then end
8995
			rs:wait()
8996
		end
8997
		Slam()
8998
		if gp ~= nil then
8999
			for i,v in pairs(larm:GetChildren()) do
9000
				if v.Name == "asd" and v:IsA("Weld") then
9001
					v:Remove()
9002
				end
9003
				if v:IsA("Part") then
9004
					v.CanCollide = true
9005
					v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9006
				end
9007
			end
9008
		end
9009
		stanceToggle = "Idle1"
9010
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9011
        bv.maxForce = Vector3.new(400000, 400000, 400000)
9012
        bv.P = 125000
9013
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
9014
        ht=nil
9015
        Debounces.on = false
9016
        Debounces.NoIdl = false
9017
        elseif ht == nil then wait()
9018
			Grab = false
9019
			Debounces.on = false
9020
			Debounces.NoIdl = false
9021
        end
9022
    end
9023
end)
9024
----------------------------------------------------
9025
-------------------------------------------------------------------------------------------------
9026
9027
----------------------------------------------------
9028
9029
9030
----------------------------------------------------
9031
----------------------------------------------------
9032
------------------------------------------------
9033
pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9034
mouse.KeyDown:connect(function(key)
9035
    if key == "e" then
9036
        if Debounces.CanAttack == true then
9037
            Debounces.CanAttack = false
9038
            Debounces.NoIdl = true
9039
            Debounces.on = true
9040
            Debounces.ks = true
9041
    larm.Touched:connect(function(ht)
9042
        hit = ht.Parent
9043
        if ht and hit:IsA("Model") then
9044
                if hit:FindFirstChild("Humanoid") then
9045
                    if hit.Name ~= p.Name then
9046
                        if Debounces.Slapping == true and Debounces.Slapped == false then
9047
                                Debounces.Slapped = true
9048
                                    if Debounces.ks==true then
9049
                                    z = Instance.new("Sound",hed)
9050
                                    z.SoundId = "rbxassetid://169380525"
9051
                                    z.Volume = 1
9052
                                    z:Play()
9053
                                    z1 = Instance.new("Sound",char)
9054
                                    z1.SoundId = "rbxassetid://261010715"
9055
                                    z1.Pitch = pts[math.random(1,#pts)]
9056
                                    z1.Volume = 1
9057
                                    z2 = Instance.new("Sound",char)
9058
                                    z2.SoundId = "rbxassetid://261010715"
9059
                                    z2.Pitch = z1.Pitch
9060
                                    z2.Volume = 1
9061
                                    z3 = Instance.new("Sound",char)
9062
                                    z3.SoundId = "rbxassetid://261010715"
9063
                                    z3.Pitch = z1.Pitch
9064
                                    z3.Volume = 1
9065
if Profanity == true then
9066
                                    z1:Play()
9067
                                    z2:Play()
9068
                                    z3:Play()
9069
else end
9070
                                    Debounces.ks=false
9071
                                    end
9072
                                    hit:FindFirstChild("Humanoid"):TakeDamage(10)
9073
                                    hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9074
                                wait(.5)
9075
                                Debounces.Slapped = false
9076
                                z:Destroy()
9077
                                z1:Destroy()
9078
                                z2:Destroy()
9079
                                z3:Destroy()
9080
                        end
9081
                    end
9082
                end
9083
        elseif ht and hit:IsA("Hat") then
9084
            if hit.Parent.Name ~= p.Name then
9085
                if hit.Parent:FindFirstChild("Humanoid") then
9086
                       if Debounces.Slapping == true and Debounces.Slapped == false then
9087
                                Debounces.Slapped = true
9088
                                    if Debounces.ks==true then
9089
                                    z = Instance.new("Sound",hed)
9090
                                    z.SoundId = "rbxassetid://169380525"
9091
                                    z.Volume = 1
9092
                                    z:Play()
9093
                                    z1 = Instance.new("Sound",char)
9094
                                    z1.SoundId = "rbxassetid://261010715"
9095
                                    z1.Pitch = pts[math.random(1,#pts)]
9096
                                    z1.Volume = 1
9097
                                    z2 = Instance.new("Sound",char)
9098
                                    z2.SoundId = "rbxassetid://261010715"
9099
                                    z2.Pitch = z1.Pitch
9100
                                    z2.Volume = 1
9101
                                    z3 = Instance.new("Sound",char)
9102
                                    z3.SoundId = "rbxassetid://261010715"
9103
                                    z3.Pitch = z1.Pitch
9104
                                    z3.Volume = 1
9105
                                    z1:Play()
9106
                                    z2:Play()
9107
                                    z3:Play()
9108
                                    Debounces.ks=false
9109
                                    end
9110
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9111
                                wait(.5)
9112
                    Debounces.Slapped = false
9113
                    z:Destroy()
9114
                    z1:Destroy()
9115
                    z2:Destroy()
9116
                    z3:Destroy()
9117
                    end
9118
                end
9119
            end
9120
        end    
9121
    end)
9122
                for i = 1, 14 do
9123
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.5, -.3) * CFrame.Angles(math.rad(50), 0, math.rad(40)), 0.5)
9124
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.5)
9125
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
9126
                    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)
9127
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9128
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9129
                    if Debounces.on==false then break end
9130
                    rs:wait(2)
9131
                end
9132
                Debounces.Slapping = true
9133
                for i = 1, 20 do
9134
                    larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, 0.7, .3) * CFrame.Angles(math.rad(50), 0, math.rad(-110)), 0.6)
9135
                    rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.6)
9136
                    torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-70), math.rad(0)), 0.6)
9137
                    hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(0), math.rad(70), math.rad(0)), 0.6)
9138
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9139
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9140
                    if Debounces.on==false then break end
9141
                    rs:wait(2)
9142
                end
9143
                Debounces.Slapping = false
9144
            if Debounces.CanAttack == false then
9145
                Debounces.CanAttack = true
9146
                Debounces.NoIdl = false
9147
                Debounces.on = false
9148
            end
9149
        end
9150
    end
9151
end)
9152
-------------------------------
9153
mouse.KeyDown:connect(function(key)
9154
    if key == "t" then
9155
        if Debounces.CanAttack == true then
9156
        Debounces.CanAttack = false
9157
        Debounces.on = true
9158
        Debounces.NoIdl = true
9159
        for i = 1, 20 do
9160
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(-55)), 0.4)
9161
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,0.55,-1) *  CFrame.Angles(math.rad(115), math.rad(0), math.rad(55)), 0.4)
9162
        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.4)
9163
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9164
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9165
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.6) * CFrame.Angles(math.rad(0), 0, math.rad(0)), 0.4)
9166
   
9167
            if Debounces.on == false then break end
9168
            wait()
9169
        end
9170
        Spawn(function()
9171
            local Parts = {}
9172
            for Y = -5,5 do
9173
                local P = Instance.new("Part",char)
9174
                P.Anchored = true
9175
                P.FormFactor = "Custom"
9176
                P.CanCollide = false
9177
                P.Size = Vector3.new(1,2,1)
9178
                P.TopSurface = "SmoothNoOutlines"
9179
                P.BottomSurface = "SmoothNoOutlines"
9180
                P.BrickColor = BrickColor.new("Really black")
9181
                P.Name = tostring(Y)
9182
                local i = (Y+5)/(10)
9183
                i = 1-math.cos(math.pi*i-(math.pi/2))
9184
                P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9185
                --[[P.Touched:connect(function(ht)
9186
                    local hit = ht.Parent
9187
                    if hit:FindFirstChild("Humanoid") then
9188
                        hit.Humanoid:TakeDamage(math.random(20,50))
9189
                    end
9190
                end)]]--
9191
        s = Instance.new("Sound",P)
9192
        s.SoundId = "rbxassetid://228343271"
9193
        s.Volume = 19
9194
        s.Pitch = 0.9
9195
        s:Play()
9196
P.Touched:connect(function(ht)
9197
        hit = ht.Parent
9198
        if ht and hit:IsA("Model") then
9199
                if hit:FindFirstChild("Humanoid") then
9200
                    if hit.Name ~= p.Name then
9201
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9202
                                Debounces.Slashed = true]]--
9203
                                    hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9204
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9205
                                wait(1)
9206
                                --Debounces.Slashed = false
9207
                        --end
9208
                end
9209
                end
9210
        elseif ht and hit:IsA("Hat") then
9211
            if hit.Parent.Name ~= p.Name then
9212
                if hit.Parent:FindFirstChild("Humanoid") then
9213
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9214
                                Debounces.Slashed = true]]--
9215
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9216
                                hit:FindFirstChild("Humanoid").PlatformStand = true
9217
                                wait(1)
9218
                    --Debounces.Slashed = false
9219
                --end
9220
            end
9221
        end
9222
    end
9223
end)
9224
                Parts[#Parts+1] = P
9225
            end
9226
            local BREAKIT = false
9227
            local CParts = {}
9228
            local Rocks = {}
9229
            local LastPos = nil
9230
            for i = 1,70 do
9231
                for i2,v in pairs(Parts) do
9232
                    v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9233
                    local cf = v.CFrame
9234
                    v.Size = v.Size+Vector3.new(0.4,0.35,0)
9235
                    v.CFrame = cf
9236
                    v.Transparency = v.Transparency+0.02
9237
                    if v.Transparency >= 0.975 then BREAKIT = true end
9238
                    if v.Name == "0" then
9239
                        local Ignore = {}
9240
                        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9241
                            if v.Character ~= nil then
9242
                                Ignore[#Ignore+1] = v.Character
9243
                            end
9244
                        end
9245
                        local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9246
                        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9247
                        if Hit ~= nil then
9248
                            if #Rocks == 0 then
9249
                                for i = 1,5 do
9250
                                    local P = Instance.new("Part",char)
9251
                                    Rocks[#Rocks+1] = P
9252
                                    P.Anchored = true
9253
                                    P.FormFactor = "Custom"
9254
                                    P.BrickColor = Hit.BrickColor
9255
                                    P.Material = Hit.Material
9256
                                    P.TopSurface = "Smooth"
9257
                                    P.BottomSurface = "Smooth"
9258
                                    P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9259
                                end
9260
                            end
9261
                            for i,P in pairs(Rocks) do
9262
                                P.CFrame = ((CFrame.new(Pos)*(v.CFrame-v.Position))*CFrame.new(math.random(-math.ceil(v.Size.X/2),math.ceil(v.Size.X/2)),0,-math.random(5,8))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
9263
                            end
9264
                            local P = Instance.new("Part",char)
9265
                            CParts[#CParts+1] = {P,tick()}
9266
                            P.Anchored = true
9267
                            P.FormFactor = "Custom"
9268
                            P.BrickColor = Hit.BrickColor
9269
                            P.Material = Hit.Material
9270
                            P.TopSurface = "Smooth"
9271
                            P.BottomSurface = "Smooth"
9272
                            P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9273
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9274
                            Pos = Pos.p
9275
                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(20,50)))
9276
                            local P = P:Clone()
9277
                            CParts[#CParts+1] = {P,tick()}
9278
                            P.Parent = char
9279
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9280
                            Pos = Pos.p
9281
                            P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
9282
                            if LastPos ~= nil then
9283
                                local P = P:Clone()
9284
                                CParts[#CParts+1] = {P,tick()}
9285
                                P.Parent = char
9286
                                P.BrickColor = BrickColor.new("Really black")
9287
                                Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9288
                                Pos = Pos.p
9289
                                local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9290
                                P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9291
                                --P.Velocity = Vector3.new(0,-1000,0)
9292
                                P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9293
                            end
9294
                            LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9295
                        end
9296
                    end
9297
                end
9298
                if BREAKIT then break end
9299
                wait(0.002)
9300
            end
9301
            for i,v in pairs(Rocks) do
9302
                CParts[#CParts+1] = {v,tick()}
9303
            end
9304
            for i,v in pairs(Parts) do
9305
                v:Destroy()
9306
            end
9307
            Parts = nil
9308
            while true do
9309
                local t = tick()
9310
                local p = nil
9311
                for i,v in pairs(CParts) do
9312
                    if t-v[2] > 4 then
9313
                        v[1].Transparency = v[1].Transparency+0.05
9314
                        if v[1].Transparency >= 1 then
9315
                            v[1]:Destroy()
9316
                            CParts[i] = nil
9317
                        end
9318
                    end
9319
                    p = v
9320
                end
9321
                if p == nil then break end
9322
                wait(0.002)
9323
            end
9324
            for i,v in pairs(CParts) do
9325
                v:Destroy()
9326
            end
9327
            CParts = {}
9328
        end)
9329
        for i = 1, 20 do
9330
        rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(-55)), 0.4)
9331
        larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.15,.4,-1) *   CFrame.Angles(math.rad(50), math.rad(0), math.rad(55)), 0.4)
9332
        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.4)
9333
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9334
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.5, -0.7) * CFrame.Angles(math.rad(40), 0, math.rad(0)), 0.4)
9335
        rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -.45) * CFrame.Angles(math.rad(10), 0, math.rad(0)), 0.4)
9336
       
9337
            if Debounces.on == false then break end
9338
            wait()
9339
        end
9340
    if Debounces.CanAttack == false then
9341
        Debounces.CanAttack = true
9342
        Debounces.on = false
9343
        Debounces.NoIdl = false
9344
            end
9345
        end
9346
    end
9347
end)
9348
----------------------------------------------------
9349
----------------------------------------------------
9350
----------------------------------------------------
9351
-------------------
9352
9353
Change = false
9354
mouse.KeyDown:connect(function(key)
9355
    if key == "n" then
9356
        if Change == false then
9357
            Change = true
9358
        stanceToggle = "Idle2"
9359
    elseif Change == true then
9360
        Change = false
9361
        stanceToggle = "Idle1"
9362
        end
9363
    end
9364
end)
9365
----------------------------------------------------
9366
mod=Instance.new('Model',char)
9367
9368
function charge()
9369
    hed.Velocity=hed.CFrame.lookVector*200
9370
    part=Instance.new('Part',mod)
9371
    part.Anchored=true
9372
    part.CanCollide=false
9373
    part.FormFactor='Custom'
9374
    part.Size=Vector3.new(.2,.2,.2)
9375
    part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9376
    part.Transparency=.7
9377
    part.BrickColor=BrickColor.new('Black')
9378
    mesh=Instance.new('SpecialMesh',part)
9379
    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9380
    mesh.Scale=Vector3.new(10,5,10)
9381
    part2=part:clone()
9382
    part2.Parent=mod
9383
    part2.BrickColor=BrickColor.new('Lime green')
9384
    mesh2=mesh:clone()
9385
    mesh2.Parent=part2
9386
    mesh2.Scale=Vector3.new(20,10,20)
9387
    part3=part2:clone()
9388
    part3.Parent = mod
9389
    part3.BrickColor=BrickColor.new('Really black')
9390
    mesh3=mesh2:clone()
9391
    mesh2.Parent=part3
9392
    mesh3.Scale=Vector3.new(30,15,30)
9393
    coroutine.resume(coroutine.create(function() 
9394
        for i=0,1,0.1 do
9395
            wait()
9396
            part.CFrame=part.CFrame
9397
            part.Transparency=i
9398
            mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9399
            part2.CFrame=part2.CFrame
9400
            part2.Transparency=i
9401
            mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9402
            part3.CFrame=part3.CFrame
9403
            part3.Transparency=i
9404
            mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9405
            end
9406
        part.Parent=nil
9407
        part2.Parent=nil
9408
        part3.Parent = nil
9409
    end))
9410
end
9411
--------------------
9412
mouse.KeyDown:connect(function(key)
9413
    if key == "g" then
9414
    larm.BrickColor = BrickColor.new("Bright red")
9415
    rarm.BrickColor = BrickColor.new("Bright red")
9416
        if Debounces.CanAttack == true then
9417
        Debounces.CanAttack = false
9418
        Debounces.on = true
9419
        Debounces.NoIdl = true
9420
        chrg = lleg.Touched:connect(function(ht)
9421
        hit = ht.Parent
9422
            if ht and hit:IsA("Model") then
9423
                    if hit:FindFirstChild("Humanoid") then
9424
                        if hit.Name ~= p.Name then
9425
                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9426
                                    Debounces.Slashed = true]]--
9427
                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
9428
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9429
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9430
                                    --Debounces.Slashed = false
9431
                            --end
9432
                        end
9433
                    end
9434
            elseif ht and hit:IsA("Hat") then
9435
                if hit.Parent.Name ~= p.Name then
9436
                    if hit.Parent:FindFirstChild("Humanoid") then
9437
                           --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9438
                                    Debounces.Slashed = true]]--
9439
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9440
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9441
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9442
                        --Debounces.Slashed = false
9443
                    end
9444
                end
9445
            end    
9446
        end)
9447
        for i = 1, 14 do
9448
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1, .45, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.5)
9449
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3, .45, -.4)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), 0.5)
9450
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.5)
9451
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.2, 0) * CFrame.Angles(math.rad(0), math.rad(-90), math.rad(0)), 0.5)
9452
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
9453
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(15)), 0.5)
9454
            
9455
            if Debounces.on == false then break end
9456
            wait()
9457
        end
9458
        charge()
9459
        z = Instance.new("Sound",char)
9460
        z.SoundId = "rbxassetid://200632875"
9461
        z.Volume = 1
9462
        z.Pitch = .8
9463
        z1 = Instance.new("Sound",char)
9464
        z1.SoundId = "rbxassetid://200632875"
9465
        z1.Volume = 1
9466
        z1.Pitch = .9
9467
        z:Play()
9468
        z1:Play()
9469
        wait(1)
9470
        z:Destroy()
9471
        z1:Destroy()
9472
        chrg:disconnect()
9473
        if Debounces.CanAttack == false then
9474
            Debounces.CanAttack = true
9475
            Debounces.on = false
9476
            Debounces.NoIdl = false
9477
            larm.BrickColor = BrickColor.new("White")
9478
            rarm.BrickColor = BrickColor.new("White")
9479
            end
9480
        end
9481
    end
9482
end)
9483
------------------------------
9484
mouse.KeyDown:connect(function(key)
9485
    if string.byte(key) == 52 then
9486
		Swing = 2
9487
        char.Humanoid.WalkSpeed = 28
9488
    end
9489
end)
9490
mouse.KeyUp:connect(function(key)
9491
    if string.byte(key) == 52 then
9492
		Swing = 1
9493
        char.Humanoid.WalkSpeed = 16
9494
    end
9495
end)
9496
----------------------------------------------------
9497
9498
-------------------------------------------
9499
CR = torso.Cloak.Rotater
9500
CR2 = torso.Cloak.CapeLevel1
9501
CR3 = torso.Cloak.CapeLevel2
9502
CR4 = torso.Cloak.CapeLevel3
9503
CR5 = torso.Cloak.CapeLevel4
9504
jump = false
9505
rs:connect(function()
9506
    if char.Humanoid.Jump == true then
9507
        jump = true
9508
    else
9509
        jump = false
9510
    end
9511
    char.Humanoid.FreeFalling:connect(function(f)
9512
        if f then
9513
            ffing = true
9514
        else
9515
            ffing = false
9516
        end
9517
    end)
9518
    sine = sine + change
9519
    if jump == true then
9520
        animpose = "Jumping"
9521
    elseif ffing == true then
9522
        animpose = "Freefalling"
9523
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9524
        animpose = "Idle"
9525
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9526
        animpose = "Walking"
9527
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9528
        animpose = "Running"
9529
    end
9530
    RightLeg = CFrame.new(0.5,-1,0)
9531
    LeftLeg = CFrame.new(-0.5,-1,0)
9532
 
9533
    lefth = (torso.CFrame*LeftLeg)
9534
    righth = (torso.CFrame*RightLeg)
9535
 
9536
    speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9537
 
9538
    TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9539
 
9540
    local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9541
    local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9542
    if animpose ~= lastanimpose then
9543
        sine = 0
9544
        if Debounces.NoIdl == false then
9545
            if stanceToggle == "Idle1" then
9546
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3)
9547
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3)
9548
                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)
9549
                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)
9550
                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)
9551
                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)
9552
            elseif stanceToggle == "Idle2" then
9553
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-22-4*math.cos(sine/12)),math.rad(-40-2*math.cos(sine/12)),math.rad(24+2*math.cos(sine/12))), 0.3)
9554
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.6,-0.6)*CFrame.Angles(math.rad(90+4*math.cos(sine/12)),math.rad(0),math.rad(50-2*math.cos(sine/12))), 0.3)
9555
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-6+2.5*math.cos(sine/12)),math.rad(0),math.rad(0)), 0.2)
9556
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20+2*math.cos(sine/12)), math.rad(0), 0), 0.2)
9557
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7-2*math.cos(sine/12)), math.rad(7), math.rad(-5)), 0.2)
9558
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
9559
            end
9560
            fat.Event:wait()
9561
        end
9562
        else
9563
    end
9564
    lastanimpose = animpose
9565
    if Debounces.NoIdl == false then
9566
        if animpose == "Idle" then
9567
            change = 0.5
9568
            if stanceToggle == "Idle1" then
9569
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05+0.03*math.cos(sine/5), 0-0.1*math.cos(sine/10)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9570
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0+8*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.3)
9571
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4-2*math.cos(sine/10)),0,0),0.1)
9572
                CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
9573
                CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
9574
                CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
9575
                CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1)
9576
                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+2.5*math.cos(sine/10)),math.rad(22+7*math.cos(sine/10)),math.rad(15+2*math.cos(sine/10))), 0.8)
9577
                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.5)
9578
                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)
9579
                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)
9580
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.05*math.cos(sine/10))*CFrame.Angles(math.rad(-15+3*math.cos(sine/10)),math.rad(0),math.rad(0)), 0.5)
9581
                hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20-3*math.cos(sine/10)),math.rad(0)), 0.5)
9582
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6+3*math.cos(sine/10)), math.rad(0), 0), 0.1)
9583
                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(-20+3*math.cos(sine/10)), 0), 0.1)
9584
                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)
9585
                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)
9586
                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)
9587
                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)
9588
            elseif stanceToggle == "Idle2" then
9589
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9590
                CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
9591
                CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
9592
                CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1)
9593
                CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-8-1*math.cos(sine/6)),0,0),0.1)
9594
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9595
                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)
9596
                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)
9597
                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)
9598
                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)
9599
                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)
9600
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9601
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9602
                --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)
9603
                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)
9604
                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)
9605
                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)
9606
                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)
9607
                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)
9608
            elseif stanceToggle == "Grabbed" then
9609
                grab = true
9610
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9611
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9612
                rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2)
9613
                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)
9614
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(90+4*math.cos(sine/14)),math.rad(0),math.rad(-80+4*math.cos(sine/14))), 0.3)
9615
                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)
9616
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3)
9617
                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)
9618
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9619
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9620
                lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3)
9621
                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)
9622
                rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3)
9623
                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)
9624
            end
9625
        elseif animpose == "Walking" then
9626
            if stanceToggle == "Grabbed" then
9627
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9628
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9629
                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)
9630
                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)
9631
                larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120+4*math.cos(sine/2)),math.rad(0),math.rad(-30+4*math.cos(sine/4))), 0.3)
9632
                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)
9633
                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)
9634
                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)
9635
                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)
9636
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9637
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9638
                lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
9639
                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)
9640
                rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
9641
                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)
9642
            elseif stanceToggle ~= "Grabbed" then
9643
                change = 1
9644
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9645
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9646
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-22-2*math.cos(sine/2)),0,0),0.2)
9647
                CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-3*math.cos(sine/2)),0,0),0.2)
9648
                CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-4*math.cos(sine/2)),0,0),0.2)
9649
                CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-5*math.cos(sine/2)),0,0),0.2)
9650
                CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-6*math.cos(sine/2)),0,0),0.2)
9651
                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)
9652
                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)
9653
                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)
9654
                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)
9655
                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)
9656
                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)
9657
                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)
9658
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9659
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9660
                --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)
9661
                lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8)
9662
                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)
9663
                --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)
9664
                rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8)
9665
                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)
9666
            end
9667
        elseif animpose == "Running" then
9668
            change = 1
9669
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9670
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9671
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-56-10*math.cos(sine/2)),0,0),0.2)
9672
            CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
9673
            CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
9674
            CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
9675
            CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2)
9676
            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)
9677
            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)
9678
            larm.Weld.C0 = Lerp(larm.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)
9679
            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)
9680
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.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)
9681
            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)
9682
            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)
9683
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9684
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.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), .8)
9685
            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)
9686
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.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), .8)
9687
            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)
9688
        elseif animpose == "Jumping" then
9689
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9690
            CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
9691
            CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
9692
            CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
9693
            CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2)
9694
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9695
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9696
            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)
9697
            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)
9698
            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)
9699
            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)
9700
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9701
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9702
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9703
            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)
9704
            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)
9705
            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)
9706
            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)
9707
        elseif animpose == "Freefalling" then
9708
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9709
            CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
9710
            CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
9711
            CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
9712
            CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2)
9713
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9714
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9715
            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)
9716
            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)
9717
            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)
9718
            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)
9719
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9720
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9721
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9722
            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)
9723
            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)
9724
            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)
9725
            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)
9726
        end
9727
    end
9728
end)
9729
hum.MaxHealth = 5000
9730
wait(3)
9731
hum.Health = 5000
9732
while wait() do
9733
    wait(5)
9734
    for i=1,100 do wait()
9735
        Amulite.Brightness=Amulite.Brightness+0.02
9736
    end
9737
    for i=1,100 do wait()
9738
        Amulite.Brightness=Amulite.Brightness-0.02
9739
    end
9740
end