View difference between Paste ID: 9x9F6pk3 and ueewVVqp
SHOW: | | - or go back to the newest paste.
1-
local p = game.Players.LocalPlayer--300899323
1+
-- This script has been converted to FE by iPxter
2
3-
local mouse = p:GetMouse()
3+
4
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6
do
7
	print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
8
	script.Parent = Player.Character
9
10
	--RemoteEvent for communicating
11
	local Event = Instance.new("RemoteEvent")
12
	Event.Name = "UserInput_Event"
13
14
	--Fake event to make stuff like Mouse.KeyDown work
15
	local function fakeEvent()
16
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17
		t.connect = t.Connect
18-
local rs = game:GetService("RunService").RenderStepped
18+
		return t
19
	end
20
21
	--Creating fake input objects with fake variables
22
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26
	end}
27
	--Merged 2 functions into one by checking amount of arguments
28
	CAS.UnbindAction = CAS.BindAction
29
30
	--This function will trigger the events that have been :Connect()'ed
31
	local function te(self,ev,...)
32
		local t = m[ev]
33
		if t and t._fakeEvent and t.Function then
34
			t.Function(...)
35
		end
36
	end
37
	m.TrigEvent = te
38
	UIS.TrigEvent = te
39
40
	Event.OnServerEvent:Connect(function(plr,io)
41
	    if plr~=Player then return end
42
		if io.isMouse then
43
			m.Target = io.Target
44
			m.Hit = io.Hit
45
		else
46
			local b = io.UserInputState == Enum.UserInputState.Begin
47
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
			end
50
			for _,t in pairs(CAS.Actions) do
51
				for _,k in pairs(t.Keys) do
52
					if k==io.KeyCode then
53
						t.Function(t.Name,io.UserInputState,io)
54
					end
55
				end
56
			end
57
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
	    end
60
	end)
61
	Event.Parent = NLS([==[
62
	local Player = owner
63
	local Event = script:WaitForChild("UserInput_Event")
64
65
	local UIS = game:GetService("UserInputService")
66
	local input = function(io,a)
67
		if a then return end
68
		--Since InputObject is a client-side instance, we create and pass table instead
69
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70
	end
71
	UIS.InputBegan:Connect(input)
72
	UIS.InputEnded:Connect(input)
73
74
	local Mouse = Player:GetMouse()
75
	local h,t
76
	--Give the server mouse data 30 times every second, but only if the values changed
77
	--If player is not moving their mouse, client won't fire events
78
	while wait(1/30) do
79
		if h~=Mouse.Hit or t~=Mouse.Target then
80
			h,t=Mouse.Hit,Mouse.Target
81
			Event:FireServer({isMouse=true,Target=t,Hit=h})
82
		end
83
	end]==],Player.Character)
84
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85
end
86
local p = owner
87
local char = p.Character
88
local larm = char["Left Arm"]
89
local rarm = char["Right Arm"]
90
local lleg = char["Left Leg"]
91
local rleg = char["Right Leg"]
92
local hed = char.Head
93
local torso = char.Torso
94
local hum = char.Humanoid
95
local cam = game.Workspace.CurrentCamera
96
local root = char.HumanoidRootPart
97
local rj = root.RootJoint
98
local deb = false
99
local shot = 0
100
local stanceToggle = "Idle1"
101
local l = game:GetService("Lighting")
102
local rs = game:GetService("RunService").Stepped
103
local hb = game:GetService("RunService").Heartbeat
104
local Stepped = game:GetService("RunService").Stepped
105
math.randomseed(os.time())
106
hum.JumpPower = 100
107
---------------------
108
109
-------------
110
char["Body Colors"].HeadColor = BrickColor.new("Really black")
111
char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
112
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
113
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
114
---------------------------
115
local Transforming = true
116
hum.WalkSpeed = 0
117
local fx = Instance.new("Part",torso)
118
wit = torso.BrickColor.Color
119
wit2 = Color3.new(0,0,0)
120
local glowz = Instance.new("ParticleEmitter",fx)
121
glowz.LightEmission = 1
122
glowz.Texture = "rbxassetid://284205403"
123
glowz.Color = ColorSequence.new(wit)
124
glowz.Size = NumberSequence.new(5)
125
glowz.Speed = NumberRange.new(25,50)
126
glowz.LockedToPart = false
127
glowz.Transparency = NumberSequence.new(0.75)
128
glowz.RotSpeed = NumberRange.new(-2000,2000)
129
glowz.Lifetime = NumberRange.new(1)
130
glowz.Rate = 50000
131
glowz.VelocitySpread = 9001
132
fx.Anchored = true
133
fx.Material = "Neon"
134
fx.CanCollide = false
135
fx.Locked = true
136
fx.Transparency = 1
137
fx.Material = "Neon"
138
fx.Size = Vector3.new(1,1,1)
139
fx.TopSurface = "SmoothNoOutlines"
140
fx.BottomSurface = "SmoothNoOutlines"
141
fx.BrickColor = BrickColor.new("Really black")
142
fxm = Instance.new("SpecialMesh",fx)
143
fxm.MeshType = "Sphere"
144
local sa2 = Instance.new("Sound",torso)
145
sa2.SoundId = "rbxassetid://93724183"
146
sa2.Pitch = 0.5
147
sa2.Volume = 5
148
sa2.Looped = false
149
sa2:Play()
150
local value = 1
151
fxm.Scale = Vector3.new(1,1,1)
152
for i = 1, 20 do rs:wait()
153
        value = value - 0.05
154
        fx.Transparency = fx.Transparency - (1/20)
155
        fx.CFrame = torso.CFrame
156
        fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
157
        rs:wait()
158
end
159
----------------------------------------------------
160
GroundWave1 = function()
161
	local Transforming = true
162
hum.WalkSpeed = 0
163
local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
164
	local Colors = {"White", "Really black"}
165
		local wave = Instance.new("Part", torso)
166
		wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
167
		wave.Anchored = true
168
		wave.CanCollide = false
169
		wave.Locked = true
170
		wave.Size = Vector3.new(1, 1, 1)
171
		wave.TopSurface = "Smooth"
172
		wave.BottomSurface = "Smooth"
173
		wave.Transparency = 0.35
174
		wave.CFrame = HandCF
175
		wm = Instance.new("SpecialMesh", wave)
176
		wm.MeshId = "rbxassetid://3270017"
177
		coroutine.wrap(function()
178
		for i = 1, 30, 1 do
179
		wm.Scale = Vector3.new(50, 50, 1 + i*50)
180
		wave.Size = wm.Scale
181
		wave.CFrame = HandCF
182
		wave.Transparency = i/30
183
		wait()
184
		end
185
		wait()
186
		wave:Destroy()
187
	end)()
188
end
189
----------------------------------------------------
190
GroundWave = function()
191
        if Transforming == true then
192
                local value = 5
193
                local value2 = 10
194
                local value3 = 20
195
local sa2 = Instance.new("Sound",torso)
196
sa2.SoundId = "rbxassetid://413682983"
197
sa2.Pitch = 1
198
sa2.Volume = 10
199
sa2.Looped = false
200
sa2:Play()
201
                local wave = Instance.new("Part", torso)
202
local glowz = Instance.new("ParticleEmitter",wave)
203
glowz.LightEmission = 1
204
glowz.Texture = "0"
205
glowz.Color = ColorSequence.new(wit)
206
glowz.Size = NumberSequence.new(30)
207
glowz.Speed = NumberRange.new(25,100)
208
glowz.LockedToPart = false
209
glowz.Transparency = NumberSequence.new(0.75)
210
glowz.RotSpeed = NumberRange.new(-2000,2000)
211
glowz.Lifetime = NumberRange.new(1)
212
glowz.Rate = 50000
213
glowz.VelocitySpread = 9001
214
215
                wave.BrickColor = BrickColor.new("Lime green")
216
                wave.Anchored = true
217
                wave.CanCollide = false
218
                wave.Locked = true
219
                wave.Size = Vector3.new(1, 1, 1)
220
                wave.TopSurface = "Smooth"
221
                wave.BottomSurface = "Smooth"
222
                wave.Transparency = 0.35
223
                wave.CFrame = fx.CFrame
224
                wave.Material = "Neon"
225
                wm = Instance.new("SpecialMesh", wave)
226
                wm.MeshType = "Sphere"
227
                wm.Scale = Vector3.new(1,1,1)
228
                local wave2 = Instance.new("Part", torso)
229
                wave2.BrickColor = BrickColor.new("Lime green")
230
                wave2.Anchored = true
231
                wave2.CanCollide = false
232
                wave2.Locked = true
233
                wave2.Size = Vector3.new(1, 1, 1)
234
                wave2.TopSurface = "Smooth"
235
                wave2.BottomSurface = "Smooth"
236
                wave2.Transparency = 0.35
237
                wave2.CFrame = fx.CFrame
238
                wave2.Material = "Neon"
239
                wm2 = Instance.new("SpecialMesh", wave2)
240
                wm2.MeshType = "FileMesh"
241
                wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
242
                wm2.Scale = Vector3.new(1,1,1)
243
                local wave3 = Instance.new("Part", torso)
244
                wave3.BrickColor = BrickColor.new("Really black")
245
                wave3.Anchored = true
246
                wave3.CanCollide = false
247
                wave3.Locked = true
248
                wave3.Size = Vector3.new(1, 1, 1)
249
                wave3.TopSurface = "Smooth"
250
                wave3.BottomSurface = "Smooth"
251
                wave3.Transparency = 0.35
252
                wave3.CFrame = fx.CFrame
253
                wave3.Material = "Neon"
254
                wm3 = Instance.new("SpecialMesh", wave3)
255
                wm3.MeshType = "FileMesh"
256
                wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
257
                wm3.Scale = Vector3.new(1,1,1)
258
                coroutine.wrap(function()
259
                for i = 1, 18, 1 do
260
                value = value - 0.5
261
                value2 = value2 - 0.75*1.5
262
                value3 = value3 - 0.475*1.5
263
                wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
264
                wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
265
                wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
266
                --wave.Size = wm.Scale
267
                wave.CFrame = fx.CFrame
268
                wave.Transparency = i/14
269
                --wave2.Size = wm2.Scale
270
                wave2.CFrame = fx.CFrame
271
                wave2.Rotation = Vector3.new(90, 0, 0)
272
                wave2.Transparency = i/14
273
                --wave3.Size = wm3.Scale
274
                wave3.CFrame = fx.CFrame
275
                wave3.Rotation = Vector3.new(90, 0, 0)
276
                wave3.Transparency = i/14
277
                wait()
278
                glowz.Rate = 0
279
                
280
                end
281
                wait()
282
                wave:Destroy()
283
                wave2:Destroy()
284
                wave3:Destroy()
285
        end)()
286
        elseif Transforming == false then
287
        wait()
288
        end
289
end
290
291
for i = 1, 100 do rs:wait()
292
        fx.CFrame = torso.CFrame
293
end
294
295
Spawn(function()
296
	while wait(1) do
297
		GroundWave()
298
	end
299
end)
300
301
wait(4)
302
303
Transforming = false
304
305
local value2 = 1
306
for i = 1, 20 do rs:wait()
307
        value2 = value2 - 0.05
308
        glowz.Rate = 0
309
     
310
        fx.Transparency = fx.Transparency + (1/20)
311
        fx.CFrame = torso.CFrame
312
        fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
313
        rs:wait()
314
end
315
glowz:Destroy()
316
317
318-
plr=game:service'Players'.LocalPlayer
318+
319
        local valuer = 5
320-
local ms = plr:GetMouse()
320+
321
        local valuer3 = 15
322
local sa2 = Instance.new("Sound",torso)
323
sa2.SoundId = "rbxassetid://130972023"
324
sa2.Pitch = 1
325
sa2.Volume = 5
326
sa2.Looped = false
327
sa2:Play()
328
local sar2 = Instance.new("Sound",torso)
329
sar2.SoundId = "rbxassetid://153274423"
330
sar2.Pitch = 1
331
sar2.Volume = 5
332
sar2.Looped = false
333
sar2:Play()
334
        local wave = Instance.new("Part", torso)
335
        wave.BrickColor = BrickColor.new("Lime green")
336
        wave.Anchored = true
337
        wave.CanCollide = false
338
        wave.Locked = true
339
        wave.Size = Vector3.new(1, 1, 1)
340
        wave.TopSurface = "Smooth"
341
        wave.BottomSurface = "Smooth"
342
        wave.Transparency = 0.35
343
        wave.CFrame = HandCF
344
        wm = Instance.new("SpecialMesh", wave)
345
        wm.MeshId = "rbxassetid://3270017"
346
        local wave2 = Instance.new("Part", torso)
347
        wave2.BrickColor = BrickColor.new("Really black")
348
        wave2.Anchored = true
349
        wave2.CanCollide = false
350
        wave2.Locked = true
351
        wave2.Size = Vector3.new(1, 1, 1)
352
        wave2.TopSurface = "Smooth"
353
        wave2.BottomSurface = "Smooth"
354
        wave2.Transparency = 0.35
355
        wave2.CFrame = HandCF
356
        wm2 = Instance.new("SpecialMesh", wave2)
357
        wm2.MeshId = "rbxassetid://3270017"
358
        local wave3 = Instance.new("Part", torso)
359
        wave3.BrickColor = BrickColor.new("Lime green")
360
        wave3.Anchored = true
361
        wave3.CanCollide = false
362
        wave3.Locked = true
363
        wave3.Size = Vector3.new(1, 1, 1)
364
        wave3.TopSurface = "Smooth"
365
        wave3.BottomSurface = "Smooth"
366
        wave3.Transparency = 0.35
367
        wave3.CFrame = HandCF
368
        wm3 = Instance.new("SpecialMesh", wave3)
369
        wm3.MeshId = "rbxassetid://3270017"
370
        coroutine.wrap(function()
371
        for i = 1, 14, 1 do
372
        valuer = valuer - 0.35
373
        valuer2 = valuer - 0.45
374
        valuer3 = valuer3 - 0.475
375
        wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
376
        wave.Size = wm.Scale
377
        wave.CFrame = HandCF
378
        wave.Transparency = i/14
379
        wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
380
        wave2.Size = wm2.Scale
381
        wave2.CFrame = HandCF
382
        wave2.Transparency = i/14
383
        wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
384
        wave3.Size = wm2.Scale
385
        wave3.CFrame = HandCF
386
        wave3.Transparency = i/14
387
        wait()
388
        end
389
        wait()
390
        wave:Destroy()
391
        wave2:Destroy()
392
end)()
393
hum.WalkSpeed = 16
394
--------------------
395
396
------------
397
fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
398
fire.Color = Color3.new(0,1,0)
399
fire.SecondaryColor = Color3.new(0,1,0)
400
fire.Enabled = true
401
--------------------------------------------------------------------------------------------------------
402
plr=owner
403
chr=plr.Character
404
CV="Bright red"
405
 
406
local txt = Instance.new("BillboardGui", chr)
407
txt.Adornee = chr.Head
408
txt.Name = "_status"
409
txt.Size = UDim2.new(4, 0, 2.5, 0)
410
txt.StudsOffset = Vector3.new(-4, 2, 0)
411
local text = Instance.new("TextLabel", txt)
412
text.Size = UDim2.new(3, 0, 0.5, 0)
413
text.FontSize = "Size24"
414
text.TextScaled = true
415
text.TextTransparency = 0
416
text.BackgroundTransparency = 1
417
text.TextTransparency = 0
418
text.TextStrokeTransparency = 0
419
text.Font = "Bodoni"
420
text.TextStrokeColor3 = Color3.new(0,1,0)
421
text.Text = "Pumpkin Overseer" 
422
--------------------------------------------------------
423
char["Body Colors"].HeadColor = BrickColor.new("Really black")
424
char["Body Colors"].TorsoColor = BrickColor.new("Really black")
425
char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
426
char["Body Colors"].RightArmColor = BrickColor.new("Really black")
427
--------------------------------------------------------------
428
fat = Instance.new("BindableEvent",script)
429
fat.Name = "Heartbeat"
430
431
script:WaitForChild("Heartbeat")
432
433
frame = 1/30
434
tf = 0
435
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.
436
tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
437
lastframe = tick()
438
script.Heartbeat:Fire() --ayy lmao
439
440
game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
441
	tf = tf + s
442
	if tf >= frame then
443
		if allowframeloss then
444
			script.Heartbeat:Fire()
445
			lastframe=tick()
446
		else
447
			--print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
448
			for i=1, math.floor(tf/frame) do
449
				script.Heartbeat:Fire()
450
			end
451
			lastframe=tick()
452
		end
453
		if tossremainder then
454
			tf = 0
455
		else
456
			tf = tf - frame * math.floor(tf/frame)
457
		end
458
	end
459
end)
460
----------------------------------------------------
461
for i,v in pairs(char:children()) do
462
    if v:IsA("Hat") then
463
        v:Destroy()
464
    end
465
end
466
for i,v in pairs (hed:GetChildren()) do
467
	if v:IsA("Sound") then
468
		v:Destroy()
469
	end
470
end
471
----------------------------------------------------
472
Debounces = {
473
CanAttack = true;
474
CanJoke = true;
475
NoIdl = false;
476
Slashing = false;
477
Slashed = false;
478
ks = false;
479
}
480
----------------------------------------------------
481
function weld5(part0, part1, c0, c1)
482
    weeld=Instance.new("Weld", part0)
483
    weeld.Part0=part0
484
    weeld.Part1=part1
485
    weeld.C0=c0
486
    weeld.C1=c1
487
    return weeld
488
end
489
----------------------------------------------------
490
function NewPart(prnt,siz,cf,trans,anc,mat,col)
491
	local prt=Instance.new("Part")
492
	prt.Parent=prnt
493
	prt.Name="Part"
494
	prt.Size=siz
495
	prt.CanCollide=false
496
	prt.Anchored=anc
497
	prt.Locked=true
498
	prt.Transparency = trans
499
	prt.TopSurface=10
500
	prt.BottomSurface=10
501
	prt.FrontSurface=10
502
	prt.BackSurface=10
503
	prt.LeftSurface=10
504
	prt.RightSurface=10
505
	prt:BreakJoints()
506
	prt.CFrame=cf or CFrame.new(30,10,30)
507
	prt.Material=mat
508
	prt.BrickColor=BrickColor.new(col)
509
	m=Instance.new("SpecialMesh",prt)
510
	m.MeshType=6
511
	return prt
512
end
513
----------------------------------------------------
514
function lerp(a, b, t) -- Linear interpolation
515
	return a + (b - a)*t
516
end
517
 
518
function slerp(a, b, t) --Spherical interpolation
519
	dot = a:Dot(b)
520
	if dot > 0.99999 or dot < -0.99999 then
521
		return t <= 0.5 and a or b
522
	else
523
		r = math.acos(dot)
524
		return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
525
	end
526
end
527
 
528
function matrixInterpolate(a, b, t)
529
	local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
530
	local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
531
	local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
532
	local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector  right
533
	local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector  up
534
	local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector  back
535
	local t = v1:Dot(v2)
536
	if not (t < 0 or t == 0 or t > 0) then 	-- Failsafe
537
		return CFrame.new()
538
	end
539
	return CFrame.new(
540
	v0.x, v0.y, v0.z,
541
	v1.x, v1.y, v1.z,
542
	v2.x, v2.y, v2.z,
543
	v3.x, v3.y, v3.z)
544
end
545
----------------------------------------------------
546
function genWeld(a,b)
547
    local w = Instance.new("Weld",a)
548
    w.Part0 = a
549
    w.Part1 = b
550
    return w
551
end
552
function weld(a, b)
553
    local weld = Instance.new("Weld")
554
    weld.Name = "W"
555
    weld.Part0 = a
556
    weld.Part1 = b
557
    weld.C0 = a.CFrame:inverse() * b.CFrame
558
    weld.Parent = a
559
    return weld;
560
end
561
----------------------------------------------------
562
function Lerp(c1,c2,al)
563
	local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
564
	local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
565
	for i,v in pairs(com1) do 
566
		com1[i] = v+(com2[i]-v)*al
567
	end
568
	return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
569
end
570
----------------------------------------------------
571
newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
572
	local wld = Instance.new("Weld", wp1)
573
	wld.Part0 = wp0
574
	wld.Part1 = wp1
575
	wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
576
end
577
----------------------------------------------------
578
newWeld(torso, larm, -1.5, 0.5, 0)
579
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
580
newWeld(torso, rarm, 1.5, 0.5, 0)
581
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
582
newWeld(torso, hed, 0, 1.5, 0)
583
newWeld(torso, lleg, -0.5, -1, 0)
584
lleg.Weld.C1 = CFrame.new(0, 1, 0)
585
newWeld(torso, rleg, 0.5, -1, 0)
586
rleg.Weld.C1 = CFrame.new(0, 1, 0)
587
newWeld(root, torso, 0, -1, 0)
588
torso.Weld.C1 = CFrame.new(0, -1, 0)
589
----------------------------------------------------
590
591
hed.face.Texture = "http://www.roblox.com/asset/?id=0"
592
hed.Transparency = 1
593
594
-----------------------
595
LittleWave = function()
596
    local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
597
    local Colors = {"Lime green", "Black","Really black"} 
598
        local wave = Instance.new("Part", torso)
599
        
600
601
        wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])    
602
603
        
604
        wave.Anchored = true
605
        wave.CanCollide = false
606
        wave.Material = "Neon"
607
        wave.Locked = true
608
        wave.Size = Vector3.new(1, 1, 1)
609
        wave.TopSurface = "Smooth"
610
        wave.BottomSurface = "Smooth"
611
        wave.Transparency = 0.35
612
        wave.CFrame = HandCF
613
        wm = Instance.new("SpecialMesh", wave)
614
        wm.MeshId = "rbxassetid://3270017"
615
        coroutine.wrap(function()
616
        for i = 1, 14, 1 do
617
        wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
618
        wave.Size = wm.Scale
619
        wave.CFrame = HandCF
620
        wave.Transparency = i/14
621
        wait()
622
        end
623
        wait()
624
        wave:Destroy()
625
    end)()
626
end
627
 Spawn(function()
628
    while wait(.8) do
629
        LittleWave()    
630
    end
631
end)
632
633
-----------------------------
634
635
------------------------
636
637
-------------------------
638
639
640
----------------------------------------------------
641
z = Instance.new("Sound", char)
642
z.SoundId = "rbxassetid://435750418"
643
z.Looped = true
644
z.Pitch = 1
645
z.Volume = 7
646
wait(.1)
647
z:Play()
648
----------------------------------------------------
649
650
651
---------------------
652
653
New = function(Object, Parent, Name, Data)
654
	local Object = Instance.new(Object)
655
	for Index, Value in pairs(Data or {}) do
656
		Object[Index] = Value
657
	end
658
	Object.Parent = Parent
659
	Object.Name = Name
660
	return Object
661
end
662
----------------------------------------------------
663
--reaper hat
664
for _,x in pairs(char:children()) do
665
if x:IsA('Hat') then x:remove() end
666
if x:IsA('Shirt') then x:remove() end
667
if x:IsA('Pants') then x:remove() end
668
end
669
 
