View difference between Paste ID: jBvTQAiW and j3Wq57Mv
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://0"
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://0"
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
109+
110-
                local value3 = 20
110+
111
sa2.Pitch = 1
112
sa2.Volume = 10
113
sa2.Looped = false
114
sa2:Play()
115
                local wave = Instance.new("Part", torso)
116
local glowz = Instance.new("ParticleEmitter",wave)
117
glowz.LightEmission = 1
118
glowz.Texture = "0"
119
glowz.Color = ColorSequence.new(wit)
120
glowz.Size = NumberSequence.new(30)
121
glowz.Speed = NumberRange.new(25,100)
122
glowz.LockedToPart = false
123
glowz.Transparency = NumberSequence.new(0.75)
124
glowz.RotSpeed = NumberRange.new(-2000,2000)
125
glowz.Lifetime = NumberRange.new(1)
126
glowz.Rate = 50000
127
glowz.VelocitySpread = 9001
128
129
                wave.BrickColor = BrickColor.new("Lime green")
130
                wave.Anchored = true
131
                wave.CanCollide = false
132
                wave.Locked = true
133
                wave.Size = Vector3.new(1, 1, 1)
134
                wave.TopSurface = "Smooth"
135
                wave.BottomSurface = "Smooth"
136
                wave.Transparency = 0.35
137
                wave.CFrame = fx.CFrame
138
                wave.Material = "Neon"
139
                wm = Instance.new("SpecialMesh", wave)
140
                wm.MeshType = "Sphere"
141
                wm.Scale = Vector3.new(1,1,1)
142
                local wave2 = Instance.new("Part", torso)
143
                wave2.BrickColor = BrickColor.new("Lime green")
144
                wave2.Anchored = true
145
                wave2.CanCollide = false
146
                wave2.Locked = true
147
                wave2.Size = Vector3.new(1, 1, 1)
148
                wave2.TopSurface = "Smooth"
149
                wave2.BottomSurface = "Smooth"
150
                wave2.Transparency = 0.35
151
                wave2.CFrame = fx.CFrame
152
                wave2.Material = "Neon"
153
                wm2 = Instance.new("SpecialMesh", wave2)
154
                wm2.MeshType = "FileMesh"
155
                wm2.MeshId = "http://www.roblox.com/asset/?id=0"
156
                wm2.Scale = Vector3.new(1,1,1)
157
                local wave3 = Instance.new("Part", torso)
158
                wave3.BrickColor = BrickColor.new("Really black")
159
                wave3.Anchored = true
160
                wave3.CanCollide = false
161
                wave3.Locked = true
162
                wave3.Size = Vector3.new(1, 1, 1)
163
                wave3.TopSurface = "Smooth"
164
                wave3.BottomSurface = "Smooth"
165
                wave3.Transparency = 0.35
166
                wave3.CFrame = fx.CFrame
167
                wave3.Material = "Neon"
168
                wm3 = Instance.new("SpecialMesh", wave3)
169
                wm3.MeshType = "FileMesh"
170
                wm3.MeshId = "http://www.roblox.com/asset/?id=0"
171
                wm3.Scale = Vector3.new(1,1,1)
172
                coroutine.wrap(function()
173
                for i = 1, 18, 1 do
174
                value = value - 0.5
175
                value2 = value2 - 0.75*1.5
176
                value3 = value3 - 0.475*1.5
177
                wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
178
                wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
179
                wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
180
                --wave.Size = wm.Scale
181
                wave.CFrame = fx.CFrame
182
                wave.Transparency = i/14
183
                --wave2.Size = wm2.Scale
184
                wave2.CFrame = fx.CFrame
185
                wave2.Rotation = Vector3.new(90, 0, 0)
186
                wave2.Transparency = i/14
187
                --wave3.Size = wm3.Scale
188
                wave3.CFrame = fx.CFrame
189
                wave3.Rotation = Vector3.new(90, 0, 0)
190
                wave3.Transparency = i/14
191
                wait()
192
                glowz.Rate = 0
193
                
194
                end
195
                wait()
196
                wave:Destroy()
197
                wave2:Destroy()
198
                wave3:Destroy()
199
        end)()
200
        elseif Transforming == false then
201
        wait()
202
        end
203
end
204
205
for i = 1, 100 do rs:wait()
206
        fx.CFrame = torso.CFrame
207
end
208
209
Spawn(function()
210
	while wait(1) do
211
		GroundWave()
212
	end
213
end)
214
215
wait(4)
216
217
Transforming = false
218
219
local value2 = 1
220
for i = 1, 20 do rs:wait()
221
        value2 = value2 - 0.05
222
        glowz.Rate = 0
223
     
224
        fx.Transparency = fx.Transparency + (1/20)
225
        fx.CFrame = torso.CFrame
226
        fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
227
        rs:wait()
228
end
229
glowz:Destroy()
230
231
232
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
233
        local valuer = 5
234
        local valuer2 = 10
235
        local valuer3 = 15
236
local sa2 = Instance.new("Sound",torso)
237
sa2.SoundId = "rbxassetid://130972023"
238
sa2.Pitch = 1
239
sa2.Volume = 5
240
sa2.Looped = false
241
sa2:Play()
242
local sar2 = Instance.new("Sound",torso)
243
sar2.SoundId = "rbxassetid://153274423"
244
sar2.Pitch = 1
245
sar2.Volume = 5
246
sar2.Looped = false
247
sar2:Play()
248
        local wave = Instance.new("Part", torso)
249
        wave.BrickColor = BrickColor.new("Lime green")
250
        wave.Anchored = true
251
        wave.CanCollide = false
252
        wave.Locked = true
253
        wave.Size = Vector3.new(1, 1, 1)
254
        wave.TopSurface = "Smooth"
255
        wave.BottomSurface = "Smooth"
256
        wave.Transparency = 0.35
257
        wave.CFrame = HandCF
258
        wm = Instance.new("SpecialMesh", wave)
259
        wm.MeshId = "rbxassetid://3270017"
260
        local wave2 = Instance.new("Part", torso)
261
        wave2.BrickColor = BrickColor.new("Really black")
262
        wave2.Anchored = true
263
        wave2.CanCollide = false
264
        wave2.Locked = true
265
        wave2.Size = Vector3.new(1, 1, 1)
266
        wave2.TopSurface = "Smooth"
267
        wave2.BottomSurface = "Smooth"
268
        wave2.Transparency = 0.35
269
        wave2.CFrame = HandCF
270
        wm2 = Instance.new("SpecialMesh", wave2)
271
        wm2.MeshId = "rbxassetid://3270017"
272
        local wave3 = Instance.new("Part", torso)
273
        wave3.BrickColor = BrickColor.new("Lime green")
274
        wave3.Anchored = true
275
        wave3.CanCollide = false
276
        wave3.Locked = true
277
        wave3.Size = Vector3.new(1, 1, 1)
278
        wave3.TopSurface = "Smooth"
279
        wave3.BottomSurface = "Smooth"
280
        wave3.Transparency = 0.35
281
        wave3.CFrame = HandCF
282
        wm3 = Instance.new("SpecialMesh", wave3)
283
        wm3.MeshId = "rbxassetid://3270017"
284
        coroutine.wrap(function()
285
        for i = 1, 14, 1 do
286
        valuer = valuer - 0.35
287
        valuer2 = valuer - 0.45
288
        valuer3 = valuer3 - 0.475
289
        wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
290
        wave.Size = wm.Scale
291
        wave.CFrame = HandCF
292
        wave.Transparency = i/14
293
        wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
294
        wave2.Size = wm2.Scale
295
        wave2.CFrame = HandCF
296
        wave2.Transparency = i/14
297
        wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
298
        wave3.Size = wm2.Scale
299
        wave3.CFrame = HandCF
300
        wave3.Transparency = i/14
301
        wait()
302
        end
303
        wait()
304
        wave:Destroy()
305
        wave2:Destroy()
306
end)()
307
hum.WalkSpeed = 16
308
--------------------
309
310
------------
311
fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
312
fire.Color = Color3.new(0,1,0)
313
fire.SecondaryColor = Color3.new(0,1,0)
314
fire.Enabled = true
315
--------------------------------------------------------------------------------------------------------
316
plr=game:service'Players'.LocalPlayer
317
chr=plr.Character
318
local ms = plr:GetMouse()
319
CV="Bright red"
320
 
321
local txt = Instance.new("BillboardGui", chr)
322
txt.Adornee = chr.Head
323
txt.Name = "_status"
324
txt.Size = UDim2.new(4, 0, 2.5, 0)
325
txt.StudsOffset = Vector3.new(-4, 2, 0)
326
local text = Instance.new("TextLabel", txt)
327
text.Size = UDim2.new(3, 0, 0.5, 0)
328
text.FontSize = "Size24"
329
text.TextScaled = true
330
text.TextTransparency = 0
331
text.BackgroundTransparency = 1
332
text.TextTransparency = 0
333
text.TextStrokeTransparency = 0
334
text.Font = "Bodoni"
335
text.TextStrokeColor3 = Color3.new(0,1,0)
336
text.Text = "Pumpkin Overseer" 
337
--------------------------------------------------------
338
char["Body Colors"].HeadColor = BrickColor.new("Really black")
339
char["Body Colors"].TorsoColor = BrickColor.new("Really black")
340
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
341
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
342
--------------------------------------------------------------
343
fat = Instance.new("BindableEvent",script)
344
fat.Name = "Heartbeat"
345
346
script:WaitForChild("Heartbeat")
347
348
frame = 1/30
349
tf = 0
350
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.
351
tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
352
lastframe = tick()
353
script.Heartbeat:Fire() --ayy lmao
354
355
game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
356
	tf = tf + s
357
	if tf >= frame then
358
		if allowframeloss then
359
			script.Heartbeat:Fire()
360
			lastframe=tick()
361
		else
362
			--print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
363
			for i=1, math.floor(tf/frame) do
364
				script.Heartbeat:Fire()
365
			end
366
			lastframe=tick()
367
		end
368
		if tossremainder then
369
			tf = 0
370
		else
371
			tf = tf - frame * math.floor(tf/frame)
372
		end
373
	end
374
end)
375
----------------------------------------------------
376
for i,v in pairs(char:children()) do
377
    if v:IsA("Hat") then
378
        v:Destroy()
379
    end
380
end
381
for i,v in pairs (hed:GetChildren()) do
382
	if v:IsA("Sound") then
383
		v:Destroy()
384
	end
385
end
386
----------------------------------------------------
387
Debounces = {
388
CanAttack = true;
389
CanJoke = true;
390
NoIdl = false;
391
Slashing = false;
392
Slashed = false;
393
ks = false;
394
}
395
----------------------------------------------------
396
function weld5(part0, part1, c0, c1)
397
    weeld=Instance.new("Weld", part0)
398
    weeld.Part0=part0
399
    weeld.Part1=part1
400
    weeld.C0=c0
401
    weeld.C1=c1
402
    return weeld
403
end
404
----------------------------------------------------
405
function NewPart(prnt,siz,cf,trans,anc,mat,col)
406
	local prt=Instance.new("Part")
407
	prt.Parent=prnt
408
	prt.Name="Part"
409
	prt.Size=siz
410
	prt.CanCollide=false
411
	prt.Anchored=anc
412
	prt.Locked=true
413
	prt.Transparency = trans
414
	prt.TopSurface=10
415
	prt.BottomSurface=10
416
	prt.FrontSurface=10
417
	prt.BackSurface=10
418
	prt.LeftSurface=10
419
	prt.RightSurface=10
420
	prt:BreakJoints()
421
	prt.CFrame=cf or CFrame.new(30,10,30)
422
	prt.Material=mat
423
	prt.BrickColor=BrickColor.new(col)
424
	m=Instance.new("SpecialMesh",prt)
425
	m.MeshType=6
426
	return prt
427
end
428
----------------------------------------------------
429
function lerp(a, b, t) -- Linear interpolation
430
	return a + (b - a)*t
431
end
432
 
433
function slerp(a, b, t) --Spherical interpolation
434
	dot = a:Dot(b)
435
	if dot > 0.99999 or dot < -0.99999 then
436
		return t <= 0.5 and a or b
437
	else
438
		r = math.acos(dot)
439
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
440
	end
441
end
442
 
443
function matrixInterpolate(a, b, t)
444
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
445
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
446
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
447
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
448
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
449
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
450
	local t = v1:Dot(v2)
451
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
452
		return CFrame.new()
453
	end
454
	return CFrame.new(
455
	v0.x, v0.y, v0.z,
456
	v1.x, v1.y, v1.z,
457
	v2.x, v2.y, v2.z,
458
	v3.x, v3.y, v3.z)
459
end
460
----------------------------------------------------
461
function genWeld(a,b)
462
    local w = Instance.new("Weld",a)
463
    w.Part0 = a
464
    w.Part1 = b
465
    return w
466
end
467
function weld(a, b)
468
    local weld = Instance.new("Weld")
469
    weld.Name = "W"
470
    weld.Part0 = a
471
    weld.Part1 = b
472
    weld.C0 = a.CFrame:inverse() * b.CFrame
473
    weld.Parent = a
474
    return weld;
475
end
476
----------------------------------------------------
477
function Lerp(c1,c2,al)
478
	local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
479
	local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
480
	for i,v in pairs(com1) do 
481
		com1[i] = v+(com2[i]-v)*al
482
	end
483
	return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
484
end
485
----------------------------------------------------
486
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
487
	local wld = Instance.new("Weld", wp1)
488
	wld.Part0 = wp0
489
	wld.Part1 = wp1
490
	wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
491
end
492
----------------------------------------------------
493
newWeld(torso, larm, -1.5, 0.5, 0)
494
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
495
newWeld(torso, rarm, 1.5, 0.5, 0)
496
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
497
newWeld(torso, hed, 0, 1.5, 0)
498
newWeld(torso, lleg, -0.5, -1, 0)
499
lleg.Weld.C1 = CFrame.new(0, 1, 0)
500
newWeld(torso, rleg, 0.5, -1, 0)
501
rleg.Weld.C1 = CFrame.new(0, 1, 0)
502
newWeld(root, torso, 0, -1, 0)
503
torso.Weld.C1 = CFrame.new(0, -1, 0)
504
----------------------------------------------------
505
506
hed.face.Texture = "http://www.roblox.com/asset/?id=0"
507
hed.Transparency = 1
508
509
-----------------------
510
LittleWave = function()
511
    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
512
    local Colors = {"Lime green", "Black","Really black"} 
513
        local wave = Instance.new("Part", torso)
514
        
515
516
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])    
517
518
        
519
        wave.Anchored = true
520
        wave.CanCollide = false
521
        wave.Material = "Neon"
522
        wave.Locked = true
523
        wave.Size = Vector3.new(1, 1, 1)
524
        wave.TopSurface = "Smooth"
525
        wave.BottomSurface = "Smooth"
526
        wave.Transparency = 0.35
527
        wave.CFrame = HandCF
528
        wm = Instance.new("SpecialMesh", wave)
529
        wm.MeshId = "rbxassetid://3270017"
530
        coroutine.wrap(function()
531
        for i = 1, 14, 1 do
532
        wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
533
        wave.Size = wm.Scale
534
        wave.CFrame = HandCF
535
        wave.Transparency = i/14
536
        wait()
537
        end
538
        wait()
539
        wave:Destroy()
540
    end)()
541
end
542
 Spawn(function()
543
    while wait(.8) do
544
        LittleWave()    
545
    end
546
end)
547
548
-----------------------------
549
550
------------------------
551
552
-------------------------
553
554
555
----------------------------------------------------
556
z = Instance.new("Sound", char)
557
z.SoundId = "rbxassetid://435750418"
558
z.Looped = true
559
z.Pitch = 1
560
z.Volume = 7
561
wait(.1)
562
z:Play()
563
----------------------------------------------------
564
565
566
---------------------
567
568
New = function(Object, Parent, Name, Data)
569
	local Object = Instance.new(Object)
570
	for Index, Value in pairs(Data or {}) do
571
		Object[Index] = Value
572
	end
573
	Object.Parent = Parent
574
	Object.Name = Name
575
	return Object
576
end
577
----------------------------------------------------
578
--reaper hat
579
for _,x in pairs(char:children()) do
580
if x:IsA('Hat') then x:remove() end
581
if x:IsA('Shirt') then x:remove() end
582
if x:IsA('Pants') then x:remove() end
583
end
584
 
585
local h = Instance.new('Part',  char)
586
h.Name = 'DK Hood'
587
h.Size = Vector3.new(0.5,0.5,0.5)
588
h.CFrame = hed.CFrame
589
h.CanCollide = false
590
--
591
newWeld(hed, h, 0, 0.35, 0)
592
--
593
local m = Instance.new('SpecialMesh', h)
594
m.Name = "Reaper's Cowl"
595
m.MeshType = 'FileMesh'
596
m.Scale = Vector3.new(0.5,0.5,0.5)
597
m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
598
m.VertexColor = Vector3.new(1,1,1)
599
local shirt = Instance.new("Shirt",p.Character)
600
local pants = Instance.new("Pants",p.Character)
601
shirt.ShirtTemplate = "rbxassetid://233027251"
602
pants.PantsTemplate = "rbxassetid://149639608"
603
--Left Arm
604
m = Instance.new("Model")
605
m.Name = "LeftArm"
606
p1 = Instance.new("Part", m)
607
p1.BrickColor = BrickColor.new("Lime green")
608
p1.Material = Enum.Material.Granite
609
p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
610
p1.Size = Vector3.new(1, 0.200000048, 1)
611
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
612
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
613
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
614
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
615
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
616
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
617
b1 = Instance.new("SpecialMesh", p1)
618
b1.MeshType = Enum.MeshType.Brick
619
b1.Name = "Mesh"
620
b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
621
p2 = Instance.new("Part", m)
622
p2.BrickColor = BrickColor.new("Lime green")
623
p2.Material = Enum.Material.Granite
624
p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
625
p2.Size = Vector3.new(1, 0.200000048, 1)
626
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
627
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
628
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
629
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
630
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
631
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
632
b2 = Instance.new("SpecialMesh", p2)
633
b2.MeshType = Enum.MeshType.Brick
634
b2.Name = "Mesh"
635
b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
636
p3 = Instance.new("Part", m)
637
p3.BrickColor = BrickColor.new("Lime green")
638
p3.Material = Enum.Material.Granite
639
p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
640
p3.Size = Vector3.new(1, 0.200000048, 1)
641
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
642
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
643
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
644
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
645
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
646
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
647
b3 = Instance.new("SpecialMesh", p3)
648
b3.MeshType = Enum.MeshType.Brick
649
b3.Name = "Mesh"
650
b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
651
p4 = Instance.new("Part", m)
652
p4.BrickColor = BrickColor.new("Black")
653
p4.Material = Enum.Material.SmoothPlastic
654
p4.Name = "LeftArmPlate"
655
p4.Size = Vector3.new(1, 2, 1)
656
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
657
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
658
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
659
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
660
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
661
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
662
b4 = Instance.new("SpecialMesh", p4)
663
b4.MeshType = Enum.MeshType.Brick
664
b4.Name = "Mesh"
665
b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
666
p5 = Instance.new("Part", m)
667
p5.BrickColor = BrickColor.new("Lime green")
668
p5.Material = Enum.Material.Granite
669
p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
670
p5.Size = Vector3.new(1, 0.200000048, 1)
671
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
672
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
673
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
674
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
675
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
676
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
677
b5 = Instance.new("SpecialMesh", p5)
678
b5.MeshType = Enum.MeshType.Brick
679
b5.Name = "Mesh"
680
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
681
p6 = Instance.new("Part", m)
682
p6.BrickColor = BrickColor.new("Lime green")
683
p6.Material = Enum.Material.Granite
684
p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
685
p6.Size = Vector3.new(1, 0.200000048, 1)
686
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
687
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
688
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
689
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
690
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
691
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
692
b6 = Instance.new("SpecialMesh", p6)
693
b6.MeshType = Enum.MeshType.Brick
694
b6.Name = "Mesh"
695
b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
696
p7 = Instance.new("Part", m)
697
p7.BrickColor = BrickColor.new("Lime green")
698
p7.Material = Enum.Material.Granite
699
p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
700
p7.FormFactor = Enum.FormFactor.Custom
701
p7.Size = Vector3.new(1, 0.200000048, 1)
702
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
703
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
704
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
705
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
706
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
707
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
708
b7 = Instance.new("SpecialMesh", p7)
709
b7.MeshType = Enum.MeshType.Brick
710
b7.Name = "Mesh"
711
b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
712
p8 = Instance.new("Part", m)
713
p8.BrickColor = BrickColor.new("Lime green")
714
p8.Material = Enum.Material.Granite
715
p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
716
p8.FormFactor = Enum.FormFactor.Custom
717
p8.Size = Vector3.new(1, 0.200000048, 1)
718
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
719
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
720
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
721
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
722
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
723
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
724
b8 = Instance.new("SpecialMesh", p8)
725
b8.MeshType = Enum.MeshType.Brick
726
b8.Name = "Mesh"
727
b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
728
p9 = Instance.new("Part", m)
729
p9.BrickColor = BrickColor.new("Lime green")
730
p9.Material = Enum.Material.Granite
731
p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
732
p9.FormFactor = Enum.FormFactor.Custom
733
p9.Size = Vector3.new(1, 0.200000048, 1)
734
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
735
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
736
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
737
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
738
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
739
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
740
b9 = Instance.new("SpecialMesh", p9)
741
b9.MeshType = Enum.MeshType.Brick
742
b9.Name = "Mesh"
743
b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
744
p10 = Instance.new("Part", m)
745
p10.BrickColor = BrickColor.new("Black")
746
p10.Material = Enum.Material.SmoothPlastic
747
p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
748
p10.FormFactor = Enum.FormFactor.Custom
749
p10.Size = Vector3.new(1, 0.349999994, 1)
750
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
751
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
752
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
753
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
754
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
755
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
756
b10 = Instance.new("SpecialMesh", p10)
757
b10.MeshType = Enum.MeshType.Brick
758
b10.Name = "Mesh"
759
b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
760
p11 = Instance.new("Part", m)
761
p11.BrickColor = BrickColor.new("Black")
762
p11.Material = Enum.Material.Metal
763
p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
764
p11.FormFactor = Enum.FormFactor.Custom
765
p11.Size = Vector3.new(1, 0.25, 1)
766
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
767
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
768
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
769
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
770
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
771
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
772
b11 = Instance.new("SpecialMesh", p11)
773
b11.MeshType = Enum.MeshType.Brick
774
b11.Name = "Mesh"
775
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
776
p12 = Instance.new("Part", m)
777
p12.BrickColor = BrickColor.new("Black")
778
p12.Material = Enum.Material.Metal
779
p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
780
p12.FormFactor = Enum.FormFactor.Custom
781
p12.Size = Vector3.new(1, 0.25, 1)
782
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
783
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
784
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
785
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
786
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
787
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
788
b12 = Instance.new("SpecialMesh", p12)
789
b12.MeshType = Enum.MeshType.Brick
790
b12.Name = "Mesh"
791
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
792
p13 = Instance.new("Part", m)
793
p13.BrickColor = BrickColor.new("Black")
794
p13.Material = Enum.Material.Metal
795
p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
796
p13.FormFactor = Enum.FormFactor.Custom
797
p13.Size = Vector3.new(1, 0.25, 1)
798
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
799
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
800
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
801
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
802
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
803
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
804
b13 = Instance.new("SpecialMesh", p13)
805
b13.MeshType = Enum.MeshType.Brick
806
b13.Name = "Mesh"
807
b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
808
p14 = Instance.new("Part", m)
809
p14.BrickColor = BrickColor.new("Black")
810
p14.Material = Enum.Material.Metal
811
p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
812
p14.FormFactor = Enum.FormFactor.Custom
813
p14.Size = Vector3.new(1, 0.25, 1)
814
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
815
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
816
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
817
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
818
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
819
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
820
b14 = Instance.new("SpecialMesh", p14)
821
b14.MeshType = Enum.MeshType.Brick
822
b14.Name = "Mesh"
823
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
824
p15 = Instance.new("Part", m)
825
p15.BrickColor = BrickColor.new("Lime green")
826
p15.Material = Enum.Material.Granite
827
p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
828
p15.FormFactor = Enum.FormFactor.Custom
829
p15.Size = Vector3.new(1, 1, 1)
830
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
831
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
832
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
833
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
834
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
835
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
836
b15 = Instance.new("SpecialMesh", p15)
837
b15.MeshType = Enum.MeshType.Sphere
838
b15.Name = "Mesh"
839
p16 = Instance.new("Part", m)
840
p16.BrickColor = BrickColor.new("Black")
841
p16.Material = Enum.Material.Metal
842
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)
843
p16.FormFactor = Enum.FormFactor.Custom
844
p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
845
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
846
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
847
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
848
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
849
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
850
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
851
b16 = Instance.new("SpecialMesh", p16)
852
b16.MeshType = Enum.MeshType.Brick
853
b16.Name = "Mesh"
854
b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
855
p17 = Instance.new("Part", m)
856
p17.BrickColor = BrickColor.new("Black")
857
p17.Material = Enum.Material.SmoothPlastic
858
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)
859
p17.FormFactor = Enum.FormFactor.Custom
860
p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
861
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
862
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
863
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
864
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
865
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
866
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
867
b17 = Instance.new("SpecialMesh", p17)
868
b17.MeshType = Enum.MeshType.Brick
869
b17.Name = "Mesh"
870
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
871
p18 = Instance.new("Part", m)
872
p18.BrickColor = BrickColor.new("Black")
873
p18.Material = Enum.Material.SmoothPlastic
874
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)
875
p18.FormFactor = Enum.FormFactor.Custom
876
p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
877
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
878
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
879
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
880
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
881
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
882
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
883
b18 = Instance.new("SpecialMesh", p18)
884
b18.MeshType = Enum.MeshType.Brick
885
b18.Name = "Mesh"
886
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
887
p19 = Instance.new("Part", m)
888
p19.BrickColor = BrickColor.new("Black")
889
p19.Material = Enum.Material.SmoothPlastic
890
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)
891
p19.FormFactor = Enum.FormFactor.Custom
892
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
893
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
894
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
895
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
896
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
897
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
898
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
899
b19 = Instance.new("SpecialMesh", p19)
900
b19.MeshType = Enum.MeshType.Brick
901
b19.Name = "Mesh"
902
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
903
p20 = Instance.new("Part", m)
904
p20.BrickColor = BrickColor.new("Really black")
905
p20.Material = Enum.Material.SmoothPlastic
906
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)
907
p20.FormFactor = Enum.FormFactor.Custom
908
p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
909
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
910
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
911
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
912
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
913
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
914
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
915
b20 = Instance.new("SpecialMesh", p20)
916
b20.MeshType = Enum.MeshType.Brick
917
b20.Name = "Mesh"
918
b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
919
p21 = Instance.new("Part", m)
920
p21.BrickColor = BrickColor.new("Black")
921
p21.Material = Enum.Material.Metal
922
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)
923
p21.FormFactor = Enum.FormFactor.Custom
924
p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
925
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
926
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
927
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
928
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
929
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
930
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
931
b21 = Instance.new("SpecialMesh", p21)
932
b21.MeshType = Enum.MeshType.Wedge
933
b21.Name = "Mesh"
934
b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
935
p22 = Instance.new("Part", m)
936
p22.BrickColor = BrickColor.new("Black")
937
p22.Material = Enum.Material.Metal
938
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)
939
p22.FormFactor = Enum.FormFactor.Custom
940
p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
941
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
942
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
943
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
944
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
945
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
946
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
947
b22 = Instance.new("SpecialMesh", p22)
948
b22.MeshType = Enum.MeshType.Brick
949
b22.Name = "Mesh"
950
b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
951
p23 = Instance.new("Part", m)
952
p23.BrickColor = BrickColor.new("Black")
953
p23.Material = Enum.Material.Metal
954
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)
955
p23.FormFactor = Enum.FormFactor.Custom
956
p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
957
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
958
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
959
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
960
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
961
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
962
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
963
b23 = Instance.new("SpecialMesh", p23)
964
b23.MeshType = Enum.MeshType.Brick
965
b23.Name = "Mesh"
966
b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
967
p24 = Instance.new("Part", m)
968
p24.BrickColor = BrickColor.new("Black")
969
p24.Material = Enum.Material.Metal
970
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)
971
p24.FormFactor = Enum.FormFactor.Custom
972
p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
973
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
974
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
975
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
976
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
977
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
978
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
979
b24 = Instance.new("SpecialMesh", p24)
980
b24.MeshType = Enum.MeshType.Brick
981
b24.Name = "Mesh"
982
b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
983
p25 = Instance.new("Part", m)
984
p25.BrickColor = BrickColor.new("Black")
985
p25.Material = Enum.Material.Metal
986
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)
987
p25.FormFactor = Enum.FormFactor.Custom
988
p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
989
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
990
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
991
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
992
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
993
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
994
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
995
b25 = Instance.new("SpecialMesh", p25)
996
b25.MeshType = Enum.MeshType.Brick
997
b25.Name = "Mesh"
998
b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
999
p26 = Instance.new("Part", m)
1000
p26.BrickColor = BrickColor.new("Black")
1001
p26.Material = Enum.Material.Metal
1002
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)
1003
p26.FormFactor = Enum.FormFactor.Custom
1004
p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1005
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1006
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1007
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1008
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1009
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1010
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1011
b26 = Instance.new("SpecialMesh", p26)
1012
b26.MeshType = Enum.MeshType.Brick
1013
b26.Name = "Mesh"
1014
b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1015
p27 = Instance.new("Part", m)
1016
p27.BrickColor = BrickColor.new("Black")
1017
p27.Material = Enum.Material.Metal
1018
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)
1019
p27.FormFactor = Enum.FormFactor.Custom
1020
p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1021
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1022
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1023
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1024
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1025
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1026
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1027
b27 = Instance.new("SpecialMesh", p27)
1028
b27.MeshType = Enum.MeshType.Brick
1029
b27.Name = "Mesh"
1030
b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1031
p28 = Instance.new("Part", m)
1032
p28.BrickColor = BrickColor.new("Black")
1033
p28.Material = Enum.Material.Metal
1034
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)
1035
p28.FormFactor = Enum.FormFactor.Custom
1036
p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1037
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1038
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1039
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1040
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1041
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1042
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1043
b28 = Instance.new("SpecialMesh", p28)
1044
b28.MeshType = Enum.MeshType.Brick
1045
b28.Name = "Mesh"
1046
b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1047
p29 = Instance.new("Part", m)
1048
p29.BrickColor = BrickColor.new("Black")
1049
p29.Material = Enum.Material.Metal
1050
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)
1051
p29.FormFactor = Enum.FormFactor.Custom
1052
p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1053
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1054
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1055
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1056
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1057
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1058
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1059
b29 = Instance.new("SpecialMesh", p29)
1060
b29.MeshType = Enum.MeshType.Brick
1061
b29.Name = "Mesh"
1062
b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1063
p30 = Instance.new("Part", m)
1064
p30.BrickColor = BrickColor.new("Black")
1065
p30.Material = Enum.Material.Metal
1066
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)
1067
p30.FormFactor = Enum.FormFactor.Custom
1068
p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1069
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1070
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1071
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1072
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1073
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1074
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1075
b30 = Instance.new("SpecialMesh", p30)
1076
b30.MeshType = Enum.MeshType.Wedge
1077
b30.Name = "Mesh"
1078
b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1079
p31 = Instance.new("Part", m)
1080
p31.BrickColor = BrickColor.new("Black")
1081
p31.Material = Enum.Material.Metal
1082
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)
1083
p31.FormFactor = Enum.FormFactor.Custom
1084
p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1085
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1086
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1087
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1088
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1089
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1090
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1091
b31 = Instance.new("SpecialMesh", p31)
1092
b31.MeshType = Enum.MeshType.Brick
1093
b31.Name = "Mesh"
1094
b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1095
p32 = Instance.new("Part", m)
1096
p32.BrickColor = BrickColor.new("Black")
1097
p32.Material = Enum.Material.Metal
1098
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)
1099
p32.FormFactor = Enum.FormFactor.Custom
1100
p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1101
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1102
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1103
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1104
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1105
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1106
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1107
b32 = Instance.new("SpecialMesh", p32)
1108
b32.MeshType = Enum.MeshType.Wedge
1109
b32.Name = "Mesh"
1110
b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1111
p33 = Instance.new("Part", m)
1112
p33.BrickColor = BrickColor.new("Black")
1113
p33.Material = Enum.Material.Metal
1114
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)
1115
p33.FormFactor = Enum.FormFactor.Custom
1116
p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1117
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1118
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1119
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1120
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1121
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1122
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1123
b33 = Instance.new("SpecialMesh", p33)
1124
b33.MeshType = Enum.MeshType.Brick
1125
b33.Name = "Mesh"
1126
b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1127
p34 = Instance.new("Part", m)
1128
p34.BrickColor = BrickColor.new("Black")
1129
p34.Material = Enum.Material.Metal
1130
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)
1131
p34.FormFactor = Enum.FormFactor.Custom
1132
p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1133
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1134
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1135
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1136
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1137
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1138
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1139
b34 = Instance.new("SpecialMesh", p34)
1140
b34.MeshType = Enum.MeshType.Brick
1141
b34.Name = "Mesh"
1142
b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1143
w1 = Instance.new("Weld", p1)
1144
w1.Name = "Part_Weld"
1145
w1.Part0 = p1
1146
w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1147
w1.Part1 = p2
1148
w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1149
w2 = Instance.new("Weld", p2)
1150
w2.Name = "Part_Weld"
1151
w2.Part0 = p2
1152
w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1153
w2.Part1 = p3
1154
w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1155
w3 = Instance.new("Weld", p3)
1156
w3.Name = "LeftArmPlate_Weld"
1157
w3.Part0 = p3
1158
w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1159
w3.Part1 = p4
1160
w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1161
w4 = Instance.new("Weld", p4)
1162
w4.Name = "Part_Weld"
1163
w4.Part0 = p4
1164
w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1165
w4.Part1 = p5
1166
w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1167
w5 = Instance.new("Weld", p5)
1168
w5.Name = "Part_Weld"
1169
w5.Part0 = p5
1170
w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1171
w5.Part1 = p6
1172
w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1173
w6 = Instance.new("Weld", p6)
1174
w6.Name = "Part_Weld"
1175
w6.Part0 = p6
1176
w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1177
w6.Part1 = p7
1178
w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1179
w7 = Instance.new("Weld", p7)
1180
w7.Name = "Part_Weld"
1181
w7.Part0 = p7
1182
w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1183
w7.Part1 = p8
1184
w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1185
w8 = Instance.new("Weld", p8)
1186
w8.Name = "Part_Weld"
1187
w8.Part0 = p8
1188
w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1189
w8.Part1 = p9
1190
w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1191
w9 = Instance.new("Weld", p9)
1192
w9.Name = "Part_Weld"
1193
w9.Part0 = p9
1194
w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1195
w9.Part1 = p10
1196
w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1197
w10 = Instance.new("Weld", p10)
1198
w10.Name = "Part_Weld"
1199
w10.Part0 = p10
1200
w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1201
w10.Part1 = p11
1202
w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1203
w11 = Instance.new("Weld", p11)
1204
w11.Name = "Part_Weld"
1205
w11.Part0 = p11
1206
w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1207
w11.Part1 = p12
1208
w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1209
w12 = Instance.new("Weld", p12)
1210
w12.Name = "Part_Weld"
1211
w12.Part0 = p12
1212
w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1213
w12.Part1 = p13
1214
w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1215
w13 = Instance.new("Weld", p13)
1216
w13.Name = "Part_Weld"
1217
w13.Part0 = p13
1218
w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1219
w13.Part1 = p14
1220
w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1221
w14 = Instance.new("Weld", p14)
1222
w14.Name = "Part_Weld"
1223
w14.Part0 = p14
1224
w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1225
w14.Part1 = p15
1226
w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1227
w15 = Instance.new("Weld", p15)
1228
w15.Name = "Part_Weld"
1229
w15.Part0 = p15
1230
w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1231
w15.Part1 = p16
1232
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)
1233
w16 = Instance.new("Weld", p16)
1234
w16.Name = "Part_Weld"
1235
w16.Part0 = p16
1236
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)
1237
w16.Part1 = p17
1238
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)
1239
w17 = Instance.new("Weld", p17)
1240
w17.Name = "Part_Weld"
1241
w17.Part0 = p17
1242
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)
1243
w17.Part1 = p18
1244
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)
1245
w18 = Instance.new("Weld", p18)
1246
w18.Name = "Part_Weld"
1247
w18.Part0 = p18
1248
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)
1249
w18.Part1 = p19
1250
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)
1251
w19 = Instance.new("Weld", p19)
1252
w19.Name = "Part_Weld"
1253
w19.Part0 = p19
1254
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)
1255
w19.Part1 = p20
1256
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)
1257
w20 = Instance.new("Weld", p20)
1258
w20.Name = "Part_Weld"
1259
w20.Part0 = p20
1260
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)
1261
w20.Part1 = p21
1262
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)
1263
w21 = Instance.new("Weld", p21)
1264
w21.Name = "Part_Weld"
1265
w21.Part0 = p21
1266
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)
1267
w21.Part1 = p22
1268
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)
1269
w22 = Instance.new("Weld", p22)
1270
w22.Name = "Part_Weld"
1271
w22.Part0 = p22
1272
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)
1273
w22.Part1 = p23
1274
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)
1275
w23 = Instance.new("Weld", p23)
1276
w23.Name = "Part_Weld"
1277
w23.Part0 = p23
1278
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)
1279
w23.Part1 = p24
1280
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)
1281
w24 = Instance.new("Weld", p24)
1282
w24.Name = "Part_Weld"
1283
w24.Part0 = p24
1284
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)
1285
w24.Part1 = p25
1286
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)
1287
w25 = Instance.new("Weld", p25)
1288
w25.Name = "Part_Weld"
1289
w25.Part0 = p25
1290
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)
1291
w25.Part1 = p26
1292
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)
1293
w26 = Instance.new("Weld", p26)
1294
w26.Name = "Part_Weld"
1295
w26.Part0 = p26
1296
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)
1297
w26.Part1 = p27
1298
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)
1299
w27 = Instance.new("Weld", p27)
1300
w27.Name = "Part_Weld"
1301
w27.Part0 = p27
1302
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)
1303
w27.Part1 = p28
1304
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)
1305
w28 = Instance.new("Weld", p28)
1306
w28.Name = "Part_Weld"
1307
w28.Part0 = p28
1308
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)
1309
w28.Part1 = p29
1310
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)
1311
w29 = Instance.new("Weld", p29)
1312
w29.Name = "Part_Weld"
1313
w29.Part0 = p29
1314
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)
1315
w29.Part1 = p30
1316
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)
1317
w30 = Instance.new("Weld", p30)
1318
w30.Name = "Part_Weld"
1319
w30.Part0 = p30
1320
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)
1321
w30.Part1 = p31
1322
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)
1323
w31 = Instance.new("Weld", p31)
1324
w31.Name = "Part_Weld"
1325
w31.Part0 = p31
1326
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)
1327
w31.Part1 = p32
1328
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)
1329
w32 = Instance.new("Weld", p32)
1330
w32.Name = "Part_Weld"
1331
w32.Part0 = p32
1332
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)
1333
w32.Part1 = p33
1334
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)
1335
w33 = Instance.new("Weld", p33)
1336
w33.Name = "Part_Weld"
1337
w33.Part0 = p33
1338
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)
1339
w33.Part1 = p34
1340
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)
1341
m.Parent = larm
1342
m:MakeJoints()
1343
----------------------------------------------------
1344
local cor = Instance.new("Part", larm.LeftArm)
1345
cor.Name = "Thingy"
1346
cor.Locked = true
1347
cor.BottomSurface = 0
1348
cor.CanCollide = false
1349
cor.Size = Vector3.new(1, 1, 1)
1350
cor.Transparency = 1
1351
cor.TopSurface = 0
1352
corw = Instance.new("Weld", cor)
1353
corw.Part0 = larm
1354
corw.Part1 = cor
1355
corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1356
corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1357
weld1 = Instance.new("Weld", larm.LeftArm)
1358
weld1.Part0 = cor
1359
weld1.Part1 = larm.LeftArm.LeftArmPlate
1360
weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1361
--Right Arm
1362
m2 = Instance.new("Model")
1363
m2.Name = "RightArm"
1364
p1 = Instance.new("Part", m2)
1365
p1.BrickColor = BrickColor.new("Lime green")
1366
p1.Material = Enum.Material.Granite
1367
p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1368
p1.FormFactor = Enum.FormFactor.Custom
1369
p1.Size = Vector3.new(1, 0.200000048, 1)
1370
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1371
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1372
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1373
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1374
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1375
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1376
b1 = Instance.new("SpecialMesh", p1)
1377
b1.MeshType = Enum.MeshType.Brick
1378
b1.Name = "Mesh"
1379
b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1380
p2 = Instance.new("Part", m2)
1381
p2.BrickColor = BrickColor.new("Lime green")
1382
p2.Material = Enum.Material.Granite
1383
p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1384
p2.FormFactor = Enum.FormFactor.Custom
1385
p2.Size = Vector3.new(1, 0.200000048, 1)
1386
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1387
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1388
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1389
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1390
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1391
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1392
b2 = Instance.new("SpecialMesh", p2)
1393
b2.MeshType = Enum.MeshType.Brick
1394
b2.Name = "Mesh"
1395
b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1396
p3 = Instance.new("Part", m2)
1397
p3.BrickColor = BrickColor.new("Lime green")
1398
p3.Material = Enum.Material.Granite
1399
p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1400
p3.FormFactor = Enum.FormFactor.Custom
1401
p3.Size = Vector3.new(1, 0.200000048, 1)
1402
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1403
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1404
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1405
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1406
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1407
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1408
b3 = Instance.new("SpecialMesh", p3)
1409
b3.MeshType = Enum.MeshType.Brick
1410
b3.Name = "Mesh"
1411
b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1412
p4 = Instance.new("Part", m2)
1413
p4.BrickColor = BrickColor.new("Lime green")
1414
p4.Material = Enum.Material.Granite
1415
p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1416
p4.FormFactor = Enum.FormFactor.Custom
1417
p4.Size = Vector3.new(1, 0.200000048, 1)
1418
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1419
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1420
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1421
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1422
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1423
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1424
b4 = Instance.new("SpecialMesh", p4)
1425
b4.MeshType = Enum.MeshType.Brick
1426
b4.Name = "Mesh"
1427
b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1428
p5 = Instance.new("Part", m2)
1429
p5.BrickColor = BrickColor.new("Lime green")
1430
p5.Material = Enum.Material.Granite
1431
p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1432
p5.FormFactor = Enum.FormFactor.Custom
1433
p5.Size = Vector3.new(1, 0.200000048, 1)
1434
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1435
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1436
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1437
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1438
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1439
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1440
b5 = Instance.new("SpecialMesh", p5)
1441
b5.MeshType = Enum.MeshType.Brick
1442
b5.Name = "Mesh"
1443
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1444
p6 = Instance.new("Part", m2)
1445
p6.BrickColor = BrickColor.new("Lime green")
1446
p6.Material = Enum.Material.Granite
1447
p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1448
p6.FormFactor = Enum.FormFactor.Custom
1449
p6.Size = Vector3.new(1, 1, 1)
1450
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1451
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1452
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1453
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1454
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1455
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1456
b6 = Instance.new("SpecialMesh", p6)
1457
b6.MeshType = Enum.MeshType.Sphere
1458
b6.Name = "Mesh"
1459
p7 = Instance.new("Part", m2)
1460
p7.BrickColor = BrickColor.new("Black")
1461
p7.Material = Enum.Material.SmoothPlastic
1462
p7.Name = "RightArmPlate"
1463
p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1464
p7.FormFactor = Enum.FormFactor.Symmetric
1465
p7.Size = Vector3.new(1, 2, 1)
1466
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1467
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1468
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1469
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1470
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1471
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1472
b7 = Instance.new("SpecialMesh", p7)
1473
b7.MeshType = Enum.MeshType.Brick
1474
b7.Name = "Mesh"
1475
b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1476
p8 = Instance.new("Part", m2)
1477
p8.BrickColor = BrickColor.new("Lime green")
1478
p8.Material = Enum.Material.Granite
1479
p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1480
p8.FormFactor = Enum.FormFactor.Custom
1481
p8.Size = Vector3.new(1, 0.200000048, 1)
1482
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1483
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1484
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1485
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1486
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1487
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1488
b8 = Instance.new("SpecialMesh", p8)
1489
b8.MeshType = Enum.MeshType.Brick
1490
b8.Name = "Mesh"
1491
b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1492
p9 = Instance.new("Part", m2)
1493
p9.BrickColor = BrickColor.new("Black")
1494
p9.Material = Enum.Material.SmoothPlastic
1495
p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1496
p9.FormFactor = Enum.FormFactor.Custom
1497
p9.Size = Vector3.new(1, 0.349999994, 1)
1498
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1499
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1500
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1501
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1502
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1503
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1504
b9 = Instance.new("SpecialMesh", p9)
1505
b9.MeshType = Enum.MeshType.Brick
1506
b9.Name = "Mesh"
1507
b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1508
p10 = Instance.new("Part", m2)
1509
p10.BrickColor = BrickColor.new("Black")
1510
p10.Material = Enum.Material.Metal
1511
p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1512
p10.FormFactor = Enum.FormFactor.Custom
1513
p10.Size = Vector3.new(1, 0.25, 1)
1514
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1515
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1516
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1517
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1518
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1519
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1520
b10 = Instance.new("SpecialMesh", p10)
1521
b10.MeshType = Enum.MeshType.Brick
1522
b10.Name = "Mesh"
1523
b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1524
p11 = Instance.new("Part", m2)
1525
p11.BrickColor = BrickColor.new("Black")
1526
p11.Material = Enum.Material.Metal
1527
p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1528
p11.FormFactor = Enum.FormFactor.Custom
1529
p11.Size = Vector3.new(1, 0.25, 1)
1530
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1531
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1532
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1533
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1534
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1535
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1536
b11 = Instance.new("SpecialMesh", p11)
1537
b11.MeshType = Enum.MeshType.Brick
1538
b11.Name = "Mesh"
1539
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1540
p12 = Instance.new("Part", m2)
1541
p12.BrickColor = BrickColor.new("Black")
1542
p12.Material = Enum.Material.Metal
1543
p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1544
p12.FormFactor = Enum.FormFactor.Custom
1545
p12.Size = Vector3.new(1, 0.25, 1)
1546
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1547
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1548
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1549
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1550
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1551
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1552
b12 = Instance.new("SpecialMesh", p12)
1553
b12.MeshType = Enum.MeshType.Brick
1554
b12.Name = "Mesh"
1555
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1556
p13 = Instance.new("Part", m2)
1557
p13.BrickColor = BrickColor.new("Lime green")
1558
p13.Material = Enum.Material.Granite
1559
p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1560
p13.FormFactor = Enum.FormFactor.Custom
1561
p13.Size = Vector3.new(1, 0.200000048, 1)
1562
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1563
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1564
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1565
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1566
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1567
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1568
b13 = Instance.new("SpecialMesh", p13)
1569
b13.MeshType = Enum.MeshType.Brick
1570
b13.Name = "Mesh"
1571
b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1572
p14 = Instance.new("Part", m2)
1573
p14.BrickColor = BrickColor.new("Black")
1574
p14.Material = Enum.Material.Metal
1575
p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1576
p14.FormFactor = Enum.FormFactor.Custom
1577
p14.Size = Vector3.new(1, 0.25, 1)
1578
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1579
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1580
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1581
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1582
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1583
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1584
b14 = Instance.new("SpecialMesh", p14)
1585
b14.MeshType = Enum.MeshType.Brick
1586
b14.Name = "Mesh"
1587
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1588
p15 = Instance.new("Part", m2)
1589
p15.BrickColor = BrickColor.new("Lime green")
1590
p15.Material = Enum.Material.Granite
1591
p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1592
p15.FormFactor = Enum.FormFactor.Custom
1593
p15.Size = Vector3.new(1, 0.200000048, 1)
1594
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1595
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1596
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1597
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1598
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1599
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1600
b15 = Instance.new("SpecialMesh", p15)
1601
b15.MeshType = Enum.MeshType.Brick
1602
b15.Name = "Mesh"
1603
b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1604
p16 = Instance.new("Part", m2)
1605
p16.BrickColor = BrickColor.new("Black")
1606
p16.Material = Enum.Material.SmoothPlastic
1607
p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1608
p16.FormFactor = Enum.FormFactor.Custom
1609
p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1610
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1611
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1612
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1613
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1614
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1615
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1616
b16 = Instance.new("SpecialMesh", p16)
1617
b16.MeshType = Enum.MeshType.Brick
1618
b16.Name = "Mesh"
1619
b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1620
p17 = Instance.new("Part", m2)
1621
p17.BrickColor = BrickColor.new("Black")
1622
p17.Material = Enum.Material.SmoothPlastic
1623
p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1624
p17.FormFactor = Enum.FormFactor.Custom
1625
p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1626
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1627
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1628
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1629
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1630
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1631
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1632
b17 = Instance.new("SpecialMesh", p17)
1633
b17.MeshType = Enum.MeshType.Brick
1634
b17.Name = "Mesh"
1635
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1636
p18 = Instance.new("Part", m2)
1637
p18.BrickColor = BrickColor.new("Really black")
1638
p18.Material = Enum.Material.SmoothPlastic
1639
p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1640
p18.FormFactor = Enum.FormFactor.Custom
1641
p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1642
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1643
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1644
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1645
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1646
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1647
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1648
b18 = Instance.new("SpecialMesh", p18)
1649
b18.MeshType = Enum.MeshType.Brick
1650
b18.Name = "Mesh"
1651
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1652
p19 = Instance.new("Part", m2)
1653
p19.BrickColor = BrickColor.new("Black")
1654
p19.Material = Enum.Material.SmoothPlastic
1655
p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1656
p19.FormFactor = Enum.FormFactor.Custom
1657
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1658
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1659
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1660
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1661
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1662
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1663
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1664
b19 = Instance.new("SpecialMesh", p19)
1665
b19.MeshType = Enum.MeshType.Brick
1666
b19.Name = "Mesh"
1667
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1668
w1 = Instance.new("Weld", p1)
1669
w1.Name = "Part_Weld"
1670
w1.Part0 = p1
1671
w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1672
w1.Part1 = p2
1673
w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1674
w2 = Instance.new("Weld", p2)
1675
w2.Name = "Part_Weld"
1676
w2.Part0 = p2
1677
w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1678
w2.Part1 = p3
1679
w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1680
w3 = Instance.new("Weld", p3)
1681
w3.Name = "Part_Weld"
1682
w3.Part0 = p3
1683
w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1684
w3.Part1 = p4
1685
w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1686
w4 = Instance.new("Weld", p4)
1687
w4.Name = "Part_Weld"
1688
w4.Part0 = p4
1689
w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1690
w4.Part1 = p5
1691
w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1692
w5 = Instance.new("Weld", p5)
1693
w5.Name = "Part_Weld"
1694
w5.Part0 = p5
1695
w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1696
w5.Part1 = p6
1697
w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1698
w6 = Instance.new("Weld", p6)
1699
w6.Name = "RightArmPlate_Weld"
1700
w6.Part0 = p6
1701
w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1702
w6.Part1 = p7
1703
w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1704
w7 = Instance.new("Weld", p7)
1705
w7.Name = "Part_Weld"
1706
w7.Part0 = p7
1707
w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1708
w7.Part1 = p8
1709
w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1710
w8 = Instance.new("Weld", p8)
1711
w8.Name = "Part_Weld"
1712
w8.Part0 = p8
1713
w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1714
w8.Part1 = p9
1715
w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1716
w9 = Instance.new("Weld", p9)
1717
w9.Name = "Part_Weld"
1718
w9.Part0 = p9
1719
w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1720
w9.Part1 = p10
1721
w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1722
w10 = Instance.new("Weld", p10)
1723
w10.Name = "Part_Weld"
1724
w10.Part0 = p10
1725
w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1726
w10.Part1 = p11
1727
w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1728
w11 = Instance.new("Weld", p11)
1729
w11.Name = "Part_Weld"
1730
w11.Part0 = p11
1731
w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1732
w11.Part1 = p12
1733
w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1734
w12 = Instance.new("Weld", p12)
1735
w12.Name = "Part_Weld"
1736
w12.Part0 = p12
1737
w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1738
w12.Part1 = p13
1739
w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1740
w13 = Instance.new("Weld", p13)
1741
w13.Name = "Part_Weld"
1742
w13.Part0 = p13
1743
w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1744
w13.Part1 = p14
1745
w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1746
w14 = Instance.new("Weld", p14)
1747
w14.Name = "Part_Weld"
1748
w14.Part0 = p14
1749
w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1750
w14.Part1 = p15
1751
w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1752
w15 = Instance.new("Weld", p15)
1753
w15.Name = "Part_Weld"
1754
w15.Part0 = p15
1755
w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1756
w15.Part1 = p16
1757
w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1758
w16 = Instance.new("Weld", p16)
1759
w16.Name = "Part_Weld"
1760
w16.Part0 = p16
1761
w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1762
w16.Part1 = p17
1763
w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764
w17 = Instance.new("Weld", p17)
1765
w17.Name = "Part_Weld"
1766
w17.Part0 = p17
1767
w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1768
w17.Part1 = p18
1769
w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770
w18 = Instance.new("Weld", p18)
1771
w18.Name = "Part_Weld"
1772
w18.Part0 = p18
1773
w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1774
w18.Part1 = p19
1775
w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1776
m2.Parent = rarm
1777
m2:MakeJoints()
1778
----------------------------------------------------
1779
local cor2 = Instance.new("Part", rarm.RightArm)
1780
cor2.Name = "Thingy"
1781
cor2.Locked = true
1782
cor2.BottomSurface = 0
1783
cor2.CanCollide = false
1784
cor2.Size = Vector3.new(1, 1, 1)
1785
cor2.Transparency = 1
1786
cor2.TopSurface = 0
1787
corw2 = Instance.new("Weld", cor2)
1788
corw2.Part0 = rarm
1789
corw2.Part1 = cor2
1790
corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1791
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1792
weld2 = Instance.new("Weld", rarm.RightArm)
1793
weld2.Part0 = cor2
1794
weld2.Part1 = rarm.RightArm.RightArmPlate
1795
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1796
--Torso
1797
m3 = Instance.new("Model")
1798
m3.Name = "Torso"
1799
p1 = Instance.new("Part", m3)
1800
p1.BrickColor = BrickColor.new("Really black")
1801
p1.Material = Enum.Material.Metal
1802
p1.Name = "TorsoPlate"
1803
p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1804
p1.CanCollide = false
1805
p1.Locked = true
1806
p1.FormFactor = Enum.FormFactor.Custom
1807
p1.Size = Vector3.new(2, 2, 1)
1808
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1809
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1810
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1811
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1812
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1813
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1814
b1 = Instance.new("SpecialMesh", p1)
1815
b1.MeshType = Enum.MeshType.Brick
1816
b1.Name = "Mesh"
1817
b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1818
p2 = Instance.new("Part", m3)
1819
p2.BrickColor = BrickColor.new("Really black")
1820
p2.Material = Enum.Material.Metal
1821
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)
1822
p2.CanCollide = false
1823
p2.Locked = true
1824
p2.FormFactor = Enum.FormFactor.Custom
1825
p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1826
b2 = Instance.new("SpecialMesh", p2)
1827
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1828
b2.TextureId = ""
1829
b2.MeshType = Enum.MeshType.FileMesh
1830
b2.Name = "Mesh"
1831
b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1832
p3 = Instance.new("Part", m3)
1833
p3.BrickColor = BrickColor.new("Black")
1834
p3.Material = Enum.Material.Metal
1835
p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836
p3.CanCollide = false
1837
p3.Locked = true
1838
p3.FormFactor = Enum.FormFactor.Custom
1839
p3.Size = Vector3.new(2, 2, 0.200000018)
1840
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1841
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1842
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1843
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1844
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1845
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1846
b3 = Instance.new("SpecialMesh", p3)
1847
b3.MeshType = Enum.MeshType.Brick
1848
b3.Name = "Mesh"
1849
b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1850
p4 = Instance.new("Part", m3)
1851
p4.BrickColor = BrickColor.new("Black")
1852
p4.Material = Enum.Material.Metal
1853
p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1854
p4.CanCollide = false
1855
p4.Locked = true
1856
p4.FormFactor = Enum.FormFactor.Custom
1857
p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1858
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1859
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1860
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1861
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1862
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1863
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1864
b4 = Instance.new("SpecialMesh", p4)
1865
b4.MeshType = Enum.MeshType.Brick
1866
b4.Name = "Mesh"
1867
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1868
p5 = Instance.new("Part", m3)
1869
p5.BrickColor = BrickColor.new("Black")
1870
p5.Material = Enum.Material.Metal
1871
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)
1872
p5.CanCollide = false
1873
p5.Locked = true
1874
p5.FormFactor = Enum.FormFactor.Custom
1875
p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1876
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1877
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1878
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1879
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1880
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1881
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1882
b5 = Instance.new("SpecialMesh", p5)
1883
b5.MeshType = Enum.MeshType.Wedge
1884
b5.Name = "Mesh"
1885
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1886
p6 = Instance.new("Part", m3)
1887
p6.BrickColor = BrickColor.new("Black")
1888
p6.Material = Enum.Material.Metal
1889
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)
1890
p6.CanCollide = false
1891
p6.Locked = true
1892
p6.FormFactor = Enum.FormFactor.Custom
1893
p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1894
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1895
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1896
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1897
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1898
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1899
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1900
b6 = Instance.new("SpecialMesh", p6)
1901
b6.MeshType = Enum.MeshType.Wedge
1902
b6.Name = "Mesh"
1903
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1904
p7 = Instance.new("Part", m3)
1905
p7.BrickColor = BrickColor.new("Black")
1906
p7.Material = Enum.Material.Metal
1907
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)
1908
p7.CanCollide = false
1909
p7.Locked = true
1910
p7.FormFactor = Enum.FormFactor.Custom
1911
p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1912
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1913
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1914
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1915
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1916
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1917
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1918
b7 = Instance.new("SpecialMesh", p7)
1919
b7.MeshType = Enum.MeshType.Wedge
1920
b7.Name = "Mesh"
1921
p8 = Instance.new("Part", m3)
1922
p8.BrickColor = BrickColor.new("Black")
1923
p8.Material = Enum.Material.Metal
1924
p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1925
p8.CanCollide = false
1926
p8.Locked = true
1927
p8.FormFactor = Enum.FormFactor.Custom
1928
p8.Size = Vector3.new(1, 2, 0.200000018)
1929
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1930
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1931
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1932
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1933
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1934
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1935
b8 = Instance.new("SpecialMesh", p8)
1936
b8.MeshType = Enum.MeshType.Brick
1937
b8.Name = "Mesh"
1938
b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1939
p9 = Instance.new("Part", m3)
1940
p9.BrickColor = BrickColor.new("Black")
1941
p9.Material = Enum.Material.Metal
1942
p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1943
p9.CanCollide = false
1944
p9.Locked = true
1945
p9.FormFactor = Enum.FormFactor.Custom
1946
p9.Size = Vector3.new(1, 2, 0.200000018)
1947
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1948
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1949
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1950
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1951
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1952
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1953
b9 = Instance.new("SpecialMesh", p9)
1954
b9.MeshType = Enum.MeshType.Brick
1955
b9.Name = "Mesh"
1956
b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1957
p10 = Instance.new("Part", m3)
1958
p10.BrickColor = BrickColor.new("Black")
1959
p10.Material = Enum.Material.Metal
1960
p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1961
p10.CanCollide = false
1962
p10.Locked = true
1963
p10.FormFactor = Enum.FormFactor.Custom
1964
p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1965
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1966
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1967
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1968
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1969
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1970
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1971
b10 = Instance.new("SpecialMesh", p10)
1972
b10.MeshType = Enum.MeshType.Brick
1973
b10.Name = "Mesh"
1974
b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1975
p11 = Instance.new("Part", m3)
1976
p11.BrickColor = BrickColor.new("Really black")
1977
p11.Material = Enum.Material.Metal
1978
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)
1979
p11.CanCollide = false
1980
p11.Locked = true
1981
p11.FormFactor = Enum.FormFactor.Custom
1982
p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1983
b11 = Instance.new("SpecialMesh", p11)
1984
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1985
b11.TextureId = ""
1986
b11.MeshType = Enum.MeshType.FileMesh
1987
b11.Name = "Mesh"
1988
b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1989
p12 = Instance.new("Part", m3)
1990
p12.BrickColor = BrickColor.new("Really black")
1991
p12.Material = Enum.Material.Metal
1992
p12.Transparency = 1
1993
p12.Name = "Chain2Torso"
1994
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)
1995
p12.CanCollide = false
1996
p12.Locked = true
1997
p12.FormFactor = Enum.FormFactor.Custom
1998
p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
1999
b12 = Instance.new("SpecialMesh", p12)
2000
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2001
b12.TextureId = ""
2002
b12.MeshType = Enum.MeshType.FileMesh
2003
b12.Name = "Mesh"
2004
b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2005
p13 = Instance.new("Part", m3)
2006
p13.BrickColor = BrickColor.new("Really black")
2007
p13.Material = Enum.Material.Metal
2008
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)
2009
p13.CanCollide = false
2010
p13.Locked = true
2011
p13.FormFactor = Enum.FormFactor.Custom
2012
p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2013
b13 = Instance.new("SpecialMesh", p13)
2014
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2015
b13.TextureId = ""
2016
b13.MeshType = Enum.MeshType.FileMesh
2017
b13.Name = "Mesh"
2018
b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2019
p14 = Instance.new("Part", m3)
2020
p14.BrickColor = BrickColor.new("Really black")
2021
p14.Material = Enum.Material.Metal
2022
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)
2023
p14.CanCollide = false
2024
p14.Locked = true
2025
p14.FormFactor = Enum.FormFactor.Custom
2026
p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2027
b14 = Instance.new("SpecialMesh", p14)
2028
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2029
b14.TextureId = ""
2030
b14.MeshType = Enum.MeshType.FileMesh
2031
b14.Name = "Mesh"
2032
b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2033
p15 = Instance.new("Part", m3)
2034
p15.BrickColor = BrickColor.new("Really black")
2035
p15.Material = Enum.Material.Metal
2036
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)
2037
p15.CanCollide = false
2038
p15.Locked = true
2039
p15.FormFactor = Enum.FormFactor.Custom
2040
p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2041
b15 = Instance.new("SpecialMesh", p15)
2042
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2043
b15.TextureId = ""
2044
b15.MeshType = Enum.MeshType.FileMesh
2045
b15.Name = "Mesh"
2046
b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2047
p16 = Instance.new("Part", m3)
2048
p16.BrickColor = BrickColor.new("Really black")
2049
p16.Material = Enum.Material.Metal
2050
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)
2051
p16.CanCollide = false
2052
p16.Locked = true
2053
p16.FormFactor = Enum.FormFactor.Custom
2054
p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2055
b16 = Instance.new("SpecialMesh", p16)
2056
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2057
b16.TextureId = ""
2058
b16.MeshType = Enum.MeshType.FileMesh
2059
b16.Name = "Mesh"
2060
b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2061
p17 = Instance.new("Part", m3)
2062
p17.BrickColor = BrickColor.new("Really black")
2063
p17.Material = Enum.Material.Metal
2064
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)
2065
p17.CanCollide = false
2066
p17.Locked = true
2067
p17.FormFactor = Enum.FormFactor.Custom
2068
p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2069
b17 = Instance.new("SpecialMesh", p17)
2070
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2071
b17.TextureId = ""
2072
b17.MeshType = Enum.MeshType.FileMesh
2073
b17.Name = "Mesh"
2074
b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2075
p18 = Instance.new("Part", m3)
2076
p18.BrickColor = BrickColor.new("Really black")
2077
p18.Material = Enum.Material.Metal
2078
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)
2079
p18.CanCollide = false
2080
p18.Locked = true
2081
p18.FormFactor = Enum.FormFactor.Custom
2082
p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2083
b18 = Instance.new("SpecialMesh", p18)
2084
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2085
b18.TextureId = ""
2086
b18.MeshType = Enum.MeshType.FileMesh
2087
b18.Name = "Mesh"
2088
b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2089
p19 = Instance.new("Part", m3)
2090
p19.BrickColor = BrickColor.new("Really black")
2091
p19.Material = Enum.Material.Metal
2092
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)
2093
p19.CanCollide = false
2094
p19.Locked = true
2095
p19.FormFactor = Enum.FormFactor.Custom
2096
p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2097
b19 = Instance.new("SpecialMesh", p19)
2098
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2099
b19.TextureId = ""
2100
b19.MeshType = Enum.MeshType.FileMesh
2101
b19.Name = "Mesh"
2102
b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2103
p20 = Instance.new("Part", m3)
2104
p20.BrickColor = BrickColor.new("Really black")
2105
p20.Material = Enum.Material.Metal
2106
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)
2107
p20.CanCollide = false
2108
p20.Locked = true
2109
p20.FormFactor = Enum.FormFactor.Custom
2110
p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2111
b20 = Instance.new("SpecialMesh", p20)
2112
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2113
b20.TextureId = ""
2114
b20.MeshType = Enum.MeshType.FileMesh
2115
b20.Name = "Mesh"
2116
b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2117
p21 = Instance.new("Part", m3)
2118
p21.BrickColor = BrickColor.new("Really black")
2119
p21.Material = Enum.Material.Metal
2120
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)
2121
p21.CanCollide = false
2122
p21.Locked = true
2123
p21.FormFactor = Enum.FormFactor.Custom
2124
p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2125
b21 = Instance.new("SpecialMesh", p21)
2126
b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2127
b21.TextureId = ""
2128
b21.MeshType = Enum.MeshType.FileMesh
2129
b21.Name = "Mesh"
2130
b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2131
p22 = Instance.new("Part", m3)
2132
p22.BrickColor = BrickColor.new("Really black")
2133
p22.Material = Enum.Material.Metal
2134
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)
2135
p22.CanCollide = false
2136
p22.Locked = true
2137
p22.FormFactor = Enum.FormFactor.Custom
2138
p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2139
b22 = Instance.new("SpecialMesh", p22)
2140
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2141
b22.TextureId = ""
2142
b22.MeshType = Enum.MeshType.FileMesh
2143
b22.Name = "Mesh"
2144
b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2145
p23 = Instance.new("Part", m3)
2146
p23.BrickColor = BrickColor.new("Really black")
2147
p23.Material = Enum.Material.Metal
2148
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)
2149
p23.CanCollide = false
2150
p23.Locked = true
2151
p23.FormFactor = Enum.FormFactor.Custom
2152
p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2153
b23 = Instance.new("SpecialMesh", p23)
2154
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2155
b23.TextureId = ""
2156
b23.MeshType = Enum.MeshType.FileMesh
2157
b23.Name = "Mesh"
2158
b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2159
p24 = Instance.new("Part", m3)
2160
p24.BrickColor = BrickColor.new("Really black")
2161
p24.Material = Enum.Material.Metal
2162
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)
2163
p24.CanCollide = false
2164
p24.Locked = true
2165
p24.FormFactor = Enum.FormFactor.Custom
2166
p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2167
b24 = Instance.new("SpecialMesh", p24)
2168
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2169
b24.TextureId = ""
2170
b24.MeshType = Enum.MeshType.FileMesh
2171
b24.Name = "Mesh"
2172
b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2173
p25 = Instance.new("Part", m3)
2174
p25.BrickColor = BrickColor.new("Really black")
2175
p25.Material = Enum.Material.Metal
2176
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)
2177
p25.CanCollide = false
2178
p25.Locked = true
2179
p25.FormFactor = Enum.FormFactor.Custom
2180
p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2181
b25 = Instance.new("SpecialMesh", p25)
2182
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2183
b25.TextureId = ""
2184
b25.MeshType = Enum.MeshType.FileMesh
2185
b25.Name = "Mesh"
2186
b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2187
p26 = Instance.new("Part", m3)
2188
p26.BrickColor = BrickColor.new("Really black")
2189
p26.Material = Enum.Material.Metal
2190
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)
2191
p26.CanCollide = false
2192
p26.Locked = true
2193
p26.FormFactor = Enum.FormFactor.Custom
2194
p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2195
b26 = Instance.new("SpecialMesh", p26)
2196
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2197
b26.TextureId = ""
2198
b26.MeshType = Enum.MeshType.FileMesh
2199
b26.Name = "Mesh"
2200
b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2201
p27 = Instance.new("Part", m3)
2202
p27.BrickColor = BrickColor.new("Really black")
2203
p27.Material = Enum.Material.Metal
2204
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)
2205
p27.CanCollide = false
2206
p27.Locked = true
2207
p27.FormFactor = Enum.FormFactor.Custom
2208
p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2209
b27 = Instance.new("SpecialMesh", p27)
2210
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2211
b27.TextureId = ""
2212
b27.MeshType = Enum.MeshType.FileMesh
2213
b27.Name = "Mesh"
2214
b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2215
p28 = Instance.new("Part", m3)
2216
p28.BrickColor = BrickColor.new("Really black")
2217
p28.Material = Enum.Material.Metal
2218
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)
2219
p28.CanCollide = false
2220
p28.Locked = true
2221
p28.FormFactor = Enum.FormFactor.Custom
2222
p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2223
b28 = Instance.new("SpecialMesh", p28)
2224
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2225
b28.TextureId = ""
2226
b28.MeshType = Enum.MeshType.FileMesh
2227
b28.Name = "Mesh"
2228
b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2229
p29 = Instance.new("Part", m3)
2230
p29.BrickColor = BrickColor.new("Really black")
2231
p29.Material = Enum.Material.Metal
2232
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)
2233
p29.CanCollide = false
2234
p29.Locked = true
2235
p29.FormFactor = Enum.FormFactor.Custom
2236
p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2237
b29 = Instance.new("SpecialMesh", p29)
2238
b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2239
b29.TextureId = ""
2240
b29.MeshType = Enum.MeshType.FileMesh
2241
b29.Name = "Mesh"
2242
b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2243
p30 = Instance.new("Part", m3)
2244
p30.BrickColor = BrickColor.new("Really black")
2245
p30.Material = Enum.Material.Metal
2246
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)
2247
p30.CanCollide = false
2248
p30.Locked = true
2249
p30.FormFactor = Enum.FormFactor.Custom
2250
p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2251
b30 = Instance.new("SpecialMesh", p30)
2252
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2253
b30.TextureId = ""
2254
b30.MeshType = Enum.MeshType.FileMesh
2255
b30.Name = "Mesh"
2256
b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2257
p31 = Instance.new("Part", m3)
2258
p31.BrickColor = BrickColor.new("Really black")
2259
p31.Material = Enum.Material.Metal
2260
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)
2261
p31.CanCollide = false
2262
p31.Locked = true
2263
p31.FormFactor = Enum.FormFactor.Custom
2264
p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2265
b31 = Instance.new("SpecialMesh", p31)
2266
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2267
b31.TextureId = ""
2268
b31.MeshType = Enum.MeshType.FileMesh
2269
b31.Name = "Mesh"
2270
b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2271
p32 = Instance.new("Part", m3)
2272
p32.BrickColor = BrickColor.new("Really black")
2273
p32.Material = Enum.Material.Metal
2274
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)
2275
p32.CanCollide = false
2276
p32.Locked = true
2277
p32.FormFactor = Enum.FormFactor.Custom
2278
p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2279
b32 = Instance.new("SpecialMesh", p32)
2280
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2281
b32.TextureId = ""
2282
b32.MeshType = Enum.MeshType.FileMesh
2283
b32.Name = "Mesh"
2284
b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2285
p33 = Instance.new("Part", m3)
2286
p33.BrickColor = BrickColor.new("Really black")
2287
p33.Material = Enum.Material.Metal
2288
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)
2289
p33.CanCollide = false
2290
p33.Locked = true
2291
p33.FormFactor = Enum.FormFactor.Custom
2292
p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2293
b33 = Instance.new("SpecialMesh", p33)
2294
b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2295
b33.TextureId = ""
2296
b33.MeshType = Enum.MeshType.FileMesh
2297
b33.Name = "Mesh"
2298
b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2299
p34 = Instance.new("Part", m3)
2300
p34.BrickColor = BrickColor.new("Really black")
2301
p34.Material = Enum.Material.Metal
2302
p34.Name = "Connection"
2303
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)
2304
p34.CanCollide = false
2305
p34.Locked = true
2306
p34.FormFactor = Enum.FormFactor.Custom
2307
p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2308
b34 = Instance.new("SpecialMesh", p34)
2309
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2310
b34.TextureId = ""
2311
b34.MeshType = Enum.MeshType.FileMesh
2312
b34.Name = "Mesh"
2313
b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2314
p35 = Instance.new("Part", m3)
2315
p35.BrickColor = BrickColor.new("Really black")
2316
p35.Material = Enum.Material.Metal
2317
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)
2318
p35.CanCollide = false
2319
p35.Locked = true
2320
p35.FormFactor = Enum.FormFactor.Custom
2321
p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2322
b35 = Instance.new("SpecialMesh", p35)
2323
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2324
b35.TextureId = ""
2325
b35.MeshType = Enum.MeshType.FileMesh
2326
b35.Name = "Mesh"
2327
b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2328
p36 = Instance.new("Part", m3)
2329
p36.BrickColor = BrickColor.new("Really black")
2330
p36.Material = Enum.Material.Metal
2331
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)
2332
p36.CanCollide = false
2333
p36.Locked = true
2334
p36.FormFactor = Enum.FormFactor.Custom
2335
p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2336
b36 = Instance.new("SpecialMesh", p36)
2337
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2338
b36.TextureId = ""
2339
b36.MeshType = Enum.MeshType.FileMesh
2340
b36.Name = "Mesh"
2341
b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2342
w1 = Instance.new("Weld", p2)
2343
w1.Name = "Joint"
2344
w1.Part0 = p2
2345
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)
2346
w1.Part1 = p18
2347
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2348
w2 = Instance.new("Weld", p3)
2349
w2.Name = "Joint"
2350
w2.Part0 = p3
2351
w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2352
w2.Part1 = p1
2353
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2354
w3 = Instance.new("Weld", p4)
2355
w3.Name = "Joint"
2356
w3.Part0 = p4
2357
w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2358
w3.Part1 = p1
2359
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2360
w4 = Instance.new("Weld", p5)
2361
w4.Name = "Joint"
2362
w4.Part0 = p5
2363
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)
2364
w4.Part1 = p7
2365
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2366
w5 = Instance.new("Weld", p6)
2367
w5.Name = "Joint"
2368
w5.Part0 = p6
2369
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)
2370
w5.Part1 = p7
2371
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2372
w6 = Instance.new("Weld", p7)
2373
w6.Name = "Joint"
2374
w6.Part0 = p7
2375
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)
2376
w6.Part1 = p1
2377
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2378
w7 = Instance.new("Weld", p8)
2379
w7.Name = "Joint"
2380
w7.Part0 = p8
2381
w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2382
w7.Part1 = p1
2383
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2384
w8 = Instance.new("Weld", p9)
2385
w8.Name = "Joint"
2386
w8.Part0 = p9
2387
w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2388
w8.Part1 = p1
2389
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2390
w9 = Instance.new("Weld", p10)
2391
w9.Name = "Joint"
2392
w9.Part0 = p10
2393
w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2394
w9.Part1 = p1
2395
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2396
w10 = Instance.new("Weld", p11)
2397
w10.Name = "Joint"
2398
w10.Part0 = p11
2399
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)
2400
w10.Part1 = p19
2401
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2402
w11 = Instance.new("Weld", p12)
2403
w11.Name = "Joint"
2404
w11.Part0 = p12
2405
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)
2406
w11.Part1 = p1
2407
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2408
w12 = Instance.new("Weld", p13)
2409
w12.Name = "Joint"
2410
w12.Part0 = p13
2411
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)
2412
w12.Part1 = p35
2413
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2414
w13 = Instance.new("Weld", p14)
2415
w13.Name = "Joint"
2416
w13.Part0 = p14
2417
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)
2418
w13.Part1 = p34
2419
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2420
w14 = Instance.new("Weld", p15)
2421
w14.Name = "Joint"
2422
w14.Part0 = p15
2423
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)
2424
w14.Part1 = p16
2425
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2426
w15 = Instance.new("Weld", p16)
2427
w15.Name = "Joint"
2428
w15.Part0 = p16
2429
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)
2430
w15.Part1 = p20
2431
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2432
w16 = Instance.new("Weld", p17)
2433
w16.Name = "Joint"
2434
w16.Part0 = p17
2435
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)
2436
w16.Part1 = p14
2437
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2438
w17 = Instance.new("Weld", p18)
2439
w17.Name = "Joint"
2440
w17.Part0 = p18
2441
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)
2442
w17.Part1 = p17
2443
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2444
w18 = Instance.new("Weld", p19)
2445
w18.Name = "Joint"
2446
w18.Part0 = p19
2447
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)
2448
w18.Part1 = p21
2449
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2450
w19 = Instance.new("Weld", p20)
2451
w19.Name = "Joint"
2452
w19.Part0 = p20
2453
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)
2454
w19.Part1 = p11
2455
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2456
w20 = Instance.new("Weld", p21)
2457
w20.Name = "Joint"
2458
w20.Part0 = p21
2459
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)
2460
w20.Part1 = p22
2461
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2462
w21 = Instance.new("Weld", p22)
2463
w21.Name = "Joint"
2464
w21.Part0 = p22
2465
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)
2466
w21.Part1 = p23
2467
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2468
w22 = Instance.new("Weld", p23)
2469
w22.Name = "Joint"
2470
w22.Part0 = p23
2471
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)
2472
w22.Part1 = p24
2473
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2474
w23 = Instance.new("Weld", p24)
2475
w23.Name = "Joint"
2476
w23.Part0 = p24
2477
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)
2478
w23.Part1 = p25
2479
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2480
w24 = Instance.new("Weld", p25)
2481
w24.Name = "Joint"
2482
w24.Part0 = p25
2483
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)
2484
w24.Part1 = p26
2485
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2486
w25 = Instance.new("Weld", p26)
2487
w25.Name = "Joint"
2488
w25.Part0 = p26
2489
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)
2490
w25.Part1 = p27
2491
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492
w26 = Instance.new("Weld", p27)
2493
w26.Name = "Joint"
2494
w26.Part0 = p27
2495
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)
2496
w26.Part1 = p28
2497
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2498
w27 = Instance.new("Weld", p28)
2499
w27.Name = "Joint"
2500
w27.Part0 = p28
2501
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)
2502
w27.Part1 = p29
2503
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2504
w28 = Instance.new("Weld", p29)
2505
w28.Name = "Joint"
2506
w28.Part0 = p29
2507
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)
2508
w28.Part1 = p30
2509
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2510
w29 = Instance.new("Weld", p30)
2511
w29.Name = "Joint"
2512
w29.Part0 = p30
2513
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)
2514
w29.Part1 = p31
2515
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2516
w30 = Instance.new("Weld", p31)
2517
w30.Name = "Joint"
2518
w30.Part0 = p31
2519
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)
2520
w30.Part1 = p32
2521
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2522
w31 = Instance.new("Weld", p32)
2523
w31.Name = "Joint"
2524
w31.Part0 = p32
2525
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)
2526
w31.Part1 = p33
2527
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2528
w32 = Instance.new("Weld", p33)
2529
w32.Name = "Joint"
2530
w32.Part0 = p33
2531
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)
2532
w32.Part1 = p13
2533
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2534
w33 = Instance.new("Weld", p34)
2535
w33.Name = "Joint"
2536
w33.Part0 = p34
2537
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)
2538
w33.Part1 = p12
2539
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2540
w34 = Instance.new("Weld", p35)
2541
w34.Name = "Joint"
2542
w34.Part0 = p35
2543
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)
2544
w34.Part1 = p36
2545
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2546
w35 = Instance.new("Weld", p36)
2547
w35.Name = "Joint"
2548
w35.Part0 = p36
2549
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)
2550
w35.Part1 = p2
2551
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2552
m3.Parent = torso
2553
m3:MakeJoints()
2554
----------------------------------------------------
2555
local cor3 = Instance.new("Part", torso.Torso)
2556
cor3.Name = "Thingy"
2557
cor3.Locked = true
2558
cor3.BottomSurface = 0
2559
cor3.CanCollide = false
2560
cor3.Size = Vector3.new(1, 1, 1)
2561
cor3.Transparency = 1
2562
cor3.TopSurface = 0
2563
corw3 = Instance.new("Weld", cor3)
2564
corw3.Part0 = torso
2565
corw3.Part1 = cor3
2566
corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2567
corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2568
weld3 = Instance.new("Weld", torso.Torso)
2569
weld3.Part0 = cor3
2570
weld3.Part1 = torso.Torso.TorsoPlate
2571
weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2572
--Left Leg
2573
m4 = Instance.new("Model")
2574
m4.Name = "LeftLeg"
2575
p1 = Instance.new("Part", m4)
2576
p1.BrickColor = BrickColor.new("Really black")
2577
p1.Material = Enum.Material.Metal
2578
p1.Name = "LeftLegPlate"
2579
p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2580
p1.Anchored = false
2581
p1.CanCollide = false
2582
p1.FormFactor = Enum.FormFactor.Custom
2583
p1.Size = Vector3.new(1, 2, 1)
2584
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2585
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2586
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2587
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2588
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2589
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2590
b1 = Instance.new("SpecialMesh", p1)
2591
b1.MeshType = Enum.MeshType.Brick
2592
b1.Name = "Mesh"
2593
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2594
p2 = Instance.new("Part", m4)
2595
p2.BrickColor = BrickColor.new("Really black")
2596
p2.Material = Enum.Material.Metal
2597
p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2598
p2.Anchored = false
2599
p2.CanCollide = false
2600
p2.FormFactor = Enum.FormFactor.Custom
2601
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2602
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2603
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2604
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2605
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2606
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2607
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2608
b2 = Instance.new("SpecialMesh", p2)
2609
b2.MeshType = Enum.MeshType.Brick
2610
b2.Name = "Mesh"
2611
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2612
p3 = Instance.new("Part", m4)
2613
p3.BrickColor = BrickColor.new("Really black")
2614
p3.Material = Enum.Material.Metal
2615
p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2616
p3.Anchored = false
2617
p3.CanCollide = false
2618
p3.FormFactor = Enum.FormFactor.Custom
2619
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2620
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2621
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2622
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2623
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2624
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2625
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2626
b3 = Instance.new("SpecialMesh", p3)
2627
b3.MeshType = Enum.MeshType.Brick
2628
b3.Name = "Mesh"
2629
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2630
p4 = Instance.new("Part", m4)
2631
p4.BrickColor = BrickColor.new("Black")
2632
p4.Material = Enum.Material.Metal
2633
p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2634
p4.Anchored = false
2635
p4.CanCollide = false
2636
p4.FormFactor = Enum.FormFactor.Custom
2637
p4.Size = Vector3.new(1, 2, 0.200000018)
2638
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2639
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2640
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2641
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2642
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2643
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2644
b4 = Instance.new("SpecialMesh", p4)
2645
b4.MeshType = Enum.MeshType.Brick
2646
b4.Name = "Mesh"
2647
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2648
p5 = Instance.new("Part", m4)
2649
p5.BrickColor = BrickColor.new("Black")
2650
p5.Material = Enum.Material.Metal
2651
p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2652
p5.Anchored = false
2653
p5.CanCollide = false
2654
p5.FormFactor = Enum.FormFactor.Custom
2655
p5.Size = Vector3.new(1, 2, 0.200000018)
2656
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2657
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2658
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2659
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2660
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2661
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2662
b5 = Instance.new("SpecialMesh", p5)
2663
b5.MeshType = Enum.MeshType.Brick
2664
b5.Name = "Mesh"
2665
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2666
p6 = Instance.new("Part", m4)
2667
p6.BrickColor = BrickColor.new("Black")
2668
p6.Material = Enum.Material.Metal
2669
p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2670
p6.Anchored = false
2671
p6.CanCollide = false
2672
p6.FormFactor = Enum.FormFactor.Custom
2673
p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2674
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2675
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2676
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2677
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2678
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2679
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2680
b6 = Instance.new("SpecialMesh", p6)
2681
b6.MeshType = Enum.MeshType.Brick
2682
b6.Name = "Mesh"
2683
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2684
p7 = Instance.new("Part", m4)
2685
p7.BrickColor = BrickColor.new("Black")
2686
p7.Material = Enum.Material.Metal
2687
p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2688
p7.Anchored = false
2689
p7.CanCollide = false
2690
p7.FormFactor = Enum.FormFactor.Custom
2691
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2692
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2693
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2694
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2695
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2696
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2697
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2698
b7 = Instance.new("SpecialMesh", p7)
2699
b7.MeshType = Enum.MeshType.Brick
2700
b7.Name = "Mesh"
2701
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2702
w1 = Instance.new("Weld", p2)
2703
w1.Name = "Joint"
2704
w1.Part0 = p2
2705
w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2706
w1.Part1 = p3
2707
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2708
w2 = Instance.new("Weld", p3)
2709
w2.Name = "Joint"
2710
w2.Part0 = p3
2711
w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2712
w2.Part1 = p5
2713
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2714
w3 = Instance.new("Weld", p4)
2715
w3.Name = "Joint"
2716
w3.Part0 = p4
2717
w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2718
w3.Part1 = p1
2719
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2720
w4 = Instance.new("Weld", p5)
2721
w4.Name = "Joint"
2722
w4.Part0 = p5
2723
w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2724
w4.Part1 = p1
2725
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2726
w5 = Instance.new("Weld", p6)
2727
w5.Name = "Joint"
2728
w5.Part0 = p6
2729
w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2730
w5.Part1 = p1
2731
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2732
w6 = Instance.new("Weld", p7)
2733
w6.Name = "Joint"
2734
w6.Part0 = p7
2735
w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2736
w6.Part1 = p1
2737
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2738
m4.Parent = lleg
2739
m4:MakeJoints()
2740
----------------------------------------------------
2741
local cor4 = Instance.new("Part", lleg.LeftLeg)
2742
cor4.Name = "Thingy"
2743
cor4.Locked = true
2744
cor4.BottomSurface = 0
2745
cor4.CanCollide = false
2746
cor4.Size = Vector3.new(1, 1, 1)
2747
cor4.Transparency = 1
2748
cor4.TopSurface = 0
2749
corw4 = Instance.new("Weld", cor4)
2750
corw4.Part0 = lleg
2751
corw4.Part1 = cor4
2752
corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2753
corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2754
weld4 = Instance.new("Weld", lleg.LeftLeg)
2755
weld4.Part0 = cor4
2756
weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2757
weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2758
--Right Leg
2759
m5 = Instance.new("Model")
2760
m5.Name = "RightLeg"
2761
p1 = Instance.new("Part", m5)
2762
p1.BrickColor = BrickColor.new("Really black")
2763
p1.Material = Enum.Material.Metal
2764
p1.Name = "RightLegPlate"
2765
p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2766
p1.Anchored = false
2767
p1.CanCollide = false
2768
p1.FormFactor = Enum.FormFactor.Custom
2769
p1.Size = Vector3.new(1, 2, 1)
2770
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2771
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2772
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2773
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2774
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2775
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2776
b1 = Instance.new("SpecialMesh", p1)
2777
b1.MeshType = Enum.MeshType.Brick
2778
b1.Name = "Mesh"
2779
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2780
p2 = Instance.new("Part", m5)
2781
p2.BrickColor = BrickColor.new("Really black")
2782
p2.Material = Enum.Material.Metal
2783
p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2784
p2.Anchored = false
2785
p2.CanCollide = false
2786
p2.FormFactor = Enum.FormFactor.Custom
2787
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2788
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2789
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2790
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2791
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2792
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2793
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2794
b2 = Instance.new("SpecialMesh", p2)
2795
b2.MeshType = Enum.MeshType.Brick
2796
b2.Name = "Mesh"
2797
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2798
p3 = Instance.new("Part", m5)
2799
p3.BrickColor = BrickColor.new("Really black")
2800
p3.Material = Enum.Material.Metal
2801
p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2802
p3.Anchored = false
2803
p3.CanCollide = false
2804
p3.FormFactor = Enum.FormFactor.Custom
2805
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2806
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2807
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2808
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2809
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2810
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2811
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2812
b3 = Instance.new("SpecialMesh", p3)
2813
b3.MeshType = Enum.MeshType.Brick
2814
b3.Name = "Mesh"
2815
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2816
p4 = Instance.new("Part", m5)
2817
p4.BrickColor = BrickColor.new("Black")
2818
p4.Material = Enum.Material.Metal
2819
p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2820
p4.Anchored = false
2821
p4.CanCollide = false
2822
p4.FormFactor = Enum.FormFactor.Custom
2823
p4.Size = Vector3.new(1, 2, 0.200000018)
2824
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2825
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2826
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2827
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2828
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2829
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2830
b4 = Instance.new("SpecialMesh", p4)
2831
b4.MeshType = Enum.MeshType.Brick
2832
b4.Name = "Mesh"
2833
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2834
p5 = Instance.new("Part", m5)
2835
p5.BrickColor = BrickColor.new("Black")
2836
p5.Material = Enum.Material.Metal
2837
p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2838
p5.Anchored = false
2839
p5.CanCollide = false
2840
p5.FormFactor = Enum.FormFactor.Custom
2841
p5.Size = Vector3.new(1, 2, 0.200000018)
2842
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2843
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2844
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2845
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2846
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2847
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2848
b5 = Instance.new("SpecialMesh", p5)
2849
b5.MeshType = Enum.MeshType.Brick
2850
b5.Name = "Mesh"
2851
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2852
p6 = Instance.new("Part", m5)
2853
p6.BrickColor = BrickColor.new("Black")
2854
p6.Material = Enum.Material.Metal
2855
p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2856
p6.Anchored = false
2857
p6.CanCollide = false
2858
p6.FormFactor = Enum.FormFactor.Custom
2859
p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2860
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2861
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2862
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2863
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2864
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2865
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2866
b6 = Instance.new("SpecialMesh", p6)
2867
b6.MeshType = Enum.MeshType.Brick
2868
b6.Name = "Mesh"
2869
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2870
p7 = Instance.new("Part", m5)
2871
p7.BrickColor = BrickColor.new("Black")
2872
p7.Material = Enum.Material.Metal
2873
p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2874
p7.Anchored = false
2875
p7.CanCollide = false
2876
p7.FormFactor = Enum.FormFactor.Custom
2877
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2878
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2879
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2880
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2881
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2882
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2883
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2884
b7 = Instance.new("SpecialMesh", p7)
2885
b7.MeshType = Enum.MeshType.Brick
2886
b7.Name = "Mesh"
2887
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2888
w1 = Instance.new("Weld", p2)
2889
w1.Name = "Joint"
2890
w1.Part0 = p2
2891
w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2892
w1.Part1 = p3
2893
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2894
w2 = Instance.new("Weld", p3)
2895
w2.Name = "Joint"
2896
w2.Part0 = p3
2897
w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2898
w2.Part1 = p5
2899
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2900
w3 = Instance.new("Weld", p4)
2901
w3.Name = "Joint"
2902
w3.Part0 = p4
2903
w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2904
w3.Part1 = p1
2905
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2906
w4 = Instance.new("Weld", p5)
2907
w4.Name = "Joint"
2908
w4.Part0 = p5
2909
w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2910
w4.Part1 = p1
2911
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2912
w5 = Instance.new("Weld", p6)
2913
w5.Name = "Joint"
2914
w5.Part0 = p6
2915
w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2916
w5.Part1 = p1
2917
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2918
w6 = Instance.new("Weld", p7)
2919
w6.Name = "Joint"
2920
w6.Part0 = p7
2921
w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2922
w6.Part1 = p1
2923
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2924
m5.Parent = rleg
2925
m5:MakeJoints()
2926
----------------------------------------------------
2927
local cor5 = Instance.new("Part", rleg.RightLeg)
2928
cor5.Name = "Thingy"
2929
cor5.Locked = true
2930
cor5.BottomSurface = 0
2931
cor5.CanCollide = false
2932
cor5.Size = Vector3.new(1, 1, 1)
2933
cor5.Transparency = 1
2934
cor5.TopSurface = 0
2935
corw5 = Instance.new("Weld", cor5)
2936
corw5.Part0 = rleg
2937
corw5.Part1 = cor5
2938
corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2939
corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2940
wld5 = Instance.new("Weld", rleg.RightLeg)
2941
wld5.Part0 = cor5
2942
wld5.Part1 = rleg.RightLeg.RightLegPlate
2943
wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2944
--Cape
2945
m6 = Instance.new("Model")
2946
m6.Name = "Cloak"
2947
p1 = Instance.new("WedgePart", m6)
2948
p1.BrickColor = BrickColor.new("Lime green")
2949
p1.Material = Enum.Material.SmoothPlastic
2950
p1.Name = "Wedge"
2951
p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2952
p1.CanCollide = false
2953
p1.Locked = true
2954
p1.FormFactor = Enum.FormFactor.Custom
2955
p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2956
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2957
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2958
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2959
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2960
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2961
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2962
b1 = Instance.new("SpecialMesh", p1)
2963
b1.MeshType = Enum.MeshType.Wedge
2964
b1.Name = "Mesh"
2965
b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2966
p2 = Instance.new("WedgePart", m6)
2967
p2.BrickColor = BrickColor.new("Black")
2968
p2.Material = Enum.Material.SmoothPlastic
2969
p2.Name = "Wedge"
2970
p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2971
p2.CanCollide = false
2972
p2.Locked = true
2973
p2.FormFactor = Enum.FormFactor.Custom
2974
p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2975
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2976
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2977
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2978
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2979
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2980
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2981
b2 = Instance.new("SpecialMesh", p2)
2982
b2.MeshType = Enum.MeshType.Wedge
2983
b2.Name = "Mesh"
2984
b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2985
p3 = Instance.new("Part", m6)
2986
p3.BrickColor = BrickColor.new("Black")
2987
p3.Material = Enum.Material.SmoothPlastic
2988
p3.Name = "CapeLevel2"
2989
p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2990
p3.CanCollide = false
2991
p3.Locked = true
2992
p3.FormFactor = Enum.FormFactor.Custom
2993
p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2994
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2995
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2996
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2997
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2998
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2999
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3000
b3 = Instance.new("BlockMesh", p3)
3001
b3.Name = "Mesh"
3002
b3.Scale = Vector3.new(1, 1, 0.602178097)
3003
p4 = Instance.new("Part", m6)
3004
p4.BrickColor = BrickColor.new("Black")
3005
p4.Material = Enum.Material.SmoothPlastic
3006
p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3007
p4.CanCollide = false
3008
p4.Locked = true
3009
p4.FormFactor = Enum.FormFactor.Custom
3010
p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3011
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3012
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3013
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3014
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3015
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3016
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3017
b4 = Instance.new("BlockMesh", p4)
3018
b4.Name = "Mesh"
3019
b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3020
p5 = Instance.new("Part", m6)
3021
p5.BrickColor = BrickColor.new("Black")
3022
p5.Material = Enum.Material.SmoothPlastic
3023
p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3024
p5.CanCollide = false
3025
p5.Locked = true
3026
p5.FormFactor = Enum.FormFactor.Custom
3027
p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3028
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3029
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3030
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3031
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3032
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3033
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3034
b5 = Instance.new("BlockMesh", p5)
3035
b5.Name = "Mesh"
3036
b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3037
p6 = Instance.new("Part", m6)
3038
p6.BrickColor = BrickColor.new("Black")
3039
p6.Material = Enum.Material.SmoothPlastic
3040
p6.Name = "CapeLevel1"
3041
p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3042
p6.CanCollide = false
3043
p6.Locked = true
3044
p6.FormFactor = Enum.FormFactor.Custom
3045
p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3046
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3047
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3048
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3049
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3050
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3051
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3052
b6 = Instance.new("BlockMesh", p6)
3053
b6.Name = "Mesh"
3054
b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3055
p7 = Instance.new("Part", m6)
3056
p7.BrickColor = BrickColor.new("Black")
3057
p7.Material = Enum.Material.SmoothPlastic
3058
p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3059
p7.CanCollide = false
3060
p7.Locked = true
3061
p7.FormFactor = Enum.FormFactor.Custom
3062
p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3063
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3064
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3065
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3066
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3067
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3068
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3069
b7 = Instance.new("BlockMesh", p7)
3070
b7.Name = "Mesh"
3071
b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3072
p8 = Instance.new("Part", m6)
3073
p8.BrickColor = BrickColor.new("Black")
3074
p8.Material = Enum.Material.SmoothPlastic
3075
p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3076
p8.CanCollide = false
3077
p8.Locked = true
3078
p8.FormFactor = Enum.FormFactor.Custom
3079
p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3080
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3081
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3082
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3083
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3084
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3085
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3086
b8 = Instance.new("BlockMesh", p8)
3087
b8.Name = "Mesh"
3088
b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3089
p9 = Instance.new("Part", m6)
3090
p9.BrickColor = BrickColor.new("Black")
3091
p9.Material = Enum.Material.SmoothPlastic
3092
p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3093
p9.CanCollide = false
3094
p9.Locked = true
3095
p9.FormFactor = Enum.FormFactor.Custom
3096
p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3097
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3098
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3099
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3100
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3101
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3102
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3103
b9 = Instance.new("BlockMesh", p9)
3104
b9.Name = "Mesh"
3105
b9.Scale = Vector3.new(1, 1, 0.602178097)
3106
p10 = Instance.new("Part", m6)
3107
p10.BrickColor = BrickColor.new("Black")
3108
p10.Material = Enum.Material.SmoothPlastic
3109
p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3110
p10.CanCollide = false
3111
p10.Locked = true
3112
p10.FormFactor = Enum.FormFactor.Custom
3113
p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3114
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3115
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3116
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3117
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3118
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3119
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3120
b10 = Instance.new("BlockMesh", p10)
3121
b10.Name = "Mesh"
3122
b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3123
p11 = Instance.new("Part", m6)
3124
p11.BrickColor = BrickColor.new("Black")
3125
p11.Material = Enum.Material.SmoothPlastic
3126
p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3127
p11.CanCollide = false
3128
p11.Locked = true
3129
p11.FormFactor = Enum.FormFactor.Custom
3130
p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3131
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3132
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3133
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3136
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3137
b11 = Instance.new("BlockMesh", p11)
3138
b11.Name = "Mesh"
3139
b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3140
p12 = Instance.new("Part", m6)
3141
p12.BrickColor = BrickColor.new("Black")
3142
p12.Material = Enum.Material.SmoothPlastic
3143
p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3144
p12.CanCollide = false
3145
p12.Locked = true
3146
p12.FormFactor = Enum.FormFactor.Custom
3147
p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3148
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3149
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3150
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3151
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3152
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3153
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3154
b12 = Instance.new("BlockMesh", p12)
3155
b12.Name = "Mesh"
3156
b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3157
p13 = Instance.new("Part", m6)
3158
p13.BrickColor = BrickColor.new("Black")
3159
p13.Material = Enum.Material.SmoothPlastic
3160
p13.Name = "BottomLeftFlap"
3161
p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3162
p13.CanCollide = false
3163
p13.Locked = true
3164
p13.FormFactor = Enum.FormFactor.Custom
3165
p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3166
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3167
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3168
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3169
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3170
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3171
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3172
b13 = Instance.new("BlockMesh", p13)
3173
b13.Name = "Mesh"
3174
b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3175
p14 = Instance.new("Part", m6)
3176
p14.BrickColor = BrickColor.new("Black")
3177
p14.Material = Enum.Material.SmoothPlastic
3178
p14.Transparency = 1
3179
p14.Name = "Rotater"
3180
p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3181
p14.CanCollide = false
3182
p14.Locked = true
3183
p14.FormFactor = Enum.FormFactor.Custom
3184
p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3185
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3186
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3187
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3188
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3189
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3190
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3191
b14 = Instance.new("BlockMesh", p14)
3192
b14.Name = "Mesh"
3193
b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3194
p15 = Instance.new("Part", m6)
3195
p15.BrickColor = BrickColor.new("Black")
3196
p15.Material = Enum.Material.SmoothPlastic
3197
p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3198
p15.CanCollide = false
3199
p15.Locked = true
3200
p15.FormFactor = Enum.FormFactor.Custom
3201
p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3202
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3203
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3204
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3205
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3206
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3207
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3208
b15 = Instance.new("BlockMesh", p15)
3209
b15.Name = "Mesh"
3210
b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3211
p16 = Instance.new("Part", m6)
3212
p16.BrickColor = BrickColor.new("Black")
3213
p16.Material = Enum.Material.SmoothPlastic
3214
p16.Name = "BottomCenterFlap"
3215
p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3216
p16.CanCollide = false
3217
p16.Locked = true
3218
p16.FormFactor = Enum.FormFactor.Custom
3219
p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3220
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3221
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3222
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3223
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3224
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3225
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3226
b16 = Instance.new("BlockMesh", p16)
3227
b16.Name = "Mesh"
3228
b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3229
p17 = Instance.new("Part", m6)
3230
p17.BrickColor = BrickColor.new("Black")
3231
p17.Material = Enum.Material.SmoothPlastic
3232
p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3233
p17.CanCollide = false
3234
p17.Locked = true
3235
p17.FormFactor = Enum.FormFactor.Custom
3236
p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3237
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3238
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3239
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3240
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3241
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3242
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3243
b17 = Instance.new("BlockMesh", p17)
3244
b17.Name = "Mesh"
3245
b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3246
p18 = Instance.new("Part", m6)
3247
p18.BrickColor = BrickColor.new("Black")
3248
p18.Material = Enum.Material.SmoothPlastic
3249
p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3250
p18.CanCollide = false
3251
p18.Locked = true
3252
p18.FormFactor = Enum.FormFactor.Custom
3253
p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3254
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3255
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3256
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3257
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3258
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3259
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3260
b18 = Instance.new("BlockMesh", p18)
3261
b18.Name = "Mesh"
3262
b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3263
p19 = Instance.new("WedgePart", m6)
3264
p19.BrickColor = BrickColor.new("Lime green")
3265
p19.Name = "Wedge"
3266
p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3267
p19.CanCollide = false
3268
p19.Locked = true
3269
p19.FormFactor = Enum.FormFactor.Custom
3270
p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3271
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3272
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3273
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3274
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3275
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3276
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3277
b19 = Instance.new("SpecialMesh", p19)
3278
b19.MeshType = Enum.MeshType.Wedge
3279
b19.Name = "Mesh"
3280
b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3281
p20 = Instance.new("Part", m6)
3282
p20.BrickColor = BrickColor.new("Black")
3283
p20.Material = Enum.Material.SmoothPlastic
3284
p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3285
p20.CanCollide = false
3286
p20.Locked = true
3287
p20.FormFactor = Enum.FormFactor.Custom
3288
p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3289
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3290
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3291
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3292
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3293
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3294
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3295
b20 = Instance.new("BlockMesh", p20)
3296
b20.Name = "Mesh"
3297
b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3298
p21 = Instance.new("Part", m6)
3299
p21.BrickColor = BrickColor.new("Black")
3300
p21.Material = Enum.Material.SmoothPlastic
3301
p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3302
p21.CanCollide = false
3303
p21.Locked = true
3304
p21.FormFactor = Enum.FormFactor.Custom
3305
p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3306
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3307
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3308
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3309
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3310
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3311
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3312
b21 = Instance.new("BlockMesh", p21)
3313
b21.Name = "Mesh"
3314
b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3315
p22 = Instance.new("WedgePart", m6)
3316
p22.BrickColor = BrickColor.new("Lime green")
3317
p22.Name = "Wedge"
3318
p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3319
p22.CanCollide = false
3320
p22.Locked = true
3321
p22.FormFactor = Enum.FormFactor.Custom
3322
p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3323
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3324
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3325
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3326
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3327
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3328
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3329
b22 = Instance.new("SpecialMesh", p22)
3330
b22.MeshType = Enum.MeshType.Wedge
3331
b22.Name = "Mesh"
3332
b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3333
p23 = Instance.new("WedgePart", m6)
3334
p23.BrickColor = BrickColor.new("Lime green")
3335
p23.Material = Enum.Material.SmoothPlastic
3336
p23.Name = "Wedge"
3337
p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3338
p23.CanCollide = false
3339
p23.Locked = true
3340
p23.FormFactor = Enum.FormFactor.Custom
3341
p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3342
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3343
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3344
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3345
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3346
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3347
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3348
b23 = Instance.new("SpecialMesh", p23)
3349
b23.MeshType = Enum.MeshType.Wedge
3350
b23.Name = "Mesh"
3351
b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3352
p24 = Instance.new("WedgePart", m6)
3353
p24.BrickColor = BrickColor.new("Black")
3354
p24.Material = Enum.Material.SmoothPlastic
3355
p24.Name = "Wedge"
3356
p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3357
p24.CanCollide = false
3358
p24.Locked = true
3359
p24.FormFactor = Enum.FormFactor.Custom
3360
p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3361
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3362
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3363
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3364
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3365
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3366
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3367
b24 = Instance.new("SpecialMesh", p24)
3368
b24.MeshType = Enum.MeshType.Wedge
3369
b24.Name = "Mesh"
3370
b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3371
p25 = Instance.new("WedgePart", m6)
3372
p25.BrickColor = BrickColor.new("Lime green")
3373
p25.Name = "Wedge"
3374
p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3375
p25.CanCollide = false
3376
p25.Locked = true
3377
p25.FormFactor = Enum.FormFactor.Custom
3378
p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3379
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3380
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3381
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3382
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3383
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3384
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3385
b25 = Instance.new("SpecialMesh", p25)
3386
b25.MeshType = Enum.MeshType.Wedge
3387
b25.Name = "Mesh"
3388
b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3389
p26 = Instance.new("WedgePart", m6)
3390
p26.BrickColor = BrickColor.new("Black")
3391
p26.Material = Enum.Material.SmoothPlastic
3392
p26.Name = "Wedge"
3393
p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3394
p26.CanCollide = false
3395
p26.Locked = true
3396
p26.FormFactor = Enum.FormFactor.Custom
3397
p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3398
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3399
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3400
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3401
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3402
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3403
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3404
b26 = Instance.new("SpecialMesh", p26)
3405
b26.MeshType = Enum.MeshType.Wedge
3406
b26.Name = "Mesh"
3407
b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3408
p27 = Instance.new("Part", m6)
3409
p27.BrickColor = BrickColor.new("Black")
3410
p27.Material = Enum.Material.SmoothPlastic
3411
p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3412
p27.CanCollide = false
3413
p27.Locked = true
3414
p27.FormFactor = Enum.FormFactor.Custom
3415
p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3416
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3417
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3418
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3419
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3420
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3421
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3422
b27 = Instance.new("BlockMesh", p27)
3423
b27.Name = "Mesh"
3424
b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3425
p28 = Instance.new("WedgePart", m6)
3426
p28.BrickColor = BrickColor.new("Black")
3427
p28.Material = Enum.Material.SmoothPlastic
3428
p28.Name = "Wedge"
3429
p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3430
p28.CanCollide = false
3431
p28.Locked = true
3432
p28.FormFactor = Enum.FormFactor.Custom
3433
p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3434
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3435
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3436
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3437
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3438
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3439
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3440
b28 = Instance.new("SpecialMesh", p28)
3441
b28.MeshType = Enum.MeshType.Wedge
3442
b28.Name = "Mesh"
3443
b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3444
p29 = Instance.new("Part", m6)
3445
p29.BrickColor = BrickColor.new("Black")
3446
p29.Material = Enum.Material.SmoothPlastic
3447
p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3448
p29.CanCollide = false
3449
p29.Locked = true
3450
p29.FormFactor = Enum.FormFactor.Custom
3451
p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3452
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3453
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3454
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3455
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3456
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3457
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3458
b29 = Instance.new("BlockMesh", p29)
3459
b29.Name = "Mesh"
3460
b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3461
p30 = Instance.new("WedgePart", m6)
3462
p30.BrickColor = BrickColor.new("Black")
3463
p30.Material = Enum.Material.SmoothPlastic
3464
p30.Name = "Wedge"
3465
p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3466
p30.CanCollide = false
3467
p30.Locked = true
3468
p30.FormFactor = Enum.FormFactor.Custom
3469
p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3470
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3471
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3472
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3473
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3474
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3475
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3476
b30 = Instance.new("SpecialMesh", p30)
3477
b30.MeshType = Enum.MeshType.Wedge
3478
b30.Name = "Mesh"
3479
b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3480
p31 = Instance.new("WedgePart", m6)
3481
p31.BrickColor = BrickColor.new("Black")
3482
p31.Material = Enum.Material.SmoothPlastic
3483
p31.Name = "Wedge"
3484
p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3485
p31.CanCollide = false
3486
p31.Locked = true
3487
p31.FormFactor = Enum.FormFactor.Custom
3488
p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3489
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3490
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3491
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3492
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3493
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3494
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3495
b31 = Instance.new("SpecialMesh", p31)
3496
b31.MeshType = Enum.MeshType.Wedge
3497
b31.Name = "Mesh"
3498
b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3499
p32 = Instance.new("Part", m6)
3500
p32.BrickColor = BrickColor.new("Black")
3501
p32.Material = Enum.Material.SmoothPlastic
3502
p32.Name = "BottomRightFlap"
3503
p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3504
p32.CanCollide = false
3505
p32.Locked = true
3506
p32.FormFactor = Enum.FormFactor.Custom
3507
p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3508
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3509
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3510
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3511
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3512
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3513
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3514
b32 = Instance.new("BlockMesh", p32)
3515
b32.Name = "Mesh"
3516
b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3517
p33 = Instance.new("WedgePart", m6)
3518
p33.BrickColor = BrickColor.new("Black")
3519
p33.Material = Enum.Material.SmoothPlastic
3520
p33.Name = "Wedge"
3521
p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3522
p33.CanCollide = false
3523
p33.Locked = true
3524
p33.FormFactor = Enum.FormFactor.Custom
3525
p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3526
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3527
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3528
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3529
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3530
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3531
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3532
b33 = Instance.new("SpecialMesh", p33)
3533
b33.MeshType = Enum.MeshType.Wedge
3534
b33.Name = "Mesh"
3535
b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3536
p34 = Instance.new("WedgePart", m6)
3537
p34.BrickColor = BrickColor.new("Black")
3538
p34.Material = Enum.Material.SmoothPlastic
3539
p34.Name = "Wedge"
3540
p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3541
p34.CanCollide = false
3542
p34.Locked = true
3543
p34.FormFactor = Enum.FormFactor.Custom
3544
p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3545
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3546
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3547
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3548
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3549
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3550
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3551
b34 = Instance.new("SpecialMesh", p34)
3552
b34.MeshType = Enum.MeshType.Wedge
3553
b34.Name = "Mesh"
3554
b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3555
p35 = Instance.new("Part", m6)
3556
p35.BrickColor = BrickColor.new("Black")
3557
p35.Material = Enum.Material.SmoothPlastic
3558
p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3559
p35.CanCollide = false
3560
p35.Locked = true
3561
p35.FormFactor = Enum.FormFactor.Custom
3562
p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3563
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3564
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3565
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3566
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3567
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3568
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3569
b35 = Instance.new("BlockMesh", p35)
3570
b35.Name = "Mesh"
3571
b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3572
p36 = Instance.new("WedgePart", m6)
3573
p36.BrickColor = BrickColor.new("Black")
3574
p36.Material = Enum.Material.SmoothPlastic
3575
p36.Name = "Wedge"
3576
p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3577
p36.CanCollide = false
3578
p36.Locked = true
3579
p36.FormFactor = Enum.FormFactor.Custom
3580
p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3581
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3582
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3583
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3584
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3585
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3586
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3587
b36 = Instance.new("SpecialMesh", p36)
3588
b36.MeshType = Enum.MeshType.Wedge
3589
b36.Name = "Mesh"
3590
b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3591
p37 = Instance.new("Part", m6)
3592
p37.BrickColor = BrickColor.new("Black")
3593
p37.Material = Enum.Material.SmoothPlastic
3594
p37.Name = "CapeLevel3"
3595
p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3596
p37.CanCollide = false
3597
p37.Locked = true
3598
p37.FormFactor = Enum.FormFactor.Custom
3599
p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3600
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3601
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3602
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3603
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3604
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3605
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3606
b37 = Instance.new("BlockMesh", p37)
3607
b37.Name = "Mesh"
3608
b37.Scale = Vector3.new(1, 1, 0.602178097)
3609
p38 = Instance.new("WedgePart", m6)
3610
p38.BrickColor = BrickColor.new("Lime green")
3611
p38.Material = Enum.Material.SmoothPlastic
3612
p38.Name = "Wedge"
3613
p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3614
p38.CanCollide = false
3615
p38.Locked = true
3616
p38.FormFactor = Enum.FormFactor.Custom
3617
p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3618
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3619
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3620
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3621
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3622
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3623
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3624
b38 = Instance.new("SpecialMesh", p38)
3625
b38.MeshType = Enum.MeshType.Wedge
3626
b38.Name = "Mesh"
3627
b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3628
p39 = Instance.new("WedgePart", m6)
3629
p39.BrickColor = BrickColor.new("Lime green")
3630
p39.Material = Enum.Material.SmoothPlastic
3631
p39.Name = "Wedge"
3632
p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3633
p39.CanCollide = false
3634
p39.Locked = true
3635
p39.FormFactor = Enum.FormFactor.Custom
3636
p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3637
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3638
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3639
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3640
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3641
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3642
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3643
b39 = Instance.new("SpecialMesh", p39)
3644
b39.MeshType = Enum.MeshType.Wedge
3645
b39.Name = "Mesh"
3646
b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3647
p40 = Instance.new("WedgePart", m6)
3648
p40.BrickColor = BrickColor.new("Black")
3649
p40.Material = Enum.Material.SmoothPlastic
3650
p40.Name = "Wedge"
3651
p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3652
p40.CanCollide = false
3653
p40.Locked = true
3654
p40.FormFactor = Enum.FormFactor.Custom
3655
p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3656
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3657
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3658
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3659
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3660
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3661
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3662
b40 = Instance.new("SpecialMesh", p40)
3663
b40.MeshType = Enum.MeshType.Wedge
3664
b40.Name = "Mesh"
3665
b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3666
p41 = Instance.new("WedgePart", m6)
3667
p41.BrickColor = BrickColor.new("Black")
3668
p41.Material = Enum.Material.SmoothPlastic
3669
p41.Name = "Wedge"
3670
p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3671
p41.CanCollide = false
3672
p41.Locked = true
3673
p41.FormFactor = Enum.FormFactor.Custom
3674
p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3675
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3676
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3677
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3678
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3679
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3680
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3681
b41 = Instance.new("SpecialMesh", p41)
3682
b41.MeshType = Enum.MeshType.Wedge
3683
b41.Name = "Mesh"
3684
b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3685
p42 = Instance.new("WedgePart", m6)
3686
p42.BrickColor = BrickColor.new("Black")
3687
p42.Material = Enum.Material.SmoothPlastic
3688
p42.Name = "Wedge"
3689
p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3690
p42.CanCollide = false
3691
p42.Locked = true
3692
p42.FormFactor = Enum.FormFactor.Custom
3693
p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3694
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3695
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3696
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3697
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3698
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3699
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3700
b42 = Instance.new("SpecialMesh", p42)
3701
b42.MeshType = Enum.MeshType.Wedge
3702
b42.Name = "Mesh"
3703
b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3704
p43 = Instance.new("WedgePart", m6)
3705
p43.BrickColor = BrickColor.new("Black")
3706
p43.Material = Enum.Material.SmoothPlastic
3707
p43.Name = "Wedge"
3708
p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3709
p43.CanCollide = false
3710
p43.Locked = true
3711
p43.FormFactor = Enum.FormFactor.Custom
3712
p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3713
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3714
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3715
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3716
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3717
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3718
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3719
b43 = Instance.new("SpecialMesh", p43)
3720
b43.MeshType = Enum.MeshType.Wedge
3721
b43.Name = "Mesh"
3722
b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3723
p44 = Instance.new("WedgePart", m6)
3724
p44.BrickColor = BrickColor.new("Black")
3725
p44.Material = Enum.Material.SmoothPlastic
3726
p44.Name = "Wedge"
3727
p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3728
p44.CanCollide = false
3729
p44.Locked = true
3730
p44.FormFactor = Enum.FormFactor.Custom
3731
p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3732
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3733
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3734
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3735
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3736
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3737
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3738
b44 = Instance.new("SpecialMesh", p44)
3739
b44.MeshType = Enum.MeshType.Wedge
3740
b44.Name = "Mesh"
3741
b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3742
p45 = Instance.new("WedgePart", m6)
3743
p45.BrickColor = BrickColor.new("Black")
3744
p45.Material = Enum.Material.SmoothPlastic
3745
p45.Name = "Wedge"
3746
p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3747
p45.CanCollide = false
3748
p45.Locked = true
3749
p45.FormFactor = Enum.FormFactor.Custom
3750
p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3751
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3752
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3753
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3754
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3755
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3756
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3757
b45 = Instance.new("SpecialMesh", p45)
3758
b45.MeshType = Enum.MeshType.Wedge
3759
b45.Name = "Mesh"
3760
b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3761
p46 = Instance.new("WedgePart", m6)
3762
p46.BrickColor = BrickColor.new("Black")
3763
p46.Material = Enum.Material.SmoothPlastic
3764
p46.Name = "Wedge"
3765
p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3766
p46.CanCollide = false
3767
p46.Locked = true
3768
p46.FormFactor = Enum.FormFactor.Custom
3769
p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3770
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3771
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3772
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3773
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3774
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3775
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3776
b46 = Instance.new("SpecialMesh", p46)
3777
b46.MeshType = Enum.MeshType.Wedge
3778
b46.Name = "Mesh"
3779
b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3780
p47 = Instance.new("Part", m6)
3781
p47.BrickColor = BrickColor.new("Black")
3782
p47.Material = Enum.Material.SmoothPlastic
3783
p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3784
p47.CanCollide = false
3785
p47.Locked = true
3786
p47.FormFactor = Enum.FormFactor.Custom
3787
p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3788
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3789
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3790
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3791
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3792
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3793
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3794
b47 = Instance.new("BlockMesh", p47)
3795
b47.Name = "Mesh"
3796
b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3797
p48 = Instance.new("Part", m6)
3798
p48.BrickColor = BrickColor.new("Black")
3799
p48.Material = Enum.Material.SmoothPlastic
3800
p48.Name = "CapeLevel4"
3801
p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3802
p48.CanCollide = false
3803
p48.Locked = true
3804
p48.FormFactor = Enum.FormFactor.Custom
3805
p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3806
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3807
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3808
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3809
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3810
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3811
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3812
b48 = Instance.new("BlockMesh", p48)
3813
b48.Name = "Mesh"
3814
b48.Scale = Vector3.new(1, 1, 0.602178097)
3815
p49 = Instance.new("WedgePart", m6)
3816
p49.BrickColor = BrickColor.new("Black")
3817
p49.Material = Enum.Material.SmoothPlastic
3818
p49.Name = "Wedge"
3819
p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3820
p49.CanCollide = false
3821
p49.Locked = true
3822
p49.FormFactor = Enum.FormFactor.Custom
3823
p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3824
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3825
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3826
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3827
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3828
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3829
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3830
b49 = Instance.new("SpecialMesh", p49)
3831
b49.MeshType = Enum.MeshType.Wedge
3832
b49.Name = "Mesh"
3833
b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3834
p50 = Instance.new("Part", m6)
3835
p50.BrickColor = BrickColor.new("Black")
3836
p50.Material = Enum.Material.SmoothPlastic
3837
p50.Name = "CapeLevel1SubPart"
3838
p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3839
p50.CanCollide = false
3840
p50.Locked = true
3841
p50.FormFactor = Enum.FormFactor.Custom
3842
p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3843
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3844
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3845
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3846
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3847
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3848
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3849
b50 = Instance.new("BlockMesh", p50)
3850
b50.Name = "Mesh"
3851
b50.Scale = Vector3.new(1, 1, 0.602178097)
3852
p51 = Instance.new("Part", m6)
3853
p51.BrickColor = BrickColor.new("Black")
3854
p51.Material = Enum.Material.SmoothPlastic
3855
p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3856
p51.CanCollide = false
3857
p51.Locked = true
3858
p51.FormFactor = Enum.FormFactor.Custom
3859
p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3860
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3861
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3862
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3863
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3864
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3865
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3866
b51 = Instance.new("BlockMesh", p51)
3867
b51.Name = "Mesh"
3868
b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3869
p52 = Instance.new("Part", m6)
3870
p52.BrickColor = BrickColor.new("Black")
3871
p52.Material = Enum.Material.SmoothPlastic
3872
p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3873
p52.CanCollide = false
3874
p52.Locked = true
3875
p52.FormFactor = Enum.FormFactor.Custom
3876
p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3877
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3878
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3879
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3880
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3881
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3882
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3883
b52 = Instance.new("BlockMesh", p52)
3884
b52.Name = "Mesh"
3885
b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3886
p53 = Instance.new("WedgePart", m6)
3887
p53.BrickColor = BrickColor.new("Black")
3888
p53.Material = Enum.Material.SmoothPlastic
3889
p53.Name = "Wedge"
3890
p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3891
p53.CanCollide = false
3892
p53.Locked = true
3893
p53.FormFactor = Enum.FormFactor.Custom
3894
p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3895
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3896
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3897
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3898
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3899
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3900
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3901
b53 = Instance.new("SpecialMesh", p53)
3902
b53.MeshType = Enum.MeshType.Wedge
3903
b53.Name = "Mesh"
3904
b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3905
p54 = Instance.new("Part", m6)
3906
p54.BrickColor = BrickColor.new("Black")
3907
p54.Material = Enum.Material.SmoothPlastic
3908
p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3909
p54.CanCollide = false
3910
p54.Locked = true
3911
p54.FormFactor = Enum.FormFactor.Custom
3912
p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3913
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3914
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3915
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3916
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3917
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3918
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3919
b54 = Instance.new("BlockMesh", p54)
3920
b54.Name = "Mesh"
3921
b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3922
p55 = Instance.new("WedgePart", m6)
3923
p55.BrickColor = BrickColor.new("Black")
3924
p55.Material = Enum.Material.SmoothPlastic
3925
p55.Name = "Wedge"
3926
p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3927
p55.CanCollide = false
3928
p55.Locked = true
3929
p55.FormFactor = Enum.FormFactor.Custom
3930
p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3931
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3932
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3933
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3934
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3935
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3936
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3937
b55 = Instance.new("SpecialMesh", p55)
3938
b55.MeshType = Enum.MeshType.Wedge
3939
b55.Name = "Mesh"
3940
b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3941
p56 = Instance.new("WedgePart", m6)
3942
p56.BrickColor = BrickColor.new("Lime green")
3943
p56.Material = Enum.Material.SmoothPlastic
3944
p56.Name = "Wedge"
3945
p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3946
p56.CanCollide = false
3947
p56.Locked = true
3948
p56.FormFactor = Enum.FormFactor.Custom
3949
p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3950
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3951
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3952
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3953
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3954
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3955
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3956
b56 = Instance.new("SpecialMesh", p56)
3957
b56.MeshType = Enum.MeshType.Wedge
3958
b56.Name = "Mesh"
3959
b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3960
p57 = Instance.new("WedgePart", m6)
3961
p57.BrickColor = BrickColor.new("Black")
3962
p57.Material = Enum.Material.SmoothPlastic
3963
p57.Name = "Wedge"
3964
p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3965
p57.CanCollide = false
3966
p57.Locked = true
3967
p57.FormFactor = Enum.FormFactor.Custom
3968
p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3969
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3970
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3971
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3972
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3973
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3974
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3975
b57 = Instance.new("SpecialMesh", p57)
3976
b57.MeshType = Enum.MeshType.Wedge
3977
b57.Name = "Mesh"
3978
b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3979
p58 = Instance.new("Part", m6)
3980
p58.BrickColor = BrickColor.new("Black")
3981
p58.Material = Enum.Material.SmoothPlastic
3982
p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3983
p58.CanCollide = false
3984
p58.Locked = true
3985
p58.FormFactor = Enum.FormFactor.Custom
3986
p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3987
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3988
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3989
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3990
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3991
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3992
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3993
b58 = Instance.new("BlockMesh", p58)
3994
b58.Name = "Mesh"
3995
b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3996
p59 = Instance.new("WedgePart", m6)
3997
p59.BrickColor = BrickColor.new("Black")
3998
p59.Material = Enum.Material.SmoothPlastic
3999
p59.Name = "Wedge"
4000
p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4001
p59.CanCollide = false
4002
p59.Locked = true
4003
p59.FormFactor = Enum.FormFactor.Custom
4004
p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4005
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4006
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4007
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4008
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4009
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4010
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4011
b59 = Instance.new("SpecialMesh", p59)
4012
b59.MeshType = Enum.MeshType.Wedge
4013
b59.Name = "Mesh"
4014
b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4015
p60 = Instance.new("Part", m6)
4016
p60.BrickColor = BrickColor.new("Black")
4017
p60.Material = Enum.Material.SmoothPlastic
4018
p60.Name = "NeckPart"
4019
p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4020
p60.CanCollide = false
4021
p60.Locked = true
4022
p60.FormFactor = Enum.FormFactor.Custom
4023
p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4024
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4025
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4026
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4027
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4028
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4029
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4030
b60 = Instance.new("BlockMesh", p60)
4031
b60.Name = "Mesh"
4032
b60.Scale = Vector3.new(1, 0.602178097, 1)
4033
p61 = Instance.new("Part", m6)
4034
p61.BrickColor = BrickColor.new("Black")
4035
p61.Material = Enum.Material.SmoothPlastic
4036
p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4037
p61.CanCollide = false
4038
p61.Locked = true
4039
p61.FormFactor = Enum.FormFactor.Custom
4040
p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4041
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4042
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4043
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4044
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4045
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4046
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4047
b61 = Instance.new("BlockMesh", p61)
4048
b61.Name = "Mesh"
4049
b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4050
p62 = Instance.new("WedgePart", m6)
4051
p62.BrickColor = BrickColor.new("Black")
4052
p62.Material = Enum.Material.SmoothPlastic
4053
p62.Name = "Wedge"
4054
p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4055
p62.CanCollide = false
4056
p62.Locked = true
4057
p62.FormFactor = Enum.FormFactor.Custom
4058
p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4059
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4060
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4061
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4062
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4063
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4064
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4065
b62 = Instance.new("SpecialMesh", p62)
4066
b62.MeshType = Enum.MeshType.Wedge
4067
b62.Name = "Mesh"
4068
b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4069
p63 = Instance.new("WedgePart", m6)
4070
p63.BrickColor = BrickColor.new("Lime green")
4071
p63.Material = Enum.Material.SmoothPlastic
4072
p63.Name = "Wedge"
4073
p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4074
p63.CanCollide = false
4075
p63.Locked = true
4076
p63.FormFactor = Enum.FormFactor.Custom
4077
p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4078
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4079
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4080
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4081
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4082
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4083
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4084
b63 = Instance.new("SpecialMesh", p63)
4085
b63.MeshType = Enum.MeshType.Wedge
4086
b63.Name = "Mesh"
4087
b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4088
p64 = Instance.new("WedgePart", m6)
4089
p64.BrickColor = BrickColor.new("Black")
4090
p64.Material = Enum.Material.SmoothPlastic
4091
p64.Name = "Wedge"
4092
p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4093
p64.CanCollide = false
4094
p64.Locked = true
4095
p64.FormFactor = Enum.FormFactor.Custom
4096
p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4097
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4098
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4099
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4100
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4101
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4102
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4103
b64 = Instance.new("SpecialMesh", p64)
4104
b64.MeshType = Enum.MeshType.Wedge
4105
b64.Name = "Mesh"
4106
b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4107
p65 = Instance.new("WedgePart", m6)
4108
p65.BrickColor = BrickColor.new("Black")
4109
p65.Material = Enum.Material.SmoothPlastic
4110
p65.Name = "Wedge"
4111
p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4112
p65.CanCollide = false
4113
p65.Locked = true
4114
p65.FormFactor = Enum.FormFactor.Custom
4115
p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4116
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4117
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4118
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4119
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4120
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4121
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4122
b65 = Instance.new("SpecialMesh", p65)
4123
b65.MeshType = Enum.MeshType.Wedge
4124
b65.Name = "Mesh"
4125
b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4126
p66 = Instance.new("WedgePart", m6)
4127
p66.BrickColor = BrickColor.new("Black")
4128
p66.Material = Enum.Material.SmoothPlastic
4129
p66.Name = "Wedge"
4130
p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4131
p66.CanCollide = false
4132
p66.Locked = true
4133
p66.FormFactor = Enum.FormFactor.Custom
4134
p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4135
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4136
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4137
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4138
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4139
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4140
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4141
b66 = Instance.new("SpecialMesh", p66)
4142
b66.MeshType = Enum.MeshType.Wedge
4143
b66.Name = "Mesh"
4144
b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4145
p67 = Instance.new("WedgePart", m6)
4146
p67.BrickColor = BrickColor.new("Black")
4147
p67.Material = Enum.Material.SmoothPlastic
4148
p67.Name = "Wedge"
4149
p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4150
p67.CanCollide = false
4151
p67.Locked = true
4152
p67.FormFactor = Enum.FormFactor.Custom
4153
p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4154
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4155
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4156
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4157
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4158
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4159
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4160
b67 = Instance.new("SpecialMesh", p67)
4161
b67.MeshType = Enum.MeshType.Wedge
4162
b67.Name = "Mesh"
4163
b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4164
p68 = Instance.new("WedgePart", m6)
4165
p68.BrickColor = BrickColor.new("Lime green")
4166
p68.Name = "Wedge"
4167
p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4168
p68.CanCollide = false
4169
p68.Locked = true
4170
p68.FormFactor = Enum.FormFactor.Custom
4171
p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4172
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4173
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4174
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4175
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4176
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4177
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4178
b68 = Instance.new("SpecialMesh", p68)
4179
b68.MeshType = Enum.MeshType.Wedge
4180
b68.Name = "Mesh"
4181
b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4182
p69 = Instance.new("WedgePart", m6)
4183
p69.BrickColor = BrickColor.new("Lime green")
4184
p69.Name = "Wedge"
4185
p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4186
p69.CanCollide = false
4187
p69.Locked = true
4188
p69.FormFactor = Enum.FormFactor.Custom
4189
p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4190
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4191
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4192
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4193
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4194
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4195
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4196
b69 = Instance.new("SpecialMesh", p69)
4197
b69.MeshType = Enum.MeshType.Wedge
4198
b69.Name = "Mesh"
4199
b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4200
p70 = Instance.new("WedgePart", m6)
4201
p70.BrickColor = BrickColor.new("Black")
4202
p70.Material = Enum.Material.SmoothPlastic
4203
p70.Name = "Wedge"
4204
p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4205
p70.CanCollide = false
4206
p70.Locked = true
4207
p70.FormFactor = Enum.FormFactor.Custom
4208
p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4209
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4210
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4211
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4212
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4213
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4214
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4215
b70 = Instance.new("SpecialMesh", p70)
4216
b70.MeshType = Enum.MeshType.Wedge
4217
b70.Name = "Mesh"
4218
b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4219
p71 = Instance.new("WedgePart", m6)
4220
p71.BrickColor = BrickColor.new("Lime green")
4221
p71.Name = "Wedge"
4222
p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4223
p71.CanCollide = false
4224
p71.Locked = true
4225
p71.FormFactor = Enum.FormFactor.Custom
4226
p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4227
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4228
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4229
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4230
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4231
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4232
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4233
b71 = Instance.new("SpecialMesh", p71)
4234
b71.MeshType = Enum.MeshType.Wedge
4235
b71.Name = "Mesh"
4236
b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4237
p72 = Instance.new("WedgePart", m6)
4238
p72.BrickColor = BrickColor.new("Black")
4239
p72.Material = Enum.Material.SmoothPlastic
4240
p72.Name = "Wedge"
4241
p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4242
p72.CanCollide = false
4243
p72.Locked = true
4244
p72.FormFactor = Enum.FormFactor.Custom
4245
p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4246
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4247
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4248
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4249
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4250
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4251
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4252
b72 = Instance.new("SpecialMesh", p72)
4253
b72.MeshType = Enum.MeshType.Wedge
4254
b72.Name = "Mesh"
4255
b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4256
p73 = Instance.new("WedgePart", m6)
4257
p73.BrickColor = BrickColor.new("Black")
4258
p73.Material = Enum.Material.SmoothPlastic
4259
p73.Name = "Wedge"
4260
p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4261
p73.CanCollide = false
4262
p73.Locked = true
4263
p73.FormFactor = Enum.FormFactor.Custom
4264
p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4265
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4266
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4267
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4268
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4269
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4270
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4271
b73 = Instance.new("SpecialMesh", p73)
4272
b73.MeshType = Enum.MeshType.Wedge
4273
b73.Name = "Mesh"
4274
b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4275
p74 = Instance.new("WedgePart", m6)
4276
p74.BrickColor = BrickColor.new("Black")
4277
p74.Material = Enum.Material.SmoothPlastic
4278
p74.Name = "Wedge"
4279
p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4280
p74.CanCollide = false
4281
p74.Locked = true
4282
p74.FormFactor = Enum.FormFactor.Custom
4283
p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4284
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4285
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4286
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4287
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4288
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4289
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4290
b74 = Instance.new("SpecialMesh", p74)
4291
b74.MeshType = Enum.MeshType.Wedge
4292
b74.Name = "Mesh"
4293
b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4294
p75 = Instance.new("WedgePart", m6)
4295
p75.BrickColor = BrickColor.new("Black")
4296
p75.Material = Enum.Material.SmoothPlastic
4297
p75.Name = "Wedge"
4298
p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4299
p75.CanCollide = false
4300
p75.Locked = true
4301
p75.FormFactor = Enum.FormFactor.Custom
4302
p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4303
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4304
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4305
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4306
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4307
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4308
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4309
b75 = Instance.new("SpecialMesh", p75)
4310
b75.MeshType = Enum.MeshType.Wedge
4311
b75.Name = "Mesh"
4312
b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4313
p76 = Instance.new("WedgePart", m6)
4314
p76.BrickColor = BrickColor.new("Black")
4315
p76.Material = Enum.Material.SmoothPlastic
4316
p76.Name = "Wedge"
4317
p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4318
p76.CanCollide = false
4319
p76.Locked = true
4320
p76.FormFactor = Enum.FormFactor.Custom
4321
p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4322
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4323
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4324
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4325
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4326
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4327
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4328
b76 = Instance.new("SpecialMesh", p76)
4329
b76.MeshType = Enum.MeshType.Wedge
4330
b76.Name = "Mesh"
4331
b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4332
p77 = Instance.new("WedgePart", m6)
4333
p77.BrickColor = BrickColor.new("Lime green")
4334
p77.Material = Enum.Material.SmoothPlastic
4335
p77.Name = "Wedge"
4336
p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4337
p77.CanCollide = false
4338
p77.Locked = true
4339
p77.FormFactor = Enum.FormFactor.Custom
4340
p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4341
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4342
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4343
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4344
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4345
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4346
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4347
b77 = Instance.new("SpecialMesh", p77)
4348
b77.MeshType = Enum.MeshType.Wedge
4349
b77.Name = "Mesh"
4350
b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4351
p78 = Instance.new("WedgePart", m6)
4352
p78.BrickColor = BrickColor.new("Black")
4353
p78.Material = Enum.Material.SmoothPlastic
4354
p78.Name = "Wedge"
4355
p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4356
p78.CanCollide = false
4357
p78.Locked = true
4358
p78.FormFactor = Enum.FormFactor.Custom
4359
p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4360
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4361
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4362
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4363
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4364
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4365
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4366
b78 = Instance.new("SpecialMesh", p78)
4367
b78.MeshType = Enum.MeshType.Wedge
4368
b78.Name = "Mesh"
4369
b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4370
p79 = Instance.new("WedgePart", m6)
4371
p79.BrickColor = BrickColor.new("Lime green")
4372
p79.Material = Enum.Material.SmoothPlastic
4373
p79.Name = "Wedge"
4374
p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4375
p79.CanCollide = false
4376
p79.Locked = true
4377
p79.FormFactor = Enum.FormFactor.Custom
4378
p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4379
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4380
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4381
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4382
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4383
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4384
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4385
b79 = Instance.new("SpecialMesh", p79)
4386
b79.MeshType = Enum.MeshType.Wedge
4387
b79.Name = "Mesh"
4388
b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4389
p80 = Instance.new("WedgePart", m6)
4390
p80.BrickColor = BrickColor.new("Black")
4391
p80.Material = Enum.Material.SmoothPlastic
4392
p80.Name = "Wedge"
4393
p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4394
p80.CanCollide = false
4395
p80.Locked = true
4396
p80.FormFactor = Enum.FormFactor.Custom
4397
p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4398
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4399
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4400
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4401
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4402
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4403
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4404
b80 = Instance.new("SpecialMesh", p80)
4405
b80.MeshType = Enum.MeshType.Wedge
4406
b80.Name = "Mesh"
4407
b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4408
w1 = Instance.new("Weld", p1)
4409
w1.Name = "Joint"
4410
w1.Part0 = p1
4411
w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4412
w1.Part1 = p47
4413
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4414
w2 = Instance.new("Weld", p2)
4415
w2.Name = "Joint"
4416
w2.Part0 = p2
4417
w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4418
w2.Part1 = p11
4419
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4420
w3 = Instance.new("Weld", p3)
4421
w3.Name = "Joint"
4422
w3.Part0 = p3
4423
w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4424
w3.Part1 = p50
4425
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4426
w4 = Instance.new("Weld", p4)
4427
w4.Name = "Joint"
4428
w4.Part0 = p4
4429
w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4430
w4.Part1 = p5
4431
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4432
w5 = Instance.new("Weld", p5)
4433
w5.Name = "Joint"
4434
w5.Part0 = p5
4435
w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4436
w5.Part1 = p27
4437
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4438
w6 = Instance.new("Weld", p6)
4439
w6.Name = "Joint"
4440
w6.Part0 = p6
4441
w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4442
w6.Part1 = p14
4443
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4444
w7 = Instance.new("Weld", p7)
4445
w7.Name = "Joint"
4446
w7.Part0 = p7
4447
w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4448
w7.Part1 = p10
4449
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4450
w8 = Instance.new("Weld", p8)
4451
w8.Name = "Joint"
4452
w8.Part0 = p8
4453
w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4454
w8.Part1 = p32
4455
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4456
w9 = Instance.new("Weld", p9)
4457
w9.Name = "Joint"
4458
w9.Part0 = p9
4459
w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4460
w9.Part1 = p16
4461
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4462
w10 = Instance.new("Weld", p10)
4463
w10.Name = "Joint"
4464
w10.Part0 = p10
4465
w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4466
w10.Part1 = p61
4467
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4468
w11 = Instance.new("Weld", p11)
4469
w11.Name = "Joint"
4470
w11.Part0 = p11
4471
w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4472
w11.Part1 = p13
4473
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4474
w12 = Instance.new("Weld", p12)
4475
w12.Name = "Joint"
4476
w12.Part0 = p12
4477
w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4478
w12.Part1 = p29
4479
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4480
w13 = Instance.new("Weld", p13)
4481
w13.Name = "Joint"
4482
w13.Part0 = p13
4483
w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4484
w13.Part1 = p48
4485
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4486
w14 = Instance.new("Weld", p14)
4487
w14.Name = "Joint"
4488
w14.Part0 = p14
4489
w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4490
w14.Part1 = p60
4491
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4492
w15 = Instance.new("Weld", p15)
4493
w15.Name = "Joint"
4494
w15.Part0 = p15
4495
w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4496
w15.Part1 = p17
4497
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4498
w16 = Instance.new("Weld", p16)
4499
w16.Name = "Joint"
4500
w16.Part0 = p16
4501
w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4502
w16.Part1 = p48
4503
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4504
w17 = Instance.new("Weld", p17)
4505
w17.Name = "Joint"
4506
w17.Part0 = p17
4507
w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4508
w17.Part1 = p50
4509
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4510
w18 = Instance.new("Weld", p18)
4511
w18.Name = "Joint"
4512
w18.Part0 = p18
4513
w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4514
w18.Part1 = p50
4515
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4516
w19 = Instance.new("Weld", p19)
4517
w19.Name = "Joint"
4518
w19.Part0 = p19
4519
w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4520
w19.Part1 = p54
4521
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4522
w20 = Instance.new("Weld", p20)
4523
w20.Name = "Joint"
4524
w20.Part0 = p20
4525
w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4526
w20.Part1 = p21
4527
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4528
w21 = Instance.new("Weld", p21)
4529
w21.Name = "Joint"
4530
w21.Part0 = p21
4531
w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4532
w21.Part1 = p37
4533
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4534
w22 = Instance.new("Weld", p22)
4535
w22.Name = "Joint"
4536
w22.Part0 = p22
4537
w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4538
w22.Part1 = p8
4539
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4540
w23 = Instance.new("Weld", p23)
4541
w23.Name = "Joint"
4542
w23.Part0 = p23
4543
w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4544
w23.Part1 = p35
4545
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4546
w24 = Instance.new("Weld", p24)
4547
w24.Name = "Joint"
4548
w24.Part0 = p24
4549
w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4550
w24.Part1 = p48
4551
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4552
w25 = Instance.new("Weld", p25)
4553
w25.Name = "Joint"
4554
w25.Part0 = p25
4555
w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4556
w25.Part1 = p8
4557
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4558
w26 = Instance.new("Weld", p26)
4559
w26.Name = "Joint"
4560
w26.Part0 = p26
4561
w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4562
w26.Part1 = p6
4563
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4564
w27 = Instance.new("Weld", p27)
4565
w27.Name = "Joint"
4566
w27.Part0 = p27
4567
w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4568
w27.Part1 = p48
4569
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570
w28 = Instance.new("Weld", p28)
4571
w28.Name = "Joint"
4572
w28.Part0 = p28
4573
w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4574
w28.Part1 = p35
4575
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576
w29 = Instance.new("Weld", p29)
4577
w29.Name = "Joint"
4578
w29.Part0 = p29
4579
w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4580
w29.Part1 = p37
4581
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582
w30 = Instance.new("Weld", p30)
4583
w30.Name = "Joint"
4584
w30.Part0 = p30
4585
w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4586
w30.Part1 = p20
4587
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588
w31 = Instance.new("Weld", p31)
4589
w31.Name = "Joint"
4590
w31.Part0 = p31
4591
w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4592
w31.Part1 = p16
4593
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594
w32 = Instance.new("Weld", p32)
4595
w32.Name = "Joint"
4596
w32.Part0 = p32
4597
w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4598
w32.Part1 = p48
4599
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600
w33 = Instance.new("Weld", p33)
4601
w33.Name = "Joint"
4602
w33.Part0 = p33
4603
w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4604
w33.Part1 = p21
4605
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606
w34 = Instance.new("Weld", p34)
4607
w34.Name = "Joint"
4608
w34.Part0 = p34
4609
w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4610
w34.Part1 = p27
4611
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612
w35 = Instance.new("Weld", p35)
4613
w35.Name = "Joint"
4614
w35.Part0 = p35
4615
w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4616
w35.Part1 = p58
4617
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618
w36 = Instance.new("Weld", p36)
4619
w36.Name = "Joint"
4620
w36.Part0 = p36
4621
w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4622
w36.Part1 = p29
4623
w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624
w37 = Instance.new("Weld", p37)
4625
w37.Name = "Joint"
4626
w37.Part0 = p37
4627
w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4628
w37.Part1 = p3
4629
w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630
w38 = Instance.new("Weld", p38)
4631
w38.Name = "Joint"
4632
w38.Part0 = p38
4633
w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4634
w38.Part1 = p4
4635
w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636
w39 = Instance.new("Weld", p39)
4637
w39.Name = "Joint"
4638
w39.Part0 = p39
4639
w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4640
w39.Part1 = p12
4641
w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642
w40 = Instance.new("Weld", p40)
4643
w40.Name = "Joint"
4644
w40.Part0 = p40
4645
w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4646
w40.Part1 = p52
4647
w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4648
w41 = Instance.new("Weld", p41)
4649
w41.Name = "Joint"
4650
w41.Part0 = p41
4651
w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4652
w41.Part1 = p5
4653
w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4654
w42 = Instance.new("Weld", p42)
4655
w42.Name = "Joint"
4656
w42.Part0 = p42
4657
w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4658
w42.Part1 = p8
4659
w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4660
w43 = Instance.new("Weld", p43)
4661
w43.Name = "Joint"
4662
w43.Part0 = p43
4663
w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4664
w43.Part1 = p5
4665
w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4666
w44 = Instance.new("Weld", p44)
4667
w44.Name = "Joint"
4668
w44.Part0 = p44
4669
w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4670
w44.Part1 = p15
4671
w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672
w45 = Instance.new("Weld", p45)
4673
w45.Name = "Joint"
4674
w45.Part0 = p45
4675
w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4676
w45.Part1 = p11
4677
w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4678
w46 = Instance.new("Weld", p46)
4679
w46.Name = "Joint"
4680
w46.Part0 = p46
4681
w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4682
w46.Part1 = p6
4683
w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4684
w47 = Instance.new("Weld", p47)
4685
w47.Name = "Joint"
4686
w47.Part0 = p47
4687
w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4688
w47.Part1 = p18
4689
w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690
w48 = Instance.new("Weld", p48)
4691
w48.Name = "Joint"
4692
w48.Part0 = p48
4693
w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4694
w48.Part1 = p37
4695
w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696
w49 = Instance.new("Weld", p49)
4697
w49.Name = "Joint"
4698
w49.Part0 = p49
4699
w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4700
w49.Part1 = p47
4701
w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4702
w50 = Instance.new("Weld", p50)
4703
w50.Name = "Joint"
4704
w50.Part0 = p50
4705
w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4706
w50.Part1 = p6
4707
w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708
w51 = Instance.new("Weld", p51)
4709
w51.Name = "Joint"
4710
w51.Part0 = p51
4711
w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4712
w51.Part1 = p52
4713
w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714
w52 = Instance.new("Weld", p52)
4715
w52.Name = "Joint"
4716
w52.Part0 = p52
4717
w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4718
w52.Part1 = p3
4719
w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4720
w53 = Instance.new("Weld", p53)
4721
w53.Name = "Joint"
4722
w53.Part0 = p53
4723
w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4724
w53.Part1 = p9
4725
w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4726
w54 = Instance.new("Weld", p54)
4727
w54.Name = "Joint"
4728
w54.Part0 = p54
4729
w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4730
w54.Part1 = p9
4731
w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732
w55 = Instance.new("Weld", p55)
4733
w55.Name = "Joint"
4734
w55.Part0 = p55
4735
w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4736
w55.Part1 = p8
4737
w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4738
w56 = Instance.new("Weld", p56)
4739
w56.Name = "Joint"
4740
w56.Part0 = p56
4741
w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4742
w56.Part1 = p20
4743
w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4744
w57 = Instance.new("Weld", p57)
4745
w57.Name = "Joint"
4746
w57.Part0 = p57
4747
w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4748
w57.Part1 = p47
4749
w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4750
w58 = Instance.new("Weld", p58)
4751
w58.Name = "Joint"
4752
w58.Part0 = p58
4753
w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4754
w58.Part1 = p3
4755
w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756
w59 = Instance.new("Weld", p59)
4757
w59.Name = "Joint"
4758
w59.Part0 = p59
4759
w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4760
w59.Part1 = p32
4761
w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4762
w60 = Instance.new("Weld", p61)
4763
w60.Name = "Joint"
4764
w60.Part0 = p61
4765
w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4766
w60.Part1 = p48
4767
w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768
w61 = Instance.new("Weld", p62)
4769
w61.Name = "Joint"
4770
w61.Part0 = p62
4771
w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4772
w61.Part1 = p10
4773
w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4774
w62 = Instance.new("Weld", p63)
4775
w62.Name = "Joint"
4776
w62.Part0 = p63
4777
w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4778
w62.Part1 = p7
4779
w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4780
w63 = Instance.new("Weld", p64)
4781
w63.Name = "Joint"
4782
w63.Part0 = p64
4783
w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4784
w63.Part1 = p54
4785
w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4786
w64 = Instance.new("Weld", p65)
4787
w64.Name = "Joint"
4788
w64.Part0 = p65
4789
w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4790
w64.Part1 = p13
4791
w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4792
w65 = Instance.new("Weld", p66)
4793
w65.Name = "Joint"
4794
w65.Part0 = p66
4795
w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4796
w65.Part1 = p52
4797
w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4798
w66 = Instance.new("Weld", p67)
4799
w66.Name = "Joint"
4800
w66.Part0 = p67
4801
w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4802
w66.Part1 = p16
4803
w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4804
w67 = Instance.new("Weld", p68)
4805
w67.Name = "Joint"
4806
w67.Part0 = p68
4807
w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4808
w67.Part1 = p11
4809
w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4810
w68 = Instance.new("Weld", p69)
4811
w68.Name = "Joint"
4812
w68.Part0 = p69
4813
w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4814
w68.Part1 = p11
4815
w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4816
w69 = Instance.new("Weld", p70)
4817
w69.Name = "Joint"
4818
w69.Part0 = p70
4819
w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4820
w69.Part1 = p58
4821
w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4822
w70 = Instance.new("Weld", p71)
4823
w70.Name = "Joint"
4824
w70.Part0 = p71
4825
w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4826
w70.Part1 = p54
4827
w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4828
w71 = Instance.new("Weld", p72)
4829
w71.Name = "Joint"
4830
w71.Part0 = p72
4831
w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4832
w71.Part1 = p9
4833
w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834
w72 = Instance.new("Weld", p73)
4835
w72.Name = "Joint"
4836
w72.Part0 = p73
4837
w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4838
w72.Part1 = p13
4839
w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4840
w73 = Instance.new("Weld", p74)
4841
w73.Name = "Joint"
4842
w73.Part0 = p74
4843
w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4844
w73.Part1 = p10
4845
w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4846
w74 = Instance.new("Weld", p75)
4847
w74.Name = "Joint"
4848
w74.Part0 = p75
4849
w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4850
w74.Part1 = p54
4851
w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852
w75 = Instance.new("Weld", p76)
4853
w75.Name = "Joint"
4854
w75.Part0 = p76
4855
w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4856
w75.Part1 = p32
4857
w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4858
w76 = Instance.new("Weld", p77)
4859
w76.Name = "Joint"
4860
w76.Part0 = p77
4861
w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4862
w76.Part1 = p15
4863
w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4864
w77 = Instance.new("Weld", p78)
4865
w77.Name = "Joint"
4866
w77.Part0 = p78
4867
w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4868
w77.Part1 = p15
4869
w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4870
w78 = Instance.new("Weld", p79)
4871
w78.Name = "Joint"
4872
w78.Part0 = p79
4873
w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4874
w78.Part1 = p51
4875
w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4876
w79 = Instance.new("Weld", p80)
4877
w79.Name = "Joint"
4878
w79.Part0 = p80
4879
w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4880
w79.Part1 = p12
4881
w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4882
m6.Parent = torso
4883
m6:MakeJoints()
4884
----------------------------------------------------
4885
local cor6 = Instance.new("Part", torso.Cloak)
4886
cor6.Name = "Thingy"
4887
cor6.Locked = true
4888
cor6.BottomSurface = 0
4889
cor6.CanCollide = false
4890
cor6.Size = Vector3.new(1,1,1)
4891
cor6.Transparency = 1
4892
cor6.TopSurface = 0
4893
corw6 = Instance.new("Weld", cor6)
4894
corw6.Part0 = torso
4895
corw6.Part1 = cor6
4896
corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4897
corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4898
weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4899
weld6.Part0 = cor6
4900
weld6.Part1 = torso.Cloak.NeckPart
4901
weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4902
--Amulet
4903
m7 = Instance.new("Model")
4904
m7.Name = "Amulet"
4905
p1 = Instance.new("Part", m7)
4906
p1.BrickColor = BrickColor.new("Lime green")
4907
p1.Material = Enum.Material.Neon
4908
p1.Name = "Center"
4909
p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4910
p1.CanCollide = false
4911
p1.Locked = true
4912
p1.FormFactor = Enum.FormFactor.Custom
4913
p1.Shape = Enum.PartType.Cylinder
4914
p1.Size = Vector3.new(0.5, 0.5, 0.5)
4915
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4916
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4917
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4918
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4919
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4920
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4921
p2 = Instance.new("Part", m7)
4922
p2.BrickColor = BrickColor.new("Really black")
4923
p2.Material = Enum.Material.Metal
4924
p2.Name = "Bottom"
4925
p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4926
p2.CanCollide = false
4927
p2.Locked = true
4928
p2.FormFactor = Enum.FormFactor.Custom
4929
p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
4930
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4931
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4932
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4933
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4934
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4935
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4936
b1 = Instance.new("SpecialMesh", p2)
4937
b1.MeshType = Enum.MeshType.Cylinder
4938
b1.Name = "Mesh"
4939
p3 = Instance.new("Part", m7)
4940
p3.BrickColor = BrickColor.new("Really black")
4941
p3.Material = Enum.Material.Metal
4942
p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4943
p3.CanCollide = false
4944
p3.Locked = true
4945
p3.FormFactor = Enum.FormFactor.Custom
4946
p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4947
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4948
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4949
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4950
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4951
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4952
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4953
b2 = Instance.new("SpecialMesh", p3)
4954
b2.MeshType = Enum.MeshType.Brick
4955
b2.Name = "Mesh"
4956
b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4957
p4 = Instance.new("Part", m7)
4958
p4.BrickColor = BrickColor.new("Really black")
4959
p4.Material = Enum.Material.Metal
4960
p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4961
p4.CanCollide = false
4962
p4.Locked = true
4963
p4.FormFactor = Enum.FormFactor.Custom
4964
p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4965
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4966
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4967
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4968
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4969
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4970
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4971
b3 = Instance.new("SpecialMesh", p4)
4972
b3.MeshType = Enum.MeshType.Brick
4973
b3.Name = "Mesh"
4974
b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4975
p5 = Instance.new("Part", m7)
4976
p5.BrickColor = BrickColor.new("Really black")
4977
p5.Material = Enum.Material.Metal
4978
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)
4979
p5.CanCollide = false
4980
p5.Locked = true
4981
p5.FormFactor = Enum.FormFactor.Custom
4982
p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
4983
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4984
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4985
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4986
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4987
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4988
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4989
b4 = Instance.new("SpecialMesh", p5)
4990
b4.MeshType = Enum.MeshType.Brick
4991
b4.Name = "Mesh"
4992
b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
4993
p6 = Instance.new("Part", m7)
4994
p6.BrickColor = BrickColor.new("Really black")
4995
p6.Material = Enum.Material.Metal
4996
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)
4997
p6.CanCollide = false
4998
p6.Locked = true
4999
p6.FormFactor = Enum.FormFactor.Custom
5000
p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5001
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5002
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5003
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5004
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5005
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5006
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5007
b5 = Instance.new("SpecialMesh", p6)
5008
b5.MeshType = Enum.MeshType.Brick
5009
b5.Name = "Mesh"
5010
b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5011
p7 = Instance.new("Part", m7)
5012
p7.BrickColor = BrickColor.new("Really black")
5013
p7.Material = Enum.Material.Metal
5014
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)
5015
p7.CanCollide = false
5016
p7.Locked = true
5017
p7.FormFactor = Enum.FormFactor.Custom
5018
p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5019
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5020
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5021
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5022
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5023
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5024
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5025
b6 = Instance.new("SpecialMesh", p7)
5026
b6.MeshType = Enum.MeshType.Brick
5027
b6.Name = "Mesh"
5028
b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5029
p8 = Instance.new("Part", m7)
5030
p8.BrickColor = BrickColor.new("Really black")
5031
p8.Material = Enum.Material.Metal
5032
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)
5033
p8.CanCollide = false
5034
p8.Locked = true
5035
p8.FormFactor = Enum.FormFactor.Custom
5036
p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5037
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5038
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5039
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5040
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5041
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5042
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5043
b7 = Instance.new("SpecialMesh", p8)
5044
b7.MeshType = Enum.MeshType.Brick
5045
b7.Name = "Mesh"
5046
b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5047
p9 = Instance.new("Part", m7)
5048
p9.BrickColor = BrickColor.new("Really black")
5049
p9.Material = Enum.Material.Metal
5050
p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5051
p9.CanCollide = false
5052
p9.Locked = true
5053
p9.FormFactor = Enum.FormFactor.Custom
5054
p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5055
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5056
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5057
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5058
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5059
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5060
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5061
b8 = Instance.new("SpecialMesh", p9)
5062
b8.MeshType = Enum.MeshType.Brick
5063
b8.Name = "Mesh"
5064
b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5065
p10 = Instance.new("Part", m7)
5066
p10.BrickColor = BrickColor.new("Really black")
5067
p10.Material = Enum.Material.Metal
5068
p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5069
p10.CanCollide = false
5070
p10.Locked = true
5071
p10.FormFactor = Enum.FormFactor.Custom
5072
p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5073
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5074
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5075
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5076
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5077
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5078
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5079
b9 = Instance.new("SpecialMesh", p10)
5080
b9.MeshType = Enum.MeshType.Brick
5081
b9.Name = "Mesh"
5082
b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5083
p11 = Instance.new("Part", m7)
5084
p11.BrickColor = BrickColor.new("Really black")
5085
p11.Material = Enum.Material.Metal
5086
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)
5087
p11.CanCollide = false
5088
p11.Locked = true
5089
p11.FormFactor = Enum.FormFactor.Custom
5090
p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5091
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5092
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5093
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5094
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5095
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5096
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5097
b10 = Instance.new("SpecialMesh", p11)
5098
b10.MeshType = Enum.MeshType.Brick
5099
b10.Name = "Mesh"
5100
b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5101
p12 = Instance.new("Part", m7)
5102
p12.BrickColor = BrickColor.new("Really black")
5103
p12.Material = Enum.Material.Metal
5104
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)
5105
p12.CanCollide = false
5106
p12.Locked = true
5107
p12.FormFactor = Enum.FormFactor.Custom
5108
p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5109
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5110
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5111
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5112
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5113
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5114
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5115
b11 = Instance.new("SpecialMesh", p12)
5116
b11.MeshType = Enum.MeshType.Brick
5117
b11.Name = "Mesh"
5118
b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5119
p13 = Instance.new("Part", m7)
5120
p13.BrickColor = BrickColor.new("Really black")
5121
p13.Material = Enum.Material.Metal
5122
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)
5123
p13.CanCollide = false
5124
p13.Locked = true
5125
p13.FormFactor = Enum.FormFactor.Custom
5126
p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5127
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5128
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5129
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5130
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5131
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5132
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5133
b12 = Instance.new("SpecialMesh", p13)
5134
b12.MeshType = Enum.MeshType.Brick
5135
b12.Name = "Mesh"
5136
b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5137
p14 = Instance.new("Part", m7)
5138
p14.BrickColor = BrickColor.new("Really black")
5139
p14.Material = Enum.Material.Metal
5140
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)
5141
p14.CanCollide = false
5142
p14.Locked = true
5143
p14.FormFactor = Enum.FormFactor.Custom
5144
p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5145
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5146
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5147
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5148
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5149
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5150
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5151
b13 = Instance.new("SpecialMesh", p14)
5152
b13.MeshType = Enum.MeshType.Brick
5153
b13.Name = "Mesh"
5154
b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5155
p15 = Instance.new("Part", m7)
5156
p15.BrickColor = BrickColor.new("Really black")
5157
p15.Material = Enum.Material.Metal
5158
p15.Name = "Top"
5159
p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5160
p15.CanCollide = false
5161
p15.Locked = true
5162
p15.FormFactor = Enum.FormFactor.Custom
5163
p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5164
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5165
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5166
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5167
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5168
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5169
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5170
b14 = Instance.new("SpecialMesh", p15)
5171
b14.MeshType = Enum.MeshType.Cylinder
5172
b14.Name = "Mesh"
5173
w1 = Instance.new("Weld", p1)
5174
w1.Name = "Joint"
5175
w1.Part0 = p1
5176
w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5177
w1.Part1 = p15
5178
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5179
w2 = Instance.new("Weld", p2)
5180
w2.Name = "Joint"
5181
w2.Part0 = p2
5182
w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5183
w2.Part1 = p1
5184
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5185
w3 = Instance.new("Weld", p3)
5186
w3.Name = "Joint"
5187
w3.Part0 = p3
5188
w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5189
w3.Part1 = p1
5190
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5191
w4 = Instance.new("Weld", p4)
5192
w4.Name = "Joint"
5193
w4.Part0 = p4
5194
w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5195
w4.Part1 = p1
5196
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5197
w5 = Instance.new("Weld", p5)
5198
w5.Name = "Joint"
5199
w5.Part0 = p5
5200
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)
5201
w5.Part1 = p1
5202
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5203
w6 = Instance.new("Weld", p6)
5204
w6.Name = "Joint"
5205
w6.Part0 = p6
5206
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)
5207
w6.Part1 = p1
5208
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5209
w7 = Instance.new("Weld", p7)
5210
w7.Name = "Joint"
5211
w7.Part0 = p7
5212
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)
5213
w7.Part1 = p1
5214
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5215
w8 = Instance.new("Weld", p8)
5216
w8.Name = "Joint"
5217
w8.Part0 = p8
5218
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)
5219
w8.Part1 = p1
5220
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5221
w9 = Instance.new("Weld", p9)
5222
w9.Name = "Joint"
5223
w9.Part0 = p9
5224
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)
5225
w9.Part1 = p1
5226
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5227
w10 = Instance.new("Weld", p10)
5228
w10.Name = "Joint"
5229
w10.Part0 = p10
5230
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)
5231
w10.Part1 = p1
5232
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5233
w11 = Instance.new("Weld", p11)
5234
w11.Name = "Joint"
5235
w11.Part0 = p11
5236
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)
5237
w11.Part1 = p1
5238
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5239
w12 = Instance.new("Weld", p12)
5240
w12.Name = "Joint"
5241
w12.Part0 = p12
5242
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)
5243
w12.Part1 = p1
5244
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5245
w13 = Instance.new("Weld", p13)
5246
w13.Name = "Joint"
5247
w13.Part0 = p13
5248
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)
5249
w13.Part1 = p1
5250
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5251
w14 = Instance.new("Weld", p14)
5252
w14.Name = "Joint"
5253
w14.Part0 = p14
5254
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)
5255
w14.Part1 = p1
5256
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5257
m7.Parent = torso
5258
m7:MakeJoints()
5259
----------------------------------------------------
5260
local cor7 = Instance.new("Part", torso.Amulet)
5261
cor7.Name = "Thingy"
5262
cor7.Locked = true
5263
cor7.BottomSurface = 0
5264
cor7.CanCollide = false
5265
cor7.Size = Vector3.new(1, 1, 1)
5266
cor7.Transparency = 1
5267
cor7.TopSurface = 0
5268
corw7 = Instance.new("Weld", cor7)
5269
corw7.Part0 = torso.Torso.Connection
5270
corw7.Part1 = cor7
5271
corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5272
corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5273
weld7 = Instance.new("Weld", torso.Amulet)
5274
weld7.Part0 = cor7
5275
weld7.Part1 = torso.Amulet.Top
5276
weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5277
--Zyrodoxa
5278
m8 = Instance.new("Model")
5279
m8.Name = "Zyrodoxa"
5280
p1 = Instance.new("Part", m8)
5281
p1.BrickColor = BrickColor.new("Really black")
5282
p1.Material = Enum.Material.Metal
5283
p1.Reflectance = 0.40000000596046
5284
p1.Name = "Block"
5285
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)
5286
p1.CanCollide = false
5287
p1.Locked = true
5288
p1.FormFactor = Enum.FormFactor.Custom
5289
p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5290
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5291
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5292
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5293
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5294
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5295
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5296
b1 = Instance.new("BlockMesh", p1)
5297
b1.Name = "Mesh"
5298
b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5299
p2 = Instance.new("Part", m8)
5300
p2.BrickColor = BrickColor.new("Black")
5301
p2.Material = Enum.Material.Metal
5302
p2.Reflectance = 0.40000000596046
5303
p2.Name = "Block"
5304
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)
5305
p2.CanCollide = false
5306
p2.Locked = true
5307
p2.FormFactor = Enum.FormFactor.Custom
5308
p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5309
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5310
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5311
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5312
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5313
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5314
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5315
b2 = Instance.new("BlockMesh", p2)
5316
b2.Name = "Mesh"
5317
b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5318
p3 = Instance.new("Part", m8)
5319
p3.BrickColor = BrickColor.new("Black")
5320
p3.Material = Enum.Material.Metal
5321
p3.Reflectance = 0.40000000596046
5322
p3.Name = "Block"
5323
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)
5324
p3.CanCollide = false
5325
p3.Locked = true
5326
p3.FormFactor = Enum.FormFactor.Custom
5327
p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5328
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5329
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5330
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5331
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5332
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5333
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5334
b3 = Instance.new("BlockMesh", p3)
5335
b3.Name = "Mesh"
5336
b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5337
p4 = Instance.new("Part", m8)
5338
p4.BrickColor = BrickColor.new("Lime green")
5339
p4.Material = Enum.Material.Metal
5340
p4.Name = "Block"
5341
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)
5342
p4.CanCollide = false
5343
p4.Locked = true
5344
p4.FormFactor = Enum.FormFactor.Custom
5345
p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5346
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5347
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5348
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5349
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5350
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5351
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5352
b4 = Instance.new("BlockMesh", p4)
5353
b4.Name = "Mesh"
5354
b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5355
p5 = Instance.new("Part", m8)
5356
p5.BrickColor = BrickColor.new("Lime green")
5357
p5.Material = Enum.Material.Neon
5358
p5.Reflectance = 0.40000000596046
5359
p5.Name = "Block"
5360
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)
5361
p5.CanCollide = false
5362
p5.Locked = true
5363
p5.FormFactor = Enum.FormFactor.Custom
5364
p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5365
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5366
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5367
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5368
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5369
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5370
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5371
b5 = Instance.new("BlockMesh", p5)
5372
b5.Name = "Mesh"
5373
b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5374
p6 = Instance.new("Part", m8)
5375
p6.BrickColor = BrickColor.new("Parsley green")
5376
p6.Material = Enum.Material.Metal
5377
p6.Name = "Block"
5378
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)
5379
p6.CanCollide = false
5380
p6.Locked = true
5381
p6.FormFactor = Enum.FormFactor.Custom
5382
p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5383
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5384
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5385
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5386
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5387
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5388
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5389
b6 = Instance.new("BlockMesh", p6)
5390
b6.Name = "Mesh"
5391
b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5392
p7 = Instance.new("Part", m8)
5393
p7.BrickColor = BrickColor.new("Lime green")
5394
p7.Material = Enum.Material.Neon
5395
p7.Reflectance = 0.40000000596046
5396
p7.Name = "Block"
5397
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)
5398
p7.CanCollide = false
5399
p7.Locked = true
5400
p7.FormFactor = Enum.FormFactor.Custom
5401
p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5402
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5403
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5404
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5405
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5406
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5407
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5408
b7 = Instance.new("BlockMesh", p7)
5409
b7.Name = "Mesh"
5410
b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5411
p8 = Instance.new("Part", m8)
5412
p8.BrickColor = BrickColor.new("Lime green")
5413
p8.Material = Enum.Material.Neon
5414
p8.Reflectance = 0.40000000596046
5415
p8.Name = "Block"
5416
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)
5417
p8.CanCollide = false
5418
p8.Locked = true
5419
p8.FormFactor = Enum.FormFactor.Custom
5420
p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5421
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5422
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5423
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5424
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5425
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5426
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5427
b8 = Instance.new("BlockMesh", p8)
5428
b8.Name = "Mesh"
5429
b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5430
p9 = Instance.new("Part", m8)
5431
p9.BrickColor = BrickColor.new("Really black")
5432
p9.Material = Enum.Material.Metal
5433
p9.Reflectance = 0.40000000596046
5434
p9.Name = "Block"
5435
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)
5436
p9.CanCollide = false
5437
p9.Locked = true
5438
p9.FormFactor = Enum.FormFactor.Custom
5439
p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5440
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5441
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5442
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5443
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5444
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5445
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5446
b9 = Instance.new("BlockMesh", p9)
5447
b9.Name = "Mesh"
5448
b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5449
p10 = Instance.new("Part", m8)
5450
p10.BrickColor = BrickColor.new("Really black")
5451
p10.Material = Enum.Material.Metal
5452
p10.Reflectance = 0.40000000596046
5453
p10.Name = "Block"
5454
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)
5455
p10.CanCollide = false
5456
p10.Locked = true
5457
p10.FormFactor = Enum.FormFactor.Custom
5458
p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5459
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5460
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5461
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5462
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5463
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5464
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5465
b10 = Instance.new("BlockMesh", p10)
5466
b10.Name = "Mesh"
5467
b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5468
p11 = Instance.new("Part", m8)
5469
p11.BrickColor = BrickColor.new("Black")
5470
p11.Material = Enum.Material.Metal
5471
p11.Name = "Circle"
5472
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)
5473
p11.CanCollide = false
5474
p11.Locked = true
5475
p11.FormFactor = Enum.FormFactor.Custom
5476
p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5477
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5478
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5479
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5480
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5481
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5482
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5483
b11 = Instance.new("CylinderMesh", p11)
5484
b11.Name = "Mesh"
5485
b11.Scale = Vector3.new(1, 0.401569068, 1)
5486
p12 = Instance.new("Part", m8)
5487
p12.BrickColor = BrickColor.new("Lime green")
5488
p12.Material = Enum.Material.Neon
5489
p12.Reflectance = 0.40000000596046
5490
p12.Name = "Block"
5491
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)
5492
p12.CanCollide = false
5493
p12.Locked = true
5494
p12.FormFactor = Enum.FormFactor.Custom
5495
p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5496
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5497
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5498
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5499
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5500
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5501
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5502
b12 = Instance.new("BlockMesh", p12)
5503
b12.Name = "Mesh"
5504
b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5505
p13 = Instance.new("Part", m8)
5506
p13.BrickColor = BrickColor.new("Lime green")
5507
p13.Material = Enum.Material.Metal
5508
p13.Name = "Block"
5509
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)
5510
p13.CanCollide = false
5511
p13.Locked = true
5512
p13.FormFactor = Enum.FormFactor.Custom
5513
p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5514
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5515
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5516
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5517
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5518
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5519
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5520
b13 = Instance.new("BlockMesh", p13)
5521
b13.Name = "Mesh"
5522
b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5523
p14 = Instance.new("Part", m8)
5524
p14.BrickColor = BrickColor.new("Black")
5525
p14.Material = Enum.Material.Metal
5526
p14.Reflectance = 0.40000000596046
5527
p14.Name = "Block"
5528
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)
5529
p14.CanCollide = false
5530
p14.Locked = true
5531
p14.FormFactor = Enum.FormFactor.Custom
5532
p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5533
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5534
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5535
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5536
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5537
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5538
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5539
b14 = Instance.new("BlockMesh", p14)
5540
b14.Name = "Mesh"
5541
b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5542
p15 = Instance.new("Part", m8)
5543
p15.BrickColor = BrickColor.new("Really black")
5544
p15.Material = Enum.Material.Metal
5545
p15.Reflectance = 0.40000000596046
5546
p15.Name = "Block"
5547
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)
5548
p15.CanCollide = false
5549
p15.Locked = true
5550
p15.FormFactor = Enum.FormFactor.Custom
5551
p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5552
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5553
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5554
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5555
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5556
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5557
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5558
b15 = Instance.new("BlockMesh", p15)
5559
b15.Name = "Mesh"
5560
b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5561
p16 = Instance.new("Part", m8)
5562
p16.BrickColor = BrickColor.new("Really black")
5563
p16.Material = Enum.Material.Metal
5564
p16.Name = "Handle"
5565
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)
5566
p16.CanCollide = false
5567
p16.Locked = true
5568
p16.FormFactor = Enum.FormFactor.Custom
5569
p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5570
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5571
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5572
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5573
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5574
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5575
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5576
b16 = Instance.new("BlockMesh", p16)
5577
b16.Name = "Mesh"
5578
b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5579
p17 = Instance.new("Part", m8)
5580
p17.BrickColor = BrickColor.new("Lime green")
5581
p17.Material = Enum.Material.Neon
5582
p17.Reflectance = 0.40000000596046
5583
p17.Name = "Block"
5584
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)
5585
p17.CanCollide = false
5586
p17.Locked = true
5587
p17.FormFactor = Enum.FormFactor.Custom
5588
p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5589
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5590
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5591
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5592
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5593
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5594
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5595
b17 = Instance.new("BlockMesh", p17)
5596
b17.Name = "Mesh"
5597
b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5598
p18 = Instance.new("Part", m8)
5599
p18.BrickColor = BrickColor.new("Really black")
5600
p18.Material = Enum.Material.Metal
5601
p18.Name = "Block"
5602
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)
5603
p18.CanCollide = false
5604
p18.Locked = true
5605
p18.FormFactor = Enum.FormFactor.Custom
5606
p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5607
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5608
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5609
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5610
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5611
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5612
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5613
b18 = Instance.new("BlockMesh", p18)
5614
b18.Name = "Mesh"
5615
b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5616
p19 = Instance.new("Part", m8)
5617
p19.BrickColor = BrickColor.new("Black")
5618
p19.Material = Enum.Material.Metal
5619
p19.Reflectance = 0.40000000596046
5620
p19.Name = "Block"
5621
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)
5622
p19.CanCollide = false
5623
p19.Locked = true
5624
p19.FormFactor = Enum.FormFactor.Custom
5625
p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5626
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5627
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5628
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5629
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5630
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5631
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5632
b19 = Instance.new("BlockMesh", p19)
5633
b19.Name = "Mesh"
5634
b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5635
p20 = Instance.new("Part", m8)
5636
p20.BrickColor = BrickColor.new("Lime green")
5637
p20.Material = Enum.Material.Metal
5638
p20.Name = "Block"
5639
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)
5640
p20.CanCollide = false
5641
p20.Locked = true
5642
p20.FormFactor = Enum.FormFactor.Custom
5643
p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5644
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5645
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5646
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5647
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5648
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5649
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5650
b20 = Instance.new("BlockMesh", p20)
5651
b20.Name = "Mesh"
5652
b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5653
p21 = Instance.new("Part", m8)
5654
p21.BrickColor = BrickColor.new("Really black")
5655
p21.Material = Enum.Material.Metal
5656
p21.Name = "Block"
5657
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)
5658
p21.CanCollide = false
5659
p21.Locked = true
5660
p21.FormFactor = Enum.FormFactor.Custom
5661
p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5662
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5663
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5664
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5665
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5666
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5667
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5668
b21 = Instance.new("BlockMesh", p21)
5669
b21.Name = "Mesh"
5670
b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5671
p22 = Instance.new("Part", m8)
5672
p22.BrickColor = BrickColor.new("Really black")
5673
p22.Material = Enum.Material.Metal
5674
p22.Reflectance = 0.40000000596046
5675
p22.Name = "Block"
5676
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)
5677
p22.CanCollide = false
5678
p22.Locked = true
5679
p22.FormFactor = Enum.FormFactor.Custom
5680
p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5681
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5682
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5683
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5684
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5685
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5686
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5687
b22 = Instance.new("BlockMesh", p22)
5688
b22.Name = "Mesh"
5689
b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5690
p23 = Instance.new("Part", m8)
5691
p23.BrickColor = BrickColor.new("Lime green")
5692
p23.Material = Enum.Material.Marble
5693
p23.Name = "Block"
5694
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)
5695
p23.CanCollide = false
5696
p23.Locked = true
5697
p23.FormFactor = Enum.FormFactor.Custom
5698
p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5699
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5700
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5701
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5702
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5703
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5704
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5705
b23 = Instance.new("BlockMesh", p23)
5706
b23.Name = "Mesh"
5707
b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5708
p24 = Instance.new("Part", m8)
5709
p24.BrickColor = BrickColor.new("Really black")
5710
p24.Material = Enum.Material.Metal
5711
p24.Name = "Block"
5712
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)
5713
p24.CanCollide = false
5714
p24.Locked = true
5715
p24.FormFactor = Enum.FormFactor.Custom
5716
p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5717
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5718
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5719
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5720
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5721
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5722
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5723
b24 = Instance.new("BlockMesh", p24)
5724
b24.Name = "Mesh"
5725
b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5726
p25 = Instance.new("Part", m8)
5727
p25.BrickColor = BrickColor.new("Lime green")
5728
p25.Material = Enum.Material.Marble
5729
p25.Name = "Block"
5730
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)
5731
p25.CanCollide = false
5732
p25.Locked = true
5733
p25.FormFactor = Enum.FormFactor.Custom
5734
p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5735
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5736
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5737
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5738
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5739
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5740
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5741
b25 = Instance.new("BlockMesh", p25)
5742
b25.Name = "Mesh"
5743
b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5744
p26 = Instance.new("Part", m8)
5745
p26.BrickColor = BrickColor.new("Really black")
5746
p26.Material = Enum.Material.Metal
5747
p26.Reflectance = 0.40000000596046
5748
p26.Name = "Block"
5749
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)
5750
p26.CanCollide = false
5751
p26.Locked = true
5752
p26.FormFactor = Enum.FormFactor.Custom
5753
p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5754
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5755
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5756
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5757
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5758
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5759
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5760
b26 = Instance.new("BlockMesh", p26)
5761
b26.Name = "Mesh"
5762
b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5763
p27 = Instance.new("Part", m8)
5764
p27.BrickColor = BrickColor.new("Lime green")
5765
p27.Material = Enum.Material.Metal
5766
p27.Name = "Block"
5767
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)
5768
p27.CanCollide = false
5769
p27.Locked = true
5770
p27.FormFactor = Enum.FormFactor.Custom
5771
p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5772
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5773
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5774
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5775
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5776
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5777
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5778
b27 = Instance.new("BlockMesh", p27)
5779
b27.Name = "Mesh"
5780
b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5781
p28 = Instance.new("Part", m8)
5782
p28.BrickColor = BrickColor.new("Really black")
5783
p28.Material = Enum.Material.SmoothPlastic
5784
p28.Reflectance = 0.0099999997764826
5785
p28.Name = "Circle"
5786
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)
5787
p28.CanCollide = false
5788
p28.Locked = true
5789
p28.FormFactor = Enum.FormFactor.Custom
5790
p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5791
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5792
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5793
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5794
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5795
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5796
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5797
b28 = Instance.new("CylinderMesh", p28)
5798
b28.Name = "Mesh"
5799
b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5800
p29 = Instance.new("Part", m8)
5801
p29.BrickColor = BrickColor.new("Black")
5802
p29.Material = Enum.Material.Metal
5803
p29.Reflectance = 0.40000000596046
5804
p29.Name = "Block"
5805
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)
5806
p29.CanCollide = false
5807
p29.Locked = true
5808
p29.FormFactor = Enum.FormFactor.Custom
5809
p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5810
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5811
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5812
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5813
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5814
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5815
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5816
b29 = Instance.new("BlockMesh", p29)
5817
b29.Name = "Mesh"
5818
b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5819
p30 = Instance.new("Part", m8)
5820
p30.BrickColor = BrickColor.new("Lime green")
5821
p30.Material = Enum.Material.Metal
5822
p30.Name = "Block"
5823
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)
5824
p30.CanCollide = false
5825
p30.Locked = true
5826
p30.FormFactor = Enum.FormFactor.Custom
5827
p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5828
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5829
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5830
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5831
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5832
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5833
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5834
b30 = Instance.new("BlockMesh", p30)
5835
b30.Name = "Mesh"
5836
b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5837
p31 = Instance.new("Part", m8)
5838
p31.BrickColor = BrickColor.new("Lime green")
5839
p31.Material = Enum.Material.Neon
5840
p31.Reflectance = 0.40000000596046
5841
p31.Name = "Block"
5842
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)
5843
p31.CanCollide = false
5844
p31.Locked = true
5845
p31.FormFactor = Enum.FormFactor.Custom
5846
p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5847
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5848
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5849
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5850
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5851
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5852
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5853
b31 = Instance.new("BlockMesh", p31)
5854
b31.Name = "Mesh"
5855
b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5856
p32 = Instance.new("Part", m8)
5857
p32.BrickColor = BrickColor.new("Lime green")
5858
p32.Material = Enum.Material.Metal
5859
p32.Name = "Block"
5860
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)
5861
p32.CanCollide = false
5862
p32.Locked = true
5863
p32.FormFactor = Enum.FormFactor.Custom
5864
p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5865
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5866
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5867
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5868
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5869
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5870
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5871
b32 = Instance.new("BlockMesh", p32)
5872
b32.Name = "Mesh"
5873
b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5874
p33 = Instance.new("Part", m8)
5875
p33.BrickColor = BrickColor.new("Really black")
5876
p33.Material = Enum.Material.Metal
5877
p33.Reflectance = 0.40000000596046
5878
p33.Name = "Block"
5879
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)
5880
p33.CanCollide = false
5881
p33.Locked = true
5882
p33.FormFactor = Enum.FormFactor.Custom
5883
p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5884
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5885
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5886
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5887
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5888
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5889
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5890
b33 = Instance.new("BlockMesh", p33)
5891
b33.Name = "Mesh"
5892
b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5893
p34 = Instance.new("Part", m8)
5894
p34.BrickColor = BrickColor.new("Lime green")
5895
p34.Material = Enum.Material.Metal
5896
p34.Name = "Block"
5897
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)
5898
p34.CanCollide = false
5899
p34.Locked = true
5900
p34.FormFactor = Enum.FormFactor.Custom
5901
p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5902
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5903
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5904
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5905
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5906
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5907
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5908
b34 = Instance.new("BlockMesh", p34)
5909
b34.Name = "Mesh"
5910
b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5911
p35 = Instance.new("Part", m8)
5912
p35.BrickColor = BrickColor.new("Lime green")
5913
p35.Material = Enum.Material.Metal
5914
p35.Name = "Block"
5915
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)
5916
p35.CanCollide = false
5917
p35.Locked = true
5918
p35.FormFactor = Enum.FormFactor.Custom
5919
p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5920
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5921
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5922
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5923
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5924
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5925
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5926
b35 = Instance.new("BlockMesh", p35)
5927
b35.Name = "Mesh"
5928
b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5929
p36 = Instance.new("Part", m8)
5930
p36.BrickColor = BrickColor.new("Lime green")
5931
p36.Material = Enum.Material.Metal
5932
p36.Name = "Block"
5933
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)
5934
p36.CanCollide = false
5935
p36.Locked = true
5936
p36.FormFactor = Enum.FormFactor.Custom
5937
p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5938
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5939
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5940
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5941
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5942
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5943
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5944
b36 = Instance.new("BlockMesh", p36)
5945
b36.Name = "Mesh"
5946
b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
5947
p37 = Instance.new("Part", m8)
5948
p37.BrickColor = BrickColor.new("Lime green")
5949
p37.Material = Enum.Material.Marble
5950
p37.Name = "Circle"
5951
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)
5952
p37.CanCollide = false
5953
p37.Locked = true
5954
p37.FormFactor = Enum.FormFactor.Custom
5955
p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5956
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5957
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5958
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5959
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5960
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5961
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5962
b37 = Instance.new("CylinderMesh", p37)
5963
b37.Name = "Mesh"
5964
b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
5965
p38 = Instance.new("Part", m8)
5966
p38.BrickColor = BrickColor.new("Really black")
5967
p38.Material = Enum.Material.Metal
5968
p38.Name = "Block"
5969
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)
5970
p38.CanCollide = false
5971
p38.Locked = true
5972
p38.FormFactor = Enum.FormFactor.Custom
5973
p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5974
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5975
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5976
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5977
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5978
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5979
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5980
b38 = Instance.new("BlockMesh", p38)
5981
b38.Name = "Mesh"
5982
b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
5983
p39 = Instance.new("Part", m8)
5984
p39.BrickColor = BrickColor.new("Really black")
5985
p39.Material = Enum.Material.Metal
5986
p39.Name = "Block"
5987
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)
5988
p39.CanCollide = false
5989
p39.Locked = true
5990
p39.FormFactor = Enum.FormFactor.Custom
5991
p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5992
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5993
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5994
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5995
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5996
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5997
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5998
b39 = Instance.new("BlockMesh", p39)
5999
b39.Name = "Mesh"
6000
b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6001
p40 = Instance.new("Part", m8)
6002
p40.BrickColor = BrickColor.new("Really black")
6003
p40.Material = Enum.Material.Metal
6004
p40.Name = "Block"
6005
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)
6006
p40.CanCollide = false
6007
p40.Locked = true
6008
p40.FormFactor = Enum.FormFactor.Custom
6009
p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6010
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6011
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6012
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6013
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6014
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6015
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6016
b40 = Instance.new("BlockMesh", p40)
6017
b40.Name = "Mesh"
6018
b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6019
p41 = Instance.new("Part", m8)
6020
p41.BrickColor = BrickColor.new("Lime green")
6021
p41.Material = Enum.Material.Neon
6022
p41.Reflectance = 0.40000000596046
6023
p41.Name = "Block"
6024
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)
6025
p41.CanCollide = false
6026
p41.Locked = true
6027
p41.FormFactor = Enum.FormFactor.Custom
6028
p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6029
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6030
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6031
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6032
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6033
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6034
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6035
b41 = Instance.new("BlockMesh", p41)
6036
b41.Name = "Mesh"
6037
b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6038
p42 = Instance.new("Part", m8)
6039
p42.BrickColor = BrickColor.new("Earth green")
6040
p42.Material = Enum.Material.Metal
6041
p42.Name = "Block"
6042
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)
6043
p42.CanCollide = false
6044
p42.Locked = true
6045
p42.FormFactor = Enum.FormFactor.Custom
6046
p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6047
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6048
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6049
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6050
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6051
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6052
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6053
b42 = Instance.new("BlockMesh", p42)
6054
b42.Name = "Mesh"
6055
b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6056
p43 = Instance.new("Part", m8)
6057
p43.BrickColor = BrickColor.new("Really black")
6058
p43.Material = Enum.Material.Metal
6059
p43.Name = "Block"
6060
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)
6061
p43.CanCollide = false
6062
p43.Locked = true
6063
p43.FormFactor = Enum.FormFactor.Custom
6064
p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6065
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6066
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6067
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6068
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6069
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6070
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6071
b43 = Instance.new("BlockMesh", p43)
6072
b43.Name = "Mesh"
6073
b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6074
p44 = Instance.new("Part", m8)
6075
p44.BrickColor = BrickColor.new("Lime green")
6076
p44.Material = Enum.Material.Marble
6077
p44.Name = "Circle"
6078
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)
6079
p44.CanCollide = false
6080
p44.Locked = true
6081
p44.FormFactor = Enum.FormFactor.Custom
6082
p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6083
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6084
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6085
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6086
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6087
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6088
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6089
b44 = Instance.new("CylinderMesh", p44)
6090
b44.Name = "Mesh"
6091
b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6092
p45 = Instance.new("Part", m8)
6093
p45.BrickColor = BrickColor.new("Lime green")
6094
p45.Material = Enum.Material.Neon
6095
p45.Reflectance = 0.40000000596046
6096
p45.Name = "Block"
6097
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)
6098
p45.CanCollide = false
6099
p45.Locked = true
6100
p45.FormFactor = Enum.FormFactor.Custom
6101
p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6102
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6103
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6104
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6105
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6106
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6107
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6108
b45 = Instance.new("BlockMesh", p45)
6109
b45.Name = "Mesh"
6110
b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6111
p46 = Instance.new("Part", m8)
6112
p46.BrickColor = BrickColor.new("Black")
6113
p46.Material = Enum.Material.Metal
6114
p46.Name = "Block"
6115
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)
6116
p46.CanCollide = false
6117
p46.Locked = true
6118
p46.FormFactor = Enum.FormFactor.Custom
6119
p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6120
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6121
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6122
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6123
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6124
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6125
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6126
b46 = Instance.new("BlockMesh", p46)
6127
b46.Name = "Mesh"
6128
b46.Scale = Vector3.new(1, 0.401569068, 1)
6129
p47 = Instance.new("Part", m8)
6130
p47.BrickColor = BrickColor.new("Earth green")
6131
p47.Material = Enum.Material.Metal
6132
p47.Name = "Block"
6133
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)
6134
p47.CanCollide = false
6135
p47.Locked = true
6136
p47.FormFactor = Enum.FormFactor.Custom
6137
p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6138
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6139
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6140
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6141
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6142
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6143
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6144
b47 = Instance.new("BlockMesh", p47)
6145
b47.Name = "Mesh"
6146
b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6147
p48 = Instance.new("Part", m8)
6148
p48.BrickColor = BrickColor.new("Lime green")
6149
p48.Material = Enum.Material.Metal
6150
p48.Name = "Block"
6151
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)
6152
p48.CanCollide = false
6153
p48.Locked = true
6154
p48.FormFactor = Enum.FormFactor.Custom
6155
p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6156
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6157
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6158
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6159
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6160
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6161
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6162
b48 = Instance.new("BlockMesh", p48)
6163
b48.Name = "Mesh"
6164
b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6165
p49 = Instance.new("Part", m8)
6166
p49.BrickColor = BrickColor.new("Lime green")
6167
p49.Material = Enum.Material.Metal
6168
p49.Name = "Block"
6169
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)
6170
p49.CanCollide = false
6171
p49.Locked = true
6172
p49.FormFactor = Enum.FormFactor.Custom
6173
p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6174
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6175
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6176
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6177
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6178
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6179
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6180
b49 = Instance.new("BlockMesh", p49)
6181
b49.Name = "Mesh"
6182
b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6183
p50 = Instance.new("Part", m8)
6184
p50.BrickColor = BrickColor.new("Black")
6185
p50.Material = Enum.Material.Metal
6186
p50.Reflectance = 0.40000000596046
6187
p50.Name = "Block"
6188
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)
6189
p50.CanCollide = false
6190
p50.Locked = true
6191
p50.FormFactor = Enum.FormFactor.Custom
6192
p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6193
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6194
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6195
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6196
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6197
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6198
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6199
b50 = Instance.new("BlockMesh", p50)
6200
b50.Name = "Mesh"
6201
b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6202
p51 = Instance.new("Part", m8)
6203
p51.BrickColor = BrickColor.new("Lime green")
6204
p51.Material = Enum.Material.Metal
6205
p51.Name = "Block"
6206
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)
6207
p51.CanCollide = false
6208
p51.Locked = true
6209
p51.FormFactor = Enum.FormFactor.Custom
6210
p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6211
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6212
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6213
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6214
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6215
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6216
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6217
b51 = Instance.new("BlockMesh", p51)
6218
b51.Name = "Mesh"
6219
b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6220
p52 = Instance.new("Part", m8)
6221
p52.BrickColor = BrickColor.new("Lime green")
6222
p52.Material = Enum.Material.Metal
6223
p52.Name = "Block"
6224
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)
6225
p52.CanCollide = false
6226
p52.Locked = true
6227
p52.FormFactor = Enum.FormFactor.Custom
6228
p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6229
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6230
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6231
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6232
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6233
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6234
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6235
b52 = Instance.new("BlockMesh", p52)
6236
b52.Name = "Mesh"
6237
b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6238
p53 = Instance.new("Part", m8)
6239
p53.BrickColor = BrickColor.new("Really black")
6240
p53.Material = Enum.Material.Metal
6241
p53.Name = "Block"
6242
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)
6243
p53.CanCollide = false
6244
p53.Locked = true
6245
p53.FormFactor = Enum.FormFactor.Custom
6246
p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6247
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6248
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6249
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6250
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6251
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6252
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6253
b53 = Instance.new("BlockMesh", p53)
6254
b53.Name = "Mesh"
6255
b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6256
p54 = Instance.new("Part", m8)
6257
p54.BrickColor = BrickColor.new("Really black")
6258
p54.Material = Enum.Material.SmoothPlastic
6259
p54.Reflectance = 0.0099999997764826
6260
p54.Name = "Circle"
6261
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)
6262
p54.CanCollide = false
6263
p54.Locked = true
6264
p54.FormFactor = Enum.FormFactor.Custom
6265
p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6266
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6267
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6268
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6269
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6270
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6271
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6272
b54 = Instance.new("CylinderMesh", p54)
6273
b54.Name = "Mesh"
6274
b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6275
p55 = Instance.new("Part", m8)
6276
p55.BrickColor = BrickColor.new("Really black")
6277
p55.Material = Enum.Material.Metal
6278
p55.Reflectance = 0.40000000596046
6279
p55.Name = "Block"
6280
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)
6281
p55.CanCollide = false
6282
p55.Locked = true
6283
p55.FormFactor = Enum.FormFactor.Custom
6284
p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6285
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6286
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6287
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6288
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6289
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6290
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6291
b55 = Instance.new("BlockMesh", p55)
6292
b55.Name = "Mesh"
6293
b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6294
p56 = Instance.new("Part", m8)
6295
p56.BrickColor = BrickColor.new("Black")
6296
p56.Material = Enum.Material.Metal
6297
p56.Reflectance = 0.40000000596046
6298
p56.Name = "Block"
6299
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)
6300
p56.CanCollide = false
6301
p56.Locked = true
6302
p56.FormFactor = Enum.FormFactor.Custom
6303
p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6304
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6305
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6306
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6307
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6308
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6309
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6310
b56 = Instance.new("BlockMesh", p56)
6311
b56.Name = "Mesh"
6312
b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6313
p57 = Instance.new("Part", m8)
6314
p57.BrickColor = BrickColor.new("Black")
6315
p57.Material = Enum.Material.Metal
6316
p57.Reflectance = 0.40000000596046
6317
p57.Name = "Block"
6318
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)
6319
p57.CanCollide = false
6320
p57.Locked = true
6321
p57.FormFactor = Enum.FormFactor.Custom
6322
p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6323
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6324
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6325
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6326
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6327
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6328
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6329
b57 = Instance.new("BlockMesh", p57)
6330
b57.Name = "Mesh"
6331
b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6332
p58 = Instance.new("Part", m8)
6333
p58.BrickColor = BrickColor.new("Lime green")
6334
p58.Material = Enum.Material.Marble
6335
p58.Name = "Block"
6336
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)
6337
p58.CanCollide = false
6338
p58.Locked = true
6339
p58.FormFactor = Enum.FormFactor.Custom
6340
p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6341
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6342
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6343
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6344
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6345
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6346
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6347
b58 = Instance.new("BlockMesh", p58)
6348
b58.Name = "Mesh"
6349
b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6350
p59 = Instance.new("Part", m8)
6351
p59.BrickColor = BrickColor.new("Lime green")
6352
p59.Material = Enum.Material.Metal
6353
p59.Name = "Block"
6354
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)
6355
p59.CanCollide = false
6356
p59.Locked = true
6357
p59.FormFactor = Enum.FormFactor.Custom
6358
p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6359
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6360
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6361
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6362
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6363
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6364
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6365
b59 = Instance.new("BlockMesh", p59)
6366
b59.Name = "Mesh"
6367
b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6368
p60 = Instance.new("Part", m8)
6369
p60.BrickColor = BrickColor.new("Lime green")
6370
p60.Material = Enum.Material.Marble
6371
p60.Name = "Circle"
6372
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)
6373
p60.CanCollide = false
6374
p60.Locked = true
6375
p60.FormFactor = Enum.FormFactor.Custom
6376
p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6377
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6378
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6379
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6380
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6381
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6382
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6383
b60 = Instance.new("CylinderMesh", p60)
6384
b60.Name = "Mesh"
6385
b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6386
p61 = Instance.new("Part", m8)
6387
p61.BrickColor = BrickColor.new("Black")
6388
p61.Material = Enum.Material.Metal
6389
p61.Name = "Circle"
6390
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)
6391
p61.CanCollide = false
6392
p61.Locked = true
6393
p61.FormFactor = Enum.FormFactor.Custom
6394
p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6395
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6396
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6397
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6398
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6399
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6400
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6401
b61 = Instance.new("CylinderMesh", p61)
6402
b61.Name = "Mesh"
6403
b61.Scale = Vector3.new(1, 0.401569068, 1)
6404
p62 = Instance.new("Part", m8)
6405
p62.BrickColor = BrickColor.new("Lime green")
6406
p62.Material = Enum.Material.Metal
6407
p62.Name = "Block"
6408
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)
6409
p62.CanCollide = false
6410
p62.Locked = true
6411
p62.FormFactor = Enum.FormFactor.Custom
6412
p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6413
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6414
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6415
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6416
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6417
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6418
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6419
b62 = Instance.new("BlockMesh", p62)
6420
b62.Name = "Mesh"
6421
b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6422
p63 = Instance.new("Part", m8)
6423
p63.BrickColor = BrickColor.new("Lime green")
6424
p63.Material = Enum.Material.Metal
6425
p63.Name = "Block"
6426
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)
6427
p63.CanCollide = false
6428
p63.Locked = true
6429
p63.FormFactor = Enum.FormFactor.Custom
6430
p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6431
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6432
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6433
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6434
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6435
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6436
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6437
b63 = Instance.new("BlockMesh", p63)
6438
b63.Name = "Mesh"
6439
b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6440
p64 = Instance.new("Part", m8)
6441
p64.BrickColor = BrickColor.new("Really black")
6442
p64.Material = Enum.Material.SmoothPlastic
6443
p64.Reflectance = 0.0099999997764826
6444
p64.Name = "Block"
6445
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)
6446
p64.CanCollide = false
6447
p64.Locked = true
6448
p64.FormFactor = Enum.FormFactor.Custom
6449
p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6450
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6451
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6452
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6453
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6454
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6455
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6456
b64 = Instance.new("BlockMesh", p64)
6457
b64.Name = "Mesh"
6458
b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6459
p65 = Instance.new("Part", m8)
6460
p65.BrickColor = BrickColor.new("Lime green")
6461
p65.Material = Enum.Material.Metal
6462
p65.Name = "Block"
6463
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)
6464
p65.CanCollide = false
6465
p65.Locked = true
6466
p65.FormFactor = Enum.FormFactor.Custom
6467
p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6468
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6469
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6470
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6471
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6472
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6473
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6474
b65 = Instance.new("BlockMesh", p65)
6475
b65.Name = "Mesh"
6476
b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6477
p66 = Instance.new("Part", m8)
6478
p66.BrickColor = BrickColor.new("Really black")
6479
p66.Material = Enum.Material.Metal
6480
p66.Reflectance = 0.40000000596046
6481
p66.Name = "Block"
6482
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)
6483
p66.CanCollide = false
6484
p66.Locked = true
6485
p66.FormFactor = Enum.FormFactor.Custom
6486
p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6487
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6488
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6489
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6490
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6491
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6492
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6493
b66 = Instance.new("BlockMesh", p66)
6494
b66.Name = "Mesh"
6495
b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6496
p67 = Instance.new("Part", m8)
6497
p67.BrickColor = BrickColor.new("Lime green")
6498
p67.Material = Enum.Material.Metal
6499
p67.Name = "Block"
6500
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)
6501
p67.CanCollide = false
6502
p67.Locked = true
6503
p67.FormFactor = Enum.FormFactor.Custom
6504
p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6505
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6506
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6507
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6508
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6509
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6510
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6511
b67 = Instance.new("BlockMesh", p67)
6512
b67.Name = "Mesh"
6513
b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6514
p68 = Instance.new("Part", m8)
6515
p68.BrickColor = BrickColor.new("Black")
6516
p68.Material = Enum.Material.Metal
6517
p68.Reflectance = 0.40000000596046
6518
p68.Name = "Block"
6519
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)
6520
p68.CanCollide = false
6521
p68.Locked = true
6522
p68.FormFactor = Enum.FormFactor.Custom
6523
p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6524
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6525
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6526
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6527
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6528
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6529
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6530
b68 = Instance.new("BlockMesh", p68)
6531
b68.Name = "Mesh"
6532
b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6533
p69 = Instance.new("Part", m8)
6534
p69.BrickColor = BrickColor.new("Earth green")
6535
p69.Material = Enum.Material.Metal
6536
p69.Name = "Block"
6537
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)
6538
p69.CanCollide = false
6539
p69.Locked = true
6540
p69.FormFactor = Enum.FormFactor.Custom
6541
p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6542
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6543
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6544
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6545
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6546
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6547
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6548
b69 = Instance.new("BlockMesh", p69)
6549
b69.Name = "Mesh"
6550
b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6551
p70 = Instance.new("Part", m8)
6552
p70.BrickColor = BrickColor.new("Lime green")
6553
p70.Material = Enum.Material.Marble
6554
p70.Name = "Circle"
6555
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)
6556
p70.CanCollide = false
6557
p70.Locked = true
6558
p70.FormFactor = Enum.FormFactor.Custom
6559
p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6560
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6561
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6562
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6563
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6564
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6565
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6566
b70 = Instance.new("CylinderMesh", p70)
6567
b70.Name = "Mesh"
6568
b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6569
p71 = Instance.new("WedgePart", m8)
6570
p71.BrickColor = BrickColor.new("Lime green")
6571
p71.Material = Enum.Material.Neon
6572
p71.Reflectance = 0.40000000596046
6573
p71.Name = "Wedge"
6574
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)
6575
p71.CanCollide = false
6576
p71.Locked = true
6577
p71.FormFactor = Enum.FormFactor.Custom
6578
p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6579
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6580
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6581
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6582
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6583
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6584
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6585
b71 = Instance.new("SpecialMesh", p71)
6586
b71.MeshType = Enum.MeshType.Wedge
6587
b71.Name = "Mesh"
6588
b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6589
p72 = Instance.new("WedgePart", m8)
6590
p72.BrickColor = BrickColor.new("Lime green")
6591
p72.Material = Enum.Material.Neon
6592
p72.Reflectance = 0.40000000596046
6593
p72.Name = "Wedge"
6594
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)
6595
p72.CanCollide = false
6596
p72.Locked = true
6597
p72.FormFactor = Enum.FormFactor.Custom
6598
p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6599
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6600
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6601
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6602
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6603
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6604
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6605
b72 = Instance.new("SpecialMesh", p72)
6606
b72.MeshType = Enum.MeshType.Wedge
6607
b72.Name = "Mesh"
6608
b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6609
p73 = Instance.new("WedgePart", m8)
6610
p73.BrickColor = BrickColor.new("Lime green")
6611
p73.Material = Enum.Material.Neon
6612
p73.Reflectance = 0.40000000596046
6613
p73.Name = "Wedge"
6614
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)
6615
p73.CanCollide = false
6616
p73.Locked = true
6617
p73.FormFactor = Enum.FormFactor.Custom
6618
p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6619
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6620
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6621
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6622
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6623
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6624
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6625
b73 = Instance.new("SpecialMesh", p73)
6626
b73.MeshType = Enum.MeshType.Wedge
6627
b73.Name = "Mesh"
6628
b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6629
p74 = Instance.new("WedgePart", m8)
6630
p74.BrickColor = BrickColor.new("Lime green")
6631
p74.Material = Enum.Material.Neon
6632
p74.Reflectance = 0.40000000596046
6633
p74.Name = "Wedge"
6634
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)
6635
p74.CanCollide = false
6636
p74.Locked = true
6637
p74.FormFactor = Enum.FormFactor.Custom
6638
p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6639
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6640
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6641
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6642
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6643
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6644
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6645
b74 = Instance.new("SpecialMesh", p74)
6646
b74.MeshType = Enum.MeshType.Wedge
6647
b74.Name = "Mesh"
6648
b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6649
p75 = Instance.new("WedgePart", m8)
6650
p75.BrickColor = BrickColor.new("Lime green")
6651
p75.Material = Enum.Material.Neon
6652
p75.Reflectance = 0.40000000596046
6653
p75.Name = "Wedge"
6654
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)
6655
p75.CanCollide = false
6656
p75.Locked = true
6657
p75.FormFactor = Enum.FormFactor.Custom
6658
p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6659
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6660
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6661
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6662
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6663
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6664
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6665
b75 = Instance.new("SpecialMesh", p75)
6666
b75.MeshType = Enum.MeshType.Wedge
6667
b75.Name = "Mesh"
6668
b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6669
p76 = Instance.new("WedgePart", m8)
6670
p76.BrickColor = BrickColor.new("Lime green")
6671
p76.Material = Enum.Material.Neon
6672
p76.Reflectance = 0.40000000596046
6673
p76.Name = "Wedge"
6674
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)
6675
p76.CanCollide = false
6676
p76.Locked = true
6677
p76.FormFactor = Enum.FormFactor.Custom
6678
p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6679
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6680
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6681
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6682
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6683
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6684
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6685
b76 = Instance.new("SpecialMesh", p76)
6686
b76.MeshType = Enum.MeshType.Wedge
6687
b76.Name = "Mesh"
6688
b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6689
p77 = Instance.new("WedgePart", m8)
6690
p77.BrickColor = BrickColor.new("Lime green")
6691
p77.Material = Enum.Material.Neon
6692
p77.Reflectance = 0.40000000596046
6693
p77.Name = "Wedge"
6694
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)
6695
p77.CanCollide = false
6696
p77.Locked = true
6697
p77.FormFactor = Enum.FormFactor.Custom
6698
p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6699
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6700
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6701
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6702
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6703
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6704
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6705
b77 = Instance.new("SpecialMesh", p77)
6706
b77.MeshType = Enum.MeshType.Wedge
6707
b77.Name = "Mesh"
6708
b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6709
p78 = Instance.new("WedgePart", m8)
6710
p78.BrickColor = BrickColor.new("Lime green")
6711
p78.Material = Enum.Material.Neon
6712
p78.Reflectance = 0.40000000596046
6713
p78.Name = "Wedge"
6714
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)
6715
p78.CanCollide = false
6716
p78.Locked = true
6717
p78.FormFactor = Enum.FormFactor.Custom
6718
p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6719
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6720
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6721
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6722
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6723
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6724
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6725
b78 = Instance.new("SpecialMesh", p78)
6726
b78.MeshType = Enum.MeshType.Wedge
6727
b78.Name = "Mesh"
6728
b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6729
p79 = Instance.new("WedgePart", m8)
6730
p79.BrickColor = BrickColor.new("Lime green")
6731
p79.Material = Enum.Material.Neon
6732
p79.Reflectance = 0.40000000596046
6733
p79.Name = "Wedge"
6734
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)
6735
p79.CanCollide = false
6736
p79.Locked = true
6737
p79.FormFactor = Enum.FormFactor.Custom
6738
p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6739
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6740
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6741
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6742
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6743
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6744
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6745
b79 = Instance.new("SpecialMesh", p79)
6746
b79.MeshType = Enum.MeshType.Wedge
6747
b79.Name = "Mesh"
6748
b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6749
p80 = Instance.new("WedgePart", m8)
6750
p80.BrickColor = BrickColor.new("Black")
6751
p80.Material = Enum.Material.Metal
6752
p80.Reflectance = 0.40000000596046
6753
p80.Name = "Wedge"
6754
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)
6755
p80.CanCollide = false
6756
p80.Locked = true
6757
p80.FormFactor = Enum.FormFactor.Custom
6758
p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6759
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6760
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6761
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6762
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6763
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6764
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6765
b80 = Instance.new("SpecialMesh", p80)
6766
b80.MeshType = Enum.MeshType.Wedge
6767
b80.Name = "Mesh"
6768
b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6769
p81 = Instance.new("WedgePart", m8)
6770
p81.BrickColor = BrickColor.new("Lime green")
6771
p81.Material = Enum.Material.Neon
6772
p81.Reflectance = 0.40000000596046
6773
p81.Name = "Wedge"
6774
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)
6775
p81.CanCollide = false
6776
p81.Locked = true
6777
p81.FormFactor = Enum.FormFactor.Custom
6778
p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6779
p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6780
p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6781
p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6782
p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6783
p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6784
p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6785
b81 = Instance.new("SpecialMesh", p81)
6786
b81.MeshType = Enum.MeshType.Wedge
6787
b81.Name = "Mesh"
6788
b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6789
p82 = Instance.new("WedgePart", m8)
6790
p82.BrickColor = BrickColor.new("Really black")
6791
p82.Material = Enum.Material.Metal
6792
p82.Reflectance = 0.40000000596046
6793
p82.Name = "Wedge"
6794
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)
6795
p82.CanCollide = false
6796
p82.Locked = true
6797
p82.FormFactor = Enum.FormFactor.Custom
6798
p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6799
p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6800
p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6801
p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6802
p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6803
p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6804
p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6805
b82 = Instance.new("SpecialMesh", p82)
6806
b82.MeshType = Enum.MeshType.Wedge
6807
b82.Name = "Mesh"
6808
b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6809
p83 = Instance.new("WedgePart", m8)
6810
p83.BrickColor = BrickColor.new("Really black")
6811
p83.Material = Enum.Material.Metal
6812
p83.Reflectance = 0.40000000596046
6813
p83.Name = "Wedge"
6814
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)
6815
p83.CanCollide = false
6816
p83.Locked = true
6817
p83.FormFactor = Enum.FormFactor.Custom
6818
p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6819
p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6820
p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6821
p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6822
p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6823
p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6824
p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6825
b83 = Instance.new("SpecialMesh", p83)
6826
b83.MeshType = Enum.MeshType.Wedge
6827
b83.Name = "Mesh"
6828
b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6829
p84 = Instance.new("WedgePart", m8)
6830
p84.BrickColor = BrickColor.new("Lime green")
6831
p84.Material = Enum.Material.Neon
6832
p84.Reflectance = 0.40000000596046
6833
p84.Name = "Wedge"
6834
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)
6835
p84.CanCollide = false
6836
p84.Locked = true
6837
p84.FormFactor = Enum.FormFactor.Custom
6838
p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6839
p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6840
p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6841
p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6842
p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6843
p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6844
p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6845
b84 = Instance.new("SpecialMesh", p84)
6846
b84.MeshType = Enum.MeshType.Wedge
6847
b84.Name = "Mesh"
6848
b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6849
p85 = Instance.new("WedgePart", m8)
6850
p85.BrickColor = BrickColor.new("Black")
6851
p85.Material = Enum.Material.Metal
6852
p85.Reflectance = 0.40000000596046
6853
p85.Name = "Wedge"
6854
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)
6855
p85.CanCollide = false
6856
p85.Locked = true
6857
p85.FormFactor = Enum.FormFactor.Custom
6858
p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6859
p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6860
p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6861
p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6862
p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6863
p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6864
p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6865
b85 = Instance.new("SpecialMesh", p85)
6866
b85.MeshType = Enum.MeshType.Wedge
6867
b85.Name = "Mesh"
6868
b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6869
p86 = Instance.new("WedgePart", m8)
6870
p86.BrickColor = BrickColor.new("Lime green")
6871
p86.Material = Enum.Material.Neon
6872
p86.Reflectance = 0.40000000596046
6873
p86.Name = "Wedge"
6874
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)
6875
p86.CanCollide = false
6876
p86.Locked = true
6877
p86.FormFactor = Enum.FormFactor.Custom
6878
p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6879
p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6880
p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6881
p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6882
p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6883
p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6884
p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6885
b86 = Instance.new("SpecialMesh", p86)
6886
b86.MeshType = Enum.MeshType.Wedge
6887
b86.Name = "Mesh"
6888
b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6889
p87 = Instance.new("WedgePart", m8)
6890
p87.BrickColor = BrickColor.new("Lime green")
6891
p87.Material = Enum.Material.Neon
6892
p87.Reflectance = 0.40000000596046
6893
p87.Name = "Wedge"
6894
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)
6895
p87.CanCollide = false
6896
p87.Locked = true
6897
p87.FormFactor = Enum.FormFactor.Custom
6898
p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6899
p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6900
p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6901
p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6902
p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6903
p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6904
p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6905
b87 = Instance.new("SpecialMesh", p87)
6906
b87.MeshType = Enum.MeshType.Wedge
6907
b87.Name = "Mesh"
6908
b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6909
p88 = Instance.new("WedgePart", m8)
6910
p88.BrickColor = BrickColor.new("Lime green")
6911
p88.Material = Enum.Material.Neon
6912
p88.Reflectance = 0.40000000596046
6913
p88.Name = "Wedge"
6914
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)
6915
p88.CanCollide = false
6916
p88.Locked = true
6917
p88.FormFactor = Enum.FormFactor.Custom
6918
p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6919
p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6920
p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6921
p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6922
p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6923
p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6924
p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6925
b88 = Instance.new("SpecialMesh", p88)
6926
b88.MeshType = Enum.MeshType.Wedge
6927
b88.Name = "Mesh"
6928
b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
6929
p89 = Instance.new("WedgePart", m8)
6930
p89.BrickColor = BrickColor.new("Lime green")
6931
p89.Material = Enum.Material.Neon
6932
p89.Reflectance = 0.40000000596046
6933
p89.Name = "Wedge"
6934
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)
6935
p89.CanCollide = false
6936
p89.Locked = true
6937
p89.FormFactor = Enum.FormFactor.Custom
6938
p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6939
p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6940
p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6941
p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6942
p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6943
p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6944
p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6945
b89 = Instance.new("SpecialMesh", p89)
6946
b89.MeshType = Enum.MeshType.Wedge
6947
b89.Name = "Mesh"
6948
b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
6949
p90 = Instance.new("WedgePart", m8)
6950
p90.BrickColor = BrickColor.new("Lime green")
6951
p90.Material = Enum.Material.Neon
6952
p90.Reflectance = 0.40000000596046
6953
p90.Name = "Wedge"
6954
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)
6955
p90.CanCollide = false
6956
p90.Locked = true
6957
p90.FormFactor = Enum.FormFactor.Custom
6958
p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6959
p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6960
p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6961
p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6962
p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6963
p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6964
p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6965
b90 = Instance.new("SpecialMesh", p90)
6966
b90.MeshType = Enum.MeshType.Wedge
6967
b90.Name = "Mesh"
6968
b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6969
p91 = Instance.new("WedgePart", m8)
6970
p91.BrickColor = BrickColor.new("Really black")
6971
p91.Material = Enum.Material.Metal
6972
p91.Reflectance = 0.40000000596046
6973
p91.Name = "Wedge"
6974
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)
6975
p91.CanCollide = false
6976
p91.Locked = true
6977
p91.FormFactor = Enum.FormFactor.Custom
6978
p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
6979
p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6980
p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6981
p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6982
p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6983
p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6984
p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6985
b91 = Instance.new("SpecialMesh", p91)
6986
b91.MeshType = Enum.MeshType.Wedge
6987
b91.Name = "Mesh"
6988
b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
6989
p92 = Instance.new("WedgePart", m8)
6990
p92.BrickColor = BrickColor.new("Lime green")
6991
p92.Material = Enum.Material.Neon
6992
p92.Reflectance = 0.40000000596046
6993
p92.Name = "Wedge"
6994
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)
6995
p92.CanCollide = false
6996
p92.Locked = true
6997
p92.FormFactor = Enum.FormFactor.Custom
6998
p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6999
p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7000
p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7001
p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7002
p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7003
p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7004
p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7005
b92 = Instance.new("SpecialMesh", p92)
7006
b92.MeshType = Enum.MeshType.Wedge
7007
b92.Name = "Mesh"
7008
b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7009
p93 = Instance.new("WedgePart", m8)
7010
p93.BrickColor = BrickColor.new("Lime green")
7011
p93.Material = Enum.Material.Neon
7012
p93.Reflectance = 0.40000000596046
7013
p93.Name = "Wedge"
7014
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)
7015
p93.CanCollide = false
7016
p93.Locked = true
7017
p93.FormFactor = Enum.FormFactor.Custom
7018
p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7019
p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7020
p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7021
p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7022
p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7023
p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7024
p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7025
b93 = Instance.new("SpecialMesh", p93)
7026
b93.MeshType = Enum.MeshType.Wedge
7027
b93.Name = "Mesh"
7028
b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7029
p94 = Instance.new("WedgePart", m8)
7030
p94.BrickColor = BrickColor.new("Lime green")
7031
p94.Material = Enum.Material.Neon
7032
p94.Reflectance = 0.40000000596046
7033
p94.Name = "Wedge"
7034
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)
7035
p94.CanCollide = false
7036
p94.Locked = true
7037
p94.FormFactor = Enum.FormFactor.Custom
7038
p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7039
p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7040
p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7041
p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7042
p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7043
p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7044
p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7045
b94 = Instance.new("SpecialMesh", p94)
7046
b94.MeshType = Enum.MeshType.Wedge
7047
b94.Name = "Mesh"
7048
b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7049
p95 = Instance.new("WedgePart", m8)
7050
p95.BrickColor = BrickColor.new("Black")
7051
p95.Material = Enum.Material.Metal
7052
p95.Reflectance = 0.40000000596046
7053
p95.Name = "Wedge"
7054
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)
7055
p95.CanCollide = false
7056
p95.Locked = true
7057
p95.FormFactor = Enum.FormFactor.Custom
7058
p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7059
p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7060
p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7061
p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7062
p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7063
p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7064
p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7065
b95 = Instance.new("SpecialMesh", p95)
7066
b95.MeshType = Enum.MeshType.Wedge
7067
b95.Name = "Mesh"
7068
b95.Scale = Vector3.new(0.261019886, 1, 1)
7069
p96 = Instance.new("WedgePart", m8)
7070
p96.BrickColor = BrickColor.new("Lime green")
7071
p96.Material = Enum.Material.Neon
7072
p96.Reflectance = 0.40000000596046
7073
p96.Name = "Wedge"
7074
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)
7075
p96.CanCollide = false
7076
p96.Locked = true
7077
p96.FormFactor = Enum.FormFactor.Custom
7078
p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7079
p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7080
p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7081
p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7082
p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7083
p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7084
p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7085
b96 = Instance.new("SpecialMesh", p96)
7086
b96.MeshType = Enum.MeshType.Wedge
7087
b96.Name = "Mesh"
7088
b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7089
p97 = Instance.new("WedgePart", m8)
7090
p97.BrickColor = BrickColor.new("Lime green")
7091
p97.Material = Enum.Material.Neon
7092
p97.Reflectance = 0.40000000596046
7093
p97.Name = "Wedge"
7094
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)
7095
p97.CanCollide = false
7096
p97.Locked = true
7097
p97.FormFactor = Enum.FormFactor.Custom
7098
p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7099
p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7100
p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7101
p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7102
p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7103
p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7104
p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7105
b97 = Instance.new("SpecialMesh", p97)
7106
b97.MeshType = Enum.MeshType.Wedge
7107
b97.Name = "Mesh"
7108
b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7109
p98 = Instance.new("WedgePart", m8)
7110
p98.BrickColor = BrickColor.new("Lime green")
7111
p98.Material = Enum.Material.Neon
7112
p98.Reflectance = 0.40000000596046
7113
p98.Name = "Wedge"
7114
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)
7115
p98.CanCollide = false
7116
p98.Locked = true
7117
p98.FormFactor = Enum.FormFactor.Custom
7118
p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7119
p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7120
p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7121
p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7122
p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7123
p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7124
p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7125
b98 = Instance.new("SpecialMesh", p98)
7126
b98.MeshType = Enum.MeshType.Wedge
7127
b98.Name = "Mesh"
7128
b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7129
p99 = Instance.new("WedgePart", m8)
7130
p99.BrickColor = BrickColor.new("Lime green")
7131
p99.Material = Enum.Material.Neon
7132
p99.Reflectance = 0.40000000596046
7133
p99.Name = "Wedge"
7134
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)
7135
p99.CanCollide = false
7136
p99.Locked = true
7137
p99.FormFactor = Enum.FormFactor.Custom
7138
p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7139
p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7140
p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7141
p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7142
p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7143
p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7144
p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7145
b99 = Instance.new("SpecialMesh", p99)
7146
b99.MeshType = Enum.MeshType.Wedge
7147
b99.Name = "Mesh"
7148
b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7149
p100 = Instance.new("WedgePart", m8)
7150
p100.BrickColor = BrickColor.new("Lime green")
7151
p100.Material = Enum.Material.Neon
7152
p100.Reflectance = 0.40000000596046
7153
p100.Name = "Wedge"
7154
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)
7155
p100.CanCollide = false
7156
p100.Locked = true
7157
p100.FormFactor = Enum.FormFactor.Custom
7158
p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7159
p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7160
p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7161
p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7162
p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7163
p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7164
p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7165
b100 = Instance.new("SpecialMesh", p100)
7166
b100.MeshType = Enum.MeshType.Wedge
7167
b100.Name = "Mesh"
7168
b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7169
p101 = Instance.new("WedgePart", m8)
7170
p101.BrickColor = BrickColor.new("Lime green")
7171
p101.Material = Enum.Material.Neon
7172
p101.Reflectance = 0.40000000596046
7173
p101.Name = "Wedge"
7174
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)
7175
p101.CanCollide = false
7176
p101.Locked = true
7177
p101.FormFactor = Enum.FormFactor.Custom
7178
p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7179
p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7180
p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7181
p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7182
p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7183
p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7184
p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7185
b101 = Instance.new("SpecialMesh", p101)
7186
b101.MeshType = Enum.MeshType.Wedge
7187
b101.Name = "Mesh"
7188
b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7189
p102 = Instance.new("WedgePart", m8)
7190
p102.BrickColor = BrickColor.new("Lime green")
7191
p102.Material = Enum.Material.Neon
7192
p102.Reflectance = 0.40000000596046
7193
p102.Name = "Wedge"
7194
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)
7195
p102.CanCollide = false
7196
p102.Locked = true
7197
p102.FormFactor = Enum.FormFactor.Custom
7198
p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7199
p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7200
p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7201
p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7202
p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7203
p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7204
p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7205
b102 = Instance.new("SpecialMesh", p102)
7206
b102.MeshType = Enum.MeshType.Wedge
7207
b102.Name = "Mesh"
7208
b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7209
p103 = Instance.new("WedgePart", m8)
7210
p103.BrickColor = BrickColor.new("Lime green")
7211
p103.Material = Enum.Material.Neon
7212
p103.Reflectance = 0.40000000596046
7213
p103.Name = "Wedge"
7214
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)
7215
p103.CanCollide = false
7216
p103.Locked = true
7217
p103.FormFactor = Enum.FormFactor.Custom
7218
p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7219
p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7220
p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7221
p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7222
p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7223
p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7224
p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7225
b103 = Instance.new("SpecialMesh", p103)
7226
b103.MeshType = Enum.MeshType.Wedge
7227
b103.Name = "Mesh"
7228
b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7229
p104 = Instance.new("WedgePart", m8)
7230
p104.BrickColor = BrickColor.new("Lime green")
7231
p104.Material = Enum.Material.Neon
7232
p104.Reflectance = 0.40000000596046
7233
p104.Name = "Wedge"
7234
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)
7235
p104.CanCollide = false
7236
p104.Locked = true
7237
p104.FormFactor = Enum.FormFactor.Custom
7238
p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7239
p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7240
p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7241
p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7242
p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7243
p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7244
p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7245
b104 = Instance.new("SpecialMesh", p104)
7246
b104.MeshType = Enum.MeshType.Wedge
7247
b104.Name = "Mesh"
7248
b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7249
p105 = Instance.new("WedgePart", m8)
7250
p105.BrickColor = BrickColor.new("Really black")
7251
p105.Material = Enum.Material.Metal
7252
p105.Reflectance = 0.40000000596046
7253
p105.Name = "Wedge"
7254
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)
7255
p105.CanCollide = false
7256
p105.Locked = true
7257
p105.FormFactor = Enum.FormFactor.Custom
7258
p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7259
p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7260
p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7261
p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7262
p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7263
p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7264
p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7265
b105 = Instance.new("SpecialMesh", p105)
7266
b105.MeshType = Enum.MeshType.Wedge
7267
b105.Name = "Mesh"
7268
b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7269
p106 = Instance.new("WedgePart", m8)
7270
p106.BrickColor = BrickColor.new("Lime green")
7271
p106.Material = Enum.Material.Neon
7272
p106.Reflectance = 0.40000000596046
7273
p106.Name = "Wedge"
7274
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)
7275
p106.CanCollide = false
7276
p106.Locked = true
7277
p106.FormFactor = Enum.FormFactor.Custom
7278
p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7279
p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7280
p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7281
p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7282
p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7283
p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7284
p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7285
b106 = Instance.new("SpecialMesh", p106)
7286
b106.MeshType = Enum.MeshType.Wedge
7287
b106.Name = "Mesh"
7288
b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7289
p107 = Instance.new("WedgePart", m8)
7290
p107.BrickColor = BrickColor.new("Lime green")
7291
p107.Material = Enum.Material.Neon
7292
p107.Reflectance = 0.40000000596046
7293
p107.Name = "Wedge"
7294
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)
7295
p107.CanCollide = false
7296
p107.Locked = true
7297
p107.FormFactor = Enum.FormFactor.Custom
7298
p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7299
p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7300
p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7301
p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7302
p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7303
p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7304
p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7305
b107 = Instance.new("SpecialMesh", p107)
7306
b107.MeshType = Enum.MeshType.Wedge
7307
b107.Name = "Mesh"
7308
b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7309
p108 = Instance.new("WedgePart", m8)
7310
p108.BrickColor = BrickColor.new("Black")
7311
p108.Material = Enum.Material.Metal
7312
p108.Reflectance = 0.40000000596046
7313
p108.Name = "Wedge"
7314
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)
7315
p108.CanCollide = false
7316
p108.Locked = true
7317
p108.FormFactor = Enum.FormFactor.Custom
7318
p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7319
p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7320
p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7321
p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7322
p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7323
p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7324
p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7325
b108 = Instance.new("SpecialMesh", p108)
7326
b108.MeshType = Enum.MeshType.Wedge
7327
b108.Name = "Mesh"
7328
b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7329
p109 = Instance.new("WedgePart", m8)
7330
p109.BrickColor = BrickColor.new("Lime green")
7331
p109.Material = Enum.Material.Neon
7332
p109.Reflectance = 0.40000000596046
7333
p109.Name = "Wedge"
7334
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)
7335
p109.CanCollide = false
7336
p109.Locked = true
7337
p109.FormFactor = Enum.FormFactor.Custom
7338
p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7339
p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7340
p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7341
p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7342
p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7343
p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7344
p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7345
b109 = Instance.new("SpecialMesh", p109)
7346
b109.MeshType = Enum.MeshType.Wedge
7347
b109.Name = "Mesh"
7348
b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7349
p110 = Instance.new("WedgePart", m8)
7350
p110.BrickColor = BrickColor.new("Lime green")
7351
p110.Material = Enum.Material.Neon
7352
p110.Reflectance = 0.40000000596046
7353
p110.Name = "Wedge"
7354
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)
7355
p110.CanCollide = false
7356
p110.Locked = true
7357
p110.FormFactor = Enum.FormFactor.Custom
7358
p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7359
p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7360
p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7361
p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7362
p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7363
p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7364
p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7365
b110 = Instance.new("SpecialMesh", p110)
7366
b110.MeshType = Enum.MeshType.Wedge
7367
b110.Name = "Mesh"
7368
b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7369
p111 = Instance.new("Part", m8)
7370
p111.BrickColor = BrickColor.new("Really black")
7371
p111.Material = Enum.Material.Metal
7372
p111.Transparency = 1
7373
p111.Name = "Hitbox"
7374
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)
7375
p111.CanCollide = false
7376
p111.Locked = true
7377
p111.FormFactor = Enum.FormFactor.Custom
7378
p111.Size = Vector3.new(0.22, 2.57, 1.22)
7379
p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7380
p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7381
p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7382
p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7383
p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7384
p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7385
b111 = Instance.new("BlockMesh", p111)
7386
b111.Name = "Mesh"
7387
w1 = Instance.new("Weld", p1)
7388
w1.Name = "Block_Weld"
7389
w1.Part0 = p1
7390
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)
7391
w1.Part1 = p2
7392
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)
7393
w2 = Instance.new("Weld", p2)
7394
w2.Name = "Block_Weld"
7395
w2.Part0 = p2
7396
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)
7397
w2.Part1 = p3
7398
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)
7399
w3 = Instance.new("Weld", p3)
7400
w3.Name = "Block_Weld"
7401
w3.Part0 = p3
7402
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)
7403
w3.Part1 = p4
7404
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)
7405
w4 = Instance.new("Weld", p4)
7406
w4.Name = "Block_Weld"
7407
w4.Part0 = p4
7408
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)
7409
w4.Part1 = p5
7410
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)
7411
w5 = Instance.new("Weld", p5)
7412
w5.Name = "Block_Weld"
7413
w5.Part0 = p5
7414
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)
7415
w5.Part1 = p6
7416
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)
7417
w6 = Instance.new("Weld", p6)
7418
w6.Name = "Block_Weld"
7419
w6.Part0 = p6
7420
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)
7421
w6.Part1 = p7
7422
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)
7423
w7 = Instance.new("Weld", p7)
7424
w7.Name = "Block_Weld"
7425
w7.Part0 = p7
7426
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)
7427
w7.Part1 = p8
7428
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)
7429
w8 = Instance.new("Weld", p8)
7430
w8.Name = "Block_Weld"
7431
w8.Part0 = p8
7432
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)
7433
w8.Part1 = p9
7434
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)
7435
w9 = Instance.new("Weld", p9)
7436
w9.Name = "Block_Weld"
7437
w9.Part0 = p9
7438
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)
7439
w9.Part1 = p10
7440
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)
7441
w10 = Instance.new("Weld", p10)
7442
w10.Name = "Circle_Weld"
7443
w10.Part0 = p10
7444
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)
7445
w10.Part1 = p11
7446
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)
7447
w11 = Instance.new("Weld", p11)
7448
w11.Name = "Block_Weld"
7449
w11.Part0 = p11
7450
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)
7451
w11.Part1 = p12
7452
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)
7453
w12 = Instance.new("Weld", p12)
7454
w12.Name = "Block_Weld"
7455
w12.Part0 = p12
7456
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)
7457
w12.Part1 = p13
7458
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)
7459
w13 = Instance.new("Weld", p13)
7460
w13.Name = "Block_Weld"
7461
w13.Part0 = p13
7462
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)
7463
w13.Part1 = p14
7464
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)
7465
w14 = Instance.new("Weld", p14)
7466
w14.Name = "Block_Weld"
7467
w14.Part0 = p14
7468
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)
7469
w14.Part1 = p15
7470
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)
7471
w15 = Instance.new("Weld", p15)
7472
w15.Name = "Handle_Weld"
7473
w15.Part0 = p15
7474
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)
7475
w15.Part1 = p16
7476
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)
7477
w16 = Instance.new("Weld", p16)
7478
w16.Name = "Block_Weld"
7479
w16.Part0 = p16
7480
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)
7481
w16.Part1 = p17
7482
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)
7483
w17 = Instance.new("Weld", p17)
7484
w17.Name = "Block_Weld"
7485
w17.Part0 = p17
7486
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)
7487
w17.Part1 = p18
7488
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)
7489
w18 = Instance.new("Weld", p18)
7490
w18.Name = "Block_Weld"
7491
w18.Part0 = p18
7492
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)
7493
w18.Part1 = p19
7494
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)
7495
w19 = Instance.new("Weld", p19)
7496
w19.Name = "Block_Weld"
7497
w19.Part0 = p19
7498
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)
7499
w19.Part1 = p20
7500
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)
7501
w20 = Instance.new("Weld", p20)
7502
w20.Name = "Block_Weld"
7503
w20.Part0 = p20
7504
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)
7505
w20.Part1 = p21
7506
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)
7507
w21 = Instance.new("Weld", p21)
7508
w21.Name = "Block_Weld"
7509
w21.Part0 = p21
7510
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)
7511
w21.Part1 = p22
7512
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)
7513
w22 = Instance.new("Weld", p22)
7514
w22.Name = "Block_Weld"
7515
w22.Part0 = p22
7516
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)
7517
w22.Part1 = p23
7518
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)
7519
w23 = Instance.new("Weld", p23)
7520
w23.Name = "Block_Weld"
7521
w23.Part0 = p23
7522
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)
7523
w23.Part1 = p24
7524
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)
7525
w24 = Instance.new("Weld", p24)
7526
w24.Name = "Block_Weld"
7527
w24.Part0 = p24
7528
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)
7529
w24.Part1 = p25
7530
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)
7531
w25 = Instance.new("Weld", p25)
7532
w25.Name = "Block_Weld"
7533
w25.Part0 = p25
7534
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)
7535
w25.Part1 = p26
7536
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)
7537
w26 = Instance.new("Weld", p26)
7538
w26.Name = "Block_Weld"
7539
w26.Part0 = p26
7540
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)
7541
w26.Part1 = p27
7542
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)
7543
w27 = Instance.new("Weld", p27)
7544
w27.Name = "Circle_Weld"
7545
w27.Part0 = p27
7546
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)
7547
w27.Part1 = p28
7548
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)
7549
w28 = Instance.new("Weld", p28)
7550
w28.Name = "Block_Weld"
7551
w28.Part0 = p28
7552
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)
7553
w28.Part1 = p29
7554
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)
7555
w29 = Instance.new("Weld", p29)
7556
w29.Name = "Block_Weld"
7557
w29.Part0 = p29
7558
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)
7559
w29.Part1 = p30
7560
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)
7561
w30 = Instance.new("Weld", p30)
7562
w30.Name = "Block_Weld"
7563
w30.Part0 = p30
7564
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)
7565
w30.Part1 = p31
7566
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)
7567
w31 = Instance.new("Weld", p31)
7568
w31.Name = "Block_Weld"
7569
w31.Part0 = p31
7570
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)
7571
w31.Part1 = p32
7572
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)
7573
w32 = Instance.new("Weld", p32)
7574
w32.Name = "Block_Weld"
7575
w32.Part0 = p32
7576
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)
7577
w32.Part1 = p33
7578
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)
7579
w33 = Instance.new("Weld", p33)
7580
w33.Name = "Block_Weld"
7581
w33.Part0 = p33
7582
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)
7583
w33.Part1 = p34
7584
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)
7585
w34 = Instance.new("Weld", p34)
7586
w34.Name = "Block_Weld"
7587
w34.Part0 = p34
7588
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)
7589
w34.Part1 = p35
7590
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)
7591
w35 = Instance.new("Weld", p35)
7592
w35.Name = "Block_Weld"
7593
w35.Part0 = p35
7594
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)
7595
w35.Part1 = p36
7596
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)
7597
w36 = Instance.new("Weld", p36)
7598
w36.Name = "Circle_Weld"
7599
w36.Part0 = p36
7600
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)
7601
w36.Part1 = p37
7602
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)
7603
w37 = Instance.new("Weld", p37)
7604
w37.Name = "Block_Weld"
7605
w37.Part0 = p37
7606
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)
7607
w37.Part1 = p38
7608
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)
7609
w38 = Instance.new("Weld", p38)
7610
w38.Name = "Block_Weld"
7611
w38.Part0 = p38
7612
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)
7613
w38.Part1 = p39
7614
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)
7615
w39 = Instance.new("Weld", p39)
7616
w39.Name = "Block_Weld"
7617
w39.Part0 = p39
7618
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)
7619
w39.Part1 = p40
7620
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)
7621
w40 = Instance.new("Weld", p40)
7622
w40.Name = "Block_Weld"
7623
w40.Part0 = p40
7624
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)
7625
w40.Part1 = p41
7626
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)
7627
w41 = Instance.new("Weld", p41)
7628
w41.Name = "Block_Weld"
7629
w41.Part0 = p41
7630
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)
7631
w41.Part1 = p42
7632
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)
7633
w42 = Instance.new("Weld", p42)
7634
w42.Name = "Block_Weld"
7635
w42.Part0 = p42
7636
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)
7637
w42.Part1 = p43
7638
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)
7639
w43 = Instance.new("Weld", p43)
7640
w43.Name = "Circle_Weld"
7641
w43.Part0 = p43
7642
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)
7643
w43.Part1 = p44
7644
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)
7645
w44 = Instance.new("Weld", p44)
7646
w44.Name = "Block_Weld"
7647
w44.Part0 = p44
7648
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)
7649
w44.Part1 = p45
7650
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)
7651
w45 = Instance.new("Weld", p45)
7652
w45.Name = "Block_Weld"
7653
w45.Part0 = p45
7654
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)
7655
w45.Part1 = p46
7656
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)
7657
w46 = Instance.new("Weld", p46)
7658
w46.Name = "Block_Weld"
7659
w46.Part0 = p46
7660
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)
7661
w46.Part1 = p47
7662
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)
7663
w47 = Instance.new("Weld", p47)
7664
w47.Name = "Block_Weld"
7665
w47.Part0 = p47
7666
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)
7667
w47.Part1 = p48
7668
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)
7669
w48 = Instance.new("Weld", p48)
7670
w48.Name = "Block_Weld"
7671
w48.Part0 = p48
7672
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)
7673
w48.Part1 = p49
7674
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)
7675
w49 = Instance.new("Weld", p49)
7676
w49.Name = "Block_Weld"
7677
w49.Part0 = p49
7678
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)
7679
w49.Part1 = p50
7680
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)
7681
w50 = Instance.new("Weld", p50)
7682
w50.Name = "Block_Weld"
7683
w50.Part0 = p50
7684
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)
7685
w50.Part1 = p51
7686
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)
7687
w51 = Instance.new("Weld", p51)
7688
w51.Name = "Block_Weld"
7689
w51.Part0 = p51
7690
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)
7691
w51.Part1 = p52
7692
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)
7693
w52 = Instance.new("Weld", p52)
7694
w52.Name = "Block_Weld"
7695
w52.Part0 = p52
7696
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)
7697
w52.Part1 = p53
7698
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)
7699
w53 = Instance.new("Weld", p53)
7700
w53.Name = "Circle_Weld"
7701
w53.Part0 = p53
7702
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)
7703
w53.Part1 = p54
7704
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)
7705
w54 = Instance.new("Weld", p54)
7706
w54.Name = "Block_Weld"
7707
w54.Part0 = p54
7708
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)
7709
w54.Part1 = p55
7710
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)
7711
w55 = Instance.new("Weld", p55)
7712
w55.Name = "Block_Weld"
7713
w55.Part0 = p55
7714
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)
7715
w55.Part1 = p56
7716
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)
7717
w56 = Instance.new("Weld", p56)
7718
w56.Name = "Block_Weld"
7719
w56.Part0 = p56
7720
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)
7721
w56.Part1 = p57
7722
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)
7723
w57 = Instance.new("Weld", p57)
7724
w57.Name = "Block_Weld"
7725
w57.Part0 = p57
7726
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)
7727
w57.Part1 = p58
7728
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)
7729
w58 = Instance.new("Weld", p58)
7730
w58.Name = "Block_Weld"
7731
w58.Part0 = p58
7732
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)
7733
w58.Part1 = p59
7734
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)
7735
w59 = Instance.new("Weld", p59)
7736
w59.Name = "Circle_Weld"
7737
w59.Part0 = p59
7738
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)
7739
w59.Part1 = p60
7740
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)
7741
w60 = Instance.new("Weld", p60)
7742
w60.Name = "Circle_Weld"
7743
w60.Part0 = p60
7744
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)
7745
w60.Part1 = p61
7746
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)
7747
w61 = Instance.new("Weld", p61)
7748
w61.Name = "Block_Weld"
7749
w61.Part0 = p61
7750
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)
7751
w61.Part1 = p62
7752
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)
7753
w62 = Instance.new("Weld", p62)
7754
w62.Name = "Block_Weld"
7755
w62.Part0 = p62
7756
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)
7757
w62.Part1 = p63
7758
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)
7759
w63 = Instance.new("Weld", p63)
7760
w63.Name = "Block_Weld"
7761
w63.Part0 = p63
7762
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)
7763
w63.Part1 = p64
7764
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)
7765
w64 = Instance.new("Weld", p64)
7766
w64.Name = "Block_Weld"
7767
w64.Part0 = p64
7768
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)
7769
w64.Part1 = p65
7770
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)
7771
w65 = Instance.new("Weld", p65)
7772
w65.Name = "Block_Weld"
7773
w65.Part0 = p65
7774
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)
7775
w65.Part1 = p66
7776
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)
7777
w66 = Instance.new("Weld", p66)
7778
w66.Name = "Block_Weld"
7779
w66.Part0 = p66
7780
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)
7781
w66.Part1 = p67
7782
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)
7783
w67 = Instance.new("Weld", p67)
7784
w67.Name = "Block_Weld"
7785
w67.Part0 = p67
7786
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)
7787
w67.Part1 = p68
7788
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)
7789
w68 = Instance.new("Weld", p68)
7790
w68.Name = "Block_Weld"
7791
w68.Part0 = p68
7792
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)
7793
w68.Part1 = p69
7794
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)
7795
w69 = Instance.new("Weld", p69)
7796
w69.Name = "Circle_Weld"
7797
w69.Part0 = p69
7798
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)
7799
w69.Part1 = p70
7800
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)
7801
w70 = Instance.new("Weld", p70)
7802
w70.Name = "Wedge_Weld"
7803
w70.Part0 = p70
7804
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)
7805
w70.Part1 = p71
7806
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)
7807
w71 = Instance.new("Weld", p71)
7808
w71.Name = "Wedge_Weld"
7809
w71.Part0 = p71
7810
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)
7811
w71.Part1 = p72
7812
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)
7813
w72 = Instance.new("Weld", p72)
7814
w72.Name = "Wedge_Weld"
7815
w72.Part0 = p72
7816
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)
7817
w72.Part1 = p73
7818
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)
7819
w73 = Instance.new("Weld", p73)
7820
w73.Name = "Wedge_Weld"
7821
w73.Part0 = p73
7822
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)
7823
w73.Part1 = p74
7824
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)
7825
w74 = Instance.new("Weld", p74)
7826
w74.Name = "Wedge_Weld"
7827
w74.Part0 = p74
7828
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)
7829
w74.Part1 = p75
7830
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)
7831
w75 = Instance.new("Weld", p75)
7832
w75.Name = "Wedge_Weld"
7833
w75.Part0 = p75
7834
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)
7835
w75.Part1 = p76
7836
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)
7837
w76 = Instance.new("Weld", p76)
7838
w76.Name = "Wedge_Weld"
7839
w76.Part0 = p76
7840
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)
7841
w76.Part1 = p77
7842
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)
7843
w77 = Instance.new("Weld", p77)
7844
w77.Name = "Wedge_Weld"
7845
w77.Part0 = p77
7846
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)
7847
w77.Part1 = p78
7848
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)
7849
w78 = Instance.new("Weld", p78)
7850
w78.Name = "Wedge_Weld"
7851
w78.Part0 = p78
7852
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)
7853
w78.Part1 = p79
7854
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)
7855
w79 = Instance.new("Weld", p79)
7856
w79.Name = "Wedge_Weld"
7857
w79.Part0 = p79
7858
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)
7859
w79.Part1 = p80
7860
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)
7861
w80 = Instance.new("Weld", p80)
7862
w80.Name = "Wedge_Weld"
7863
w80.Part0 = p80
7864
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)
7865
w80.Part1 = p81
7866
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)
7867
w81 = Instance.new("Weld", p81)
7868
w81.Name = "Wedge_Weld"
7869
w81.Part0 = p81
7870
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)
7871
w81.Part1 = p82
7872
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)
7873
w82 = Instance.new("Weld", p82)
7874
w82.Name = "Wedge_Weld"
7875
w82.Part0 = p82
7876
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)
7877
w82.Part1 = p83
7878
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)
7879
w83 = Instance.new("Weld", p83)
7880
w83.Name = "Wedge_Weld"
7881
w83.Part0 = p83
7882
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)
7883
w83.Part1 = p84
7884
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)
7885
w84 = Instance.new("Weld", p84)
7886
w84.Name = "Wedge_Weld"
7887
w84.Part0 = p84
7888
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)
7889
w84.Part1 = p85
7890
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)
7891
w85 = Instance.new("Weld", p85)
7892
w85.Name = "Wedge_Weld"
7893
w85.Part0 = p85
7894
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)
7895
w85.Part1 = p86
7896
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)
7897
w86 = Instance.new("Weld", p86)
7898
w86.Name = "Wedge_Weld"
7899
w86.Part0 = p86
7900
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)
7901
w86.Part1 = p87
7902
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)
7903
w87 = Instance.new("Weld", p87)
7904
w87.Name = "Wedge_Weld"
7905
w87.Part0 = p87
7906
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)
7907
w87.Part1 = p88
7908
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)
7909
w88 = Instance.new("Weld", p88)
7910
w88.Name = "Wedge_Weld"
7911
w88.Part0 = p88
7912
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)
7913
w88.Part1 = p89
7914
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)
7915
w89 = Instance.new("Weld", p89)
7916
w89.Name = "Wedge_Weld"
7917
w89.Part0 = p89
7918
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)
7919
w89.Part1 = p90
7920
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)
7921
w90 = Instance.new("Weld", p90)
7922
w90.Name = "Wedge_Weld"
7923
w90.Part0 = p90
7924
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)
7925
w90.Part1 = p91
7926
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)
7927
w91 = Instance.new("Weld", p91)
7928
w91.Name = "Wedge_Weld"
7929
w91.Part0 = p91
7930
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)
7931
w91.Part1 = p92
7932
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)
7933
w92 = Instance.new("Weld", p92)
7934
w92.Name = "Wedge_Weld"
7935
w92.Part0 = p92
7936
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)
7937
w92.Part1 = p93
7938
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)
7939
w93 = Instance.new("Weld", p93)
7940
w93.Name = "Wedge_Weld"
7941
w93.Part0 = p93
7942
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)
7943
w93.Part1 = p94
7944
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)
7945
w94 = Instance.new("Weld", p94)
7946
w94.Name = "Wedge_Weld"
7947
w94.Part0 = p94
7948
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)
7949
w94.Part1 = p95
7950
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)
7951
w95 = Instance.new("Weld", p95)
7952
w95.Name = "Wedge_Weld"
7953
w95.Part0 = p95
7954
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)
7955
w95.Part1 = p96
7956
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)
7957
w96 = Instance.new("Weld", p96)
7958
w96.Name = "Wedge_Weld"
7959
w96.Part0 = p96
7960
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)
7961
w96.Part1 = p97
7962
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)
7963
w97 = Instance.new("Weld", p97)
7964
w97.Name = "Wedge_Weld"
7965
w97.Part0 = p97
7966
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)
7967
w97.Part1 = p98
7968
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)
7969
w98 = Instance.new("Weld", p98)
7970
w98.Name = "Wedge_Weld"
7971
w98.Part0 = p98
7972
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)
7973
w98.Part1 = p99
7974
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)
7975
w99 = Instance.new("Weld", p99)
7976
w99.Name = "Wedge_Weld"
7977
w99.Part0 = p99
7978
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)
7979
w99.Part1 = p100
7980
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)
7981
w100 = Instance.new("Weld", p100)
7982
w100.Name = "Wedge_Weld"
7983
w100.Part0 = p100
7984
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)
7985
w100.Part1 = p101
7986
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)
7987
w101 = Instance.new("Weld", p101)
7988
w101.Name = "Wedge_Weld"
7989
w101.Part0 = p101
7990
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)
7991
w101.Part1 = p102
7992
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)
7993
w102 = Instance.new("Weld", p102)
7994
w102.Name = "Wedge_Weld"
7995
w102.Part0 = p102
7996
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)
7997
w102.Part1 = p103
7998
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)
7999
w103 = Instance.new("Weld", p103)
8000
w103.Name = "Wedge_Weld"
8001
w103.Part0 = p103
8002
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)
8003
w103.Part1 = p104
8004
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)
8005
w104 = Instance.new("Weld", p104)
8006
w104.Name = "Wedge_Weld"
8007
w104.Part0 = p104
8008
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)
8009
w104.Part1 = p105
8010
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)
8011
w105 = Instance.new("Weld", p105)
8012
w105.Name = "Wedge_Weld"
8013
w105.Part0 = p105
8014
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)
8015
w105.Part1 = p106
8016
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)
8017
w106 = Instance.new("Weld", p106)
8018
w106.Name = "Wedge_Weld"
8019
w106.Part0 = p106
8020
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)
8021
w106.Part1 = p107
8022
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)
8023
w107 = Instance.new("Weld", p107)
8024
w107.Name = "Wedge_Weld"
8025
w107.Part0 = p107
8026
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)
8027
w107.Part1 = p108
8028
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)
8029
w108 = Instance.new("Weld", p108)
8030
w108.Name = "Wedge_Weld"
8031
w108.Part0 = p108
8032
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)
8033
w108.Part1 = p109
8034
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)
8035
w109 = Instance.new("Weld", p109)
8036
w109.Name = "Wedge_Weld"
8037
w109.Part0 = p109
8038
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)
8039
w109.Part1 = p110
8040
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)
8041
w110 = Instance.new("Weld", p110)
8042
w110.Name = "Hitbox_Weld"
8043
w110.Part0 = p110
8044
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)
8045
w110.Part1 = p111
8046
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)
8047
m8.Parent = rarm
8048
m8:MakeJoints()
8049
----------------------------------------------------
8050
local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8051
cor8.Name = "Thingy"
8052
cor8.Locked = true
8053
cor8.BottomSurface = 0
8054
cor8.CanCollide = false
8055
cor8.Size = Vector3.new(1, 1, 1)
8056
cor8.Transparency = 1
8057
cor8.TopSurface = 0
8058
corw8 = Instance.new("Weld", cor8)
8059
corw8.Part0 = rarm
8060
corw8.Part1 = cor8
8061
corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8062
corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8063
weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8064
weld8.Part0 = cor8
8065
weld8.Part1 = rarm.Zyrodoxa.Handle
8066
weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8067
Amulite = Instance.new("PointLight",m7.Center)
8068
Amulite.Brightness = 0
8069
Amulite.Color = Color3.new(0,1,0)
8070
----------------------------------------------------
8071
models = {m,m2,m3,m4,m5,m6,m7,m8}
8072
parts = {}
8073
Stepped:connect(function()
8074
	for i,v in pairs(models) do
8075
		for _, a in pairs(v:GetChildren()) do
8076
			if v:IsA("Part") and v.Name ~= "Thingy" then
8077
				table.insert(parts, a)
8078
				for i,v in pairs(parts) do
8079
					v.CanCollide = false
8080
				end
8081
			end
8082
		end
8083
	end
8084
end)
8085
----------------------------------------------------
8086
local animpose = "Idle1"
8087
local lastanimpose = "Idle1"
8088
local grab = false
8089
local Smooth = 1
8090
local sine = 0
8091
local change = 1
8092
local val = 0
8093
local ffing = false
8094
----------------------------------------------------
8095
--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8096
8097
function FindHumanoids()
8098
	local function c_region(Position, Size)