670
local h = Instance.new('Part',  char)
671
h.Name = 'DK Hood'
672
h.Size = Vector3.new(0.5,0.5,0.5)
673
h.CFrame = hed.CFrame
674
h.CanCollide = false
675
--
676
newWeld(hed, h, 0, 0.35, 0)
677
--
678
local m = Instance.new('SpecialMesh', h)
679
m.Name = "Reaper's Cowl"
680
m.MeshType = 'FileMesh'
681
m.Scale = Vector3.new(0.5,0.5,0.5)
682
m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
683
m.VertexColor = Vector3.new(1,1,1)
684
local shirt = Instance.new("Shirt",p.Character)
685
local pants = Instance.new("Pants",p.Character)
686
shirt.ShirtTemplate = "rbxassetid://233027251"
687
pants.PantsTemplate = "rbxassetid://149639608"
688
--Left Arm
689
m = Instance.new("Model")
690
m.Name = "LeftArm"
691
p1 = Instance.new("Part", m)
692
p1.BrickColor = BrickColor.new("Lime green")
693
p1.Material = Enum.Material.Granite
694
p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
695
p1.Size = Vector3.new(1, 0.200000048, 1)
696
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
697
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
698
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
699
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
700
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
701
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
702
b1 = Instance.new("SpecialMesh", p1)
703
b1.MeshType = Enum.MeshType.Brick
704
b1.Name = "Mesh"
705
b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
706
p2 = Instance.new("Part", m)
707
p2.BrickColor = BrickColor.new("Lime green")
708
p2.Material = Enum.Material.Granite
709
p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
710
p2.Size = Vector3.new(1, 0.200000048, 1)
711
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
712
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
713
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
714
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
715
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
716
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
717
b2 = Instance.new("SpecialMesh", p2)
718
b2.MeshType = Enum.MeshType.Brick
719
b2.Name = "Mesh"
720
b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
721
p3 = Instance.new("Part", m)
722
p3.BrickColor = BrickColor.new("Lime green")
723
p3.Material = Enum.Material.Granite
724
p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
725
p3.Size = Vector3.new(1, 0.200000048, 1)
726
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
727
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
728
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
729
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
730
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
731
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
732
b3 = Instance.new("SpecialMesh", p3)
733
b3.MeshType = Enum.MeshType.Brick
734
b3.Name = "Mesh"
735
b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
736
p4 = Instance.new("Part", m)
737
p4.BrickColor = BrickColor.new("Black")
738
p4.Material = Enum.Material.SmoothPlastic
739
p4.Name = "LeftArmPlate"
740
p4.Size = Vector3.new(1, 2, 1)
741
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
742
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
743
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
744
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
745
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
746
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
747
b4 = Instance.new("SpecialMesh", p4)
748
b4.MeshType = Enum.MeshType.Brick
749
b4.Name = "Mesh"
750
b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
751
p5 = Instance.new("Part", m)
752
p5.BrickColor = BrickColor.new("Lime green")
753
p5.Material = Enum.Material.Granite
754
p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
755
p5.Size = Vector3.new(1, 0.200000048, 1)
756
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
757
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
758
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
759
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
760
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
761
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
762
b5 = Instance.new("SpecialMesh", p5)
763
b5.MeshType = Enum.MeshType.Brick
764
b5.Name = "Mesh"
765
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
766
p6 = Instance.new("Part", m)
767
p6.BrickColor = BrickColor.new("Lime green")
768
p6.Material = Enum.Material.Granite
769
p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
770
p6.Size = Vector3.new(1, 0.200000048, 1)
771
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
772
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
773
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
774
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
775
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
776
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
777
b6 = Instance.new("SpecialMesh", p6)
778
b6.MeshType = Enum.MeshType.Brick
779
b6.Name = "Mesh"
780
b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
781
p7 = Instance.new("Part", m)
782
p7.BrickColor = BrickColor.new("Lime green")
783
p7.Material = Enum.Material.Granite
784
p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
785
p7.FormFactor = Enum.FormFactor.Custom
786
p7.Size = Vector3.new(1, 0.200000048, 1)
787
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
788
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
789
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
790
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
791
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
792
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
793
b7 = Instance.new("SpecialMesh", p7)
794
b7.MeshType = Enum.MeshType.Brick
795
b7.Name = "Mesh"
796
b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
797
p8 = Instance.new("Part", m)
798
p8.BrickColor = BrickColor.new("Lime green")
799
p8.Material = Enum.Material.Granite
800
p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
801
p8.FormFactor = Enum.FormFactor.Custom
802
p8.Size = Vector3.new(1, 0.200000048, 1)
803
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
804
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
805
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
806
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
807
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
808
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
809
b8 = Instance.new("SpecialMesh", p8)
810
b8.MeshType = Enum.MeshType.Brick
811
b8.Name = "Mesh"
812
b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
813
p9 = Instance.new("Part", m)
814
p9.BrickColor = BrickColor.new("Lime green")
815
p9.Material = Enum.Material.Granite
816
p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
817
p9.FormFactor = Enum.FormFactor.Custom
818
p9.Size = Vector3.new(1, 0.200000048, 1)
819
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
820
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
821
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
822
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
823
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
824
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
825
b9 = Instance.new("SpecialMesh", p9)
826
b9.MeshType = Enum.MeshType.Brick
827
b9.Name = "Mesh"
828
b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
829
p10 = Instance.new("Part", m)
830
p10.BrickColor = BrickColor.new("Black")
831
p10.Material = Enum.Material.SmoothPlastic
832
p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
833
p10.FormFactor = Enum.FormFactor.Custom
834
p10.Size = Vector3.new(1, 0.349999994, 1)
835
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
836
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
837
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
838
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
839
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
840
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
841
b10 = Instance.new("SpecialMesh", p10)
842
b10.MeshType = Enum.MeshType.Brick
843
b10.Name = "Mesh"
844
b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
845
p11 = Instance.new("Part", m)
846
p11.BrickColor = BrickColor.new("Black")
847
p11.Material = Enum.Material.Metal
848
p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
849
p11.FormFactor = Enum.FormFactor.Custom
850
p11.Size = Vector3.new(1, 0.25, 1)
851
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
852
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
853
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
854
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
855
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
856
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
857
b11 = Instance.new("SpecialMesh", p11)
858
b11.MeshType = Enum.MeshType.Brick
859
b11.Name = "Mesh"
860
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
861
p12 = Instance.new("Part", m)
862
p12.BrickColor = BrickColor.new("Black")
863
p12.Material = Enum.Material.Metal
864
p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
865
p12.FormFactor = Enum.FormFactor.Custom
866
p12.Size = Vector3.new(1, 0.25, 1)
867
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
868
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
869
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
870
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
871
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
872
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
873
b12 = Instance.new("SpecialMesh", p12)
874
b12.MeshType = Enum.MeshType.Brick
875
b12.Name = "Mesh"
876
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
877
p13 = Instance.new("Part", m)
878
p13.BrickColor = BrickColor.new("Black")
879
p13.Material = Enum.Material.Metal
880
p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
881
p13.FormFactor = Enum.FormFactor.Custom
882
p13.Size = Vector3.new(1, 0.25, 1)
883
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
884
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
885
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
886
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
887
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
888
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
889
b13 = Instance.new("SpecialMesh", p13)
890
b13.MeshType = Enum.MeshType.Brick
891
b13.Name = "Mesh"
892
b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
893
p14 = Instance.new("Part", m)
894
p14.BrickColor = BrickColor.new("Black")
895
p14.Material = Enum.Material.Metal
896
p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
897
p14.FormFactor = Enum.FormFactor.Custom
898
p14.Size = Vector3.new(1, 0.25, 1)
899
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
900
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
901
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
902
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
903
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
904
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
905
b14 = Instance.new("SpecialMesh", p14)
906
b14.MeshType = Enum.MeshType.Brick
907
b14.Name = "Mesh"
908
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
909
p15 = Instance.new("Part", m)
910
p15.BrickColor = BrickColor.new("Lime green")
911
p15.Material = Enum.Material.Granite
912
p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
913
p15.FormFactor = Enum.FormFactor.Custom
914
p15.Size = Vector3.new(1, 1, 1)
915
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
916
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
917
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
918
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
919
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
920
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
921
b15 = Instance.new("SpecialMesh", p15)
922
b15.MeshType = Enum.MeshType.Sphere
923
b15.Name = "Mesh"
924
p16 = Instance.new("Part", m)
925
p16.BrickColor = BrickColor.new("Black")
926
p16.Material = Enum.Material.Metal
927
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)
928
p16.FormFactor = Enum.FormFactor.Custom
929
p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
930
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
931
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
932
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
933
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
934
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
935
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
936
b16 = Instance.new("SpecialMesh", p16)
937
b16.MeshType = Enum.MeshType.Brick
938
b16.Name = "Mesh"
939
b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
940
p17 = Instance.new("Part", m)
941
p17.BrickColor = BrickColor.new("Black")
942
p17.Material = Enum.Material.SmoothPlastic
943
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)
944
p17.FormFactor = Enum.FormFactor.Custom
945
p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
946
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
947
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
948
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
949
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
950
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
951
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
952
b17 = Instance.new("SpecialMesh", p17)
953
b17.MeshType = Enum.MeshType.Brick
954
b17.Name = "Mesh"
955
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
956
p18 = Instance.new("Part", m)
957
p18.BrickColor = BrickColor.new("Black")
958
p18.Material = Enum.Material.SmoothPlastic
959
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)
960
p18.FormFactor = Enum.FormFactor.Custom
961
p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
962
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
963
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
964
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
965
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
966
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
967
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
968
b18 = Instance.new("SpecialMesh", p18)
969
b18.MeshType = Enum.MeshType.Brick
970
b18.Name = "Mesh"
971
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
972
p19 = Instance.new("Part", m)
973
p19.BrickColor = BrickColor.new("Black")
974
p19.Material = Enum.Material.SmoothPlastic
975
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)
976
p19.FormFactor = Enum.FormFactor.Custom
977
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
978
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
979
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
980
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
981
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
982
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
983
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
984
b19 = Instance.new("SpecialMesh", p19)
985
b19.MeshType = Enum.MeshType.Brick
986
b19.Name = "Mesh"
987
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
988
p20 = Instance.new("Part", m)
989
p20.BrickColor = BrickColor.new("Really black")
990
p20.Material = Enum.Material.SmoothPlastic
991
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)
992
p20.FormFactor = Enum.FormFactor.Custom
993
p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
994
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
995
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
996
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
997
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
998
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
999
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1000
b20 = Instance.new("SpecialMesh", p20)
1001
b20.MeshType = Enum.MeshType.Brick
1002
b20.Name = "Mesh"
1003
b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1004
p21 = Instance.new("Part", m)
1005
p21.BrickColor = BrickColor.new("Black")
1006
p21.Material = Enum.Material.Metal
1007
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)
1008
p21.FormFactor = Enum.FormFactor.Custom
1009
p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1010
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1011
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1012
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1013
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1014
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1015
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1016
b21 = Instance.new("SpecialMesh", p21)
1017
b21.MeshType = Enum.MeshType.Wedge
1018
b21.Name = "Mesh"
1019
b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1020
p22 = Instance.new("Part", m)
1021
p22.BrickColor = BrickColor.new("Black")
1022
p22.Material = Enum.Material.Metal
1023
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)
1024
p22.FormFactor = Enum.FormFactor.Custom
1025
p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1026
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1027
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1028
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1029
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1030
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1031
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1032
b22 = Instance.new("SpecialMesh", p22)
1033
b22.MeshType = Enum.MeshType.Brick
1034
b22.Name = "Mesh"
1035
b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1036
p23 = Instance.new("Part", m)
1037
p23.BrickColor = BrickColor.new("Black")
1038
p23.Material = Enum.Material.Metal
1039
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)
1040
p23.FormFactor = Enum.FormFactor.Custom
1041
p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1042
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1043
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1044
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1045
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1046
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1047
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1048
b23 = Instance.new("SpecialMesh", p23)
1049
b23.MeshType = Enum.MeshType.Brick
1050
b23.Name = "Mesh"
1051
b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1052
p24 = Instance.new("Part", m)
1053
p24.BrickColor = BrickColor.new("Black")
1054
p24.Material = Enum.Material.Metal
1055
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)
1056
p24.FormFactor = Enum.FormFactor.Custom
1057
p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1058
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1059
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1060
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1061
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1062
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1063
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1064
b24 = Instance.new("SpecialMesh", p24)
1065
b24.MeshType = Enum.MeshType.Brick
1066
b24.Name = "Mesh"
1067
b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1068
p25 = Instance.new("Part", m)
1069
p25.BrickColor = BrickColor.new("Black")
1070
p25.Material = Enum.Material.Metal
1071
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)
1072
p25.FormFactor = Enum.FormFactor.Custom
1073
p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1074
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1075
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1076
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1077
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1078
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1079
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1080
b25 = Instance.new("SpecialMesh", p25)
1081
b25.MeshType = Enum.MeshType.Brick
1082
b25.Name = "Mesh"
1083
b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1084
p26 = Instance.new("Part", m)
1085
p26.BrickColor = BrickColor.new("Black")
1086
p26.Material = Enum.Material.Metal
1087
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)
1088
p26.FormFactor = Enum.FormFactor.Custom
1089
p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1090
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1091
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1092
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1093
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1094
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1095
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1096
b26 = Instance.new("SpecialMesh", p26)
1097
b26.MeshType = Enum.MeshType.Brick
1098
b26.Name = "Mesh"
1099
b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1100
p27 = Instance.new("Part", m)
1101
p27.BrickColor = BrickColor.new("Black")
1102
p27.Material = Enum.Material.Metal
1103
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)
1104
p27.FormFactor = Enum.FormFactor.Custom
1105
p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1106
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1107
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1108
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1109
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1110
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1111
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1112
b27 = Instance.new("SpecialMesh", p27)
1113
b27.MeshType = Enum.MeshType.Brick
1114
b27.Name = "Mesh"
1115
b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1116
p28 = Instance.new("Part", m)
1117
p28.BrickColor = BrickColor.new("Black")
1118
p28.Material = Enum.Material.Metal
1119
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)
1120
p28.FormFactor = Enum.FormFactor.Custom
1121
p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1122
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1123
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1124
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1125
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1126
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1127
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1128
b28 = Instance.new("SpecialMesh", p28)
1129
b28.MeshType = Enum.MeshType.Brick
1130
b28.Name = "Mesh"
1131
b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1132
p29 = Instance.new("Part", m)
1133
p29.BrickColor = BrickColor.new("Black")
1134
p29.Material = Enum.Material.Metal
1135
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)
1136
p29.FormFactor = Enum.FormFactor.Custom
1137
p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1138
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1139
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1140
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1141
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1142
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1143
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1144
b29 = Instance.new("SpecialMesh", p29)
1145
b29.MeshType = Enum.MeshType.Brick
1146
b29.Name = "Mesh"
1147
b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1148
p30 = Instance.new("Part", m)
1149
p30.BrickColor = BrickColor.new("Black")
1150
p30.Material = Enum.Material.Metal
1151
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)
1152
p30.FormFactor = Enum.FormFactor.Custom
1153
p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1154
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1155
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1156
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1157
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1158
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1159
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1160
b30 = Instance.new("SpecialMesh", p30)
1161
b30.MeshType = Enum.MeshType.Wedge
1162
b30.Name = "Mesh"
1163
b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1164
p31 = Instance.new("Part", m)
1165
p31.BrickColor = BrickColor.new("Black")
1166
p31.Material = Enum.Material.Metal
1167
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)
1168
p31.FormFactor = Enum.FormFactor.Custom
1169
p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1170
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1171
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1172
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1173
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1174
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1175
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1176
b31 = Instance.new("SpecialMesh", p31)
1177
b31.MeshType = Enum.MeshType.Brick
1178
b31.Name = "Mesh"
1179
b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1180
p32 = Instance.new("Part", m)
1181
p32.BrickColor = BrickColor.new("Black")
1182
p32.Material = Enum.Material.Metal
1183
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)
1184
p32.FormFactor = Enum.FormFactor.Custom
1185
p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1186
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1187
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1188
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1189
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1190
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1191
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1192
b32 = Instance.new("SpecialMesh", p32)
1193
b32.MeshType = Enum.MeshType.Wedge
1194
b32.Name = "Mesh"
1195
b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1196
p33 = Instance.new("Part", m)
1197
p33.BrickColor = BrickColor.new("Black")
1198
p33.Material = Enum.Material.Metal
1199
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)
1200
p33.FormFactor = Enum.FormFactor.Custom
1201
p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1202
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1203
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1204
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1205
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1206
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1207
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1208
b33 = Instance.new("SpecialMesh", p33)
1209
b33.MeshType = Enum.MeshType.Brick
1210
b33.Name = "Mesh"
1211
b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1212
p34 = Instance.new("Part", m)
1213
p34.BrickColor = BrickColor.new("Black")
1214
p34.Material = Enum.Material.Metal
1215
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)
1216
p34.FormFactor = Enum.FormFactor.Custom
1217
p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1218
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1219
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1220
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1221
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1222
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1223
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1224
b34 = Instance.new("SpecialMesh", p34)
1225
b34.MeshType = Enum.MeshType.Brick
1226
b34.Name = "Mesh"
1227
b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1228
w1 = Instance.new("Weld", p1)
1229
w1.Name = "Part_Weld"
1230
w1.Part0 = p1
1231
w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1232
w1.Part1 = p2
1233
w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1234
w2 = Instance.new("Weld", p2)
1235
w2.Name = "Part_Weld"
1236
w2.Part0 = p2
1237
w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1238
w2.Part1 = p3
1239
w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1240
w3 = Instance.new("Weld", p3)
1241
w3.Name = "LeftArmPlate_Weld"
1242
w3.Part0 = p3
1243
w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1244
w3.Part1 = p4
1245
w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1246
w4 = Instance.new("Weld", p4)
1247
w4.Name = "Part_Weld"
1248
w4.Part0 = p4
1249
w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1250
w4.Part1 = p5
1251
w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1252
w5 = Instance.new("Weld", p5)
1253
w5.Name = "Part_Weld"
1254
w5.Part0 = p5
1255
w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1256
w5.Part1 = p6
1257
w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1258
w6 = Instance.new("Weld", p6)
1259
w6.Name = "Part_Weld"
1260
w6.Part0 = p6
1261
w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1262
w6.Part1 = p7
1263
w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1264
w7 = Instance.new("Weld", p7)
1265
w7.Name = "Part_Weld"
1266
w7.Part0 = p7
1267
w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1268
w7.Part1 = p8
1269
w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1270
w8 = Instance.new("Weld", p8)
1271
w8.Name = "Part_Weld"
1272
w8.Part0 = p8
1273
w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1274
w8.Part1 = p9
1275
w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1276
w9 = Instance.new("Weld", p9)
1277
w9.Name = "Part_Weld"
1278
w9.Part0 = p9
1279
w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1280
w9.Part1 = p10
1281
w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1282
w10 = Instance.new("Weld", p10)
1283
w10.Name = "Part_Weld"
1284
w10.Part0 = p10
1285
w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1286
w10.Part1 = p11
1287
w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1288
w11 = Instance.new("Weld", p11)
1289
w11.Name = "Part_Weld"
1290
w11.Part0 = p11
1291
w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1292
w11.Part1 = p12
1293
w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1294
w12 = Instance.new("Weld", p12)
1295
w12.Name = "Part_Weld"
1296
w12.Part0 = p12
1297
w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1298
w12.Part1 = p13
1299
w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1300
w13 = Instance.new("Weld", p13)
1301
w13.Name = "Part_Weld"
1302
w13.Part0 = p13
1303
w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1304
w13.Part1 = p14
1305
w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1306
w14 = Instance.new("Weld", p14)
1307
w14.Name = "Part_Weld"
1308
w14.Part0 = p14
1309
w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1310
w14.Part1 = p15
1311
w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1312
w15 = Instance.new("Weld", p15)
1313
w15.Name = "Part_Weld"
1314
w15.Part0 = p15
1315
w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1316
w15.Part1 = p16
1317
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)
1318
w16 = Instance.new("Weld", p16)
1319
w16.Name = "Part_Weld"
1320
w16.Part0 = p16
1321
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)
1322
w16.Part1 = p17
1323
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)
1324
w17 = Instance.new("Weld", p17)
1325
w17.Name = "Part_Weld"
1326
w17.Part0 = p17
1327
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)
1328
w17.Part1 = p18
1329
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)
1330
w18 = Instance.new("Weld", p18)
1331
w18.Name = "Part_Weld"
1332
w18.Part0 = p18
1333
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)
1334
w18.Part1 = p19
1335
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)
1336
w19 = Instance.new("Weld", p19)
1337
w19.Name = "Part_Weld"
1338
w19.Part0 = p19
1339
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)
1340
w19.Part1 = p20
1341
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)
1342
w20 = Instance.new("Weld", p20)
1343
w20.Name = "Part_Weld"
1344
w20.Part0 = p20
1345
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)
1346
w20.Part1 = p21
1347
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)
1348
w21 = Instance.new("Weld", p21)
1349
w21.Name = "Part_Weld"
1350
w21.Part0 = p21
1351
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)
1352
w21.Part1 = p22
1353
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)
1354
w22 = Instance.new("Weld", p22)
1355
w22.Name = "Part_Weld"
1356
w22.Part0 = p22
1357
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)
1358
w22.Part1 = p23
1359
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)
1360
w23 = Instance.new("Weld", p23)
1361
w23.Name = "Part_Weld"
1362
w23.Part0 = p23
1363
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)
1364
w23.Part1 = p24
1365
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)
1366
w24 = Instance.new("Weld", p24)
1367
w24.Name = "Part_Weld"
1368
w24.Part0 = p24
1369
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)
1370
w24.Part1 = p25
1371
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)
1372
w25 = Instance.new("Weld", p25)
1373
w25.Name = "Part_Weld"
1374
w25.Part0 = p25
1375
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)
1376
w25.Part1 = p26
1377
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)
1378
w26 = Instance.new("Weld", p26)
1379
w26.Name = "Part_Weld"
1380
w26.Part0 = p26
1381
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)
1382
w26.Part1 = p27
1383
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)
1384
w27 = Instance.new("Weld", p27)
1385
w27.Name = "Part_Weld"
1386
w27.Part0 = p27
1387
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)
1388
w27.Part1 = p28
1389
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)
1390
w28 = Instance.new("Weld", p28)
1391
w28.Name = "Part_Weld"
1392
w28.Part0 = p28
1393
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)
1394
w28.Part1 = p29
1395
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)
1396
w29 = Instance.new("Weld", p29)
1397
w29.Name = "Part_Weld"
1398
w29.Part0 = p29
1399
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)
1400
w29.Part1 = p30
1401
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)
1402
w30 = Instance.new("Weld", p30)
1403
w30.Name = "Part_Weld"
1404
w30.Part0 = p30
1405
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)
1406
w30.Part1 = p31
1407
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)
1408
w31 = Instance.new("Weld", p31)
1409
w31.Name = "Part_Weld"
1410
w31.Part0 = p31
1411
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)
1412
w31.Part1 = p32
1413
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)
1414
w32 = Instance.new("Weld", p32)
1415
w32.Name = "Part_Weld"
1416
w32.Part0 = p32
1417
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)
1418
w32.Part1 = p33
1419
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)
1420
w33 = Instance.new("Weld", p33)
1421
w33.Name = "Part_Weld"
1422
w33.Part0 = p33
1423
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)
1424
w33.Part1 = p34
1425
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)
1426
m.Parent = larm
1427
m:MakeJoints()
1428
----------------------------------------------------
1429
local cor = Instance.new("Part", larm.LeftArm)
1430
cor.Name = "Thingy"
1431
cor.Locked = true
1432
cor.BottomSurface = 0
1433
cor.CanCollide = false
1434
cor.Size = Vector3.new(1, 1, 1)
1435
cor.Transparency = 1
1436
cor.TopSurface = 0
1437
corw = Instance.new("Weld", cor)
1438
corw.Part0 = larm
1439
corw.Part1 = cor
1440
corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1441
corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1442
weld1 = Instance.new("Weld", larm.LeftArm)
1443
weld1.Part0 = cor
1444
weld1.Part1 = larm.LeftArm.LeftArmPlate
1445
weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1446
--Right Arm
1447
m2 = Instance.new("Model")
1448
m2.Name = "RightArm"
1449
p1 = Instance.new("Part", m2)
1450
p1.BrickColor = BrickColor.new("Lime green")
1451
p1.Material = Enum.Material.Granite
1452
p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1453
p1.FormFactor = Enum.FormFactor.Custom
1454
p1.Size = Vector3.new(1, 0.200000048, 1)
1455
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1456
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1457
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1458
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1459
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1460
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1461
b1 = Instance.new("SpecialMesh", p1)
1462
b1.MeshType = Enum.MeshType.Brick
1463
b1.Name = "Mesh"
1464
b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1465
p2 = Instance.new("Part", m2)
1466
p2.BrickColor = BrickColor.new("Lime green")
1467
p2.Material = Enum.Material.Granite
1468
p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1469
p2.FormFactor = Enum.FormFactor.Custom
1470
p2.Size = Vector3.new(1, 0.200000048, 1)
1471
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1472
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1473
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1474
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1475
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1476
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1477
b2 = Instance.new("SpecialMesh", p2)
1478
b2.MeshType = Enum.MeshType.Brick
1479
b2.Name = "Mesh"
1480
b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1481
p3 = Instance.new("Part", m2)
1482
p3.BrickColor = BrickColor.new("Lime green")
1483
p3.Material = Enum.Material.Granite
1484
p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1485
p3.FormFactor = Enum.FormFactor.Custom
1486
p3.Size = Vector3.new(1, 0.200000048, 1)
1487
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1488
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1489
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1490
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1491
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1492
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1493
b3 = Instance.new("SpecialMesh", p3)
1494
b3.MeshType = Enum.MeshType.Brick
1495
b3.Name = "Mesh"
1496
b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1497
p4 = Instance.new("Part", m2)
1498
p4.BrickColor = BrickColor.new("Lime green")
1499
p4.Material = Enum.Material.Granite
1500
p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1501
p4.FormFactor = Enum.FormFactor.Custom
1502
p4.Size = Vector3.new(1, 0.200000048, 1)
1503
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1504
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1505
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1506
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1507
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1508
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1509
b4 = Instance.new("SpecialMesh", p4)
1510
b4.MeshType = Enum.MeshType.Brick
1511
b4.Name = "Mesh"
1512
b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1513
p5 = Instance.new("Part", m2)
1514
p5.BrickColor = BrickColor.new("Lime green")
1515
p5.Material = Enum.Material.Granite
1516
p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1517
p5.FormFactor = Enum.FormFactor.Custom
1518
p5.Size = Vector3.new(1, 0.200000048, 1)
1519
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1520
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1521
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1522
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1523
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1524
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1525
b5 = Instance.new("SpecialMesh", p5)
1526
b5.MeshType = Enum.MeshType.Brick
1527
b5.Name = "Mesh"
1528
b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1529
p6 = Instance.new("Part", m2)
1530
p6.BrickColor = BrickColor.new("Lime green")
1531
p6.Material = Enum.Material.Granite
1532
p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1533
p6.FormFactor = Enum.FormFactor.Custom
1534
p6.Size = Vector3.new(1, 1, 1)
1535
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1536
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1537
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1538
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1539
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1540
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1541
b6 = Instance.new("SpecialMesh", p6)
1542
b6.MeshType = Enum.MeshType.Sphere
1543
b6.Name = "Mesh"
1544
p7 = Instance.new("Part", m2)
1545
p7.BrickColor = BrickColor.new("Black")
1546
p7.Material = Enum.Material.SmoothPlastic
1547
p7.Name = "RightArmPlate"
1548
p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1549
p7.FormFactor = Enum.FormFactor.Symmetric
1550
p7.Size = Vector3.new(1, 2, 1)
1551
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1552
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1553
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1554
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1555
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1556
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1557
b7 = Instance.new("SpecialMesh", p7)
1558
b7.MeshType = Enum.MeshType.Brick
1559
b7.Name = "Mesh"
1560
b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1561
p8 = Instance.new("Part", m2)
1562
p8.BrickColor = BrickColor.new("Lime green")
1563
p8.Material = Enum.Material.Granite
1564
p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1565
p8.FormFactor = Enum.FormFactor.Custom
1566
p8.Size = Vector3.new(1, 0.200000048, 1)
1567
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1568
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1569
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1570
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1571
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1572
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1573
b8 = Instance.new("SpecialMesh", p8)
1574
b8.MeshType = Enum.MeshType.Brick
1575
b8.Name = "Mesh"
1576
b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1577
p9 = Instance.new("Part", m2)
1578
p9.BrickColor = BrickColor.new("Black")
1579
p9.Material = Enum.Material.SmoothPlastic
1580
p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1581
p9.FormFactor = Enum.FormFactor.Custom
1582
p9.Size = Vector3.new(1, 0.349999994, 1)
1583
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1584
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1585
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1586
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1587
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1588
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1589
b9 = Instance.new("SpecialMesh", p9)
1590
b9.MeshType = Enum.MeshType.Brick
1591
b9.Name = "Mesh"
1592
b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1593
p10 = Instance.new("Part", m2)
1594
p10.BrickColor = BrickColor.new("Black")
1595
p10.Material = Enum.Material.Metal
1596
p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1597
p10.FormFactor = Enum.FormFactor.Custom
1598
p10.Size = Vector3.new(1, 0.25, 1)
1599
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1600
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1601
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1602
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1603
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1604
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1605
b10 = Instance.new("SpecialMesh", p10)
1606
b10.MeshType = Enum.MeshType.Brick
1607
b10.Name = "Mesh"
1608
b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1609
p11 = Instance.new("Part", m2)
1610
p11.BrickColor = BrickColor.new("Black")
1611
p11.Material = Enum.Material.Metal
1612
p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1613
p11.FormFactor = Enum.FormFactor.Custom
1614
p11.Size = Vector3.new(1, 0.25, 1)
1615
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1616
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1617
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1618
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1619
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1620
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1621
b11 = Instance.new("SpecialMesh", p11)
1622
b11.MeshType = Enum.MeshType.Brick
1623
b11.Name = "Mesh"
1624
b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1625
p12 = Instance.new("Part", m2)
1626
p12.BrickColor = BrickColor.new("Black")
1627
p12.Material = Enum.Material.Metal
1628
p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1629
p12.FormFactor = Enum.FormFactor.Custom
1630
p12.Size = Vector3.new(1, 0.25, 1)
1631
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1632
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1633
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1634
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1635
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1636
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1637
b12 = Instance.new("SpecialMesh", p12)
1638
b12.MeshType = Enum.MeshType.Brick
1639
b12.Name = "Mesh"
1640
b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1641
p13 = Instance.new("Part", m2)
1642
p13.BrickColor = BrickColor.new("Lime green")
1643
p13.Material = Enum.Material.Granite
1644
p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1645
p13.FormFactor = Enum.FormFactor.Custom
1646
p13.Size = Vector3.new(1, 0.200000048, 1)
1647
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1648
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1649
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1650
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1651
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1652
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1653
b13 = Instance.new("SpecialMesh", p13)
1654
b13.MeshType = Enum.MeshType.Brick
1655
b13.Name = "Mesh"
1656
b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1657
p14 = Instance.new("Part", m2)
1658
p14.BrickColor = BrickColor.new("Black")
1659
p14.Material = Enum.Material.Metal
1660
p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1661
p14.FormFactor = Enum.FormFactor.Custom
1662
p14.Size = Vector3.new(1, 0.25, 1)
1663
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1664
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1665
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1666
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1667
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1668
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1669
b14 = Instance.new("SpecialMesh", p14)
1670
b14.MeshType = Enum.MeshType.Brick
1671
b14.Name = "Mesh"
1672
b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1673
p15 = Instance.new("Part", m2)
1674
p15.BrickColor = BrickColor.new("Lime green")
1675
p15.Material = Enum.Material.Granite
1676
p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1677
p15.FormFactor = Enum.FormFactor.Custom
1678
p15.Size = Vector3.new(1, 0.200000048, 1)
1679
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1680
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1681
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1682
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1683
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1684
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1685
b15 = Instance.new("SpecialMesh", p15)
1686
b15.MeshType = Enum.MeshType.Brick
1687
b15.Name = "Mesh"
1688
b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1689
p16 = Instance.new("Part", m2)
1690
p16.BrickColor = BrickColor.new("Black")
1691
p16.Material = Enum.Material.SmoothPlastic
1692
p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1693
p16.FormFactor = Enum.FormFactor.Custom
1694
p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1695
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1696
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1697
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1698
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1699
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1700
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1701
b16 = Instance.new("SpecialMesh", p16)
1702
b16.MeshType = Enum.MeshType.Brick
1703
b16.Name = "Mesh"
1704
b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1705
p17 = Instance.new("Part", m2)
1706
p17.BrickColor = BrickColor.new("Black")
1707
p17.Material = Enum.Material.SmoothPlastic
1708
p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1709
p17.FormFactor = Enum.FormFactor.Custom
1710
p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1711
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1712
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1713
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1714
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1715
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1716
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1717
b17 = Instance.new("SpecialMesh", p17)
1718
b17.MeshType = Enum.MeshType.Brick
1719
b17.Name = "Mesh"
1720
b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1721
p18 = Instance.new("Part", m2)
1722
p18.BrickColor = BrickColor.new("Really black")
1723
p18.Material = Enum.Material.SmoothPlastic
1724
p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1725
p18.FormFactor = Enum.FormFactor.Custom
1726
p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1727
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1728
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1729
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1730
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1731
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1732
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1733
b18 = Instance.new("SpecialMesh", p18)
1734
b18.MeshType = Enum.MeshType.Brick
1735
b18.Name = "Mesh"
1736
b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1737
p19 = Instance.new("Part", m2)
1738
p19.BrickColor = BrickColor.new("Black")
1739
p19.Material = Enum.Material.SmoothPlastic
1740
p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1741
p19.FormFactor = Enum.FormFactor.Custom
1742
p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1743
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1744
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1745
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1746
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1747
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1748
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1749
b19 = Instance.new("SpecialMesh", p19)
1750
b19.MeshType = Enum.MeshType.Brick
1751
b19.Name = "Mesh"
1752
b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1753
w1 = Instance.new("Weld", p1)
1754
w1.Name = "Part_Weld"
1755
w1.Part0 = p1
1756
w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1757
w1.Part1 = p2
1758
w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1759
w2 = Instance.new("Weld", p2)
1760
w2.Name = "Part_Weld"
1761
w2.Part0 = p2
1762
w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1763
w2.Part1 = p3
1764
w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1765
w3 = Instance.new("Weld", p3)
1766
w3.Name = "Part_Weld"
1767
w3.Part0 = p3
1768
w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1769
w3.Part1 = p4
1770
w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1771
w4 = Instance.new("Weld", p4)
1772
w4.Name = "Part_Weld"
1773
w4.Part0 = p4
1774
w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1775
w4.Part1 = p5
1776
w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1777
w5 = Instance.new("Weld", p5)
1778
w5.Name = "Part_Weld"
1779
w5.Part0 = p5
1780
w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1781
w5.Part1 = p6
1782
w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1783
w6 = Instance.new("Weld", p6)
1784
w6.Name = "RightArmPlate_Weld"
1785
w6.Part0 = p6
1786
w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1787
w6.Part1 = p7
1788
w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1789
w7 = Instance.new("Weld", p7)
1790
w7.Name = "Part_Weld"
1791
w7.Part0 = p7
1792
w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1793
w7.Part1 = p8
1794
w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1795
w8 = Instance.new("Weld", p8)
1796
w8.Name = "Part_Weld"
1797
w8.Part0 = p8
1798
w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1799
w8.Part1 = p9
1800
w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1801
w9 = Instance.new("Weld", p9)
1802
w9.Name = "Part_Weld"
1803
w9.Part0 = p9
1804
w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1805
w9.Part1 = p10
1806
w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1807
w10 = Instance.new("Weld", p10)
1808
w10.Name = "Part_Weld"
1809
w10.Part0 = p10
1810
w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1811
w10.Part1 = p11
1812
w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1813
w11 = Instance.new("Weld", p11)
1814
w11.Name = "Part_Weld"
1815
w11.Part0 = p11
1816
w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1817
w11.Part1 = p12
1818
w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1819
w12 = Instance.new("Weld", p12)
1820
w12.Name = "Part_Weld"
1821
w12.Part0 = p12
1822
w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1823
w12.Part1 = p13
1824
w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1825
w13 = Instance.new("Weld", p13)
1826
w13.Name = "Part_Weld"
1827
w13.Part0 = p13
1828
w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1829
w13.Part1 = p14
1830
w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1831
w14 = Instance.new("Weld", p14)
1832
w14.Name = "Part_Weld"
1833
w14.Part0 = p14
1834
w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1835
w14.Part1 = p15
1836
w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1837
w15 = Instance.new("Weld", p15)
1838
w15.Name = "Part_Weld"
1839
w15.Part0 = p15
1840
w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1841
w15.Part1 = p16
1842
w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1843
w16 = Instance.new("Weld", p16)
1844
w16.Name = "Part_Weld"
1845
w16.Part0 = p16
1846
w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1847
w16.Part1 = p17
1848
w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1849
w17 = Instance.new("Weld", p17)
1850
w17.Name = "Part_Weld"
1851
w17.Part0 = p17
1852
w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1853
w17.Part1 = p18
1854
w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1855
w18 = Instance.new("Weld", p18)
1856
w18.Name = "Part_Weld"
1857
w18.Part0 = p18
1858
w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1859
w18.Part1 = p19
1860
w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1861
m2.Parent = rarm
1862
m2:MakeJoints()
1863
----------------------------------------------------
1864
local cor2 = Instance.new("Part", rarm.RightArm)
1865
cor2.Name = "Thingy"
1866
cor2.Locked = true
1867
cor2.BottomSurface = 0
1868
cor2.CanCollide = false
1869
cor2.Size = Vector3.new(1, 1, 1)
1870
cor2.Transparency = 1
1871
cor2.TopSurface = 0
1872
corw2 = Instance.new("Weld", cor2)
1873
corw2.Part0 = rarm
1874
corw2.Part1 = cor2
1875
corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1876
corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1877
weld2 = Instance.new("Weld", rarm.RightArm)
1878
weld2.Part0 = cor2
1879
weld2.Part1 = rarm.RightArm.RightArmPlate
1880
weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1881
--Torso
1882
m3 = Instance.new("Model")
1883
m3.Name = "Torso"
1884
p1 = Instance.new("Part", m3)
1885
p1.BrickColor = BrickColor.new("Really black")
1886
p1.Material = Enum.Material.Metal
1887
p1.Name = "TorsoPlate"
1888
p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1889
p1.CanCollide = false
1890
p1.Locked = true
1891
p1.FormFactor = Enum.FormFactor.Custom
1892
p1.Size = Vector3.new(2, 2, 1)
1893
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1894
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1895
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1896
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1897
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1898
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1899
b1 = Instance.new("SpecialMesh", p1)
1900
b1.MeshType = Enum.MeshType.Brick
1901
b1.Name = "Mesh"
1902
b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1903
p2 = Instance.new("Part", m3)
1904
p2.BrickColor = BrickColor.new("Really black")
1905
p2.Material = Enum.Material.Metal
1906
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)
1907
p2.CanCollide = false
1908
p2.Locked = true
1909
p2.FormFactor = Enum.FormFactor.Custom
1910
p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1911
b2 = Instance.new("SpecialMesh", p2)
1912
b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1913
b2.TextureId = ""
1914
b2.MeshType = Enum.MeshType.FileMesh
1915
b2.Name = "Mesh"
1916
b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1917
p3 = Instance.new("Part", m3)
1918
p3.BrickColor = BrickColor.new("Black")
1919
p3.Material = Enum.Material.Metal
1920
p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1921
p3.CanCollide = false
1922
p3.Locked = true
1923
p3.FormFactor = Enum.FormFactor.Custom
1924
p3.Size = Vector3.new(2, 2, 0.200000018)
1925
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1926
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1927
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1928
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1929
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1930
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1931
b3 = Instance.new("SpecialMesh", p3)
1932
b3.MeshType = Enum.MeshType.Brick
1933
b3.Name = "Mesh"
1934
b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1935
p4 = Instance.new("Part", m3)
1936
p4.BrickColor = BrickColor.new("Black")
1937
p4.Material = Enum.Material.Metal
1938
p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1939
p4.CanCollide = false
1940
p4.Locked = true
1941
p4.FormFactor = Enum.FormFactor.Custom
1942
p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1943
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1944
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1945
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1946
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1947
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1948
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1949
b4 = Instance.new("SpecialMesh", p4)
1950
b4.MeshType = Enum.MeshType.Brick
1951
b4.Name = "Mesh"
1952
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1953
p5 = Instance.new("Part", m3)
1954
p5.BrickColor = BrickColor.new("Black")
1955
p5.Material = Enum.Material.Metal
1956
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)
1957
p5.CanCollide = false
1958
p5.Locked = true
1959
p5.FormFactor = Enum.FormFactor.Custom
1960
p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1961
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1962
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1963
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1964
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1965
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1966
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1967
b5 = Instance.new("SpecialMesh", p5)
1968
b5.MeshType = Enum.MeshType.Wedge
1969
b5.Name = "Mesh"
1970
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1971
p6 = Instance.new("Part", m3)
1972
p6.BrickColor = BrickColor.new("Black")
1973
p6.Material = Enum.Material.Metal
1974
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)
1975
p6.CanCollide = false
1976
p6.Locked = true
1977
p6.FormFactor = Enum.FormFactor.Custom
1978
p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1979
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1980
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1981
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1982
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1983
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1984
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1985
b6 = Instance.new("SpecialMesh", p6)
1986
b6.MeshType = Enum.MeshType.Wedge
1987
b6.Name = "Mesh"
1988
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1989
p7 = Instance.new("Part", m3)
1990
p7.BrickColor = BrickColor.new("Black")
1991
p7.Material = Enum.Material.Metal
1992
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)
1993
p7.CanCollide = false
1994
p7.Locked = true
1995
p7.FormFactor = Enum.FormFactor.Custom
1996
p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1997
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1998
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1999
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2000
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2001
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2002
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2003
b7 = Instance.new("SpecialMesh", p7)
2004
b7.MeshType = Enum.MeshType.Wedge
2005
b7.Name = "Mesh"
2006
p8 = Instance.new("Part", m3)
2007
p8.BrickColor = BrickColor.new("Black")
2008
p8.Material = Enum.Material.Metal
2009
p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2010
p8.CanCollide = false
2011
p8.Locked = true
2012
p8.FormFactor = Enum.FormFactor.Custom
2013
p8.Size = Vector3.new(1, 2, 0.200000018)
2014
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2015
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2016
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2017
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2018
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2019
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2020
b8 = Instance.new("SpecialMesh", p8)
2021
b8.MeshType = Enum.MeshType.Brick
2022
b8.Name = "Mesh"
2023
b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2024
p9 = Instance.new("Part", m3)
2025
p9.BrickColor = BrickColor.new("Black")
2026
p9.Material = Enum.Material.Metal
2027
p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2028
p9.CanCollide = false
2029
p9.Locked = true
2030
p9.FormFactor = Enum.FormFactor.Custom
2031
p9.Size = Vector3.new(1, 2, 0.200000018)
2032
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2033
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2034
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2035
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2036
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2037
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2038
b9 = Instance.new("SpecialMesh", p9)
2039
b9.MeshType = Enum.MeshType.Brick
2040
b9.Name = "Mesh"
2041
b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2042
p10 = Instance.new("Part", m3)
2043
p10.BrickColor = BrickColor.new("Black")
2044
p10.Material = Enum.Material.Metal
2045
p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2046
p10.CanCollide = false
2047
p10.Locked = true
2048
p10.FormFactor = Enum.FormFactor.Custom
2049
p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2050
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2051
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2052
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2053
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2054
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2055
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2056
b10 = Instance.new("SpecialMesh", p10)
2057
b10.MeshType = Enum.MeshType.Brick
2058
b10.Name = "Mesh"
2059
b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2060
p11 = Instance.new("Part", m3)
2061
p11.BrickColor = BrickColor.new("Really black")
2062
p11.Material = Enum.Material.Metal
2063
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)
2064
p11.CanCollide = false
2065
p11.Locked = true
2066
p11.FormFactor = Enum.FormFactor.Custom
2067
p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2068
b11 = Instance.new("SpecialMesh", p11)
2069
b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2070
b11.TextureId = ""
2071
b11.MeshType = Enum.MeshType.FileMesh
2072
b11.Name = "Mesh"
2073
b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2074
p12 = Instance.new("Part", m3)
2075
p12.BrickColor = BrickColor.new("Really black")
2076
p12.Material = Enum.Material.Metal
2077
p12.Transparency = 1
2078
p12.Name = "Chain2Torso"
2079
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)
2080
p12.CanCollide = false
2081
p12.Locked = true
2082
p12.FormFactor = Enum.FormFactor.Custom
2083
p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2084
b12 = Instance.new("SpecialMesh", p12)
2085
b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2086
b12.TextureId = ""
2087
b12.MeshType = Enum.MeshType.FileMesh
2088
b12.Name = "Mesh"
2089
b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2090
p13 = Instance.new("Part", m3)
2091
p13.BrickColor = BrickColor.new("Really black")
2092
p13.Material = Enum.Material.Metal
2093
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)
2094
p13.CanCollide = false
2095
p13.Locked = true
2096
p13.FormFactor = Enum.FormFactor.Custom
2097
p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2098
b13 = Instance.new("SpecialMesh", p13)
2099
b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2100
b13.TextureId = ""
2101
b13.MeshType = Enum.MeshType.FileMesh
2102
b13.Name = "Mesh"
2103
b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2104
p14 = Instance.new("Part", m3)
2105
p14.BrickColor = BrickColor.new("Really black")
2106
p14.Material = Enum.Material.Metal
2107
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)
2108
p14.CanCollide = false
2109
p14.Locked = true
2110
p14.FormFactor = Enum.FormFactor.Custom
2111
p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2112
b14 = Instance.new("SpecialMesh", p14)
2113
b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2114
b14.TextureId = ""
2115
b14.MeshType = Enum.MeshType.FileMesh
2116
b14.Name = "Mesh"
2117
b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2118
p15 = Instance.new("Part", m3)
2119
p15.BrickColor = BrickColor.new("Really black")
2120
p15.Material = Enum.Material.Metal
2121
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)
2122
p15.CanCollide = false
2123
p15.Locked = true
2124
p15.FormFactor = Enum.FormFactor.Custom
2125
p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2126
b15 = Instance.new("SpecialMesh", p15)
2127
b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2128
b15.TextureId = ""
2129
b15.MeshType = Enum.MeshType.FileMesh
2130
b15.Name = "Mesh"
2131
b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2132
p16 = Instance.new("Part", m3)
2133
p16.BrickColor = BrickColor.new("Really black")
2134
p16.Material = Enum.Material.Metal
2135
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)
2136
p16.CanCollide = false
2137
p16.Locked = true
2138
p16.FormFactor = Enum.FormFactor.Custom
2139
p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2140
b16 = Instance.new("SpecialMesh", p16)
2141
b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2142
b16.TextureId = ""
2143
b16.MeshType = Enum.MeshType.FileMesh
2144
b16.Name = "Mesh"
2145
b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2146
p17 = Instance.new("Part", m3)
2147
p17.BrickColor = BrickColor.new("Really black")
2148
p17.Material = Enum.Material.Metal
2149
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)
2150
p17.CanCollide = false
2151
p17.Locked = true
2152
p17.FormFactor = Enum.FormFactor.Custom
2153
p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2154
b17 = Instance.new("SpecialMesh", p17)
2155
b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2156
b17.TextureId = ""
2157
b17.MeshType = Enum.MeshType.FileMesh
2158
b17.Name = "Mesh"
2159
b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2160
p18 = Instance.new("Part", m3)
2161
p18.BrickColor = BrickColor.new("Really black")
2162
p18.Material = Enum.Material.Metal
2163
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)
2164
p18.CanCollide = false
2165
p18.Locked = true
2166
p18.FormFactor = Enum.FormFactor.Custom
2167
p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2168
b18 = Instance.new("SpecialMesh", p18)
2169
b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2170
b18.TextureId = ""
2171
b18.MeshType = Enum.MeshType.FileMesh
2172
b18.Name = "Mesh"
2173
b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2174
p19 = Instance.new("Part", m3)
2175
p19.BrickColor = BrickColor.new("Really black")
2176
p19.Material = Enum.Material.Metal
2177
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)
2178
p19.CanCollide = false
2179
p19.Locked = true
2180
p19.FormFactor = Enum.FormFactor.Custom
2181
p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2182
b19 = Instance.new("SpecialMesh", p19)
2183
b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2184
b19.TextureId = ""
2185
b19.MeshType = Enum.MeshType.FileMesh
2186
b19.Name = "Mesh"
2187
b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2188
p20 = Instance.new("Part", m3)
2189
p20.BrickColor = BrickColor.new("Really black")
2190
p20.Material = Enum.Material.Metal
2191
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)
2192
p20.CanCollide = false
2193
p20.Locked = true
2194
p20.FormFactor = Enum.FormFactor.Custom
2195
p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2196
b20 = Instance.new("SpecialMesh", p20)
2197
b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2198
b20.TextureId = ""
2199
b20.MeshType = Enum.MeshType.FileMesh
2200
b20.Name = "Mesh"
2201
b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2202
p21 = Instance.new("Part", m3)
2203
p21.BrickColor = BrickColor.new("Really black")
2204
p21.Material = Enum.Material.Metal
2205
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)
2206
p21.CanCollide = false
2207
p21.Locked = true
2208
p21.FormFactor = Enum.FormFactor.Custom
2209
p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2210
b21 = Instance.new("SpecialMesh", p21)
2211
b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2212
b21.TextureId = ""
2213
b21.MeshType = Enum.MeshType.FileMesh
2214
b21.Name = "Mesh"
2215
b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2216
p22 = Instance.new("Part", m3)
2217
p22.BrickColor = BrickColor.new("Really black")
2218
p22.Material = Enum.Material.Metal
2219
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)
2220
p22.CanCollide = false
2221
p22.Locked = true
2222
p22.FormFactor = Enum.FormFactor.Custom
2223
p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2224
b22 = Instance.new("SpecialMesh", p22)
2225
b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2226
b22.TextureId = ""
2227
b22.MeshType = Enum.MeshType.FileMesh
2228
b22.Name = "Mesh"
2229
b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2230
p23 = Instance.new("Part", m3)
2231
p23.BrickColor = BrickColor.new("Really black")
2232
p23.Material = Enum.Material.Metal
2233
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)
2234
p23.CanCollide = false
2235
p23.Locked = true
2236
p23.FormFactor = Enum.FormFactor.Custom
2237
p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2238
b23 = Instance.new("SpecialMesh", p23)
2239
b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2240
b23.TextureId = ""
2241
b23.MeshType = Enum.MeshType.FileMesh
2242
b23.Name = "Mesh"
2243
b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2244
p24 = Instance.new("Part", m3)
2245
p24.BrickColor = BrickColor.new("Really black")
2246
p24.Material = Enum.Material.Metal
2247
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)
2248
p24.CanCollide = false
2249
p24.Locked = true
2250
p24.FormFactor = Enum.FormFactor.Custom
2251
p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2252
b24 = Instance.new("SpecialMesh", p24)
2253
b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2254
b24.TextureId = ""
2255
b24.MeshType = Enum.MeshType.FileMesh
2256
b24.Name = "Mesh"
2257
b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2258
p25 = Instance.new("Part", m3)
2259
p25.BrickColor = BrickColor.new("Really black")
2260
p25.Material = Enum.Material.Metal
2261
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)
2262
p25.CanCollide = false
2263
p25.Locked = true
2264
p25.FormFactor = Enum.FormFactor.Custom
2265
p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2266
b25 = Instance.new("SpecialMesh", p25)
2267
b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2268
b25.TextureId = ""
2269
b25.MeshType = Enum.MeshType.FileMesh
2270
b25.Name = "Mesh"
2271
b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2272
p26 = Instance.new("Part", m3)
2273
p26.BrickColor = BrickColor.new("Really black")
2274
p26.Material = Enum.Material.Metal
2275
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)
2276
p26.CanCollide = false
2277
p26.Locked = true
2278
p26.FormFactor = Enum.FormFactor.Custom
2279
p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2280
b26 = Instance.new("SpecialMesh", p26)
2281
b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2282
b26.TextureId = ""
2283
b26.MeshType = Enum.MeshType.FileMesh
2284
b26.Name = "Mesh"
2285
b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2286
p27 = Instance.new("Part", m3)
2287
p27.BrickColor = BrickColor.new("Really black")
2288
p27.Material = Enum.Material.Metal
2289
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)
2290
p27.CanCollide = false
2291
p27.Locked = true
2292
p27.FormFactor = Enum.FormFactor.Custom
2293
p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2294
b27 = Instance.new("SpecialMesh", p27)
2295
b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2296
b27.TextureId = ""
2297
b27.MeshType = Enum.MeshType.FileMesh
2298
b27.Name = "Mesh"
2299
b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2300
p28 = Instance.new("Part", m3)
2301
p28.BrickColor = BrickColor.new("Really black")
2302
p28.Material = Enum.Material.Metal
2303
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)
2304
p28.CanCollide = false
2305
p28.Locked = true
2306
p28.FormFactor = Enum.FormFactor.Custom
2307
p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2308
b28 = Instance.new("SpecialMesh", p28)
2309
b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2310
b28.TextureId = ""
2311
b28.MeshType = Enum.MeshType.FileMesh
2312
b28.Name = "Mesh"
2313
b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2314
p29 = Instance.new("Part", m3)
2315
p29.BrickColor = BrickColor.new("Really black")
2316
p29.Material = Enum.Material.Metal
2317
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)
2318
p29.CanCollide = false
2319
p29.Locked = true
2320
p29.FormFactor = Enum.FormFactor.Custom
2321
p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2322
b29 = Instance.new("SpecialMesh", p29)
2323
b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2324
b29.TextureId = ""
2325
b29.MeshType = Enum.MeshType.FileMesh
2326
b29.Name = "Mesh"
2327
b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2328
p30 = Instance.new("Part", m3)
2329
p30.BrickColor = BrickColor.new("Really black")
2330
p30.Material = Enum.Material.Metal
2331
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)
2332
p30.CanCollide = false
2333
p30.Locked = true
2334
p30.FormFactor = Enum.FormFactor.Custom
2335
p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2336
b30 = Instance.new("SpecialMesh", p30)
2337
b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2338
b30.TextureId = ""
2339
b30.MeshType = Enum.MeshType.FileMesh
2340
b30.Name = "Mesh"
2341
b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2342
p31 = Instance.new("Part", m3)
2343
p31.BrickColor = BrickColor.new("Really black")
2344
p31.Material = Enum.Material.Metal
2345
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)
2346
p31.CanCollide = false
2347
p31.Locked = true
2348
p31.FormFactor = Enum.FormFactor.Custom
2349
p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2350
b31 = Instance.new("SpecialMesh", p31)
2351
b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2352
b31.TextureId = ""
2353
b31.MeshType = Enum.MeshType.FileMesh
2354
b31.Name = "Mesh"
2355
b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2356
p32 = Instance.new("Part", m3)
2357
p32.BrickColor = BrickColor.new("Really black")
2358
p32.Material = Enum.Material.Metal
2359
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)
2360
p32.CanCollide = false
2361
p32.Locked = true
2362
p32.FormFactor = Enum.FormFactor.Custom
2363
p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2364
b32 = Instance.new("SpecialMesh", p32)
2365
b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2366
b32.TextureId = ""
2367
b32.MeshType = Enum.MeshType.FileMesh
2368
b32.Name = "Mesh"
2369
b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2370
p33 = Instance.new("Part", m3)
2371
p33.BrickColor = BrickColor.new("Really black")
2372
p33.Material = Enum.Material.Metal
2373
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)
2374
p33.CanCollide = false
2375
p33.Locked = true
2376
p33.FormFactor = Enum.FormFactor.Custom
2377
p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2378
b33 = Instance.new("SpecialMesh", p33)
2379
b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2380
b33.TextureId = ""
2381
b33.MeshType = Enum.MeshType.FileMesh
2382
b33.Name = "Mesh"
2383
b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2384
p34 = Instance.new("Part", m3)
2385
p34.BrickColor = BrickColor.new("Really black")
2386
p34.Material = Enum.Material.Metal
2387
p34.Name = "Connection"
2388
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)
2389
p34.CanCollide = false
2390
p34.Locked = true
2391
p34.FormFactor = Enum.FormFactor.Custom
2392
p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2393
b34 = Instance.new("SpecialMesh", p34)
2394
b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2395
b34.TextureId = ""
2396
b34.MeshType = Enum.MeshType.FileMesh
2397
b34.Name = "Mesh"
2398
b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2399
p35 = Instance.new("Part", m3)
2400
p35.BrickColor = BrickColor.new("Really black")
2401
p35.Material = Enum.Material.Metal
2402
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)
2403
p35.CanCollide = false
2404
p35.Locked = true
2405
p35.FormFactor = Enum.FormFactor.Custom
2406
p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2407
b35 = Instance.new("SpecialMesh", p35)
2408
b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2409
b35.TextureId = ""
2410
b35.MeshType = Enum.MeshType.FileMesh
2411
b35.Name = "Mesh"
2412
b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2413
p36 = Instance.new("Part", m3)
2414
p36.BrickColor = BrickColor.new("Really black")
2415
p36.Material = Enum.Material.Metal
2416
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)
2417
p36.CanCollide = false
2418
p36.Locked = true
2419
p36.FormFactor = Enum.FormFactor.Custom
2420
p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2421
b36 = Instance.new("SpecialMesh", p36)
2422
b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2423
b36.TextureId = ""
2424
b36.MeshType = Enum.MeshType.FileMesh
2425
b36.Name = "Mesh"
2426
b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2427
w1 = Instance.new("Weld", p2)
2428
w1.Name = "Joint"
2429
w1.Part0 = p2
2430
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)
2431
w1.Part1 = p18
2432
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2433
w2 = Instance.new("Weld", p3)
2434
w2.Name = "Joint"
2435
w2.Part0 = p3
2436
w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2437
w2.Part1 = p1
2438
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2439
w3 = Instance.new("Weld", p4)
2440
w3.Name = "Joint"
2441
w3.Part0 = p4
2442
w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2443
w3.Part1 = p1
2444
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2445
w4 = Instance.new("Weld", p5)
2446
w4.Name = "Joint"
2447
w4.Part0 = p5
2448
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)
2449
w4.Part1 = p7
2450
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2451
w5 = Instance.new("Weld", p6)
2452
w5.Name = "Joint"
2453
w5.Part0 = p6
2454
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)
2455
w5.Part1 = p7
2456
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2457
w6 = Instance.new("Weld", p7)
2458
w6.Name = "Joint"
2459
w6.Part0 = p7
2460
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)
2461
w6.Part1 = p1
2462
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2463
w7 = Instance.new("Weld", p8)
2464
w7.Name = "Joint"
2465
w7.Part0 = p8
2466
w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2467
w7.Part1 = p1
2468
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2469
w8 = Instance.new("Weld", p9)
2470
w8.Name = "Joint"
2471
w8.Part0 = p9
2472
w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2473
w8.Part1 = p1
2474
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2475
w9 = Instance.new("Weld", p10)
2476
w9.Name = "Joint"
2477
w9.Part0 = p10
2478
w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2479
w9.Part1 = p1
2480
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2481
w10 = Instance.new("Weld", p11)
2482
w10.Name = "Joint"
2483
w10.Part0 = p11
2484
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)
2485
w10.Part1 = p19
2486
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2487
w11 = Instance.new("Weld", p12)
2488
w11.Name = "Joint"
2489
w11.Part0 = p12
2490
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)
2491
w11.Part1 = p1
2492
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2493
w12 = Instance.new("Weld", p13)
2494
w12.Name = "Joint"
2495
w12.Part0 = p13
2496
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)
2497
w12.Part1 = p35
2498
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2499
w13 = Instance.new("Weld", p14)
2500
w13.Name = "Joint"
2501
w13.Part0 = p14
2502
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)
2503
w13.Part1 = p34
2504
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2505
w14 = Instance.new("Weld", p15)
2506
w14.Name = "Joint"
2507
w14.Part0 = p15
2508
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)
2509
w14.Part1 = p16
2510
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2511
w15 = Instance.new("Weld", p16)
2512
w15.Name = "Joint"
2513
w15.Part0 = p16
2514
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)
2515
w15.Part1 = p20
2516
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2517
w16 = Instance.new("Weld", p17)
2518
w16.Name = "Joint"
2519
w16.Part0 = p17
2520
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)
2521
w16.Part1 = p14
2522
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2523
w17 = Instance.new("Weld", p18)
2524
w17.Name = "Joint"
2525
w17.Part0 = p18
2526
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)
2527
w17.Part1 = p17
2528
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2529
w18 = Instance.new("Weld", p19)
2530
w18.Name = "Joint"
2531
w18.Part0 = p19
2532
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)
2533
w18.Part1 = p21
2534
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2535
w19 = Instance.new("Weld", p20)
2536
w19.Name = "Joint"
2537
w19.Part0 = p20
2538
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)
2539
w19.Part1 = p11
2540
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2541
w20 = Instance.new("Weld", p21)
2542
w20.Name = "Joint"
2543
w20.Part0 = p21
2544
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)
2545
w20.Part1 = p22
2546
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2547
w21 = Instance.new("Weld", p22)
2548
w21.Name = "Joint"
2549
w21.Part0 = p22
2550
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)
2551
w21.Part1 = p23
2552
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2553
w22 = Instance.new("Weld", p23)
2554
w22.Name = "Joint"
2555
w22.Part0 = p23
2556
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)
2557
w22.Part1 = p24
2558
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2559
w23 = Instance.new("Weld", p24)
2560
w23.Name = "Joint"
2561
w23.Part0 = p24
2562
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)
2563
w23.Part1 = p25
2564
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2565
w24 = Instance.new("Weld", p25)
2566
w24.Name = "Joint"
2567
w24.Part0 = p25
2568
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)
2569
w24.Part1 = p26
2570
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2571
w25 = Instance.new("Weld", p26)
2572
w25.Name = "Joint"
2573
w25.Part0 = p26
2574
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)
2575
w25.Part1 = p27
2576
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2577
w26 = Instance.new("Weld", p27)
2578
w26.Name = "Joint"
2579
w26.Part0 = p27
2580
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)
2581
w26.Part1 = p28
2582
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2583
w27 = Instance.new("Weld", p28)
2584
w27.Name = "Joint"
2585
w27.Part0 = p28
2586
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)
2587
w27.Part1 = p29
2588
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2589
w28 = Instance.new("Weld", p29)
2590
w28.Name = "Joint"
2591
w28.Part0 = p29
2592
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)
2593
w28.Part1 = p30
2594
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2595
w29 = Instance.new("Weld", p30)
2596
w29.Name = "Joint"
2597
w29.Part0 = p30
2598
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)
2599
w29.Part1 = p31
2600
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2601
w30 = Instance.new("Weld", p31)
2602
w30.Name = "Joint"
2603
w30.Part0 = p31
2604
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)
2605
w30.Part1 = p32
2606
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2607
w31 = Instance.new("Weld", p32)
2608
w31.Name = "Joint"
2609
w31.Part0 = p32
2610
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)
2611
w31.Part1 = p33
2612
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2613
w32 = Instance.new("Weld", p33)
2614
w32.Name = "Joint"
2615
w32.Part0 = p33
2616
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)
2617
w32.Part1 = p13
2618
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2619
w33 = Instance.new("Weld", p34)
2620
w33.Name = "Joint"
2621
w33.Part0 = p34
2622
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)
2623
w33.Part1 = p12
2624
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2625
w34 = Instance.new("Weld", p35)
2626
w34.Name = "Joint"
2627
w34.Part0 = p35
2628
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)
2629
w34.Part1 = p36
2630
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2631
w35 = Instance.new("Weld", p36)
2632
w35.Name = "Joint"
2633
w35.Part0 = p36
2634
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)
2635
w35.Part1 = p2
2636
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2637
m3.Parent = torso
2638
m3:MakeJoints()
2639
----------------------------------------------------
2640
local cor3 = Instance.new("Part", torso.Torso)
2641
cor3.Name = "Thingy"
2642
cor3.Locked = true
2643
cor3.BottomSurface = 0
2644
cor3.CanCollide = false
2645
cor3.Size = Vector3.new(1, 1, 1)
2646
cor3.Transparency = 1
2647
cor3.TopSurface = 0
2648
corw3 = Instance.new("Weld", cor3)
2649
corw3.Part0 = torso
2650
corw3.Part1 = cor3
2651
corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2652
corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2653
weld3 = Instance.new("Weld", torso.Torso)
2654
weld3.Part0 = cor3
2655
weld3.Part1 = torso.Torso.TorsoPlate
2656
weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2657
--Left Leg
2658
m4 = Instance.new("Model")
2659
m4.Name = "LeftLeg"
2660
p1 = Instance.new("Part", m4)
2661
p1.BrickColor = BrickColor.new("Really black")
2662
p1.Material = Enum.Material.Metal
2663
p1.Name = "LeftLegPlate"
2664
p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2665
p1.Anchored = false
2666
p1.CanCollide = false
2667
p1.FormFactor = Enum.FormFactor.Custom
2668
p1.Size = Vector3.new(1, 2, 1)
2669
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2670
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2671
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2672
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2673
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2674
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2675
b1 = Instance.new("SpecialMesh", p1)
2676
b1.MeshType = Enum.MeshType.Brick
2677
b1.Name = "Mesh"
2678
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2679
p2 = Instance.new("Part", m4)
2680
p2.BrickColor = BrickColor.new("Really black")
2681
p2.Material = Enum.Material.Metal
2682
p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2683
p2.Anchored = false
2684
p2.CanCollide = false
2685
p2.FormFactor = Enum.FormFactor.Custom
2686
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2687
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2688
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2689
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2690
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2691
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2692
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2693
b2 = Instance.new("SpecialMesh", p2)
2694
b2.MeshType = Enum.MeshType.Brick
2695
b2.Name = "Mesh"
2696
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2697
p3 = Instance.new("Part", m4)
2698
p3.BrickColor = BrickColor.new("Really black")
2699
p3.Material = Enum.Material.Metal
2700
p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2701
p3.Anchored = false
2702
p3.CanCollide = false
2703
p3.FormFactor = Enum.FormFactor.Custom
2704
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2705
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2706
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2707
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2708
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2709
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2710
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2711
b3 = Instance.new("SpecialMesh", p3)
2712
b3.MeshType = Enum.MeshType.Brick
2713
b3.Name = "Mesh"
2714
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2715
p4 = Instance.new("Part", m4)
2716
p4.BrickColor = BrickColor.new("Black")
2717
p4.Material = Enum.Material.Metal
2718
p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2719
p4.Anchored = false
2720
p4.CanCollide = false
2721
p4.FormFactor = Enum.FormFactor.Custom
2722
p4.Size = Vector3.new(1, 2, 0.200000018)
2723
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2724
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2725
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2726
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2727
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2728
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2729
b4 = Instance.new("SpecialMesh", p4)
2730
b4.MeshType = Enum.MeshType.Brick
2731
b4.Name = "Mesh"
2732
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2733
p5 = Instance.new("Part", m4)
2734
p5.BrickColor = BrickColor.new("Black")
2735
p5.Material = Enum.Material.Metal
2736
p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2737
p5.Anchored = false
2738
p5.CanCollide = false
2739
p5.FormFactor = Enum.FormFactor.Custom
2740
p5.Size = Vector3.new(1, 2, 0.200000018)
2741
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2742
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2743
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2744
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2745
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2746
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2747
b5 = Instance.new("SpecialMesh", p5)
2748
b5.MeshType = Enum.MeshType.Brick
2749
b5.Name = "Mesh"
2750
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2751
p6 = Instance.new("Part", m4)
2752
p6.BrickColor = BrickColor.new("Black")
2753
p6.Material = Enum.Material.Metal
2754
p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2755
p6.Anchored = false
2756
p6.CanCollide = false
2757
p6.FormFactor = Enum.FormFactor.Custom
2758
p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2759
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2760
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2761
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2762
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2763
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2764
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2765
b6 = Instance.new("SpecialMesh", p6)
2766
b6.MeshType = Enum.MeshType.Brick
2767
b6.Name = "Mesh"
2768
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2769
p7 = Instance.new("Part", m4)
2770
p7.BrickColor = BrickColor.new("Black")
2771
p7.Material = Enum.Material.Metal
2772
p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2773
p7.Anchored = false
2774
p7.CanCollide = false
2775
p7.FormFactor = Enum.FormFactor.Custom
2776
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2777
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2778
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2779
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2780
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2781
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2782
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2783
b7 = Instance.new("SpecialMesh", p7)
2784
b7.MeshType = Enum.MeshType.Brick
2785
b7.Name = "Mesh"
2786
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2787
w1 = Instance.new("Weld", p2)
2788
w1.Name = "Joint"
2789
w1.Part0 = p2
2790
w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2791
w1.Part1 = p3
2792
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2793
w2 = Instance.new("Weld", p3)
2794
w2.Name = "Joint"
2795
w2.Part0 = p3
2796
w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2797
w2.Part1 = p5
2798
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2799
w3 = Instance.new("Weld", p4)
2800
w3.Name = "Joint"
2801
w3.Part0 = p4
2802
w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2803
w3.Part1 = p1
2804
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2805
w4 = Instance.new("Weld", p5)
2806
w4.Name = "Joint"
2807
w4.Part0 = p5
2808
w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2809
w4.Part1 = p1
2810
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2811
w5 = Instance.new("Weld", p6)
2812
w5.Name = "Joint"
2813
w5.Part0 = p6
2814
w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2815
w5.Part1 = p1
2816
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2817
w6 = Instance.new("Weld", p7)
2818
w6.Name = "Joint"
2819
w6.Part0 = p7
2820
w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2821
w6.Part1 = p1
2822
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2823
m4.Parent = lleg
2824
m4:MakeJoints()
2825
----------------------------------------------------
2826
local cor4 = Instance.new("Part", lleg.LeftLeg)
2827
cor4.Name = "Thingy"
2828
cor4.Locked = true
2829
cor4.BottomSurface = 0
2830
cor4.CanCollide = false
2831
cor4.Size = Vector3.new(1, 1, 1)
2832
cor4.Transparency = 1
2833
cor4.TopSurface = 0
2834
corw4 = Instance.new("Weld", cor4)
2835
corw4.Part0 = lleg
2836
corw4.Part1 = cor4
2837
corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2838
corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2839
weld4 = Instance.new("Weld", lleg.LeftLeg)
2840
weld4.Part0 = cor4
2841
weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2842
weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2843
--Right Leg
2844
m5 = Instance.new("Model")
2845
m5.Name = "RightLeg"
2846
p1 = Instance.new("Part", m5)
2847
p1.BrickColor = BrickColor.new("Really black")
2848
p1.Material = Enum.Material.Metal
2849
p1.Name = "RightLegPlate"
2850
p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2851
p1.Anchored = false
2852
p1.CanCollide = false
2853
p1.FormFactor = Enum.FormFactor.Custom
2854
p1.Size = Vector3.new(1, 2, 1)
2855
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2856
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2857
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2858
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2859
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2860
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2861
b1 = Instance.new("SpecialMesh", p1)
2862
b1.MeshType = Enum.MeshType.Brick
2863
b1.Name = "Mesh"
2864
b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2865
p2 = Instance.new("Part", m5)
2866
p2.BrickColor = BrickColor.new("Really black")
2867
p2.Material = Enum.Material.Metal
2868
p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2869
p2.Anchored = false
2870
p2.CanCollide = false
2871
p2.FormFactor = Enum.FormFactor.Custom
2872
p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2873
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2874
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2875
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2876
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2877
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2878
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2879
b2 = Instance.new("SpecialMesh", p2)
2880
b2.MeshType = Enum.MeshType.Brick
2881
b2.Name = "Mesh"
2882
b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2883
p3 = Instance.new("Part", m5)
2884
p3.BrickColor = BrickColor.new("Really black")
2885
p3.Material = Enum.Material.Metal
2886
p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2887
p3.Anchored = false
2888
p3.CanCollide = false
2889
p3.FormFactor = Enum.FormFactor.Custom
2890
p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2891
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2892
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2893
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2894
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2895
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2896
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2897
b3 = Instance.new("SpecialMesh", p3)
2898
b3.MeshType = Enum.MeshType.Brick
2899
b3.Name = "Mesh"
2900
b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2901
p4 = Instance.new("Part", m5)
2902
p4.BrickColor = BrickColor.new("Black")
2903
p4.Material = Enum.Material.Metal
2904
p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2905
p4.Anchored = false
2906
p4.CanCollide = false
2907
p4.FormFactor = Enum.FormFactor.Custom
2908
p4.Size = Vector3.new(1, 2, 0.200000018)
2909
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2910
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2911
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2912
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2913
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2914
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2915
b4 = Instance.new("SpecialMesh", p4)
2916
b4.MeshType = Enum.MeshType.Brick
2917
b4.Name = "Mesh"
2918
b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2919
p5 = Instance.new("Part", m5)
2920
p5.BrickColor = BrickColor.new("Black")
2921
p5.Material = Enum.Material.Metal
2922
p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2923
p5.Anchored = false
2924
p5.CanCollide = false
2925
p5.FormFactor = Enum.FormFactor.Custom
2926
p5.Size = Vector3.new(1, 2, 0.200000018)
2927
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2928
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2929
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2930
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2931
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2932
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2933
b5 = Instance.new("SpecialMesh", p5)
2934
b5.MeshType = Enum.MeshType.Brick
2935
b5.Name = "Mesh"
2936
b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2937
p6 = Instance.new("Part", m5)
2938
p6.BrickColor = BrickColor.new("Black")
2939
p6.Material = Enum.Material.Metal
2940
p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2941
p6.Anchored = false
2942
p6.CanCollide = false
2943
p6.FormFactor = Enum.FormFactor.Custom
2944
p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2945
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2946
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2947
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2948
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2949
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2950
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2951
b6 = Instance.new("SpecialMesh", p6)
2952
b6.MeshType = Enum.MeshType.Brick
2953
b6.Name = "Mesh"
2954
b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2955
p7 = Instance.new("Part", m5)
2956
p7.BrickColor = BrickColor.new("Black")
2957
p7.Material = Enum.Material.Metal
2958
p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2959
p7.Anchored = false
2960
p7.CanCollide = false
2961
p7.FormFactor = Enum.FormFactor.Custom
2962
p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2963
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2964
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2965
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2966
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2967
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2968
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2969
b7 = Instance.new("SpecialMesh", p7)
2970
b7.MeshType = Enum.MeshType.Brick
2971
b7.Name = "Mesh"
2972
b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2973
w1 = Instance.new("Weld", p2)
2974
w1.Name = "Joint"
2975
w1.Part0 = p2
2976
w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2977
w1.Part1 = p3
2978
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2979
w2 = Instance.new("Weld", p3)
2980
w2.Name = "Joint"
2981
w2.Part0 = p3
2982
w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2983
w2.Part1 = p5
2984
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2985
w3 = Instance.new("Weld", p4)
2986
w3.Name = "Joint"
2987
w3.Part0 = p4
2988
w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2989
w3.Part1 = p1
2990
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2991
w4 = Instance.new("Weld", p5)
2992
w4.Name = "Joint"
2993
w4.Part0 = p5
2994
w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2995
w4.Part1 = p1
2996
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2997
w5 = Instance.new("Weld", p6)
2998
w5.Name = "Joint"
2999
w5.Part0 = p6
3000
w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3001
w5.Part1 = p1
3002
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3003
w6 = Instance.new("Weld", p7)
3004
w6.Name = "Joint"
3005
w6.Part0 = p7
3006
w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3007
w6.Part1 = p1
3008
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3009
m5.Parent = rleg
3010
m5:MakeJoints()
3011
----------------------------------------------------
3012
local cor5 = Instance.new("Part", rleg.RightLeg)
3013
cor5.Name = "Thingy"
3014
cor5.Locked = true
3015
cor5.BottomSurface = 0
3016
cor5.CanCollide = false
3017
cor5.Size = Vector3.new(1, 1, 1)
3018
cor5.Transparency = 1
3019
cor5.TopSurface = 0
3020
corw5 = Instance.new("Weld", cor5)
3021
corw5.Part0 = rleg
3022
corw5.Part1 = cor5
3023
corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3024
corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3025
wld5 = Instance.new("Weld", rleg.RightLeg)
3026
wld5.Part0 = cor5
3027
wld5.Part1 = rleg.RightLeg.RightLegPlate
3028
wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3029
--Cape
3030
m6 = Instance.new("Model")
3031
m6.Name = "Cloak"
3032
p1 = Instance.new("WedgePart", m6)
3033
p1.BrickColor = BrickColor.new("Lime green")
3034
p1.Material = Enum.Material.SmoothPlastic
3035
p1.Name = "Wedge"
3036
p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3037
p1.CanCollide = false
3038
p1.Locked = true
3039
p1.FormFactor = Enum.FormFactor.Custom
3040
p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3041
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3042
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3043
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3044
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3045
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3046
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3047
b1 = Instance.new("SpecialMesh", p1)
3048
b1.MeshType = Enum.MeshType.Wedge
3049
b1.Name = "Mesh"
3050
b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3051
p2 = Instance.new("WedgePart", m6)
3052
p2.BrickColor = BrickColor.new("Black")
3053
p2.Material = Enum.Material.SmoothPlastic
3054
p2.Name = "Wedge"
3055
p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3056
p2.CanCollide = false
3057
p2.Locked = true
3058
p2.FormFactor = Enum.FormFactor.Custom
3059
p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3060
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3061
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3062
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3063
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3064
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3065
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3066
b2 = Instance.new("SpecialMesh", p2)
3067
b2.MeshType = Enum.MeshType.Wedge
3068
b2.Name = "Mesh"
3069
b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3070
p3 = Instance.new("Part", m6)
3071
p3.BrickColor = BrickColor.new("Black")
3072
p3.Material = Enum.Material.SmoothPlastic
3073
p3.Name = "CapeLevel2"
3074
p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3075
p3.CanCollide = false
3076
p3.Locked = true
3077
p3.FormFactor = Enum.FormFactor.Custom
3078
p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3079
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3080
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3081
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3082
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3083
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3084
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3085
b3 = Instance.new("BlockMesh", p3)
3086
b3.Name = "Mesh"
3087
b3.Scale = Vector3.new(1, 1, 0.602178097)
3088
p4 = Instance.new("Part", m6)
3089
p4.BrickColor = BrickColor.new("Black")
3090
p4.Material = Enum.Material.SmoothPlastic
3091
p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3092
p4.CanCollide = false
3093
p4.Locked = true
3094
p4.FormFactor = Enum.FormFactor.Custom
3095
p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3096
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3097
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3098
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3099
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3100
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3101
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3102
b4 = Instance.new("BlockMesh", p4)
3103
b4.Name = "Mesh"
3104
b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3105
p5 = Instance.new("Part", m6)
3106
p5.BrickColor = BrickColor.new("Black")
3107
p5.Material = Enum.Material.SmoothPlastic
3108
p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3109
p5.CanCollide = false
3110
p5.Locked = true
3111
p5.FormFactor = Enum.FormFactor.Custom
3112
p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3113
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3114
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3115
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3116
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3117
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3118
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3119
b5 = Instance.new("BlockMesh", p5)
3120
b5.Name = "Mesh"
3121
b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3122
p6 = Instance.new("Part", m6)
3123
p6.BrickColor = BrickColor.new("Black")
3124
p6.Material = Enum.Material.SmoothPlastic
3125
p6.Name = "CapeLevel1"
3126
p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3127
p6.CanCollide = false
3128
p6.Locked = true
3129
p6.FormFactor = Enum.FormFactor.Custom
3130
p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3131
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3132
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3133
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3134
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3135
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3136
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3137
b6 = Instance.new("BlockMesh", p6)
3138
b6.Name = "Mesh"
3139
b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3140
p7 = Instance.new("Part", m6)
3141
p7.BrickColor = BrickColor.new("Black")
3142
p7.Material = Enum.Material.SmoothPlastic
3143
p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3144
p7.CanCollide = false
3145
p7.Locked = true
3146
p7.FormFactor = Enum.FormFactor.Custom
3147
p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3148
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3149
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3150
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3151
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3152
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3153
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3154
b7 = Instance.new("BlockMesh", p7)
3155
b7.Name = "Mesh"
3156
b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3157
p8 = Instance.new("Part", m6)
3158
p8.BrickColor = BrickColor.new("Black")
3159
p8.Material = Enum.Material.SmoothPlastic
3160
p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3161
p8.CanCollide = false
3162
p8.Locked = true
3163
p8.FormFactor = Enum.FormFactor.Custom
3164
p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3165
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3166
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3167
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3168
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3169
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3170
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3171
b8 = Instance.new("BlockMesh", p8)
3172
b8.Name = "Mesh"
3173
b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3174
p9 = Instance.new("Part", m6)
3175
p9.BrickColor = BrickColor.new("Black")
3176
p9.Material = Enum.Material.SmoothPlastic
3177
p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3178
p9.CanCollide = false
3179
p9.Locked = true
3180
p9.FormFactor = Enum.FormFactor.Custom
3181
p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3182
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3183
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3184
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3185
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3186
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3187
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3188
b9 = Instance.new("BlockMesh", p9)
3189
b9.Name = "Mesh"
3190
b9.Scale = Vector3.new(1, 1, 0.602178097)
3191
p10 = Instance.new("Part", m6)
3192
p10.BrickColor = BrickColor.new("Black")
3193
p10.Material = Enum.Material.SmoothPlastic
3194
p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3195
p10.CanCollide = false
3196
p10.Locked = true
3197
p10.FormFactor = Enum.FormFactor.Custom
3198
p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3199
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3200
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3201
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3202
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3203
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3204
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3205
b10 = Instance.new("BlockMesh", p10)
3206
b10.Name = "Mesh"
3207
b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3208
p11 = Instance.new("Part", m6)
3209
p11.BrickColor = BrickColor.new("Black")
3210
p11.Material = Enum.Material.SmoothPlastic
3211
p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3212
p11.CanCollide = false
3213
p11.Locked = true
3214
p11.FormFactor = Enum.FormFactor.Custom
3215
p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3216
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3217
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3218
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3219
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3220
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3221
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3222
b11 = Instance.new("BlockMesh", p11)
3223
b11.Name = "Mesh"
3224
b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3225
p12 = Instance.new("Part", m6)
3226
p12.BrickColor = BrickColor.new("Black")
3227
p12.Material = Enum.Material.SmoothPlastic
3228
p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3229
p12.CanCollide = false
3230
p12.Locked = true
3231
p12.FormFactor = Enum.FormFactor.Custom
3232
p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3233
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3234
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3235
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3236
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3237
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3238
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3239
b12 = Instance.new("BlockMesh", p12)
3240
b12.Name = "Mesh"
3241
b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3242
p13 = Instance.new("Part", m6)
3243
p13.BrickColor = BrickColor.new("Black")
3244
p13.Material = Enum.Material.SmoothPlastic
3245
p13.Name = "BottomLeftFlap"
3246
p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3247
p13.CanCollide = false
3248
p13.Locked = true
3249
p13.FormFactor = Enum.FormFactor.Custom
3250
p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3251
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3252
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3253
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3254
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3255
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3256
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3257
b13 = Instance.new("BlockMesh", p13)
3258
b13.Name = "Mesh"
3259
b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3260
p14 = Instance.new("Part", m6)
3261
p14.BrickColor = BrickColor.new("Black")
3262
p14.Material = Enum.Material.SmoothPlastic
3263
p14.Transparency = 1
3264
p14.Name = "Rotater"
3265
p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3266
p14.CanCollide = false
3267
p14.Locked = true
3268
p14.FormFactor = Enum.FormFactor.Custom
3269
p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3270
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3271
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3272
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3273
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3274
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3275
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3276
b14 = Instance.new("BlockMesh", p14)
3277
b14.Name = "Mesh"
3278
b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3279
p15 = Instance.new("Part", m6)
3280
p15.BrickColor = BrickColor.new("Black")
3281
p15.Material = Enum.Material.SmoothPlastic
3282
p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3283
p15.CanCollide = false
3284
p15.Locked = true
3285
p15.FormFactor = Enum.FormFactor.Custom
3286
p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3287
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3288
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3289
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3290
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3291
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3292
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3293
b15 = Instance.new("BlockMesh", p15)
3294
b15.Name = "Mesh"
3295
b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3296
p16 = Instance.new("Part", m6)
3297
p16.BrickColor = BrickColor.new("Black")
3298
p16.Material = Enum.Material.SmoothPlastic
3299
p16.Name = "BottomCenterFlap"
3300
p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3301
p16.CanCollide = false
3302
p16.Locked = true
3303
p16.FormFactor = Enum.FormFactor.Custom
3304
p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3305
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3306
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3307
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3308
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3309
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3310
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3311
b16 = Instance.new("BlockMesh", p16)
3312
b16.Name = "Mesh"
3313
b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3314
p17 = Instance.new("Part", m6)
3315
p17.BrickColor = BrickColor.new("Black")
3316
p17.Material = Enum.Material.SmoothPlastic
3317
p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3318
p17.CanCollide = false
3319
p17.Locked = true
3320
p17.FormFactor = Enum.FormFactor.Custom
3321
p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3322
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3323
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3324
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3325
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3326
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3327
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3328
b17 = Instance.new("BlockMesh", p17)
3329
b17.Name = "Mesh"
3330
b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3331
p18 = Instance.new("Part", m6)
3332
p18.BrickColor = BrickColor.new("Black")
3333
p18.Material = Enum.Material.SmoothPlastic
3334
p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3335
p18.CanCollide = false
3336
p18.Locked = true
3337
p18.FormFactor = Enum.FormFactor.Custom
3338
p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3339
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3340
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3341
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3342
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3343
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3344
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3345
b18 = Instance.new("BlockMesh", p18)
3346
b18.Name = "Mesh"
3347
b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3348
p19 = Instance.new("WedgePart", m6)
3349
p19.BrickColor = BrickColor.new("Lime green")
3350
p19.Name = "Wedge"
3351
p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3352
p19.CanCollide = false
3353
p19.Locked = true
3354
p19.FormFactor = Enum.FormFactor.Custom
3355
p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3356
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3357
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3358
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3359
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3360
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3361
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3362
b19 = Instance.new("SpecialMesh", p19)
3363
b19.MeshType = Enum.MeshType.Wedge
3364
b19.Name = "Mesh"
3365
b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3366
p20 = Instance.new("Part", m6)
3367
p20.BrickColor = BrickColor.new("Black")
3368
p20.Material = Enum.Material.SmoothPlastic
3369
p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3370
p20.CanCollide = false
3371
p20.Locked = true
3372
p20.FormFactor = Enum.FormFactor.Custom
3373
p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3374
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3375
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3376
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3377
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3378
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3379
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3380
b20 = Instance.new("BlockMesh", p20)
3381
b20.Name = "Mesh"
3382
b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3383
p21 = Instance.new("Part", m6)
3384
p21.BrickColor = BrickColor.new("Black")
3385
p21.Material = Enum.Material.SmoothPlastic
3386
p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3387
p21.CanCollide = false
3388
p21.Locked = true
3389
p21.FormFactor = Enum.FormFactor.Custom
3390
p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3391
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3392
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3393
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3394
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3395
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3396
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3397
b21 = Instance.new("BlockMesh", p21)
3398
b21.Name = "Mesh"
3399
b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3400
p22 = Instance.new("WedgePart", m6)
3401
p22.BrickColor = BrickColor.new("Lime green")
3402
p22.Name = "Wedge"
3403
p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3404
p22.CanCollide = false
3405
p22.Locked = true
3406
p22.FormFactor = Enum.FormFactor.Custom
3407
p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3408
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3409
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3410
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3411
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3412
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3413
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3414
b22 = Instance.new("SpecialMesh", p22)
3415
b22.MeshType = Enum.MeshType.Wedge
3416
b22.Name = "Mesh"
3417
b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3418
p23 = Instance.new("WedgePart", m6)
3419
p23.BrickColor = BrickColor.new("Lime green")
3420
p23.Material = Enum.Material.SmoothPlastic
3421
p23.Name = "Wedge"
3422
p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3423
p23.CanCollide = false
3424
p23.Locked = true
3425
p23.FormFactor = Enum.FormFactor.Custom
3426
p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3427
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3428
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3429
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3430
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3431
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3432
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3433
b23 = Instance.new("SpecialMesh", p23)
3434
b23.MeshType = Enum.MeshType.Wedge
3435
b23.Name = "Mesh"
3436
b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3437
p24 = Instance.new("WedgePart", m6)
3438
p24.BrickColor = BrickColor.new("Black")
3439
p24.Material = Enum.Material.SmoothPlastic
3440
p24.Name = "Wedge"
3441
p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3442
p24.CanCollide = false
3443
p24.Locked = true
3444
p24.FormFactor = Enum.FormFactor.Custom
3445
p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3446
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3447
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3448
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3449
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3450
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3451
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3452
b24 = Instance.new("SpecialMesh", p24)
3453
b24.MeshType = Enum.MeshType.Wedge
3454
b24.Name = "Mesh"
3455
b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3456
p25 = Instance.new("WedgePart", m6)
3457
p25.BrickColor = BrickColor.new("Lime green")
3458
p25.Name = "Wedge"
3459
p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3460
p25.CanCollide = false
3461
p25.Locked = true
3462
p25.FormFactor = Enum.FormFactor.Custom
3463
p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3464
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3465
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3466
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3467
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3468
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3469
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3470
b25 = Instance.new("SpecialMesh", p25)
3471
b25.MeshType = Enum.MeshType.Wedge
3472
b25.Name = "Mesh"
3473
b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3474
p26 = Instance.new("WedgePart", m6)
3475
p26.BrickColor = BrickColor.new("Black")
3476
p26.Material = Enum.Material.SmoothPlastic
3477
p26.Name = "Wedge"
3478
p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3479
p26.CanCollide = false
3480
p26.Locked = true
3481
p26.FormFactor = Enum.FormFactor.Custom
3482
p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3483
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3484
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3485
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3486
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3487
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3488
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3489
b26 = Instance.new("SpecialMesh", p26)
3490
b26.MeshType = Enum.MeshType.Wedge
3491
b26.Name = "Mesh"
3492
b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3493
p27 = Instance.new("Part", m6)
3494
p27.BrickColor = BrickColor.new("Black")
3495
p27.Material = Enum.Material.SmoothPlastic
3496
p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3497
p27.CanCollide = false
3498
p27.Locked = true
3499
p27.FormFactor = Enum.FormFactor.Custom
3500
p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3501
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3502
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3503
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3504
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3505
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3506
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3507
b27 = Instance.new("BlockMesh", p27)
3508
b27.Name = "Mesh"
3509
b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3510
p28 = Instance.new("WedgePart", m6)
3511
p28.BrickColor = BrickColor.new("Black")
3512
p28.Material = Enum.Material.SmoothPlastic
3513
p28.Name = "Wedge"
3514
p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3515
p28.CanCollide = false
3516
p28.Locked = true
3517
p28.FormFactor = Enum.FormFactor.Custom
3518
p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3519
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3520
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3521
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3522
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3523
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3524
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3525
b28 = Instance.new("SpecialMesh", p28)
3526
b28.MeshType = Enum.MeshType.Wedge
3527
b28.Name = "Mesh"
3528
b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3529
p29 = Instance.new("Part", m6)
3530
p29.BrickColor = BrickColor.new("Black")
3531
p29.Material = Enum.Material.SmoothPlastic
3532
p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3533
p29.CanCollide = false
3534
p29.Locked = true
3535
p29.FormFactor = Enum.FormFactor.Custom
3536
p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3537
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3538
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3539
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3540
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3541
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3542
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3543
b29 = Instance.new("BlockMesh", p29)
3544
b29.Name = "Mesh"
3545
b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3546
p30 = Instance.new("WedgePart", m6)
3547
p30.BrickColor = BrickColor.new("Black")
3548
p30.Material = Enum.Material.SmoothPlastic
3549
p30.Name = "Wedge"
3550
p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3551
p30.CanCollide = false
3552
p30.Locked = true
3553
p30.FormFactor = Enum.FormFactor.Custom
3554
p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3555
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3556
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3557
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3558
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3559
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3560
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3561
b30 = Instance.new("SpecialMesh", p30)
3562
b30.MeshType = Enum.MeshType.Wedge
3563
b30.Name = "Mesh"
3564
b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3565
p31 = Instance.new("WedgePart", m6)
3566
p31.BrickColor = BrickColor.new("Black")
3567
p31.Material = Enum.Material.SmoothPlastic
3568
p31.Name = "Wedge"
3569
p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3570
p31.CanCollide = false
3571
p31.Locked = true
3572
p31.FormFactor = Enum.FormFactor.Custom
3573
p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3574
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3575
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3576
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3577
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3578
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3579
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3580
b31 = Instance.new("SpecialMesh", p31)
3581
b31.MeshType = Enum.MeshType.Wedge
3582
b31.Name = "Mesh"
3583
b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3584
p32 = Instance.new("Part", m6)
3585
p32.BrickColor = BrickColor.new("Black")
3586
p32.Material = Enum.Material.SmoothPlastic
3587
p32.Name = "BottomRightFlap"
3588
p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3589
p32.CanCollide = false
3590
p32.Locked = true
3591
p32.FormFactor = Enum.FormFactor.Custom
3592
p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3593
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3594
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3595
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3596
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3597
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3598
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3599
b32 = Instance.new("BlockMesh", p32)
3600
b32.Name = "Mesh"
3601
b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3602
p33 = Instance.new("WedgePart", m6)
3603
p33.BrickColor = BrickColor.new("Black")
3604
p33.Material = Enum.Material.SmoothPlastic
3605
p33.Name = "Wedge"
3606
p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3607
p33.CanCollide = false
3608
p33.Locked = true
3609
p33.FormFactor = Enum.FormFactor.Custom
3610
p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3611
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3612
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3613
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3614
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3615
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3616
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3617
b33 = Instance.new("SpecialMesh", p33)
3618
b33.MeshType = Enum.MeshType.Wedge
3619
b33.Name = "Mesh"
3620
b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3621
p34 = Instance.new("WedgePart", m6)
3622
p34.BrickColor = BrickColor.new("Black")
3623
p34.Material = Enum.Material.SmoothPlastic
3624
p34.Name = "Wedge"
3625
p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3626
p34.CanCollide = false
3627
p34.Locked = true
3628
p34.FormFactor = Enum.FormFactor.Custom
3629
p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3630
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3631
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3632
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3633
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3634
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3635
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3636
b34 = Instance.new("SpecialMesh", p34)
3637
b34.MeshType = Enum.MeshType.Wedge
3638
b34.Name = "Mesh"
3639
b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3640
p35 = Instance.new("Part", m6)
3641
p35.BrickColor = BrickColor.new("Black")
3642
p35.Material = Enum.Material.SmoothPlastic
3643
p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3644
p35.CanCollide = false
3645
p35.Locked = true
3646
p35.FormFactor = Enum.FormFactor.Custom
3647
p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3648
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3649
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3650
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3651
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3652
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3653
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3654
b35 = Instance.new("BlockMesh", p35)
3655
b35.Name = "Mesh"
3656
b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3657
p36 = Instance.new("WedgePart", m6)
3658
p36.BrickColor = BrickColor.new("Black")
3659
p36.Material = Enum.Material.SmoothPlastic
3660
p36.Name = "Wedge"
3661
p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3662
p36.CanCollide = false
3663
p36.Locked = true
3664
p36.FormFactor = Enum.FormFactor.Custom
3665
p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3666
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3667
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3668
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3669
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3670
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3671
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3672
b36 = Instance.new("SpecialMesh", p36)
3673
b36.MeshType = Enum.MeshType.Wedge
3674
b36.Name = "Mesh"
3675
b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3676
p37 = Instance.new("Part", m6)
3677
p37.BrickColor = BrickColor.new("Black")
3678
p37.Material = Enum.Material.SmoothPlastic
3679
p37.Name = "CapeLevel3"
3680
p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3681
p37.CanCollide = false
3682
p37.Locked = true
3683
p37.FormFactor = Enum.FormFactor.Custom
3684
p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3685
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3686
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3687
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3688
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3689
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3690
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3691
b37 = Instance.new("BlockMesh", p37)
3692
b37.Name = "Mesh"
3693
b37.Scale = Vector3.new(1, 1, 0.602178097)
3694
p38 = Instance.new("WedgePart", m6)
3695
p38.BrickColor = BrickColor.new("Lime green")
3696
p38.Material = Enum.Material.SmoothPlastic
3697
p38.Name = "Wedge"
3698
p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3699
p38.CanCollide = false
3700
p38.Locked = true
3701
p38.FormFactor = Enum.FormFactor.Custom
3702
p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3703
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3704
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3705
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3706
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3707
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3708
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3709
b38 = Instance.new("SpecialMesh", p38)
3710
b38.MeshType = Enum.MeshType.Wedge
3711
b38.Name = "Mesh"
3712
b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3713
p39 = Instance.new("WedgePart", m6)
3714
p39.BrickColor = BrickColor.new("Lime green")
3715
p39.Material = Enum.Material.SmoothPlastic
3716
p39.Name = "Wedge"
3717
p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3718
p39.CanCollide = false
3719
p39.Locked = true
3720
p39.FormFactor = Enum.FormFactor.Custom
3721
p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3722
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3723
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3724
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3725
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3726
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3727
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3728
b39 = Instance.new("SpecialMesh", p39)
3729
b39.MeshType = Enum.MeshType.Wedge
3730
b39.Name = "Mesh"
3731
b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3732
p40 = Instance.new("WedgePart", m6)
3733
p40.BrickColor = BrickColor.new("Black")
3734
p40.Material = Enum.Material.SmoothPlastic
3735
p40.Name = "Wedge"
3736
p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3737
p40.CanCollide = false
3738
p40.Locked = true
3739
p40.FormFactor = Enum.FormFactor.Custom
3740
p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3741
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3742
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3743
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3744
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3745
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3746
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3747
b40 = Instance.new("SpecialMesh", p40)
3748
b40.MeshType = Enum.MeshType.Wedge
3749
b40.Name = "Mesh"
3750
b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3751
p41 = Instance.new("WedgePart", m6)
3752
p41.BrickColor = BrickColor.new("Black")
3753
p41.Material = Enum.Material.SmoothPlastic
3754
p41.Name = "Wedge"
3755
p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3756
p41.CanCollide = false
3757
p41.Locked = true
3758
p41.FormFactor = Enum.FormFactor.Custom
3759
p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3760
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3761
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3762
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3763
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3764
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3765
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3766
b41 = Instance.new("SpecialMesh", p41)
3767
b41.MeshType = Enum.MeshType.Wedge
3768
b41.Name = "Mesh"
3769
b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3770
p42 = Instance.new("WedgePart", m6)
3771
p42.BrickColor = BrickColor.new("Black")
3772
p42.Material = Enum.Material.SmoothPlastic
3773
p42.Name = "Wedge"
3774
p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3775
p42.CanCollide = false
3776
p42.Locked = true
3777
p42.FormFactor = Enum.FormFactor.Custom
3778
p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3779
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3780
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3781
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3782
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3783
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3784
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3785
b42 = Instance.new("SpecialMesh", p42)
3786
b42.MeshType = Enum.MeshType.Wedge
3787
b42.Name = "Mesh"
3788
b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3789
p43 = Instance.new("WedgePart", m6)
3790
p43.BrickColor = BrickColor.new("Black")
3791
p43.Material = Enum.Material.SmoothPlastic
3792
p43.Name = "Wedge"
3793
p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3794
p43.CanCollide = false
3795
p43.Locked = true
3796
p43.FormFactor = Enum.FormFactor.Custom
3797
p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3798
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3799
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3800
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3801
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3802
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3803
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3804
b43 = Instance.new("SpecialMesh", p43)
3805
b43.MeshType = Enum.MeshType.Wedge
3806
b43.Name = "Mesh"
3807
b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3808
p44 = Instance.new("WedgePart", m6)
3809
p44.BrickColor = BrickColor.new("Black")
3810
p44.Material = Enum.Material.SmoothPlastic
3811
p44.Name = "Wedge"
3812
p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3813
p44.CanCollide = false
3814
p44.Locked = true
3815
p44.FormFactor = Enum.FormFactor.Custom
3816
p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3817
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3818
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3819
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3820
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3821
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3822
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3823
b44 = Instance.new("SpecialMesh", p44)
3824
b44.MeshType = Enum.MeshType.Wedge
3825
b44.Name = "Mesh"
3826
b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3827
p45 = Instance.new("WedgePart", m6)
3828
p45.BrickColor = BrickColor.new("Black")
3829
p45.Material = Enum.Material.SmoothPlastic
3830
p45.Name = "Wedge"
3831
p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3832
p45.CanCollide = false
3833
p45.Locked = true
3834
p45.FormFactor = Enum.FormFactor.Custom
3835
p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3836
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3837
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3838
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3839
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3840
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3841
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3842
b45 = Instance.new("SpecialMesh", p45)
3843
b45.MeshType = Enum.MeshType.Wedge
3844
b45.Name = "Mesh"
3845
b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3846
p46 = Instance.new("WedgePart", m6)
3847
p46.BrickColor = BrickColor.new("Black")
3848
p46.Material = Enum.Material.SmoothPlastic
3849
p46.Name = "Wedge"
3850
p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3851
p46.CanCollide = false
3852
p46.Locked = true
3853
p46.FormFactor = Enum.FormFactor.Custom
3854
p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3855
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3856
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3857
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3858
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3859
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3860
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3861
b46 = Instance.new("SpecialMesh", p46)
3862
b46.MeshType = Enum.MeshType.Wedge
3863
b46.Name = "Mesh"
3864
b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3865
p47 = Instance.new("Part", m6)
3866
p47.BrickColor = BrickColor.new("Black")
3867
p47.Material = Enum.Material.SmoothPlastic
3868
p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3869
p47.CanCollide = false
3870
p47.Locked = true
3871
p47.FormFactor = Enum.FormFactor.Custom
3872
p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3873
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3874
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3875
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3876
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3877
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3878
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3879
b47 = Instance.new("BlockMesh", p47)
3880
b47.Name = "Mesh"
3881
b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3882
p48 = Instance.new("Part", m6)
3883
p48.BrickColor = BrickColor.new("Black")
3884
p48.Material = Enum.Material.SmoothPlastic
3885
p48.Name = "CapeLevel4"
3886
p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3887
p48.CanCollide = false
3888
p48.Locked = true
3889
p48.FormFactor = Enum.FormFactor.Custom
3890
p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3891
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3892
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3893
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3894
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3895
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3896
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3897
b48 = Instance.new("BlockMesh", p48)
3898
b48.Name = "Mesh"
3899
b48.Scale = Vector3.new(1, 1, 0.602178097)
3900
p49 = Instance.new("WedgePart", m6)
3901
p49.BrickColor = BrickColor.new("Black")
3902
p49.Material = Enum.Material.SmoothPlastic
3903
p49.Name = "Wedge"
3904
p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3905
p49.CanCollide = false
3906
p49.Locked = true
3907
p49.FormFactor = Enum.FormFactor.Custom
3908
p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3909
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3910
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3911
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3912
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3913
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3914
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3915
b49 = Instance.new("SpecialMesh", p49)
3916
b49.MeshType = Enum.MeshType.Wedge
3917
b49.Name = "Mesh"
3918
b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3919
p50 = Instance.new("Part", m6)
3920
p50.BrickColor = BrickColor.new("Black")
3921
p50.Material = Enum.Material.SmoothPlastic
3922
p50.Name = "CapeLevel1SubPart"
3923
p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3924
p50.CanCollide = false
3925
p50.Locked = true
3926
p50.FormFactor = Enum.FormFactor.Custom
3927
p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3928
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3929
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3930
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3931
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3932
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3933
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3934
b50 = Instance.new("BlockMesh", p50)
3935
b50.Name = "Mesh"
3936
b50.Scale = Vector3.new(1, 1, 0.602178097)
3937
p51 = Instance.new("Part", m6)
3938
p51.BrickColor = BrickColor.new("Black")
3939
p51.Material = Enum.Material.SmoothPlastic
3940
p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3941
p51.CanCollide = false
3942
p51.Locked = true
3943
p51.FormFactor = Enum.FormFactor.Custom
3944
p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3945
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3946
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3947
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3948
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3949
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3950
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3951
b51 = Instance.new("BlockMesh", p51)
3952
b51.Name = "Mesh"
3953
b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3954
p52 = Instance.new("Part", m6)
3955
p52.BrickColor = BrickColor.new("Black")
3956
p52.Material = Enum.Material.SmoothPlastic
3957
p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3958
p52.CanCollide = false
3959
p52.Locked = true
3960
p52.FormFactor = Enum.FormFactor.Custom
3961
p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3962
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3963
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3964
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3965
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3966
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3967
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3968
b52 = Instance.new("BlockMesh", p52)
3969
b52.Name = "Mesh"
3970
b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3971
p53 = Instance.new("WedgePart", m6)
3972
p53.BrickColor = BrickColor.new("Black")
3973
p53.Material = Enum.Material.SmoothPlastic
3974
p53.Name = "Wedge"
3975
p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3976
p53.CanCollide = false
3977
p53.Locked = true
3978
p53.FormFactor = Enum.FormFactor.Custom
3979
p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3980
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3981
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3982
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3983
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3984
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3985
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3986
b53 = Instance.new("SpecialMesh", p53)
3987
b53.MeshType = Enum.MeshType.Wedge
3988
b53.Name = "Mesh"
3989
b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3990
p54 = Instance.new("Part", m6)
3991
p54.BrickColor = BrickColor.new("Black")
3992
p54.Material = Enum.Material.SmoothPlastic
3993
p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3994
p54.CanCollide = false
3995
p54.Locked = true
3996
p54.FormFactor = Enum.FormFactor.Custom
3997
p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3998
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3999
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4000
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4001
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4002
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4003
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4004
b54 = Instance.new("BlockMesh", p54)
4005
b54.Name = "Mesh"
4006
b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4007
p55 = Instance.new("WedgePart", m6)
4008
p55.BrickColor = BrickColor.new("Black")
4009
p55.Material = Enum.Material.SmoothPlastic
4010
p55.Name = "Wedge"
4011
p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4012
p55.CanCollide = false
4013
p55.Locked = true
4014
p55.FormFactor = Enum.FormFactor.Custom
4015
p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4016
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4017
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4018
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4019
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4020
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4021
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4022
b55 = Instance.new("SpecialMesh", p55)
4023
b55.MeshType = Enum.MeshType.Wedge
4024
b55.Name = "Mesh"
4025
b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4026
p56 = Instance.new("WedgePart", m6)
4027
p56.BrickColor = BrickColor.new("Lime green")
4028
p56.Material = Enum.Material.SmoothPlastic
4029
p56.Name = "Wedge"
4030
p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4031
p56.CanCollide = false
4032
p56.Locked = true
4033
p56.FormFactor = Enum.FormFactor.Custom
4034
p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4035
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4036
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4037
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4038
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4039
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4040
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4041
b56 = Instance.new("SpecialMesh", p56)
4042
b56.MeshType = Enum.MeshType.Wedge
4043
b56.Name = "Mesh"
4044
b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4045
p57 = Instance.new("WedgePart", m6)
4046
p57.BrickColor = BrickColor.new("Black")
4047
p57.Material = Enum.Material.SmoothPlastic
4048
p57.Name = "Wedge"
4049
p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4050
p57.CanCollide = false
4051
p57.Locked = true
4052
p57.FormFactor = Enum.FormFactor.Custom
4053
p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4054
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4055
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4056
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4057
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4058
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4059
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4060
b57 = Instance.new("SpecialMesh", p57)
4061
b57.MeshType = Enum.MeshType.Wedge
4062
b57.Name = "Mesh"
4063
b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4064
p58 = Instance.new("Part", m6)
4065
p58.BrickColor = BrickColor.new("Black")
4066
p58.Material = Enum.Material.SmoothPlastic
4067
p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4068
p58.CanCollide = false
4069
p58.Locked = true
4070
p58.FormFactor = Enum.FormFactor.Custom
4071
p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4072
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4073
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4074
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4075
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4076
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4077
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4078
b58 = Instance.new("BlockMesh", p58)
4079
b58.Name = "Mesh"
4080
b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4081
p59 = Instance.new("WedgePart", m6)
4082
p59.BrickColor = BrickColor.new("Black")
4083
p59.Material = Enum.Material.SmoothPlastic
4084
p59.Name = "Wedge"
4085
p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4086
p59.CanCollide = false
4087
p59.Locked = true
4088
p59.FormFactor = Enum.FormFactor.Custom
4089
p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4090
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4091
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4092
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4093
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4094
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4095
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4096
b59 = Instance.new("SpecialMesh", p59)
4097
b59.MeshType = Enum.MeshType.Wedge
4098
b59.Name = "Mesh"
4099
b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4100
p60 = Instance.new("Part", m6)
4101
p60.BrickColor = BrickColor.new("Black")
4102
p60.Material = Enum.Material.SmoothPlastic
4103
p60.Name = "NeckPart"
4104
p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4105
p60.CanCollide = false
4106
p60.Locked = true
4107
p60.FormFactor = Enum.FormFactor.Custom
4108
p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4109
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4110
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4111
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4112
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4113
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4114
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4115
b60 = Instance.new("BlockMesh", p60)
4116
b60.Name = "Mesh"
4117
b60.Scale = Vector3.new(1, 0.602178097, 1)
4118
p61 = Instance.new("Part", m6)
4119
p61.BrickColor = BrickColor.new("Black")
4120
p61.Material = Enum.Material.SmoothPlastic
4121
p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4122
p61.CanCollide = false
4123
p61.Locked = true
4124
p61.FormFactor = Enum.FormFactor.Custom
4125
p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4126
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4127
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4128
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4129
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4130
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4131
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4132
b61 = Instance.new("BlockMesh", p61)
4133
b61.Name = "Mesh"
4134
b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4135
p62 = Instance.new("WedgePart", m6)
4136
p62.BrickColor = BrickColor.new("Black")
4137
p62.Material = Enum.Material.SmoothPlastic
4138
p62.Name = "Wedge"
4139
p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4140
p62.CanCollide = false
4141
p62.Locked = true
4142
p62.FormFactor = Enum.FormFactor.Custom
4143
p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4144
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4145
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4146
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4147
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4148
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4149
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4150
b62 = Instance.new("SpecialMesh", p62)
4151
b62.MeshType = Enum.MeshType.Wedge
4152
b62.Name = "Mesh"
4153
b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4154
p63 = Instance.new("WedgePart", m6)
4155
p63.BrickColor = BrickColor.new("Lime green")
4156
p63.Material = Enum.Material.SmoothPlastic
4157
p63.Name = "Wedge"
4158
p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4159
p63.CanCollide = false
4160
p63.Locked = true
4161
p63.FormFactor = Enum.FormFactor.Custom
4162
p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4163
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4164
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4165
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4166
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4167
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4168
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4169
b63 = Instance.new("SpecialMesh", p63)
4170
b63.MeshType = Enum.MeshType.Wedge
4171
b63.Name = "Mesh"
4172
b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4173
p64 = Instance.new("WedgePart", m6)
4174
p64.BrickColor = BrickColor.new("Black")
4175
p64.Material = Enum.Material.SmoothPlastic
4176
p64.Name = "Wedge"
4177
p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4178
p64.CanCollide = false
4179
p64.Locked = true
4180
p64.FormFactor = Enum.FormFactor.Custom
4181
p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4182
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4183
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4184
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4185
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4186
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4187
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4188
b64 = Instance.new("SpecialMesh", p64)
4189
b64.MeshType = Enum.MeshType.Wedge
4190
b64.Name = "Mesh"
4191
b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4192
p65 = Instance.new("WedgePart", m6)
4193
p65.BrickColor = BrickColor.new("Black")
4194
p65.Material = Enum.Material.SmoothPlastic
4195
p65.Name = "Wedge"
4196
p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4197
p65.CanCollide = false
4198
p65.Locked = true
4199
p65.FormFactor = Enum.FormFactor.Custom
4200
p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4201
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4202
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4203
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4204
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4205
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4206
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4207
b65 = Instance.new("SpecialMesh", p65)
4208
b65.MeshType = Enum.MeshType.Wedge
4209
b65.Name = "Mesh"
4210
b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4211
p66 = Instance.new("WedgePart", m6)
4212
p66.BrickColor = BrickColor.new("Black")
4213
p66.Material = Enum.Material.SmoothPlastic
4214
p66.Name = "Wedge"
4215
p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4216
p66.CanCollide = false
4217
p66.Locked = true
4218
p66.FormFactor = Enum.FormFactor.Custom
4219
p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4220
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4221
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4222
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4223
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4224
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4225
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4226
b66 = Instance.new("SpecialMesh", p66)
4227
b66.MeshType = Enum.MeshType.Wedge
4228
b66.Name = "Mesh"
4229
b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4230
p67 = Instance.new("WedgePart", m6)
4231
p67.BrickColor = BrickColor.new("Black")
4232
p67.Material = Enum.Material.SmoothPlastic
4233
p67.Name = "Wedge"
4234
p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4235
p67.CanCollide = false
4236
p67.Locked = true
4237
p67.FormFactor = Enum.FormFactor.Custom
4238
p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4239
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4240
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4241
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4242
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4243
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4244
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4245
b67 = Instance.new("SpecialMesh", p67)
4246
b67.MeshType = Enum.MeshType.Wedge
4247
b67.Name = "Mesh"
4248
b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4249
p68 = Instance.new("WedgePart", m6)
4250
p68.BrickColor = BrickColor.new("Lime green")
4251
p68.Name = "Wedge"
4252
p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4253
p68.CanCollide = false
4254
p68.Locked = true
4255
p68.FormFactor = Enum.FormFactor.Custom
4256
p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4257
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4258
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4259
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4260
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4261
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4262
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4263
b68 = Instance.new("SpecialMesh", p68)
4264
b68.MeshType = Enum.MeshType.Wedge
4265
b68.Name = "Mesh"
4266
b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4267
p69 = Instance.new("WedgePart", m6)
4268
p69.BrickColor = BrickColor.new("Lime green")
4269
p69.Name = "Wedge"
4270
p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4271
p69.CanCollide = false
4272
p69.Locked = true
4273
p69.FormFactor = Enum.FormFactor.Custom
4274
p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4275
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4276
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4277
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4278
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4279
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4280
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4281
b69 = Instance.new("SpecialMesh", p69)
4282
b69.MeshType = Enum.MeshType.Wedge
4283
b69.Name = "Mesh"
4284
b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4285
p70 = Instance.new("WedgePart", m6)
4286
p70.BrickColor = BrickColor.new("Black")
4287
p70.Material = Enum.Material.SmoothPlastic
4288
p70.Name = "Wedge"
4289
p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4290
p70.CanCollide = false
4291
p70.Locked = true
4292
p70.FormFactor = Enum.FormFactor.Custom
4293
p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4294
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4295
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4296
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4297
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4298
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4299
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4300
b70 = Instance.new("SpecialMesh", p70)
4301
b70.MeshType = Enum.MeshType.Wedge
4302
b70.Name = "Mesh"
4303
b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4304
p71 = Instance.new("WedgePart", m6)
4305
p71.BrickColor = BrickColor.new("Lime green")
4306
p71.Name = "Wedge"
4307
p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4308
p71.CanCollide = false
4309
p71.Locked = true
4310
p71.FormFactor = Enum.FormFactor.Custom
4311
p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4312
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4313
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4314
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4315
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4316
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4317
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4318
b71 = Instance.new("SpecialMesh", p71)
4319
b71.MeshType = Enum.MeshType.Wedge
4320
b71.Name = "Mesh"
4321
b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4322
p72 = Instance.new("WedgePart", m6)
4323
p72.BrickColor = BrickColor.new("Black")
4324
p72.Material = Enum.Material.SmoothPlastic
4325
p72.Name = "Wedge"
4326
p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4327
p72.CanCollide = false
4328
p72.Locked = true
4329
p72.FormFactor = Enum.FormFactor.Custom
4330
p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4331
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4332
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4333
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4334
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4335
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4336
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4337
b72 = Instance.new("SpecialMesh", p72)
4338
b72.MeshType = Enum.MeshType.Wedge
4339
b72.Name = "Mesh"
4340
b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4341
p73 = Instance.new("WedgePart", m6)
4342
p73.BrickColor = BrickColor.new("Black")
4343
p73.Material = Enum.Material.SmoothPlastic
4344
p73.Name = "Wedge"
4345
p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4346
p73.CanCollide = false
4347
p73.Locked = true
4348
p73.FormFactor = Enum.FormFactor.Custom
4349
p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4350
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4351
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4352
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4353
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4354
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4355
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4356
b73 = Instance.new("SpecialMesh", p73)
4357
b73.MeshType = Enum.MeshType.Wedge
4358
b73.Name = "Mesh"
4359
b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4360
p74 = Instance.new("WedgePart", m6)
4361
p74.BrickColor = BrickColor.new("Black")
4362
p74.Material = Enum.Material.SmoothPlastic
4363
p74.Name = "Wedge"
4364
p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4365
p74.CanCollide = false
4366
p74.Locked = true
4367
p74.FormFactor = Enum.FormFactor.Custom
4368
p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4369
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4370
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4371
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4372
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4373
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4374
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4375
b74 = Instance.new("SpecialMesh", p74)
4376
b74.MeshType = Enum.MeshType.Wedge
4377
b74.Name = "Mesh"
4378
b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4379
p75 = Instance.new("WedgePart", m6)
4380
p75.BrickColor = BrickColor.new("Black")
4381
p75.Material = Enum.Material.SmoothPlastic
4382
p75.Name = "Wedge"
4383
p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4384
p75.CanCollide = false
4385
p75.Locked = true
4386
p75.FormFactor = Enum.FormFactor.Custom
4387
p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4388
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4389
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4390
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4391
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4392
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4393
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4394
b75 = Instance.new("SpecialMesh", p75)
4395
b75.MeshType = Enum.MeshType.Wedge
4396
b75.Name = "Mesh"
4397
b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4398
p76 = Instance.new("WedgePart", m6)
4399
p76.BrickColor = BrickColor.new("Black")
4400
p76.Material = Enum.Material.SmoothPlastic
4401
p76.Name = "Wedge"
4402
p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4403
p76.CanCollide = false
4404
p76.Locked = true
4405
p76.FormFactor = Enum.FormFactor.Custom
4406
p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4407
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4408
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4409
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4410
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4411
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4412
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4413
b76 = Instance.new("SpecialMesh", p76)
4414
b76.MeshType = Enum.MeshType.Wedge
4415
b76.Name = "Mesh"
4416
b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4417
p77 = Instance.new("WedgePart", m6)
4418
p77.BrickColor = BrickColor.new("Lime green")
4419
p77.Material = Enum.Material.SmoothPlastic
4420
p77.Name = "Wedge"
4421
p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4422
p77.CanCollide = false
4423
p77.Locked = true
4424
p77.FormFactor = Enum.FormFactor.Custom
4425
p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4426
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4427
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4428
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4429
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4430
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4431
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4432
b77 = Instance.new("SpecialMesh", p77)
4433
b77.MeshType = Enum.MeshType.Wedge
4434
b77.Name = "Mesh"
4435
b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4436
p78 = Instance.new("WedgePart", m6)
4437
p78.BrickColor = BrickColor.new("Black")
4438
p78.Material = Enum.Material.SmoothPlastic
4439
p78.Name = "Wedge"
4440
p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4441
p78.CanCollide = false
4442
p78.Locked = true
4443
p78.FormFactor = Enum.FormFactor.Custom
4444
p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4445
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4446
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4447
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4448
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4449
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4450
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4451
b78 = Instance.new("SpecialMesh", p78)
4452
b78.MeshType = Enum.MeshType.Wedge
4453
b78.Name = "Mesh"
4454
b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4455
p79 = Instance.new("WedgePart", m6)
4456
p79.BrickColor = BrickColor.new("Lime green")
4457
p79.Material = Enum.Material.SmoothPlastic
4458
p79.Name = "Wedge"
4459
p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4460
p79.CanCollide = false
4461
p79.Locked = true
4462
p79.FormFactor = Enum.FormFactor.Custom
4463
p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4464
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4465
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4466
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4467
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4468
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4469
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4470
b79 = Instance.new("SpecialMesh", p79)
4471
b79.MeshType = Enum.MeshType.Wedge
4472
b79.Name = "Mesh"
4473
b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4474
p80 = Instance.new("WedgePart", m6)
4475
p80.BrickColor = BrickColor.new("Black")
4476
p80.Material = Enum.Material.SmoothPlastic
4477
p80.Name = "Wedge"
4478
p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4479
p80.CanCollide = false
4480
p80.Locked = true
4481
p80.FormFactor = Enum.FormFactor.Custom
4482
p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4483
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4484
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4485
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4486
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4487
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4488
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4489
b80 = Instance.new("SpecialMesh", p80)
4490
b80.MeshType = Enum.MeshType.Wedge
4491
b80.Name = "Mesh"
4492
b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4493
w1 = Instance.new("Weld", p1)
4494
w1.Name = "Joint"
4495
w1.Part0 = p1
4496
w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4497
w1.Part1 = p47
4498
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4499
w2 = Instance.new("Weld", p2)
4500
w2.Name = "Joint"
4501
w2.Part0 = p2
4502
w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4503
w2.Part1 = p11
4504
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4505
w3 = Instance.new("Weld", p3)
4506
w3.Name = "Joint"
4507
w3.Part0 = p3
4508
w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4509
w3.Part1 = p50
4510
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4511
w4 = Instance.new("Weld", p4)
4512
w4.Name = "Joint"
4513
w4.Part0 = p4
4514
w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4515
w4.Part1 = p5
4516
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4517
w5 = Instance.new("Weld", p5)
4518
w5.Name = "Joint"
4519
w5.Part0 = p5
4520
w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4521
w5.Part1 = p27
4522
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4523
w6 = Instance.new("Weld", p6)
4524
w6.Name = "Joint"
4525
w6.Part0 = p6
4526
w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4527
w6.Part1 = p14
4528
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4529
w7 = Instance.new("Weld", p7)
4530
w7.Name = "Joint"
4531
w7.Part0 = p7
4532
w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4533
w7.Part1 = p10
4534
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4535
w8 = Instance.new("Weld", p8)
4536
w8.Name = "Joint"
4537
w8.Part0 = p8
4538
w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4539
w8.Part1 = p32
4540
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4541
w9 = Instance.new("Weld", p9)
4542
w9.Name = "Joint"
4543
w9.Part0 = p9
4544
w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4545
w9.Part1 = p16
4546
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4547
w10 = Instance.new("Weld", p10)
4548
w10.Name = "Joint"
4549
w10.Part0 = p10
4550
w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4551
w10.Part1 = p61
4552
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4553
w11 = Instance.new("Weld", p11)
4554
w11.Name = "Joint"
4555
w11.Part0 = p11
4556
w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4557
w11.Part1 = p13
4558
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4559
w12 = Instance.new("Weld", p12)
4560
w12.Name = "Joint"
4561
w12.Part0 = p12
4562
w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4563
w12.Part1 = p29
4564
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4565
w13 = Instance.new("Weld", p13)
4566
w13.Name = "Joint"
4567
w13.Part0 = p13
4568
w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4569
w13.Part1 = p48
4570
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4571
w14 = Instance.new("Weld", p14)
4572
w14.Name = "Joint"
4573
w14.Part0 = p14
4574
w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4575
w14.Part1 = p60
4576
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4577
w15 = Instance.new("Weld", p15)
4578
w15.Name = "Joint"
4579
w15.Part0 = p15
4580
w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4581
w15.Part1 = p17
4582
w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4583
w16 = Instance.new("Weld", p16)
4584
w16.Name = "Joint"
4585
w16.Part0 = p16
4586
w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4587
w16.Part1 = p48
4588
w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4589
w17 = Instance.new("Weld", p17)
4590
w17.Name = "Joint"
4591
w17.Part0 = p17
4592
w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4593
w17.Part1 = p50
4594
w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4595
w18 = Instance.new("Weld", p18)
4596
w18.Name = "Joint"
4597
w18.Part0 = p18
4598
w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4599
w18.Part1 = p50
4600
w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4601
w19 = Instance.new("Weld", p19)
4602
w19.Name = "Joint"
4603
w19.Part0 = p19
4604
w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4605
w19.Part1 = p54
4606
w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4607
w20 = Instance.new("Weld", p20)
4608
w20.Name = "Joint"
4609
w20.Part0 = p20
4610
w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4611
w20.Part1 = p21
4612
w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4613
w21 = Instance.new("Weld", p21)
4614
w21.Name = "Joint"
4615
w21.Part0 = p21
4616
w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4617
w21.Part1 = p37
4618
w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4619
w22 = Instance.new("Weld", p22)
4620
w22.Name = "Joint"
4621
w22.Part0 = p22
4622
w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4623
w22.Part1 = p8
4624
w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4625
w23 = Instance.new("Weld", p23)
4626
w23.Name = "Joint"
4627
w23.Part0 = p23
4628
w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4629
w23.Part1 = p35
4630
w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4631
w24 = Instance.new("Weld", p24)
4632
w24.Name = "Joint"
4633
w24.Part0 = p24
4634
w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4635
w24.Part1 = p48
4636
w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4637
w25 = Instance.new("Weld", p25)
4638
w25.Name = "Joint"
4639
w25.Part0 = p25
4640
w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4641
w25.Part1 = p8
4642
w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4643
w26 = Instance.new("Weld", p26)
4644
w26.Name = "Joint"
4645
w26.Part0 = p26
4646
w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4647
w26.Part1 = p6
4648
w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4649
w27 = Instance.new("Weld", p27)
4650
w27.Name = "Joint"
4651
w27.Part0 = p27
4652
w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4653
w27.Part1 = p48
4654
w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4655
w28 = Instance.new("Weld", p28)
4656
w28.Name = "Joint"
4657
w28.Part0 = p28
4658
w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4659
w28.Part1 = p35
4660
w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4661
w29 = Instance.new("Weld", p29)
4662
w29.Name = "Joint"
4663
w29.Part0 = p29
4664
w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4665
w29.Part1 = p37
4666
w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4667
w30 = Instance.new("Weld", p30)
4668
w30.Name = "Joint"
4669
w30.Part0 = p30
4670
w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4671
w30.Part1 = p20
4672
w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4673
w31 = Instance.new("Weld", p31)
4674
w31.Name = "Joint"
4675
w31.Part0 = p31
4676
w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4677
w31.Part1 = p16
4678
w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4679
w32 = Instance.new("Weld", p32)
4680
w32.Name = "Joint"
4681
w32.Part0 = p32
4682
w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4683
w32.Part1 = p48
4684
w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4685
w33 = Instance.new("Weld", p33)
4686
w33.Name = "Joint"
4687
w33.Part0 = p33
4688
w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4689
w33.Part1 = p21
4690
w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4691
w34 = Instance.new("Weld", p34)
4692
w34.Name = "Joint"
4693
w34.Part0 = p34
4694
w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4695
w34.Part1 = p27
4696
w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4697
w35 = Instance.new("Weld", p35)
4698
w35.Name = "Joint"
4699
w35.Part0 = p35
4700
w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4701
w35.Part1 = p58
4702
w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4703
w36 = Instance.new("Weld", p36)
4704
w36.Name = "Joint"
4705
w36.Part0 = p36
4706
w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4707
w36.Part1 = p29
4708
w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4709
w37 = Instance.new("Weld", p37)
4710
w37.Name = "Joint"
4711
w37.Part0 = p37
4712
w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4713
w37.Part1 = p3
4714
w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4715
w38 = Instance.new("Weld", p38)
4716
w38.Name = "Joint"
4717
w38.Part0 = p38
4718
w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4719
w38.Part1 = p4
4720
w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4721
w39 = Instance.new("Weld", p39)
4722
w39.Name = "Joint"
4723
w39.Part0 = p39
4724
w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4725
w39.Part1 = p12
4726
w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4727
w40 = Instance.new("Weld", p40)
4728
w40.Name = "Joint"
4729
w40.Part0 = p40
4730
w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4731
w40.Part1 = p52
4732
w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4733
w41 = Instance.new("Weld", p41)
4734
w41.Name = "Joint"
4735
w41.Part0 = p41
4736
w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4737
w41.Part1 = p5
4738
w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4739
w42 = Instance.new("Weld", p42)
4740
w42.Name = "Joint"
4741
w42.Part0 = p42
4742
w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4743
w42.Part1 = p8
4744
w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4745
w43 = Instance.new("Weld", p43)
4746
w43.Name = "Joint"
4747
w43.Part0 = p43
4748
w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4749
w43.Part1 = p5
4750
w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4751
w44 = Instance.new("Weld", p44)
4752
w44.Name = "Joint"
4753
w44.Part0 = p44
4754
w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4755
w44.Part1 = p15
4756
w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4757
w45 = Instance.new("Weld", p45)
4758
w45.Name = "Joint"
4759
w45.Part0 = p45
4760
w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4761
w45.Part1 = p11
4762
w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4763
w46 = Instance.new("Weld", p46)
4764
w46.Name = "Joint"
4765
w46.Part0 = p46
4766
w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4767
w46.Part1 = p6
4768
w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4769
w47 = Instance.new("Weld", p47)
4770
w47.Name = "Joint"
4771
w47.Part0 = p47
4772
w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4773
w47.Part1 = p18
4774
w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4775
w48 = Instance.new("Weld", p48)
4776
w48.Name = "Joint"
4777
w48.Part0 = p48
4778
w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4779
w48.Part1 = p37
4780
w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4781
w49 = Instance.new("Weld", p49)
4782
w49.Name = "Joint"
4783
w49.Part0 = p49
4784
w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4785
w49.Part1 = p47
4786
w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4787
w50 = Instance.new("Weld", p50)
4788
w50.Name = "Joint"
4789
w50.Part0 = p50
4790
w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4791
w50.Part1 = p6
4792
w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4793
w51 = Instance.new("Weld", p51)
4794
w51.Name = "Joint"
4795
w51.Part0 = p51
4796
w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4797
w51.Part1 = p52
4798
w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4799
w52 = Instance.new("Weld", p52)
4800
w52.Name = "Joint"
4801
w52.Part0 = p52
4802
w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4803
w52.Part1 = p3
4804
w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4805
w53 = Instance.new("Weld", p53)
4806
w53.Name = "Joint"
4807
w53.Part0 = p53
4808
w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4809
w53.Part1 = p9
4810
w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4811
w54 = Instance.new("Weld", p54)
4812
w54.Name = "Joint"
4813
w54.Part0 = p54
4814
w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4815
w54.Part1 = p9
4816
w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4817
w55 = Instance.new("Weld", p55)
4818
w55.Name = "Joint"
4819
w55.Part0 = p55
4820
w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4821
w55.Part1 = p8
4822
w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4823
w56 = Instance.new("Weld", p56)
4824
w56.Name = "Joint"
4825
w56.Part0 = p56
4826
w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4827
w56.Part1 = p20
4828
w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4829
w57 = Instance.new("Weld", p57)
4830
w57.Name = "Joint"
4831
w57.Part0 = p57
4832
w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4833
w57.Part1 = p47
4834
w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4835
w58 = Instance.new("Weld", p58)
4836
w58.Name = "Joint"
4837
w58.Part0 = p58
4838
w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4839
w58.Part1 = p3
4840
w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4841
w59 = Instance.new("Weld", p59)
4842
w59.Name = "Joint"
4843
w59.Part0 = p59
4844
w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4845
w59.Part1 = p32
4846
w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4847
w60 = Instance.new("Weld", p61)
4848
w60.Name = "Joint"
4849
w60.Part0 = p61
4850
w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4851
w60.Part1 = p48
4852
w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4853
w61 = Instance.new("Weld", p62)
4854
w61.Name = "Joint"
4855
w61.Part0 = p62
4856
w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4857
w61.Part1 = p10
4858
w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4859
w62 = Instance.new("Weld", p63)
4860
w62.Name = "Joint"
4861
w62.Part0 = p63
4862
w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4863
w62.Part1 = p7
4864
w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4865
w63 = Instance.new("Weld", p64)
4866
w63.Name = "Joint"
4867
w63.Part0 = p64
4868
w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4869
w63.Part1 = p54
4870
w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4871
w64 = Instance.new("Weld", p65)
4872
w64.Name = "Joint"
4873
w64.Part0 = p65
4874
w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4875
w64.Part1 = p13
4876
w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4877
w65 = Instance.new("Weld", p66)
4878
w65.Name = "Joint"
4879
w65.Part0 = p66
4880
w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4881
w65.Part1 = p52
4882
w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4883
w66 = Instance.new("Weld", p67)
4884
w66.Name = "Joint"
4885
w66.Part0 = p67
4886
w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4887
w66.Part1 = p16
4888
w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4889
w67 = Instance.new("Weld", p68)
4890
w67.Name = "Joint"
4891
w67.Part0 = p68
4892
w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4893
w67.Part1 = p11
4894
w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4895
w68 = Instance.new("Weld", p69)
4896
w68.Name = "Joint"
4897
w68.Part0 = p69
4898
w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4899
w68.Part1 = p11
4900
w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4901
w69 = Instance.new("Weld", p70)
4902
w69.Name = "Joint"
4903
w69.Part0 = p70
4904
w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4905
w69.Part1 = p58
4906
w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4907
w70 = Instance.new("Weld", p71)
4908
w70.Name = "Joint"
4909
w70.Part0 = p71
4910
w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4911
w70.Part1 = p54
4912
w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4913
w71 = Instance.new("Weld", p72)
4914
w71.Name = "Joint"
4915
w71.Part0 = p72
4916
w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4917
w71.Part1 = p9
4918
w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4919
w72 = Instance.new("Weld", p73)
4920
w72.Name = "Joint"
4921
w72.Part0 = p73
4922
w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4923
w72.Part1 = p13
4924
w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4925
w73 = Instance.new("Weld", p74)
4926
w73.Name = "Joint"
4927
w73.Part0 = p74
4928
w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4929
w73.Part1 = p10
4930
w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4931
w74 = Instance.new("Weld", p75)
4932
w74.Name = "Joint"
4933
w74.Part0 = p75
4934
w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4935
w74.Part1 = p54
4936
w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4937
w75 = Instance.new("Weld", p76)
4938
w75.Name = "Joint"
4939
w75.Part0 = p76
4940
w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4941
w75.Part1 = p32
4942
w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4943
w76 = Instance.new("Weld", p77)
4944
w76.Name = "Joint"
4945
w76.Part0 = p77
4946
w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4947
w76.Part1 = p15
4948
w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4949
w77 = Instance.new("Weld", p78)
4950
w77.Name = "Joint"
4951
w77.Part0 = p78
4952
w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4953
w77.Part1 = p15
4954
w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4955
w78 = Instance.new("Weld", p79)
4956
w78.Name = "Joint"
4957
w78.Part0 = p79
4958
w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4959
w78.Part1 = p51
4960
w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4961
w79 = Instance.new("Weld", p80)
4962
w79.Name = "Joint"
4963
w79.Part0 = p80
4964
w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4965
w79.Part1 = p12
4966
w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4967
m6.Parent = torso
4968
m6:MakeJoints()
4969
----------------------------------------------------
4970
local cor6 = Instance.new("Part", torso.Cloak)
4971
cor6.Name = "Thingy"
4972
cor6.Locked = true
4973
cor6.BottomSurface = 0
4974
cor6.CanCollide = false
4975
cor6.Size = Vector3.new(1,1,1)
4976
cor6.Transparency = 1
4977
cor6.TopSurface = 0
4978
corw6 = Instance.new("Weld", cor6)
4979
corw6.Part0 = torso
4980
corw6.Part1 = cor6
4981
corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4982
corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4983
weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4984
weld6.Part0 = cor6
4985
weld6.Part1 = torso.Cloak.NeckPart
4986
weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4987
--Amulet
4988
m7 = Instance.new("Model")
4989
m7.Name = "Amulet"
4990
p1 = Instance.new("Part", m7)
4991
p1.BrickColor = BrickColor.new("Lime green")
4992
p1.Material = Enum.Material.Neon
4993
p1.Name = "Center"
4994
p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4995
p1.CanCollide = false
4996
p1.Locked = true
4997
p1.FormFactor = Enum.FormFactor.Custom
4998
p1.Shape = Enum.PartType.Cylinder
4999
p1.Size = Vector3.new(0.5, 0.5, 0.5)
5000
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5001
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5002
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5003
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5004
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5005
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5006
p2 = Instance.new("Part", m7)
5007
p2.BrickColor = BrickColor.new("Really black")
5008
p2.Material = Enum.Material.Metal
5009
p2.Name = "Bottom"
5010
p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5011
p2.CanCollide = false
5012
p2.Locked = true
5013
p2.FormFactor = Enum.FormFactor.Custom
5014
p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5015
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5016
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5017
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5018
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5019
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5020
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5021
b1 = Instance.new("SpecialMesh", p2)
5022
b1.MeshType = Enum.MeshType.Cylinder
5023
b1.Name = "Mesh"
5024
p3 = Instance.new("Part", m7)
5025
p3.BrickColor = BrickColor.new("Really black")
5026
p3.Material = Enum.Material.Metal
5027
p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5028
p3.CanCollide = false
5029
p3.Locked = true
5030
p3.FormFactor = Enum.FormFactor.Custom
5031
p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5032
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5033
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5034
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5035
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5036
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5037
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5038
b2 = Instance.new("SpecialMesh", p3)
5039
b2.MeshType = Enum.MeshType.Brick
5040
b2.Name = "Mesh"
5041
b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5042
p4 = Instance.new("Part", m7)
5043
p4.BrickColor = BrickColor.new("Really black")
5044
p4.Material = Enum.Material.Metal
5045
p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5046
p4.CanCollide = false
5047
p4.Locked = true
5048
p4.FormFactor = Enum.FormFactor.Custom
5049
p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5050
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5051
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5052
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5053
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5054
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5055
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5056
b3 = Instance.new("SpecialMesh", p4)
5057
b3.MeshType = Enum.MeshType.Brick
5058
b3.Name = "Mesh"
5059
b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5060
p5 = Instance.new("Part", m7)
5061
p5.BrickColor = BrickColor.new("Really black")
5062
p5.Material = Enum.Material.Metal
5063
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)
5064
p5.CanCollide = false
5065
p5.Locked = true
5066
p5.FormFactor = Enum.FormFactor.Custom
5067
p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5068
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5069
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5070
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5071
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5072
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5073
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5074
b4 = Instance.new("SpecialMesh", p5)
5075
b4.MeshType = Enum.MeshType.Brick
5076
b4.Name = "Mesh"
5077
b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5078
p6 = Instance.new("Part", m7)
5079
p6.BrickColor = BrickColor.new("Really black")
5080
p6.Material = Enum.Material.Metal
5081
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)
5082
p6.CanCollide = false
5083
p6.Locked = true
5084
p6.FormFactor = Enum.FormFactor.Custom
5085
p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5086
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5087
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5088
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5089
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5090
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5091
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5092
b5 = Instance.new("SpecialMesh", p6)
5093
b5.MeshType = Enum.MeshType.Brick
5094
b5.Name = "Mesh"
5095
b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5096
p7 = Instance.new("Part", m7)
5097
p7.BrickColor = BrickColor.new("Really black")
5098
p7.Material = Enum.Material.Metal
5099
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)
5100
p7.CanCollide = false
5101
p7.Locked = true
5102
p7.FormFactor = Enum.FormFactor.Custom
5103
p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5104
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5105
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5106
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5107
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5108
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5109
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5110
b6 = Instance.new("SpecialMesh", p7)
5111
b6.MeshType = Enum.MeshType.Brick
5112
b6.Name = "Mesh"
5113
b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5114
p8 = Instance.new("Part", m7)
5115
p8.BrickColor = BrickColor.new("Really black")
5116
p8.Material = Enum.Material.Metal
5117
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)
5118
p8.CanCollide = false
5119
p8.Locked = true
5120
p8.FormFactor = Enum.FormFactor.Custom
5121
p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5122
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5123
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5124
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5125
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5126
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5127
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5128
b7 = Instance.new("SpecialMesh", p8)
5129
b7.MeshType = Enum.MeshType.Brick
5130
b7.Name = "Mesh"
5131
b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5132
p9 = Instance.new("Part", m7)
5133
p9.BrickColor = BrickColor.new("Really black")
5134
p9.Material = Enum.Material.Metal
5135
p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5136
p9.CanCollide = false
5137
p9.Locked = true
5138
p9.FormFactor = Enum.FormFactor.Custom
5139
p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5140
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5141
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5142
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5143
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5144
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5145
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5146
b8 = Instance.new("SpecialMesh", p9)
5147
b8.MeshType = Enum.MeshType.Brick
5148
b8.Name = "Mesh"
5149
b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5150
p10 = Instance.new("Part", m7)
5151
p10.BrickColor = BrickColor.new("Really black")
5152
p10.Material = Enum.Material.Metal
5153
p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5154
p10.CanCollide = false
5155
p10.Locked = true
5156
p10.FormFactor = Enum.FormFactor.Custom
5157
p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5158
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5159
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5160
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5161
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5162
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5163
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5164
b9 = Instance.new("SpecialMesh", p10)
5165
b9.MeshType = Enum.MeshType.Brick
5166
b9.Name = "Mesh"
5167
b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5168
p11 = Instance.new("Part", m7)
5169
p11.BrickColor = BrickColor.new("Really black")
5170
p11.Material = Enum.Material.Metal
5171
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)
5172
p11.CanCollide = false
5173
p11.Locked = true
5174
p11.FormFactor = Enum.FormFactor.Custom
5175
p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5176
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5177
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5178
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5179
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5180
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5181
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5182
b10 = Instance.new("SpecialMesh", p11)
5183
b10.MeshType = Enum.MeshType.Brick
5184
b10.Name = "Mesh"
5185
b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5186
p12 = Instance.new("Part", m7)
5187
p12.BrickColor = BrickColor.new("Really black")
5188
p12.Material = Enum.Material.Metal
5189
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)
5190
p12.CanCollide = false
5191
p12.Locked = true
5192
p12.FormFactor = Enum.FormFactor.Custom
5193
p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5194
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5195
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5196
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5197
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5198
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5199
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5200
b11 = Instance.new("SpecialMesh", p12)
5201
b11.MeshType = Enum.MeshType.Brick
5202
b11.Name = "Mesh"
5203
b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5204
p13 = Instance.new("Part", m7)
5205
p13.BrickColor = BrickColor.new("Really black")
5206
p13.Material = Enum.Material.Metal
5207
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)
5208
p13.CanCollide = false
5209
p13.Locked = true
5210
p13.FormFactor = Enum.FormFactor.Custom
5211
p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5212
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5213
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5214
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5215
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5216
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5217
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5218
b12 = Instance.new("SpecialMesh", p13)
5219
b12.MeshType = Enum.MeshType.Brick
5220
b12.Name = "Mesh"
5221
b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5222
p14 = Instance.new("Part", m7)
5223
p14.BrickColor = BrickColor.new("Really black")
5224
p14.Material = Enum.Material.Metal
5225
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)
5226
p14.CanCollide = false
5227
p14.Locked = true
5228
p14.FormFactor = Enum.FormFactor.Custom
5229
p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5230
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5231
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5232
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5233
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5234
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5235
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5236
b13 = Instance.new("SpecialMesh", p14)
5237
b13.MeshType = Enum.MeshType.Brick
5238
b13.Name = "Mesh"
5239
b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5240
p15 = Instance.new("Part", m7)
5241
p15.BrickColor = BrickColor.new("Really black")
5242
p15.Material = Enum.Material.Metal
5243
p15.Name = "Top"
5244
p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5245
p15.CanCollide = false
5246
p15.Locked = true
5247
p15.FormFactor = Enum.FormFactor.Custom
5248
p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5249
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5250
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5251
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5252
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5253
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5254
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5255
b14 = Instance.new("SpecialMesh", p15)
5256
b14.MeshType = Enum.MeshType.Cylinder
5257
b14.Name = "Mesh"
5258
w1 = Instance.new("Weld", p1)
5259
w1.Name = "Joint"
5260
w1.Part0 = p1
5261
w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5262
w1.Part1 = p15
5263
w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5264
w2 = Instance.new("Weld", p2)
5265
w2.Name = "Joint"
5266
w2.Part0 = p2
5267
w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5268
w2.Part1 = p1
5269
w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5270
w3 = Instance.new("Weld", p3)
5271
w3.Name = "Joint"
5272
w3.Part0 = p3
5273
w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5274
w3.Part1 = p1
5275
w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5276
w4 = Instance.new("Weld", p4)
5277
w4.Name = "Joint"
5278
w4.Part0 = p4
5279
w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5280
w4.Part1 = p1
5281
w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5282
w5 = Instance.new("Weld", p5)
5283
w5.Name = "Joint"
5284
w5.Part0 = p5
5285
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)
5286
w5.Part1 = p1
5287
w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5288
w6 = Instance.new("Weld", p6)
5289
w6.Name = "Joint"
5290
w6.Part0 = p6
5291
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)
5292
w6.Part1 = p1
5293
w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5294
w7 = Instance.new("Weld", p7)
5295
w7.Name = "Joint"
5296
w7.Part0 = p7
5297
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)
5298
w7.Part1 = p1
5299
w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5300
w8 = Instance.new("Weld", p8)
5301
w8.Name = "Joint"
5302
w8.Part0 = p8
5303
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)
5304
w8.Part1 = p1
5305
w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5306
w9 = Instance.new("Weld", p9)
5307
w9.Name = "Joint"
5308
w9.Part0 = p9
5309
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)
5310
w9.Part1 = p1
5311
w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5312
w10 = Instance.new("Weld", p10)
5313
w10.Name = "Joint"
5314
w10.Part0 = p10
5315
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)
5316
w10.Part1 = p1
5317
w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5318
w11 = Instance.new("Weld", p11)
5319
w11.Name = "Joint"
5320
w11.Part0 = p11
5321
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)
5322
w11.Part1 = p1
5323
w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5324
w12 = Instance.new("Weld", p12)
5325
w12.Name = "Joint"
5326
w12.Part0 = p12
5327
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)
5328
w12.Part1 = p1
5329
w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5330
w13 = Instance.new("Weld", p13)
5331
w13.Name = "Joint"
5332
w13.Part0 = p13
5333
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)
5334
w13.Part1 = p1
5335
w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5336
w14 = Instance.new("Weld", p14)
5337
w14.Name = "Joint"
5338
w14.Part0 = p14
5339
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)
5340
w14.Part1 = p1
5341
w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5342
m7.Parent = torso
5343
m7:MakeJoints()
5344
----------------------------------------------------
5345
local cor7 = Instance.new("Part", torso.Amulet)
5346
cor7.Name = "Thingy"
5347
cor7.Locked = true
5348
cor7.BottomSurface = 0
5349
cor7.CanCollide = false
5350
cor7.Size = Vector3.new(1, 1, 1)
5351
cor7.Transparency = 1
5352
cor7.TopSurface = 0
5353
corw7 = Instance.new("Weld", cor7)
5354
corw7.Part0 = torso.Torso.Connection
5355
corw7.Part1 = cor7
5356
corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5357
corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5358
weld7 = Instance.new("Weld", torso.Amulet)
5359
weld7.Part0 = cor7
5360
weld7.Part1 = torso.Amulet.Top
5361
weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5362
--Zyrodoxa
5363
m8 = Instance.new("Model")
5364
m8.Name = "Zyrodoxa"
5365
p1 = Instance.new("Part", m8)
5366
p1.BrickColor = BrickColor.new("Really black")
5367
p1.Material = Enum.Material.Metal
5368
p1.Reflectance = 0.40000000596046
5369
p1.Name = "Block"
5370
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)
5371
p1.CanCollide = false
5372
p1.Locked = true
5373
p1.FormFactor = Enum.FormFactor.Custom
5374
p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5375
p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5376
p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5377
p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5378
p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5379
p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5380
p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5381
b1 = Instance.new("BlockMesh", p1)
5382
b1.Name = "Mesh"
5383
b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5384
p2 = Instance.new("Part", m8)
5385
p2.BrickColor = BrickColor.new("Black")
5386
p2.Material = Enum.Material.Metal
5387
p2.Reflectance = 0.40000000596046
5388
p2.Name = "Block"
5389
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)
5390
p2.CanCollide = false
5391
p2.Locked = true
5392
p2.FormFactor = Enum.FormFactor.Custom
5393
p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5394
p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5395
p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5396
p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5397
p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5398
p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5399
p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5400
b2 = Instance.new("BlockMesh", p2)
5401
b2.Name = "Mesh"
5402
b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5403
p3 = Instance.new("Part", m8)
5404
p3.BrickColor = BrickColor.new("Black")
5405
p3.Material = Enum.Material.Metal
5406
p3.Reflectance = 0.40000000596046
5407
p3.Name = "Block"
5408
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)
5409
p3.CanCollide = false
5410
p3.Locked = true
5411
p3.FormFactor = Enum.FormFactor.Custom
5412
p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5413
p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5414
p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5415
p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5416
p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5417
p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5418
p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5419
b3 = Instance.new("BlockMesh", p3)
5420
b3.Name = "Mesh"
5421
b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5422
p4 = Instance.new("Part", m8)
5423
p4.BrickColor = BrickColor.new("Lime green")
5424
p4.Material = Enum.Material.Metal
5425
p4.Name = "Block"
5426
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)
5427
p4.CanCollide = false
5428
p4.Locked = true
5429
p4.FormFactor = Enum.FormFactor.Custom
5430
p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5431
p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5432
p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5433
p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5434
p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5435
p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5436
p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5437
b4 = Instance.new("BlockMesh", p4)
5438
b4.Name = "Mesh"
5439
b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5440
p5 = Instance.new("Part", m8)
5441
p5.BrickColor = BrickColor.new("Lime green")
5442
p5.Material = Enum.Material.Neon
5443
p5.Reflectance = 0.40000000596046
5444
p5.Name = "Block"
5445
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)
5446
p5.CanCollide = false
5447
p5.Locked = true
5448
p5.FormFactor = Enum.FormFactor.Custom
5449
p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5450
p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5451
p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5452
p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5453
p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5454
p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5455
p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5456
b5 = Instance.new("BlockMesh", p5)
5457
b5.Name = "Mesh"
5458
b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5459
p6 = Instance.new("Part", m8)
5460
p6.BrickColor = BrickColor.new("Parsley green")
5461
p6.Material = Enum.Material.Metal
5462
p6.Name = "Block"
5463
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)
5464
p6.CanCollide = false
5465
p6.Locked = true
5466
p6.FormFactor = Enum.FormFactor.Custom
5467
p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5468
p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5469
p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5470
p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5471
p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5472
p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5473
p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5474
b6 = Instance.new("BlockMesh", p6)
5475
b6.Name = "Mesh"
5476
b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5477
p7 = Instance.new("Part", m8)
5478
p7.BrickColor = BrickColor.new("Lime green")
5479
p7.Material = Enum.Material.Neon
5480
p7.Reflectance = 0.40000000596046
5481
p7.Name = "Block"
5482
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)
5483
p7.CanCollide = false
5484
p7.Locked = true
5485
p7.FormFactor = Enum.FormFactor.Custom
5486
p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5487
p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5488
p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5489
p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5490
p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5491
p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5492
p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5493
b7 = Instance.new("BlockMesh", p7)
5494
b7.Name = "Mesh"
5495
b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5496
p8 = Instance.new("Part", m8)
5497
p8.BrickColor = BrickColor.new("Lime green")
5498
p8.Material = Enum.Material.Neon
5499
p8.Reflectance = 0.40000000596046
5500
p8.Name = "Block"
5501
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)
5502
p8.CanCollide = false
5503
p8.Locked = true
5504
p8.FormFactor = Enum.FormFactor.Custom
5505
p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5506
p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5507
p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5508
p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5509
p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5510
p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5511
p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5512
b8 = Instance.new("BlockMesh", p8)
5513
b8.Name = "Mesh"
5514
b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5515
p9 = Instance.new("Part", m8)
5516
p9.BrickColor = BrickColor.new("Really black")
5517
p9.Material = Enum.Material.Metal
5518
p9.Reflectance = 0.40000000596046
5519
p9.Name = "Block"
5520
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)
5521
p9.CanCollide = false
5522
p9.Locked = true
5523
p9.FormFactor = Enum.FormFactor.Custom
5524
p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5525
p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5526
p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5527
p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5528
p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5529
p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5530
p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5531
b9 = Instance.new("BlockMesh", p9)
5532
b9.Name = "Mesh"
5533
b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5534
p10 = Instance.new("Part", m8)
5535
p10.BrickColor = BrickColor.new("Really black")
5536
p10.Material = Enum.Material.Metal
5537
p10.Reflectance = 0.40000000596046
5538
p10.Name = "Block"
5539
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)
5540
p10.CanCollide = false
5541
p10.Locked = true
5542
p10.FormFactor = Enum.FormFactor.Custom
5543
p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5544
p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5545
p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5546
p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5547
p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5548
p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5549
p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5550
b10 = Instance.new("BlockMesh", p10)
5551
b10.Name = "Mesh"
5552
b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5553
p11 = Instance.new("Part", m8)
5554
p11.BrickColor = BrickColor.new("Black")
5555
p11.Material = Enum.Material.Metal
5556
p11.Name = "Circle"
5557
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)
5558
p11.CanCollide = false
5559
p11.Locked = true
5560
p11.FormFactor = Enum.FormFactor.Custom
5561
p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5562
p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5563
p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5564
p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5565
p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5566
p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5567
p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5568
b11 = Instance.new("CylinderMesh", p11)
5569
b11.Name = "Mesh"
5570
b11.Scale = Vector3.new(1, 0.401569068, 1)
5571
p12 = Instance.new("Part", m8)
5572
p12.BrickColor = BrickColor.new("Lime green")
5573
p12.Material = Enum.Material.Neon
5574
p12.Reflectance = 0.40000000596046
5575
p12.Name = "Block"
5576
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)
5577
p12.CanCollide = false
5578
p12.Locked = true
5579
p12.FormFactor = Enum.FormFactor.Custom
5580
p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5581
p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5582
p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5583
p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5584
p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5585
p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5586
p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5587
b12 = Instance.new("BlockMesh", p12)
5588
b12.Name = "Mesh"
5589
b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5590
p13 = Instance.new("Part", m8)
5591
p13.BrickColor = BrickColor.new("Lime green")
5592
p13.Material = Enum.Material.Metal
5593
p13.Name = "Block"
5594
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)
5595
p13.CanCollide = false
5596
p13.Locked = true
5597
p13.FormFactor = Enum.FormFactor.Custom
5598
p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5599
p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5600
p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5601
p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5602
p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5603
p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5604
p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5605
b13 = Instance.new("BlockMesh", p13)
5606
b13.Name = "Mesh"
5607
b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5608
p14 = Instance.new("Part", m8)
5609
p14.BrickColor = BrickColor.new("Black")
5610
p14.Material = Enum.Material.Metal
5611
p14.Reflectance = 0.40000000596046
5612
p14.Name = "Block"
5613
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)
5614
p14.CanCollide = false
5615
p14.Locked = true
5616
p14.FormFactor = Enum.FormFactor.Custom
5617
p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5618
p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5619
p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5620
p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5621
p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5622
p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5623
p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5624
b14 = Instance.new("BlockMesh", p14)
5625
b14.Name = "Mesh"
5626
b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5627
p15 = Instance.new("Part", m8)
5628
p15.BrickColor = BrickColor.new("Really black")
5629
p15.Material = Enum.Material.Metal
5630
p15.Reflectance = 0.40000000596046
5631
p15.Name = "Block"
5632
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)
5633
p15.CanCollide = false
5634
p15.Locked = true
5635
p15.FormFactor = Enum.FormFactor.Custom
5636
p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5637
p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5638
p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5639
p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5640
p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5641
p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5642
p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5643
b15 = Instance.new("BlockMesh", p15)
5644
b15.Name = "Mesh"
5645
b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5646
p16 = Instance.new("Part", m8)
5647
p16.BrickColor = BrickColor.new("Really black")
5648
p16.Material = Enum.Material.Metal
5649
p16.Name = "Handle"
5650
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)
5651
p16.CanCollide = false
5652
p16.Locked = true
5653
p16.FormFactor = Enum.FormFactor.Custom
5654
p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5655
p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5656
p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5657
p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5658
p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5659
p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5660
p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5661
b16 = Instance.new("BlockMesh", p16)
5662
b16.Name = "Mesh"
5663
b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5664
p17 = Instance.new("Part", m8)
5665
p17.BrickColor = BrickColor.new("Lime green")
5666
p17.Material = Enum.Material.Neon
5667
p17.Reflectance = 0.40000000596046
5668
p17.Name = "Block"
5669
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)
5670
p17.CanCollide = false
5671
p17.Locked = true
5672
p17.FormFactor = Enum.FormFactor.Custom
5673
p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5674
p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5675
p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5676
p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5677
p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5678
p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5679
p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5680
b17 = Instance.new("BlockMesh", p17)
5681
b17.Name = "Mesh"
5682
b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5683
p18 = Instance.new("Part", m8)
5684
p18.BrickColor = BrickColor.new("Really black")
5685
p18.Material = Enum.Material.Metal
5686
p18.Name = "Block"
5687
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)
5688
p18.CanCollide = false
5689
p18.Locked = true
5690
p18.FormFactor = Enum.FormFactor.Custom
5691
p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5692
p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5693
p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5694
p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5695
p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5696
p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5697
p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5698
b18 = Instance.new("BlockMesh", p18)
5699
b18.Name = "Mesh"
5700
b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5701
p19 = Instance.new("Part", m8)
5702
p19.BrickColor = BrickColor.new("Black")
5703
p19.Material = Enum.Material.Metal
5704
p19.Reflectance = 0.40000000596046
5705
p19.Name = "Block"
5706
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)
5707
p19.CanCollide = false
5708
p19.Locked = true
5709
p19.FormFactor = Enum.FormFactor.Custom
5710
p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5711
p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5712
p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5713
p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5714
p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5715
p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5716
p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5717
b19 = Instance.new("BlockMesh", p19)
5718
b19.Name = "Mesh"
5719
b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5720
p20 = Instance.new("Part", m8)
5721
p20.BrickColor = BrickColor.new("Lime green")
5722
p20.Material = Enum.Material.Metal
5723
p20.Name = "Block"
5724
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)
5725
p20.CanCollide = false
5726
p20.Locked = true
5727
p20.FormFactor = Enum.FormFactor.Custom
5728
p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5729
p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5730
p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5731
p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5732
p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5733
p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5734
p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5735
b20 = Instance.new("BlockMesh", p20)
5736
b20.Name = "Mesh"
5737
b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5738
p21 = Instance.new("Part", m8)
5739
p21.BrickColor = BrickColor.new("Really black")
5740
p21.Material = Enum.Material.Metal
5741
p21.Name = "Block"
5742
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)
5743
p21.CanCollide = false
5744
p21.Locked = true
5745
p21.FormFactor = Enum.FormFactor.Custom
5746
p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5747
p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5748
p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5749
p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5750
p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5751
p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5752
p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5753
b21 = Instance.new("BlockMesh", p21)
5754
b21.Name = "Mesh"
5755
b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5756
p22 = Instance.new("Part", m8)
5757
p22.BrickColor = BrickColor.new("Really black")
5758
p22.Material = Enum.Material.Metal
5759
p22.Reflectance = 0.40000000596046
5760
p22.Name = "Block"
5761
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)
5762
p22.CanCollide = false
5763
p22.Locked = true
5764
p22.FormFactor = Enum.FormFactor.Custom
5765
p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5766
p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5767
p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5768
p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5769
p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5770
p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5771
p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5772
b22 = Instance.new("BlockMesh", p22)
5773
b22.Name = "Mesh"
5774
b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5775
p23 = Instance.new("Part", m8)
5776
p23.BrickColor = BrickColor.new("Lime green")
5777
p23.Material = Enum.Material.Marble
5778
p23.Name = "Block"
5779
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)
5780
p23.CanCollide = false
5781
p23.Locked = true
5782
p23.FormFactor = Enum.FormFactor.Custom
5783
p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5784
p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5785
p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5786
p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5787
p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5788
p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5789
p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5790
b23 = Instance.new("BlockMesh", p23)
5791
b23.Name = "Mesh"
5792
b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5793
p24 = Instance.new("Part", m8)
5794
p24.BrickColor = BrickColor.new("Really black")
5795
p24.Material = Enum.Material.Metal
5796
p24.Name = "Block"
5797
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)
5798
p24.CanCollide = false
5799
p24.Locked = true
5800
p24.FormFactor = Enum.FormFactor.Custom
5801
p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5802
p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5803
p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5804
p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5805
p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5806
p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5807
p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5808
b24 = Instance.new("BlockMesh", p24)
5809
b24.Name = "Mesh"
5810
b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5811
p25 = Instance.new("Part", m8)
5812
p25.BrickColor = BrickColor.new("Lime green")
5813
p25.Material = Enum.Material.Marble
5814
p25.Name = "Block"
5815
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)
5816
p25.CanCollide = false
5817
p25.Locked = true
5818
p25.FormFactor = Enum.FormFactor.Custom
5819
p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5820
p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5821
p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5822
p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5823
p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5824
p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5825
p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5826
b25 = Instance.new("BlockMesh", p25)
5827
b25.Name = "Mesh"
5828
b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5829
p26 = Instance.new("Part", m8)
5830
p26.BrickColor = BrickColor.new("Really black")
5831
p26.Material = Enum.Material.Metal
5832
p26.Reflectance = 0.40000000596046
5833
p26.Name = "Block"
5834
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)
5835
p26.CanCollide = false
5836
p26.Locked = true
5837
p26.FormFactor = Enum.FormFactor.Custom
5838
p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5839
p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5840
p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5841
p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5842
p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5843
p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5844
p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5845
b26 = Instance.new("BlockMesh", p26)
5846
b26.Name = "Mesh"
5847
b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5848
p27 = Instance.new("Part", m8)
5849
p27.BrickColor = BrickColor.new("Lime green")
5850
p27.Material = Enum.Material.Metal
5851
p27.Name = "Block"
5852
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)
5853
p27.CanCollide = false
5854
p27.Locked = true
5855
p27.FormFactor = Enum.FormFactor.Custom
5856
p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5857
p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5858
p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5859
p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5860
p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5861
p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5862
p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5863
b27 = Instance.new("BlockMesh", p27)
5864
b27.Name = "Mesh"
5865
b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5866
p28 = Instance.new("Part", m8)
5867
p28.BrickColor = BrickColor.new("Really black")
5868
p28.Material = Enum.Material.SmoothPlastic
5869
p28.Reflectance = 0.0099999997764826
5870
p28.Name = "Circle"
5871
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)
5872
p28.CanCollide = false
5873
p28.Locked = true
5874
p28.FormFactor = Enum.FormFactor.Custom
5875
p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5876
p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5877
p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5878
p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5879
p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5880
p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5881
p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5882
b28 = Instance.new("CylinderMesh", p28)
5883
b28.Name = "Mesh"
5884
b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5885
p29 = Instance.new("Part", m8)
5886
p29.BrickColor = BrickColor.new("Black")
5887
p29.Material = Enum.Material.Metal
5888
p29.Reflectance = 0.40000000596046
5889
p29.Name = "Block"
5890
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)
5891
p29.CanCollide = false
5892
p29.Locked = true
5893
p29.FormFactor = Enum.FormFactor.Custom
5894
p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5895
p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5896
p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5897
p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5898
p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5899
p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5900
p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5901
b29 = Instance.new("BlockMesh", p29)
5902
b29.Name = "Mesh"
5903
b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5904
p30 = Instance.new("Part", m8)
5905
p30.BrickColor = BrickColor.new("Lime green")
5906
p30.Material = Enum.Material.Metal
5907
p30.Name = "Block"
5908
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)
5909
p30.CanCollide = false
5910
p30.Locked = true
5911
p30.FormFactor = Enum.FormFactor.Custom
5912
p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5913
p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5914
p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5915
p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5916
p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5917
p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5918
p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5919
b30 = Instance.new("BlockMesh", p30)
5920
b30.Name = "Mesh"
5921
b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5922
p31 = Instance.new("Part", m8)
5923
p31.BrickColor = BrickColor.new("Lime green")
5924
p31.Material = Enum.Material.Neon
5925
p31.Reflectance = 0.40000000596046
5926
p31.Name = "Block"
5927
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)
5928
p31.CanCollide = false
5929
p31.Locked = true
5930
p31.FormFactor = Enum.FormFactor.Custom
5931
p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5932
p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5933
p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5934
p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5935
p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5936
p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5937
p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5938
b31 = Instance.new("BlockMesh", p31)
5939
b31.Name = "Mesh"
5940
b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5941
p32 = Instance.new("Part", m8)
5942
p32.BrickColor = BrickColor.new("Lime green")
5943
p32.Material = Enum.Material.Metal
5944
p32.Name = "Block"
5945
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)
5946
p32.CanCollide = false
5947
p32.Locked = true
5948
p32.FormFactor = Enum.FormFactor.Custom
5949
p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5950
p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5951
p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5952
p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5953
p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5954
p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5955
p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5956
b32 = Instance.new("BlockMesh", p32)
5957
b32.Name = "Mesh"
5958
b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5959
p33 = Instance.new("Part", m8)
5960
p33.BrickColor = BrickColor.new("Really black")
5961
p33.Material = Enum.Material.Metal
5962
p33.Reflectance = 0.40000000596046
5963
p33.Name = "Block"
5964
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)
5965
p33.CanCollide = false
5966
p33.Locked = true
5967
p33.FormFactor = Enum.FormFactor.Custom
5968
p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5969
p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5970
p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5971
p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5972
p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5973
p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5974
p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5975
b33 = Instance.new("BlockMesh", p33)
5976
b33.Name = "Mesh"
5977
b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5978
p34 = Instance.new("Part", m8)
5979
p34.BrickColor = BrickColor.new("Lime green")
5980
p34.Material = Enum.Material.Metal
5981
p34.Name = "Block"
5982
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)
5983
p34.CanCollide = false
5984
p34.Locked = true
5985
p34.FormFactor = Enum.FormFactor.Custom
5986
p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5987
p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5988
p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5989
p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5990
p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5991
p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5992
p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5993
b34 = Instance.new("BlockMesh", p34)
5994
b34.Name = "Mesh"
5995
b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5996
p35 = Instance.new("Part", m8)
5997
p35.BrickColor = BrickColor.new("Lime green")
5998
p35.Material = Enum.Material.Metal
5999
p35.Name = "Block"
6000
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)
6001
p35.CanCollide = false
6002
p35.Locked = true
6003
p35.FormFactor = Enum.FormFactor.Custom
6004
p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6005
p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6006
p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6007
p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6008
p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6009
p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6010
p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6011
b35 = Instance.new("BlockMesh", p35)
6012
b35.Name = "Mesh"
6013
b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6014
p36 = Instance.new("Part", m8)
6015
p36.BrickColor = BrickColor.new("Lime green")
6016
p36.Material = Enum.Material.Metal
6017
p36.Name = "Block"
6018
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)
6019
p36.CanCollide = false
6020
p36.Locked = true
6021
p36.FormFactor = Enum.FormFactor.Custom
6022
p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6023
p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6024
p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6025
p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6026
p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6027
p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6028
p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6029
b36 = Instance.new("BlockMesh", p36)
6030
b36.Name = "Mesh"
6031
b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6032
p37 = Instance.new("Part", m8)
6033
p37.BrickColor = BrickColor.new("Lime green")
6034
p37.Material = Enum.Material.Marble
6035
p37.Name = "Circle"
6036
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)
6037
p37.CanCollide = false
6038
p37.Locked = true
6039
p37.FormFactor = Enum.FormFactor.Custom
6040
p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6041
p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6042
p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6043
p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6044
p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6045
p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6046
p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6047
b37 = Instance.new("CylinderMesh", p37)
6048
b37.Name = "Mesh"
6049
b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6050
p38 = Instance.new("Part", m8)
6051
p38.BrickColor = BrickColor.new("Really black")
6052
p38.Material = Enum.Material.Metal
6053
p38.Name = "Block"
6054
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)
6055
p38.CanCollide = false
6056
p38.Locked = true
6057
p38.FormFactor = Enum.FormFactor.Custom
6058
p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6059
p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6060
p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6061
p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6062
p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6063
p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6064
p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6065
b38 = Instance.new("BlockMesh", p38)
6066
b38.Name = "Mesh"
6067
b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6068
p39 = Instance.new("Part", m8)
6069
p39.BrickColor = BrickColor.new("Really black")
6070
p39.Material = Enum.Material.Metal
6071
p39.Name = "Block"
6072
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)
6073
p39.CanCollide = false
6074
p39.Locked = true
6075
p39.FormFactor = Enum.FormFactor.Custom
6076
p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6077
p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6078
p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6079
p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6080
p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6081
p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6082
p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6083
b39 = Instance.new("BlockMesh", p39)
6084
b39.Name = "Mesh"
6085
b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6086
p40 = Instance.new("Part", m8)
6087
p40.BrickColor = BrickColor.new("Really black")
6088
p40.Material = Enum.Material.Metal
6089
p40.Name = "Block"
6090
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)
6091
p40.CanCollide = false
6092
p40.Locked = true
6093
p40.FormFactor = Enum.FormFactor.Custom
6094
p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6095
p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6096
p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6097
p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6098
p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6099
p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6100
p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6101
b40 = Instance.new("BlockMesh", p40)
6102
b40.Name = "Mesh"
6103
b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6104
p41 = Instance.new("Part", m8)
6105
p41.BrickColor = BrickColor.new("Lime green")
6106
p41.Material = Enum.Material.Neon
6107
p41.Reflectance = 0.40000000596046
6108
p41.Name = "Block"
6109
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)
6110
p41.CanCollide = false
6111
p41.Locked = true
6112
p41.FormFactor = Enum.FormFactor.Custom
6113
p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6114
p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6115
p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6116
p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6117
p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6118
p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6119
p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6120
b41 = Instance.new("BlockMesh", p41)
6121
b41.Name = "Mesh"
6122
b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6123
p42 = Instance.new("Part", m8)
6124
p42.BrickColor = BrickColor.new("Earth green")
6125
p42.Material = Enum.Material.Metal
6126
p42.Name = "Block"
6127
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)
6128
p42.CanCollide = false
6129
p42.Locked = true
6130
p42.FormFactor = Enum.FormFactor.Custom
6131
p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6132
p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6133
p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6134
p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6135
p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6136
p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6137
p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6138
b42 = Instance.new("BlockMesh", p42)
6139
b42.Name = "Mesh"
6140
b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6141
p43 = Instance.new("Part", m8)
6142
p43.BrickColor = BrickColor.new("Really black")
6143
p43.Material = Enum.Material.Metal
6144
p43.Name = "Block"
6145
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)
6146
p43.CanCollide = false
6147
p43.Locked = true
6148
p43.FormFactor = Enum.FormFactor.Custom
6149
p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6150
p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6151
p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6152
p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6153
p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6154
p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6155
p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6156
b43 = Instance.new("BlockMesh", p43)
6157
b43.Name = "Mesh"
6158
b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6159
p44 = Instance.new("Part", m8)
6160
p44.BrickColor = BrickColor.new("Lime green")
6161
p44.Material = Enum.Material.Marble
6162
p44.Name = "Circle"
6163
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)
6164
p44.CanCollide = false
6165
p44.Locked = true
6166
p44.FormFactor = Enum.FormFactor.Custom
6167
p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6168
p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6169
p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6170
p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6171
p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6172
p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6173
p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6174
b44 = Instance.new("CylinderMesh", p44)
6175
b44.Name = "Mesh"
6176
b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6177
p45 = Instance.new("Part", m8)
6178
p45.BrickColor = BrickColor.new("Lime green")
6179
p45.Material = Enum.Material.Neon
6180
p45.Reflectance = 0.40000000596046
6181
p45.Name = "Block"
6182
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)
6183
p45.CanCollide = false
6184
p45.Locked = true
6185
p45.FormFactor = Enum.FormFactor.Custom
6186
p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6187
p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6188
p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6189
p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6190
p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6191
p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6192
p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6193
b45 = Instance.new("BlockMesh", p45)
6194
b45.Name = "Mesh"
6195
b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6196
p46 = Instance.new("Part", m8)
6197
p46.BrickColor = BrickColor.new("Black")
6198
p46.Material = Enum.Material.Metal
6199
p46.Name = "Block"
6200
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)
6201
p46.CanCollide = false
6202
p46.Locked = true
6203
p46.FormFactor = Enum.FormFactor.Custom
6204
p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6205
p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6206
p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6207
p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6208
p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6209
p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6210
p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6211
b46 = Instance.new("BlockMesh", p46)
6212
b46.Name = "Mesh"
6213
b46.Scale = Vector3.new(1, 0.401569068, 1)
6214
p47 = Instance.new("Part", m8)
6215
p47.BrickColor = BrickColor.new("Earth green")
6216
p47.Material = Enum.Material.Metal
6217
p47.Name = "Block"
6218
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)
6219
p47.CanCollide = false
6220
p47.Locked = true
6221
p47.FormFactor = Enum.FormFactor.Custom
6222
p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6223
p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6224
p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6225
p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6226
p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6227
p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6228
p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6229
b47 = Instance.new("BlockMesh", p47)
6230
b47.Name = "Mesh"
6231
b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6232
p48 = Instance.new("Part", m8)
6233
p48.BrickColor = BrickColor.new("Lime green")
6234
p48.Material = Enum.Material.Metal
6235
p48.Name = "Block"
6236
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)
6237
p48.CanCollide = false
6238
p48.Locked = true
6239
p48.FormFactor = Enum.FormFactor.Custom
6240
p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6241
p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6242
p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6243
p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6244
p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6245
p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6246
p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6247
b48 = Instance.new("BlockMesh", p48)
6248
b48.Name = "Mesh"
6249
b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6250
p49 = Instance.new("Part", m8)
6251
p49.BrickColor = BrickColor.new("Lime green")
6252
p49.Material = Enum.Material.Metal
6253
p49.Name = "Block"
6254
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)
6255
p49.CanCollide = false
6256
p49.Locked = true
6257
p49.FormFactor = Enum.FormFactor.Custom
6258
p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6259
p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6260
p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6261
p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6262
p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6263
p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6264
p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6265
b49 = Instance.new("BlockMesh", p49)
6266
b49.Name = "Mesh"
6267
b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6268
p50 = Instance.new("Part", m8)
6269
p50.BrickColor = BrickColor.new("Black")
6270
p50.Material = Enum.Material.Metal
6271
p50.Reflectance = 0.40000000596046
6272
p50.Name = "Block"
6273
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)
6274
p50.CanCollide = false
6275
p50.Locked = true
6276
p50.FormFactor = Enum.FormFactor.Custom
6277
p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6278
p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6279
p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6280
p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6281
p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6282
p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6283
p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6284
b50 = Instance.new("BlockMesh", p50)
6285
b50.Name = "Mesh"
6286
b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6287
p51 = Instance.new("Part", m8)
6288
p51.BrickColor = BrickColor.new("Lime green")
6289
p51.Material = Enum.Material.Metal
6290
p51.Name = "Block"
6291
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)
6292
p51.CanCollide = false
6293
p51.Locked = true
6294
p51.FormFactor = Enum.FormFactor.Custom
6295
p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6296
p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6297
p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6298
p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6299
p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6300
p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6301
p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6302
b51 = Instance.new("BlockMesh", p51)
6303
b51.Name = "Mesh"
6304
b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6305
p52 = Instance.new("Part", m8)
6306
p52.BrickColor = BrickColor.new("Lime green")
6307
p52.Material = Enum.Material.Metal
6308
p52.Name = "Block"
6309
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)
6310
p52.CanCollide = false
6311
p52.Locked = true
6312
p52.FormFactor = Enum.FormFactor.Custom
6313
p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6314
p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6315
p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6316
p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6317
p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6318
p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6319
p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6320
b52 = Instance.new("BlockMesh", p52)
6321
b52.Name = "Mesh"
6322
b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6323
p53 = Instance.new("Part", m8)
6324
p53.BrickColor = BrickColor.new("Really black")
6325
p53.Material = Enum.Material.Metal
6326
p53.Name = "Block"
6327
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)
6328
p53.CanCollide = false
6329
p53.Locked = true
6330
p53.FormFactor = Enum.FormFactor.Custom
6331
p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6332
p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6333
p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6334
p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6335
p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6336
p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6337
p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6338
b53 = Instance.new("BlockMesh", p53)
6339
b53.Name = "Mesh"
6340
b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6341
p54 = Instance.new("Part", m8)
6342
p54.BrickColor = BrickColor.new("Really black")
6343
p54.Material = Enum.Material.SmoothPlastic
6344
p54.Reflectance = 0.0099999997764826
6345
p54.Name = "Circle"
6346
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)
6347
p54.CanCollide = false
6348
p54.Locked = true
6349
p54.FormFactor = Enum.FormFactor.Custom
6350
p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6351
p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6352
p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6353
p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6354
p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6355
p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6356
p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6357
b54 = Instance.new("CylinderMesh", p54)
6358
b54.Name = "Mesh"
6359
b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6360
p55 = Instance.new("Part", m8)
6361
p55.BrickColor = BrickColor.new("Really black")
6362
p55.Material = Enum.Material.Metal
6363
p55.Reflectance = 0.40000000596046
6364
p55.Name = "Block"
6365
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)
6366
p55.CanCollide = false
6367
p55.Locked = true
6368
p55.FormFactor = Enum.FormFactor.Custom
6369
p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6370
p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6371
p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6372
p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6373
p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6374
p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6375
p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6376
b55 = Instance.new("BlockMesh", p55)
6377
b55.Name = "Mesh"
6378
b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6379
p56 = Instance.new("Part", m8)
6380
p56.BrickColor = BrickColor.new("Black")
6381
p56.Material = Enum.Material.Metal
6382
p56.Reflectance = 0.40000000596046
6383
p56.Name = "Block"
6384
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)
6385
p56.CanCollide = false
6386
p56.Locked = true
6387
p56.FormFactor = Enum.FormFactor.Custom
6388
p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6389
p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6390
p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6391
p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6392
p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6393
p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6394
p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6395
b56 = Instance.new("BlockMesh", p56)
6396
b56.Name = "Mesh"
6397
b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6398
p57 = Instance.new("Part", m8)
6399
p57.BrickColor = BrickColor.new("Black")
6400
p57.Material = Enum.Material.Metal
6401
p57.Reflectance = 0.40000000596046
6402
p57.Name = "Block"
6403
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)
6404
p57.CanCollide = false
6405
p57.Locked = true
6406
p57.FormFactor = Enum.FormFactor.Custom
6407
p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6408
p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6409
p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6410
p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6411
p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6412
p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6413
p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6414
b57 = Instance.new("BlockMesh", p57)
6415
b57.Name = "Mesh"
6416
b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6417
p58 = Instance.new("Part", m8)
6418
p58.BrickColor = BrickColor.new("Lime green")
6419
p58.Material = Enum.Material.Marble
6420
p58.Name = "Block"
6421
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)
6422
p58.CanCollide = false
6423
p58.Locked = true
6424
p58.FormFactor = Enum.FormFactor.Custom
6425
p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6426
p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6427
p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6428
p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6429
p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6430
p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6431
p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6432
b58 = Instance.new("BlockMesh", p58)
6433
b58.Name = "Mesh"
6434
b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6435
p59 = Instance.new("Part", m8)
6436
p59.BrickColor = BrickColor.new("Lime green")
6437
p59.Material = Enum.Material.Metal
6438
p59.Name = "Block"
6439
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)
6440
p59.CanCollide = false
6441
p59.Locked = true
6442
p59.FormFactor = Enum.FormFactor.Custom
6443
p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6444
p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6445
p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6446
p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6447
p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6448
p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6449
p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6450
b59 = Instance.new("BlockMesh", p59)
6451
b59.Name = "Mesh"
6452
b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6453
p60 = Instance.new("Part", m8)
6454
p60.BrickColor = BrickColor.new("Lime green")
6455
p60.Material = Enum.Material.Marble
6456
p60.Name = "Circle"
6457
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)
6458
p60.CanCollide = false
6459
p60.Locked = true
6460
p60.FormFactor = Enum.FormFactor.Custom
6461
p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6462
p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6463
p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6464
p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6465
p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6466
p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6467
p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6468
b60 = Instance.new("CylinderMesh", p60)
6469
b60.Name = "Mesh"
6470
b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6471
p61 = Instance.new("Part", m8)
6472
p61.BrickColor = BrickColor.new("Black")
6473
p61.Material = Enum.Material.Metal
6474
p61.Name = "Circle"
6475
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)
6476
p61.CanCollide = false
6477
p61.Locked = true
6478
p61.FormFactor = Enum.FormFactor.Custom
6479
p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6480
p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6481
p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6482
p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6483
p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6484
p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6485
p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6486
b61 = Instance.new("CylinderMesh", p61)
6487
b61.Name = "Mesh"
6488
b61.Scale = Vector3.new(1, 0.401569068, 1)
6489
p62 = Instance.new("Part", m8)
6490
p62.BrickColor = BrickColor.new("Lime green")
6491
p62.Material = Enum.Material.Metal
6492
p62.Name = "Block"
6493
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)
6494
p62.CanCollide = false
6495
p62.Locked = true
6496
p62.FormFactor = Enum.FormFactor.Custom
6497
p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6498
p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6499
p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6500
p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6501
p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6502
p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6503
p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6504
b62 = Instance.new("BlockMesh", p62)
6505
b62.Name = "Mesh"
6506
b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6507
p63 = Instance.new("Part", m8)
6508
p63.BrickColor = BrickColor.new("Lime green")
6509
p63.Material = Enum.Material.Metal
6510
p63.Name = "Block"
6511
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)
6512
p63.CanCollide = false
6513
p63.Locked = true
6514
p63.FormFactor = Enum.FormFactor.Custom
6515
p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6516
p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6517
p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6518
p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6519
p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6520
p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6521
p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6522
b63 = Instance.new("BlockMesh", p63)
6523
b63.Name = "Mesh"
6524
b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6525
p64 = Instance.new("Part", m8)
6526
p64.BrickColor = BrickColor.new("Really black")
6527
p64.Material = Enum.Material.SmoothPlastic
6528
p64.Reflectance = 0.0099999997764826
6529
p64.Name = "Block"
6530
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)
6531
p64.CanCollide = false
6532
p64.Locked = true
6533
p64.FormFactor = Enum.FormFactor.Custom
6534
p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6535
p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6536
p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6537
p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6538
p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6539
p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6540
p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6541
b64 = Instance.new("BlockMesh", p64)
6542
b64.Name = "Mesh"
6543
b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6544
p65 = Instance.new("Part", m8)
6545
p65.BrickColor = BrickColor.new("Lime green")
6546
p65.Material = Enum.Material.Metal
6547
p65.Name = "Block"
6548
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)
6549
p65.CanCollide = false
6550
p65.Locked = true
6551
p65.FormFactor = Enum.FormFactor.Custom
6552
p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6553
p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6554
p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6555
p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6556
p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6557
p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6558
p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6559
b65 = Instance.new("BlockMesh", p65)
6560
b65.Name = "Mesh"
6561
b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6562
p66 = Instance.new("Part", m8)
6563
p66.BrickColor = BrickColor.new("Really black")
6564
p66.Material = Enum.Material.Metal
6565
p66.Reflectance = 0.40000000596046
6566
p66.Name = "Block"
6567
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)
6568
p66.CanCollide = false
6569
p66.Locked = true
6570
p66.FormFactor = Enum.FormFactor.Custom
6571
p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6572
p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6573
p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6574
p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6575
p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6576
p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6577
p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6578
b66 = Instance.new("BlockMesh", p66)
6579
b66.Name = "Mesh"
6580
b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6581
p67 = Instance.new("Part", m8)
6582
p67.BrickColor = BrickColor.new("Lime green")
6583
p67.Material = Enum.Material.Metal
6584
p67.Name = "Block"
6585
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)
6586
p67.CanCollide = false
6587
p67.Locked = true
6588
p67.FormFactor = Enum.FormFactor.Custom
6589
p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6590
p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6591
p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6592
p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6593
p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6594
p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6595
p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6596
b67 = Instance.new("BlockMesh", p67)
6597
b67.Name = "Mesh"
6598
b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6599
p68 = Instance.new("Part", m8)
6600
p68.BrickColor = BrickColor.new("Black")
6601
p68.Material = Enum.Material.Metal
6602
p68.Reflectance = 0.40000000596046
6603
p68.Name = "Block"
6604
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)
6605
p68.CanCollide = false
6606
p68.Locked = true
6607
p68.FormFactor = Enum.FormFactor.Custom
6608
p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6609
p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6610
p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6611
p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6612
p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6613
p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6614
p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6615
b68 = Instance.new("BlockMesh", p68)
6616
b68.Name = "Mesh"
6617
b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6618
p69 = Instance.new("Part", m8)
6619
p69.BrickColor = BrickColor.new("Earth green")
6620
p69.Material = Enum.Material.Metal
6621
p69.Name = "Block"
6622
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)
6623
p69.CanCollide = false
6624
p69.Locked = true
6625
p69.FormFactor = Enum.FormFactor.Custom
6626
p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6627
p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6628
p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6629
p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6630
p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6631
p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6632
p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6633
b69 = Instance.new("BlockMesh", p69)
6634
b69.Name = "Mesh"
6635
b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6636
p70 = Instance.new("Part", m8)
6637
p70.BrickColor = BrickColor.new("Lime green")
6638
p70.Material = Enum.Material.Marble
6639
p70.Name = "Circle"
6640
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)
6641
p70.CanCollide = false
6642
p70.Locked = true
6643
p70.FormFactor = Enum.FormFactor.Custom
6644
p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6645
p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6646
p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6647
p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6648
p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6649
p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6650
p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6651
b70 = Instance.new("CylinderMesh", p70)
6652
b70.Name = "Mesh"
6653
b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6654
p71 = Instance.new("WedgePart", m8)
6655
p71.BrickColor = BrickColor.new("Lime green")
6656
p71.Material = Enum.Material.Neon
6657
p71.Reflectance = 0.40000000596046
6658
p71.Name = "Wedge"
6659
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)
6660
p71.CanCollide = false
6661
p71.Locked = true
6662
p71.FormFactor = Enum.FormFactor.Custom
6663
p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6664
p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6665
p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6666
p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6667
p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6668
p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6669
p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6670
b71 = Instance.new("SpecialMesh", p71)
6671
b71.MeshType = Enum.MeshType.Wedge
6672
b71.Name = "Mesh"
6673
b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6674
p72 = Instance.new("WedgePart", m8)
6675
p72.BrickColor = BrickColor.new("Lime green")
6676
p72.Material = Enum.Material.Neon
6677
p72.Reflectance = 0.40000000596046
6678
p72.Name = "Wedge"
6679
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)
6680
p72.CanCollide = false
6681
p72.Locked = true
6682
p72.FormFactor = Enum.FormFactor.Custom
6683
p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6684
p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6685
p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6686
p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6687
p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6688
p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6689
p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6690
b72 = Instance.new("SpecialMesh", p72)
6691
b72.MeshType = Enum.MeshType.Wedge
6692
b72.Name = "Mesh"
6693
b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6694
p73 = Instance.new("WedgePart", m8)
6695
p73.BrickColor = BrickColor.new("Lime green")
6696
p73.Material = Enum.Material.Neon
6697
p73.Reflectance = 0.40000000596046
6698
p73.Name = "Wedge"
6699
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)
6700
p73.CanCollide = false
6701
p73.Locked = true
6702
p73.FormFactor = Enum.FormFactor.Custom
6703
p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6704
p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6705
p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6706
p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6707
p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6708
p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6709
p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6710
b73 = Instance.new("SpecialMesh", p73)
6711
b73.MeshType = Enum.MeshType.Wedge
6712
b73.Name = "Mesh"
6713
b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6714
p74 = Instance.new("WedgePart", m8)
6715
p74.BrickColor = BrickColor.new("Lime green")
6716
p74.Material = Enum.Material.Neon
6717
p74.Reflectance = 0.40000000596046
6718
p74.Name = "Wedge"
6719
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)
6720
p74.CanCollide = false
6721
p74.Locked = true
6722
p74.FormFactor = Enum.FormFactor.Custom
6723
p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6724
p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6725
p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6726
p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6727
p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6728
p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6729
p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6730
b74 = Instance.new("SpecialMesh", p74)
6731
b74.MeshType = Enum.MeshType.Wedge
6732
b74.Name = "Mesh"
6733
b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6734
p75 = Instance.new("WedgePart", m8)
6735
p75.BrickColor = BrickColor.new("Lime green")
6736
p75.Material = Enum.Material.Neon
6737
p75.Reflectance = 0.40000000596046
6738
p75.Name = "Wedge"
6739
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)
6740
p75.CanCollide = false
6741
p75.Locked = true
6742
p75.FormFactor = Enum.FormFactor.Custom
6743
p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6744
p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6745
p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6746
p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6747
p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6748
p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6749
p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6750
b75 = Instance.new("SpecialMesh", p75)
6751
b75.MeshType = Enum.MeshType.Wedge
6752
b75.Name = "Mesh"
6753
b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6754
p76 = Instance.new("WedgePart", m8)
6755
p76.BrickColor = BrickColor.new("Lime green")
6756
p76.Material = Enum.Material.Neon
6757
p76.Reflectance = 0.40000000596046
6758
p76.Name = "Wedge"
6759
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)
6760
p76.CanCollide = false
6761
p76.Locked = true
6762
p76.FormFactor = Enum.FormFactor.Custom
6763
p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6764
p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6765
p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6766
p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6767
p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6768
p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6769
p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6770
b76 = Instance.new("SpecialMesh", p76)
6771
b76.MeshType = Enum.MeshType.Wedge
6772
b76.Name = "Mesh"
6773
b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6774
p77 = Instance.new("WedgePart", m8)
6775
p77.BrickColor = BrickColor.new("Lime green")
6776
p77.Material = Enum.Material.Neon
6777
p77.Reflectance = 0.40000000596046
6778
p77.Name = "Wedge"
6779
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)
6780
p77.CanCollide = false
6781
p77.Locked = true
6782
p77.FormFactor = Enum.FormFactor.Custom
6783
p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6784
p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6785
p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6786
p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6787
p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6788
p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6789
p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6790
b77 = Instance.new("SpecialMesh", p77)
6791
b77.MeshType = Enum.MeshType.Wedge
6792
b77.Name = "Mesh"
6793
b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6794
p78 = Instance.new("WedgePart", m8)
6795
p78.BrickColor = BrickColor.new("Lime green")
6796
p78.Material = Enum.Material.Neon
6797
p78.Reflectance = 0.40000000596046
6798
p78.Name = "Wedge"
6799
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)
6800
p78.CanCollide = false
6801
p78.Locked = true
6802
p78.FormFactor = Enum.FormFactor.Custom
6803
p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6804
p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6805
p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6806
p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6807
p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6808
p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6809
p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6810
b78 = Instance.new("SpecialMesh", p78)
6811
b78.MeshType = Enum.MeshType.Wedge
6812
b78.Name = "Mesh"
6813
b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6814
p79 = Instance.new("WedgePart", m8)
6815
p79.BrickColor = BrickColor.new("Lime green")
6816
p79.Material = Enum.Material.Neon
6817
p79.Reflectance = 0.40000000596046
6818
p79.Name = "Wedge"
6819
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)
6820
p79.CanCollide = false
6821
p79.Locked = true
6822
p79.FormFactor = Enum.FormFactor.Custom
6823
p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6824
p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6825
p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6826
p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6827
p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6828
p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6829
p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6830
b79 = Instance.new("SpecialMesh", p79)
6831
b79.MeshType = Enum.MeshType.Wedge
6832
b79.Name = "Mesh"
6833
b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6834
p80 = Instance.new("WedgePart", m8)
6835
p80.BrickColor = BrickColor.new("Black")
6836
p80.Material = Enum.Material.Metal
6837
p80.Reflectance = 0.40000000596046
6838
p80.Name = "Wedge"
6839
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)
6840
p80.CanCollide = false
6841
p80.Locked = true
6842
p80.FormFactor = Enum.FormFactor.Custom
6843
p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6844
p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6845
p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6846
p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6847
p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6848
p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6849
p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6850
b80 = Instance.new("SpecialMesh", p80)
6851
b80.MeshType = Enum.MeshType.Wedge
6852
b80.Name = "Mesh"
6853
b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6854
p81 = Instance.new("WedgePart", m8)
6855
p81.BrickColor = BrickColor.new("Lime green")
6856
p81.Material = Enum.Material.Neon
6857
p81.Reflectance = 0.40000000596046
6858
p81.Name = "Wedge"
6859
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)
6860
p81.CanCollide = false
6861
p81.Locked = true
6862
p81.FormFactor = Enum.FormFactor.Custom
6863
p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6864
p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6865
p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6866
p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6867
p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6868
p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6869
p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6870
b81 = Instance.new("SpecialMesh", p81)
6871
b81.MeshType = Enum.MeshType.Wedge
6872
b81.Name = "Mesh"
6873
b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6874
p82 = Instance.new("WedgePart", m8)
6875
p82.BrickColor = BrickColor.new("Really black")
6876
p82.Material = Enum.Material.Metal
6877
p82.Reflectance = 0.40000000596046
6878
p82.Name = "Wedge"
6879
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)
6880
p82.CanCollide = false
6881
p82.Locked = true
6882
p82.FormFactor = Enum.FormFactor.Custom
6883
p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6884
p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6885
p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6886
p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6887
p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6888
p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6889
p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6890
b82 = Instance.new("SpecialMesh", p82)
6891
b82.MeshType = Enum.MeshType.Wedge
6892
b82.Name = "Mesh"
6893
b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6894
p83 = Instance.new("WedgePart", m8)
6895
p83.BrickColor = BrickColor.new("Really black")
6896
p83.Material = Enum.Material.Metal
6897
p83.Reflectance = 0.40000000596046
6898
p83.Name = "Wedge"
6899
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)
6900
p83.CanCollide = false
6901
p83.Locked = true
6902
p83.FormFactor = Enum.FormFactor.Custom
6903
p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6904
p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6905
p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6906
p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6907
p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6908
p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6909
p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6910
b83 = Instance.new("SpecialMesh", p83)
6911
b83.MeshType = Enum.MeshType.Wedge
6912
b83.Name = "Mesh"
6913
b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6914
p84 = Instance.new("WedgePart", m8)
6915
p84.BrickColor = BrickColor.new("Lime green")
6916
p84.Material = Enum.Material.Neon
6917
p84.Reflectance = 0.40000000596046
6918
p84.Name = "Wedge"
6919
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)
6920
p84.CanCollide = false
6921
p84.Locked = true
6922
p84.FormFactor = Enum.FormFactor.Custom
6923
p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6924
p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6925
p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6926
p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6927
p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6928
p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6929
p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6930
b84 = Instance.new("SpecialMesh", p84)
6931
b84.MeshType = Enum.MeshType.Wedge
6932
b84.Name = "Mesh"
6933
b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6934
p85 = Instance.new("WedgePart", m8)
6935
p85.BrickColor = BrickColor.new("Black")
6936
p85.Material = Enum.Material.Metal
6937
p85.Reflectance = 0.40000000596046
6938
p85.Name = "Wedge"
6939
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)
6940
p85.CanCollide = false
6941
p85.Locked = true
6942
p85.FormFactor = Enum.FormFactor.Custom
6943
p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6944
p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6945
p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6946
p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6947
p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6948
p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6949
p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6950
b85 = Instance.new("SpecialMesh", p85)
6951
b85.MeshType = Enum.MeshType.Wedge
6952
b85.Name = "Mesh"
6953
b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6954
p86 = Instance.new("WedgePart", m8)
6955
p86.BrickColor = BrickColor.new("Lime green")
6956
p86.Material = Enum.Material.Neon
6957
p86.Reflectance = 0.40000000596046
6958
p86.Name = "Wedge"
6959
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)
6960
p86.CanCollide = false
6961
p86.Locked = true
6962
p86.FormFactor = Enum.FormFactor.Custom
6963
p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6964
p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6965
p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6966
p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6967
p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6968
p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6969
p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6970
b86 = Instance.new("SpecialMesh", p86)
6971
b86.MeshType = Enum.MeshType.Wedge
6972
b86.Name = "Mesh"
6973
b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6974
p87 = Instance.new("WedgePart", m8)
6975
p87.BrickColor = BrickColor.new("Lime green")
6976
p87.Material = Enum.Material.Neon
6977
p87.Reflectance = 0.40000000596046
6978
p87.Name = "Wedge"
6979
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)
6980
p87.CanCollide = false
6981
p87.Locked = true
6982
p87.FormFactor = Enum.FormFactor.Custom
6983
p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6984
p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6985
p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6986
p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6987
p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6988
p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6989
p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6990
b87 = Instance.new("SpecialMesh", p87)
6991
b87.MeshType = Enum.MeshType.Wedge
6992
b87.Name = "Mesh"
6993
b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6994
p88 = Instance.new("WedgePart", m8)
6995
p88.BrickColor = BrickColor.new("Lime green")
6996
p88.Material = Enum.Material.Neon
6997
p88.Reflectance = 0.40000000596046
6998
p88.Name = "Wedge"
6999
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)
7000
p88.CanCollide = false
7001
p88.Locked = true
7002
p88.FormFactor = Enum.FormFactor.Custom
7003
p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7004
p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7005
p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7006
p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7007
p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7008
p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7009
p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7010
b88 = Instance.new("SpecialMesh", p88)
7011
b88.MeshType = Enum.MeshType.Wedge
7012
b88.Name = "Mesh"
7013
b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7014
p89 = Instance.new("WedgePart", m8)
7015
p89.BrickColor = BrickColor.new("Lime green")
7016
p89.Material = Enum.Material.Neon
7017
p89.Reflectance = 0.40000000596046
7018
p89.Name = "Wedge"
7019
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)
7020
p89.CanCollide = false
7021
p89.Locked = true
7022
p89.FormFactor = Enum.FormFactor.Custom
7023
p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7024
p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7025
p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7026
p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7027
p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7028
p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7029
p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7030
b89 = Instance.new("SpecialMesh", p89)
7031
b89.MeshType = Enum.MeshType.Wedge
7032
b89.Name = "Mesh"
7033
b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7034
p90 = Instance.new("WedgePart", m8)
7035
p90.BrickColor = BrickColor.new("Lime green")
7036
p90.Material = Enum.Material.Neon
7037
p90.Reflectance = 0.40000000596046
7038
p90.Name = "Wedge"
7039
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)
7040
p90.CanCollide = false
7041
p90.Locked = true
7042
p90.FormFactor = Enum.FormFactor.Custom
7043
p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7044
p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7045
p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7046
p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7047
p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7048
p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7049
p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7050
b90 = Instance.new("SpecialMesh", p90)
7051
b90.MeshType = Enum.MeshType.Wedge
7052
b90.Name = "Mesh"
7053
b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7054
p91 = Instance.new("WedgePart", m8)
7055
p91.BrickColor = BrickColor.new("Really black")
7056
p91.Material = Enum.Material.Metal
7057
p91.Reflectance = 0.40000000596046
7058
p91.Name = "Wedge"
7059
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)
7060
p91.CanCollide = false
7061
p91.Locked = true
7062
p91.FormFactor = Enum.FormFactor.Custom
7063
p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7064
p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7065
p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7066
p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7067
p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7068
p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7069
p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7070
b91 = Instance.new("SpecialMesh", p91)
7071
b91.MeshType = Enum.MeshType.Wedge
7072
b91.Name = "Mesh"
7073
b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7074
p92 = Instance.new("WedgePart", m8)
7075
p92.BrickColor = BrickColor.new("Lime green")
7076
p92.Material = Enum.Material.Neon
7077
p92.Reflectance = 0.40000000596046
7078
p92.Name = "Wedge"
7079
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)
7080
p92.CanCollide = false
7081
p92.Locked = true
7082
p92.FormFactor = Enum.FormFactor.Custom
7083
p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7084
p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7085
p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7086
p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7087
p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7088
p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7089
p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7090
b92 = Instance.new("SpecialMesh", p92)
7091
b92.MeshType = Enum.MeshType.Wedge
7092
b92.Name = "Mesh"
7093
b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7094
p93 = Instance.new("WedgePart", m8)
7095
p93.BrickColor = BrickColor.new("Lime green")
7096
p93.Material = Enum.Material.Neon
7097
p93.Reflectance = 0.40000000596046
7098
p93.Name = "Wedge"
7099
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)
7100
p93.CanCollide = false
7101
p93.Locked = true
7102
p93.FormFactor = Enum.FormFactor.Custom
7103
p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7104
p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7105
p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7106
p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7107
p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7108
p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7109
p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7110
b93 = Instance.new("SpecialMesh", p93)
7111
b93.MeshType = Enum.MeshType.Wedge
7112
b93.Name = "Mesh"
7113
b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7114
p94 = Instance.new("WedgePart", m8)
7115
p94.BrickColor = BrickColor.new("Lime green")
7116
p94.Material = Enum.Material.Neon
7117
p94.Reflectance = 0.40000000596046
7118
p94.Name = "Wedge"
7119
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)
7120
p94.CanCollide = false
7121
p94.Locked = true
7122
p94.FormFactor = Enum.FormFactor.Custom
7123
p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7124
p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7125
p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7126
p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7127
p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7128
p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7129
p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7130
b94 = Instance.new("SpecialMesh", p94)
7131
b94.MeshType = Enum.MeshType.Wedge
7132
b94.Name = "Mesh"
7133
b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7134
p95 = Instance.new("WedgePart", m8)
7135
p95.BrickColor = BrickColor.new("Black")
7136
p95.Material = Enum.Material.Metal
7137
p95.Reflectance = 0.40000000596046
7138
p95.Name = "Wedge"
7139
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)
7140
p95.CanCollide = false
7141
p95.Locked = true
7142
p95.FormFactor = Enum.FormFactor.Custom
7143
p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7144
p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7145
p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7146
p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7147
p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7148
p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7149
p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7150
b95 = Instance.new("SpecialMesh", p95)
7151
b95.MeshType = Enum.MeshType.Wedge
7152
b95.Name = "Mesh"
7153
b95.Scale = Vector3.new(0.261019886, 1, 1)
7154
p96 = Instance.new("WedgePart", m8)
7155
p96.BrickColor = BrickColor.new("Lime green")
7156
p96.Material = Enum.Material.Neon
7157
p96.Reflectance = 0.40000000596046
7158
p96.Name = "Wedge"
7159
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)
7160
p96.CanCollide = false
7161
p96.Locked = true
7162
p96.FormFactor = Enum.FormFactor.Custom
7163
p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7164
p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7165
p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7166
p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7167
p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7168
p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7169
p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7170
b96 = Instance.new("SpecialMesh", p96)
7171
b96.MeshType = Enum.MeshType.Wedge
7172
b96.Name = "Mesh"
7173
b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7174
p97 = Instance.new("WedgePart", m8)
7175
p97.BrickColor = BrickColor.new("Lime green")
7176
p97.Material = Enum.Material.Neon
7177
p97.Reflectance = 0.40000000596046
7178
p97.Name = "Wedge"
7179
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)
7180
p97.CanCollide = false
7181
p97.Locked = true
7182
p97.FormFactor = Enum.FormFactor.Custom
7183
p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7184
p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7185
p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7186
p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7187
p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7188
p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7189
p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7190
b97 = Instance.new("SpecialMesh", p97)
7191
b97.MeshType = Enum.MeshType.Wedge
7192
b97.Name = "Mesh"
7193
b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7194
p98 = Instance.new("WedgePart", m8)
7195
p98.BrickColor = BrickColor.new("Lime green")
7196
p98.Material = Enum.Material.Neon
7197
p98.Reflectance = 0.40000000596046
7198
p98.Name = "Wedge"
7199
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)
7200
p98.CanCollide = false
7201
p98.Locked = true
7202
p98.FormFactor = Enum.FormFactor.Custom
7203
p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7204
p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7205
p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7206
p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7207
p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7208
p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7209
p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7210
b98 = Instance.new("SpecialMesh", p98)
7211
b98.MeshType = Enum.MeshType.Wedge
7212
b98.Name = "Mesh"
7213
b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7214
p99 = Instance.new("WedgePart", m8)
7215
p99.BrickColor = BrickColor.new("Lime green")
7216
p99.Material = Enum.Material.Neon
7217
p99.Reflectance = 0.40000000596046
7218
p99.Name = "Wedge"
7219
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)
7220
p99.CanCollide = false
7221
p99.Locked = true
7222
p99.FormFactor = Enum.FormFactor.Custom
7223
p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7224
p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7225
p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7226
p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7227
p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7228
p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7229
p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7230
b99 = Instance.new("SpecialMesh", p99)
7231
b99.MeshType = Enum.MeshType.Wedge
7232
b99.Name = "Mesh"
7233
b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7234
p100 = Instance.new("WedgePart", m8)
7235
p100.BrickColor = BrickColor.new("Lime green")
7236
p100.Material = Enum.Material.Neon
7237
p100.Reflectance = 0.40000000596046
7238
p100.Name = "Wedge"
7239
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)
7240
p100.CanCollide = false
7241
p100.Locked = true
7242
p100.FormFactor = Enum.FormFactor.Custom
7243
p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7244
p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7245
p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7246
p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7247
p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7248
p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7249
p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7250
b100 = Instance.new("SpecialMesh", p100)
7251
b100.MeshType = Enum.MeshType.Wedge
7252
b100.Name = "Mesh"
7253
b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7254
p101 = Instance.new("WedgePart", m8)
7255
p101.BrickColor = BrickColor.new("Lime green")
7256
p101.Material = Enum.Material.Neon
7257
p101.Reflectance = 0.40000000596046
7258
p101.Name = "Wedge"
7259
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)
7260
p101.CanCollide = false
7261
p101.Locked = true
7262
p101.FormFactor = Enum.FormFactor.Custom
7263
p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7264
p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7265
p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7266
p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7267
p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7268
p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7269
p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7270
b101 = Instance.new("SpecialMesh", p101)
7271
b101.MeshType = Enum.MeshType.Wedge
7272
b101.Name = "Mesh"
7273
b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7274
p102 = Instance.new("WedgePart", m8)
7275
p102.BrickColor = BrickColor.new("Lime green")
7276
p102.Material = Enum.Material.Neon
7277
p102.Reflectance = 0.40000000596046
7278
p102.Name = "Wedge"
7279
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)
7280
p102.CanCollide = false
7281
p102.Locked = true
7282
p102.FormFactor = Enum.FormFactor.Custom
7283
p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7284
p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7285
p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7286
p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7287
p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7288
p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7289
p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7290
b102 = Instance.new("SpecialMesh", p102)
7291
b102.MeshType = Enum.MeshType.Wedge
7292
b102.Name = "Mesh"
7293
b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7294
p103 = Instance.new("WedgePart", m8)
7295
p103.BrickColor = BrickColor.new("Lime green")
7296
p103.Material = Enum.Material.Neon
7297
p103.Reflectance = 0.40000000596046
7298
p103.Name = "Wedge"
7299
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)
7300
p103.CanCollide = false
7301
p103.Locked = true
7302
p103.FormFactor = Enum.FormFactor.Custom
7303
p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7304
p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7305
p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7306
p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7307
p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7308
p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7309
p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7310
b103 = Instance.new("SpecialMesh", p103)
7311
b103.MeshType = Enum.MeshType.Wedge
7312
b103.Name = "Mesh"
7313
b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7314
p104 = Instance.new("WedgePart", m8)
7315
p104.BrickColor = BrickColor.new("Lime green")
7316
p104.Material = Enum.Material.Neon
7317
p104.Reflectance = 0.40000000596046
7318
p104.Name = "Wedge"
7319
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)
7320
p104.CanCollide = false
7321
p104.Locked = true
7322
p104.FormFactor = Enum.FormFactor.Custom
7323
p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7324
p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7325
p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7326
p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7327
p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7328
p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7329
p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7330
b104 = Instance.new("SpecialMesh", p104)
7331
b104.MeshType = Enum.MeshType.Wedge
7332
b104.Name = "Mesh"
7333
b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7334
p105 = Instance.new("WedgePart", m8)
7335
p105.BrickColor = BrickColor.new("Really black")
7336
p105.Material = Enum.Material.Metal
7337
p105.Reflectance = 0.40000000596046
7338
p105.Name = "Wedge"
7339
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)
7340
p105.CanCollide = false
7341
p105.Locked = true
7342
p105.FormFactor = Enum.FormFactor.Custom
7343
p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7344
p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7345
p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7346
p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7347
p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7348
p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7349
p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7350
b105 = Instance.new("SpecialMesh", p105)
7351
b105.MeshType = Enum.MeshType.Wedge
7352
b105.Name = "Mesh"
7353
b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7354
p106 = Instance.new("WedgePart", m8)
7355
p106.BrickColor = BrickColor.new("Lime green")
7356
p106.Material = Enum.Material.Neon
7357
p106.Reflectance = 0.40000000596046
7358
p106.Name = "Wedge"
7359
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)
7360
p106.CanCollide = false
7361
p106.Locked = true
7362
p106.FormFactor = Enum.FormFactor.Custom
7363
p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7364
p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7365
p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7366
p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7367
p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7368
p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7369
p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7370
b106 = Instance.new("SpecialMesh", p106)
7371
b106.MeshType = Enum.MeshType.Wedge
7372
b106.Name = "Mesh"
7373
b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7374
p107 = Instance.new("WedgePart", m8)
7375
p107.BrickColor = BrickColor.new("Lime green")
7376
p107.Material = Enum.Material.Neon
7377
p107.Reflectance = 0.40000000596046
7378
p107.Name = "Wedge"
7379
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)
7380
p107.CanCollide = false
7381
p107.Locked = true
7382
p107.FormFactor = Enum.FormFactor.Custom
7383
p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7384
p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7385
p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7386
p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7387
p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7388
p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7389
p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7390
b107 = Instance.new("SpecialMesh", p107)
7391
b107.MeshType = Enum.MeshType.Wedge
7392
b107.Name = "Mesh"
7393
b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7394
p108 = Instance.new("WedgePart", m8)
7395
p108.BrickColor = BrickColor.new("Black")
7396
p108.Material = Enum.Material.Metal
7397
p108.Reflectance = 0.40000000596046
7398
p108.Name = "Wedge"
7399
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)
7400
p108.CanCollide = false
7401
p108.Locked = true
7402
p108.FormFactor = Enum.FormFactor.Custom
7403
p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7404
p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7405
p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7406
p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7407
p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7408
p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7409
p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7410
b108 = Instance.new("SpecialMesh", p108)
7411
b108.MeshType = Enum.MeshType.Wedge
7412
b108.Name = "Mesh"
7413
b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7414
p109 = Instance.new("WedgePart", m8)
7415
p109.BrickColor = BrickColor.new("Lime green")
7416
p109.Material = Enum.Material.Neon
7417
p109.Reflectance = 0.40000000596046
7418
p109.Name = "Wedge"
7419
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)
7420
p109.CanCollide = false
7421
p109.Locked = true
7422
p109.FormFactor = Enum.FormFactor.Custom
7423
p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7424
p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7425
p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7426
p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7427
p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7428
p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7429
p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7430
b109 = Instance.new("SpecialMesh", p109)
7431
b109.MeshType = Enum.MeshType.Wedge
7432
b109.Name = "Mesh"
7433
b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7434
p110 = Instance.new("WedgePart", m8)
7435
p110.BrickColor = BrickColor.new("Lime green")
7436
p110.Material = Enum.Material.Neon
7437
p110.Reflectance = 0.40000000596046
7438
p110.Name = "Wedge"
7439
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)
7440
p110.CanCollide = false
7441
p110.Locked = true
7442
p110.FormFactor = Enum.FormFactor.Custom
7443
p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7444
p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7445
p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7446
p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7447
p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7448
p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7449
p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7450
b110 = Instance.new("SpecialMesh", p110)
7451
b110.MeshType = Enum.MeshType.Wedge
7452
b110.Name = "Mesh"
7453
b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7454
p111 = Instance.new("Part", m8)
7455
p111.BrickColor = BrickColor.new("Really black")
7456
p111.Material = Enum.Material.Metal
7457
p111.Transparency = 1
7458
p111.Name = "Hitbox"
7459
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)
7460
p111.CanCollide = false
7461
p111.Locked = true
7462
p111.FormFactor = Enum.FormFactor.Custom
7463
p111.Size = Vector3.new(0.22, 2.57, 1.22)
7464
p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7465
p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7466
p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7467
p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7468
p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7469
p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7470
b111 = Instance.new("BlockMesh", p111)
7471
b111.Name = "Mesh"
7472
w1 = Instance.new("Weld", p1)
7473
w1.Name = "Block_Weld"
7474
w1.Part0 = p1
7475
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)
7476
w1.Part1 = p2
7477
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)
7478
w2 = Instance.new("Weld", p2)
7479
w2.Name = "Block_Weld"
7480
w2.Part0 = p2
7481
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)
7482
w2.Part1 = p3
7483
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)
7484
w3 = Instance.new("Weld", p3)
7485
w3.Name = "Block_Weld"
7486
w3.Part0 = p3
7487
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)
7488
w3.Part1 = p4
7489
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)
7490
w4 = Instance.new("Weld", p4)
7491
w4.Name = "Block_Weld"
7492
w4.Part0 = p4
7493
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)
7494
w4.Part1 = p5
7495
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)
7496
w5 = Instance.new("Weld", p5)
7497
w5.Name = "Block_Weld"
7498
w5.Part0 = p5
7499
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)
7500
w5.Part1 = p6
7501
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)
7502
w6 = Instance.new("Weld", p6)
7503
w6.Name = "Block_Weld"
7504
w6.Part0 = p6
7505
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)
7506
w6.Part1 = p7
7507
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)
7508
w7 = Instance.new("Weld", p7)
7509
w7.Name = "Block_Weld"
7510
w7.Part0 = p7
7511
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)
7512
w7.Part1 = p8
7513
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)
7514
w8 = Instance.new("Weld", p8)
7515
w8.Name = "Block_Weld"
7516
w8.Part0 = p8
7517
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)
7518
w8.Part1 = p9
7519
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)
7520
w9 = Instance.new("Weld", p9)
7521
w9.Name = "Block_Weld"
7522
w9.Part0 = p9
7523
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)
7524
w9.Part1 = p10
7525
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)
7526
w10 = Instance.new("Weld", p10)
7527
w10.Name = "Circle_Weld"
7528
w10.Part0 = p10
7529
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)
7530
w10.Part1 = p11
7531
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)
7532
w11 = Instance.new("Weld", p11)
7533
w11.Name = "Block_Weld"
7534
w11.Part0 = p11
7535
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)
7536
w11.Part1 = p12
7537
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)
7538
w12 = Instance.new("Weld", p12)
7539
w12.Name = "Block_Weld"
7540
w12.Part0 = p12
7541
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)
7542
w12.Part1 = p13
7543
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)
7544
w13 = Instance.new("Weld", p13)
7545
w13.Name = "Block_Weld"
7546
w13.Part0 = p13
7547
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)
7548
w13.Part1 = p14
7549
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)
7550
w14 = Instance.new("Weld", p14)
7551
w14.Name = "Block_Weld"
7552
w14.Part0 = p14
7553
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)
7554
w14.Part1 = p15
7555
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)
7556
w15 = Instance.new("Weld", p15)
7557
w15.Name = "Handle_Weld"
7558
w15.Part0 = p15
7559
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)
7560
w15.Part1 = p16
7561
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)
7562
w16 = Instance.new("Weld", p16)
7563
w16.Name = "Block_Weld"
7564
w16.Part0 = p16
7565
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)
7566
w16.Part1 = p17
7567
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)
7568
w17 = Instance.new("Weld", p17)
7569
w17.Name = "Block_Weld"
7570
w17.Part0 = p17
7571
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)
7572
w17.Part1 = p18
7573
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)
7574
w18 = Instance.new("Weld", p18)
7575
w18.Name = "Block_Weld"
7576
w18.Part0 = p18
7577
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)
7578
w18.Part1 = p19
7579
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)
7580
w19 = Instance.new("Weld", p19)
7581
w19.Name = "Block_Weld"
7582
w19.Part0 = p19
7583
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)
7584
w19.Part1 = p20
7585
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)
7586
w20 = Instance.new("Weld", p20)
7587
w20.Name = "Block_Weld"
7588
w20.Part0 = p20
7589
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)
7590
w20.Part1 = p21
7591
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)
7592
w21 = Instance.new("Weld", p21)
7593
w21.Name = "Block_Weld"
7594
w21.Part0 = p21
7595
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)
7596
w21.Part1 = p22
7597
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)
7598
w22 = Instance.new("Weld", p22)
7599
w22.Name = "Block_Weld"
7600
w22.Part0 = p22
7601
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)
7602
w22.Part1 = p23
7603
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)
7604
w23 = Instance.new("Weld", p23)
7605
w23.Name = "Block_Weld"
7606
w23.Part0 = p23
7607
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)
7608
w23.Part1 = p24
7609
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)
7610
w24 = Instance.new("Weld", p24)
7611
w24.Name = "Block_Weld"
7612
w24.Part0 = p24
7613
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)
7614
w24.Part1 = p25
7615
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)
7616
w25 = Instance.new("Weld", p25)
7617
w25.Name = "Block_Weld"
7618
w25.Part0 = p25
7619
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)
7620
w25.Part1 = p26
7621
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)
7622
w26 = Instance.new("Weld", p26)
7623
w26.Name = "Block_Weld"
7624
w26.Part0 = p26
7625
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)
7626
w26.Part1 = p27
7627
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)
7628
w27 = Instance.new("Weld", p27)
7629
w27.Name = "Circle_Weld"
7630
w27.Part0 = p27
7631
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)
7632
w27.Part1 = p28
7633
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)
7634
w28 = Instance.new("Weld", p28)
7635
w28.Name = "Block_Weld"
7636
w28.Part0 = p28
7637
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)
7638
w28.Part1 = p29
7639
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)
7640
w29 = Instance.new("Weld", p29)
7641
w29.Name = "Block_Weld"
7642
w29.Part0 = p29
7643
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)
7644
w29.Part1 = p30
7645
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)
7646
w30 = Instance.new("Weld", p30)
7647
w30.Name = "Block_Weld"
7648
w30.Part0 = p30
7649
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)
7650
w30.Part1 = p31
7651
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)
7652
w31 = Instance.new("Weld", p31)
7653
w31.Name = "Block_Weld"
7654
w31.Part0 = p31
7655
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)
7656
w31.Part1 = p32
7657
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)
7658
w32 = Instance.new("Weld", p32)
7659
w32.Name = "Block_Weld"
7660
w32.Part0 = p32
7661
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)
7662
w32.Part1 = p33
7663
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)
7664
w33 = Instance.new("Weld", p33)
7665
w33.Name = "Block_Weld"
7666
w33.Part0 = p33
7667
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)
7668
w33.Part1 = p34
7669
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)
7670
w34 = Instance.new("Weld", p34)
7671
w34.Name = "Block_Weld"
7672
w34.Part0 = p34
7673
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)
7674
w34.Part1 = p35
7675
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)
7676
w35 = Instance.new("Weld", p35)
7677
w35.Name = "Block_Weld"
7678
w35.Part0 = p35
7679
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)
7680
w35.Part1 = p36
7681
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)
7682
w36 = Instance.new("Weld", p36)
7683
w36.Name = "Circle_Weld"
7684
w36.Part0 = p36
7685
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)
7686
w36.Part1 = p37
7687
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)
7688
w37 = Instance.new("Weld", p37)
7689
w37.Name = "Block_Weld"
7690
w37.Part0 = p37
7691
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)
7692
w37.Part1 = p38
7693
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)
7694
w38 = Instance.new("Weld", p38)
7695
w38.Name = "Block_Weld"
7696
w38.Part0 = p38
7697
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)
7698
w38.Part1 = p39
7699
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)
7700
w39 = Instance.new("Weld", p39)
7701
w39.Name = "Block_Weld"
7702
w39.Part0 = p39
7703
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)
7704
w39.Part1 = p40
7705
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)
7706
w40 = Instance.new("Weld", p40)
7707
w40.Name = "Block_Weld"
7708
w40.Part0 = p40
7709
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)
7710
w40.Part1 = p41
7711
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)
7712
w41 = Instance.new("Weld", p41)
7713
w41.Name = "Block_Weld"
7714
w41.Part0 = p41
7715
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)
7716
w41.Part1 = p42
7717
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)
7718
w42 = Instance.new("Weld", p42)
7719
w42.Name = "Block_Weld"
7720
w42.Part0 = p42
7721
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)
7722
w42.Part1 = p43
7723
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)
7724
w43 = Instance.new("Weld", p43)
7725
w43.Name = "Circle_Weld"
7726
w43.Part0 = p43
7727
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)
7728
w43.Part1 = p44
7729
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)
7730
w44 = Instance.new("Weld", p44)
7731
w44.Name = "Block_Weld"
7732
w44.Part0 = p44
7733
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)
7734
w44.Part1 = p45
7735
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)
7736
w45 = Instance.new("Weld", p45)
7737
w45.Name = "Block_Weld"
7738
w45.Part0 = p45
7739
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)
7740
w45.Part1 = p46
7741
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)
7742
w46 = Instance.new("Weld", p46)
7743
w46.Name = "Block_Weld"
7744
w46.Part0 = p46
7745
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)
7746
w46.Part1 = p47
7747
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)
7748
w47 = Instance.new("Weld", p47)
7749
w47.Name = "Block_Weld"
7750
w47.Part0 = p47
7751
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)
7752
w47.Part1 = p48
7753
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)
7754
w48 = Instance.new("Weld", p48)
7755
w48.Name = "Block_Weld"
7756
w48.Part0 = p48
7757
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)
7758
w48.Part1 = p49
7759
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)
7760
w49 = Instance.new("Weld", p49)
7761
w49.Name = "Block_Weld"
7762
w49.Part0 = p49
7763
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)
7764
w49.Part1 = p50
7765
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)
7766
w50 = Instance.new("Weld", p50)
7767
w50.Name = "Block_Weld"
7768
w50.Part0 = p50
7769
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)
7770
w50.Part1 = p51
7771
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)
7772
w51 = Instance.new("Weld", p51)
7773
w51.Name = "Block_Weld"
7774
w51.Part0 = p51
7775
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)
7776
w51.Part1 = p52
7777
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)
7778
w52 = Instance.new("Weld", p52)
7779
w52.Name = "Block_Weld"
7780
w52.Part0 = p52
7781
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)
7782
w52.Part1 = p53
7783
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)
7784
w53 = Instance.new("Weld", p53)
7785
w53.Name = "Circle_Weld"
7786
w53.Part0 = p53
7787
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)
7788
w53.Part1 = p54
7789
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)
7790
w54 = Instance.new("Weld", p54)
7791
w54.Name = "Block_Weld"
7792
w54.Part0 = p54
7793
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)
7794
w54.Part1 = p55
7795
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)
7796
w55 = Instance.new("Weld", p55)
7797
w55.Name = "Block_Weld"
7798
w55.Part0 = p55
7799
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)
7800
w55.Part1 = p56
7801
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)
7802
w56 = Instance.new("Weld", p56)
7803
w56.Name = "Block_Weld"
7804
w56.Part0 = p56
7805
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)
7806
w56.Part1 = p57
7807
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)
7808
w57 = Instance.new("Weld", p57)
7809
w57.Name = "Block_Weld"
7810
w57.Part0 = p57
7811
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)
7812
w57.Part1 = p58
7813
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)
7814
w58 = Instance.new("Weld", p58)
7815
w58.Name = "Block_Weld"
7816
w58.Part0 = p58
7817
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)
7818
w58.Part1 = p59
7819
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)
7820
w59 = Instance.new("Weld", p59)
7821
w59.Name = "Circle_Weld"
7822
w59.Part0 = p59
7823
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)
7824
w59.Part1 = p60
7825
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)
7826
w60 = Instance.new("Weld", p60)
7827
w60.Name = "Circle_Weld"
7828
w60.Part0 = p60
7829
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)
7830
w60.Part1 = p61
7831
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)
7832
w61 = Instance.new("Weld", p61)
7833
w61.Name = "Block_Weld"
7834
w61.Part0 = p61
7835
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)
7836
w61.Part1 = p62
7837
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)
7838
w62 = Instance.new("Weld", p62)
7839
w62.Name = "Block_Weld"
7840
w62.Part0 = p62
7841
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)
7842
w62.Part1 = p63
7843
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)
7844
w63 = Instance.new("Weld", p63)
7845
w63.Name = "Block_Weld"
7846
w63.Part0 = p63
7847
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)
7848
w63.Part1 = p64
7849
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)
7850
w64 = Instance.new("Weld", p64)
7851
w64.Name = "Block_Weld"
7852
w64.Part0 = p64
7853
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)
7854
w64.Part1 = p65
7855
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)
7856
w65 = Instance.new("Weld", p65)
7857
w65.Name = "Block_Weld"
7858
w65.Part0 = p65
7859
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)
7860
w65.Part1 = p66
7861
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)
7862
w66 = Instance.new("Weld", p66)
7863
w66.Name = "Block_Weld"
7864
w66.Part0 = p66
7865
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)
7866
w66.Part1 = p67
7867
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)
7868
w67 = Instance.new("Weld", p67)
7869
w67.Name = "Block_Weld"
7870
w67.Part0 = p67
7871
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)
7872
w67.Part1 = p68
7873
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)
7874
w68 = Instance.new("Weld", p68)
7875
w68.Name = "Block_Weld"
7876
w68.Part0 = p68
7877
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)
7878
w68.Part1 = p69
7879
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)
7880
w69 = Instance.new("Weld", p69)
7881
w69.Name = "Circle_Weld"
7882
w69.Part0 = p69
7883
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)
7884
w69.Part1 = p70
7885
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)
7886
w70 = Instance.new("Weld", p70)
7887
w70.Name = "Wedge_Weld"
7888
w70.Part0 = p70
7889
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)
7890
w70.Part1 = p71
7891
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)
7892
w71 = Instance.new("Weld", p71)
7893
w71.Name = "Wedge_Weld"
7894
w71.Part0 = p71
7895
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)
7896
w71.Part1 = p72
7897
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)
7898
w72 = Instance.new("Weld", p72)
7899
w72.Name = "Wedge_Weld"
7900
w72.Part0 = p72
7901
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)
7902
w72.Part1 = p73
7903
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)
7904
w73 = Instance.new("Weld", p73)
7905
w73.Name = "Wedge_Weld"
7906
w73.Part0 = p73
7907
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)
7908
w73.Part1 = p74
7909
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)
7910
w74 = Instance.new("Weld", p74)
7911
w74.Name = "Wedge_Weld"
7912
w74.Part0 = p74
7913
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)
7914
w74.Part1 = p75
7915
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)
7916
w75 = Instance.new("Weld", p75)
7917
w75.Name = "Wedge_Weld"
7918
w75.Part0 = p75
7919
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)
7920
w75.Part1 = p76
7921
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)
7922
w76 = Instance.new("Weld", p76)
7923
w76.Name = "Wedge_Weld"
7924
w76.Part0 = p76
7925
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)
7926
w76.Part1 = p77
7927
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)
7928
w77 = Instance.new("Weld", p77)
7929
w77.Name = "Wedge_Weld"
7930
w77.Part0 = p77
7931
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)
7932
w77.Part1 = p78
7933
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)
7934
w78 = Instance.new("Weld", p78)
7935
w78.Name = "Wedge_Weld"
7936
w78.Part0 = p78
7937
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)
7938
w78.Part1 = p79
7939
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)
7940
w79 = Instance.new("Weld", p79)
7941
w79.Name = "Wedge_Weld"
7942
w79.Part0 = p79
7943
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)
7944
w79.Part1 = p80
7945
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)
7946
w80 = Instance.new("Weld", p80)
7947
w80.Name = "Wedge_Weld"
7948
w80.Part0 = p80
7949
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)
7950
w80.Part1 = p81
7951
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)
7952
w81 = Instance.new("Weld", p81)
7953
w81.Name = "Wedge_Weld"
7954
w81.Part0 = p81
7955
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)
7956
w81.Part1 = p82
7957
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)
7958
w82 = Instance.new("Weld", p82)
7959
w82.Name = "Wedge_Weld"
7960
w82.Part0 = p82
7961
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)
7962
w82.Part1 = p83
7963
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)
7964
w83 = Instance.new("Weld", p83)
7965
w83.Name = "Wedge_Weld"
7966
w83.Part0 = p83
7967
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)
7968
w83.Part1 = p84
7969
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)
7970
w84 = Instance.new("Weld", p84)
7971
w84.Name = "Wedge_Weld"
7972
w84.Part0 = p84
7973
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)
7974
w84.Part1 = p85
7975
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)
7976
w85 = Instance.new("Weld", p85)
7977
w85.Name = "Wedge_Weld"
7978
w85.Part0 = p85
7979
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)
7980
w85.Part1 = p86
7981
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)
7982
w86 = Instance.new("Weld", p86)
7983
w86.Name = "Wedge_Weld"
7984
w86.Part0 = p86
7985
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)
7986
w86.Part1 = p87
7987
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)
7988
w87 = Instance.new("Weld", p87)
7989
w87.Name = "Wedge_Weld"
7990
w87.Part0 = p87
7991
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)
7992
w87.Part1 = p88
7993
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)
7994
w88 = Instance.new("Weld", p88)
7995
w88.Name = "Wedge_Weld"
7996
w88.Part0 = p88
7997
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)
7998
w88.Part1 = p89
7999
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)
8000
w89 = Instance.new("Weld", p89)
8001
w89.Name = "Wedge_Weld"
8002
w89.Part0 = p89
8003
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)
8004
w89.Part1 = p90
8005
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)
8006
w90 = Instance.new("Weld", p90)
8007
w90.Name = "Wedge_Weld"
8008
w90.Part0 = p90
8009
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)
8010
w90.Part1 = p91
8011
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)
8012
w91 = Instance.new("Weld", p91)
8013
w91.Name = "Wedge_Weld"
8014
w91.Part0 = p91
8015
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)
8016
w91.Part1 = p92
8017
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)
8018
w92 = Instance.new("Weld", p92)
8019
w92.Name = "Wedge_Weld"
8020
w92.Part0 = p92
8021
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)
8022
w92.Part1 = p93
8023
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)
8024
w93 = Instance.new("Weld", p93)
8025
w93.Name = "Wedge_Weld"
8026
w93.Part0 = p93
8027
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)
8028
w93.Part1 = p94
8029
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)
8030
w94 = Instance.new("Weld", p94)
8031
w94.Name = "Wedge_Weld"
8032
w94.Part0 = p94
8033
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)
8034
w94.Part1 = p95
8035
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)
8036
w95 = Instance.new("Weld", p95)
8037
w95.Name = "Wedge_Weld"
8038
w95.Part0 = p95
8039
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)
8040
w95.Part1 = p96
8041
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)
8042
w96 = Instance.new("Weld", p96)
8043
w96.Name = "Wedge_Weld"
8044
w96.Part0 = p96
8045
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)
8046
w96.Part1 = p97
8047
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)
8048
w97 = Instance.new("Weld", p97)
8049
w97.Name = "Wedge_Weld"
8050
w97.Part0 = p97
8051
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)
8052
w97.Part1 = p98
8053
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)
8054
w98 = Instance.new("Weld", p98)
8055
w98.Name = "Wedge_Weld"
8056
w98.Part0 = p98
8057
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)
8058
w98.Part1 = p99
8059
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)
8060
w99 = Instance.new("Weld", p99)
8061
w99.Name = "Wedge_Weld"
8062
w99.Part0 = p99
8063
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)
8064
w99.Part1 = p100
8065
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)
8066
w100 = Instance.new("Weld", p100)
8067
w100.Name = "Wedge_Weld"
8068
w100.Part0 = p100
8069
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)
8070
w100.Part1 = p101
8071
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)
8072
w101 = Instance.new("Weld", p101)
8073
w101.Name = "Wedge_Weld"
8074
w101.Part0 = p101
8075
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)
8076
w101.Part1 = p102
8077
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)
8078
w102 = Instance.new("Weld", p102)
8079
w102.Name = "Wedge_Weld"
8080
w102.Part0 = p102
8081
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)
8082
w102.Part1 = p103
8083
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)
8084
w103 = Instance.new("Weld", p103)
8085
w103.Name = "Wedge_Weld"
8086
w103.Part0 = p103
8087
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)
8088
w103.Part1 = p104
8089
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)
8090
w104 = Instance.new("Weld", p104)
8091
w104.Name = "Wedge_Weld"
8092
w104.Part0 = p104
8093
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)
8094
w104.Part1 = p105
8095
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)
8096
w105 = Instance.new("Weld", p105)
8097
w105.Name = "Wedge_Weld"
8098
w105.Part0 = p105
8099
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)
8100
w105.Part1 = p106
8101
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)
8102
w106 = Instance.new("Weld", p106)
8103
w106.Name = "Wedge_Weld"
8104
w106.Part0 = p106
8105
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)
8106
w106.Part1 = p107
8107
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)
8108
w107 = Instance.new("Weld", p107)
8109
w107.Name = "Wedge_Weld"
8110
w107.Part0 = p107
8111
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)
8112
w107.Part1 = p108
8113
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)
8114
w108 = Instance.new("Weld", p108)
8115
w108.Name = "Wedge_Weld"
8116
w108.Part0 = p108
8117
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)
8118
w108.Part1 = p109
8119
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)
8120
w109 = Instance.new("Weld", p109)
8121
w109.Name = "Wedge_Weld"
8122
w109.Part0 = p109
8123
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)
8124
w109.Part1 = p110
8125
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)
8126
w110 = Instance.new("Weld", p110)
8127
w110.Name = "Hitbox_Weld"
8128
w110.Part0 = p110
8129
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)
8130
w110.Part1 = p111
8131
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)
8132
m8.Parent = rarm
8133
m8:MakeJoints()
8134
----------------------------------------------------
8135
local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8136
cor8.Name = "Thingy"
8137
cor8.Locked = true
8138
cor8.BottomSurface = 0
8139
cor8.CanCollide = false
8140
cor8.Size = Vector3.new(1, 1, 1)
8141
cor8.Transparency = 1
8142
cor8.TopSurface = 0
8143
corw8 = Instance.new("Weld", cor8)
8144
corw8.Part0 = rarm
8145
corw8.Part1 = cor8
8146
corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8147
corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8148
weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8149
weld8.Part0 = cor8
8150
weld8.Part1 = rarm.Zyrodoxa.Handle
8151
weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8152
Amulite = Instance.new("PointLight",m7.Center)
8153
Amulite.Brightness = 0
8154
Amulite.Color = Color3.new(0,1,0)
8155
----------------------------------------------------
8156
models = {m,m2,m3,m4,m5,m6,m7,m8}
8157
parts = {}
8158
Stepped:connect(function()
8159
	for i,v in pairs(models) do
8160
		for _, a in pairs(v:GetChildren()) do
8161
			if v:IsA("Part") and v.Name ~= "Thingy" then
8162
				table.insert(parts, a)
8163
				for i,v in pairs(parts) do
8164
					v.CanCollide = false
8165
				end
8166
			end
8167
		end
8168
	end
8169
end)
8170
----------------------------------------------------
8171
local animpose = "Idle1"
8172
local lastanimpose = "Idle1"
8173
local grab = false
8174
local Smooth = 1
8175
local sine = 0
8176
local change = 1
8177
local val = 0
8178
local ffing = false
8179
----------------------------------------------------
8180
--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8181
8182
function FindHumanoids()
8183
	local function c_region(Position, Size)