8099
		local SizeOffset = Size/2
8100
	 	local Point1 = Position - SizeOffset
8101
   		local Point2 = Position + SizeOffset
8102
   		local a = Instance.new("Part", workspace)
8103
   		a.Anchored = true
8104
   		a.Size = Size
8105
   		a.Position = Position
8106
   		print("Hey!, I'm making a part!")
8107
   		return Region3.new(Point1, Point2)
8108
  	end
8109
  	
8110
    local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8111
    local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8112
    local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8113
    local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8114
    
8115
    local regions = {a, b, c, d}
8116
    
8117
    local found_humanoids = {}
8118
    local already_found = {char.Name}
8119
    
8120
    for _, region in pairs(regions) do
8121
        for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8122
        	print(part, part.Parent, part.Name) ---nope
8123
            if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8124
                local humanoid = part.Parent:FindFirstChild("Humanoid")
8125
                local name = humanoid.Parent.Name
8126
                local exists = false
8127
                for _, n in pairs(already_found) do
8128
                    if n == name then
8129
                        exists = true
8130
                    end
8131
                end
8132
                if not exists then
8133
                    table.insert(already_found, name)
8134
                    table.insert(found_humanoids, humanoid)
8135
                end
8136
            elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8137
                local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8138
                local name = humanoid.Parent.Parent.Name