8184
		local SizeOffset = Size/2
8185
	 	local Point1 = Position - SizeOffset
8186
   		local Point2 = Position + SizeOffset
8187
   		local a = Instance.new("Part", workspace)
8188
   		a.Anchored = true
8189
   		a.Size = Size
8190
   		a.Position = Position
8191
   		print("Hey!, I'm making a part!")
8192
   		return Region3.new(Point1, Point2)
8193
  	end
8194
  	
8195
    local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8196
    local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8197
    local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8198
    local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8199
    
8200
    local regions = {a, b, c, d}
8201
    
8202
    local found_humanoids = {}
8203
    local already_found = {char.Name}
8204
    
8205
    for _, region in pairs(regions) do
8206
        for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8207
        	print(part, part.Parent, part.Name) ---nope
8208
            if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8209
                local humanoid = part.Parent:FindFirstChild("Humanoid")
8210
                local name = humanoid.Parent.Name
8211
                local exists = false
8212
                for _, n in pairs(already_found) do
8213
                    if n == name then
8214
                        exists = true
8215
                    end
8216
                end
8217
                if not exists then
8218
                    table.insert(already_found, name)
8219
                    table.insert(found_humanoids, humanoid)
8220
                end
8221
            elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8222
                local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8223
                local name = humanoid.Parent.Parent.Name
8224
                local exists = false
8225
                for _, n in pairs(already_found) do
8226
                    if n == name then
8227
                        exists = true
8228
                    end
8229
                end
8230
                if not exists then
8231
                    table.insert(already_found, name)
8232
                    table.insert(found_humanoids, humanoid)
8233
                end
8234
            end
8235
        end
8236
    end
8237
    return found_humanoids
8238
end
8239
8240
local humanoids = FindHumanoids()
8241
if #humanoids == 0 then
8242
	for i, v in pairs(humanoids) do
8243
		print(v.Parent.Name)
8244
		if Debounces.Slashing == true then
8245
			v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8246
		elseif Debounces.Slashing == false then
8247
			wait()
8248
		end
8249
	end
8250
	wait(0.3)
8251
end]]--
8252
----------------------------------------------------
8253
--[[mouse.KeyDown:connect(function(key)
8254
	if key == "f" then
8255
		if Debounces.CanAttack == true then
8256
			Debounces.CanAttack = false
8257
			Debounces.NoIdl = true
8258
			Debounces.on = true
8259
			for i = 1, 20 do
8260
				corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8261
				corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8262
				CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8263
				CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8264
				CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8265
				CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8266
				CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8267
				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)
8268
				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)
8269
				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)
8270
				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)