8139
                local exists = false
8140
                for _, n in pairs(already_found) do
8141
                    if n == name then
8142
                        exists = true
8143
                    end
8144
                end
8145
                if not exists then
8146
                    table.insert(already_found, name)
8147
                    table.insert(found_humanoids, humanoid)
8148
                end
8149
            end
8150
        end
8151
    end
8152
    return found_humanoids
8153
end
8154
8155
local humanoids = FindHumanoids()
8156
if #humanoids == 0 then
8157
	for i, v in pairs(humanoids) do
8158
		print(v.Parent.Name)
8159
		if Debounces.Slashing == true then
8160
			v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8161
		elseif Debounces.Slashing == false then
8162
			wait()
8163
		end
8164
	end
8165
	wait(0.3)
8166
end]]--
8167
----------------------------------------------------
8168
--[[mouse.KeyDown:connect(function(key)
8169
	if key == "f" then
8170
		if Debounces.CanAttack == true then
8171
			Debounces.CanAttack = false
8172
			Debounces.NoIdl = true
8173
			Debounces.on = true
8174
			for i = 1, 20 do
8175
				corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8176
				corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8177
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8178
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8179
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8180
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8181
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8182
				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)
8183
				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)
8184
				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)
8185
				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)
8186
				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)
8187
				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)