8271
				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)
8272
				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)
8273
				torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8274
				torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8275
				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)
8276
				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)
8277
				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)
8278
				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)
8279
				if Debounces.on == false then
8280
					break
8281
				end
8282
				fat.Event:wait()
8283
			end
8284
		end
8285
	end
8286
end)]]--
8287
----------------------------------------------------
8288
mod4 = Instance.new("Model",char)
8289
8290
ptez = {0.7, 0.8, 0.9, 1}
8291
8292
function FindNearestTorso(Position,Distance,SinglePlayer)
8293
    if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8294
        local List = {}
8295
        for i,v in pairs(workspace:GetChildren())do
8296
            if v:IsA("Model")then
8297
                if v:findFirstChild("Torso")then
8298
                    if v ~= char then
8299
                        if(v.Torso.Position -Position).magnitude <= Distance then
8300
                            table.insert(List,v)
8301
                        end 
8302
                    end 
8303
                end 
8304
            end 
8305
        end
8306
    return List
8307
end
8308
8309
function Slam()
8310
    local part=Instance.new('Part',mod4)
8311
    part.Anchored=true
8312
    part.CanCollide=false
8313
    part.FormFactor='Custom'
8314
    part.Size=Vector3.new(.2,.2,.2)
8315
    part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8316
    part.Transparency=.7
8317
    part.BrickColor=BrickColor.new('Really black')
8318
    mesh=Instance.new('SpecialMesh',part)
8319
    mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8320
    mesh.Scale=Vector3.new(3,3,3)
8321
    local part2=Instance.new('Part',mod4)
8322
    part2.Anchored=true
8323
    part2.CanCollide=false
8324
    part2.FormFactor='Custom'
8325
    part2.Size=Vector3.new(.2,.2,.2)
8326
    part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8327
    part2.Transparency=.7
8328
    part2.BrickColor=BrickColor.new('Lime green')
8329
    mesh2=Instance.new('SpecialMesh',part2)
8330
    mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8331
    mesh2.Scale=Vector3.new(3,1.5,3)
8332
    x = Instance.new("Sound",larm)
8333
    x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8334
    x.Pitch = ptez[math.random(1,#ptez)]
8335
    x.Volume = 1
8336
    wait(.1)
8337
    x1 = Instance.new("Sound",larm)
8338
    x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8339
    x1.Pitch = ptez[math.random(1,#ptez)]
8340
    x1.Volume = 1
8341
    wait(.1)
8342
	x:Play()
8343
    x1:Play()
8344
    for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8345
        if v:FindFirstChild('Humanoid') then
8346
            v.Humanoid:TakeDamage(math.random(30,45))
8347
        end
8348
    end
8349
    coroutine.resume(coroutine.create(function() 
8350
        for i=0,0.62,0.13 do
8351
            wait()
8352
            part.CFrame=part.CFrame
8353
            part.Transparency=i
8354
            mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8355
            part2.CFrame=part2.CFrame
8356
            part2.Transparency=i
8357
            mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8358
            end
8359
        part.Parent=nil
8360
        part2.Parent=nil
8361
        x:Destroy()
8362
    end))
8363
end
8364
----------------------------------------------------
8365
wPart = function(x,y,z,color,tr,cc,an,parent)
8366
    local wp = Instance.new('WedgePart',parent or Weapon)
8367
    wp.formFactor = 'Custom'
8368
    wp.Size = Vector3.new(x,y,z)
8369
    wp.BrickColor = BrickColor.new(color)
8370
    wp.CanCollide = cc
8371
    wp.Transparency = tr
8372
    wp.Anchored = an
8373
    wp.TopSurface,wp.BottomSurface = 0,0
8374
    return wp
8375
end
8376
8377
Mesh = function(par,num,x,y,z)
8378
    local msh = _
8379
    if num == 1 then
8380
        msh = Instance.new("CylinderMesh",par)
8381
    elseif num == 2 then
8382
        msh = Instance.new("SpecialMesh",par)
8383
        msh.MeshType = 3
8384
    elseif num == 3 then
8385
        msh = Instance.new("BlockMesh",par)
8386
    elseif num == 4 then
8387
        msh = Instance.new("SpecialMesh",par)
8388
        msh.MeshType = "Torso"
8389
    elseif type(num) == 'string' then
8390
        msh = Instance.new("SpecialMesh",par)
8391
        msh.MeshId = num
8392
    end 
8393
    msh.Scale = Vector3.new(x,y,z)
8394
    return msh
8395
end
8396
8397
local function CFrameFromTopBack(at, top, back)
8398
    local right = top:Cross(back)
8399
    return CFrame.new(at.x, at.y, at.z,
8400
    right.x, top.x, back.x,
8401
    right.y, top.y, back.y,
8402
    right.z, top.z, back.z)
8403
end
8404
8405
function Triangle(a, b, c)
8406
    local edg1 = (c-a):Dot((b-a).unit)
8407
    local edg2 = (a-b):Dot((c-b).unit)
8408
    local edg3 = (b-c):Dot((a-c).unit)
8409
    if edg1 <= (b-a).magnitude and edg1 >= 0 then
8410
        a, b, c = a, b, c
8411
    elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8412
        a, b, c = b, c, a
8413
    elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8414
        a, b, c = c, a, b
8415
    else 
8416
        print("unreachable")
8417
    end
8418
    local len1 = (c-a):Dot((b-a).unit)
8419
    local len2 = (b-a).magnitude - len1
8420
    local width = (a + (b-a).unit*len1 - c).magnitude
8421
    local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8422
    local list = {}
8423
    if len1 > 0.01 then
8424
        local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8425
        local sz = Vector3.new(0.2, width, len1)
8426
        w1.Size = sz
8427
        local sp = Mesh(w1,2,0,0,0)
8428
        sp.MeshType='Wedge'
8429
        sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8430
        w1:BreakJoints()
8431
        w1.Anchored = true
8432
        w1.Transparency = 0.7
8433
        Spawn(function()
8434
            for i=0,1,0.1 do
8435
                fat.Event:wait()
8436
                w1.Transparency=w1.Transparency+0.03
8437
            end
8438
        end)
8439
        w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8440
        table.insert(list,w1)
8441
    end
8442
    if len2 > 0.01 then
8443
        local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8444
        local sz = Vector3.new(0.2, width, len2) 
8445
        w2.Size = sz
8446
        local sp = Mesh(w2,2,0,0,0)
8447
        sp.MeshType='Wedge'
8448
        sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8449
        w2:BreakJoints()
8450
        w2.Anchored = true
8451
        w2.Transparency = 0.7
8452
        Spawn(function()
8453
            for i=0,1,0.1 do
8454
                fat.Event:wait()
8455
                w2.Transparency=w2.Transparency+0.03
8456
            end
8457
        end)
8458
        w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8459
        table.insert(list,w2)
8460
    end
8461
    return unpack(list)
8462
end
8463
8464
function trail(p,t,h)
8465
	Spawn(function()
8466
		local blcf = p.CFrame
8467
		local scfr = blcf
8468
		for i=1,t do
8469
			local blcf = p.CFrame
8470
			if scfr and (p.Position-scfr.p).magnitude > .1 then
8471
				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)
8472
				if a then game.Debris:AddItem(a,1) end 
8473
				if b then game.Debris:AddItem(b,1) end
8474
				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)
8475
				if a then game.Debris:AddItem(a,1) end 
8476
				if b then game.Debris:AddItem(b,1) end
8477
				scfr = blcf
8478
			elseif not scfr then
8479
				scfr = blcf
8480
			end
8481
			fat.Event:wait()
8482
		end
8483
		scfr=nil
8484
	end)
8485
end
8486
--trail(char.Sword.Blade,1e1000,5)
8487
----------------------------------------------------
8488
function Dmg()
8489
	local partofdeath = rarm.Zyrodoxa.Hitbox
8490
	local function CreateRegion3FromLocAndSize(Position, Size)
8491
		local SizeOffset = Size/2
8492
		local Point1 = Position - SizeOffset
8493
		local Point2 = Position + SizeOffset
8494
		return Region3.new(Point1, Point2)
8495
	end
8496
	local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8497
	for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8498
		Spawn(function()
8499
			if Debounces.Slashing == true and Debounces.Slashed == false then
8500
				Debounces.Slashed = true
8501
				ypcall(function()
8502
					local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8503
					humanoid:TakeDamage(math.random(10,18))
8504
				end)
8505
				wait(.4)
8506
				Debounces.Slashed = false
8507
			end
8508
		end)
8509
	end
8510
end
8511
----------------------------------------------------
8512
pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8513
ptz = {0.7, 0.8, 0.9, 1}
8514
idz = {"161006212", "161006195"}
8515
function attackone()
8516
	for i = 1, 13 do
8517
		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)
8518
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8519
		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)