8188
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8189
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8190
				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)
8191
				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)
8192
				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)
8193
				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)
8194
				if Debounces.on == false then
8195
					break
8196
				end
8197
				fat.Event:wait()
8198
			end
8199
		end
8200
	end
8201
end)]]--
8202
----------------------------------------------------
8203
mod4 = Instance.new("Model",char)
8204
8205
ptez = {0.7, 0.8, 0.9, 1}
8206
8207
function FindNearestTorso(Position,Distance,SinglePlayer)
8208
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8209
        local List = {}
8210
        for i,v in pairs(workspace:GetChildren())do
8211
            if v:IsA("Model")then
8212
                if v:findFirstChild("Torso")then
8213
                    if v ~= char then
8214
                        if(v.Torso.Position -Position).magnitude <= Distance then
8215
                            table.insert(List,v)
8216
                        end 
8217
                    end 
8218
                end 
8219
            end 
8220
        end
8221
    return List
8222
end
8223
8224
function Slam()
8225
    local part=Instance.new('Part',mod4)
8226
    part.Anchored=true
8227
    part.CanCollide=false
8228
    part.FormFactor='Custom'
8229
    part.Size=Vector3.new(.2,.2,.2)
8230
    part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8231
    part.Transparency=.7
8232
    part.BrickColor=BrickColor.new('Really black')
8233
    mesh=Instance.new('SpecialMesh',part)
8234
    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8235
    mesh.Scale=Vector3.new(3,3,3)
8236
    local part2=Instance.new('Part',mod4)
8237
    part2.Anchored=true
8238
    part2.CanCollide=false
8239
    part2.FormFactor='Custom'
8240
    part2.Size=Vector3.new(.2,.2,.2)
8241
    part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8242
    part2.Transparency=.7
8243
    part2.BrickColor=BrickColor.new('Lime green')
8244
    mesh2=Instance.new('SpecialMesh',part2)
8245
    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8246
    mesh2.Scale=Vector3.new(3,1.5,3)
8247
    x = Instance.new("Sound",larm)
8248
    x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8249
    x.Pitch = ptez[math.random(1,#ptez)]
8250
    x.Volume = 1
8251
    wait(.1)
8252
    x1 = Instance.new("Sound",larm)
8253
    x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8254
    x1.Pitch = ptez[math.random(1,#ptez)]
8255
    x1.Volume = 1
8256
    wait(.1)
8257
	x:Play()
8258
    x1:Play()
8259
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8260
        if v:FindFirstChild('Humanoid') then
8261
            v.Humanoid:TakeDamage(math.random(30,45))
8262
        end
8263
    end
8264
    coroutine.resume(coroutine.create(function() 
8265
        for i=0,0.62,0.13 do
8266
            wait()
8267
            part.CFrame=part.CFrame
8268
            part.Transparency=i
8269
            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8270
            part2.CFrame=part2.CFrame
8271
            part2.Transparency=i
8272
            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8273
            end
8274
        part.Parent=nil
8275
        part2.Parent=nil
8276
        x:Destroy()
8277
    end))
8278
end
8279
----------------------------------------------------
8280
wPart = function(x,y,z,color,tr,cc,an,parent)
8281
    local wp = Instance.new('WedgePart',parent or Weapon)
8282
    wp.formFactor = 'Custom'
8283
    wp.Size = Vector3.new(x,y,z)
8284
    wp.BrickColor = BrickColor.new(color)
8285
    wp.CanCollide = cc
8286
    wp.Transparency = tr
8287
    wp.Anchored = an
8288
    wp.TopSurface,wp.BottomSurface = 0,0
8289
    return wp
8290
end
8291
8292
Mesh = function(par,num,x,y,z)
8293
    local msh = _
8294
    if num == 1 then
8295
        msh = Instance.new("CylinderMesh",par)
8296
    elseif num == 2 then
8297
        msh = Instance.new("SpecialMesh",par)
8298
        msh.MeshType = 3
8299
    elseif num == 3 then
8300
        msh = Instance.new("BlockMesh",par)
8301
    elseif num == 4 then
8302
        msh = Instance.new("SpecialMesh",par)
8303
        msh.MeshType = "Torso"
8304
    elseif type(num) == 'string' then
8305
        msh = Instance.new("SpecialMesh",par)
8306
        msh.MeshId = num
8307
    end 
8308
    msh.Scale = Vector3.new(x,y,z)
8309
    return msh
8310
end
8311
8312
local function CFrameFromTopBack(at, top, back)
8313
    local right = top:Cross(back)
8314
    return CFrame.new(at.x, at.y, at.z,
8315
    right.x, top.x, back.x,
8316
    right.y, top.y, back.y,
8317
    right.z, top.z, back.z)
8318
end
8319
8320
function Triangle(a, b, c)
8321
    local edg1 = (c-a):Dot((b-a).unit)
8322
    local edg2 = (a-b):Dot((c-b).unit)
8323
    local edg3 = (b-c):Dot((a-c).unit)
8324
    if edg1 <= (b-a).magnitude and edg1 >= 0 then
8325
        a, b, c = a, b, c
8326
    elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8327
        a, b, c = b, c, a
8328
    elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8329
        a, b, c = c, a, b
8330
    else 
8331
        print("unreachable")
8332
    end
8333
    local len1 = (c-a):Dot((b-a).unit)
8334
    local len2 = (b-a).magnitude - len1
8335
    local width = (a + (b-a).unit*len1 - c).magnitude
8336
    local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8337
    local list = {}
8338
    if len1 > 0.01 then
8339
        local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8340
        local sz = Vector3.new(0.2, width, len1)
8341
        w1.Size = sz
8342
        local sp = Mesh(w1,2,0,0,0)
8343
        sp.MeshType='Wedge'
8344
        sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8345
        w1:BreakJoints()
8346
        w1.Anchored = true
8347
        w1.Transparency = 0.7
8348
        Spawn(function()
8349
            for i=0,1,0.1 do
8350
                fat.Event:wait()
8351
                w1.Transparency=w1.Transparency+0.03
8352
            end
8353
        end)
8354
        w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8355
        table.insert(list,w1)
8356
    end
8357
    if len2 > 0.01 then
8358
        local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8359
        local sz = Vector3.new(0.2, width, len2) 
8360
        w2.Size = sz
8361
        local sp = Mesh(w2,2,0,0,0)
8362
        sp.MeshType='Wedge'
8363
        sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8364
        w2:BreakJoints()
8365
        w2.Anchored = true
8366
        w2.Transparency = 0.7
8367
        Spawn(function()
8368
            for i=0,1,0.1 do
8369
                fat.Event:wait()
8370
                w2.Transparency=w2.Transparency+0.03
8371
            end
8372
        end)
8373
        w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8374
        table.insert(list,w2)
8375
    end
8376
    return unpack(list)
8377
end
8378
8379
function trail(p,t,h)
8380
	Spawn(function()
8381
		local blcf = p.CFrame
8382
		local scfr = blcf
8383
		for i=1,t do
8384
			local blcf = p.CFrame
8385
			if scfr and (p.Position-scfr.p).magnitude > .1 then
8386
				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)
8387
				if a then game.Debris:AddItem(a,1) end 
8388
				if b then game.Debris:AddItem(b,1) end
8389
				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)
8390
				if a then game.Debris:AddItem(a,1) end 
8391
				if b then game.Debris:AddItem(b,1) end
8392
				scfr = blcf
8393
			elseif not scfr then
8394
				scfr = blcf
8395
			end
8396
			fat.Event:wait()
8397
		end
8398
		scfr=nil
8399
	end)
8400
end
8401
--trail(char.Sword.Blade,1e1000,5)
8402
----------------------------------------------------
8403
function Dmg()
8404
	local partofdeath = rarm.Zyrodoxa.Hitbox
8405
	local function CreateRegion3FromLocAndSize(Position, Size)
8406
		local SizeOffset = Size/2
8407
		local Point1 = Position - SizeOffset
8408
		local Point2 = Position + SizeOffset
8409
		return Region3.new(Point1, Point2)
8410
	end
8411
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8412
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8413
		Spawn(function()
8414
			if Debounces.Slashing == true and Debounces.Slashed == false then
8415
				Debounces.Slashed = true
8416
				ypcall(function()
8417
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8418
					humanoid:TakeDamage(math.random(10,18))
8419
				end)
8420
				wait(.4)
8421
				Debounces.Slashed = false
8422
			end
8423
		end)
8424
	end
8425
end
8426
----------------------------------------------------
8427
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8428
ptz = {0.7, 0.8, 0.9, 1}
8429
idz = {"161006212", "161006195"}
8430
function attackone()
8431
	for i = 1, 13 do
8432
		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)
8433
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8434
		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)