8520
		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)
8521
		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)
8522
		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)
8523
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8524
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8525
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8526
		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)
8527
		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)
8528
		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)
8529
		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)
8530
		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)
8531
		if Debounces.on == false then
8532
			break
8533
		end
8534
		fat.Event:wait()
8535
	end
8536
	trail(rarm.Zyrodoxa.Hitbox,20,2)
8537
	Debounces.Slashing = true
8538
	wait(0.2)
8539
	--[[z = Instance.new("Sound", hed)
8540
	z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8541
	z.Pitch = ptz[math.random(1,#ptz)]
8542
	z.Volume = 1
8543
	wait(.01)
8544
	z:Play()]]--
8545
	for i = 1, 14 do
8546
		Dmg()
8547
		corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8548
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8549
		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)
8550
		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)
8551
		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)
8552
		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)
8553
		hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8554
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8555
		torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8556
		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)
8557
		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)
8558
		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)
8559
		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)
8560
		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)
8561
		if Debounces.on == false then break end
8562
		rs:wait()
8563
	end
8564
	Debounces.Slashing = false
8565
end
8566
function attacktwo()
8567
	Debounces.Slashing = true
8568
	for i = 1, 14 do
8569
		Dmg()
8570
		corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8571
		corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8572
		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)