8435
		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)
8436
		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)
8437
		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)
8438
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8439
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8440
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8441
		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)
8442
		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)
8443
		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)
8444
		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)
8445
		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)
8446
		if Debounces.on == false then
8447
			break
8448
		end
8449
		fat.Event:wait()
8450
	end
8451
	trail(rarm.Zyrodoxa.Hitbox,20,2)
8452
	Debounces.Slashing = true
8453
	wait(0.2)
8454
	--[[z = Instance.new("Sound", hed)
8455
	z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8456
	z.Pitch = ptz[math.random(1,#ptz)]
8457
	z.Volume = 1
8458
	wait(.01)
8459
	z:Play()]]--
8460
	for i = 1, 14 do
8461
		Dmg()
8462
		corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8463
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8464
		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)
8465
		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)
8466
		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)
8467
		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)
8468
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8469
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8470
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8471
		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)
8472
		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)
8473
		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)
8474
		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)
8475
		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)
8476
		if Debounces.on == false then break end
8477
		rs:wait()
8478
	end
8479
	Debounces.Slashing = false
8480
end
8481
function attacktwo()
8482
	Debounces.Slashing = true
8483
	for i = 1, 14 do
8484
		Dmg()
8485
		corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8486
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8487
		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)
8488
		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)
8489
		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)