8573
		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)
8574
		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)
8575
		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)
8576
		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)
8577
		hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8578
		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)
8579
		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)
8580
		lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8581
		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)
8582
		rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8583
		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)
8584
		if Debounces.on == false then
8585
			break
8586
		end
8587
		rs:wait()
8588
	end
8589
end
8590
----------------------------------------------------
8591
ComboNum = 0
8592
mouse.Button1Down:connect(function()
8593
	if Debounces.CanAttack == true then
8594
		Debounces.CanAttack = false
8595
		Debounces.NoIdl = true
8596
		Debounces.on = true
8597
		if ComboNum == 0 then
8598
			attackone()
8599
		elseif ComboNum == 1  then
8600
			attacktwo()
8601
		--[[elseif ComboNum == 2 then
8602
			attackthree()]]--
8603
		end
8604
		ComboNum = ComboNum + 1
8605
		Debounces.CanAttack = true
8606
		Debounces.on = false
8607
		wait(.5)
8608
		if Debounces.CanAttack == true then
8609
			ComboNum = 0
8610
			Debounces.NoIdl = false
8611
		end
8612
	end
8613
end)
8614
----------------------------------------------------
8615
definition = 5
8616
bc = {}
8617
bezierparts = {}
8618
function NoOutline(Part)
8619
	Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8620
end
8621
function draw(p,d)
8622
	for i=1,d do 
8623
		local t = i/d
8624
		bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8625
	end
8626
	for i=1,d do
8627
		local bcs = Instance.new("Part",char)
8628
		NoOutline(bcs)
8629
		bcs.Anchored = true
8630
		bcs.CanCollide = false
8631
		bcs.Material = "Neon"
8632
		bcs.BrickColor = BrickColor.new("Lime green")
8633
		bcs.Size = Vector3.new(1,1,1)
8634
		bcs.Shape = Enum.PartType.Ball
8635
		bcs.CFrame = CFrame.new(bc[i])
8636
		local bcp = Instance.new("Part",char)
8637
		NoOutline(bcp)
8638
		bcp.Anchored = true
8639
		bcp.CanCollide = false
8640
		bcp.Material = "Neon"
8641
		bcp.BrickColor = BrickColor.new("Lime green")
8642
		local cm = Instance.new("CylinderMesh")
8643
		cm.Parent = bcp
8644
		if i ~= 1 then
8645
			bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8646
			bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8647
		else
8648
			bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8649
			bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8650
		end
8651
		table.insert(bezierparts, bcs)
8652
		table.insert(bezierparts, bcp)
8653
	end
8654
	Spawn(function() fat.Event:wait()
8655
		for i,v in pairs(bezierparts) do
8656
			v.Transparency = 1
8657
		end
8658
	end)
8659
end
8660
--local points = {larm.Position,rarn.Position,invisipart.Position}
8661
--draw(points,definition)
8662
mouse.KeyDown:connect(function(key)
8663
    if key == "f" then
8664
        if Debounces.CanAttack == true then
8665
			Debounces.CanAttack = false
8666
			Debounces.NoIdl = true
8667
			Debounces.on = true
8668
			for i = 1, 20 do
8669
				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)
8670
				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)
8671
				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)
8672
				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)
8673
				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)
8674
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8675
				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)
8676
				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)
8677
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8678
				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)
8679
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8680
				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)
8681
				if Debounces.on == false then
8682
					break
8683
				end
8684
				fat.Event:wait()
8685
			end
8686
			rpart = Instance.new("Part",rarm)
8687
			NoOutline(rpart)
8688
			rpart.Anchored = false
8689
			rpart.Size = Vector3.new(1,1,1)
8690
			rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8691
			rpart.Transparency = 1
8692
			newWeld(rarm, rpart, 0, 0, 0)
8693
			rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8694
			lpart = Instance.new("Part",larm)
8695
			NoOutline(lpart)
8696
			lpart.Anchored = false
8697
			lpart.Size = Vector3.new(1,1,1)
8698
			lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8699
			lpart.Transparency = 1
8700
			newWeld(larm, lpart, 0, 0, 0)
8701
			lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8702
			invisipart = Instance.new("Part",torso)
8703
			NoOutline(invisipart)
8704
			invisipart.Anchored = false
8705
			invisipart.Size = Vector3.new(1,1,1)
8706
			invisipart.Transparency = 1
8707
			invisipart.CFrame = torso.CFrame
8708
			newWeld(torso, invisipart, 0, 0, 0)
8709
			invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8710
			table.insert(bezierparts, rpart)
8711
			table.insert(bezierparts, lpart)
8712
			table.insert(bezierparts, invisipart)
8713
			for i = 1, 40 do
8714
				local points = {lpart.Position,invisipart.Position,rpart.Position}
8715
				draw(points,definition)
8716
				--invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8717
				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)
8718
				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)
8719
				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)
8720
				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)
8721
				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)
8722
				hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8723
				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)
8724
				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)
8725
				lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8726
				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)
8727
				rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8728
				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)
8729
				if Debounces.on == false then
8730
					break
8731
				end
8732
				fat.Event:wait()
8733
			end
8734
			for i,v in pairs(bezierparts) do
8735
				v:Destroy()
8736
			end
8737
			--draw(points,definition)
8738
			if Debounces.CanAttack == false then
8739
				Debounces.CanAttack = true
8740
				Debounces.NoIdl = false
8741
				Debounces.on = false
8742
			end
8743
		end
8744
	end
8745
end)
8746
----------------------------------------------------
8747
----------------------------------------------------
8748
8749
---------------------------------------------------------------------------------------
8750
----------------------------------------------------
8751
mouse.KeyDown:connect(function(key)
8752
    if key == "b" then
8753
        hum.WalkSpeed = 0.01
8754
        if Debounces.CanAttack == true then
8755
            Debounces.CanAttack = false
8756
            Debounces.NoIdl = true
8757
            Debounces.on = true
8758
            for i = 1,20 do
8759
            rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8760
            larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8761
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8762
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8763
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8764
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8765
           
8766
            if Debounces.on == false then break end
8767
            wait()
8768
            end
8769
        wait(1)
8770
        v = Instance.new("Sound")
8771
        v.SoundId = "rbxassetid://435742675"
8772
        v.Parent = char
8773
        v.Looped = false
8774
        v.Pitch = 1
8775
        v.Volume = 16
8776
        wait(.01)
8777
        v:Play()
8778
       
8779
        if Daytime == true then
8780
            Daytime = false
8781
            l.TimeOfDay = 24
8782
        else
8783
            Daytime = true
8784
            l.TimeOfDay = 12
8785
            l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8786
        end
8787
       
8788
            local Shockwave = function()
8789
                local rng1 = Instance.new("Part", char)
8790
                rng1.Anchored = true
8791
                rng1.BrickColor = BrickColor.new("Really black")
8792
                rng1.CanCollide = false
8793
                rng1.FormFactor = 3
8794
                rng1.Name = "Ring"
8795
                rng1.Size = Vector3.new(1, 1, 1)
8796
                rng1.Transparency = 0.35
8797
                rng1.TopSurface = 0
8798
                rng1.BottomSurface = 0
8799
                local rngm1 = Instance.new("SpecialMesh", rng)
8800
                rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8801
                rngm1.Scale = Vector3.new(10, 10, 1)
8802
                rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8803
                local Wave = Instance.new("Part", game.Workspace--[[?]])
8804
                Wave.Name = "Shockwave"
8805
                Wave.BrickColor = BrickColor.new("Really black")
8806
                Wave.Size = Vector3.new(1, 1, 1)
8807
                Wave.Shape = "Ball"
8808
                Wave.CanCollide = false
8809
                Wave.Anchored = true
8810
                Wave.TopSurface = 0
8811
                Wave.BottomSurface = 0
8812
8813
msh=Instance.new('SpecialMesh',pt)
8814
msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8815
msh.Scale=Vector3.new(8,4,8)
8816
8817
                Wave.Touched:connect(function(hit)
8818
                    if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8819
                        local Occlude = true
8820
                        local NotOccludes = {
8821
                            char.Name;
8822
                            "Wings";
8823
                            "Scythe";
8824
                            "Thingy";
8825
                            "Thingy2"; -- put all of the names in a table pls
8826
                        }
8827
                        for i,v in pairs(NotOccludes) do
8828
                            if hit.Parent.Name == v then
8829
                                Occlude = false
8830
                            end
8831
                        end
8832
                        --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
8833
                        if Occlude then
8834
                            hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8835
                            hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8836
                        end
8837
                    end
8838
                end)
8839
               
8840
                Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8841
               
8842
                coroutine.wrap(function()
8843
                    for i = 1, 20, 0.2 do
8844
                        rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8845
                        rng1.Transparency = i/20
8846
                    wait()
8847
                    end
8848
                    wait()
8849
                    rng1:Destroy()
8850
                end)()
8851
               
8852
                Delay(0, function()
8853
 
8854
                    if Daytime == false then
8855
                       for i = 1, 50, 1 do
8856
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8857
                            Wave.CFrame = char.Torso.CFrame
8858
                            local t = i / 50
8859
                            Wave.Transparency = t
8860
                            wait()
8861
                        end
8862
                    else
8863
                        for i = 1, 50, 1 do
8864
                            Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8865
                            Wave.CFrame = char.Torso.CFrame
8866
                            local t = i / 50
8867
                            Wave.Transparency = t
8868
                            wait()
8869
                        end
8870
                    end
8871
                    Wave:Destroy()
8872
                end)
8873
                Delay(0, function()
8874
                    while wait() do
8875
                        if Wave ~= nil then
8876
                            Wave.CFrame = char.Torso.CFrame
8877
                        else
8878
                            break
8879
                        end
8880
                    end
8881
                end)
8882
            end
8883
        Shockwave()
8884
       
8885
 
8886
 for i = 1, 15 do
8887
            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)
8888
            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)
8889
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8890
            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)
8891
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8892
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8893
            if Debounces.on == false then break end
8894
            wait()
8895
        end
8896
        for i = 1, 15 do
8897
            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)
8898
            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)
8899
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8900
            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)
8901
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8902
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8903
            if Debounces.on == false then break end
8904
            wait()
8905
        end
8906
        for i = 1, 15 do
8907
            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)
8908
            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)
8909
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8910
            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)
8911
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8912
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8913
            if Debounces.on == false then break end
8914
            wait()
8915
        end
8916
        for i = 1, 15 do
8917
            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)
8918
            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)
8919
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8920
            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)
8921
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8922
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8923
            if Debounces.on == false then break end
8924
            wait()
8925
        end
8926
        for i = 1, 15 do
8927
            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)
8928
            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)
8929
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8930
            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)
8931
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8932
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8933
            if Debounces.on == false then break end
8934
            wait()
8935
        end
8936
        for i = 1, 15 do
8937
            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)
8938
            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)
8939
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8940
            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)
8941
            lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8942
            rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8943
            if Debounces.on == false then break end
8944
            wait()
8945
        end
8946
        wait(1.4)
8947
        Debounces.NoIdl = false
8948
        hum.WalkSpeed = 16
8949
        Debounces.on = false
8950
        wait()
8951
        if Debounces.CanAttack == false then
8952
            Debounces.CanAttack = true
8953
            v:Destroy()
8954
           end
8955
        end
8956
    end
8957
end)
8958
------------------------------------------
8959
8960
-------------------------------------------------
8961
Grab = false
8962
mouse.KeyDown:connect(function(key)
8963
    if key == "z" then
8964
        Debounces.on = true
8965
        Debounces.NoIdl = true
8966
		Debounces.ks = true
8967
        if Grab == false then
8968
        gp = nil
8969
        for i = 1, 20 do
8970
			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)
8971
			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)
8972
			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)
8973
			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)
8974
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8975
			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)
8976
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8977
			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)
8978
			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)
8979
			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)
8980
			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)
8981
            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)
8982
			if Debounces.on == false then break end
8983
            fat.Event:wait()
8984
        end
8985
        con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8986
		ht = hit.Parent
8987
			for i,v in pairs(ht:GetChildren()) do 
8988
				if v:IsA("Part") then
8989
					v.CanCollide = false
8990
					v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8991
				end
8992
			end
8993
			hum1=ht:FindFirstChild('Humanoid')
8994
			if hum1 ~= nil then
8995
				if Debounces.ks==true then
8996
					z = Instance.new("Sound",hed)
8997
					z.SoundId = "rbxassetid://169380525"
8998
					z.Volume = 1
8999
					z:Play()
9000
					Debounces.ks=false
9001
				end
9002
				hum1.PlatformStand=true
9003
				hum1:ChangeState'Physics'
9004
				gp = ht
9005
				Grab = true
9006
				asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9007
				asd.Parent = larm
9008
				asd.Name = "asd"
9009
				asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9010
				stanceToggle = "Grabbed"
9011
			--[[elseif hum1 == nil then
9012
				con1:disconnect()
9013
				wait() return]]--
9014
			end
9015
        end)
9016
        for i = 1, 20 do
9017
			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)
9018
			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)
9019
			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)
9020
			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)
9021
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9022
			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)
9023
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9024
			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)
9025
			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)
9026
			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)
9027
			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)
9028
            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)
9029
			if Debounces.on == false then break end
9030
            fat.Event:wait()
9031
        end
9032
		con1:disconnect()
9033
		Debounces.on = false
9034
		Debounces.NoIdl = false
9035
		elseif Grab == true then
9036
        Grab = false
9037
			--[[for i = 1, 16 do
9038
			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)
9039
			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)
9040
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9041
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9042
			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)
9043
			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)
9044
			cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9045
			if Debounces.on == false then end
9046
			rs:wait()
9047
		end]]--
9048
			for i = 1, 16 do
9049
			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)
9050
			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)
9051
			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)
9052
			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)
9053
			hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9054
			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)
9055
			torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9056
			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)
9057
			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)
9058
			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)
9059
			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)
9060
			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)
9061
			if Debounces.on == false then end
9062
			rs:wait()
9063
		end
9064
		for i = 1, 12 do
9065
			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)
9066
            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)
9067
			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)
9068
            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)
9069
			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)
9070
            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)
9071
			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)
9072
            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)
9073
			lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9074
            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)
9075
			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)
9076
			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)
9077
			if Debounces.on == false then end
9078
			rs:wait()
9079
		end
9080
		Slam()
9081
		if gp ~= nil then
9082
			for i,v in pairs(larm:GetChildren()) do
9083
				if v.Name == "asd" and v:IsA("Weld") then
9084
					v:Remove()
9085
				end
9086
				if v:IsA("Part") then
9087
					v.CanCollide = true
9088
					v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9089
				end
9090
			end
9091
		end
9092
		stanceToggle = "Idle1"
9093
        --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9094
        bv.maxForce = Vector3.new(400000, 400000, 400000)
9095
        bv.P = 125000
9096
        bv.velocity = char.Head.CFrame.lookVector * 200]]--
9097
        ht=nil
9098
        Debounces.on = false
9099
        Debounces.NoIdl = false
9100
        elseif ht == nil then wait()
9101
			Grab = false
9102
			Debounces.on = false
9103
			Debounces.NoIdl = false
9104
        end
9105
    end
9106
end)
9107
----------------------------------------------------
9108
-------------------------------------------------------------------------------------------------
9109
9110
----------------------------------------------------
9111
9112
9113
----------------------------------------------------
9114
----------------------------------------------------
9115
------------------------------------------------
9116
pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9117
mouse.KeyDown:connect(function(key)
9118
    if key == "e" then
9119
        if Debounces.CanAttack == true then
9120
            Debounces.CanAttack = false
9121
            Debounces.NoIdl = true
9122
            Debounces.on = true
9123
            Debounces.ks = true
9124
    larm.Touched:connect(function(ht)
9125
        hit = ht.Parent
9126
        if ht and hit:IsA("Model") then
9127
                if hit:FindFirstChild("Humanoid") then
9128
                    if hit.Name ~= p.Name then
9129
                        if Debounces.Slapping == true and Debounces.Slapped == false then
9130
                                Debounces.Slapped = true
9131
                                    if Debounces.ks==true then
9132
                                    z = Instance.new("Sound",hed)
9133
                                    z.SoundId = "rbxassetid://169380525"
9134
                                    z.Volume = 1
9135
                                    z:Play()
9136
                                    z1 = Instance.new("Sound",char)
9137
                                    z1.SoundId = "rbxassetid://261010715"
9138
                                    z1.Pitch = pts[math.random(1,#pts)]
9139
                                    z1.Volume = 1
9140
                                    z2 = Instance.new("Sound",char)
9141
                                    z2.SoundId = "rbxassetid://261010715"
9142
                                    z2.Pitch = z1.Pitch
9143
                                    z2.Volume = 1
9144
                                    z3 = Instance.new("Sound",char)
9145
                                    z3.SoundId = "rbxassetid://261010715"
9146
                                    z3.Pitch = z1.Pitch
9147
                                    z3.Volume = 1
9148
if Profanity == true then
9149
                                    z1:Play()
9150
                                    z2:Play()
9151
                                    z3:Play()
9152
else end
9153
                                    Debounces.ks=false
9154
                                    end
9155
                                    hit:FindFirstChild("Humanoid"):TakeDamage(10)
9156
                                    hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9157
                                wait(.5)
9158
                                Debounces.Slapped = false
9159
                                z:Destroy()
9160
                                z1:Destroy()
9161
                                z2:Destroy()
9162
                                z3:Destroy()
9163
                        end
9164
                    end
9165
                end
9166
        elseif ht and hit:IsA("Hat") then
9167
            if hit.Parent.Name ~= p.Name then
9168
                if hit.Parent:FindFirstChild("Humanoid") then
9169
                       if Debounces.Slapping == true and Debounces.Slapped == false then
9170
                                Debounces.Slapped = true
9171
                                    if Debounces.ks==true then
9172
                                    z = Instance.new("Sound",hed)
9173
                                    z.SoundId = "rbxassetid://169380525"
9174
                                    z.Volume = 1
9175
                                    z:Play()
9176
                                    z1 = Instance.new("Sound",char)
9177
                                    z1.SoundId = "rbxassetid://261010715"
9178
                                    z1.Pitch = pts[math.random(1,#pts)]
9179
                                    z1.Volume = 1
9180
                                    z2 = Instance.new("Sound",char)
9181
                                    z2.SoundId = "rbxassetid://261010715"
9182
                                    z2.Pitch = z1.Pitch
9183
                                    z2.Volume = 1
9184
                                    z3 = Instance.new("Sound",char)
9185
                                    z3.SoundId = "rbxassetid://261010715"
9186
                                    z3.Pitch = z1.Pitch
9187
                                    z3.Volume = 1
9188
                                    z1:Play()
9189
                                    z2:Play()
9190
                                    z3:Play()
9191
                                    Debounces.ks=false
9192
                                    end
9193
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9194
                                wait(.5)
9195
                    Debounces.Slapped = false
9196
                    z:Destroy()
9197
                    z1:Destroy()
9198
                    z2:Destroy()
9199
                    z3:Destroy()
9200
                    end
9201
                end
9202
            end
9203
        end    
9204
    end)
9205
                for i = 1, 14 do
9206
                    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)
9207
                    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)
9208
                    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)
9209
                    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)
9210
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9211
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9212
                    if Debounces.on==false then break end
9213
                    rs:wait(2)
9214
                end
9215
                Debounces.Slapping = true
9216
                for i = 1, 20 do
9217
                    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)
9218
                    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)
9219
                    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)
9220
                    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)
9221
                    lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9222
                    rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9223
                    if Debounces.on==false then break end
9224
                    rs:wait(2)
9225
                end
9226
                Debounces.Slapping = false
9227
            if Debounces.CanAttack == false then
9228
                Debounces.CanAttack = true
9229
                Debounces.NoIdl = false
9230
                Debounces.on = false
9231
            end
9232
        end
9233
    end
9234
end)
9235
-------------------------------
9236
mouse.KeyDown:connect(function(key)
9237
    if key == "t" then
9238
        if Debounces.CanAttack == true then
9239
        Debounces.CanAttack = false
9240
        Debounces.on = true
9241
        Debounces.NoIdl = true
9242
        for i = 1, 20 do
9243
        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)
9244
        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)
9245
        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)
9246
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9247
        lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9248
        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)
9249
   
9250
            if Debounces.on == false then break end
9251
            wait()
9252
        end
9253
        Spawn(function()
9254
            local Parts = {}
9255
            for Y = -5,5 do
9256
                local P = Instance.new("Part",char)
9257
                P.Anchored = true
9258
                P.FormFactor = "Custom"
9259
                P.CanCollide = false
9260
                P.Size = Vector3.new(1,2,1)
9261
                P.TopSurface = "SmoothNoOutlines"
9262
                P.BottomSurface = "SmoothNoOutlines"
9263
                P.BrickColor = BrickColor.new("Really black")
9264
                P.Name = tostring(Y)
9265
                local i = (Y+5)/(10)
9266
                i = 1-math.cos(math.pi*i-(math.pi/2))
9267
                P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9268
                --[[P.Touched:connect(function(ht)
9269
                    local hit = ht.Parent
9270
                    if hit:FindFirstChild("Humanoid") then
9271
                        hit.Humanoid:TakeDamage(math.random(20,50))
9272
                    end
9273
                end)]]--
9274
        s = Instance.new("Sound",P)
9275
        s.SoundId = "rbxassetid://228343271"
9276
        s.Volume = 19
9277
        s.Pitch = 0.9
9278
        s:Play()
9279
P.Touched:connect(function(ht)
9280
        hit = ht.Parent
9281
        if ht and hit:IsA("Model") then
9282
                if hit:FindFirstChild("Humanoid") then
9283
                    if hit.Name ~= p.Name then
9284
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9285
                                Debounces.Slashed = true]]--
9286
                                    hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9287
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9288
                                wait(1)
9289
                                --Debounces.Slashed = false
9290
                        --end
9291
                end
9292
                end
9293
        elseif ht and hit:IsA("Hat") then
9294
            if hit.Parent.Name ~= p.Name then
9295
                if hit.Parent:FindFirstChild("Humanoid") then
9296
                        --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9297
                                Debounces.Slashed = true]]--
9298
                                hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9299
                                hit:FindFirstChild("Humanoid").PlatformStand = true
9300
                                wait(1)
9301
                    --Debounces.Slashed = false
9302
                --end
9303
            end
9304
        end
9305
    end
9306
end)
9307
                Parts[#Parts+1] = P
9308
            end
9309
            local BREAKIT = false
9310
            local CParts = {}
9311
            local Rocks = {}
9312
            local LastPos = nil
9313
            for i = 1,70 do
9314
                for i2,v in pairs(Parts) do
9315
                    v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9316
                    local cf = v.CFrame
9317
                    v.Size = v.Size+Vector3.new(0.4,0.35,0)
9318
                    v.CFrame = cf
9319
                    v.Transparency = v.Transparency+0.02
9320
                    if v.Transparency >= 0.975 then BREAKIT = true end
9321
                    if v.Name == "0" then
9322
                        local Ignore = {}
9323
                        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9324
                            if v.Character ~= nil then
9325
                                Ignore[#Ignore+1] = v.Character
9326
                            end
9327
                        end
9328
                        local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9329
                        local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9330
                        if Hit ~= nil then
9331
                            if #Rocks == 0 then
9332
                                for i = 1,5 do
9333
                                    local P = Instance.new("Part",char)
9334
                                    Rocks[#Rocks+1] = P
9335
                                    P.Anchored = true
9336
                                    P.FormFactor = "Custom"
9337
                                    P.BrickColor = Hit.BrickColor
9338
                                    P.Material = Hit.Material
9339
                                    P.TopSurface = "Smooth"
9340
                                    P.BottomSurface = "Smooth"
9341
                                    P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9342
                                end
9343
                            end
9344
                            for i,P in pairs(Rocks) do
9345
                                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)))
9346
                            end
9347
                            local P = Instance.new("Part",char)
9348
                            CParts[#CParts+1] = {P,tick()}
9349
                            P.Anchored = true
9350
                            P.FormFactor = "Custom"
9351
                            P.BrickColor = Hit.BrickColor
9352
                            P.Material = Hit.Material
9353
                            P.TopSurface = "Smooth"
9354
                            P.BottomSurface = "Smooth"
9355
                            P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9356
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9357
                            Pos = Pos.p
9358
                            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)))
9359
                            local P = P:Clone()
9360
                            CParts[#CParts+1] = {P,tick()}
9361
                            P.Parent = char
9362
                            Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9363
                            Pos = Pos.p
9364
                            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)))
9365
                            if LastPos ~= nil then
9366
                                local P = P:Clone()
9367
                                CParts[#CParts+1] = {P,tick()}
9368
                                P.Parent = char
9369
                                P.BrickColor = BrickColor.new("Really black")
9370
                                Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9371
                                Pos = Pos.p
9372
                                local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9373
                                P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9374
                                --P.Velocity = Vector3.new(0,-1000,0)
9375
                                P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9376
                            end
9377
                            LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9378
                        end
9379
                    end
9380
                end
9381
                if BREAKIT then break end
9382
                wait(0.002)
9383
            end
9384
            for i,v in pairs(Rocks) do
9385
                CParts[#CParts+1] = {v,tick()}
9386
            end
9387
            for i,v in pairs(Parts) do
9388
                v:Destroy()
9389
            end
9390
            Parts = nil
9391
            while true do
9392
                local t = tick()
9393
                local p = nil
9394
                for i,v in pairs(CParts) do
9395
                    if t-v[2] > 4 then
9396
                        v[1].Transparency = v[1].Transparency+0.05
9397
                        if v[1].Transparency >= 1 then
9398
                            v[1]:Destroy()
9399
                            CParts[i] = nil
9400
                        end
9401
                    end
9402
                    p = v
9403
                end
9404
                if p == nil then break end
9405
                wait(0.002)
9406
            end
9407
            for i,v in pairs(CParts) do
9408
                v:Destroy()
9409
            end
9410
            CParts = {}
9411
        end)
9412
        for i = 1, 20 do
9413
        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)
9414
        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)
9415
        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)
9416
        torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9417
        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)
9418
        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)
9419
       
9420
            if Debounces.on == false then break end
9421
            wait()
9422
        end
9423
    if Debounces.CanAttack == false then
9424
        Debounces.CanAttack = true
9425
        Debounces.on = false
9426
        Debounces.NoIdl = false
9427
            end
9428
        end
9429
    end
9430
end)
9431
----------------------------------------------------
9432
----------------------------------------------------
9433
----------------------------------------------------
9434
-------------------
9435
9436
Change = false
9437
mouse.KeyDown:connect(function(key)
9438
    if key == "n" then
9439
        if Change == false then
9440
            Change = true
9441
        stanceToggle = "Idle2"
9442
    elseif Change == true then
9443
        Change = false
9444
        stanceToggle = "Idle1"
9445
        end
9446
    end
9447
end)
9448
----------------------------------------------------
9449
mod=Instance.new('Model',char)
9450
9451
function charge()
9452
    hed.Velocity=hed.CFrame.lookVector*200
9453
    part=Instance.new('Part',mod)
9454
    part.Anchored=true
9455
    part.CanCollide=false
9456
    part.FormFactor='Custom'
9457
    part.Size=Vector3.new(.2,.2,.2)
9458
    part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9459
    part.Transparency=.7
9460
    part.BrickColor=BrickColor.new('Black')
9461
    mesh=Instance.new('SpecialMesh',part)
9462
    mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9463
    mesh.Scale=Vector3.new(10,5,10)
9464
    part2=part:clone()
9465
    part2.Parent=mod
9466
    part2.BrickColor=BrickColor.new('Lime green')
9467
    mesh2=mesh:clone()
9468
    mesh2.Parent=part2
9469
    mesh2.Scale=Vector3.new(20,10,20)
9470
    part3=part2:clone()
9471
    part3.Parent = mod
9472
    part3.BrickColor=BrickColor.new('Really black')
9473
    mesh3=mesh2:clone()
9474
    mesh2.Parent=part3
9475
    mesh3.Scale=Vector3.new(30,15,30)
9476
    coroutine.resume(coroutine.create(function() 
9477
        for i=0,1,0.1 do
9478
            wait()
9479
            part.CFrame=part.CFrame
9480
            part.Transparency=i
9481
            mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9482
            part2.CFrame=part2.CFrame
9483
            part2.Transparency=i
9484
            mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9485
            part3.CFrame=part3.CFrame
9486
            part3.Transparency=i
9487
            mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9488
            end
9489
        part.Parent=nil
9490
        part2.Parent=nil
9491
        part3.Parent = nil
9492
    end))
9493
end
9494
--------------------
9495
mouse.KeyDown:connect(function(key)
9496
    if key == "g" then
9497
    larm.BrickColor = BrickColor.new("Bright red")
9498
    rarm.BrickColor = BrickColor.new("Bright red")
9499
        if Debounces.CanAttack == true then
9500
        Debounces.CanAttack = false
9501
        Debounces.on = true
9502
        Debounces.NoIdl = true
9503
        chrg = lleg.Touched:connect(function(ht)
9504
        hit = ht.Parent
9505
            if ht and hit:IsA("Model") then
9506
                    if hit:FindFirstChild("Humanoid") then
9507
                        if hit.Name ~= p.Name then
9508
                            --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9509
                                    Debounces.Slashed = true]]--
9510
                                    hit:FindFirstChild("Humanoid"):TakeDamage(2)
9511
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9512
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9513
                                    --Debounces.Slashed = false
9514
                            --end
9515
                        end
9516
                    end
9517
            elseif ht and hit:IsA("Hat") then
9518
                if hit.Parent.Name ~= p.Name then
9519
                    if hit.Parent:FindFirstChild("Humanoid") then
9520
                           --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9521
                                    Debounces.Slashed = true]]--
9522
                                    hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9523
                                    hit:FindFirstChild("Humanoid").PlatformStand = true
9524
                                    hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9525
                        --Debounces.Slashed = false
9526
                    end
9527
                end
9528
            end    
9529
        end)
9530
        for i = 1, 14 do
9531
            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)
9532
            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)
9533
            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)
9534
            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)
9535
            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)
9536
            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)
9537
            
9538
            if Debounces.on == false then break end
9539
            wait()
9540
        end
9541
        charge()
9542
        z = Instance.new("Sound",char)
9543
        z.SoundId = "rbxassetid://200632875"
9544
        z.Volume = 1
9545
        z.Pitch = .8
9546
        z1 = Instance.new("Sound",char)
9547
        z1.SoundId = "rbxassetid://200632875"
9548
        z1.Volume = 1
9549
        z1.Pitch = .9
9550
        z:Play()
9551
        z1:Play()
9552
        wait(1)
9553
        z:Destroy()
9554
        z1:Destroy()
9555
        chrg:disconnect()
9556
        if Debounces.CanAttack == false then
9557
            Debounces.CanAttack = true
9558
            Debounces.on = false
9559
            Debounces.NoIdl = false
9560
            larm.BrickColor = BrickColor.new("White")
9561
            rarm.BrickColor = BrickColor.new("White")
9562
            end
9563
        end
9564
    end
9565
end)
9566
------------------------------
9567
mouse.KeyDown:connect(function(key)
9568
    if string.byte(key) == 52 then
9569
		Swing = 2
9570
        char.Humanoid.WalkSpeed = 28
9571
    end
9572
end)
9573
mouse.KeyUp:connect(function(key)
9574
    if string.byte(key) == 52 then
9575
		Swing = 1
9576
        char.Humanoid.WalkSpeed = 16
9577
    end
9578
end)
9579
----------------------------------------------------
9580
9581
-------------------------------------------
9582
CR = torso.Cloak.Rotater
9583
CR2 = torso.Cloak.CapeLevel1
9584
CR3 = torso.Cloak.CapeLevel2
9585
CR4 = torso.Cloak.CapeLevel3
9586
CR5 = torso.Cloak.CapeLevel4
9587
jump = false
9588
rs:connect(function()
9589
    if char.Humanoid.Jump == true then
9590
        jump = true
9591
    else
9592
        jump = false
9593
    end
9594
    char.Humanoid.FreeFalling:connect(function(f)
9595
        if f then
9596
            ffing = true
9597
        else
9598
            ffing = false
9599
        end
9600
    end)
9601
    sine = sine + change
9602
    if jump == true then
9603
        animpose = "Jumping"
9604
    elseif ffing == true then
9605
        animpose = "Freefalling"
9606
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9607
        animpose = "Idle"
9608
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9609
        animpose = "Walking"
9610
    elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9611
        animpose = "Running"
9612
    end
9613
    RightLeg = CFrame.new(0.5,-1,0)
9614
    LeftLeg = CFrame.new(-0.5,-1,0)
9615
 
9616
    lefth = (torso.CFrame*LeftLeg)
9617
    righth = (torso.CFrame*RightLeg)
9618
 
9619
    speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9620
 
9621
    TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9622
 
9623
    local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9624
    local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9625
    if animpose ~= lastanimpose then
9626
        sine = 0
9627
        if Debounces.NoIdl == false then
9628
            if stanceToggle == "Idle1" then
9629
                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)
9630
                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)
9631
                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)
9632
                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)
9633
                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)
9634
                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)
9635
            elseif stanceToggle == "Idle2" then
9636
                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)
9637
                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)
9638
                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)
9639
                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)
9640
                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)
9641
                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)
9642
            end
9643
            fat.Event:wait()
9644
        end
9645
        else
9646
    end
9647
    lastanimpose = animpose
9648
    if Debounces.NoIdl == false then
9649
        if animpose == "Idle" then
9650
            change = 0.5
9651
            if stanceToggle == "Idle1" then
9652
                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)
9653
                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)
9654
                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)
9655
                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)
9656
                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)
9657
                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)
9658
                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)
9659
                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)
9660
                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)
9661
                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)
9662
                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)
9663
                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)
9664
                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)
9665
                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)
9666
                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)
9667
                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)
9668
                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)
9669
                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)
9670
                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)
9671
            elseif stanceToggle == "Idle2" then
9672
                CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9673
                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)
9674
                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)
9675
                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)
9676
                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)
9677
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9678
                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)
9679
                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)
9680
                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)
9681
                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)
9682
                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)
9683
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9684
                hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9685
                --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)
9686
                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)
9687
                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)
9688
                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)
9689
                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)
9690
                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)
9691
            elseif stanceToggle == "Grabbed" then
9692
                grab = true
9693
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9694
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9695
                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)
9696
                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)
9697
                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)
9698
                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)
9699
                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)
9700
                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)
9701
                torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9702
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9703
                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)
9704
                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)
9705
                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)
9706
                rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
9707
            end
9708
        elseif animpose == "Walking" then
9709
            if stanceToggle == "Grabbed" then
9710
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9711
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9712
                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)
9713
                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)
9714
                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)
9715
                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)
9716
                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)
9717
                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)
9718
                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)
9719
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9720
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9721
                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)
9722
                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)
9723
                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)
9724
                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)
9725
            elseif stanceToggle ~= "Grabbed" then
9726
                change = 1
9727
                corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9728
                corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9729
                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)
9730
                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)
9731
                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)
9732
                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)
9733
                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)
9734
                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)
9735
                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)
9736
                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)
9737
                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)
9738
                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)
9739
                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)
9740
                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)
9741
                --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9742
                torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9743
                --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)
9744
                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)
9745
                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)
9746
                --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)
9747
                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)
9748
                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)
9749
            end
9750
        elseif animpose == "Running" then
9751
            change = 1
9752
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9753
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9754
            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)
9755
            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)
9756
            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)
9757
            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)
9758
            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)
9759
            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)
9760
            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)
9761
            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)
9762
            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)
9763
            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)
9764
            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)
9765
            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)
9766
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9767
            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)
9768
            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)
9769
            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)
9770
            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)
9771
        elseif animpose == "Jumping" then
9772
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9773
            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)
9774
            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)
9775
            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)
9776
            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)
9777
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9778
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9779
            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)
9780
            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)
9781
            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)
9782
            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)
9783
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9784
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9785
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9786
            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)
9787
            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)
9788
            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)
9789
            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)
9790
        elseif animpose == "Freefalling" then
9791
            CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9792
            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)
9793
            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)
9794
            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)
9795
            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)
9796
            corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9797
            corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9798
            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)
9799
            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)
9800
            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)
9801
            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)
9802
            hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9803
            torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9804
            torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9805
            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)
9806
            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)
9807
            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)
9808
            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)
9809
        end
9810
    end
9811
end)
9812
hum.MaxHealth = 5000
9813
wait(3)
9814
hum.Health = 5000
9815
while wait() do
9816
    wait(5)
9817
    for i=1,100 do wait()
9818
        Amulite.Brightness=Amulite.Brightness+0.02
9819
    end
9820
    for i=1,100 do wait()
9821
        Amulite.Brightness=Amulite.Brightness-0.02
9822
    end
9823
end