8490
		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)
8491
		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)
8492
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8493
		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)
8494
		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)
8495
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8496
		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)
8497
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8498
		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)
8499
		if Debounces.on == false then
8500
			break
8501
		end
8502
		rs:wait()
8503
	end
8504
end
8505
----------------------------------------------------
8506
ComboNum = 0
8507
mouse.Button1Down:connect(function()
8508
	if Debounces.CanAttack == true then
8509
		Debounces.CanAttack = false
8510
		Debounces.NoIdl = true
8511
		Debounces.on = true
8512
		if ComboNum == 0 then
8513
			attackone()
8514
		elseif ComboNum == 1  then
8515
			attacktwo()
8516
		--[[elseif ComboNum == 2 then
8517
			attackthree()]]--
8518
		end
8519
		ComboNum = ComboNum + 1
8520
		Debounces.CanAttack = true
8521
		Debounces.on = false
8522
		wait(.5)
8523
		if Debounces.CanAttack == true then
8524
			ComboNum = 0
8525
			Debounces.NoIdl = false
8526
		end
8527
	end
8528
end)
8529
----------------------------------------------------
8530
definition = 5
8531
bc = {}
8532
bezierparts = {}
8533
function NoOutline(Part)
8534
	Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8535
end
8536
function draw(p,d)
8537
	for i=1,d do 
8538
		local t = i/d
8539
		bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8540
	end
8541
	for i=1,d do
8542
		local bcs = Instance.new("Part",char)
8543
		NoOutline(bcs)
8544
		bcs.Anchored = true
8545
		bcs.CanCollide = false
8546
		bcs.Material = "Neon"
8547
		bcs.BrickColor = BrickColor.new("Lime green")
8548
		bcs.Size = Vector3.new(1,1,1)
8549
		bcs.Shape = Enum.PartType.Ball
8550
		bcs.CFrame = CFrame.new(bc[i])
8551
		local bcp = Instance.new("Part",char)
8552
		NoOutline(bcp)
8553
		bcp.Anchored = true
8554
		bcp.CanCollide = false
8555
		bcp.Material = "Neon"
8556
		bcp.BrickColor = BrickColor.new("Lime green")
8557
		local cm = Instance.new("CylinderMesh")
8558
		cm.Parent = bcp
8559
		if i ~= 1 then
8560
			bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8561
			bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8562
		else
8563
			bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8564
			bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8565
		end
8566
		table.insert(bezierparts, bcs)
8567
		table.insert(bezierparts, bcp)
8568
	end
8569
	Spawn(function() fat.Event:wait()
8570
		for i,v in pairs(bezierparts) do
8571
			v.Transparency = 1
8572
		end
8573
	end)
8574
end
8575
--local points = {larm.Position,rarn.Position,invisipart.Position}
8576
--draw(points,definition)
8577
mouse.KeyDown:connect(function(key)
8578
    if key == "f" then
8579
        if Debounces.CanAttack == true then
8580
			Debounces.CanAttack = false
8581
			Debounces.NoIdl = true
8582
			Debounces.on = true
8583
			for i = 1, 20 do
8584
				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)
8585
				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)
8586
				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)
8587
				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)
8588
				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)
8589
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8590
				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)
8591
				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)
8592
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8593
				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)
8594
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8595
				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)
8596
				if Debounces.on == false then
8597
					break
8598
				end
8599
				fat.Event:wait()
8600
			end
8601
			rpart = Instance.new("Part",rarm)
8602
			NoOutline(rpart)
8603
			rpart.Anchored = false
8604
			rpart.Size = Vector3.new(1,1,1)
8605
			rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8606
			rpart.Transparency = 1
8607
			newWeld(rarm, rpart, 0, 0, 0)
8608
			rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8609
			lpart = Instance.new("Part",larm)
8610
			NoOutline(lpart)
8611
			lpart.Anchored = false
8612
			lpart.Size = Vector3.new(1,1,1)
8613
			lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8614
			lpart.Transparency = 1
8615
			newWeld(larm, lpart, 0, 0, 0)
8616
			lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8617
			invisipart = Instance.new("Part",torso)
8618
			NoOutline(invisipart)
8619
			invisipart.Anchored = false
8620
			invisipart.Size = Vector3.new(1,1,1)
8621
			invisipart.Transparency = 1
8622
			invisipart.CFrame = torso.CFrame
8623
			newWeld(torso, invisipart, 0, 0, 0)
8624
			invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8625
			table.insert(bezierparts, rpart)
8626
			table.insert(bezierparts, lpart)
8627
			table.insert(bezierparts, invisipart)
8628
			for i = 1, 40 do
8629
				local points = {lpart.Position,invisipart.Position,rpart.Position}
8630
				draw(points,definition)
8631
				--invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8632
				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)
8633
				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)
8634
				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)
8635
				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)
8636
				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)
8637
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8638
				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)
8639
				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)
8640
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8641
				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)
8642
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8643
				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)
8644
				if Debounces.on == false then
8645
					break
8646
				end
8647
				fat.Event:wait()
8648
			end
8649
			for i,v in pairs(bezierparts) do
8650
				v:Destroy()
8651
			end
8652
			--draw(points,definition)
8653
			if Debounces.CanAttack == false then
8654
				Debounces.CanAttack = true
8655
				Debounces.NoIdl = false
8656
				Debounces.on = false
8657
			end
8658
		end
8659
	end
8660
end)
8661
----------------------------------------------------
8662
----------------------------------------------------
8663
8664
---------------------------------------------------------------------------------------
8665
----------------------------------------------------
8666
mouse.KeyDown:connect(function(key)
8667
    if key == "b" then
8668
        hum.WalkSpeed = 0.01
8669
        if Debounces.CanAttack == true then
8670
            Debounces.CanAttack = false
8671
            Debounces.NoIdl = true
8672
            Debounces.on = true
8673
            for i = 1,20 do
8674
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8675
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8676
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8677
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8678
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8679
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8680
           
8681
            if Debounces.on == false then break end
8682
            wait()
8683
            end
8684
        wait(1)
8685
        v = Instance.new("Sound")
8686
        v.SoundId = "rbxassetid://435742675"
8687
        v.Parent = char
8688
        v.Looped = false
8689
        v.Pitch = 1
8690
        v.Volume = 16
8691
        wait(.01)
8692
        v:Play()
8693
       
8694
        if Daytime == true then
8695
            Daytime = false
8696
            l.TimeOfDay = 24
8697
        else
8698
            Daytime = true
8699
            l.TimeOfDay = 12
8700
            l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8701
        end
8702
       
8703
            local Shockwave = function()
8704
                local rng1 = Instance.new("Part", char)
8705
                rng1.Anchored = true
8706
                rng1.BrickColor = BrickColor.new("Really black")
8707
                rng1.CanCollide = false
8708
                rng1.FormFactor = 3
8709
                rng1.Name = "Ring"
8710
                rng1.Size = Vector3.new(1, 1, 1)
8711
                rng1.Transparency = 0.35
8712
                rng1.TopSurface = 0
8713
                rng1.BottomSurface = 0
8714
                local rngm1 = Instance.new("SpecialMesh", rng)
8715
                rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8716
                rngm1.Scale = Vector3.new(10, 10, 1)
8717
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8718
                local Wave = Instance.new("Part", game.Workspace--[[?]])
8719
                Wave.Name = "Shockwave"
8720
                Wave.BrickColor = BrickColor.new("Really black")
8721
                Wave.Size = Vector3.new(1, 1, 1)
8722
                Wave.Shape = "Ball"
8723
                Wave.CanCollide = false
8724
                Wave.Anchored = true
8725
                Wave.TopSurface = 0
8726
                Wave.BottomSurface = 0
8727
8728
msh=Instance.new('SpecialMesh',pt)
8729
msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8730
msh.Scale=Vector3.new(8,4,8)
8731
8732
                Wave.Touched:connect(function(hit)
8733
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8734
                        local Occlude = true
8735
                        local NotOccludes = {
8736
                            char.Name;
8737
                            "Wings";
8738
                            "Scythe";
8739
                            "Thingy";
8740
                            "Thingy2"; -- put all of the names in a table pls
8741
                        }
8742
                        for i,v in pairs(NotOccludes) do
8743
                            if hit.Parent.Name == v then
8744
                                Occlude = false
8745
                            end
8746
                        end
8747
                        --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
8748
                        if Occlude then
8749
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8750
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8751
                        end
8752
                    end
8753
                end)
8754
               
8755
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8756
               
8757
                coroutine.wrap(function()
8758
                    for i = 1, 20, 0.2 do
8759
                        rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8760
                        rng1.Transparency = i/20
8761
                    wait()
8762
                    end
8763
                    wait()
8764
                    rng1:Destroy()
8765
                end)()
8766
               
8767
                Delay(0, function()
8768
 
8769
                    if Daytime == false then
8770
                       for i = 1, 50, 1 do
8771
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8772
                            Wave.CFrame = char.Torso.CFrame
8773
                            local t = i / 50
8774
                            Wave.Transparency = t
8775
                            wait()
8776
                        end
8777
                    else
8778
                        for i = 1, 50, 1 do
8779
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8780
                            Wave.CFrame = char.Torso.CFrame
8781
                            local t = i / 50
8782
                            Wave.Transparency = t
8783
                            wait()
8784
                        end
8785
                    end
8786
                    Wave:Destroy()
8787
                end)
8788
                Delay(0, function()
8789
                    while wait() do
8790
                        if Wave ~= nil then
8791
                            Wave.CFrame = char.Torso.CFrame
8792
                        else
8793
                            break
8794
                        end
8795
                    end
8796
                end)
8797
            end
8798
        Shockwave()
8799
       
8800
 
8801
 for i = 1, 15 do
8802
            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)
8803
            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)
8804
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8805
            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)
8806
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8807
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8808
            if Debounces.on == false then break end
8809
            wait()
8810
        end
8811
        for i = 1, 15 do
8812
            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)
8813
            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)
8814
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8815
            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)
8816
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8817
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8818
            if Debounces.on == false then break end
8819
            wait()
8820
        end
8821
        for i = 1, 15 do
8822
            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)
8823
            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)
8824
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8825
            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)
8826
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8827
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8828
            if Debounces.on == false then break end
8829
            wait()
8830
        end
8831
        for i = 1, 15 do
8832
            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)
8833
            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)
8834
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8835
            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)
8836
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8837
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8838
            if Debounces.on == false then break end
8839
            wait()
8840
        end
8841
        for i = 1, 15 do
8842
            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)
8843
            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)
8844
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8845
            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)
8846
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8847
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8848
            if Debounces.on == false then break end
8849
            wait()
8850
        end
8851
        for i = 1, 15 do
8852
            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)
8853
            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)
8854
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8855
            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)
8856
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8857
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8858
            if Debounces.on == false then break end
8859
            wait()
8860
        end
8861
        wait(1.4)
8862
        Debounces.NoIdl = false
8863
        hum.WalkSpeed = 16
8864
        Debounces.on = false
8865
        wait()
8866
        if Debounces.CanAttack == false then
8867
            Debounces.CanAttack = true
8868
            v:Destroy()
8869
           end
8870
        end
8871
    end
8872
end)
8873
------------------------------------------
8874
8875
-------------------------------------------------
8876
Grab = false
8877
mouse.KeyDown:connect(function(key)
8878
    if key == "z" then
8879
        Debounces.on = true
8880
        Debounces.NoIdl = true
8881
		Debounces.ks = true
8882
        if Grab == false then
8883
        gp = nil
8884
        for i = 1, 20 do
8885
			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)
8886
			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)
8887
			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)
8888
			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)
8889
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8890
			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)
8891
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8892
			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)
8893
			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)
8894
			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)
8895
			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)
8896
            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)
8897
			if Debounces.on == false then break end
8898
            fat.Event:wait()
8899
        end
8900
        con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8901
		ht = hit.Parent
8902
			for i,v in pairs(ht:GetChildren()) do 
8903
				if v:IsA("Part") then
8904
					v.CanCollide = false
8905
					v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8906
				end
8907
			end
8908
			hum1=ht:FindFirstChild('Humanoid')
8909
			if hum1 ~= nil then
8910
				if Debounces.ks==true then
8911
					z = Instance.new("Sound",hed)
8912
					z.SoundId = "rbxassetid://169380525"
8913
					z.Volume = 1
8914
					z:Play()
8915
					Debounces.ks=false
8916
				end
8917
				hum1.PlatformStand=true
8918
				hum1:ChangeState'Physics'
8919
				gp = ht
8920
				Grab = true
8921
				asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
8922
				asd.Parent = larm
8923
				asd.Name = "asd"
8924
				asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
8925
				stanceToggle = "Grabbed"
8926
			--[[elseif hum1 == nil then
8927
				con1:disconnect()
8928
				wait() return]]--
8929
			end
8930
        end)
8931
        for i = 1, 20 do
8932
			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)
8933
			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)
8934
			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)
8935
			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)
8936
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
8937
			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)
8938
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
8939
			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)
8940
			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)
8941
			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)
8942
			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)
8943
            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)
8944
			if Debounces.on == false then break end
8945
            fat.Event:wait()
8946
        end
8947
		con1:disconnect()
8948
		Debounces.on = false
8949
		Debounces.NoIdl = false
8950
		elseif Grab == true then
8951
        Grab = false
8952
			--[[for i = 1, 16 do
8953
			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)
8954
			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)
8955
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
8956
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
8957
			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)
8958
			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)
8959
			cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
8960
			if Debounces.on == false then end
8961
			rs:wait()
8962
		end]]--
8963
			for i = 1, 16 do
8964
			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)
8965
			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)
8966
			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)
8967
			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)
8968
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
8969
			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)
8970
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
8971
			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)
8972
			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)
8973
			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)
8974
			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)
8975
			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)
8976
			if Debounces.on == false then end
8977
			rs:wait()
8978
		end
8979
		for i = 1, 12 do
8980
			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)
8981
            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)
8982
			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)
8983
            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)
8984
			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)
8985
            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)
8986
			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)
8987
            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)
8988
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
8989
            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)
8990
			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)
8991
			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)
8992
			if Debounces.on == false then end
8993
			rs:wait()
8994
		end
8995
		Slam()
8996
		if gp ~= nil then
8997
			for i,v in pairs(larm:GetChildren()) do
8998
				if v.Name == "asd" and v:IsA("Weld") then
8999
					v:Remove()
9000
				end
9001
				if v:IsA("Part") then
9002
					v.CanCollide = true
9003
					v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9004
				end
9005
			end
9006
		end
9007
		stanceToggle = "Idle1"
9008
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9009
        bv.maxForce = Vector3.new(400000, 400000, 400000)
9010
        bv.P = 125000
9011
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
9012
        ht=nil
9013
        Debounces.on = false
9014
        Debounces.NoIdl = false
9015
        elseif ht == nil then wait()
9016
			Grab = false
9017
			Debounces.on = false
9018
			Debounces.NoIdl = false
9019
        end
9020
    end
9021
end)
9022
----------------------------------------------------
9023
-------------------------------------------------------------------------------------------------
9024
9025
----------------------------------------------------
9026
9027
9028
----------------------------------------------------
9029
----------------------------------------------------
9030
------------------------------------------------
9031
pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9032
mouse.KeyDown:connect(function(key)
9033
    if key == "e" then
9034
        if Debounces.CanAttack == true then
9035
            Debounces.CanAttack = false
9036
            Debounces.NoIdl = true
9037
            Debounces.on = true
9038
            Debounces.ks = true
9039
    larm.Touched:connect(function(ht)
9040
        hit = ht.Parent
9041
        if ht and hit:IsA("Model") then
9042
                if hit:FindFirstChild("Humanoid") then
9043
                    if hit.Name ~= p.Name then
9044
                        if Debounces.Slapping == true and Debounces.Slapped == false then
9045
                                Debounces.Slapped = true
9046
                                    if Debounces.ks==true then
9047
                                    z = Instance.new("Sound",hed)
9048
                                    z.SoundId = "rbxassetid://169380525"
9049
                                    z.Volume = 1
9050
                                    z:Play()
9051
                                    z1 = Instance.new("Sound",char)
9052
                                    z1.SoundId = "rbxassetid://261010715"
9053
                                    z1.Pitch = pts[math.random(1,#pts)]
9054
                                    z1.Volume = 1
9055
                                    z2 = Instance.new("Sound",char)
9056
                                    z2.SoundId = "rbxassetid://261010715"
9057
                                    z2.Pitch = z1.Pitch
9058
                                    z2.Volume = 1
9059
                                    z3 = Instance.new("Sound",char)
9060
                                    z3.SoundId = "rbxassetid://261010715"
9061
                                    z3.Pitch = z1.Pitch
9062
                                    z3.Volume = 1
9063
if Profanity == true then
9064
                                    z1:Play()
9065
                                    z2:Play()
9066
                                    z3:Play()
9067
else end
9068
                                    Debounces.ks=false
9069
                                    end
9070
                                    hit:FindFirstChild("Humanoid"):TakeDamage(10)
9071
                                    hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9072
                                wait(.5)
9073
                                Debounces.Slapped = false
9074
                                z:Destroy()
9075
                                z1:Destroy()
9076
                                z2:Destroy()
9077
                                z3:Destroy()
9078
                        end
9079
                    end
9080
                end
9081
        elseif ht and hit:IsA("Hat") then
9082
            if hit.Parent.Name ~= p.Name then
9083
                if hit.Parent:FindFirstChild("Humanoid") then
9084
                       if Debounces.Slapping == true and Debounces.Slapped == false then
9085
                                Debounces.Slapped = true
9086
                                    if Debounces.ks==true then
9087
                                    z = Instance.new("Sound",hed)
9088
                                    z.SoundId = "rbxassetid://169380525"
9089
                                    z.Volume = 1
9090
                                    z:Play()
9091
                                    z1 = Instance.new("Sound",char)
9092
                                    z1.SoundId = "rbxassetid://261010715"
9093
                                    z1.Pitch = pts[math.random(1,#pts)]
9094
                                    z1.Volume = 1
9095
                                    z2 = Instance.new("Sound",char)
9096
                                    z2.SoundId = "rbxassetid://261010715"
9097
                                    z2.Pitch = z1.Pitch
9098
                                    z2.Volume = 1
9099
                                    z3 = Instance.new("Sound",char)
9100
                                    z3.SoundId = "rbxassetid://261010715"
9101
                                    z3.Pitch = z1.Pitch
9102
                                    z3.Volume = 1
9103
                                    z1:Play()
9104
                                    z2:Play()
9105
                                    z3:Play()
9106
                                    Debounces.ks=false
9107
                                    end
9108
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9109
                                wait(.5)
9110
                    Debounces.Slapped = false
9111
                    z:Destroy()
9112
                    z1:Destroy()
9113
                    z2:Destroy()
9114
                    z3:Destroy()
9115
                    end
9116
                end
9117
            end
9118
        end    
9119
    end)
9120
                for i = 1, 14 do
9121
                    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)
9122
                    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)
9123
                    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)
9124
                    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)
9125
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9126
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9127
                    if Debounces.on==false then break end
9128
                    rs:wait(2)
9129
                end
9130
                Debounces.Slapping = true
9131
                for i = 1, 20 do
9132
                    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)
9133
                    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)
9134
                    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)
9135
                    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)
9136
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9137
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9138
                    if Debounces.on==false then break end
9139
                    rs:wait(2)
9140
                end
9141
                Debounces.Slapping = false
9142
            if Debounces.CanAttack == false then
9143
                Debounces.CanAttack = true
9144
                Debounces.NoIdl = false
9145
                Debounces.on = false
9146
            end
9147
        end
9148
    end
9149
end)
9150
-------------------------------
9151
mouse.KeyDown:connect(function(key)
9152
    if key == "t" then
9153
        if Debounces.CanAttack == true then
9154
        Debounces.CanAttack = false
9155
        Debounces.on = true
9156
        Debounces.NoIdl = true
9157
        for i = 1, 20 do
9158
        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)
9159
        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)
9160
        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)
9161
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9162
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9163
        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)
9164
   
9165
            if Debounces.on == false then break end
9166
            wait()
9167
        end
9168
        Spawn(function()
9169
            local Parts = {}
9170
            for Y = -5,5 do
9171
                local P = Instance.new("Part",char)
9172
                P.Anchored = true
9173
                P.FormFactor = "Custom"
9174
                P.CanCollide = false
9175
                P.Size = Vector3.new(1,2,1)
9176
                P.TopSurface = "SmoothNoOutlines"
9177
                P.BottomSurface = "SmoothNoOutlines"
9178
                P.BrickColor = BrickColor.new("Really black")
9179
                P.Name = tostring(Y)
9180
                local i = (Y+5)/(10)
9181
                i = 1-math.cos(math.pi*i-(math.pi/2))
9182
                P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9183
                --[[P.Touched:connect(function(ht)
9184
                    local hit = ht.Parent
9185
                    if hit:FindFirstChild("Humanoid") then
9186
                        hit.Humanoid:TakeDamage(math.random(20,50))
9187
                    end
9188
                end)]]--
9189
        s = Instance.new("Sound",P)
9190
        s.SoundId = "rbxassetid://228343271"
9191
        s.Volume = 19
9192
        s.Pitch = 0.9
9193
        s:Play()
9194
P.Touched:connect(function(ht)
9195
        hit = ht.Parent
9196
        if ht and hit:IsA("Model") then
9197
                if hit:FindFirstChild("Humanoid") then
9198
                    if hit.Name ~= p.Name then
9199
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9200
                                Debounces.Slashed = true]]--
9201
                                    hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9202
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9203
                                wait(1)
9204
                                --Debounces.Slashed = false
9205
                        --end
9206
                end
9207
                end
9208
        elseif ht and hit:IsA("Hat") then
9209
            if hit.Parent.Name ~= p.Name then
9210
                if hit.Parent:FindFirstChild("Humanoid") then
9211
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9212
                                Debounces.Slashed = true]]--
9213
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9214
                                hit:FindFirstChild("Humanoid").PlatformStand = true
9215
                                wait(1)
9216
                    --Debounces.Slashed = false
9217
                --end
9218
            end
9219
        end
9220
    end
9221
end)
9222
                Parts[#Parts+1] = P
9223
            end
9224
            local BREAKIT = false
9225
            local CParts = {}
9226
            local Rocks = {}
9227
            local LastPos = nil
9228
            for i = 1,70 do
9229
                for i2,v in pairs(Parts) do
9230
                    v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9231
                    local cf = v.CFrame
9232
                    v.Size = v.Size+Vector3.new(0.4,0.35,0)
9233
                    v.CFrame = cf
9234
                    v.Transparency = v.Transparency+0.02
9235
                    if v.Transparency >= 0.975 then BREAKIT = true end
9236
                    if v.Name == "0" then
9237
                        local Ignore = {}
9238
                        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9239
                            if v.Character ~= nil then
9240
                                Ignore[#Ignore+1] = v.Character
9241
                            end
9242
                        end
9243
                        local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9244
                        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9245
                        if Hit ~= nil then
9246
                            if #Rocks == 0 then
9247
                                for i = 1,5 do
9248
                                    local P = Instance.new("Part",char)
9249
                                    Rocks[#Rocks+1] = P
9250
                                    P.Anchored = true
9251
                                    P.FormFactor = "Custom"
9252
                                    P.BrickColor = Hit.BrickColor
9253
                                    P.Material = Hit.Material
9254
                                    P.TopSurface = "Smooth"
9255
                                    P.BottomSurface = "Smooth"
9256
                                    P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9257
                                end
9258
                            end
9259
                            for i,P in pairs(Rocks) do
9260
                                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)))
9261
                            end
9262
                            local P = Instance.new("Part",char)
9263
                            CParts[#CParts+1] = {P,tick()}
9264
                            P.Anchored = true
9265
                            P.FormFactor = "Custom"
9266
                            P.BrickColor = Hit.BrickColor
9267
                            P.Material = Hit.Material
9268
                            P.TopSurface = "Smooth"
9269
                            P.BottomSurface = "Smooth"
9270
                            P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9271
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9272
                            Pos = Pos.p
9273
                            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)))
9274
                            local P = P:Clone()
9275
                            CParts[#CParts+1] = {P,tick()}
9276
                            P.Parent = char
9277
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9278
                            Pos = Pos.p
9279
                            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)))
9280
                            if LastPos ~= nil then
9281
                                local P = P:Clone()
9282
                                CParts[#CParts+1] = {P,tick()}
9283
                                P.Parent = char
9284
                                P.BrickColor = BrickColor.new("Really black")
9285
                                Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9286
                                Pos = Pos.p
9287
                                local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9288
                                P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9289
                                --P.Velocity = Vector3.new(0,-1000,0)
9290
                                P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9291
                            end
9292
                            LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9293
                        end
9294
                    end
9295
                end
9296
                if BREAKIT then break end
9297
                wait(0.002)
9298
            end
9299
            for i,v in pairs(Rocks) do
9300
                CParts[#CParts+1] = {v,tick()}
9301
            end
9302
            for i,v in pairs(Parts) do
9303
                v:Destroy()
9304
            end
9305
            Parts = nil
9306
            while true do
9307
                local t = tick()
9308
                local p = nil
9309
                for i,v in pairs(CParts) do
9310
                    if t-v[2] > 4 then
9311
                        v[1].Transparency = v[1].Transparency+0.05
9312
                        if v[1].Transparency >= 1 then
9313
                            v[1]:Destroy()
9314
                            CParts[i] = nil
9315
                        end
9316
                    end
9317
                    p = v
9318
                end
9319
                if p == nil then break end
9320
                wait(0.002)
9321
            end
9322
            for i,v in pairs(CParts) do
9323
                v:Destroy()
9324
            end
9325
            CParts = {}
9326
        end)
9327
        for i = 1, 20 do
9328
        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)
9329
        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)
9330
        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)
9331
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9332
        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)
9333
        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)
9334
       
9335
            if Debounces.on == false then break end
9336
            wait()
9337
        end
9338
    if Debounces.CanAttack == false then
9339
        Debounces.CanAttack = true
9340
        Debounces.on = false
9341
        Debounces.NoIdl = false
9342
            end
9343
        end
9344
    end
9345
end)
9346
----------------------------------------------------
9347
----------------------------------------------------
9348
----------------------------------------------------
9349
-------------------
9350
9351
Change = false
9352
mouse.KeyDown:connect(function(key)
9353
    if key == "n" then
9354
        if Change == false then
9355
            Change = true
9356
        stanceToggle = "Idle2"
9357
    elseif Change == true then
9358
        Change = false
9359
        stanceToggle = "Idle1"
9360
        end
9361
    end
9362
end)
9363
----------------------------------------------------
9364
mod=Instance.new('Model',char)
9365
9366
function charge()
9367
    hed.Velocity=hed.CFrame.lookVector*200
9368
    part=Instance.new('Part',mod)
9369
    part.Anchored=true
9370
    part.CanCollide=false
9371
    part.FormFactor='Custom'
9372
    part.Size=Vector3.new(.2,.2,.2)
9373
    part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9374
    part.Transparency=.7
9375
    part.BrickColor=BrickColor.new('Black')
9376
    mesh=Instance.new('SpecialMesh',part)
9377
    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9378
    mesh.Scale=Vector3.new(10,5,10)
9379
    part2=part:clone()
9380
    part2.Parent=mod
9381
    part2.BrickColor=BrickColor.new('Lime green')
9382
    mesh2=mesh:clone()
9383
    mesh2.Parent=part2
9384
    mesh2.Scale=Vector3.new(20,10,20)
9385
    part3=part2:clone()
9386
    part3.Parent = mod
9387
    part3.BrickColor=BrickColor.new('Really black')
9388
    mesh3=mesh2:clone()
9389
    mesh2.Parent=part3
9390
    mesh3.Scale=Vector3.new(30,15,30)
9391
    coroutine.resume(coroutine.create(function() 
9392
        for i=0,1,0.1 do
9393
            wait()
9394
            part.CFrame=part.CFrame
9395
            part.Transparency=i
9396
            mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9397
            part2.CFrame=part2.CFrame
9398
            part2.Transparency=i
9399
            mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9400
            part3.CFrame=part3.CFrame
9401
            part3.Transparency=i
9402
            mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9403
            end
9404
        part.Parent=nil
9405
        part2.Parent=nil
9406
        part3.Parent = nil
9407
    end))
9408
end
9409
--------------------
9410
mouse.KeyDown:connect(function(key)
9411
    if key == "g" then
9412
    larm.BrickColor = BrickColor.new("Bright red")
9413
    rarm.BrickColor = BrickColor.new("Bright red")
9414
        if Debounces.CanAttack == true then
9415
        Debounces.CanAttack = false
9416
        Debounces.on = true
9417
        Debounces.NoIdl = true
9418
        chrg = lleg.Touched:connect(function(ht)
9419
        hit = ht.Parent
9420
            if ht and hit:IsA("Model") then
9421
                    if hit:FindFirstChild("Humanoid") then
9422
                        if hit.Name ~= p.Name then
9423
                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9424
                                    Debounces.Slashed = true]]--
9425
                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
9426
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9427
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9428
                                    --Debounces.Slashed = false
9429
                            --end
9430
                        end
9431
                    end
9432
            elseif ht and hit:IsA("Hat") then
9433
                if hit.Parent.Name ~= p.Name then
9434
                    if hit.Parent:FindFirstChild("Humanoid") then
9435
                           --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9436
                                    Debounces.Slashed = true]]--
9437
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9438
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9439
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9440
                        --Debounces.Slashed = false
9441
                    end
9442
                end
9443
            end    
9444
        end)
9445
        for i = 1, 14 do
9446
            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)
9447
            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)
9448
            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)
9449
            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)
9450
            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)
9451
            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)
9452
            
9453
            if Debounces.on == false then break end
9454
            wait()
9455
        end
9456
        charge()
9457
        z = Instance.new("Sound",char)
9458
        z.SoundId = "rbxassetid://200632875"
9459
        z.Volume = 1
9460
        z.Pitch = .8
9461
        z1 = Instance.new("Sound",char)
9462
        z1.SoundId = "rbxassetid://200632875"
9463
        z1.Volume = 1
9464
        z1.Pitch = .9
9465
        z:Play()
9466
        z1:Play()
9467
        wait(1)
9468
        z:Destroy()
9469
        z1:Destroy()
9470
        chrg:disconnect()
9471
        if Debounces.CanAttack == false then
9472
            Debounces.CanAttack = true
9473
            Debounces.on = false
9474
            Debounces.NoIdl = false
9475
            larm.BrickColor = BrickColor.new("White")
9476
            rarm.BrickColor = BrickColor.new("White")
9477
            end
9478
        end
9479
    end
9480
end)
9481
------------------------------
9482
mouse.KeyDown:connect(function(key)
9483
    if string.byte(key) == 52 then
9484
		Swing = 2
9485
        char.Humanoid.WalkSpeed = 28
9486
    end
9487
end)
9488
mouse.KeyUp:connect(function(key)
9489
    if string.byte(key) == 52 then
9490
		Swing = 1
9491
        char.Humanoid.WalkSpeed = 16
9492
    end
9493
end)
9494
----------------------------------------------------
9495
9496
-------------------------------------------
9497
CR = torso.Cloak.Rotater
9498
CR2 = torso.Cloak.CapeLevel1
9499
CR3 = torso.Cloak.CapeLevel2
9500
CR4 = torso.Cloak.CapeLevel3
9501
CR5 = torso.Cloak.CapeLevel4
9502
jump = false
9503
rs:connect(function()
9504
    if char.Humanoid.Jump == true then
9505
        jump = true
9506
    else
9507
        jump = false
9508
    end
9509
    char.Humanoid.FreeFalling:connect(function(f)
9510
        if f then
9511
            ffing = true
9512
        else
9513
            ffing = false
9514
        end
9515
    end)
9516
    sine = sine + change
9517
    if jump == true then
9518
        animpose = "Jumping"
9519
    elseif ffing == true then
9520
        animpose = "Freefalling"
9521
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9522
        animpose = "Idle"
9523
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9524
        animpose = "Walking"
9525
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9526
        animpose = "Running"
9527
    end
9528
    RightLeg = CFrame.new(0.5,-1,0)
9529
    LeftLeg = CFrame.new(-0.5,-1,0)
9530
 
9531
    lefth = (torso.CFrame*LeftLeg)
9532
    righth = (torso.CFrame*RightLeg)
9533
 
9534
    speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9535
 
9536
    TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9537
 
9538
    local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9539
    local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9540
    if animpose ~= lastanimpose then
9541
        sine = 0
9542
        if Debounces.NoIdl == false then
9543
            if stanceToggle == "Idle1" then
9544
                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)
9545
                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)
9546
                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)
9547
                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)
9548
                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)
9549
                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)
9550
            elseif stanceToggle == "Idle2" then
9551
                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)
9552
                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)
9553
                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)
9554
                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)
9555
                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)
9556
                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)
9557
            end
9558
            fat.Event:wait()
9559
        end
9560
        else
9561
    end
9562
    lastanimpose = animpose
9563
    if Debounces.NoIdl == false then
9564
        if animpose == "Idle" then
9565
            change = 0.5
9566
            if stanceToggle == "Idle1" then
9567
                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)
9568
                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)
9569
                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)
9570
                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)
9571
                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)
9572
                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)
9573
                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)
9574
                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)
9575
                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)
9576
                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)
9577
                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)
9578
                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)
9579
                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)
9580
                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)
9581
                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)
9582
                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)
9583
                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)
9584
                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)
9585
                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)
9586
            elseif stanceToggle == "Idle2" then
9587
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9588
                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)
9589
                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)
9590
                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)
9591
                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)
9592
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9593
                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)
9594
                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)
9595
                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)
9596
                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)
9597
                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)
9598
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9599
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9600
                --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)
9601
                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)
9602
                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)
9603
                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)
9604
                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)
9605
                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)
9606
            elseif stanceToggle == "Grabbed" then
9607
                grab = true
9608
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9609
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9610
                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)
9611
                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)
9612
                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)
9613
                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)
9614
                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)
9615
                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)
9616
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9617
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9618
                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)
9619
                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)
9620
                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)
9621
                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)
9622
            end
9623
        elseif animpose == "Walking" then
9624
            if stanceToggle == "Grabbed" then
9625
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9626
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9627
                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)
9628
                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)
9629
                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)
9630
                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)
9631
                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)
9632
                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)
9633
                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)
9634
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9635
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9636
                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)
9637
                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)
9638
                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)
9639
                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)
9640
            elseif stanceToggle ~= "Grabbed" then
9641
                change = 1
9642
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9643
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9644
                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)
9645
                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)
9646
                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)
9647
                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)
9648
                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)
9649
                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)
9650
                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)
9651
                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)
9652
                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)
9653
                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)
9654
                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)
9655
                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)
9656
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9657
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9658
                --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)
9659
                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)
9660
                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)
9661
                --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)
9662
                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)
9663
                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)
9664
            end
9665
        elseif animpose == "Running" then
9666
            change = 1
9667
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9668
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9669
            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)
9670
            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)
9671
            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)
9672
            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)
9673
            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)
9674
            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)
9675
            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)
9676
            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)
9677
            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)
9678
            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)
9679
            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)
9680
            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)
9681
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9682
            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)
9683
            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)
9684
            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)
9685
            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)
9686
        elseif animpose == "Jumping" then
9687
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9688
            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)
9689
            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)
9690
            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)
9691
            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)
9692
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9693
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9694
            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)
9695
            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)
9696
            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)
9697
            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)
9698
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9699
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9700
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9701
            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)
9702
            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)
9703
            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)
9704
            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)
9705
        elseif animpose == "Freefalling" then
9706
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9707
            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)
9708
            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)
9709
            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)
9710
            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)
9711
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9712
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9713
            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)
9714
            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)
9715
            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)
9716
            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)
9717
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9718
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9719
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9720
            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)
9721
            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)
9722
            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)
9723
            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)
9724
        end
9725
    end
9726
end)
9727
hum.MaxHealth = 5000
9728
wait(3)
9729
hum.Health = 5000
9730
while wait() do
9731
    wait(5)
9732
    for i=1,100 do wait()
9733
        Amulite.Brightness=Amulite.Brightness+0.02
9734
    end
9735
    for i=1,100 do wait()
9736
        Amulite.Brightness=Amulite.Brightness-0.02
9737
    end
9738
end