· 8 years ago · Aug 12, 2018, 06:16 AM
1
2Save New Duplicate & Edit Just Text Twitter
3>
4if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6do
7 print("FE Compatibility code by Mokiros")
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 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 = game:GetService("Players").LocalPlayer
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
85end
86
87local p = owner
88local char = p.Character
89local larm = char["Left Arm"]
90local rarm = char["Right Arm"]
91local lleg = char["Left Leg"]
92local rleg = char["Right Leg"]
93local hed = char.Head
94local torso = char.Torso
95local hum = char.Humanoid
96local cam = game.Workspace.CurrentCamera
97local root = char.HumanoidRootPart
98local rj = root.RootJoint
99local deb = false
100local shot = 0
101local stanceToggle = "Idle1"
102local l = game:GetService("Lighting")
103local rs = game:GetService("RunService").RenderStepped
104local hb = game:GetService("RunService").Heartbeat
105local Stepped = game:GetService("RunService").Stepped
106math.randomseed(os.time())
107hum.JumpPower = 100
108---------------------
109
110-------------
111char["Body Colors"].HeadColor = BrickColor.new("Really black")
112char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
113char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
114char["Body Colors"].RightArmColor = BrickColor.new("Really black")
115---------------------------
116local Transforming = true
117hum.WalkSpeed = 0
118local fx = Instance.new("Part",torso)
119wit = torso.BrickColor.Color
120wit2 = Color3.new(0,0,0)
121local glowz = Instance.new("ParticleEmitter",fx)
122glowz.LightEmission = 1
123glowz.Texture = "rbxassetid://284205403"
124glowz.Color = ColorSequence.new(wit)
125glowz.Size = NumberSequence.new(5)
126glowz.Speed = NumberRange.new(25,50)
127glowz.LockedToPart = false
128glowz.Transparency = NumberSequence.new(0.75)
129glowz.RotSpeed = NumberRange.new(-2000,2000)
130glowz.Lifetime = NumberRange.new(1)
131glowz.Rate = 50000
132glowz.VelocitySpread = 9001
133fx.Anchored = true
134fx.Material = "Neon"
135fx.CanCollide = false
136fx.Locked = true
137fx.Transparency = 1
138fx.Material = "Neon"
139fx.Size = Vector3.new(1,1,1)
140fx.TopSurface = "SmoothNoOutlines"
141fx.BottomSurface = "SmoothNoOutlines"
142fx.BrickColor = BrickColor.new("Really black")
143fxm = Instance.new("SpecialMesh",fx)
144fxm.MeshType = "Sphere"
145local sa2 = Instance.new("Sound",torso)
146sa2.SoundId = "rbxassetid://93724183"
147sa2.Pitch = 0.5
148sa2.Volume = 5
149sa2.Looped = false
150sa2:Play()
151local value = 1
152fxm.Scale = Vector3.new(1,1,1)
153for i = 1, 20 do rs:wait()
154 value = value - 0.05
155 fx.Transparency = fx.Transparency - (1/20)
156 fx.CFrame = torso.CFrame
157 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
158 rs:wait()
159end
160----------------------------------------------------
161GroundWave1 = function()
162 local Transforming = true
163hum.WalkSpeed = 0
164local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
165 local Colors = {"White", "Really black"}
166 local wave = Instance.new("Part", torso)
167 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
168 wave.Anchored = true
169 wave.CanCollide = false
170 wave.Locked = true
171 wave.Size = Vector3.new(1, 1, 1)
172 wave.TopSurface = "Smooth"
173 wave.BottomSurface = "Smooth"
174 wave.Transparency = 0.35
175 wave.CFrame = HandCF
176 wm = Instance.new("SpecialMesh", wave)
177 wm.MeshId = "rbxassetid://3270017"
178 coroutine.wrap(function()
179 for i = 1, 30, 1 do
180 wm.Scale = Vector3.new(50, 50, 1 + i*50)
181 wave.Size = wm.Scale
182 wave.CFrame = HandCF
183 wave.Transparency = i/30
184 wait()
185 end
186 wait()
187 wave:Destroy()
188 end)()
189end
190----------------------------------------------------
191GroundWave = function()
192 if Transforming == true then
193 local value = 5
194 local value2 = 10
195 local value3 = 20
196local sa2 = Instance.new("Sound",torso)
197sa2.SoundId = "rbxassetid://413682983"
198sa2.Pitch = 1
199sa2.Volume = 10
200sa2.Looped = false
201sa2:Play()
202 local wave = Instance.new("Part", torso)
203local glowz = Instance.new("ParticleEmitter",wave)
204glowz.LightEmission = 1
205glowz.Texture = "0"
206glowz.Color = ColorSequence.new(wit)
207glowz.Size = NumberSequence.new(30)
208glowz.Speed = NumberRange.new(25,100)
209glowz.LockedToPart = false
210glowz.Transparency = NumberSequence.new(0.75)
211glowz.RotSpeed = NumberRange.new(-2000,2000)
212glowz.Lifetime = NumberRange.new(1)
213glowz.Rate = 50000
214glowz.VelocitySpread = 9001
215
216 wave.BrickColor = BrickColor.new("Lime green")
217 wave.Anchored = true
218 wave.CanCollide = false
219 wave.Locked = true
220 wave.Size = Vector3.new(1, 1, 1)
221 wave.TopSurface = "Smooth"
222 wave.BottomSurface = "Smooth"
223 wave.Transparency = 0.35
224 wave.CFrame = fx.CFrame
225 wave.Material = "Neon"
226 wm = Instance.new("SpecialMesh", wave)
227 wm.MeshType = "Sphere"
228 wm.Scale = Vector3.new(1,1,1)
229 local wave2 = Instance.new("Part", torso)
230 wave2.BrickColor = BrickColor.new("Lime green")
231 wave2.Anchored = true
232 wave2.CanCollide = false
233 wave2.Locked = true
234 wave2.Size = Vector3.new(1, 1, 1)
235 wave2.TopSurface = "Smooth"
236 wave2.BottomSurface = "Smooth"
237 wave2.Transparency = 0.35
238 wave2.CFrame = fx.CFrame
239 wave2.Material = "Neon"
240 wm2 = Instance.new("SpecialMesh", wave2)
241 wm2.MeshType = "FileMesh"
242 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
243 wm2.Scale = Vector3.new(1,1,1)
244 local wave3 = Instance.new("Part", torso)
245 wave3.BrickColor = BrickColor.new("Really black")
246 wave3.Anchored = true
247 wave3.CanCollide = false
248 wave3.Locked = true
249 wave3.Size = Vector3.new(1, 1, 1)
250 wave3.TopSurface = "Smooth"
251 wave3.BottomSurface = "Smooth"
252 wave3.Transparency = 0.35
253 wave3.CFrame = fx.CFrame
254 wave3.Material = "Neon"
255 wm3 = Instance.new("SpecialMesh", wave3)
256 wm3.MeshType = "FileMesh"
257 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
258 wm3.Scale = Vector3.new(1,1,1)
259 coroutine.wrap(function()
260 for i = 1, 18, 1 do
261 value = value - 0.5
262 value2 = value2 - 0.75*1.5
263 value3 = value3 - 0.475*1.5
264 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
265 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
266 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
267 --wave.Size = wm.Scale
268 wave.CFrame = fx.CFrame
269 wave.Transparency = i/14
270 --wave2.Size = wm2.Scale
271 wave2.CFrame = fx.CFrame
272 wave2.Rotation = Vector3.new(90, 0, 0)
273 wave2.Transparency = i/14
274 --wave3.Size = wm3.Scale
275 wave3.CFrame = fx.CFrame
276 wave3.Rotation = Vector3.new(90, 0, 0)
277 wave3.Transparency = i/14
278 wait()
279 glowz.Rate = 0
280
281 end
282 wait()
283 wave:Destroy()
284 wave2:Destroy()
285 wave3:Destroy()
286 end)()
287 elseif Transforming == false then
288 wait()
289 end
290end
291
292for i = 1, 100 do rs:wait()
293 fx.CFrame = torso.CFrame
294end
295
296Spawn(function()
297 while wait(1) do
298 GroundWave()
299 end
300end)
301
302wait(4)
303
304Transforming = false
305
306local value2 = 1
307for i = 1, 20 do rs:wait()
308 value2 = value2 - 0.05
309 glowz.Rate = 0
310
311 fx.Transparency = fx.Transparency + (1/20)
312 fx.CFrame = torso.CFrame
313 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
314 rs:wait()
315end
316glowz:Destroy()
317
318
319local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
320 local valuer = 5
321 local valuer2 = 10
322 local valuer3 = 15
323local sa2 = Instance.new("Sound",torso)
324sa2.SoundId = "rbxassetid://130972023"
325sa2.Pitch = 1
326sa2.Volume = 5
327sa2.Looped = false
328sa2:Play()
329local sar2 = Instance.new("Sound",torso)
330sar2.SoundId = "rbxassetid://153274423"
331sar2.Pitch = 1
332sar2.Volume = 5
333sar2.Looped = false
334sar2:Play()
335 local wave = Instance.new("Part", torso)
336 wave.BrickColor = BrickColor.new("Lime green")
337 wave.Anchored = true
338 wave.CanCollide = false
339 wave.Locked = true
340 wave.Size = Vector3.new(1, 1, 1)
341 wave.TopSurface = "Smooth"
342 wave.BottomSurface = "Smooth"
343 wave.Transparency = 0.35
344 wave.CFrame = HandCF
345 wm = Instance.new("SpecialMesh", wave)
346 wm.MeshId = "rbxassetid://3270017"
347 local wave2 = Instance.new("Part", torso)
348 wave2.BrickColor = BrickColor.new("Really black")
349 wave2.Anchored = true
350 wave2.CanCollide = false
351 wave2.Locked = true
352 wave2.Size = Vector3.new(1, 1, 1)
353 wave2.TopSurface = "Smooth"
354 wave2.BottomSurface = "Smooth"
355 wave2.Transparency = 0.35
356 wave2.CFrame = HandCF
357 wm2 = Instance.new("SpecialMesh", wave2)
358 wm2.MeshId = "rbxassetid://3270017"
359 local wave3 = Instance.new("Part", torso)
360 wave3.BrickColor = BrickColor.new("Lime green")
361 wave3.Anchored = true
362 wave3.CanCollide = false
363 wave3.Locked = true
364 wave3.Size = Vector3.new(1, 1, 1)
365 wave3.TopSurface = "Smooth"
366 wave3.BottomSurface = "Smooth"
367 wave3.Transparency = 0.35
368 wave3.CFrame = HandCF
369 wm3 = Instance.new("SpecialMesh", wave3)
370 wm3.MeshId = "rbxassetid://3270017"
371 coroutine.wrap(function()
372 for i = 1, 14, 1 do
373 valuer = valuer - 0.35
374 valuer2 = valuer - 0.45
375 valuer3 = valuer3 - 0.475
376 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
377 wave.Size = wm.Scale
378 wave.CFrame = HandCF
379 wave.Transparency = i/14
380 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
381 wave2.Size = wm2.Scale
382 wave2.CFrame = HandCF
383 wave2.Transparency = i/14
384 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
385 wave3.Size = wm2.Scale
386 wave3.CFrame = HandCF
387 wave3.Transparency = i/14
388 wait()
389 end
390 wait()
391 wave:Destroy()
392 wave2:Destroy()
393end)()
394hum.WalkSpeed = 16
395--------------------
396
397------------
398fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
399fire.Color = Color3.new(0,1,0)
400fire.SecondaryColor = Color3.new(0,1,0)
401fire.Enabled = true
402--------------------------------------------------------------------------------------------------------
403plr=game:service'Players'.LocalPlayer
404chr=plr.Character
405local ms = plr:GetMouse()
406CV="Bright red"
407
408local txt = Instance.new("BillboardGui", chr)
409txt.Adornee = chr.Head
410txt.Name = "_status"
411txt.Size = UDim2.new(4, 0, 2.5, 0)
412txt.StudsOffset = Vector3.new(-4, 2, 0)
413local text = Instance.new("TextLabel", txt)
414text.Size = UDim2.new(3, 0, 0.5, 0)
415text.FontSize = "Size24"
416text.TextScaled = true
417text.TextTransparency = 0
418text.BackgroundTransparency = 1
419text.TextTransparency = 0
420text.TextStrokeTransparency = 0
421text.Font = "Bodoni"
422text.TextStrokeColor3 = Color3.new(0,1,0)
423text.Text = "Pumpkin Overseer"
424--------------------------------------------------------
425char["Body Colors"].HeadColor = BrickColor.new("Really black")
426char["Body Colors"].TorsoColor = BrickColor.new("Really black")
427char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
428char["Body Colors"].RightArmColor = BrickColor.new("Really black")
429--------------------------------------------------------------
430fat = Instance.new("BindableEvent",script)
431fat.Name = "Heartbeat"
432
433script:WaitForChild("Heartbeat")
434
435frame = 1/30
436tf = 0
437allowframeloss = 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.
438tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
439lastframe = tick()
440script.Heartbeat:Fire() --ayy lmao
441
442game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
443 tf = tf + s
444 if tf >= frame then
445 if allowframeloss then
446 script.Heartbeat:Fire()
447 lastframe=tick()
448 else
449 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
450 for i=1, math.floor(tf/frame) do
451 script.Heartbeat:Fire()
452 end
453 lastframe=tick()
454 end
455 if tossremainder then
456 tf = 0
457 else
458 tf = tf - frame * math.floor(tf/frame)
459 end
460 end
461end)
462----------------------------------------------------
463for i,v in pairs(char:children()) do
464 if v:IsA("Hat") then
465 v:Destroy()
466 end
467end
468for i,v in pairs (hed:GetChildren()) do
469 if v:IsA("Sound") then
470 v:Destroy()
471 end
472end
473----------------------------------------------------
474Debounces = {
475CanAttack = true;
476CanJoke = true;
477NoIdl = false;
478Slashing = false;
479Slashed = false;
480ks = false;
481}
482----------------------------------------------------
483function weld5(part0, part1, c0, c1)
484 weeld=Instance.new("Weld", part0)
485 weeld.Part0=part0
486 weeld.Part1=part1
487 weeld.C0=c0
488 weeld.C1=c1
489 return weeld
490end
491----------------------------------------------------
492function NewPart(prnt,siz,cf,trans,anc,mat,col)
493 local prt=Instance.new("Part")
494 prt.Parent=prnt
495 prt.Name="Part"
496 prt.Size=siz
497 prt.CanCollide=false
498 prt.Anchored=anc
499 prt.Locked=true
500 prt.Transparency = trans
501 prt.TopSurface=10
502 prt.BottomSurface=10
503 prt.FrontSurface=10
504 prt.BackSurface=10
505 prt.LeftSurface=10
506 prt.RightSurface=10
507 prt:BreakJoints()
508 prt.CFrame=cf or CFrame.new(30,10,30)
509 prt.Material=mat
510 prt.BrickColor=BrickColor.new(col)
511 m=Instance.new("SpecialMesh",prt)
512 m.MeshType=6
513 return prt
514end
515----------------------------------------------------
516function lerp(a, b, t) -- Linear interpolation
517 return a + (b - a)*t
518end
519
520function slerp(a, b, t) --Spherical interpolation
521 dot = a:Dot(b)
522 if dot > 0.99999 or dot < -0.99999 then
523 return t <= 0.5 and a or b
524 else
525 r = math.acos(dot)
526 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
527 end
528end
529
530function matrixInterpolate(a, b, t)
531 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
532 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
533 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
534 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
535 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
536 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
537 local t = v1:Dot(v2)
538 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
539 return CFrame.new()
540 end
541 return CFrame.new(
542 v0.x, v0.y, v0.z,
543 v1.x, v1.y, v1.z,
544 v2.x, v2.y, v2.z,
545 v3.x, v3.y, v3.z)
546end
547----------------------------------------------------
548function genWeld(a,b)
549 local w = Instance.new("Weld",a)
550 w.Part0 = a
551 w.Part1 = b
552 return w
553end
554function weld(a, b)
555 local weld = Instance.new("Weld")
556 weld.Name = "W"
557 weld.Part0 = a
558 weld.Part1 = b
559 weld.C0 = a.CFrame:inverse() * b.CFrame
560 weld.Parent = a
561 return weld;
562end
563----------------------------------------------------
564function Lerp(c1,c2,al)
565 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
566 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
567 for i,v in pairs(com1) do
568 com1[i] = v+(com2[i]-v)*al
569 end
570 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
571end
572----------------------------------------------------
573newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
574 local wld = Instance.new("Weld", wp1)
575 wld.Part0 = wp0
576 wld.Part1 = wp1
577 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
578end
579----------------------------------------------------
580newWeld(torso, larm, -1.5, 0.5, 0)
581larm.Weld.C1 = CFrame.new(0, 0.5, 0)
582newWeld(torso, rarm, 1.5, 0.5, 0)
583rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
584newWeld(torso, hed, 0, 1.5, 0)
585newWeld(torso, lleg, -0.5, -1, 0)
586lleg.Weld.C1 = CFrame.new(0, 1, 0)
587newWeld(torso, rleg, 0.5, -1, 0)
588rleg.Weld.C1 = CFrame.new(0, 1, 0)
589newWeld(root, torso, 0, -1, 0)
590torso.Weld.C1 = CFrame.new(0, -1, 0)
591----------------------------------------------------
592
593hed.face.Texture = "http://www.roblox.com/asset/?id=0"
594hed.Transparency = 1
595
596-----------------------
597LittleWave = function()
598 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
599 local Colors = {"Lime green", "Black","Really black"}
600 local wave = Instance.new("Part", torso)
601
602
603 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
604
605
606 wave.Anchored = true
607 wave.CanCollide = false
608 wave.Material = "Neon"
609 wave.Locked = true
610 wave.Size = Vector3.new(1, 1, 1)
611 wave.TopSurface = "Smooth"
612 wave.BottomSurface = "Smooth"
613 wave.Transparency = 0.35
614 wave.CFrame = HandCF
615 wm = Instance.new("SpecialMesh", wave)
616 wm.MeshId = "rbxassetid://3270017"
617 coroutine.wrap(function()
618 for i = 1, 14, 1 do
619 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
620 wave.Size = wm.Scale
621 wave.CFrame = HandCF
622 wave.Transparency = i/14
623 wait()
624 end
625 wait()
626 wave:Destroy()
627 end)()
628end
629 Spawn(function()
630 while wait(.8) do
631 LittleWave()
632 end
633end)
634
635-----------------------------
636
637------------------------
638
639-------------------------
640
641
642----------------------------------------------------
643z = Instance.new("Sound", char)
644z.SoundId = "rbxassetid://435750418"
645z.Looped = true
646z.Pitch = 1
647z.Volume = 7
648wait(.1)
649z:Play()
650----------------------------------------------------
651
652
653---------------------
654
655New = function(Object, Parent, Name, Data)
656 local Object = Instance.new(Object)
657 for Index, Value in pairs(Data or {}) do
658 Object[Index] = Value
659 end
660 Object.Parent = Parent
661 Object.Name = Name
662 return Object
663end
664----------------------------------------------------
665--reaper hat
666for _,x in pairs(char:children()) do
667if x:IsA('Hat') then x:remove() end
668if x:IsA('Shirt') then x:remove() end
669if x:IsA('Pants') then x:remove() end
670end
671
672local h = Instance.new('Part', char)
673h.Name = 'DK Hood'
674h.Size = Vector3.new(0.5,0.5,0.5)
675h.CFrame = hed.CFrame
676h.CanCollide = false
677--
678newWeld(hed, h, 0, 0.35, 0)
679--
680local m = Instance.new('SpecialMesh', h)
681m.Name = "Reaper's Cowl"
682m.MeshType = 'FileMesh'
683m.Scale = Vector3.new(0.5,0.5,0.5)
684m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
685m.VertexColor = Vector3.new(1,1,1)
686local shirt = Instance.new("Shirt",p.Character)
687local pants = Instance.new("Pants",p.Character)
688shirt.ShirtTemplate = "rbxassetid://233027251"
689pants.PantsTemplate = "rbxassetid://149639608"
690--Left Arm
691m = Instance.new("Model")
692m.Name = "LeftArm"
693p1 = Instance.new("Part", m)
694p1.BrickColor = BrickColor.new("Lime green")
695p1.Material = Enum.Material.Granite
696p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
697p1.Size = Vector3.new(1, 0.200000048, 1)
698p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
699p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
700p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
701p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
702p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
703p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
704b1 = Instance.new("SpecialMesh", p1)
705b1.MeshType = Enum.MeshType.Brick
706b1.Name = "Mesh"
707b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
708p2 = Instance.new("Part", m)
709p2.BrickColor = BrickColor.new("Lime green")
710p2.Material = Enum.Material.Granite
711p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
712p2.Size = Vector3.new(1, 0.200000048, 1)
713p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
714p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
715p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
716p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
717p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
718p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
719b2 = Instance.new("SpecialMesh", p2)
720b2.MeshType = Enum.MeshType.Brick
721b2.Name = "Mesh"
722b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
723p3 = Instance.new("Part", m)
724p3.BrickColor = BrickColor.new("Lime green")
725p3.Material = Enum.Material.Granite
726p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
727p3.Size = Vector3.new(1, 0.200000048, 1)
728p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
729p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
730p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
731p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
732p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
733p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
734b3 = Instance.new("SpecialMesh", p3)
735b3.MeshType = Enum.MeshType.Brick
736b3.Name = "Mesh"
737b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
738p4 = Instance.new("Part", m)
739p4.BrickColor = BrickColor.new("Black")
740p4.Material = Enum.Material.SmoothPlastic
741p4.Name = "LeftArmPlate"
742p4.Size = Vector3.new(1, 2, 1)
743p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
744p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
745p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
746p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
747p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
748p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
749b4 = Instance.new("SpecialMesh", p4)
750b4.MeshType = Enum.MeshType.Brick
751b4.Name = "Mesh"
752b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
753p5 = Instance.new("Part", m)
754p5.BrickColor = BrickColor.new("Lime green")
755p5.Material = Enum.Material.Granite
756p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
757p5.Size = Vector3.new(1, 0.200000048, 1)
758p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
759p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
760p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
761p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
762p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
763p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
764b5 = Instance.new("SpecialMesh", p5)
765b5.MeshType = Enum.MeshType.Brick
766b5.Name = "Mesh"
767b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
768p6 = Instance.new("Part", m)
769p6.BrickColor = BrickColor.new("Lime green")
770p6.Material = Enum.Material.Granite
771p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
772p6.Size = Vector3.new(1, 0.200000048, 1)
773p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
774p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
775p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
776p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
777p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
778p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
779b6 = Instance.new("SpecialMesh", p6)
780b6.MeshType = Enum.MeshType.Brick
781b6.Name = "Mesh"
782b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
783p7 = Instance.new("Part", m)
784p7.BrickColor = BrickColor.new("Lime green")
785p7.Material = Enum.Material.Granite
786p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
787p7.FormFactor = Enum.FormFactor.Custom
788p7.Size = Vector3.new(1, 0.200000048, 1)
789p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
790p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
791p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
792p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
793p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
794p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
795b7 = Instance.new("SpecialMesh", p7)
796b7.MeshType = Enum.MeshType.Brick
797b7.Name = "Mesh"
798b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
799p8 = Instance.new("Part", m)
800p8.BrickColor = BrickColor.new("Lime green")
801p8.Material = Enum.Material.Granite
802p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
803p8.FormFactor = Enum.FormFactor.Custom
804p8.Size = Vector3.new(1, 0.200000048, 1)
805p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
806p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
807p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
808p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
809p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
810p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
811b8 = Instance.new("SpecialMesh", p8)
812b8.MeshType = Enum.MeshType.Brick
813b8.Name = "Mesh"
814b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
815p9 = Instance.new("Part", m)
816p9.BrickColor = BrickColor.new("Lime green")
817p9.Material = Enum.Material.Granite
818p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
819p9.FormFactor = Enum.FormFactor.Custom
820p9.Size = Vector3.new(1, 0.200000048, 1)
821p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
822p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
823p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
824p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
825p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
826p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
827b9 = Instance.new("SpecialMesh", p9)
828b9.MeshType = Enum.MeshType.Brick
829b9.Name = "Mesh"
830b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
831p10 = Instance.new("Part", m)
832p10.BrickColor = BrickColor.new("Black")
833p10.Material = Enum.Material.SmoothPlastic
834p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
835p10.FormFactor = Enum.FormFactor.Custom
836p10.Size = Vector3.new(1, 0.349999994, 1)
837p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
838p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
839p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
840p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
841p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
842p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
843b10 = Instance.new("SpecialMesh", p10)
844b10.MeshType = Enum.MeshType.Brick
845b10.Name = "Mesh"
846b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
847p11 = Instance.new("Part", m)
848p11.BrickColor = BrickColor.new("Black")
849p11.Material = Enum.Material.Metal
850p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
851p11.FormFactor = Enum.FormFactor.Custom
852p11.Size = Vector3.new(1, 0.25, 1)
853p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
854p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
855p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
856p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
857p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
858p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
859b11 = Instance.new("SpecialMesh", p11)
860b11.MeshType = Enum.MeshType.Brick
861b11.Name = "Mesh"
862b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
863p12 = Instance.new("Part", m)
864p12.BrickColor = BrickColor.new("Black")
865p12.Material = Enum.Material.Metal
866p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
867p12.FormFactor = Enum.FormFactor.Custom
868p12.Size = Vector3.new(1, 0.25, 1)
869p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
870p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
871p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
872p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
873p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
874p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
875b12 = Instance.new("SpecialMesh", p12)
876b12.MeshType = Enum.MeshType.Brick
877b12.Name = "Mesh"
878b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
879p13 = Instance.new("Part", m)
880p13.BrickColor = BrickColor.new("Black")
881p13.Material = Enum.Material.Metal
882p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
883p13.FormFactor = Enum.FormFactor.Custom
884p13.Size = Vector3.new(1, 0.25, 1)
885p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
886p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
887p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
888p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
889p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
890p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
891b13 = Instance.new("SpecialMesh", p13)
892b13.MeshType = Enum.MeshType.Brick
893b13.Name = "Mesh"
894b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
895p14 = Instance.new("Part", m)
896p14.BrickColor = BrickColor.new("Black")
897p14.Material = Enum.Material.Metal
898p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
899p14.FormFactor = Enum.FormFactor.Custom
900p14.Size = Vector3.new(1, 0.25, 1)
901p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
902p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
903p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
904p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
905p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
906p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
907b14 = Instance.new("SpecialMesh", p14)
908b14.MeshType = Enum.MeshType.Brick
909b14.Name = "Mesh"
910b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
911p15 = Instance.new("Part", m)
912p15.BrickColor = BrickColor.new("Lime green")
913p15.Material = Enum.Material.Granite
914p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
915p15.FormFactor = Enum.FormFactor.Custom
916p15.Size = Vector3.new(1, 1, 1)
917p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
918p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
919p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
920p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
921p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
922p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
923b15 = Instance.new("SpecialMesh", p15)
924b15.MeshType = Enum.MeshType.Sphere
925b15.Name = "Mesh"
926p16 = Instance.new("Part", m)
927p16.BrickColor = BrickColor.new("Black")
928p16.Material = Enum.Material.Metal
929p16.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)
930p16.FormFactor = Enum.FormFactor.Custom
931p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
932p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
933p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
934p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
935p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
936p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
937p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
938b16 = Instance.new("SpecialMesh", p16)
939b16.MeshType = Enum.MeshType.Brick
940b16.Name = "Mesh"
941b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
942p17 = Instance.new("Part", m)
943p17.BrickColor = BrickColor.new("Black")
944p17.Material = Enum.Material.SmoothPlastic
945p17.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)
946p17.FormFactor = Enum.FormFactor.Custom
947p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
948p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
949p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
950p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
951p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
952p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
953p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
954b17 = Instance.new("SpecialMesh", p17)
955b17.MeshType = Enum.MeshType.Brick
956b17.Name = "Mesh"
957b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
958p18 = Instance.new("Part", m)
959p18.BrickColor = BrickColor.new("Black")
960p18.Material = Enum.Material.SmoothPlastic
961p18.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)
962p18.FormFactor = Enum.FormFactor.Custom
963p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
964p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
965p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
966p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
967p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
968p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
969p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
970b18 = Instance.new("SpecialMesh", p18)
971b18.MeshType = Enum.MeshType.Brick
972b18.Name = "Mesh"
973b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
974p19 = Instance.new("Part", m)
975p19.BrickColor = BrickColor.new("Black")
976p19.Material = Enum.Material.SmoothPlastic
977p19.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)
978p19.FormFactor = Enum.FormFactor.Custom
979p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
980p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
981p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
982p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
983p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
984p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
985p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
986b19 = Instance.new("SpecialMesh", p19)
987b19.MeshType = Enum.MeshType.Brick
988b19.Name = "Mesh"
989b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
990p20 = Instance.new("Part", m)
991p20.BrickColor = BrickColor.new("Really black")
992p20.Material = Enum.Material.SmoothPlastic
993p20.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)
994p20.FormFactor = Enum.FormFactor.Custom
995p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
996p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
997p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
998p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
999p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1000p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1001p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1002b20 = Instance.new("SpecialMesh", p20)
1003b20.MeshType = Enum.MeshType.Brick
1004b20.Name = "Mesh"
1005b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1006p21 = Instance.new("Part", m)
1007p21.BrickColor = BrickColor.new("Black")
1008p21.Material = Enum.Material.Metal
1009p21.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)
1010p21.FormFactor = Enum.FormFactor.Custom
1011p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1012p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1013p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1014p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1015p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1016p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1017p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1018b21 = Instance.new("SpecialMesh", p21)
1019b21.MeshType = Enum.MeshType.Wedge
1020b21.Name = "Mesh"
1021b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1022p22 = Instance.new("Part", m)
1023p22.BrickColor = BrickColor.new("Black")
1024p22.Material = Enum.Material.Metal
1025p22.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)
1026p22.FormFactor = Enum.FormFactor.Custom
1027p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1028p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1029p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1030p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1031p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1032p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1033p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1034b22 = Instance.new("SpecialMesh", p22)
1035b22.MeshType = Enum.MeshType.Brick
1036b22.Name = "Mesh"
1037b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1038p23 = Instance.new("Part", m)
1039p23.BrickColor = BrickColor.new("Black")
1040p23.Material = Enum.Material.Metal
1041p23.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)
1042p23.FormFactor = Enum.FormFactor.Custom
1043p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1044p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1045p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1046p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1047p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1048p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1049p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1050b23 = Instance.new("SpecialMesh", p23)
1051b23.MeshType = Enum.MeshType.Brick
1052b23.Name = "Mesh"
1053b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1054p24 = Instance.new("Part", m)
1055p24.BrickColor = BrickColor.new("Black")
1056p24.Material = Enum.Material.Metal
1057p24.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)
1058p24.FormFactor = Enum.FormFactor.Custom
1059p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1060p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1061p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1062p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1063p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1064p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1065p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1066b24 = Instance.new("SpecialMesh", p24)
1067b24.MeshType = Enum.MeshType.Brick
1068b24.Name = "Mesh"
1069b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1070p25 = Instance.new("Part", m)
1071p25.BrickColor = BrickColor.new("Black")
1072p25.Material = Enum.Material.Metal
1073p25.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)
1074p25.FormFactor = Enum.FormFactor.Custom
1075p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1076p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1077p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1078p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1079p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1080p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1081p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1082b25 = Instance.new("SpecialMesh", p25)
1083b25.MeshType = Enum.MeshType.Brick
1084b25.Name = "Mesh"
1085b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1086p26 = Instance.new("Part", m)
1087p26.BrickColor = BrickColor.new("Black")
1088p26.Material = Enum.Material.Metal
1089p26.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)
1090p26.FormFactor = Enum.FormFactor.Custom
1091p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1092p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1093p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1094p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1095p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1096p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1097p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1098b26 = Instance.new("SpecialMesh", p26)
1099b26.MeshType = Enum.MeshType.Brick
1100b26.Name = "Mesh"
1101b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1102p27 = Instance.new("Part", m)
1103p27.BrickColor = BrickColor.new("Black")
1104p27.Material = Enum.Material.Metal
1105p27.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)
1106p27.FormFactor = Enum.FormFactor.Custom
1107p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1108p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1109p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1110p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1111p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1112p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1113p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1114b27 = Instance.new("SpecialMesh", p27)
1115b27.MeshType = Enum.MeshType.Brick
1116b27.Name = "Mesh"
1117b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1118p28 = Instance.new("Part", m)
1119p28.BrickColor = BrickColor.new("Black")
1120p28.Material = Enum.Material.Metal
1121p28.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)
1122p28.FormFactor = Enum.FormFactor.Custom
1123p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1124p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1125p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1126p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1127p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1128p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1129p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1130b28 = Instance.new("SpecialMesh", p28)
1131b28.MeshType = Enum.MeshType.Brick
1132b28.Name = "Mesh"
1133b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1134p29 = Instance.new("Part", m)
1135p29.BrickColor = BrickColor.new("Black")
1136p29.Material = Enum.Material.Metal
1137p29.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)
1138p29.FormFactor = Enum.FormFactor.Custom
1139p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1140p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1141p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1142p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1143p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1144p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1145p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1146b29 = Instance.new("SpecialMesh", p29)
1147b29.MeshType = Enum.MeshType.Brick
1148b29.Name = "Mesh"
1149b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1150p30 = Instance.new("Part", m)
1151p30.BrickColor = BrickColor.new("Black")
1152p30.Material = Enum.Material.Metal
1153p30.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)
1154p30.FormFactor = Enum.FormFactor.Custom
1155p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1156p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1157p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1158p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1159p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1160p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1161p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1162b30 = Instance.new("SpecialMesh", p30)
1163b30.MeshType = Enum.MeshType.Wedge
1164b30.Name = "Mesh"
1165b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1166p31 = Instance.new("Part", m)
1167p31.BrickColor = BrickColor.new("Black")
1168p31.Material = Enum.Material.Metal
1169p31.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)
1170p31.FormFactor = Enum.FormFactor.Custom
1171p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1172p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1173p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1174p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1175p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1176p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1177p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1178b31 = Instance.new("SpecialMesh", p31)
1179b31.MeshType = Enum.MeshType.Brick
1180b31.Name = "Mesh"
1181b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1182p32 = Instance.new("Part", m)
1183p32.BrickColor = BrickColor.new("Black")
1184p32.Material = Enum.Material.Metal
1185p32.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)
1186p32.FormFactor = Enum.FormFactor.Custom
1187p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1188p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1189p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1190p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1191p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1192p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1193p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1194b32 = Instance.new("SpecialMesh", p32)
1195b32.MeshType = Enum.MeshType.Wedge
1196b32.Name = "Mesh"
1197b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1198p33 = Instance.new("Part", m)
1199p33.BrickColor = BrickColor.new("Black")
1200p33.Material = Enum.Material.Metal
1201p33.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)
1202p33.FormFactor = Enum.FormFactor.Custom
1203p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1204p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1205p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1206p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1207p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1208p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1209p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1210b33 = Instance.new("SpecialMesh", p33)
1211b33.MeshType = Enum.MeshType.Brick
1212b33.Name = "Mesh"
1213b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1214p34 = Instance.new("Part", m)
1215p34.BrickColor = BrickColor.new("Black")
1216p34.Material = Enum.Material.Metal
1217p34.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)
1218p34.FormFactor = Enum.FormFactor.Custom
1219p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1220p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1221p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1222p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1223p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1224p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1225p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1226b34 = Instance.new("SpecialMesh", p34)
1227b34.MeshType = Enum.MeshType.Brick
1228b34.Name = "Mesh"
1229b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1230w1 = Instance.new("Weld", p1)
1231w1.Name = "Part_Weld"
1232w1.Part0 = p1
1233w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1234w1.Part1 = p2
1235w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1236w2 = Instance.new("Weld", p2)
1237w2.Name = "Part_Weld"
1238w2.Part0 = p2
1239w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1240w2.Part1 = p3
1241w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1242w3 = Instance.new("Weld", p3)
1243w3.Name = "LeftArmPlate_Weld"
1244w3.Part0 = p3
1245w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1246w3.Part1 = p4
1247w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1248w4 = Instance.new("Weld", p4)
1249w4.Name = "Part_Weld"
1250w4.Part0 = p4
1251w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1252w4.Part1 = p5
1253w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1254w5 = Instance.new("Weld", p5)
1255w5.Name = "Part_Weld"
1256w5.Part0 = p5
1257w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1258w5.Part1 = p6
1259w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1260w6 = Instance.new("Weld", p6)
1261w6.Name = "Part_Weld"
1262w6.Part0 = p6
1263w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1264w6.Part1 = p7
1265w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1266w7 = Instance.new("Weld", p7)
1267w7.Name = "Part_Weld"
1268w7.Part0 = p7
1269w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1270w7.Part1 = p8
1271w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1272w8 = Instance.new("Weld", p8)
1273w8.Name = "Part_Weld"
1274w8.Part0 = p8
1275w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1276w8.Part1 = p9
1277w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1278w9 = Instance.new("Weld", p9)
1279w9.Name = "Part_Weld"
1280w9.Part0 = p9
1281w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1282w9.Part1 = p10
1283w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1284w10 = Instance.new("Weld", p10)
1285w10.Name = "Part_Weld"
1286w10.Part0 = p10
1287w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1288w10.Part1 = p11
1289w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1290w11 = Instance.new("Weld", p11)
1291w11.Name = "Part_Weld"
1292w11.Part0 = p11
1293w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1294w11.Part1 = p12
1295w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1296w12 = Instance.new("Weld", p12)
1297w12.Name = "Part_Weld"
1298w12.Part0 = p12
1299w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1300w12.Part1 = p13
1301w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1302w13 = Instance.new("Weld", p13)
1303w13.Name = "Part_Weld"
1304w13.Part0 = p13
1305w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1306w13.Part1 = p14
1307w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1308w14 = Instance.new("Weld", p14)
1309w14.Name = "Part_Weld"
1310w14.Part0 = p14
1311w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1312w14.Part1 = p15
1313w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1314w15 = Instance.new("Weld", p15)
1315w15.Name = "Part_Weld"
1316w15.Part0 = p15
1317w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1318w15.Part1 = p16
1319w15.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)
1320w16 = Instance.new("Weld", p16)
1321w16.Name = "Part_Weld"
1322w16.Part0 = p16
1323w16.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)
1324w16.Part1 = p17
1325w16.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)
1326w17 = Instance.new("Weld", p17)
1327w17.Name = "Part_Weld"
1328w17.Part0 = p17
1329w17.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)
1330w17.Part1 = p18
1331w17.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)
1332w18 = Instance.new("Weld", p18)
1333w18.Name = "Part_Weld"
1334w18.Part0 = p18
1335w18.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)
1336w18.Part1 = p19
1337w18.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)
1338w19 = Instance.new("Weld", p19)
1339w19.Name = "Part_Weld"
1340w19.Part0 = p19
1341w19.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)
1342w19.Part1 = p20
1343w19.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)
1344w20 = Instance.new("Weld", p20)
1345w20.Name = "Part_Weld"
1346w20.Part0 = p20
1347w20.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)
1348w20.Part1 = p21
1349w20.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)
1350w21 = Instance.new("Weld", p21)
1351w21.Name = "Part_Weld"
1352w21.Part0 = p21
1353w21.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)
1354w21.Part1 = p22
1355w21.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)
1356w22 = Instance.new("Weld", p22)
1357w22.Name = "Part_Weld"
1358w22.Part0 = p22
1359w22.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)
1360w22.Part1 = p23
1361w22.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)
1362w23 = Instance.new("Weld", p23)
1363w23.Name = "Part_Weld"
1364w23.Part0 = p23
1365w23.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)
1366w23.Part1 = p24
1367w23.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)
1368w24 = Instance.new("Weld", p24)
1369w24.Name = "Part_Weld"
1370w24.Part0 = p24
1371w24.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)
1372w24.Part1 = p25
1373w24.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)
1374w25 = Instance.new("Weld", p25)
1375w25.Name = "Part_Weld"
1376w25.Part0 = p25
1377w25.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)
1378w25.Part1 = p26
1379w25.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)
1380w26 = Instance.new("Weld", p26)
1381w26.Name = "Part_Weld"
1382w26.Part0 = p26
1383w26.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)
1384w26.Part1 = p27
1385w26.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)
1386w27 = Instance.new("Weld", p27)
1387w27.Name = "Part_Weld"
1388w27.Part0 = p27
1389w27.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)
1390w27.Part1 = p28
1391w27.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)
1392w28 = Instance.new("Weld", p28)
1393w28.Name = "Part_Weld"
1394w28.Part0 = p28
1395w28.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)
1396w28.Part1 = p29
1397w28.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)
1398w29 = Instance.new("Weld", p29)
1399w29.Name = "Part_Weld"
1400w29.Part0 = p29
1401w29.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)
1402w29.Part1 = p30
1403w29.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)
1404w30 = Instance.new("Weld", p30)
1405w30.Name = "Part_Weld"
1406w30.Part0 = p30
1407w30.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)
1408w30.Part1 = p31
1409w30.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)
1410w31 = Instance.new("Weld", p31)
1411w31.Name = "Part_Weld"
1412w31.Part0 = p31
1413w31.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)
1414w31.Part1 = p32
1415w31.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)
1416w32 = Instance.new("Weld", p32)
1417w32.Name = "Part_Weld"
1418w32.Part0 = p32
1419w32.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)
1420w32.Part1 = p33
1421w32.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)
1422w33 = Instance.new("Weld", p33)
1423w33.Name = "Part_Weld"
1424w33.Part0 = p33
1425w33.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)
1426w33.Part1 = p34
1427w33.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)
1428m.Parent = larm
1429m:MakeJoints()
1430----------------------------------------------------
1431local cor = Instance.new("Part", larm.LeftArm)
1432cor.Name = "Thingy"
1433cor.Locked = true
1434cor.BottomSurface = 0
1435cor.CanCollide = false
1436cor.Size = Vector3.new(1, 1, 1)
1437cor.Transparency = 1
1438cor.TopSurface = 0
1439corw = Instance.new("Weld", cor)
1440corw.Part0 = larm
1441corw.Part1 = cor
1442corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1443corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1444weld1 = Instance.new("Weld", larm.LeftArm)
1445weld1.Part0 = cor
1446weld1.Part1 = larm.LeftArm.LeftArmPlate
1447weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1448--Right Arm
1449m2 = Instance.new("Model")
1450m2.Name = "RightArm"
1451p1 = Instance.new("Part", m2)
1452p1.BrickColor = BrickColor.new("Lime green")
1453p1.Material = Enum.Material.Granite
1454p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1455p1.FormFactor = Enum.FormFactor.Custom
1456p1.Size = Vector3.new(1, 0.200000048, 1)
1457p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1458p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1459p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1460p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1461p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1462p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1463b1 = Instance.new("SpecialMesh", p1)
1464b1.MeshType = Enum.MeshType.Brick
1465b1.Name = "Mesh"
1466b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1467p2 = Instance.new("Part", m2)
1468p2.BrickColor = BrickColor.new("Lime green")
1469p2.Material = Enum.Material.Granite
1470p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1471p2.FormFactor = Enum.FormFactor.Custom
1472p2.Size = Vector3.new(1, 0.200000048, 1)
1473p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1474p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1475p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1476p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1477p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1478p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1479b2 = Instance.new("SpecialMesh", p2)
1480b2.MeshType = Enum.MeshType.Brick
1481b2.Name = "Mesh"
1482b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1483p3 = Instance.new("Part", m2)
1484p3.BrickColor = BrickColor.new("Lime green")
1485p3.Material = Enum.Material.Granite
1486p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1487p3.FormFactor = Enum.FormFactor.Custom
1488p3.Size = Vector3.new(1, 0.200000048, 1)
1489p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1490p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1491p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1492p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1493p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1494p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1495b3 = Instance.new("SpecialMesh", p3)
1496b3.MeshType = Enum.MeshType.Brick
1497b3.Name = "Mesh"
1498b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1499p4 = Instance.new("Part", m2)
1500p4.BrickColor = BrickColor.new("Lime green")
1501p4.Material = Enum.Material.Granite
1502p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1503p4.FormFactor = Enum.FormFactor.Custom
1504p4.Size = Vector3.new(1, 0.200000048, 1)
1505p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1506p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1507p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1508p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1509p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1510p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1511b4 = Instance.new("SpecialMesh", p4)
1512b4.MeshType = Enum.MeshType.Brick
1513b4.Name = "Mesh"
1514b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1515p5 = Instance.new("Part", m2)
1516p5.BrickColor = BrickColor.new("Lime green")
1517p5.Material = Enum.Material.Granite
1518p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1519p5.FormFactor = Enum.FormFactor.Custom
1520p5.Size = Vector3.new(1, 0.200000048, 1)
1521p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1522p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1523p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1524p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1525p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1526p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1527b5 = Instance.new("SpecialMesh", p5)
1528b5.MeshType = Enum.MeshType.Brick
1529b5.Name = "Mesh"
1530b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1531p6 = Instance.new("Part", m2)
1532p6.BrickColor = BrickColor.new("Lime green")
1533p6.Material = Enum.Material.Granite
1534p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1535p6.FormFactor = Enum.FormFactor.Custom
1536p6.Size = Vector3.new(1, 1, 1)
1537p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1538p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1539p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1540p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1541p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1542p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1543b6 = Instance.new("SpecialMesh", p6)
1544b6.MeshType = Enum.MeshType.Sphere
1545b6.Name = "Mesh"
1546p7 = Instance.new("Part", m2)
1547p7.BrickColor = BrickColor.new("Black")
1548p7.Material = Enum.Material.SmoothPlastic
1549p7.Name = "RightArmPlate"
1550p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1551p7.FormFactor = Enum.FormFactor.Symmetric
1552p7.Size = Vector3.new(1, 2, 1)
1553p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1554p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1555p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1556p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1557p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1558p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1559b7 = Instance.new("SpecialMesh", p7)
1560b7.MeshType = Enum.MeshType.Brick
1561b7.Name = "Mesh"
1562b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1563p8 = Instance.new("Part", m2)
1564p8.BrickColor = BrickColor.new("Lime green")
1565p8.Material = Enum.Material.Granite
1566p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1567p8.FormFactor = Enum.FormFactor.Custom
1568p8.Size = Vector3.new(1, 0.200000048, 1)
1569p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1570p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1571p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1572p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1573p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1574p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1575b8 = Instance.new("SpecialMesh", p8)
1576b8.MeshType = Enum.MeshType.Brick
1577b8.Name = "Mesh"
1578b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1579p9 = Instance.new("Part", m2)
1580p9.BrickColor = BrickColor.new("Black")
1581p9.Material = Enum.Material.SmoothPlastic
1582p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1583p9.FormFactor = Enum.FormFactor.Custom
1584p9.Size = Vector3.new(1, 0.349999994, 1)
1585p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1586p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1587p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1588p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1589p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1590p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1591b9 = Instance.new("SpecialMesh", p9)
1592b9.MeshType = Enum.MeshType.Brick
1593b9.Name = "Mesh"
1594b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1595p10 = Instance.new("Part", m2)
1596p10.BrickColor = BrickColor.new("Black")
1597p10.Material = Enum.Material.Metal
1598p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1599p10.FormFactor = Enum.FormFactor.Custom
1600p10.Size = Vector3.new(1, 0.25, 1)
1601p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1602p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1603p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1604p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1605p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1606p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1607b10 = Instance.new("SpecialMesh", p10)
1608b10.MeshType = Enum.MeshType.Brick
1609b10.Name = "Mesh"
1610b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1611p11 = Instance.new("Part", m2)
1612p11.BrickColor = BrickColor.new("Black")
1613p11.Material = Enum.Material.Metal
1614p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1615p11.FormFactor = Enum.FormFactor.Custom
1616p11.Size = Vector3.new(1, 0.25, 1)
1617p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1618p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1619p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1620p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1621p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1622p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1623b11 = Instance.new("SpecialMesh", p11)
1624b11.MeshType = Enum.MeshType.Brick
1625b11.Name = "Mesh"
1626b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1627p12 = Instance.new("Part", m2)
1628p12.BrickColor = BrickColor.new("Black")
1629p12.Material = Enum.Material.Metal
1630p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1631p12.FormFactor = Enum.FormFactor.Custom
1632p12.Size = Vector3.new(1, 0.25, 1)
1633p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1634p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1635p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1636p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1637p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1638p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1639b12 = Instance.new("SpecialMesh", p12)
1640b12.MeshType = Enum.MeshType.Brick
1641b12.Name = "Mesh"
1642b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1643p13 = Instance.new("Part", m2)
1644p13.BrickColor = BrickColor.new("Lime green")
1645p13.Material = Enum.Material.Granite
1646p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1647p13.FormFactor = Enum.FormFactor.Custom
1648p13.Size = Vector3.new(1, 0.200000048, 1)
1649p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1650p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1651p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1652p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1653p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1654p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1655b13 = Instance.new("SpecialMesh", p13)
1656b13.MeshType = Enum.MeshType.Brick
1657b13.Name = "Mesh"
1658b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1659p14 = Instance.new("Part", m2)
1660p14.BrickColor = BrickColor.new("Black")
1661p14.Material = Enum.Material.Metal
1662p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1663p14.FormFactor = Enum.FormFactor.Custom
1664p14.Size = Vector3.new(1, 0.25, 1)
1665p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1666p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1667p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1668p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1669p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1670p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1671b14 = Instance.new("SpecialMesh", p14)
1672b14.MeshType = Enum.MeshType.Brick
1673b14.Name = "Mesh"
1674b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1675p15 = Instance.new("Part", m2)
1676p15.BrickColor = BrickColor.new("Lime green")
1677p15.Material = Enum.Material.Granite
1678p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1679p15.FormFactor = Enum.FormFactor.Custom
1680p15.Size = Vector3.new(1, 0.200000048, 1)
1681p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1682p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1683p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1684p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1685p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1686p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1687b15 = Instance.new("SpecialMesh", p15)
1688b15.MeshType = Enum.MeshType.Brick
1689b15.Name = "Mesh"
1690b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1691p16 = Instance.new("Part", m2)
1692p16.BrickColor = BrickColor.new("Black")
1693p16.Material = Enum.Material.SmoothPlastic
1694p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1695p16.FormFactor = Enum.FormFactor.Custom
1696p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1697p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1698p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1699p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1700p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1701p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1702p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1703b16 = Instance.new("SpecialMesh", p16)
1704b16.MeshType = Enum.MeshType.Brick
1705b16.Name = "Mesh"
1706b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1707p17 = Instance.new("Part", m2)
1708p17.BrickColor = BrickColor.new("Black")
1709p17.Material = Enum.Material.SmoothPlastic
1710p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1711p17.FormFactor = Enum.FormFactor.Custom
1712p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1713p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1714p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1715p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1716p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1717p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1718p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1719b17 = Instance.new("SpecialMesh", p17)
1720b17.MeshType = Enum.MeshType.Brick
1721b17.Name = "Mesh"
1722b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1723p18 = Instance.new("Part", m2)
1724p18.BrickColor = BrickColor.new("Really black")
1725p18.Material = Enum.Material.SmoothPlastic
1726p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1727p18.FormFactor = Enum.FormFactor.Custom
1728p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1729p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1730p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1731p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1732p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1733p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1734p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1735b18 = Instance.new("SpecialMesh", p18)
1736b18.MeshType = Enum.MeshType.Brick
1737b18.Name = "Mesh"
1738b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1739p19 = Instance.new("Part", m2)
1740p19.BrickColor = BrickColor.new("Black")
1741p19.Material = Enum.Material.SmoothPlastic
1742p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1743p19.FormFactor = Enum.FormFactor.Custom
1744p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1745p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1746p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1747p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1748p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1749p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1750p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1751b19 = Instance.new("SpecialMesh", p19)
1752b19.MeshType = Enum.MeshType.Brick
1753b19.Name = "Mesh"
1754b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1755w1 = Instance.new("Weld", p1)
1756w1.Name = "Part_Weld"
1757w1.Part0 = p1
1758w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1759w1.Part1 = p2
1760w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1761w2 = Instance.new("Weld", p2)
1762w2.Name = "Part_Weld"
1763w2.Part0 = p2
1764w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1765w2.Part1 = p3
1766w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1767w3 = Instance.new("Weld", p3)
1768w3.Name = "Part_Weld"
1769w3.Part0 = p3
1770w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1771w3.Part1 = p4
1772w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1773w4 = Instance.new("Weld", p4)
1774w4.Name = "Part_Weld"
1775w4.Part0 = p4
1776w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1777w4.Part1 = p5
1778w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1779w5 = Instance.new("Weld", p5)
1780w5.Name = "Part_Weld"
1781w5.Part0 = p5
1782w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1783w5.Part1 = p6
1784w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1785w6 = Instance.new("Weld", p6)
1786w6.Name = "RightArmPlate_Weld"
1787w6.Part0 = p6
1788w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1789w6.Part1 = p7
1790w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1791w7 = Instance.new("Weld", p7)
1792w7.Name = "Part_Weld"
1793w7.Part0 = p7
1794w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1795w7.Part1 = p8
1796w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1797w8 = Instance.new("Weld", p8)
1798w8.Name = "Part_Weld"
1799w8.Part0 = p8
1800w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1801w8.Part1 = p9
1802w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1803w9 = Instance.new("Weld", p9)
1804w9.Name = "Part_Weld"
1805w9.Part0 = p9
1806w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1807w9.Part1 = p10
1808w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1809w10 = Instance.new("Weld", p10)
1810w10.Name = "Part_Weld"
1811w10.Part0 = p10
1812w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1813w10.Part1 = p11
1814w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1815w11 = Instance.new("Weld", p11)
1816w11.Name = "Part_Weld"
1817w11.Part0 = p11
1818w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1819w11.Part1 = p12
1820w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1821w12 = Instance.new("Weld", p12)
1822w12.Name = "Part_Weld"
1823w12.Part0 = p12
1824w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1825w12.Part1 = p13
1826w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1827w13 = Instance.new("Weld", p13)
1828w13.Name = "Part_Weld"
1829w13.Part0 = p13
1830w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1831w13.Part1 = p14
1832w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1833w14 = Instance.new("Weld", p14)
1834w14.Name = "Part_Weld"
1835w14.Part0 = p14
1836w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1837w14.Part1 = p15
1838w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1839w15 = Instance.new("Weld", p15)
1840w15.Name = "Part_Weld"
1841w15.Part0 = p15
1842w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1843w15.Part1 = p16
1844w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1845w16 = Instance.new("Weld", p16)
1846w16.Name = "Part_Weld"
1847w16.Part0 = p16
1848w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1849w16.Part1 = p17
1850w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1851w17 = Instance.new("Weld", p17)
1852w17.Name = "Part_Weld"
1853w17.Part0 = p17
1854w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1855w17.Part1 = p18
1856w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1857w18 = Instance.new("Weld", p18)
1858w18.Name = "Part_Weld"
1859w18.Part0 = p18
1860w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1861w18.Part1 = p19
1862w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1863m2.Parent = rarm
1864m2:MakeJoints()
1865----------------------------------------------------
1866local cor2 = Instance.new("Part", rarm.RightArm)
1867cor2.Name = "Thingy"
1868cor2.Locked = true
1869cor2.BottomSurface = 0
1870cor2.CanCollide = false
1871cor2.Size = Vector3.new(1, 1, 1)
1872cor2.Transparency = 1
1873cor2.TopSurface = 0
1874corw2 = Instance.new("Weld", cor2)
1875corw2.Part0 = rarm
1876corw2.Part1 = cor2
1877corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1878corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1879weld2 = Instance.new("Weld", rarm.RightArm)
1880weld2.Part0 = cor2
1881weld2.Part1 = rarm.RightArm.RightArmPlate
1882weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1883--Torso
1884m3 = Instance.new("Model")
1885m3.Name = "Torso"
1886p1 = Instance.new("Part", m3)
1887p1.BrickColor = BrickColor.new("Really black")
1888p1.Material = Enum.Material.Metal
1889p1.Name = "TorsoPlate"
1890p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1891p1.CanCollide = false
1892p1.Locked = true
1893p1.FormFactor = Enum.FormFactor.Custom
1894p1.Size = Vector3.new(2, 2, 1)
1895p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1896p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1897p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1898p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1899p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1900p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1901b1 = Instance.new("SpecialMesh", p1)
1902b1.MeshType = Enum.MeshType.Brick
1903b1.Name = "Mesh"
1904b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1905p2 = Instance.new("Part", m3)
1906p2.BrickColor = BrickColor.new("Really black")
1907p2.Material = Enum.Material.Metal
1908p2.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)
1909p2.CanCollide = false
1910p2.Locked = true
1911p2.FormFactor = Enum.FormFactor.Custom
1912p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1913b2 = Instance.new("SpecialMesh", p2)
1914b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1915b2.TextureId = ""
1916b2.MeshType = Enum.MeshType.FileMesh
1917b2.Name = "Mesh"
1918b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1919p3 = Instance.new("Part", m3)
1920p3.BrickColor = BrickColor.new("Black")
1921p3.Material = Enum.Material.Metal
1922p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1923p3.CanCollide = false
1924p3.Locked = true
1925p3.FormFactor = Enum.FormFactor.Custom
1926p3.Size = Vector3.new(2, 2, 0.200000018)
1927p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1928p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1929p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1930p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1931p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1932p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1933b3 = Instance.new("SpecialMesh", p3)
1934b3.MeshType = Enum.MeshType.Brick
1935b3.Name = "Mesh"
1936b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1937p4 = Instance.new("Part", m3)
1938p4.BrickColor = BrickColor.new("Black")
1939p4.Material = Enum.Material.Metal
1940p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1941p4.CanCollide = false
1942p4.Locked = true
1943p4.FormFactor = Enum.FormFactor.Custom
1944p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1945p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1946p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1947p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1948p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1949p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1950p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1951b4 = Instance.new("SpecialMesh", p4)
1952b4.MeshType = Enum.MeshType.Brick
1953b4.Name = "Mesh"
1954b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1955p5 = Instance.new("Part", m3)
1956p5.BrickColor = BrickColor.new("Black")
1957p5.Material = Enum.Material.Metal
1958p5.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)
1959p5.CanCollide = false
1960p5.Locked = true
1961p5.FormFactor = Enum.FormFactor.Custom
1962p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1963p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1964p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1965p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1966p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1967p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1968p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1969b5 = Instance.new("SpecialMesh", p5)
1970b5.MeshType = Enum.MeshType.Wedge
1971b5.Name = "Mesh"
1972b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1973p6 = Instance.new("Part", m3)
1974p6.BrickColor = BrickColor.new("Black")
1975p6.Material = Enum.Material.Metal
1976p6.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)
1977p6.CanCollide = false
1978p6.Locked = true
1979p6.FormFactor = Enum.FormFactor.Custom
1980p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1981p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1982p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1983p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1984p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1985p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1986p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1987b6 = Instance.new("SpecialMesh", p6)
1988b6.MeshType = Enum.MeshType.Wedge
1989b6.Name = "Mesh"
1990b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1991p7 = Instance.new("Part", m3)
1992p7.BrickColor = BrickColor.new("Black")
1993p7.Material = Enum.Material.Metal
1994p7.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)
1995p7.CanCollide = false
1996p7.Locked = true
1997p7.FormFactor = Enum.FormFactor.Custom
1998p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1999p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2000p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2001p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2002p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2003p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2004p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2005b7 = Instance.new("SpecialMesh", p7)
2006b7.MeshType = Enum.MeshType.Wedge
2007b7.Name = "Mesh"
2008p8 = Instance.new("Part", m3)
2009p8.BrickColor = BrickColor.new("Black")
2010p8.Material = Enum.Material.Metal
2011p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2012p8.CanCollide = false
2013p8.Locked = true
2014p8.FormFactor = Enum.FormFactor.Custom
2015p8.Size = Vector3.new(1, 2, 0.200000018)
2016p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2017p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2018p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2019p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2020p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2021p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2022b8 = Instance.new("SpecialMesh", p8)
2023b8.MeshType = Enum.MeshType.Brick
2024b8.Name = "Mesh"
2025b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2026p9 = Instance.new("Part", m3)
2027p9.BrickColor = BrickColor.new("Black")
2028p9.Material = Enum.Material.Metal
2029p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2030p9.CanCollide = false
2031p9.Locked = true
2032p9.FormFactor = Enum.FormFactor.Custom
2033p9.Size = Vector3.new(1, 2, 0.200000018)
2034p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2035p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2036p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2037p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2038p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2039p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2040b9 = Instance.new("SpecialMesh", p9)
2041b9.MeshType = Enum.MeshType.Brick
2042b9.Name = "Mesh"
2043b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2044p10 = Instance.new("Part", m3)
2045p10.BrickColor = BrickColor.new("Black")
2046p10.Material = Enum.Material.Metal
2047p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2048p10.CanCollide = false
2049p10.Locked = true
2050p10.FormFactor = Enum.FormFactor.Custom
2051p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2052p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2053p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2054p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2055p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2056p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2057p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2058b10 = Instance.new("SpecialMesh", p10)
2059b10.MeshType = Enum.MeshType.Brick
2060b10.Name = "Mesh"
2061b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2062p11 = Instance.new("Part", m3)
2063p11.BrickColor = BrickColor.new("Really black")
2064p11.Material = Enum.Material.Metal
2065p11.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)
2066p11.CanCollide = false
2067p11.Locked = true
2068p11.FormFactor = Enum.FormFactor.Custom
2069p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2070b11 = Instance.new("SpecialMesh", p11)
2071b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2072b11.TextureId = ""
2073b11.MeshType = Enum.MeshType.FileMesh
2074b11.Name = "Mesh"
2075b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2076p12 = Instance.new("Part", m3)
2077p12.BrickColor = BrickColor.new("Really black")
2078p12.Material = Enum.Material.Metal
2079p12.Transparency = 1
2080p12.Name = "Chain2Torso"
2081p12.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)
2082p12.CanCollide = false
2083p12.Locked = true
2084p12.FormFactor = Enum.FormFactor.Custom
2085p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2086b12 = Instance.new("SpecialMesh", p12)
2087b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2088b12.TextureId = ""
2089b12.MeshType = Enum.MeshType.FileMesh
2090b12.Name = "Mesh"
2091b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2092p13 = Instance.new("Part", m3)
2093p13.BrickColor = BrickColor.new("Really black")
2094p13.Material = Enum.Material.Metal
2095p13.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)
2096p13.CanCollide = false
2097p13.Locked = true
2098p13.FormFactor = Enum.FormFactor.Custom
2099p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2100b13 = Instance.new("SpecialMesh", p13)
2101b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2102b13.TextureId = ""
2103b13.MeshType = Enum.MeshType.FileMesh
2104b13.Name = "Mesh"
2105b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2106p14 = Instance.new("Part", m3)
2107p14.BrickColor = BrickColor.new("Really black")
2108p14.Material = Enum.Material.Metal
2109p14.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)
2110p14.CanCollide = false
2111p14.Locked = true
2112p14.FormFactor = Enum.FormFactor.Custom
2113p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2114b14 = Instance.new("SpecialMesh", p14)
2115b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2116b14.TextureId = ""
2117b14.MeshType = Enum.MeshType.FileMesh
2118b14.Name = "Mesh"
2119b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2120p15 = Instance.new("Part", m3)
2121p15.BrickColor = BrickColor.new("Really black")
2122p15.Material = Enum.Material.Metal
2123p15.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)
2124p15.CanCollide = false
2125p15.Locked = true
2126p15.FormFactor = Enum.FormFactor.Custom
2127p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2128b15 = Instance.new("SpecialMesh", p15)
2129b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2130b15.TextureId = ""
2131b15.MeshType = Enum.MeshType.FileMesh
2132b15.Name = "Mesh"
2133b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2134p16 = Instance.new("Part", m3)
2135p16.BrickColor = BrickColor.new("Really black")
2136p16.Material = Enum.Material.Metal
2137p16.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)
2138p16.CanCollide = false
2139p16.Locked = true
2140p16.FormFactor = Enum.FormFactor.Custom
2141p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2142b16 = Instance.new("SpecialMesh", p16)
2143b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2144b16.TextureId = ""
2145b16.MeshType = Enum.MeshType.FileMesh
2146b16.Name = "Mesh"
2147b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2148p17 = Instance.new("Part", m3)
2149p17.BrickColor = BrickColor.new("Really black")
2150p17.Material = Enum.Material.Metal
2151p17.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)
2152p17.CanCollide = false
2153p17.Locked = true
2154p17.FormFactor = Enum.FormFactor.Custom
2155p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2156b17 = Instance.new("SpecialMesh", p17)
2157b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2158b17.TextureId = ""
2159b17.MeshType = Enum.MeshType.FileMesh
2160b17.Name = "Mesh"
2161b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2162p18 = Instance.new("Part", m3)
2163p18.BrickColor = BrickColor.new("Really black")
2164p18.Material = Enum.Material.Metal
2165p18.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)
2166p18.CanCollide = false
2167p18.Locked = true
2168p18.FormFactor = Enum.FormFactor.Custom
2169p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2170b18 = Instance.new("SpecialMesh", p18)
2171b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2172b18.TextureId = ""
2173b18.MeshType = Enum.MeshType.FileMesh
2174b18.Name = "Mesh"
2175b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2176p19 = Instance.new("Part", m3)
2177p19.BrickColor = BrickColor.new("Really black")
2178p19.Material = Enum.Material.Metal
2179p19.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)
2180p19.CanCollide = false
2181p19.Locked = true
2182p19.FormFactor = Enum.FormFactor.Custom
2183p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2184b19 = Instance.new("SpecialMesh", p19)
2185b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2186b19.TextureId = ""
2187b19.MeshType = Enum.MeshType.FileMesh
2188b19.Name = "Mesh"
2189b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2190p20 = Instance.new("Part", m3)
2191p20.BrickColor = BrickColor.new("Really black")
2192p20.Material = Enum.Material.Metal
2193p20.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)
2194p20.CanCollide = false
2195p20.Locked = true
2196p20.FormFactor = Enum.FormFactor.Custom
2197p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2198b20 = Instance.new("SpecialMesh", p20)
2199b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2200b20.TextureId = ""
2201b20.MeshType = Enum.MeshType.FileMesh
2202b20.Name = "Mesh"
2203b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2204p21 = Instance.new("Part", m3)
2205p21.BrickColor = BrickColor.new("Really black")
2206p21.Material = Enum.Material.Metal
2207p21.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)
2208p21.CanCollide = false
2209p21.Locked = true
2210p21.FormFactor = Enum.FormFactor.Custom
2211p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2212b21 = Instance.new("SpecialMesh", p21)
2213b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2214b21.TextureId = ""
2215b21.MeshType = Enum.MeshType.FileMesh
2216b21.Name = "Mesh"
2217b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2218p22 = Instance.new("Part", m3)
2219p22.BrickColor = BrickColor.new("Really black")
2220p22.Material = Enum.Material.Metal
2221p22.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)
2222p22.CanCollide = false
2223p22.Locked = true
2224p22.FormFactor = Enum.FormFactor.Custom
2225p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2226b22 = Instance.new("SpecialMesh", p22)
2227b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2228b22.TextureId = ""
2229b22.MeshType = Enum.MeshType.FileMesh
2230b22.Name = "Mesh"
2231b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2232p23 = Instance.new("Part", m3)
2233p23.BrickColor = BrickColor.new("Really black")
2234p23.Material = Enum.Material.Metal
2235p23.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)
2236p23.CanCollide = false
2237p23.Locked = true
2238p23.FormFactor = Enum.FormFactor.Custom
2239p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2240b23 = Instance.new("SpecialMesh", p23)
2241b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2242b23.TextureId = ""
2243b23.MeshType = Enum.MeshType.FileMesh
2244b23.Name = "Mesh"
2245b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2246p24 = Instance.new("Part", m3)
2247p24.BrickColor = BrickColor.new("Really black")
2248p24.Material = Enum.Material.Metal
2249p24.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)
2250p24.CanCollide = false
2251p24.Locked = true
2252p24.FormFactor = Enum.FormFactor.Custom
2253p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2254b24 = Instance.new("SpecialMesh", p24)
2255b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2256b24.TextureId = ""
2257b24.MeshType = Enum.MeshType.FileMesh
2258b24.Name = "Mesh"
2259b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2260p25 = Instance.new("Part", m3)
2261p25.BrickColor = BrickColor.new("Really black")
2262p25.Material = Enum.Material.Metal
2263p25.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)
2264p25.CanCollide = false
2265p25.Locked = true
2266p25.FormFactor = Enum.FormFactor.Custom
2267p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2268b25 = Instance.new("SpecialMesh", p25)
2269b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2270b25.TextureId = ""
2271b25.MeshType = Enum.MeshType.FileMesh
2272b25.Name = "Mesh"
2273b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2274p26 = Instance.new("Part", m3)
2275p26.BrickColor = BrickColor.new("Really black")
2276p26.Material = Enum.Material.Metal
2277p26.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)
2278p26.CanCollide = false
2279p26.Locked = true
2280p26.FormFactor = Enum.FormFactor.Custom
2281p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2282b26 = Instance.new("SpecialMesh", p26)
2283b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2284b26.TextureId = ""
2285b26.MeshType = Enum.MeshType.FileMesh
2286b26.Name = "Mesh"
2287b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2288p27 = Instance.new("Part", m3)
2289p27.BrickColor = BrickColor.new("Really black")
2290p27.Material = Enum.Material.Metal
2291p27.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)
2292p27.CanCollide = false
2293p27.Locked = true
2294p27.FormFactor = Enum.FormFactor.Custom
2295p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2296b27 = Instance.new("SpecialMesh", p27)
2297b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2298b27.TextureId = ""
2299b27.MeshType = Enum.MeshType.FileMesh
2300b27.Name = "Mesh"
2301b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2302p28 = Instance.new("Part", m3)
2303p28.BrickColor = BrickColor.new("Really black")
2304p28.Material = Enum.Material.Metal
2305p28.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)
2306p28.CanCollide = false
2307p28.Locked = true
2308p28.FormFactor = Enum.FormFactor.Custom
2309p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2310b28 = Instance.new("SpecialMesh", p28)
2311b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2312b28.TextureId = ""
2313b28.MeshType = Enum.MeshType.FileMesh
2314b28.Name = "Mesh"
2315b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2316p29 = Instance.new("Part", m3)
2317p29.BrickColor = BrickColor.new("Really black")
2318p29.Material = Enum.Material.Metal
2319p29.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)
2320p29.CanCollide = false
2321p29.Locked = true
2322p29.FormFactor = Enum.FormFactor.Custom
2323p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2324b29 = Instance.new("SpecialMesh", p29)
2325b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2326b29.TextureId = ""
2327b29.MeshType = Enum.MeshType.FileMesh
2328b29.Name = "Mesh"
2329b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2330p30 = Instance.new("Part", m3)
2331p30.BrickColor = BrickColor.new("Really black")
2332p30.Material = Enum.Material.Metal
2333p30.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)
2334p30.CanCollide = false
2335p30.Locked = true
2336p30.FormFactor = Enum.FormFactor.Custom
2337p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2338b30 = Instance.new("SpecialMesh", p30)
2339b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2340b30.TextureId = ""
2341b30.MeshType = Enum.MeshType.FileMesh
2342b30.Name = "Mesh"
2343b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2344p31 = Instance.new("Part", m3)
2345p31.BrickColor = BrickColor.new("Really black")
2346p31.Material = Enum.Material.Metal
2347p31.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)
2348p31.CanCollide = false
2349p31.Locked = true
2350p31.FormFactor = Enum.FormFactor.Custom
2351p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2352b31 = Instance.new("SpecialMesh", p31)
2353b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2354b31.TextureId = ""
2355b31.MeshType = Enum.MeshType.FileMesh
2356b31.Name = "Mesh"
2357b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2358p32 = Instance.new("Part", m3)
2359p32.BrickColor = BrickColor.new("Really black")
2360p32.Material = Enum.Material.Metal
2361p32.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)
2362p32.CanCollide = false
2363p32.Locked = true
2364p32.FormFactor = Enum.FormFactor.Custom
2365p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2366b32 = Instance.new("SpecialMesh", p32)
2367b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2368b32.TextureId = ""
2369b32.MeshType = Enum.MeshType.FileMesh
2370b32.Name = "Mesh"
2371b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2372p33 = Instance.new("Part", m3)
2373p33.BrickColor = BrickColor.new("Really black")
2374p33.Material = Enum.Material.Metal
2375p33.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)
2376p33.CanCollide = false
2377p33.Locked = true
2378p33.FormFactor = Enum.FormFactor.Custom
2379p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2380b33 = Instance.new("SpecialMesh", p33)
2381b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2382b33.TextureId = ""
2383b33.MeshType = Enum.MeshType.FileMesh
2384b33.Name = "Mesh"
2385b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2386p34 = Instance.new("Part", m3)
2387p34.BrickColor = BrickColor.new("Really black")
2388p34.Material = Enum.Material.Metal
2389p34.Name = "Connection"
2390p34.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)
2391p34.CanCollide = false
2392p34.Locked = true
2393p34.FormFactor = Enum.FormFactor.Custom
2394p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2395b34 = Instance.new("SpecialMesh", p34)
2396b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2397b34.TextureId = ""
2398b34.MeshType = Enum.MeshType.FileMesh
2399b34.Name = "Mesh"
2400b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2401p35 = Instance.new("Part", m3)
2402p35.BrickColor = BrickColor.new("Really black")
2403p35.Material = Enum.Material.Metal
2404p35.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)
2405p35.CanCollide = false
2406p35.Locked = true
2407p35.FormFactor = Enum.FormFactor.Custom
2408p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2409b35 = Instance.new("SpecialMesh", p35)
2410b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2411b35.TextureId = ""
2412b35.MeshType = Enum.MeshType.FileMesh
2413b35.Name = "Mesh"
2414b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2415p36 = Instance.new("Part", m3)
2416p36.BrickColor = BrickColor.new("Really black")
2417p36.Material = Enum.Material.Metal
2418p36.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)
2419p36.CanCollide = false
2420p36.Locked = true
2421p36.FormFactor = Enum.FormFactor.Custom
2422p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2423b36 = Instance.new("SpecialMesh", p36)
2424b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2425b36.TextureId = ""
2426b36.MeshType = Enum.MeshType.FileMesh
2427b36.Name = "Mesh"
2428b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2429w1 = Instance.new("Weld", p2)
2430w1.Name = "Joint"
2431w1.Part0 = p2
2432w1.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)
2433w1.Part1 = p18
2434w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2435w2 = Instance.new("Weld", p3)
2436w2.Name = "Joint"
2437w2.Part0 = p3
2438w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2439w2.Part1 = p1
2440w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2441w3 = Instance.new("Weld", p4)
2442w3.Name = "Joint"
2443w3.Part0 = p4
2444w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2445w3.Part1 = p1
2446w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2447w4 = Instance.new("Weld", p5)
2448w4.Name = "Joint"
2449w4.Part0 = p5
2450w4.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)
2451w4.Part1 = p7
2452w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2453w5 = Instance.new("Weld", p6)
2454w5.Name = "Joint"
2455w5.Part0 = p6
2456w5.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)
2457w5.Part1 = p7
2458w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2459w6 = Instance.new("Weld", p7)
2460w6.Name = "Joint"
2461w6.Part0 = p7
2462w6.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)
2463w6.Part1 = p1
2464w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2465w7 = Instance.new("Weld", p8)
2466w7.Name = "Joint"
2467w7.Part0 = p8
2468w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2469w7.Part1 = p1
2470w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2471w8 = Instance.new("Weld", p9)
2472w8.Name = "Joint"
2473w8.Part0 = p9
2474w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2475w8.Part1 = p1
2476w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2477w9 = Instance.new("Weld", p10)
2478w9.Name = "Joint"
2479w9.Part0 = p10
2480w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2481w9.Part1 = p1
2482w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2483w10 = Instance.new("Weld", p11)
2484w10.Name = "Joint"
2485w10.Part0 = p11
2486w10.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)
2487w10.Part1 = p19
2488w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2489w11 = Instance.new("Weld", p12)
2490w11.Name = "Joint"
2491w11.Part0 = p12
2492w11.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)
2493w11.Part1 = p1
2494w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2495w12 = Instance.new("Weld", p13)
2496w12.Name = "Joint"
2497w12.Part0 = p13
2498w12.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)
2499w12.Part1 = p35
2500w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2501w13 = Instance.new("Weld", p14)
2502w13.Name = "Joint"
2503w13.Part0 = p14
2504w13.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)
2505w13.Part1 = p34
2506w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2507w14 = Instance.new("Weld", p15)
2508w14.Name = "Joint"
2509w14.Part0 = p15
2510w14.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)
2511w14.Part1 = p16
2512w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2513w15 = Instance.new("Weld", p16)
2514w15.Name = "Joint"
2515w15.Part0 = p16
2516w15.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)
2517w15.Part1 = p20
2518w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2519w16 = Instance.new("Weld", p17)
2520w16.Name = "Joint"
2521w16.Part0 = p17
2522w16.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)
2523w16.Part1 = p14
2524w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2525w17 = Instance.new("Weld", p18)
2526w17.Name = "Joint"
2527w17.Part0 = p18
2528w17.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)
2529w17.Part1 = p17
2530w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2531w18 = Instance.new("Weld", p19)
2532w18.Name = "Joint"
2533w18.Part0 = p19
2534w18.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)
2535w18.Part1 = p21
2536w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2537w19 = Instance.new("Weld", p20)
2538w19.Name = "Joint"
2539w19.Part0 = p20
2540w19.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)
2541w19.Part1 = p11
2542w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2543w20 = Instance.new("Weld", p21)
2544w20.Name = "Joint"
2545w20.Part0 = p21
2546w20.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)
2547w20.Part1 = p22
2548w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2549w21 = Instance.new("Weld", p22)
2550w21.Name = "Joint"
2551w21.Part0 = p22
2552w21.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)
2553w21.Part1 = p23
2554w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2555w22 = Instance.new("Weld", p23)
2556w22.Name = "Joint"
2557w22.Part0 = p23
2558w22.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)
2559w22.Part1 = p24
2560w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2561w23 = Instance.new("Weld", p24)
2562w23.Name = "Joint"
2563w23.Part0 = p24
2564w23.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)
2565w23.Part1 = p25
2566w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2567w24 = Instance.new("Weld", p25)
2568w24.Name = "Joint"
2569w24.Part0 = p25
2570w24.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)
2571w24.Part1 = p26
2572w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2573w25 = Instance.new("Weld", p26)
2574w25.Name = "Joint"
2575w25.Part0 = p26
2576w25.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)
2577w25.Part1 = p27
2578w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2579w26 = Instance.new("Weld", p27)
2580w26.Name = "Joint"
2581w26.Part0 = p27
2582w26.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)
2583w26.Part1 = p28
2584w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2585w27 = Instance.new("Weld", p28)
2586w27.Name = "Joint"
2587w27.Part0 = p28
2588w27.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)
2589w27.Part1 = p29
2590w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2591w28 = Instance.new("Weld", p29)
2592w28.Name = "Joint"
2593w28.Part0 = p29
2594w28.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)
2595w28.Part1 = p30
2596w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2597w29 = Instance.new("Weld", p30)
2598w29.Name = "Joint"
2599w29.Part0 = p30
2600w29.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)
2601w29.Part1 = p31
2602w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2603w30 = Instance.new("Weld", p31)
2604w30.Name = "Joint"
2605w30.Part0 = p31
2606w30.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)
2607w30.Part1 = p32
2608w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2609w31 = Instance.new("Weld", p32)
2610w31.Name = "Joint"
2611w31.Part0 = p32
2612w31.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)
2613w31.Part1 = p33
2614w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2615w32 = Instance.new("Weld", p33)
2616w32.Name = "Joint"
2617w32.Part0 = p33
2618w32.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)
2619w32.Part1 = p13
2620w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2621w33 = Instance.new("Weld", p34)
2622w33.Name = "Joint"
2623w33.Part0 = p34
2624w33.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)
2625w33.Part1 = p12
2626w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2627w34 = Instance.new("Weld", p35)
2628w34.Name = "Joint"
2629w34.Part0 = p35
2630w34.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)
2631w34.Part1 = p36
2632w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2633w35 = Instance.new("Weld", p36)
2634w35.Name = "Joint"
2635w35.Part0 = p36
2636w35.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)
2637w35.Part1 = p2
2638w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2639m3.Parent = torso
2640m3:MakeJoints()
2641----------------------------------------------------
2642local cor3 = Instance.new("Part", torso.Torso)
2643cor3.Name = "Thingy"
2644cor3.Locked = true
2645cor3.BottomSurface = 0
2646cor3.CanCollide = false
2647cor3.Size = Vector3.new(1, 1, 1)
2648cor3.Transparency = 1
2649cor3.TopSurface = 0
2650corw3 = Instance.new("Weld", cor3)
2651corw3.Part0 = torso
2652corw3.Part1 = cor3
2653corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2654corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2655weld3 = Instance.new("Weld", torso.Torso)
2656weld3.Part0 = cor3
2657weld3.Part1 = torso.Torso.TorsoPlate
2658weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2659--Left Leg
2660m4 = Instance.new("Model")
2661m4.Name = "LeftLeg"
2662p1 = Instance.new("Part", m4)
2663p1.BrickColor = BrickColor.new("Really black")
2664p1.Material = Enum.Material.Metal
2665p1.Name = "LeftLegPlate"
2666p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2667p1.Anchored = false
2668p1.CanCollide = false
2669p1.FormFactor = Enum.FormFactor.Custom
2670p1.Size = Vector3.new(1, 2, 1)
2671p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2672p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2673p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2674p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2675p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2676p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2677b1 = Instance.new("SpecialMesh", p1)
2678b1.MeshType = Enum.MeshType.Brick
2679b1.Name = "Mesh"
2680b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2681p2 = Instance.new("Part", m4)
2682p2.BrickColor = BrickColor.new("Really black")
2683p2.Material = Enum.Material.Metal
2684p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2685p2.Anchored = false
2686p2.CanCollide = false
2687p2.FormFactor = Enum.FormFactor.Custom
2688p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2689p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2690p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2691p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2692p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2693p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2694p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2695b2 = Instance.new("SpecialMesh", p2)
2696b2.MeshType = Enum.MeshType.Brick
2697b2.Name = "Mesh"
2698b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2699p3 = Instance.new("Part", m4)
2700p3.BrickColor = BrickColor.new("Really black")
2701p3.Material = Enum.Material.Metal
2702p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2703p3.Anchored = false
2704p3.CanCollide = false
2705p3.FormFactor = Enum.FormFactor.Custom
2706p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2707p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2708p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2709p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2710p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2711p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2712p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2713b3 = Instance.new("SpecialMesh", p3)
2714b3.MeshType = Enum.MeshType.Brick
2715b3.Name = "Mesh"
2716b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2717p4 = Instance.new("Part", m4)
2718p4.BrickColor = BrickColor.new("Black")
2719p4.Material = Enum.Material.Metal
2720p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2721p4.Anchored = false
2722p4.CanCollide = false
2723p4.FormFactor = Enum.FormFactor.Custom
2724p4.Size = Vector3.new(1, 2, 0.200000018)
2725p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2726p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2727p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2728p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2729p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2730p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2731b4 = Instance.new("SpecialMesh", p4)
2732b4.MeshType = Enum.MeshType.Brick
2733b4.Name = "Mesh"
2734b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2735p5 = Instance.new("Part", m4)
2736p5.BrickColor = BrickColor.new("Black")
2737p5.Material = Enum.Material.Metal
2738p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2739p5.Anchored = false
2740p5.CanCollide = false
2741p5.FormFactor = Enum.FormFactor.Custom
2742p5.Size = Vector3.new(1, 2, 0.200000018)
2743p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2744p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2745p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2746p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2747p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2748p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2749b5 = Instance.new("SpecialMesh", p5)
2750b5.MeshType = Enum.MeshType.Brick
2751b5.Name = "Mesh"
2752b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2753p6 = Instance.new("Part", m4)
2754p6.BrickColor = BrickColor.new("Black")
2755p6.Material = Enum.Material.Metal
2756p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2757p6.Anchored = false
2758p6.CanCollide = false
2759p6.FormFactor = Enum.FormFactor.Custom
2760p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2761p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2762p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2763p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2764p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2765p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2766p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2767b6 = Instance.new("SpecialMesh", p6)
2768b6.MeshType = Enum.MeshType.Brick
2769b6.Name = "Mesh"
2770b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2771p7 = Instance.new("Part", m4)
2772p7.BrickColor = BrickColor.new("Black")
2773p7.Material = Enum.Material.Metal
2774p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2775p7.Anchored = false
2776p7.CanCollide = false
2777p7.FormFactor = Enum.FormFactor.Custom
2778p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2779p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2780p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2781p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2782p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2783p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2784p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2785b7 = Instance.new("SpecialMesh", p7)
2786b7.MeshType = Enum.MeshType.Brick
2787b7.Name = "Mesh"
2788b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2789w1 = Instance.new("Weld", p2)
2790w1.Name = "Joint"
2791w1.Part0 = p2
2792w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2793w1.Part1 = p3
2794w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2795w2 = Instance.new("Weld", p3)
2796w2.Name = "Joint"
2797w2.Part0 = p3
2798w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2799w2.Part1 = p5
2800w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2801w3 = Instance.new("Weld", p4)
2802w3.Name = "Joint"
2803w3.Part0 = p4
2804w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2805w3.Part1 = p1
2806w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2807w4 = Instance.new("Weld", p5)
2808w4.Name = "Joint"
2809w4.Part0 = p5
2810w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2811w4.Part1 = p1
2812w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2813w5 = Instance.new("Weld", p6)
2814w5.Name = "Joint"
2815w5.Part0 = p6
2816w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2817w5.Part1 = p1
2818w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2819w6 = Instance.new("Weld", p7)
2820w6.Name = "Joint"
2821w6.Part0 = p7
2822w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2823w6.Part1 = p1
2824w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2825m4.Parent = lleg
2826m4:MakeJoints()
2827----------------------------------------------------
2828local cor4 = Instance.new("Part", lleg.LeftLeg)
2829cor4.Name = "Thingy"
2830cor4.Locked = true
2831cor4.BottomSurface = 0
2832cor4.CanCollide = false
2833cor4.Size = Vector3.new(1, 1, 1)
2834cor4.Transparency = 1
2835cor4.TopSurface = 0
2836corw4 = Instance.new("Weld", cor4)
2837corw4.Part0 = lleg
2838corw4.Part1 = cor4
2839corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2840corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2841weld4 = Instance.new("Weld", lleg.LeftLeg)
2842weld4.Part0 = cor4
2843weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2844weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2845--Right Leg
2846m5 = Instance.new("Model")
2847m5.Name = "RightLeg"
2848p1 = Instance.new("Part", m5)
2849p1.BrickColor = BrickColor.new("Really black")
2850p1.Material = Enum.Material.Metal
2851p1.Name = "RightLegPlate"
2852p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2853p1.Anchored = false
2854p1.CanCollide = false
2855p1.FormFactor = Enum.FormFactor.Custom
2856p1.Size = Vector3.new(1, 2, 1)
2857p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2858p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2859p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2860p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2861p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2862p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2863b1 = Instance.new("SpecialMesh", p1)
2864b1.MeshType = Enum.MeshType.Brick
2865b1.Name = "Mesh"
2866b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2867p2 = Instance.new("Part", m5)
2868p2.BrickColor = BrickColor.new("Really black")
2869p2.Material = Enum.Material.Metal
2870p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2871p2.Anchored = false
2872p2.CanCollide = false
2873p2.FormFactor = Enum.FormFactor.Custom
2874p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2875p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2876p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2877p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2878p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2879p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2880p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2881b2 = Instance.new("SpecialMesh", p2)
2882b2.MeshType = Enum.MeshType.Brick
2883b2.Name = "Mesh"
2884b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2885p3 = Instance.new("Part", m5)
2886p3.BrickColor = BrickColor.new("Really black")
2887p3.Material = Enum.Material.Metal
2888p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2889p3.Anchored = false
2890p3.CanCollide = false
2891p3.FormFactor = Enum.FormFactor.Custom
2892p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2893p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2894p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2895p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2896p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2897p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2898p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2899b3 = Instance.new("SpecialMesh", p3)
2900b3.MeshType = Enum.MeshType.Brick
2901b3.Name = "Mesh"
2902b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2903p4 = Instance.new("Part", m5)
2904p4.BrickColor = BrickColor.new("Black")
2905p4.Material = Enum.Material.Metal
2906p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2907p4.Anchored = false
2908p4.CanCollide = false
2909p4.FormFactor = Enum.FormFactor.Custom
2910p4.Size = Vector3.new(1, 2, 0.200000018)
2911p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2912p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2913p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2914p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2915p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2916p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2917b4 = Instance.new("SpecialMesh", p4)
2918b4.MeshType = Enum.MeshType.Brick
2919b4.Name = "Mesh"
2920b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2921p5 = Instance.new("Part", m5)
2922p5.BrickColor = BrickColor.new("Black")
2923p5.Material = Enum.Material.Metal
2924p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2925p5.Anchored = false
2926p5.CanCollide = false
2927p5.FormFactor = Enum.FormFactor.Custom
2928p5.Size = Vector3.new(1, 2, 0.200000018)
2929p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2930p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2931p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2932p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2933p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2934p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2935b5 = Instance.new("SpecialMesh", p5)
2936b5.MeshType = Enum.MeshType.Brick
2937b5.Name = "Mesh"
2938b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2939p6 = Instance.new("Part", m5)
2940p6.BrickColor = BrickColor.new("Black")
2941p6.Material = Enum.Material.Metal
2942p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2943p6.Anchored = false
2944p6.CanCollide = false
2945p6.FormFactor = Enum.FormFactor.Custom
2946p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2947p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2948p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2949p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2950p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2951p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2952p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2953b6 = Instance.new("SpecialMesh", p6)
2954b6.MeshType = Enum.MeshType.Brick
2955b6.Name = "Mesh"
2956b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2957p7 = Instance.new("Part", m5)
2958p7.BrickColor = BrickColor.new("Black")
2959p7.Material = Enum.Material.Metal
2960p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2961p7.Anchored = false
2962p7.CanCollide = false
2963p7.FormFactor = Enum.FormFactor.Custom
2964p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2965p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2966p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2967p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2968p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2969p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2970p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2971b7 = Instance.new("SpecialMesh", p7)
2972b7.MeshType = Enum.MeshType.Brick
2973b7.Name = "Mesh"
2974b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2975w1 = Instance.new("Weld", p2)
2976w1.Name = "Joint"
2977w1.Part0 = p2
2978w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2979w1.Part1 = p3
2980w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2981w2 = Instance.new("Weld", p3)
2982w2.Name = "Joint"
2983w2.Part0 = p3
2984w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2985w2.Part1 = p5
2986w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2987w3 = Instance.new("Weld", p4)
2988w3.Name = "Joint"
2989w3.Part0 = p4
2990w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2991w3.Part1 = p1
2992w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2993w4 = Instance.new("Weld", p5)
2994w4.Name = "Joint"
2995w4.Part0 = p5
2996w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2997w4.Part1 = p1
2998w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2999w5 = Instance.new("Weld", p6)
3000w5.Name = "Joint"
3001w5.Part0 = p6
3002w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3003w5.Part1 = p1
3004w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3005w6 = Instance.new("Weld", p7)
3006w6.Name = "Joint"
3007w6.Part0 = p7
3008w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3009w6.Part1 = p1
3010w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3011m5.Parent = rleg
3012m5:MakeJoints()
3013----------------------------------------------------
3014local cor5 = Instance.new("Part", rleg.RightLeg)
3015cor5.Name = "Thingy"
3016cor5.Locked = true
3017cor5.BottomSurface = 0
3018cor5.CanCollide = false
3019cor5.Size = Vector3.new(1, 1, 1)
3020cor5.Transparency = 1
3021cor5.TopSurface = 0
3022corw5 = Instance.new("Weld", cor5)
3023corw5.Part0 = rleg
3024corw5.Part1 = cor5
3025corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3026corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3027wld5 = Instance.new("Weld", rleg.RightLeg)
3028wld5.Part0 = cor5
3029wld5.Part1 = rleg.RightLeg.RightLegPlate
3030wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3031--Cape
3032m6 = Instance.new("Model")
3033m6.Name = "Cloak"
3034p1 = Instance.new("WedgePart", m6)
3035p1.BrickColor = BrickColor.new("Lime green")
3036p1.Material = Enum.Material.SmoothPlastic
3037p1.Name = "Wedge"
3038p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3039p1.CanCollide = false
3040p1.Locked = true
3041p1.FormFactor = Enum.FormFactor.Custom
3042p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3043p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3044p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3045p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3046p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3047p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3048p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3049b1 = Instance.new("SpecialMesh", p1)
3050b1.MeshType = Enum.MeshType.Wedge
3051b1.Name = "Mesh"
3052b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3053p2 = Instance.new("WedgePart", m6)
3054p2.BrickColor = BrickColor.new("Black")
3055p2.Material = Enum.Material.SmoothPlastic
3056p2.Name = "Wedge"
3057p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3058p2.CanCollide = false
3059p2.Locked = true
3060p2.FormFactor = Enum.FormFactor.Custom
3061p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3062p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3063p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3064p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3065p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3066p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3067p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3068b2 = Instance.new("SpecialMesh", p2)
3069b2.MeshType = Enum.MeshType.Wedge
3070b2.Name = "Mesh"
3071b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3072p3 = Instance.new("Part", m6)
3073p3.BrickColor = BrickColor.new("Black")
3074p3.Material = Enum.Material.SmoothPlastic
3075p3.Name = "CapeLevel2"
3076p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3077p3.CanCollide = false
3078p3.Locked = true
3079p3.FormFactor = Enum.FormFactor.Custom
3080p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3081p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3082p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3083p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3084p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3085p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3086p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3087b3 = Instance.new("BlockMesh", p3)
3088b3.Name = "Mesh"
3089b3.Scale = Vector3.new(1, 1, 0.602178097)
3090p4 = Instance.new("Part", m6)
3091p4.BrickColor = BrickColor.new("Black")
3092p4.Material = Enum.Material.SmoothPlastic
3093p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3094p4.CanCollide = false
3095p4.Locked = true
3096p4.FormFactor = Enum.FormFactor.Custom
3097p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3098p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3099p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3100p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3101p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3102p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3103p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3104b4 = Instance.new("BlockMesh", p4)
3105b4.Name = "Mesh"
3106b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3107p5 = Instance.new("Part", m6)
3108p5.BrickColor = BrickColor.new("Black")
3109p5.Material = Enum.Material.SmoothPlastic
3110p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3111p5.CanCollide = false
3112p5.Locked = true
3113p5.FormFactor = Enum.FormFactor.Custom
3114p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3115p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3116p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3117p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3118p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3119p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3120p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3121b5 = Instance.new("BlockMesh", p5)
3122b5.Name = "Mesh"
3123b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3124p6 = Instance.new("Part", m6)
3125p6.BrickColor = BrickColor.new("Black")
3126p6.Material = Enum.Material.SmoothPlastic
3127p6.Name = "CapeLevel1"
3128p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3129p6.CanCollide = false
3130p6.Locked = true
3131p6.FormFactor = Enum.FormFactor.Custom
3132p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3133p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3134p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3135p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3136p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3137p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3138p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3139b6 = Instance.new("BlockMesh", p6)
3140b6.Name = "Mesh"
3141b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3142p7 = Instance.new("Part", m6)
3143p7.BrickColor = BrickColor.new("Black")
3144p7.Material = Enum.Material.SmoothPlastic
3145p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3146p7.CanCollide = false
3147p7.Locked = true
3148p7.FormFactor = Enum.FormFactor.Custom
3149p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3150p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3151p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3152p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3153p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3154p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3155p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3156b7 = Instance.new("BlockMesh", p7)
3157b7.Name = "Mesh"
3158b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3159p8 = Instance.new("Part", m6)
3160p8.BrickColor = BrickColor.new("Black")
3161p8.Material = Enum.Material.SmoothPlastic
3162p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3163p8.CanCollide = false
3164p8.Locked = true
3165p8.FormFactor = Enum.FormFactor.Custom
3166p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3167p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3168p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3169p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3170p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3171p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3172p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3173b8 = Instance.new("BlockMesh", p8)
3174b8.Name = "Mesh"
3175b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3176p9 = Instance.new("Part", m6)
3177p9.BrickColor = BrickColor.new("Black")
3178p9.Material = Enum.Material.SmoothPlastic
3179p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3180p9.CanCollide = false
3181p9.Locked = true
3182p9.FormFactor = Enum.FormFactor.Custom
3183p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3184p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3185p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3186p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3187p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3188p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3189p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3190b9 = Instance.new("BlockMesh", p9)
3191b9.Name = "Mesh"
3192b9.Scale = Vector3.new(1, 1, 0.602178097)
3193p10 = Instance.new("Part", m6)
3194p10.BrickColor = BrickColor.new("Black")
3195p10.Material = Enum.Material.SmoothPlastic
3196p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3197p10.CanCollide = false
3198p10.Locked = true
3199p10.FormFactor = Enum.FormFactor.Custom
3200p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3201p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3202p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3203p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3204p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3205p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3206p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3207b10 = Instance.new("BlockMesh", p10)
3208b10.Name = "Mesh"
3209b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3210p11 = Instance.new("Part", m6)
3211p11.BrickColor = BrickColor.new("Black")
3212p11.Material = Enum.Material.SmoothPlastic
3213p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3214p11.CanCollide = false
3215p11.Locked = true
3216p11.FormFactor = Enum.FormFactor.Custom
3217p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3218p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3219p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3220p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3221p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3222p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3223p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3224b11 = Instance.new("BlockMesh", p11)
3225b11.Name = "Mesh"
3226b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3227p12 = Instance.new("Part", m6)
3228p12.BrickColor = BrickColor.new("Black")
3229p12.Material = Enum.Material.SmoothPlastic
3230p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3231p12.CanCollide = false
3232p12.Locked = true
3233p12.FormFactor = Enum.FormFactor.Custom
3234p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3235p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3236p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3237p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3238p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3239p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3240p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3241b12 = Instance.new("BlockMesh", p12)
3242b12.Name = "Mesh"
3243b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3244p13 = Instance.new("Part", m6)
3245p13.BrickColor = BrickColor.new("Black")
3246p13.Material = Enum.Material.SmoothPlastic
3247p13.Name = "BottomLeftFlap"
3248p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3249p13.CanCollide = false
3250p13.Locked = true
3251p13.FormFactor = Enum.FormFactor.Custom
3252p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3253p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3254p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3255p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3256p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3257p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3258p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3259b13 = Instance.new("BlockMesh", p13)
3260b13.Name = "Mesh"
3261b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3262p14 = Instance.new("Part", m6)
3263p14.BrickColor = BrickColor.new("Black")
3264p14.Material = Enum.Material.SmoothPlastic
3265p14.Transparency = 1
3266p14.Name = "Rotater"
3267p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3268p14.CanCollide = false
3269p14.Locked = true
3270p14.FormFactor = Enum.FormFactor.Custom
3271p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3272p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3273p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3274p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3275p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3276p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3277p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3278b14 = Instance.new("BlockMesh", p14)
3279b14.Name = "Mesh"
3280b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3281p15 = Instance.new("Part", m6)
3282p15.BrickColor = BrickColor.new("Black")
3283p15.Material = Enum.Material.SmoothPlastic
3284p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3285p15.CanCollide = false
3286p15.Locked = true
3287p15.FormFactor = Enum.FormFactor.Custom
3288p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3289p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3290p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3291p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3292p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3293p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3294p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3295b15 = Instance.new("BlockMesh", p15)
3296b15.Name = "Mesh"
3297b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3298p16 = Instance.new("Part", m6)
3299p16.BrickColor = BrickColor.new("Black")
3300p16.Material = Enum.Material.SmoothPlastic
3301p16.Name = "BottomCenterFlap"
3302p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3303p16.CanCollide = false
3304p16.Locked = true
3305p16.FormFactor = Enum.FormFactor.Custom
3306p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3307p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3308p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3309p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3310p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3311p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3312p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3313b16 = Instance.new("BlockMesh", p16)
3314b16.Name = "Mesh"
3315b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3316p17 = Instance.new("Part", m6)
3317p17.BrickColor = BrickColor.new("Black")
3318p17.Material = Enum.Material.SmoothPlastic
3319p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3320p17.CanCollide = false
3321p17.Locked = true
3322p17.FormFactor = Enum.FormFactor.Custom
3323p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3324p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3325p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3326p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3327p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3328p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3329p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3330b17 = Instance.new("BlockMesh", p17)
3331b17.Name = "Mesh"
3332b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3333p18 = Instance.new("Part", m6)
3334p18.BrickColor = BrickColor.new("Black")
3335p18.Material = Enum.Material.SmoothPlastic
3336p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3337p18.CanCollide = false
3338p18.Locked = true
3339p18.FormFactor = Enum.FormFactor.Custom
3340p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3341p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3342p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3343p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3344p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3345p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3346p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3347b18 = Instance.new("BlockMesh", p18)
3348b18.Name = "Mesh"
3349b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3350p19 = Instance.new("WedgePart", m6)
3351p19.BrickColor = BrickColor.new("Lime green")
3352p19.Name = "Wedge"
3353p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3354p19.CanCollide = false
3355p19.Locked = true
3356p19.FormFactor = Enum.FormFactor.Custom
3357p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3358p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3359p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3360p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3361p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3362p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3363p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3364b19 = Instance.new("SpecialMesh", p19)
3365b19.MeshType = Enum.MeshType.Wedge
3366b19.Name = "Mesh"
3367b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3368p20 = Instance.new("Part", m6)
3369p20.BrickColor = BrickColor.new("Black")
3370p20.Material = Enum.Material.SmoothPlastic
3371p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3372p20.CanCollide = false
3373p20.Locked = true
3374p20.FormFactor = Enum.FormFactor.Custom
3375p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3376p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3377p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3378p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3379p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3380p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3381p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3382b20 = Instance.new("BlockMesh", p20)
3383b20.Name = "Mesh"
3384b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3385p21 = Instance.new("Part", m6)
3386p21.BrickColor = BrickColor.new("Black")
3387p21.Material = Enum.Material.SmoothPlastic
3388p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3389p21.CanCollide = false
3390p21.Locked = true
3391p21.FormFactor = Enum.FormFactor.Custom
3392p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3393p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3394p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3395p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3396p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3397p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3398p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3399b21 = Instance.new("BlockMesh", p21)
3400b21.Name = "Mesh"
3401b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3402p22 = Instance.new("WedgePart", m6)
3403p22.BrickColor = BrickColor.new("Lime green")
3404p22.Name = "Wedge"
3405p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3406p22.CanCollide = false
3407p22.Locked = true
3408p22.FormFactor = Enum.FormFactor.Custom
3409p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3410p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3411p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3412p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3413p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3414p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3415p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3416b22 = Instance.new("SpecialMesh", p22)
3417b22.MeshType = Enum.MeshType.Wedge
3418b22.Name = "Mesh"
3419b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3420p23 = Instance.new("WedgePart", m6)
3421p23.BrickColor = BrickColor.new("Lime green")
3422p23.Material = Enum.Material.SmoothPlastic
3423p23.Name = "Wedge"
3424p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3425p23.CanCollide = false
3426p23.Locked = true
3427p23.FormFactor = Enum.FormFactor.Custom
3428p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3429p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3430p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3431p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3432p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3433p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3434p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3435b23 = Instance.new("SpecialMesh", p23)
3436b23.MeshType = Enum.MeshType.Wedge
3437b23.Name = "Mesh"
3438b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3439p24 = Instance.new("WedgePart", m6)
3440p24.BrickColor = BrickColor.new("Black")
3441p24.Material = Enum.Material.SmoothPlastic
3442p24.Name = "Wedge"
3443p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3444p24.CanCollide = false
3445p24.Locked = true
3446p24.FormFactor = Enum.FormFactor.Custom
3447p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3448p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3449p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3450p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3451p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3452p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3453p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3454b24 = Instance.new("SpecialMesh", p24)
3455b24.MeshType = Enum.MeshType.Wedge
3456b24.Name = "Mesh"
3457b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3458p25 = Instance.new("WedgePart", m6)
3459p25.BrickColor = BrickColor.new("Lime green")
3460p25.Name = "Wedge"
3461p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3462p25.CanCollide = false
3463p25.Locked = true
3464p25.FormFactor = Enum.FormFactor.Custom
3465p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3466p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3467p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3468p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3469p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3470p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3471p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3472b25 = Instance.new("SpecialMesh", p25)
3473b25.MeshType = Enum.MeshType.Wedge
3474b25.Name = "Mesh"
3475b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3476p26 = Instance.new("WedgePart", m6)
3477p26.BrickColor = BrickColor.new("Black")
3478p26.Material = Enum.Material.SmoothPlastic
3479p26.Name = "Wedge"
3480p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3481p26.CanCollide = false
3482p26.Locked = true
3483p26.FormFactor = Enum.FormFactor.Custom
3484p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3485p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3486p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3487p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3488p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3489p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3490p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3491b26 = Instance.new("SpecialMesh", p26)
3492b26.MeshType = Enum.MeshType.Wedge
3493b26.Name = "Mesh"
3494b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3495p27 = Instance.new("Part", m6)
3496p27.BrickColor = BrickColor.new("Black")
3497p27.Material = Enum.Material.SmoothPlastic
3498p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3499p27.CanCollide = false
3500p27.Locked = true
3501p27.FormFactor = Enum.FormFactor.Custom
3502p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3503p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3504p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3505p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3506p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3507p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3508p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3509b27 = Instance.new("BlockMesh", p27)
3510b27.Name = "Mesh"
3511b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3512p28 = Instance.new("WedgePart", m6)
3513p28.BrickColor = BrickColor.new("Black")
3514p28.Material = Enum.Material.SmoothPlastic
3515p28.Name = "Wedge"
3516p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3517p28.CanCollide = false
3518p28.Locked = true
3519p28.FormFactor = Enum.FormFactor.Custom
3520p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3521p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3522p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3523p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3524p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3525p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3526p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3527b28 = Instance.new("SpecialMesh", p28)
3528b28.MeshType = Enum.MeshType.Wedge
3529b28.Name = "Mesh"
3530b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3531p29 = Instance.new("Part", m6)
3532p29.BrickColor = BrickColor.new("Black")
3533p29.Material = Enum.Material.SmoothPlastic
3534p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3535p29.CanCollide = false
3536p29.Locked = true
3537p29.FormFactor = Enum.FormFactor.Custom
3538p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3539p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3540p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3541p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3542p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3543p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3544p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3545b29 = Instance.new("BlockMesh", p29)
3546b29.Name = "Mesh"
3547b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3548p30 = Instance.new("WedgePart", m6)
3549p30.BrickColor = BrickColor.new("Black")
3550p30.Material = Enum.Material.SmoothPlastic
3551p30.Name = "Wedge"
3552p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3553p30.CanCollide = false
3554p30.Locked = true
3555p30.FormFactor = Enum.FormFactor.Custom
3556p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3557p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3558p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3559p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3560p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3561p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3562p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3563b30 = Instance.new("SpecialMesh", p30)
3564b30.MeshType = Enum.MeshType.Wedge
3565b30.Name = "Mesh"
3566b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3567p31 = Instance.new("WedgePart", m6)
3568p31.BrickColor = BrickColor.new("Black")
3569p31.Material = Enum.Material.SmoothPlastic
3570p31.Name = "Wedge"
3571p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3572p31.CanCollide = false
3573p31.Locked = true
3574p31.FormFactor = Enum.FormFactor.Custom
3575p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3576p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3577p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3578p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3579p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3580p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3581p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3582b31 = Instance.new("SpecialMesh", p31)
3583b31.MeshType = Enum.MeshType.Wedge
3584b31.Name = "Mesh"
3585b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3586p32 = Instance.new("Part", m6)
3587p32.BrickColor = BrickColor.new("Black")
3588p32.Material = Enum.Material.SmoothPlastic
3589p32.Name = "BottomRightFlap"
3590p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3591p32.CanCollide = false
3592p32.Locked = true
3593p32.FormFactor = Enum.FormFactor.Custom
3594p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3595p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3596p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3597p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3598p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3599p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3600p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3601b32 = Instance.new("BlockMesh", p32)
3602b32.Name = "Mesh"
3603b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3604p33 = Instance.new("WedgePart", m6)
3605p33.BrickColor = BrickColor.new("Black")
3606p33.Material = Enum.Material.SmoothPlastic
3607p33.Name = "Wedge"
3608p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3609p33.CanCollide = false
3610p33.Locked = true
3611p33.FormFactor = Enum.FormFactor.Custom
3612p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3613p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3614p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3615p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3616p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3617p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3618p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3619b33 = Instance.new("SpecialMesh", p33)
3620b33.MeshType = Enum.MeshType.Wedge
3621b33.Name = "Mesh"
3622b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3623p34 = Instance.new("WedgePart", m6)
3624p34.BrickColor = BrickColor.new("Black")
3625p34.Material = Enum.Material.SmoothPlastic
3626p34.Name = "Wedge"
3627p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3628p34.CanCollide = false
3629p34.Locked = true
3630p34.FormFactor = Enum.FormFactor.Custom
3631p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3632p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3633p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3634p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3635p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3636p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3637p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3638b34 = Instance.new("SpecialMesh", p34)
3639b34.MeshType = Enum.MeshType.Wedge
3640b34.Name = "Mesh"
3641b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3642p35 = Instance.new("Part", m6)
3643p35.BrickColor = BrickColor.new("Black")
3644p35.Material = Enum.Material.SmoothPlastic
3645p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3646p35.CanCollide = false
3647p35.Locked = true
3648p35.FormFactor = Enum.FormFactor.Custom
3649p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3650p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3651p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3652p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3653p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3654p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3655p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3656b35 = Instance.new("BlockMesh", p35)
3657b35.Name = "Mesh"
3658b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3659p36 = Instance.new("WedgePart", m6)
3660p36.BrickColor = BrickColor.new("Black")
3661p36.Material = Enum.Material.SmoothPlastic
3662p36.Name = "Wedge"
3663p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3664p36.CanCollide = false
3665p36.Locked = true
3666p36.FormFactor = Enum.FormFactor.Custom
3667p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3668p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3669p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3670p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3671p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3672p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3673p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3674b36 = Instance.new("SpecialMesh", p36)
3675b36.MeshType = Enum.MeshType.Wedge
3676b36.Name = "Mesh"
3677b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3678p37 = Instance.new("Part", m6)
3679p37.BrickColor = BrickColor.new("Black")
3680p37.Material = Enum.Material.SmoothPlastic
3681p37.Name = "CapeLevel3"
3682p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3683p37.CanCollide = false
3684p37.Locked = true
3685p37.FormFactor = Enum.FormFactor.Custom
3686p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3687p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3688p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3689p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3690p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3691p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3692p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3693b37 = Instance.new("BlockMesh", p37)
3694b37.Name = "Mesh"
3695b37.Scale = Vector3.new(1, 1, 0.602178097)
3696p38 = Instance.new("WedgePart", m6)
3697p38.BrickColor = BrickColor.new("Lime green")
3698p38.Material = Enum.Material.SmoothPlastic
3699p38.Name = "Wedge"
3700p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3701p38.CanCollide = false
3702p38.Locked = true
3703p38.FormFactor = Enum.FormFactor.Custom
3704p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3705p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3706p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3707p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3708p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3709p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3710p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3711b38 = Instance.new("SpecialMesh", p38)
3712b38.MeshType = Enum.MeshType.Wedge
3713b38.Name = "Mesh"
3714b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3715p39 = Instance.new("WedgePart", m6)
3716p39.BrickColor = BrickColor.new("Lime green")
3717p39.Material = Enum.Material.SmoothPlastic
3718p39.Name = "Wedge"
3719p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3720p39.CanCollide = false
3721p39.Locked = true
3722p39.FormFactor = Enum.FormFactor.Custom
3723p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3724p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3725p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3726p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3727p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3728p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3729p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3730b39 = Instance.new("SpecialMesh", p39)
3731b39.MeshType = Enum.MeshType.Wedge
3732b39.Name = "Mesh"
3733b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3734p40 = Instance.new("WedgePart", m6)
3735p40.BrickColor = BrickColor.new("Black")
3736p40.Material = Enum.Material.SmoothPlastic
3737p40.Name = "Wedge"
3738p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3739p40.CanCollide = false
3740p40.Locked = true
3741p40.FormFactor = Enum.FormFactor.Custom
3742p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3743p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3744p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3745p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3746p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3747p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3748p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3749b40 = Instance.new("SpecialMesh", p40)
3750b40.MeshType = Enum.MeshType.Wedge
3751b40.Name = "Mesh"
3752b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3753p41 = Instance.new("WedgePart", m6)
3754p41.BrickColor = BrickColor.new("Black")
3755p41.Material = Enum.Material.SmoothPlastic
3756p41.Name = "Wedge"
3757p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3758p41.CanCollide = false
3759p41.Locked = true
3760p41.FormFactor = Enum.FormFactor.Custom
3761p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3762p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3763p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3764p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3765p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3766p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3767p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3768b41 = Instance.new("SpecialMesh", p41)
3769b41.MeshType = Enum.MeshType.Wedge
3770b41.Name = "Mesh"
3771b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3772p42 = Instance.new("WedgePart", m6)
3773p42.BrickColor = BrickColor.new("Black")
3774p42.Material = Enum.Material.SmoothPlastic
3775p42.Name = "Wedge"
3776p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3777p42.CanCollide = false
3778p42.Locked = true
3779p42.FormFactor = Enum.FormFactor.Custom
3780p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3781p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3782p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3783p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3784p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3785p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3786p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3787b42 = Instance.new("SpecialMesh", p42)
3788b42.MeshType = Enum.MeshType.Wedge
3789b42.Name = "Mesh"
3790b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3791p43 = Instance.new("WedgePart", m6)
3792p43.BrickColor = BrickColor.new("Black")
3793p43.Material = Enum.Material.SmoothPlastic
3794p43.Name = "Wedge"
3795p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3796p43.CanCollide = false
3797p43.Locked = true
3798p43.FormFactor = Enum.FormFactor.Custom
3799p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3800p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3801p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3802p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3803p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3804p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3805p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3806b43 = Instance.new("SpecialMesh", p43)
3807b43.MeshType = Enum.MeshType.Wedge
3808b43.Name = "Mesh"
3809b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3810p44 = Instance.new("WedgePart", m6)
3811p44.BrickColor = BrickColor.new("Black")
3812p44.Material = Enum.Material.SmoothPlastic
3813p44.Name = "Wedge"
3814p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3815p44.CanCollide = false
3816p44.Locked = true
3817p44.FormFactor = Enum.FormFactor.Custom
3818p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3819p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3820p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3821p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3822p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3823p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3824p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3825b44 = Instance.new("SpecialMesh", p44)
3826b44.MeshType = Enum.MeshType.Wedge
3827b44.Name = "Mesh"
3828b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3829p45 = Instance.new("WedgePart", m6)
3830p45.BrickColor = BrickColor.new("Black")
3831p45.Material = Enum.Material.SmoothPlastic
3832p45.Name = "Wedge"
3833p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3834p45.CanCollide = false
3835p45.Locked = true
3836p45.FormFactor = Enum.FormFactor.Custom
3837p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3838p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3839p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3840p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3841p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3842p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3843p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3844b45 = Instance.new("SpecialMesh", p45)
3845b45.MeshType = Enum.MeshType.Wedge
3846b45.Name = "Mesh"
3847b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3848p46 = Instance.new("WedgePart", m6)
3849p46.BrickColor = BrickColor.new("Black")
3850p46.Material = Enum.Material.SmoothPlastic
3851p46.Name = "Wedge"
3852p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3853p46.CanCollide = false
3854p46.Locked = true
3855p46.FormFactor = Enum.FormFactor.Custom
3856p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3857p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3858p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3859p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3860p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3861p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3862p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3863b46 = Instance.new("SpecialMesh", p46)
3864b46.MeshType = Enum.MeshType.Wedge
3865b46.Name = "Mesh"
3866b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3867p47 = Instance.new("Part", m6)
3868p47.BrickColor = BrickColor.new("Black")
3869p47.Material = Enum.Material.SmoothPlastic
3870p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3871p47.CanCollide = false
3872p47.Locked = true
3873p47.FormFactor = Enum.FormFactor.Custom
3874p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3875p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3876p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3877p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3878p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3879p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3880p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3881b47 = Instance.new("BlockMesh", p47)
3882b47.Name = "Mesh"
3883b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3884p48 = Instance.new("Part", m6)
3885p48.BrickColor = BrickColor.new("Black")
3886p48.Material = Enum.Material.SmoothPlastic
3887p48.Name = "CapeLevel4"
3888p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3889p48.CanCollide = false
3890p48.Locked = true
3891p48.FormFactor = Enum.FormFactor.Custom
3892p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3893p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3894p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3895p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3896p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3897p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3898p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3899b48 = Instance.new("BlockMesh", p48)
3900b48.Name = "Mesh"
3901b48.Scale = Vector3.new(1, 1, 0.602178097)
3902p49 = Instance.new("WedgePart", m6)
3903p49.BrickColor = BrickColor.new("Black")
3904p49.Material = Enum.Material.SmoothPlastic
3905p49.Name = "Wedge"
3906p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3907p49.CanCollide = false
3908p49.Locked = true
3909p49.FormFactor = Enum.FormFactor.Custom
3910p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3911p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3912p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3913p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3914p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3915p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3916p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3917b49 = Instance.new("SpecialMesh", p49)
3918b49.MeshType = Enum.MeshType.Wedge
3919b49.Name = "Mesh"
3920b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3921p50 = Instance.new("Part", m6)
3922p50.BrickColor = BrickColor.new("Black")
3923p50.Material = Enum.Material.SmoothPlastic
3924p50.Name = "CapeLevel1SubPart"
3925p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3926p50.CanCollide = false
3927p50.Locked = true
3928p50.FormFactor = Enum.FormFactor.Custom
3929p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3930p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3931p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3932p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3933p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3934p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3935p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3936b50 = Instance.new("BlockMesh", p50)
3937b50.Name = "Mesh"
3938b50.Scale = Vector3.new(1, 1, 0.602178097)
3939p51 = Instance.new("Part", m6)
3940p51.BrickColor = BrickColor.new("Black")
3941p51.Material = Enum.Material.SmoothPlastic
3942p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3943p51.CanCollide = false
3944p51.Locked = true
3945p51.FormFactor = Enum.FormFactor.Custom
3946p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3947p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3948p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3949p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3950p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3951p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3952p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3953b51 = Instance.new("BlockMesh", p51)
3954b51.Name = "Mesh"
3955b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3956p52 = Instance.new("Part", m6)
3957p52.BrickColor = BrickColor.new("Black")
3958p52.Material = Enum.Material.SmoothPlastic
3959p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3960p52.CanCollide = false
3961p52.Locked = true
3962p52.FormFactor = Enum.FormFactor.Custom
3963p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3964p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3965p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3966p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3967p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3968p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3969p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3970b52 = Instance.new("BlockMesh", p52)
3971b52.Name = "Mesh"
3972b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3973p53 = Instance.new("WedgePart", m6)
3974p53.BrickColor = BrickColor.new("Black")
3975p53.Material = Enum.Material.SmoothPlastic
3976p53.Name = "Wedge"
3977p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3978p53.CanCollide = false
3979p53.Locked = true
3980p53.FormFactor = Enum.FormFactor.Custom
3981p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3982p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3983p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3984p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3985p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3986p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3987p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3988b53 = Instance.new("SpecialMesh", p53)
3989b53.MeshType = Enum.MeshType.Wedge
3990b53.Name = "Mesh"
3991b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3992p54 = Instance.new("Part", m6)
3993p54.BrickColor = BrickColor.new("Black")
3994p54.Material = Enum.Material.SmoothPlastic
3995p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3996p54.CanCollide = false
3997p54.Locked = true
3998p54.FormFactor = Enum.FormFactor.Custom
3999p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4000p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4001p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4002p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4003p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4004p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4005p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4006b54 = Instance.new("BlockMesh", p54)
4007b54.Name = "Mesh"
4008b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4009p55 = Instance.new("WedgePart", m6)
4010p55.BrickColor = BrickColor.new("Black")
4011p55.Material = Enum.Material.SmoothPlastic
4012p55.Name = "Wedge"
4013p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4014p55.CanCollide = false
4015p55.Locked = true
4016p55.FormFactor = Enum.FormFactor.Custom
4017p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4018p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4019p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4020p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4021p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4022p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4023p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4024b55 = Instance.new("SpecialMesh", p55)
4025b55.MeshType = Enum.MeshType.Wedge
4026b55.Name = "Mesh"
4027b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4028p56 = Instance.new("WedgePart", m6)
4029p56.BrickColor = BrickColor.new("Lime green")
4030p56.Material = Enum.Material.SmoothPlastic
4031p56.Name = "Wedge"
4032p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4033p56.CanCollide = false
4034p56.Locked = true
4035p56.FormFactor = Enum.FormFactor.Custom
4036p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4037p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4038p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4039p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4040p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4041p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4042p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4043b56 = Instance.new("SpecialMesh", p56)
4044b56.MeshType = Enum.MeshType.Wedge
4045b56.Name = "Mesh"
4046b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4047p57 = Instance.new("WedgePart", m6)
4048p57.BrickColor = BrickColor.new("Black")
4049p57.Material = Enum.Material.SmoothPlastic
4050p57.Name = "Wedge"
4051p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4052p57.CanCollide = false
4053p57.Locked = true
4054p57.FormFactor = Enum.FormFactor.Custom
4055p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4056p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4057p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4058p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4059p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4060p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4061p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4062b57 = Instance.new("SpecialMesh", p57)
4063b57.MeshType = Enum.MeshType.Wedge
4064b57.Name = "Mesh"
4065b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4066p58 = Instance.new("Part", m6)
4067p58.BrickColor = BrickColor.new("Black")
4068p58.Material = Enum.Material.SmoothPlastic
4069p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4070p58.CanCollide = false
4071p58.Locked = true
4072p58.FormFactor = Enum.FormFactor.Custom
4073p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4074p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4075p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4076p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4077p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4078p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4079p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4080b58 = Instance.new("BlockMesh", p58)
4081b58.Name = "Mesh"
4082b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4083p59 = Instance.new("WedgePart", m6)
4084p59.BrickColor = BrickColor.new("Black")
4085p59.Material = Enum.Material.SmoothPlastic
4086p59.Name = "Wedge"
4087p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4088p59.CanCollide = false
4089p59.Locked = true
4090p59.FormFactor = Enum.FormFactor.Custom
4091p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4092p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4093p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4094p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4095p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4096p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4097p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4098b59 = Instance.new("SpecialMesh", p59)
4099b59.MeshType = Enum.MeshType.Wedge
4100b59.Name = "Mesh"
4101b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4102p60 = Instance.new("Part", m6)
4103p60.BrickColor = BrickColor.new("Black")
4104p60.Material = Enum.Material.SmoothPlastic
4105p60.Name = "NeckPart"
4106p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4107p60.CanCollide = false
4108p60.Locked = true
4109p60.FormFactor = Enum.FormFactor.Custom
4110p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4111p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4112p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4113p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4114p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4115p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4116p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4117b60 = Instance.new("BlockMesh", p60)
4118b60.Name = "Mesh"
4119b60.Scale = Vector3.new(1, 0.602178097, 1)
4120p61 = Instance.new("Part", m6)
4121p61.BrickColor = BrickColor.new("Black")
4122p61.Material = Enum.Material.SmoothPlastic
4123p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4124p61.CanCollide = false
4125p61.Locked = true
4126p61.FormFactor = Enum.FormFactor.Custom
4127p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4128p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4129p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4130p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4131p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4132p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4133p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4134b61 = Instance.new("BlockMesh", p61)
4135b61.Name = "Mesh"
4136b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4137p62 = Instance.new("WedgePart", m6)
4138p62.BrickColor = BrickColor.new("Black")
4139p62.Material = Enum.Material.SmoothPlastic
4140p62.Name = "Wedge"
4141p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4142p62.CanCollide = false
4143p62.Locked = true
4144p62.FormFactor = Enum.FormFactor.Custom
4145p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4146p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4147p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4148p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4149p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4150p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4151p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4152b62 = Instance.new("SpecialMesh", p62)
4153b62.MeshType = Enum.MeshType.Wedge
4154b62.Name = "Mesh"
4155b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4156p63 = Instance.new("WedgePart", m6)
4157p63.BrickColor = BrickColor.new("Lime green")
4158p63.Material = Enum.Material.SmoothPlastic
4159p63.Name = "Wedge"
4160p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4161p63.CanCollide = false
4162p63.Locked = true
4163p63.FormFactor = Enum.FormFactor.Custom
4164p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4165p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4166p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4167p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4168p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4169p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4170p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4171b63 = Instance.new("SpecialMesh", p63)
4172b63.MeshType = Enum.MeshType.Wedge
4173b63.Name = "Mesh"
4174b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4175p64 = Instance.new("WedgePart", m6)
4176p64.BrickColor = BrickColor.new("Black")
4177p64.Material = Enum.Material.SmoothPlastic
4178p64.Name = "Wedge"
4179p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4180p64.CanCollide = false
4181p64.Locked = true
4182p64.FormFactor = Enum.FormFactor.Custom
4183p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4184p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4185p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4186p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4187p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4188p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4189p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4190b64 = Instance.new("SpecialMesh", p64)
4191b64.MeshType = Enum.MeshType.Wedge
4192b64.Name = "Mesh"
4193b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4194p65 = Instance.new("WedgePart", m6)
4195p65.BrickColor = BrickColor.new("Black")
4196p65.Material = Enum.Material.SmoothPlastic
4197p65.Name = "Wedge"
4198p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4199p65.CanCollide = false
4200p65.Locked = true
4201p65.FormFactor = Enum.FormFactor.Custom
4202p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4203p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4204p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4205p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4206p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4207p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4208p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4209b65 = Instance.new("SpecialMesh", p65)
4210b65.MeshType = Enum.MeshType.Wedge
4211b65.Name = "Mesh"
4212b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4213p66 = Instance.new("WedgePart", m6)
4214p66.BrickColor = BrickColor.new("Black")
4215p66.Material = Enum.Material.SmoothPlastic
4216p66.Name = "Wedge"
4217p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4218p66.CanCollide = false
4219p66.Locked = true
4220p66.FormFactor = Enum.FormFactor.Custom
4221p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4222p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4223p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4224p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4225p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4226p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4227p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4228b66 = Instance.new("SpecialMesh", p66)
4229b66.MeshType = Enum.MeshType.Wedge
4230b66.Name = "Mesh"
4231b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4232p67 = Instance.new("WedgePart", m6)
4233p67.BrickColor = BrickColor.new("Black")
4234p67.Material = Enum.Material.SmoothPlastic
4235p67.Name = "Wedge"
4236p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4237p67.CanCollide = false
4238p67.Locked = true
4239p67.FormFactor = Enum.FormFactor.Custom
4240p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4241p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4242p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4243p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4244p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4245p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4246p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4247b67 = Instance.new("SpecialMesh", p67)
4248b67.MeshType = Enum.MeshType.Wedge
4249b67.Name = "Mesh"
4250b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4251p68 = Instance.new("WedgePart", m6)
4252p68.BrickColor = BrickColor.new("Lime green")
4253p68.Name = "Wedge"
4254p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4255p68.CanCollide = false
4256p68.Locked = true
4257p68.FormFactor = Enum.FormFactor.Custom
4258p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4259p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4260p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4261p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4262p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4263p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4264p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4265b68 = Instance.new("SpecialMesh", p68)
4266b68.MeshType = Enum.MeshType.Wedge
4267b68.Name = "Mesh"
4268b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4269p69 = Instance.new("WedgePart", m6)
4270p69.BrickColor = BrickColor.new("Lime green")
4271p69.Name = "Wedge"
4272p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4273p69.CanCollide = false
4274p69.Locked = true
4275p69.FormFactor = Enum.FormFactor.Custom
4276p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4277p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4278p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4279p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4280p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4281p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4282p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4283b69 = Instance.new("SpecialMesh", p69)
4284b69.MeshType = Enum.MeshType.Wedge
4285b69.Name = "Mesh"
4286b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4287p70 = Instance.new("WedgePart", m6)
4288p70.BrickColor = BrickColor.new("Black")
4289p70.Material = Enum.Material.SmoothPlastic
4290p70.Name = "Wedge"
4291p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4292p70.CanCollide = false
4293p70.Locked = true
4294p70.FormFactor = Enum.FormFactor.Custom
4295p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4296p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4297p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4298p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4299p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4300p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4301p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4302b70 = Instance.new("SpecialMesh", p70)
4303b70.MeshType = Enum.MeshType.Wedge
4304b70.Name = "Mesh"
4305b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4306p71 = Instance.new("WedgePart", m6)
4307p71.BrickColor = BrickColor.new("Lime green")
4308p71.Name = "Wedge"
4309p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4310p71.CanCollide = false
4311p71.Locked = true
4312p71.FormFactor = Enum.FormFactor.Custom
4313p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4314p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4315p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4316p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4317p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4318p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4319p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4320b71 = Instance.new("SpecialMesh", p71)
4321b71.MeshType = Enum.MeshType.Wedge
4322b71.Name = "Mesh"
4323b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4324p72 = Instance.new("WedgePart", m6)
4325p72.BrickColor = BrickColor.new("Black")
4326p72.Material = Enum.Material.SmoothPlastic
4327p72.Name = "Wedge"
4328p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4329p72.CanCollide = false
4330p72.Locked = true
4331p72.FormFactor = Enum.FormFactor.Custom
4332p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4333p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4334p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4335p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4336p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4337p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4338p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4339b72 = Instance.new("SpecialMesh", p72)
4340b72.MeshType = Enum.MeshType.Wedge
4341b72.Name = "Mesh"
4342b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4343p73 = Instance.new("WedgePart", m6)
4344p73.BrickColor = BrickColor.new("Black")
4345p73.Material = Enum.Material.SmoothPlastic
4346p73.Name = "Wedge"
4347p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4348p73.CanCollide = false
4349p73.Locked = true
4350p73.FormFactor = Enum.FormFactor.Custom
4351p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4352p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4353p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4354p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4355p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4356p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4357p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4358b73 = Instance.new("SpecialMesh", p73)
4359b73.MeshType = Enum.MeshType.Wedge
4360b73.Name = "Mesh"
4361b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4362p74 = Instance.new("WedgePart", m6)
4363p74.BrickColor = BrickColor.new("Black")
4364p74.Material = Enum.Material.SmoothPlastic
4365p74.Name = "Wedge"
4366p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4367p74.CanCollide = false
4368p74.Locked = true
4369p74.FormFactor = Enum.FormFactor.Custom
4370p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4371p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4372p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4373p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4374p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4375p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4376p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4377b74 = Instance.new("SpecialMesh", p74)
4378b74.MeshType = Enum.MeshType.Wedge
4379b74.Name = "Mesh"
4380b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4381p75 = Instance.new("WedgePart", m6)
4382p75.BrickColor = BrickColor.new("Black")
4383p75.Material = Enum.Material.SmoothPlastic
4384p75.Name = "Wedge"
4385p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4386p75.CanCollide = false
4387p75.Locked = true
4388p75.FormFactor = Enum.FormFactor.Custom
4389p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4390p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4391p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4392p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4393p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4394p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4395p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4396b75 = Instance.new("SpecialMesh", p75)
4397b75.MeshType = Enum.MeshType.Wedge
4398b75.Name = "Mesh"
4399b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4400p76 = Instance.new("WedgePart", m6)
4401p76.BrickColor = BrickColor.new("Black")
4402p76.Material = Enum.Material.SmoothPlastic
4403p76.Name = "Wedge"
4404p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4405p76.CanCollide = false
4406p76.Locked = true
4407p76.FormFactor = Enum.FormFactor.Custom
4408p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4409p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4410p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4411p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4412p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4413p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4414p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4415b76 = Instance.new("SpecialMesh", p76)
4416b76.MeshType = Enum.MeshType.Wedge
4417b76.Name = "Mesh"
4418b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4419p77 = Instance.new("WedgePart", m6)
4420p77.BrickColor = BrickColor.new("Lime green")
4421p77.Material = Enum.Material.SmoothPlastic
4422p77.Name = "Wedge"
4423p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4424p77.CanCollide = false
4425p77.Locked = true
4426p77.FormFactor = Enum.FormFactor.Custom
4427p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4428p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4429p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4430p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4431p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4432p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4433p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4434b77 = Instance.new("SpecialMesh", p77)
4435b77.MeshType = Enum.MeshType.Wedge
4436b77.Name = "Mesh"
4437b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4438p78 = Instance.new("WedgePart", m6)
4439p78.BrickColor = BrickColor.new("Black")
4440p78.Material = Enum.Material.SmoothPlastic
4441p78.Name = "Wedge"
4442p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4443p78.CanCollide = false
4444p78.Locked = true
4445p78.FormFactor = Enum.FormFactor.Custom
4446p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4447p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4448p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4449p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4450p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4451p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4452p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4453b78 = Instance.new("SpecialMesh", p78)
4454b78.MeshType = Enum.MeshType.Wedge
4455b78.Name = "Mesh"
4456b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4457p79 = Instance.new("WedgePart", m6)
4458p79.BrickColor = BrickColor.new("Lime green")
4459p79.Material = Enum.Material.SmoothPlastic
4460p79.Name = "Wedge"
4461p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4462p79.CanCollide = false
4463p79.Locked = true
4464p79.FormFactor = Enum.FormFactor.Custom
4465p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4466p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4467p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4468p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4469p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4470p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4471p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4472b79 = Instance.new("SpecialMesh", p79)
4473b79.MeshType = Enum.MeshType.Wedge
4474b79.Name = "Mesh"
4475b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4476p80 = Instance.new("WedgePart", m6)
4477p80.BrickColor = BrickColor.new("Black")
4478p80.Material = Enum.Material.SmoothPlastic
4479p80.Name = "Wedge"
4480p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4481p80.CanCollide = false
4482p80.Locked = true
4483p80.FormFactor = Enum.FormFactor.Custom
4484p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4485p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4486p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4487p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4488p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4489p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4490p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4491b80 = Instance.new("SpecialMesh", p80)
4492b80.MeshType = Enum.MeshType.Wedge
4493b80.Name = "Mesh"
4494b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4495w1 = Instance.new("Weld", p1)
4496w1.Name = "Joint"
4497w1.Part0 = p1
4498w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4499w1.Part1 = p47
4500w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4501w2 = Instance.new("Weld", p2)
4502w2.Name = "Joint"
4503w2.Part0 = p2
4504w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4505w2.Part1 = p11
4506w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4507w3 = Instance.new("Weld", p3)
4508w3.Name = "Joint"
4509w3.Part0 = p3
4510w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4511w3.Part1 = p50
4512w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4513w4 = Instance.new("Weld", p4)
4514w4.Name = "Joint"
4515w4.Part0 = p4
4516w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4517w4.Part1 = p5
4518w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4519w5 = Instance.new("Weld", p5)
4520w5.Name = "Joint"
4521w5.Part0 = p5
4522w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4523w5.Part1 = p27
4524w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4525w6 = Instance.new("Weld", p6)
4526w6.Name = "Joint"
4527w6.Part0 = p6
4528w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4529w6.Part1 = p14
4530w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4531w7 = Instance.new("Weld", p7)
4532w7.Name = "Joint"
4533w7.Part0 = p7
4534w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4535w7.Part1 = p10
4536w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4537w8 = Instance.new("Weld", p8)
4538w8.Name = "Joint"
4539w8.Part0 = p8
4540w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4541w8.Part1 = p32
4542w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4543w9 = Instance.new("Weld", p9)
4544w9.Name = "Joint"
4545w9.Part0 = p9
4546w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4547w9.Part1 = p16
4548w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4549w10 = Instance.new("Weld", p10)
4550w10.Name = "Joint"
4551w10.Part0 = p10
4552w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4553w10.Part1 = p61
4554w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4555w11 = Instance.new("Weld", p11)
4556w11.Name = "Joint"
4557w11.Part0 = p11
4558w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4559w11.Part1 = p13
4560w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4561w12 = Instance.new("Weld", p12)
4562w12.Name = "Joint"
4563w12.Part0 = p12
4564w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4565w12.Part1 = p29
4566w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4567w13 = Instance.new("Weld", p13)
4568w13.Name = "Joint"
4569w13.Part0 = p13
4570w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4571w13.Part1 = p48
4572w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4573w14 = Instance.new("Weld", p14)
4574w14.Name = "Joint"
4575w14.Part0 = p14
4576w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4577w14.Part1 = p60
4578w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4579w15 = Instance.new("Weld", p15)
4580w15.Name = "Joint"
4581w15.Part0 = p15
4582w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4583w15.Part1 = p17
4584w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4585w16 = Instance.new("Weld", p16)
4586w16.Name = "Joint"
4587w16.Part0 = p16
4588w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4589w16.Part1 = p48
4590w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4591w17 = Instance.new("Weld", p17)
4592w17.Name = "Joint"
4593w17.Part0 = p17
4594w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4595w17.Part1 = p50
4596w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4597w18 = Instance.new("Weld", p18)
4598w18.Name = "Joint"
4599w18.Part0 = p18
4600w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4601w18.Part1 = p50
4602w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4603w19 = Instance.new("Weld", p19)
4604w19.Name = "Joint"
4605w19.Part0 = p19
4606w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4607w19.Part1 = p54
4608w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4609w20 = Instance.new("Weld", p20)
4610w20.Name = "Joint"
4611w20.Part0 = p20
4612w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4613w20.Part1 = p21
4614w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4615w21 = Instance.new("Weld", p21)
4616w21.Name = "Joint"
4617w21.Part0 = p21
4618w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4619w21.Part1 = p37
4620w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4621w22 = Instance.new("Weld", p22)
4622w22.Name = "Joint"
4623w22.Part0 = p22
4624w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4625w22.Part1 = p8
4626w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4627w23 = Instance.new("Weld", p23)
4628w23.Name = "Joint"
4629w23.Part0 = p23
4630w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4631w23.Part1 = p35
4632w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4633w24 = Instance.new("Weld", p24)
4634w24.Name = "Joint"
4635w24.Part0 = p24
4636w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4637w24.Part1 = p48
4638w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4639w25 = Instance.new("Weld", p25)
4640w25.Name = "Joint"
4641w25.Part0 = p25
4642w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4643w25.Part1 = p8
4644w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4645w26 = Instance.new("Weld", p26)
4646w26.Name = "Joint"
4647w26.Part0 = p26
4648w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4649w26.Part1 = p6
4650w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4651w27 = Instance.new("Weld", p27)
4652w27.Name = "Joint"
4653w27.Part0 = p27
4654w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4655w27.Part1 = p48
4656w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4657w28 = Instance.new("Weld", p28)
4658w28.Name = "Joint"
4659w28.Part0 = p28
4660w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4661w28.Part1 = p35
4662w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4663w29 = Instance.new("Weld", p29)
4664w29.Name = "Joint"
4665w29.Part0 = p29
4666w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4667w29.Part1 = p37
4668w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4669w30 = Instance.new("Weld", p30)
4670w30.Name = "Joint"
4671w30.Part0 = p30
4672w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4673w30.Part1 = p20
4674w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4675w31 = Instance.new("Weld", p31)
4676w31.Name = "Joint"
4677w31.Part0 = p31
4678w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4679w31.Part1 = p16
4680w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4681w32 = Instance.new("Weld", p32)
4682w32.Name = "Joint"
4683w32.Part0 = p32
4684w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4685w32.Part1 = p48
4686w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4687w33 = Instance.new("Weld", p33)
4688w33.Name = "Joint"
4689w33.Part0 = p33
4690w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4691w33.Part1 = p21
4692w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4693w34 = Instance.new("Weld", p34)
4694w34.Name = "Joint"
4695w34.Part0 = p34
4696w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4697w34.Part1 = p27
4698w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4699w35 = Instance.new("Weld", p35)
4700w35.Name = "Joint"
4701w35.Part0 = p35
4702w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4703w35.Part1 = p58
4704w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4705w36 = Instance.new("Weld", p36)
4706w36.Name = "Joint"
4707w36.Part0 = p36
4708w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4709w36.Part1 = p29
4710w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4711w37 = Instance.new("Weld", p37)
4712w37.Name = "Joint"
4713w37.Part0 = p37
4714w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4715w37.Part1 = p3
4716w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4717w38 = Instance.new("Weld", p38)
4718w38.Name = "Joint"
4719w38.Part0 = p38
4720w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4721w38.Part1 = p4
4722w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4723w39 = Instance.new("Weld", p39)
4724w39.Name = "Joint"
4725w39.Part0 = p39
4726w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4727w39.Part1 = p12
4728w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4729w40 = Instance.new("Weld", p40)
4730w40.Name = "Joint"
4731w40.Part0 = p40
4732w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4733w40.Part1 = p52
4734w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4735w41 = Instance.new("Weld", p41)
4736w41.Name = "Joint"
4737w41.Part0 = p41
4738w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4739w41.Part1 = p5
4740w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4741w42 = Instance.new("Weld", p42)
4742w42.Name = "Joint"
4743w42.Part0 = p42
4744w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4745w42.Part1 = p8
4746w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4747w43 = Instance.new("Weld", p43)
4748w43.Name = "Joint"
4749w43.Part0 = p43
4750w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4751w43.Part1 = p5
4752w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4753w44 = Instance.new("Weld", p44)
4754w44.Name = "Joint"
4755w44.Part0 = p44
4756w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4757w44.Part1 = p15
4758w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4759w45 = Instance.new("Weld", p45)
4760w45.Name = "Joint"
4761w45.Part0 = p45
4762w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4763w45.Part1 = p11
4764w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4765w46 = Instance.new("Weld", p46)
4766w46.Name = "Joint"
4767w46.Part0 = p46
4768w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4769w46.Part1 = p6
4770w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4771w47 = Instance.new("Weld", p47)
4772w47.Name = "Joint"
4773w47.Part0 = p47
4774w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4775w47.Part1 = p18
4776w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4777w48 = Instance.new("Weld", p48)
4778w48.Name = "Joint"
4779w48.Part0 = p48
4780w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4781w48.Part1 = p37
4782w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4783w49 = Instance.new("Weld", p49)
4784w49.Name = "Joint"
4785w49.Part0 = p49
4786w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4787w49.Part1 = p47
4788w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4789w50 = Instance.new("Weld", p50)
4790w50.Name = "Joint"
4791w50.Part0 = p50
4792w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4793w50.Part1 = p6
4794w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4795w51 = Instance.new("Weld", p51)
4796w51.Name = "Joint"
4797w51.Part0 = p51
4798w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4799w51.Part1 = p52
4800w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4801w52 = Instance.new("Weld", p52)
4802w52.Name = "Joint"
4803w52.Part0 = p52
4804w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4805w52.Part1 = p3
4806w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4807w53 = Instance.new("Weld", p53)
4808w53.Name = "Joint"
4809w53.Part0 = p53
4810w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4811w53.Part1 = p9
4812w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4813w54 = Instance.new("Weld", p54)
4814w54.Name = "Joint"
4815w54.Part0 = p54
4816w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4817w54.Part1 = p9
4818w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4819w55 = Instance.new("Weld", p55)
4820w55.Name = "Joint"
4821w55.Part0 = p55
4822w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4823w55.Part1 = p8
4824w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4825w56 = Instance.new("Weld", p56)
4826w56.Name = "Joint"
4827w56.Part0 = p56
4828w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4829w56.Part1 = p20
4830w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4831w57 = Instance.new("Weld", p57)
4832w57.Name = "Joint"
4833w57.Part0 = p57
4834w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4835w57.Part1 = p47
4836w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4837w58 = Instance.new("Weld", p58)
4838w58.Name = "Joint"
4839w58.Part0 = p58
4840w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4841w58.Part1 = p3
4842w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4843w59 = Instance.new("Weld", p59)
4844w59.Name = "Joint"
4845w59.Part0 = p59
4846w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4847w59.Part1 = p32
4848w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4849w60 = Instance.new("Weld", p61)
4850w60.Name = "Joint"
4851w60.Part0 = p61
4852w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4853w60.Part1 = p48
4854w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4855w61 = Instance.new("Weld", p62)
4856w61.Name = "Joint"
4857w61.Part0 = p62
4858w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4859w61.Part1 = p10
4860w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4861w62 = Instance.new("Weld", p63)
4862w62.Name = "Joint"
4863w62.Part0 = p63
4864w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4865w62.Part1 = p7
4866w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4867w63 = Instance.new("Weld", p64)
4868w63.Name = "Joint"
4869w63.Part0 = p64
4870w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4871w63.Part1 = p54
4872w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4873w64 = Instance.new("Weld", p65)
4874w64.Name = "Joint"
4875w64.Part0 = p65
4876w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4877w64.Part1 = p13
4878w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4879w65 = Instance.new("Weld", p66)
4880w65.Name = "Joint"
4881w65.Part0 = p66
4882w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4883w65.Part1 = p52
4884w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4885w66 = Instance.new("Weld", p67)
4886w66.Name = "Joint"
4887w66.Part0 = p67
4888w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4889w66.Part1 = p16
4890w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4891w67 = Instance.new("Weld", p68)
4892w67.Name = "Joint"
4893w67.Part0 = p68
4894w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4895w67.Part1 = p11
4896w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4897w68 = Instance.new("Weld", p69)
4898w68.Name = "Joint"
4899w68.Part0 = p69
4900w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4901w68.Part1 = p11
4902w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4903w69 = Instance.new("Weld", p70)
4904w69.Name = "Joint"
4905w69.Part0 = p70
4906w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4907w69.Part1 = p58
4908w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4909w70 = Instance.new("Weld", p71)
4910w70.Name = "Joint"
4911w70.Part0 = p71
4912w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4913w70.Part1 = p54
4914w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4915w71 = Instance.new("Weld", p72)
4916w71.Name = "Joint"
4917w71.Part0 = p72
4918w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4919w71.Part1 = p9
4920w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4921w72 = Instance.new("Weld", p73)
4922w72.Name = "Joint"
4923w72.Part0 = p73
4924w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4925w72.Part1 = p13
4926w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4927w73 = Instance.new("Weld", p74)
4928w73.Name = "Joint"
4929w73.Part0 = p74
4930w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4931w73.Part1 = p10
4932w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4933w74 = Instance.new("Weld", p75)
4934w74.Name = "Joint"
4935w74.Part0 = p75
4936w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4937w74.Part1 = p54
4938w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4939w75 = Instance.new("Weld", p76)
4940w75.Name = "Joint"
4941w75.Part0 = p76
4942w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4943w75.Part1 = p32
4944w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4945w76 = Instance.new("Weld", p77)
4946w76.Name = "Joint"
4947w76.Part0 = p77
4948w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4949w76.Part1 = p15
4950w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4951w77 = Instance.new("Weld", p78)
4952w77.Name = "Joint"
4953w77.Part0 = p78
4954w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4955w77.Part1 = p15
4956w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4957w78 = Instance.new("Weld", p79)
4958w78.Name = "Joint"
4959w78.Part0 = p79
4960w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4961w78.Part1 = p51
4962w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4963w79 = Instance.new("Weld", p80)
4964w79.Name = "Joint"
4965w79.Part0 = p80
4966w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4967w79.Part1 = p12
4968w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4969m6.Parent = torso
4970m6:MakeJoints()
4971----------------------------------------------------
4972local cor6 = Instance.new("Part", torso.Cloak)
4973cor6.Name = "Thingy"
4974cor6.Locked = true
4975cor6.BottomSurface = 0
4976cor6.CanCollide = false
4977cor6.Size = Vector3.new(1,1,1)
4978cor6.Transparency = 1
4979cor6.TopSurface = 0
4980corw6 = Instance.new("Weld", cor6)
4981corw6.Part0 = torso
4982corw6.Part1 = cor6
4983corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4984corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4985weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4986weld6.Part0 = cor6
4987weld6.Part1 = torso.Cloak.NeckPart
4988weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4989--Amulet
4990m7 = Instance.new("Model")
4991m7.Name = "Amulet"
4992p1 = Instance.new("Part", m7)
4993p1.BrickColor = BrickColor.new("Lime green")
4994p1.Material = Enum.Material.Neon
4995p1.Name = "Center"
4996p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4997p1.CanCollide = false
4998p1.Locked = true
4999p1.FormFactor = Enum.FormFactor.Custom
5000p1.Shape = Enum.PartType.Cylinder
5001p1.Size = Vector3.new(0.5, 0.5, 0.5)
5002p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5003p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5004p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5005p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5006p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5007p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5008p2 = Instance.new("Part", m7)
5009p2.BrickColor = BrickColor.new("Really black")
5010p2.Material = Enum.Material.Metal
5011p2.Name = "Bottom"
5012p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5013p2.CanCollide = false
5014p2.Locked = true
5015p2.FormFactor = Enum.FormFactor.Custom
5016p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5017p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5018p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5019p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5020p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5021p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5022p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5023b1 = Instance.new("SpecialMesh", p2)
5024b1.MeshType = Enum.MeshType.Cylinder
5025b1.Name = "Mesh"
5026p3 = Instance.new("Part", m7)
5027p3.BrickColor = BrickColor.new("Really black")
5028p3.Material = Enum.Material.Metal
5029p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5030p3.CanCollide = false
5031p3.Locked = true
5032p3.FormFactor = Enum.FormFactor.Custom
5033p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5034p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5035p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5036p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5037p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5038p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5039p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5040b2 = Instance.new("SpecialMesh", p3)
5041b2.MeshType = Enum.MeshType.Brick
5042b2.Name = "Mesh"
5043b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5044p4 = Instance.new("Part", m7)
5045p4.BrickColor = BrickColor.new("Really black")
5046p4.Material = Enum.Material.Metal
5047p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5048p4.CanCollide = false
5049p4.Locked = true
5050p4.FormFactor = Enum.FormFactor.Custom
5051p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5052p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5053p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5054p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5055p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5056p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5057p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5058b3 = Instance.new("SpecialMesh", p4)
5059b3.MeshType = Enum.MeshType.Brick
5060b3.Name = "Mesh"
5061b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5062p5 = Instance.new("Part", m7)
5063p5.BrickColor = BrickColor.new("Really black")
5064p5.Material = Enum.Material.Metal
5065p5.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)
5066p5.CanCollide = false
5067p5.Locked = true
5068p5.FormFactor = Enum.FormFactor.Custom
5069p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5070p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5071p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5072p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5073p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5074p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5075p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5076b4 = Instance.new("SpecialMesh", p5)
5077b4.MeshType = Enum.MeshType.Brick
5078b4.Name = "Mesh"
5079b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5080p6 = Instance.new("Part", m7)
5081p6.BrickColor = BrickColor.new("Really black")
5082p6.Material = Enum.Material.Metal
5083p6.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)
5084p6.CanCollide = false
5085p6.Locked = true
5086p6.FormFactor = Enum.FormFactor.Custom
5087p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5088p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5089p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5090p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5091p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5092p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5093p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5094b5 = Instance.new("SpecialMesh", p6)
5095b5.MeshType = Enum.MeshType.Brick
5096b5.Name = "Mesh"
5097b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5098p7 = Instance.new("Part", m7)
5099p7.BrickColor = BrickColor.new("Really black")
5100p7.Material = Enum.Material.Metal
5101p7.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)
5102p7.CanCollide = false
5103p7.Locked = true
5104p7.FormFactor = Enum.FormFactor.Custom
5105p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5106p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5107p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5108p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5109p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5110p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5111p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5112b6 = Instance.new("SpecialMesh", p7)
5113b6.MeshType = Enum.MeshType.Brick
5114b6.Name = "Mesh"
5115b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5116p8 = Instance.new("Part", m7)
5117p8.BrickColor = BrickColor.new("Really black")
5118p8.Material = Enum.Material.Metal
5119p8.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)
5120p8.CanCollide = false
5121p8.Locked = true
5122p8.FormFactor = Enum.FormFactor.Custom
5123p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5124p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5125p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5126p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5127p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5128p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5129p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5130b7 = Instance.new("SpecialMesh", p8)
5131b7.MeshType = Enum.MeshType.Brick
5132b7.Name = "Mesh"
5133b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5134p9 = Instance.new("Part", m7)
5135p9.BrickColor = BrickColor.new("Really black")
5136p9.Material = Enum.Material.Metal
5137p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5138p9.CanCollide = false
5139p9.Locked = true
5140p9.FormFactor = Enum.FormFactor.Custom
5141p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5142p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5143p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5144p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5145p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5146p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5147p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5148b8 = Instance.new("SpecialMesh", p9)
5149b8.MeshType = Enum.MeshType.Brick
5150b8.Name = "Mesh"
5151b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5152p10 = Instance.new("Part", m7)
5153p10.BrickColor = BrickColor.new("Really black")
5154p10.Material = Enum.Material.Metal
5155p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5156p10.CanCollide = false
5157p10.Locked = true
5158p10.FormFactor = Enum.FormFactor.Custom
5159p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5160p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5161p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5162p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5163p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5164p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5165p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5166b9 = Instance.new("SpecialMesh", p10)
5167b9.MeshType = Enum.MeshType.Brick
5168b9.Name = "Mesh"
5169b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5170p11 = Instance.new("Part", m7)
5171p11.BrickColor = BrickColor.new("Really black")
5172p11.Material = Enum.Material.Metal
5173p11.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)
5174p11.CanCollide = false
5175p11.Locked = true
5176p11.FormFactor = Enum.FormFactor.Custom
5177p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5178p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5179p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5180p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5181p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5182p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5183p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5184b10 = Instance.new("SpecialMesh", p11)
5185b10.MeshType = Enum.MeshType.Brick
5186b10.Name = "Mesh"
5187b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5188p12 = Instance.new("Part", m7)
5189p12.BrickColor = BrickColor.new("Really black")
5190p12.Material = Enum.Material.Metal
5191p12.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)
5192p12.CanCollide = false
5193p12.Locked = true
5194p12.FormFactor = Enum.FormFactor.Custom
5195p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5196p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5197p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5198p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5199p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5200p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5201p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5202b11 = Instance.new("SpecialMesh", p12)
5203b11.MeshType = Enum.MeshType.Brick
5204b11.Name = "Mesh"
5205b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5206p13 = Instance.new("Part", m7)
5207p13.BrickColor = BrickColor.new("Really black")
5208p13.Material = Enum.Material.Metal
5209p13.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)
5210p13.CanCollide = false
5211p13.Locked = true
5212p13.FormFactor = Enum.FormFactor.Custom
5213p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5214p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5215p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5216p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5217p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5218p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5219p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5220b12 = Instance.new("SpecialMesh", p13)
5221b12.MeshType = Enum.MeshType.Brick
5222b12.Name = "Mesh"
5223b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5224p14 = Instance.new("Part", m7)
5225p14.BrickColor = BrickColor.new("Really black")
5226p14.Material = Enum.Material.Metal
5227p14.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)
5228p14.CanCollide = false
5229p14.Locked = true
5230p14.FormFactor = Enum.FormFactor.Custom
5231p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5232p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5233p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5234p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5235p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5236p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5237p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5238b13 = Instance.new("SpecialMesh", p14)
5239b13.MeshType = Enum.MeshType.Brick
5240b13.Name = "Mesh"
5241b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5242p15 = Instance.new("Part", m7)
5243p15.BrickColor = BrickColor.new("Really black")
5244p15.Material = Enum.Material.Metal
5245p15.Name = "Top"
5246p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5247p15.CanCollide = false
5248p15.Locked = true
5249p15.FormFactor = Enum.FormFactor.Custom
5250p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5251p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5252p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5253p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5254p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5255p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5256p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5257b14 = Instance.new("SpecialMesh", p15)
5258b14.MeshType = Enum.MeshType.Cylinder
5259b14.Name = "Mesh"
5260w1 = Instance.new("Weld", p1)
5261w1.Name = "Joint"
5262w1.Part0 = p1
5263w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5264w1.Part1 = p15
5265w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5266w2 = Instance.new("Weld", p2)
5267w2.Name = "Joint"
5268w2.Part0 = p2
5269w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5270w2.Part1 = p1
5271w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5272w3 = Instance.new("Weld", p3)
5273w3.Name = "Joint"
5274w3.Part0 = p3
5275w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5276w3.Part1 = p1
5277w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5278w4 = Instance.new("Weld", p4)
5279w4.Name = "Joint"
5280w4.Part0 = p4
5281w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5282w4.Part1 = p1
5283w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5284w5 = Instance.new("Weld", p5)
5285w5.Name = "Joint"
5286w5.Part0 = p5
5287w5.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)
5288w5.Part1 = p1
5289w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5290w6 = Instance.new("Weld", p6)
5291w6.Name = "Joint"
5292w6.Part0 = p6
5293w6.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)
5294w6.Part1 = p1
5295w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5296w7 = Instance.new("Weld", p7)
5297w7.Name = "Joint"
5298w7.Part0 = p7
5299w7.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)
5300w7.Part1 = p1
5301w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5302w8 = Instance.new("Weld", p8)
5303w8.Name = "Joint"
5304w8.Part0 = p8
5305w8.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)
5306w8.Part1 = p1
5307w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5308w9 = Instance.new("Weld", p9)
5309w9.Name = "Joint"
5310w9.Part0 = p9
5311w9.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)
5312w9.Part1 = p1
5313w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5314w10 = Instance.new("Weld", p10)
5315w10.Name = "Joint"
5316w10.Part0 = p10
5317w10.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)
5318w10.Part1 = p1
5319w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5320w11 = Instance.new("Weld", p11)
5321w11.Name = "Joint"
5322w11.Part0 = p11
5323w11.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)
5324w11.Part1 = p1
5325w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5326w12 = Instance.new("Weld", p12)
5327w12.Name = "Joint"
5328w12.Part0 = p12
5329w12.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)
5330w12.Part1 = p1
5331w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5332w13 = Instance.new("Weld", p13)
5333w13.Name = "Joint"
5334w13.Part0 = p13
5335w13.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)
5336w13.Part1 = p1
5337w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5338w14 = Instance.new("Weld", p14)
5339w14.Name = "Joint"
5340w14.Part0 = p14
5341w14.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)
5342w14.Part1 = p1
5343w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5344m7.Parent = torso
5345m7:MakeJoints()
5346----------------------------------------------------
5347local cor7 = Instance.new("Part", torso.Amulet)
5348cor7.Name = "Thingy"
5349cor7.Locked = true
5350cor7.BottomSurface = 0
5351cor7.CanCollide = false
5352cor7.Size = Vector3.new(1, 1, 1)
5353cor7.Transparency = 1
5354cor7.TopSurface = 0
5355corw7 = Instance.new("Weld", cor7)
5356corw7.Part0 = torso.Torso.Connection
5357corw7.Part1 = cor7
5358corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5359corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5360weld7 = Instance.new("Weld", torso.Amulet)
5361weld7.Part0 = cor7
5362weld7.Part1 = torso.Amulet.Top
5363weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5364--Zyrodoxa
5365m8 = Instance.new("Model")
5366m8.Name = "Zyrodoxa"
5367p1 = Instance.new("Part", m8)
5368p1.BrickColor = BrickColor.new("Really black")
5369p1.Material = Enum.Material.Metal
5370p1.Reflectance = 0.40000000596046
5371p1.Name = "Block"
5372p1.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)
5373p1.CanCollide = false
5374p1.Locked = true
5375p1.FormFactor = Enum.FormFactor.Custom
5376p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5377p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5378p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5379p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5380p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5381p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5382p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5383b1 = Instance.new("BlockMesh", p1)
5384b1.Name = "Mesh"
5385b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5386p2 = Instance.new("Part", m8)
5387p2.BrickColor = BrickColor.new("Black")
5388p2.Material = Enum.Material.Metal
5389p2.Reflectance = 0.40000000596046
5390p2.Name = "Block"
5391p2.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)
5392p2.CanCollide = false
5393p2.Locked = true
5394p2.FormFactor = Enum.FormFactor.Custom
5395p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5396p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5397p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5398p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5399p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5400p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5401p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5402b2 = Instance.new("BlockMesh", p2)
5403b2.Name = "Mesh"
5404b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5405p3 = Instance.new("Part", m8)
5406p3.BrickColor = BrickColor.new("Black")
5407p3.Material = Enum.Material.Metal
5408p3.Reflectance = 0.40000000596046
5409p3.Name = "Block"
5410p3.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)
5411p3.CanCollide = false
5412p3.Locked = true
5413p3.FormFactor = Enum.FormFactor.Custom
5414p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5415p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5416p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5417p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5418p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5419p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5420p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5421b3 = Instance.new("BlockMesh", p3)
5422b3.Name = "Mesh"
5423b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5424p4 = Instance.new("Part", m8)
5425p4.BrickColor = BrickColor.new("Lime green")
5426p4.Material = Enum.Material.Metal
5427p4.Name = "Block"
5428p4.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)
5429p4.CanCollide = false
5430p4.Locked = true
5431p4.FormFactor = Enum.FormFactor.Custom
5432p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5433p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5434p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5435p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5436p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5437p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5438p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5439b4 = Instance.new("BlockMesh", p4)
5440b4.Name = "Mesh"
5441b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5442p5 = Instance.new("Part", m8)
5443p5.BrickColor = BrickColor.new("Lime green")
5444p5.Material = Enum.Material.Neon
5445p5.Reflectance = 0.40000000596046
5446p5.Name = "Block"
5447p5.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)
5448p5.CanCollide = false
5449p5.Locked = true
5450p5.FormFactor = Enum.FormFactor.Custom
5451p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5452p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5453p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5454p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5455p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5456p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5457p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5458b5 = Instance.new("BlockMesh", p5)
5459b5.Name = "Mesh"
5460b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5461p6 = Instance.new("Part", m8)
5462p6.BrickColor = BrickColor.new("Parsley green")
5463p6.Material = Enum.Material.Metal
5464p6.Name = "Block"
5465p6.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)
5466p6.CanCollide = false
5467p6.Locked = true
5468p6.FormFactor = Enum.FormFactor.Custom
5469p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5470p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5471p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5472p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5473p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5474p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5475p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5476b6 = Instance.new("BlockMesh", p6)
5477b6.Name = "Mesh"
5478b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5479p7 = Instance.new("Part", m8)
5480p7.BrickColor = BrickColor.new("Lime green")
5481p7.Material = Enum.Material.Neon
5482p7.Reflectance = 0.40000000596046
5483p7.Name = "Block"
5484p7.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)
5485p7.CanCollide = false
5486p7.Locked = true
5487p7.FormFactor = Enum.FormFactor.Custom
5488p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5489p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5490p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5491p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5492p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5493p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5494p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5495b7 = Instance.new("BlockMesh", p7)
5496b7.Name = "Mesh"
5497b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5498p8 = Instance.new("Part", m8)
5499p8.BrickColor = BrickColor.new("Lime green")
5500p8.Material = Enum.Material.Neon
5501p8.Reflectance = 0.40000000596046
5502p8.Name = "Block"
5503p8.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)
5504p8.CanCollide = false
5505p8.Locked = true
5506p8.FormFactor = Enum.FormFactor.Custom
5507p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5508p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5509p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5510p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5511p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5512p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5513p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5514b8 = Instance.new("BlockMesh", p8)
5515b8.Name = "Mesh"
5516b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5517p9 = Instance.new("Part", m8)
5518p9.BrickColor = BrickColor.new("Really black")
5519p9.Material = Enum.Material.Metal
5520p9.Reflectance = 0.40000000596046
5521p9.Name = "Block"
5522p9.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)
5523p9.CanCollide = false
5524p9.Locked = true
5525p9.FormFactor = Enum.FormFactor.Custom
5526p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5527p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5528p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5529p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5530p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5531p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5532p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5533b9 = Instance.new("BlockMesh", p9)
5534b9.Name = "Mesh"
5535b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5536p10 = Instance.new("Part", m8)
5537p10.BrickColor = BrickColor.new("Really black")
5538p10.Material = Enum.Material.Metal
5539p10.Reflectance = 0.40000000596046
5540p10.Name = "Block"
5541p10.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)
5542p10.CanCollide = false
5543p10.Locked = true
5544p10.FormFactor = Enum.FormFactor.Custom
5545p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5546p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5547p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5548p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5549p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5550p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5551p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5552b10 = Instance.new("BlockMesh", p10)
5553b10.Name = "Mesh"
5554b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5555p11 = Instance.new("Part", m8)
5556p11.BrickColor = BrickColor.new("Black")
5557p11.Material = Enum.Material.Metal
5558p11.Name = "Circle"
5559p11.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)
5560p11.CanCollide = false
5561p11.Locked = true
5562p11.FormFactor = Enum.FormFactor.Custom
5563p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5564p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5565p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5566p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5567p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5568p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5569p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5570b11 = Instance.new("CylinderMesh", p11)
5571b11.Name = "Mesh"
5572b11.Scale = Vector3.new(1, 0.401569068, 1)
5573p12 = Instance.new("Part", m8)
5574p12.BrickColor = BrickColor.new("Lime green")
5575p12.Material = Enum.Material.Neon
5576p12.Reflectance = 0.40000000596046
5577p12.Name = "Block"
5578p12.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)
5579p12.CanCollide = false
5580p12.Locked = true
5581p12.FormFactor = Enum.FormFactor.Custom
5582p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5583p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5584p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5585p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5586p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5587p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5588p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5589b12 = Instance.new("BlockMesh", p12)
5590b12.Name = "Mesh"
5591b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5592p13 = Instance.new("Part", m8)
5593p13.BrickColor = BrickColor.new("Lime green")
5594p13.Material = Enum.Material.Metal
5595p13.Name = "Block"
5596p13.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)
5597p13.CanCollide = false
5598p13.Locked = true
5599p13.FormFactor = Enum.FormFactor.Custom
5600p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5601p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5602p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5603p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5604p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5605p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5606p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5607b13 = Instance.new("BlockMesh", p13)
5608b13.Name = "Mesh"
5609b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5610p14 = Instance.new("Part", m8)
5611p14.BrickColor = BrickColor.new("Black")
5612p14.Material = Enum.Material.Metal
5613p14.Reflectance = 0.40000000596046
5614p14.Name = "Block"
5615p14.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)
5616p14.CanCollide = false
5617p14.Locked = true
5618p14.FormFactor = Enum.FormFactor.Custom
5619p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5620p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5621p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5622p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5623p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5624p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5625p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5626b14 = Instance.new("BlockMesh", p14)
5627b14.Name = "Mesh"
5628b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5629p15 = Instance.new("Part", m8)
5630p15.BrickColor = BrickColor.new("Really black")
5631p15.Material = Enum.Material.Metal
5632p15.Reflectance = 0.40000000596046
5633p15.Name = "Block"
5634p15.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)
5635p15.CanCollide = false
5636p15.Locked = true
5637p15.FormFactor = Enum.FormFactor.Custom
5638p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5639p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5640p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5641p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5642p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5643p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5644p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5645b15 = Instance.new("BlockMesh", p15)
5646b15.Name = "Mesh"
5647b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5648p16 = Instance.new("Part", m8)
5649p16.BrickColor = BrickColor.new("Really black")
5650p16.Material = Enum.Material.Metal
5651p16.Name = "Handle"
5652p16.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)
5653p16.CanCollide = false
5654p16.Locked = true
5655p16.FormFactor = Enum.FormFactor.Custom
5656p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5657p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5658p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5659p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5660p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5661p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5662p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5663b16 = Instance.new("BlockMesh", p16)
5664b16.Name = "Mesh"
5665b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5666p17 = Instance.new("Part", m8)
5667p17.BrickColor = BrickColor.new("Lime green")
5668p17.Material = Enum.Material.Neon
5669p17.Reflectance = 0.40000000596046
5670p17.Name = "Block"
5671p17.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)
5672p17.CanCollide = false
5673p17.Locked = true
5674p17.FormFactor = Enum.FormFactor.Custom
5675p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5676p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5677p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5678p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5679p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5680p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5681p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5682b17 = Instance.new("BlockMesh", p17)
5683b17.Name = "Mesh"
5684b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5685p18 = Instance.new("Part", m8)
5686p18.BrickColor = BrickColor.new("Really black")
5687p18.Material = Enum.Material.Metal
5688p18.Name = "Block"
5689p18.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)
5690p18.CanCollide = false
5691p18.Locked = true
5692p18.FormFactor = Enum.FormFactor.Custom
5693p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5694p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5695p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5696p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5697p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5698p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5699p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5700b18 = Instance.new("BlockMesh", p18)
5701b18.Name = "Mesh"
5702b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5703p19 = Instance.new("Part", m8)
5704p19.BrickColor = BrickColor.new("Black")
5705p19.Material = Enum.Material.Metal
5706p19.Reflectance = 0.40000000596046
5707p19.Name = "Block"
5708p19.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)
5709p19.CanCollide = false
5710p19.Locked = true
5711p19.FormFactor = Enum.FormFactor.Custom
5712p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5713p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5714p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5715p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5716p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5717p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5718p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5719b19 = Instance.new("BlockMesh", p19)
5720b19.Name = "Mesh"
5721b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5722p20 = Instance.new("Part", m8)
5723p20.BrickColor = BrickColor.new("Lime green")
5724p20.Material = Enum.Material.Metal
5725p20.Name = "Block"
5726p20.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)
5727p20.CanCollide = false
5728p20.Locked = true
5729p20.FormFactor = Enum.FormFactor.Custom
5730p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5731p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5732p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5733p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5734p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5735p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5736p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5737b20 = Instance.new("BlockMesh", p20)
5738b20.Name = "Mesh"
5739b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5740p21 = Instance.new("Part", m8)
5741p21.BrickColor = BrickColor.new("Really black")
5742p21.Material = Enum.Material.Metal
5743p21.Name = "Block"
5744p21.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)
5745p21.CanCollide = false
5746p21.Locked = true
5747p21.FormFactor = Enum.FormFactor.Custom
5748p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5749p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5750p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5751p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5752p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5753p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5754p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5755b21 = Instance.new("BlockMesh", p21)
5756b21.Name = "Mesh"
5757b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5758p22 = Instance.new("Part", m8)
5759p22.BrickColor = BrickColor.new("Really black")
5760p22.Material = Enum.Material.Metal
5761p22.Reflectance = 0.40000000596046
5762p22.Name = "Block"
5763p22.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)
5764p22.CanCollide = false
5765p22.Locked = true
5766p22.FormFactor = Enum.FormFactor.Custom
5767p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5768p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5769p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5770p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5771p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5772p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5773p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5774b22 = Instance.new("BlockMesh", p22)
5775b22.Name = "Mesh"
5776b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5777p23 = Instance.new("Part", m8)
5778p23.BrickColor = BrickColor.new("Lime green")
5779p23.Material = Enum.Material.Marble
5780p23.Name = "Block"
5781p23.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)
5782p23.CanCollide = false
5783p23.Locked = true
5784p23.FormFactor = Enum.FormFactor.Custom
5785p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5786p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5787p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5788p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5789p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5790p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5791p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5792b23 = Instance.new("BlockMesh", p23)
5793b23.Name = "Mesh"
5794b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5795p24 = Instance.new("Part", m8)
5796p24.BrickColor = BrickColor.new("Really black")
5797p24.Material = Enum.Material.Metal
5798p24.Name = "Block"
5799p24.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)
5800p24.CanCollide = false
5801p24.Locked = true
5802p24.FormFactor = Enum.FormFactor.Custom
5803p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5804p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5805p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5806p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5807p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5808p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5809p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5810b24 = Instance.new("BlockMesh", p24)
5811b24.Name = "Mesh"
5812b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5813p25 = Instance.new("Part", m8)
5814p25.BrickColor = BrickColor.new("Lime green")
5815p25.Material = Enum.Material.Marble
5816p25.Name = "Block"
5817p25.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)
5818p25.CanCollide = false
5819p25.Locked = true
5820p25.FormFactor = Enum.FormFactor.Custom
5821p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5822p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5823p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5824p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5825p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5826p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5827p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5828b25 = Instance.new("BlockMesh", p25)
5829b25.Name = "Mesh"
5830b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5831p26 = Instance.new("Part", m8)
5832p26.BrickColor = BrickColor.new("Really black")
5833p26.Material = Enum.Material.Metal
5834p26.Reflectance = 0.40000000596046
5835p26.Name = "Block"
5836p26.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)
5837p26.CanCollide = false
5838p26.Locked = true
5839p26.FormFactor = Enum.FormFactor.Custom
5840p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5841p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5842p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5843p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5844p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5845p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5846p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5847b26 = Instance.new("BlockMesh", p26)
5848b26.Name = "Mesh"
5849b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5850p27 = Instance.new("Part", m8)
5851p27.BrickColor = BrickColor.new("Lime green")
5852p27.Material = Enum.Material.Metal
5853p27.Name = "Block"
5854p27.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)
5855p27.CanCollide = false
5856p27.Locked = true
5857p27.FormFactor = Enum.FormFactor.Custom
5858p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5859p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5860p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5861p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5862p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5863p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5864p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5865b27 = Instance.new("BlockMesh", p27)
5866b27.Name = "Mesh"
5867b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5868p28 = Instance.new("Part", m8)
5869p28.BrickColor = BrickColor.new("Really black")
5870p28.Material = Enum.Material.SmoothPlastic
5871p28.Reflectance = 0.0099999997764826
5872p28.Name = "Circle"
5873p28.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)
5874p28.CanCollide = false
5875p28.Locked = true
5876p28.FormFactor = Enum.FormFactor.Custom
5877p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5878p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5879p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5880p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5881p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5882p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5883p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5884b28 = Instance.new("CylinderMesh", p28)
5885b28.Name = "Mesh"
5886b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5887p29 = Instance.new("Part", m8)
5888p29.BrickColor = BrickColor.new("Black")
5889p29.Material = Enum.Material.Metal
5890p29.Reflectance = 0.40000000596046
5891p29.Name = "Block"
5892p29.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)
5893p29.CanCollide = false
5894p29.Locked = true
5895p29.FormFactor = Enum.FormFactor.Custom
5896p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5897p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5898p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5899p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5900p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5901p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5902p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5903b29 = Instance.new("BlockMesh", p29)
5904b29.Name = "Mesh"
5905b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5906p30 = Instance.new("Part", m8)
5907p30.BrickColor = BrickColor.new("Lime green")
5908p30.Material = Enum.Material.Metal
5909p30.Name = "Block"
5910p30.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)
5911p30.CanCollide = false
5912p30.Locked = true
5913p30.FormFactor = Enum.FormFactor.Custom
5914p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5915p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5916p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5917p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5918p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5919p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5920p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5921b30 = Instance.new("BlockMesh", p30)
5922b30.Name = "Mesh"
5923b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5924p31 = Instance.new("Part", m8)
5925p31.BrickColor = BrickColor.new("Lime green")
5926p31.Material = Enum.Material.Neon
5927p31.Reflectance = 0.40000000596046
5928p31.Name = "Block"
5929p31.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)
5930p31.CanCollide = false
5931p31.Locked = true
5932p31.FormFactor = Enum.FormFactor.Custom
5933p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5934p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5935p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5936p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5937p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5938p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5939p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5940b31 = Instance.new("BlockMesh", p31)
5941b31.Name = "Mesh"
5942b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5943p32 = Instance.new("Part", m8)
5944p32.BrickColor = BrickColor.new("Lime green")
5945p32.Material = Enum.Material.Metal
5946p32.Name = "Block"
5947p32.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)
5948p32.CanCollide = false
5949p32.Locked = true
5950p32.FormFactor = Enum.FormFactor.Custom
5951p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5952p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5953p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5954p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5955p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5956p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5957p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5958b32 = Instance.new("BlockMesh", p32)
5959b32.Name = "Mesh"
5960b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5961p33 = Instance.new("Part", m8)
5962p33.BrickColor = BrickColor.new("Really black")
5963p33.Material = Enum.Material.Metal
5964p33.Reflectance = 0.40000000596046
5965p33.Name = "Block"
5966p33.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)
5967p33.CanCollide = false
5968p33.Locked = true
5969p33.FormFactor = Enum.FormFactor.Custom
5970p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5971p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5972p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5973p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5974p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5975p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5976p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5977b33 = Instance.new("BlockMesh", p33)
5978b33.Name = "Mesh"
5979b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5980p34 = Instance.new("Part", m8)
5981p34.BrickColor = BrickColor.new("Lime green")
5982p34.Material = Enum.Material.Metal
5983p34.Name = "Block"
5984p34.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)
5985p34.CanCollide = false
5986p34.Locked = true
5987p34.FormFactor = Enum.FormFactor.Custom
5988p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5989p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5990p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5991p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5992p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5993p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5994p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5995b34 = Instance.new("BlockMesh", p34)
5996b34.Name = "Mesh"
5997b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5998p35 = Instance.new("Part", m8)
5999p35.BrickColor = BrickColor.new("Lime green")
6000p35.Material = Enum.Material.Metal
6001p35.Name = "Block"
6002p35.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)
6003p35.CanCollide = false
6004p35.Locked = true
6005p35.FormFactor = Enum.FormFactor.Custom
6006p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6007p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6008p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6009p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6010p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6011p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6012p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6013b35 = Instance.new("BlockMesh", p35)
6014b35.Name = "Mesh"
6015b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6016p36 = Instance.new("Part", m8)
6017p36.BrickColor = BrickColor.new("Lime green")
6018p36.Material = Enum.Material.Metal
6019p36.Name = "Block"
6020p36.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)
6021p36.CanCollide = false
6022p36.Locked = true
6023p36.FormFactor = Enum.FormFactor.Custom
6024p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6025p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6026p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6027p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6028p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6029p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6030p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6031b36 = Instance.new("BlockMesh", p36)
6032b36.Name = "Mesh"
6033b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6034p37 = Instance.new("Part", m8)
6035p37.BrickColor = BrickColor.new("Lime green")
6036p37.Material = Enum.Material.Marble
6037p37.Name = "Circle"
6038p37.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)
6039p37.CanCollide = false
6040p37.Locked = true
6041p37.FormFactor = Enum.FormFactor.Custom
6042p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6043p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6044p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6045p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6046p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6047p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6048p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6049b37 = Instance.new("CylinderMesh", p37)
6050b37.Name = "Mesh"
6051b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6052p38 = Instance.new("Part", m8)
6053p38.BrickColor = BrickColor.new("Really black")
6054p38.Material = Enum.Material.Metal
6055p38.Name = "Block"
6056p38.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)
6057p38.CanCollide = false
6058p38.Locked = true
6059p38.FormFactor = Enum.FormFactor.Custom
6060p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6061p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6062p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6063p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6064p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6065p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6066p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6067b38 = Instance.new("BlockMesh", p38)
6068b38.Name = "Mesh"
6069b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6070p39 = Instance.new("Part", m8)
6071p39.BrickColor = BrickColor.new("Really black")
6072p39.Material = Enum.Material.Metal
6073p39.Name = "Block"
6074p39.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)
6075p39.CanCollide = false
6076p39.Locked = true
6077p39.FormFactor = Enum.FormFactor.Custom
6078p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6079p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6080p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6081p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6082p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6083p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6084p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6085b39 = Instance.new("BlockMesh", p39)
6086b39.Name = "Mesh"
6087b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6088p40 = Instance.new("Part", m8)
6089p40.BrickColor = BrickColor.new("Really black")
6090p40.Material = Enum.Material.Metal
6091p40.Name = "Block"
6092p40.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)
6093p40.CanCollide = false
6094p40.Locked = true
6095p40.FormFactor = Enum.FormFactor.Custom
6096p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6097p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6098p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6099p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6100p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6101p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6102p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6103b40 = Instance.new("BlockMesh", p40)
6104b40.Name = "Mesh"
6105b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6106p41 = Instance.new("Part", m8)
6107p41.BrickColor = BrickColor.new("Lime green")
6108p41.Material = Enum.Material.Neon
6109p41.Reflectance = 0.40000000596046
6110p41.Name = "Block"
6111p41.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)
6112p41.CanCollide = false
6113p41.Locked = true
6114p41.FormFactor = Enum.FormFactor.Custom
6115p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6116p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6117p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6118p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6119p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6120p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6121p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6122b41 = Instance.new("BlockMesh", p41)
6123b41.Name = "Mesh"
6124b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6125p42 = Instance.new("Part", m8)
6126p42.BrickColor = BrickColor.new("Earth green")
6127p42.Material = Enum.Material.Metal
6128p42.Name = "Block"
6129p42.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)
6130p42.CanCollide = false
6131p42.Locked = true
6132p42.FormFactor = Enum.FormFactor.Custom
6133p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6134p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6135p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6136p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6137p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6138p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6139p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6140b42 = Instance.new("BlockMesh", p42)
6141b42.Name = "Mesh"
6142b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6143p43 = Instance.new("Part", m8)
6144p43.BrickColor = BrickColor.new("Really black")
6145p43.Material = Enum.Material.Metal
6146p43.Name = "Block"
6147p43.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)
6148p43.CanCollide = false
6149p43.Locked = true
6150p43.FormFactor = Enum.FormFactor.Custom
6151p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6152p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6153p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6154p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6155p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6156p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6157p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6158b43 = Instance.new("BlockMesh", p43)
6159b43.Name = "Mesh"
6160b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6161p44 = Instance.new("Part", m8)
6162p44.BrickColor = BrickColor.new("Lime green")
6163p44.Material = Enum.Material.Marble
6164p44.Name = "Circle"
6165p44.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)
6166p44.CanCollide = false
6167p44.Locked = true
6168p44.FormFactor = Enum.FormFactor.Custom
6169p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6170p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6171p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6172p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6173p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6174p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6175p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6176b44 = Instance.new("CylinderMesh", p44)
6177b44.Name = "Mesh"
6178b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6179p45 = Instance.new("Part", m8)
6180p45.BrickColor = BrickColor.new("Lime green")
6181p45.Material = Enum.Material.Neon
6182p45.Reflectance = 0.40000000596046
6183p45.Name = "Block"
6184p45.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)
6185p45.CanCollide = false
6186p45.Locked = true
6187p45.FormFactor = Enum.FormFactor.Custom
6188p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6189p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6190p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6191p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6192p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6193p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6194p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6195b45 = Instance.new("BlockMesh", p45)
6196b45.Name = "Mesh"
6197b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6198p46 = Instance.new("Part", m8)
6199p46.BrickColor = BrickColor.new("Black")
6200p46.Material = Enum.Material.Metal
6201p46.Name = "Block"
6202p46.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)
6203p46.CanCollide = false
6204p46.Locked = true
6205p46.FormFactor = Enum.FormFactor.Custom
6206p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6207p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6208p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6209p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6210p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6211p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6212p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6213b46 = Instance.new("BlockMesh", p46)
6214b46.Name = "Mesh"
6215b46.Scale = Vector3.new(1, 0.401569068, 1)
6216p47 = Instance.new("Part", m8)
6217p47.BrickColor = BrickColor.new("Earth green")
6218p47.Material = Enum.Material.Metal
6219p47.Name = "Block"
6220p47.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)
6221p47.CanCollide = false
6222p47.Locked = true
6223p47.FormFactor = Enum.FormFactor.Custom
6224p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6225p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6226p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6227p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6228p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6229p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6230p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6231b47 = Instance.new("BlockMesh", p47)
6232b47.Name = "Mesh"
6233b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6234p48 = Instance.new("Part", m8)
6235p48.BrickColor = BrickColor.new("Lime green")
6236p48.Material = Enum.Material.Metal
6237p48.Name = "Block"
6238p48.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)
6239p48.CanCollide = false
6240p48.Locked = true
6241p48.FormFactor = Enum.FormFactor.Custom
6242p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6243p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6244p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6245p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6246p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6247p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6248p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6249b48 = Instance.new("BlockMesh", p48)
6250b48.Name = "Mesh"
6251b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6252p49 = Instance.new("Part", m8)
6253p49.BrickColor = BrickColor.new("Lime green")
6254p49.Material = Enum.Material.Metal
6255p49.Name = "Block"
6256p49.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)
6257p49.CanCollide = false
6258p49.Locked = true
6259p49.FormFactor = Enum.FormFactor.Custom
6260p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6261p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6262p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6263p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6264p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6265p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6266p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6267b49 = Instance.new("BlockMesh", p49)
6268b49.Name = "Mesh"
6269b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6270p50 = Instance.new("Part", m8)
6271p50.BrickColor = BrickColor.new("Black")
6272p50.Material = Enum.Material.Metal
6273p50.Reflectance = 0.40000000596046
6274p50.Name = "Block"
6275p50.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)
6276p50.CanCollide = false
6277p50.Locked = true
6278p50.FormFactor = Enum.FormFactor.Custom
6279p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6280p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6281p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6282p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6283p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6284p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6285p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6286b50 = Instance.new("BlockMesh", p50)
6287b50.Name = "Mesh"
6288b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6289p51 = Instance.new("Part", m8)
6290p51.BrickColor = BrickColor.new("Lime green")
6291p51.Material = Enum.Material.Metal
6292p51.Name = "Block"
6293p51.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)
6294p51.CanCollide = false
6295p51.Locked = true
6296p51.FormFactor = Enum.FormFactor.Custom
6297p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6298p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6299p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6300p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6301p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6302p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6303p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6304b51 = Instance.new("BlockMesh", p51)
6305b51.Name = "Mesh"
6306b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6307p52 = Instance.new("Part", m8)
6308p52.BrickColor = BrickColor.new("Lime green")
6309p52.Material = Enum.Material.Metal
6310p52.Name = "Block"
6311p52.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)
6312p52.CanCollide = false
6313p52.Locked = true
6314p52.FormFactor = Enum.FormFactor.Custom
6315p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6316p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6317p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6318p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6319p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6320p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6321p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6322b52 = Instance.new("BlockMesh", p52)
6323b52.Name = "Mesh"
6324b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6325p53 = Instance.new("Part", m8)
6326p53.BrickColor = BrickColor.new("Really black")
6327p53.Material = Enum.Material.Metal
6328p53.Name = "Block"
6329p53.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)
6330p53.CanCollide = false
6331p53.Locked = true
6332p53.FormFactor = Enum.FormFactor.Custom
6333p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6334p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6335p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6336p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6337p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6338p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6339p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6340b53 = Instance.new("BlockMesh", p53)
6341b53.Name = "Mesh"
6342b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6343p54 = Instance.new("Part", m8)
6344p54.BrickColor = BrickColor.new("Really black")
6345p54.Material = Enum.Material.SmoothPlastic
6346p54.Reflectance = 0.0099999997764826
6347p54.Name = "Circle"
6348p54.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)
6349p54.CanCollide = false
6350p54.Locked = true
6351p54.FormFactor = Enum.FormFactor.Custom
6352p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6353p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6354p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6355p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6356p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6357p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6358p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6359b54 = Instance.new("CylinderMesh", p54)
6360b54.Name = "Mesh"
6361b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6362p55 = Instance.new("Part", m8)
6363p55.BrickColor = BrickColor.new("Really black")
6364p55.Material = Enum.Material.Metal
6365p55.Reflectance = 0.40000000596046
6366p55.Name = "Block"
6367p55.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)
6368p55.CanCollide = false
6369p55.Locked = true
6370p55.FormFactor = Enum.FormFactor.Custom
6371p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6372p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6373p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6374p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6375p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6376p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6377p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6378b55 = Instance.new("BlockMesh", p55)
6379b55.Name = "Mesh"
6380b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6381p56 = Instance.new("Part", m8)
6382p56.BrickColor = BrickColor.new("Black")
6383p56.Material = Enum.Material.Metal
6384p56.Reflectance = 0.40000000596046
6385p56.Name = "Block"
6386p56.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)
6387p56.CanCollide = false
6388p56.Locked = true
6389p56.FormFactor = Enum.FormFactor.Custom
6390p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6391p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6392p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6393p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6394p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6395p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6396p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6397b56 = Instance.new("BlockMesh", p56)
6398b56.Name = "Mesh"
6399b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6400p57 = Instance.new("Part", m8)
6401p57.BrickColor = BrickColor.new("Black")
6402p57.Material = Enum.Material.Metal
6403p57.Reflectance = 0.40000000596046
6404p57.Name = "Block"
6405p57.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)
6406p57.CanCollide = false
6407p57.Locked = true
6408p57.FormFactor = Enum.FormFactor.Custom
6409p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6410p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6411p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6412p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6413p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6414p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6415p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6416b57 = Instance.new("BlockMesh", p57)
6417b57.Name = "Mesh"
6418b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6419p58 = Instance.new("Part", m8)
6420p58.BrickColor = BrickColor.new("Lime green")
6421p58.Material = Enum.Material.Marble
6422p58.Name = "Block"
6423p58.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)
6424p58.CanCollide = false
6425p58.Locked = true
6426p58.FormFactor = Enum.FormFactor.Custom
6427p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6428p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6429p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6430p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6431p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6432p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6433p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6434b58 = Instance.new("BlockMesh", p58)
6435b58.Name = "Mesh"
6436b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6437p59 = Instance.new("Part", m8)
6438p59.BrickColor = BrickColor.new("Lime green")
6439p59.Material = Enum.Material.Metal
6440p59.Name = "Block"
6441p59.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)
6442p59.CanCollide = false
6443p59.Locked = true
6444p59.FormFactor = Enum.FormFactor.Custom
6445p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6446p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6447p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6448p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6449p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6450p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6451p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6452b59 = Instance.new("BlockMesh", p59)
6453b59.Name = "Mesh"
6454b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6455p60 = Instance.new("Part", m8)
6456p60.BrickColor = BrickColor.new("Lime green")
6457p60.Material = Enum.Material.Marble
6458p60.Name = "Circle"
6459p60.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)
6460p60.CanCollide = false
6461p60.Locked = true
6462p60.FormFactor = Enum.FormFactor.Custom
6463p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6464p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6465p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6466p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6467p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6468p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6469p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6470b60 = Instance.new("CylinderMesh", p60)
6471b60.Name = "Mesh"
6472b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6473p61 = Instance.new("Part", m8)
6474p61.BrickColor = BrickColor.new("Black")
6475p61.Material = Enum.Material.Metal
6476p61.Name = "Circle"
6477p61.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)
6478p61.CanCollide = false
6479p61.Locked = true
6480p61.FormFactor = Enum.FormFactor.Custom
6481p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6482p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6483p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6484p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6485p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6486p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6487p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6488b61 = Instance.new("CylinderMesh", p61)
6489b61.Name = "Mesh"
6490b61.Scale = Vector3.new(1, 0.401569068, 1)
6491p62 = Instance.new("Part", m8)
6492p62.BrickColor = BrickColor.new("Lime green")
6493p62.Material = Enum.Material.Metal
6494p62.Name = "Block"
6495p62.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)
6496p62.CanCollide = false
6497p62.Locked = true
6498p62.FormFactor = Enum.FormFactor.Custom
6499p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6500p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6501p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6502p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6503p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6504p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6505p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6506b62 = Instance.new("BlockMesh", p62)
6507b62.Name = "Mesh"
6508b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6509p63 = Instance.new("Part", m8)
6510p63.BrickColor = BrickColor.new("Lime green")
6511p63.Material = Enum.Material.Metal
6512p63.Name = "Block"
6513p63.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)
6514p63.CanCollide = false
6515p63.Locked = true
6516p63.FormFactor = Enum.FormFactor.Custom
6517p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6518p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6519p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6520p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6521p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6522p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6523p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6524b63 = Instance.new("BlockMesh", p63)
6525b63.Name = "Mesh"
6526b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6527p64 = Instance.new("Part", m8)
6528p64.BrickColor = BrickColor.new("Really black")
6529p64.Material = Enum.Material.SmoothPlastic
6530p64.Reflectance = 0.0099999997764826
6531p64.Name = "Block"
6532p64.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)
6533p64.CanCollide = false
6534p64.Locked = true
6535p64.FormFactor = Enum.FormFactor.Custom
6536p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6537p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6538p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6539p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6540p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6541p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6542p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6543b64 = Instance.new("BlockMesh", p64)
6544b64.Name = "Mesh"
6545b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6546p65 = Instance.new("Part", m8)
6547p65.BrickColor = BrickColor.new("Lime green")
6548p65.Material = Enum.Material.Metal
6549p65.Name = "Block"
6550p65.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)
6551p65.CanCollide = false
6552p65.Locked = true
6553p65.FormFactor = Enum.FormFactor.Custom
6554p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6555p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6556p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6557p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6558p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6559p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6560p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6561b65 = Instance.new("BlockMesh", p65)
6562b65.Name = "Mesh"
6563b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6564p66 = Instance.new("Part", m8)
6565p66.BrickColor = BrickColor.new("Really black")
6566p66.Material = Enum.Material.Metal
6567p66.Reflectance = 0.40000000596046
6568p66.Name = "Block"
6569p66.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)
6570p66.CanCollide = false
6571p66.Locked = true
6572p66.FormFactor = Enum.FormFactor.Custom
6573p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6574p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6575p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6576p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6577p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6578p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6579p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6580b66 = Instance.new("BlockMesh", p66)
6581b66.Name = "Mesh"
6582b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6583p67 = Instance.new("Part", m8)
6584p67.BrickColor = BrickColor.new("Lime green")
6585p67.Material = Enum.Material.Metal
6586p67.Name = "Block"
6587p67.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)
6588p67.CanCollide = false
6589p67.Locked = true
6590p67.FormFactor = Enum.FormFactor.Custom
6591p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6592p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6593p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6594p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6595p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6596p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6597p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6598b67 = Instance.new("BlockMesh", p67)
6599b67.Name = "Mesh"
6600b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6601p68 = Instance.new("Part", m8)
6602p68.BrickColor = BrickColor.new("Black")
6603p68.Material = Enum.Material.Metal
6604p68.Reflectance = 0.40000000596046
6605p68.Name = "Block"
6606p68.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)
6607p68.CanCollide = false
6608p68.Locked = true
6609p68.FormFactor = Enum.FormFactor.Custom
6610p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6611p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6612p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6613p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6614p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6615p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6616p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6617b68 = Instance.new("BlockMesh", p68)
6618b68.Name = "Mesh"
6619b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6620p69 = Instance.new("Part", m8)
6621p69.BrickColor = BrickColor.new("Earth green")
6622p69.Material = Enum.Material.Metal
6623p69.Name = "Block"
6624p69.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)
6625p69.CanCollide = false
6626p69.Locked = true
6627p69.FormFactor = Enum.FormFactor.Custom
6628p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6629p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6630p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6631p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6632p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6633p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6634p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6635b69 = Instance.new("BlockMesh", p69)
6636b69.Name = "Mesh"
6637b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6638p70 = Instance.new("Part", m8)
6639p70.BrickColor = BrickColor.new("Lime green")
6640p70.Material = Enum.Material.Marble
6641p70.Name = "Circle"
6642p70.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)
6643p70.CanCollide = false
6644p70.Locked = true
6645p70.FormFactor = Enum.FormFactor.Custom
6646p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6647p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6648p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6649p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6650p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6651p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6652p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6653b70 = Instance.new("CylinderMesh", p70)
6654b70.Name = "Mesh"
6655b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6656p71 = Instance.new("WedgePart", m8)
6657p71.BrickColor = BrickColor.new("Lime green")
6658p71.Material = Enum.Material.Neon
6659p71.Reflectance = 0.40000000596046
6660p71.Name = "Wedge"
6661p71.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)
6662p71.CanCollide = false
6663p71.Locked = true
6664p71.FormFactor = Enum.FormFactor.Custom
6665p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6666p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6667p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6668p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6669p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6670p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6671p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6672b71 = Instance.new("SpecialMesh", p71)
6673b71.MeshType = Enum.MeshType.Wedge
6674b71.Name = "Mesh"
6675b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6676p72 = Instance.new("WedgePart", m8)
6677p72.BrickColor = BrickColor.new("Lime green")
6678p72.Material = Enum.Material.Neon
6679p72.Reflectance = 0.40000000596046
6680p72.Name = "Wedge"
6681p72.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)
6682p72.CanCollide = false
6683p72.Locked = true
6684p72.FormFactor = Enum.FormFactor.Custom
6685p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6686p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6687p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6688p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6689p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6690p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6691p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6692b72 = Instance.new("SpecialMesh", p72)
6693b72.MeshType = Enum.MeshType.Wedge
6694b72.Name = "Mesh"
6695b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6696p73 = Instance.new("WedgePart", m8)
6697p73.BrickColor = BrickColor.new("Lime green")
6698p73.Material = Enum.Material.Neon
6699p73.Reflectance = 0.40000000596046
6700p73.Name = "Wedge"
6701p73.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)
6702p73.CanCollide = false
6703p73.Locked = true
6704p73.FormFactor = Enum.FormFactor.Custom
6705p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6706p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6707p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6708p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6709p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6710p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6711p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6712b73 = Instance.new("SpecialMesh", p73)
6713b73.MeshType = Enum.MeshType.Wedge
6714b73.Name = "Mesh"
6715b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6716p74 = Instance.new("WedgePart", m8)
6717p74.BrickColor = BrickColor.new("Lime green")
6718p74.Material = Enum.Material.Neon
6719p74.Reflectance = 0.40000000596046
6720p74.Name = "Wedge"
6721p74.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)
6722p74.CanCollide = false
6723p74.Locked = true
6724p74.FormFactor = Enum.FormFactor.Custom
6725p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6726p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6727p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6728p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6729p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6730p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6731p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6732b74 = Instance.new("SpecialMesh", p74)
6733b74.MeshType = Enum.MeshType.Wedge
6734b74.Name = "Mesh"
6735b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6736p75 = Instance.new("WedgePart", m8)
6737p75.BrickColor = BrickColor.new("Lime green")
6738p75.Material = Enum.Material.Neon
6739p75.Reflectance = 0.40000000596046
6740p75.Name = "Wedge"
6741p75.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)
6742p75.CanCollide = false
6743p75.Locked = true
6744p75.FormFactor = Enum.FormFactor.Custom
6745p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6746p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6747p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6748p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6749p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6750p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6751p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6752b75 = Instance.new("SpecialMesh", p75)
6753b75.MeshType = Enum.MeshType.Wedge
6754b75.Name = "Mesh"
6755b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6756p76 = Instance.new("WedgePart", m8)
6757p76.BrickColor = BrickColor.new("Lime green")
6758p76.Material = Enum.Material.Neon
6759p76.Reflectance = 0.40000000596046
6760p76.Name = "Wedge"
6761p76.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)
6762p76.CanCollide = false
6763p76.Locked = true
6764p76.FormFactor = Enum.FormFactor.Custom
6765p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6766p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6767p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6768p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6769p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6770p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6771p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6772b76 = Instance.new("SpecialMesh", p76)
6773b76.MeshType = Enum.MeshType.Wedge
6774b76.Name = "Mesh"
6775b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6776p77 = Instance.new("WedgePart", m8)
6777p77.BrickColor = BrickColor.new("Lime green")
6778p77.Material = Enum.Material.Neon
6779p77.Reflectance = 0.40000000596046
6780p77.Name = "Wedge"
6781p77.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)
6782p77.CanCollide = false
6783p77.Locked = true
6784p77.FormFactor = Enum.FormFactor.Custom
6785p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6786p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6787p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6788p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6789p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6790p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6791p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6792b77 = Instance.new("SpecialMesh", p77)
6793b77.MeshType = Enum.MeshType.Wedge
6794b77.Name = "Mesh"
6795b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6796p78 = Instance.new("WedgePart", m8)
6797p78.BrickColor = BrickColor.new("Lime green")
6798p78.Material = Enum.Material.Neon
6799p78.Reflectance = 0.40000000596046
6800p78.Name = "Wedge"
6801p78.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)
6802p78.CanCollide = false
6803p78.Locked = true
6804p78.FormFactor = Enum.FormFactor.Custom
6805p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6806p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6807p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6808p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6809p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6810p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6811p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6812b78 = Instance.new("SpecialMesh", p78)
6813b78.MeshType = Enum.MeshType.Wedge
6814b78.Name = "Mesh"
6815b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6816p79 = Instance.new("WedgePart", m8)
6817p79.BrickColor = BrickColor.new("Lime green")
6818p79.Material = Enum.Material.Neon
6819p79.Reflectance = 0.40000000596046
6820p79.Name = "Wedge"
6821p79.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)
6822p79.CanCollide = false
6823p79.Locked = true
6824p79.FormFactor = Enum.FormFactor.Custom
6825p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6826p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6827p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6828p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6829p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6830p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6831p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6832b79 = Instance.new("SpecialMesh", p79)
6833b79.MeshType = Enum.MeshType.Wedge
6834b79.Name = "Mesh"
6835b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6836p80 = Instance.new("WedgePart", m8)
6837p80.BrickColor = BrickColor.new("Black")
6838p80.Material = Enum.Material.Metal
6839p80.Reflectance = 0.40000000596046
6840p80.Name = "Wedge"
6841p80.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)
6842p80.CanCollide = false
6843p80.Locked = true
6844p80.FormFactor = Enum.FormFactor.Custom
6845p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6846p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6847p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6848p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6849p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6850p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6851p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6852b80 = Instance.new("SpecialMesh", p80)
6853b80.MeshType = Enum.MeshType.Wedge
6854b80.Name = "Mesh"
6855b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6856p81 = Instance.new("WedgePart", m8)
6857p81.BrickColor = BrickColor.new("Lime green")
6858p81.Material = Enum.Material.Neon
6859p81.Reflectance = 0.40000000596046
6860p81.Name = "Wedge"
6861p81.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)
6862p81.CanCollide = false
6863p81.Locked = true
6864p81.FormFactor = Enum.FormFactor.Custom
6865p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6866p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6867p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6868p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6869p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6870p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6871p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6872b81 = Instance.new("SpecialMesh", p81)
6873b81.MeshType = Enum.MeshType.Wedge
6874b81.Name = "Mesh"
6875b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6876p82 = Instance.new("WedgePart", m8)
6877p82.BrickColor = BrickColor.new("Really black")
6878p82.Material = Enum.Material.Metal
6879p82.Reflectance = 0.40000000596046
6880p82.Name = "Wedge"
6881p82.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)
6882p82.CanCollide = false
6883p82.Locked = true
6884p82.FormFactor = Enum.FormFactor.Custom
6885p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6886p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6887p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6888p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6889p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6890p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6891p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6892b82 = Instance.new("SpecialMesh", p82)
6893b82.MeshType = Enum.MeshType.Wedge
6894b82.Name = "Mesh"
6895b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6896p83 = Instance.new("WedgePart", m8)
6897p83.BrickColor = BrickColor.new("Really black")
6898p83.Material = Enum.Material.Metal
6899p83.Reflectance = 0.40000000596046
6900p83.Name = "Wedge"
6901p83.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)
6902p83.CanCollide = false
6903p83.Locked = true
6904p83.FormFactor = Enum.FormFactor.Custom
6905p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6906p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6907p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6908p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6909p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6910p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6911p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6912b83 = Instance.new("SpecialMesh", p83)
6913b83.MeshType = Enum.MeshType.Wedge
6914b83.Name = "Mesh"
6915b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6916p84 = Instance.new("WedgePart", m8)
6917p84.BrickColor = BrickColor.new("Lime green")
6918p84.Material = Enum.Material.Neon
6919p84.Reflectance = 0.40000000596046
6920p84.Name = "Wedge"
6921p84.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)
6922p84.CanCollide = false
6923p84.Locked = true
6924p84.FormFactor = Enum.FormFactor.Custom
6925p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6926p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6927p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6928p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6929p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6930p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6931p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6932b84 = Instance.new("SpecialMesh", p84)
6933b84.MeshType = Enum.MeshType.Wedge
6934b84.Name = "Mesh"
6935b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6936p85 = Instance.new("WedgePart", m8)
6937p85.BrickColor = BrickColor.new("Black")
6938p85.Material = Enum.Material.Metal
6939p85.Reflectance = 0.40000000596046
6940p85.Name = "Wedge"
6941p85.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)
6942p85.CanCollide = false
6943p85.Locked = true
6944p85.FormFactor = Enum.FormFactor.Custom
6945p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6946p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6947p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6948p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6949p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6950p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6951p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6952b85 = Instance.new("SpecialMesh", p85)
6953b85.MeshType = Enum.MeshType.Wedge
6954b85.Name = "Mesh"
6955b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6956p86 = Instance.new("WedgePart", m8)
6957p86.BrickColor = BrickColor.new("Lime green")
6958p86.Material = Enum.Material.Neon
6959p86.Reflectance = 0.40000000596046
6960p86.Name = "Wedge"
6961p86.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)
6962p86.CanCollide = false
6963p86.Locked = true
6964p86.FormFactor = Enum.FormFactor.Custom
6965p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6966p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6967p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6968p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6969p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6970p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6971p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6972b86 = Instance.new("SpecialMesh", p86)
6973b86.MeshType = Enum.MeshType.Wedge
6974b86.Name = "Mesh"
6975b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6976p87 = Instance.new("WedgePart", m8)
6977p87.BrickColor = BrickColor.new("Lime green")
6978p87.Material = Enum.Material.Neon
6979p87.Reflectance = 0.40000000596046
6980p87.Name = "Wedge"
6981p87.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)
6982p87.CanCollide = false
6983p87.Locked = true
6984p87.FormFactor = Enum.FormFactor.Custom
6985p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6986p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6987p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6988p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6989p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6990p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6991p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6992b87 = Instance.new("SpecialMesh", p87)
6993b87.MeshType = Enum.MeshType.Wedge
6994b87.Name = "Mesh"
6995b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6996p88 = Instance.new("WedgePart", m8)
6997p88.BrickColor = BrickColor.new("Lime green")
6998p88.Material = Enum.Material.Neon
6999p88.Reflectance = 0.40000000596046
7000p88.Name = "Wedge"
7001p88.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)
7002p88.CanCollide = false
7003p88.Locked = true
7004p88.FormFactor = Enum.FormFactor.Custom
7005p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7006p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7007p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7008p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7009p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7010p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7011p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7012b88 = Instance.new("SpecialMesh", p88)
7013b88.MeshType = Enum.MeshType.Wedge
7014b88.Name = "Mesh"
7015b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7016p89 = Instance.new("WedgePart", m8)
7017p89.BrickColor = BrickColor.new("Lime green")
7018p89.Material = Enum.Material.Neon
7019p89.Reflectance = 0.40000000596046
7020p89.Name = "Wedge"
7021p89.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)
7022p89.CanCollide = false
7023p89.Locked = true
7024p89.FormFactor = Enum.FormFactor.Custom
7025p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7026p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7027p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7028p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7029p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7030p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7031p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7032b89 = Instance.new("SpecialMesh", p89)
7033b89.MeshType = Enum.MeshType.Wedge
7034b89.Name = "Mesh"
7035b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7036p90 = Instance.new("WedgePart", m8)
7037p90.BrickColor = BrickColor.new("Lime green")
7038p90.Material = Enum.Material.Neon
7039p90.Reflectance = 0.40000000596046
7040p90.Name = "Wedge"
7041p90.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)
7042p90.CanCollide = false
7043p90.Locked = true
7044p90.FormFactor = Enum.FormFactor.Custom
7045p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7046p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7047p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7048p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7049p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7050p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7051p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7052b90 = Instance.new("SpecialMesh", p90)
7053b90.MeshType = Enum.MeshType.Wedge
7054b90.Name = "Mesh"
7055b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7056p91 = Instance.new("WedgePart", m8)
7057p91.BrickColor = BrickColor.new("Really black")
7058p91.Material = Enum.Material.Metal
7059p91.Reflectance = 0.40000000596046
7060p91.Name = "Wedge"
7061p91.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)
7062p91.CanCollide = false
7063p91.Locked = true
7064p91.FormFactor = Enum.FormFactor.Custom
7065p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7066p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7067p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7068p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7069p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7070p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7071p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7072b91 = Instance.new("SpecialMesh", p91)
7073b91.MeshType = Enum.MeshType.Wedge
7074b91.Name = "Mesh"
7075b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7076p92 = Instance.new("WedgePart", m8)
7077p92.BrickColor = BrickColor.new("Lime green")
7078p92.Material = Enum.Material.Neon
7079p92.Reflectance = 0.40000000596046
7080p92.Name = "Wedge"
7081p92.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)
7082p92.CanCollide = false
7083p92.Locked = true
7084p92.FormFactor = Enum.FormFactor.Custom
7085p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7086p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7087p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7088p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7089p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7090p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7091p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7092b92 = Instance.new("SpecialMesh", p92)
7093b92.MeshType = Enum.MeshType.Wedge
7094b92.Name = "Mesh"
7095b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7096p93 = Instance.new("WedgePart", m8)
7097p93.BrickColor = BrickColor.new("Lime green")
7098p93.Material = Enum.Material.Neon
7099p93.Reflectance = 0.40000000596046
7100p93.Name = "Wedge"
7101p93.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)
7102p93.CanCollide = false
7103p93.Locked = true
7104p93.FormFactor = Enum.FormFactor.Custom
7105p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7106p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7107p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7108p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7109p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7110p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7111p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7112b93 = Instance.new("SpecialMesh", p93)
7113b93.MeshType = Enum.MeshType.Wedge
7114b93.Name = "Mesh"
7115b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7116p94 = Instance.new("WedgePart", m8)
7117p94.BrickColor = BrickColor.new("Lime green")
7118p94.Material = Enum.Material.Neon
7119p94.Reflectance = 0.40000000596046
7120p94.Name = "Wedge"
7121p94.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)
7122p94.CanCollide = false
7123p94.Locked = true
7124p94.FormFactor = Enum.FormFactor.Custom
7125p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7126p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7127p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7128p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7129p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7130p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7131p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7132b94 = Instance.new("SpecialMesh", p94)
7133b94.MeshType = Enum.MeshType.Wedge
7134b94.Name = "Mesh"
7135b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7136p95 = Instance.new("WedgePart", m8)
7137p95.BrickColor = BrickColor.new("Black")
7138p95.Material = Enum.Material.Metal
7139p95.Reflectance = 0.40000000596046
7140p95.Name = "Wedge"
7141p95.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)
7142p95.CanCollide = false
7143p95.Locked = true
7144p95.FormFactor = Enum.FormFactor.Custom
7145p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7146p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7147p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7148p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7149p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7150p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7151p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7152b95 = Instance.new("SpecialMesh", p95)
7153b95.MeshType = Enum.MeshType.Wedge
7154b95.Name = "Mesh"
7155b95.Scale = Vector3.new(0.261019886, 1, 1)
7156p96 = Instance.new("WedgePart", m8)
7157p96.BrickColor = BrickColor.new("Lime green")
7158p96.Material = Enum.Material.Neon
7159p96.Reflectance = 0.40000000596046
7160p96.Name = "Wedge"
7161p96.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)
7162p96.CanCollide = false
7163p96.Locked = true
7164p96.FormFactor = Enum.FormFactor.Custom
7165p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7166p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7167p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7168p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7169p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7170p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7171p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7172b96 = Instance.new("SpecialMesh", p96)
7173b96.MeshType = Enum.MeshType.Wedge
7174b96.Name = "Mesh"
7175b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7176p97 = Instance.new("WedgePart", m8)
7177p97.BrickColor = BrickColor.new("Lime green")
7178p97.Material = Enum.Material.Neon
7179p97.Reflectance = 0.40000000596046
7180p97.Name = "Wedge"
7181p97.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)
7182p97.CanCollide = false
7183p97.Locked = true
7184p97.FormFactor = Enum.FormFactor.Custom
7185p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7186p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7187p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7188p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7189p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7190p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7191p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7192b97 = Instance.new("SpecialMesh", p97)
7193b97.MeshType = Enum.MeshType.Wedge
7194b97.Name = "Mesh"
7195b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7196p98 = Instance.new("WedgePart", m8)
7197p98.BrickColor = BrickColor.new("Lime green")
7198p98.Material = Enum.Material.Neon
7199p98.Reflectance = 0.40000000596046
7200p98.Name = "Wedge"
7201p98.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)
7202p98.CanCollide = false
7203p98.Locked = true
7204p98.FormFactor = Enum.FormFactor.Custom
7205p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7206p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7207p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7208p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7209p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7210p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7211p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7212b98 = Instance.new("SpecialMesh", p98)
7213b98.MeshType = Enum.MeshType.Wedge
7214b98.Name = "Mesh"
7215b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7216p99 = Instance.new("WedgePart", m8)
7217p99.BrickColor = BrickColor.new("Lime green")
7218p99.Material = Enum.Material.Neon
7219p99.Reflectance = 0.40000000596046
7220p99.Name = "Wedge"
7221p99.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)
7222p99.CanCollide = false
7223p99.Locked = true
7224p99.FormFactor = Enum.FormFactor.Custom
7225p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7226p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7227p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7228p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7229p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7230p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7231p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7232b99 = Instance.new("SpecialMesh", p99)
7233b99.MeshType = Enum.MeshType.Wedge
7234b99.Name = "Mesh"
7235b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7236p100 = Instance.new("WedgePart", m8)
7237p100.BrickColor = BrickColor.new("Lime green")
7238p100.Material = Enum.Material.Neon
7239p100.Reflectance = 0.40000000596046
7240p100.Name = "Wedge"
7241p100.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)
7242p100.CanCollide = false
7243p100.Locked = true
7244p100.FormFactor = Enum.FormFactor.Custom
7245p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7246p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7247p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7248p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7249p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7250p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7251p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7252b100 = Instance.new("SpecialMesh", p100)
7253b100.MeshType = Enum.MeshType.Wedge
7254b100.Name = "Mesh"
7255b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7256p101 = Instance.new("WedgePart", m8)
7257p101.BrickColor = BrickColor.new("Lime green")
7258p101.Material = Enum.Material.Neon
7259p101.Reflectance = 0.40000000596046
7260p101.Name = "Wedge"
7261p101.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)
7262p101.CanCollide = false
7263p101.Locked = true
7264p101.FormFactor = Enum.FormFactor.Custom
7265p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7266p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7267p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7268p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7269p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7270p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7271p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7272b101 = Instance.new("SpecialMesh", p101)
7273b101.MeshType = Enum.MeshType.Wedge
7274b101.Name = "Mesh"
7275b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7276p102 = Instance.new("WedgePart", m8)
7277p102.BrickColor = BrickColor.new("Lime green")
7278p102.Material = Enum.Material.Neon
7279p102.Reflectance = 0.40000000596046
7280p102.Name = "Wedge"
7281p102.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)
7282p102.CanCollide = false
7283p102.Locked = true
7284p102.FormFactor = Enum.FormFactor.Custom
7285p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7286p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7287p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7288p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7289p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7290p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7291p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7292b102 = Instance.new("SpecialMesh", p102)
7293b102.MeshType = Enum.MeshType.Wedge
7294b102.Name = "Mesh"
7295b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7296p103 = Instance.new("WedgePart", m8)
7297p103.BrickColor = BrickColor.new("Lime green")
7298p103.Material = Enum.Material.Neon
7299p103.Reflectance = 0.40000000596046
7300p103.Name = "Wedge"
7301p103.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)
7302p103.CanCollide = false
7303p103.Locked = true
7304p103.FormFactor = Enum.FormFactor.Custom
7305p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7306p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7307p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7308p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7309p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7310p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7311p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7312b103 = Instance.new("SpecialMesh", p103)
7313b103.MeshType = Enum.MeshType.Wedge
7314b103.Name = "Mesh"
7315b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7316p104 = Instance.new("WedgePart", m8)
7317p104.BrickColor = BrickColor.new("Lime green")
7318p104.Material = Enum.Material.Neon
7319p104.Reflectance = 0.40000000596046
7320p104.Name = "Wedge"
7321p104.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)
7322p104.CanCollide = false
7323p104.Locked = true
7324p104.FormFactor = Enum.FormFactor.Custom
7325p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7326p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7327p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7328p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7329p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7330p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7331p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7332b104 = Instance.new("SpecialMesh", p104)
7333b104.MeshType = Enum.MeshType.Wedge
7334b104.Name = "Mesh"
7335b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7336p105 = Instance.new("WedgePart", m8)
7337p105.BrickColor = BrickColor.new("Really black")
7338p105.Material = Enum.Material.Metal
7339p105.Reflectance = 0.40000000596046
7340p105.Name = "Wedge"
7341p105.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)
7342p105.CanCollide = false
7343p105.Locked = true
7344p105.FormFactor = Enum.FormFactor.Custom
7345p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7346p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7347p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7348p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7349p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7350p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7351p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7352b105 = Instance.new("SpecialMesh", p105)
7353b105.MeshType = Enum.MeshType.Wedge
7354b105.Name = "Mesh"
7355b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7356p106 = Instance.new("WedgePart", m8)
7357p106.BrickColor = BrickColor.new("Lime green")
7358p106.Material = Enum.Material.Neon
7359p106.Reflectance = 0.40000000596046
7360p106.Name = "Wedge"
7361p106.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)
7362p106.CanCollide = false
7363p106.Locked = true
7364p106.FormFactor = Enum.FormFactor.Custom
7365p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7366p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7367p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7368p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7369p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7370p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7371p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7372b106 = Instance.new("SpecialMesh", p106)
7373b106.MeshType = Enum.MeshType.Wedge
7374b106.Name = "Mesh"
7375b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7376p107 = Instance.new("WedgePart", m8)
7377p107.BrickColor = BrickColor.new("Lime green")
7378p107.Material = Enum.Material.Neon
7379p107.Reflectance = 0.40000000596046
7380p107.Name = "Wedge"
7381p107.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)
7382p107.CanCollide = false
7383p107.Locked = true
7384p107.FormFactor = Enum.FormFactor.Custom
7385p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7386p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7387p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7388p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7389p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7390p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7391p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7392b107 = Instance.new("SpecialMesh", p107)
7393b107.MeshType = Enum.MeshType.Wedge
7394b107.Name = "Mesh"
7395b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7396p108 = Instance.new("WedgePart", m8)
7397p108.BrickColor = BrickColor.new("Black")
7398p108.Material = Enum.Material.Metal
7399p108.Reflectance = 0.40000000596046
7400p108.Name = "Wedge"
7401p108.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)
7402p108.CanCollide = false
7403p108.Locked = true
7404p108.FormFactor = Enum.FormFactor.Custom
7405p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7406p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7407p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7408p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7409p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7410p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7411p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7412b108 = Instance.new("SpecialMesh", p108)
7413b108.MeshType = Enum.MeshType.Wedge
7414b108.Name = "Mesh"
7415b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7416p109 = Instance.new("WedgePart", m8)
7417p109.BrickColor = BrickColor.new("Lime green")
7418p109.Material = Enum.Material.Neon
7419p109.Reflectance = 0.40000000596046
7420p109.Name = "Wedge"
7421p109.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)
7422p109.CanCollide = false
7423p109.Locked = true
7424p109.FormFactor = Enum.FormFactor.Custom
7425p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7426p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7427p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7428p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7429p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7430p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7431p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7432b109 = Instance.new("SpecialMesh", p109)
7433b109.MeshType = Enum.MeshType.Wedge
7434b109.Name = "Mesh"
7435b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7436p110 = Instance.new("WedgePart", m8)
7437p110.BrickColor = BrickColor.new("Lime green")
7438p110.Material = Enum.Material.Neon
7439p110.Reflectance = 0.40000000596046
7440p110.Name = "Wedge"
7441p110.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)
7442p110.CanCollide = false
7443p110.Locked = true
7444p110.FormFactor = Enum.FormFactor.Custom
7445p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7446p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7447p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7448p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7449p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7450p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7451p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7452b110 = Instance.new("SpecialMesh", p110)
7453b110.MeshType = Enum.MeshType.Wedge
7454b110.Name = "Mesh"
7455b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7456p111 = Instance.new("Part", m8)
7457p111.BrickColor = BrickColor.new("Really black")
7458p111.Material = Enum.Material.Metal
7459p111.Transparency = 1
7460p111.Name = "Hitbox"
7461p111.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)
7462p111.CanCollide = false
7463p111.Locked = true
7464p111.FormFactor = Enum.FormFactor.Custom
7465p111.Size = Vector3.new(0.22, 2.57, 1.22)
7466p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7467p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7468p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7469p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7470p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7471p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7472b111 = Instance.new("BlockMesh", p111)
7473b111.Name = "Mesh"
7474w1 = Instance.new("Weld", p1)
7475w1.Name = "Block_Weld"
7476w1.Part0 = p1
7477w1.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)
7478w1.Part1 = p2
7479w1.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)
7480w2 = Instance.new("Weld", p2)
7481w2.Name = "Block_Weld"
7482w2.Part0 = p2
7483w2.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)
7484w2.Part1 = p3
7485w2.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)
7486w3 = Instance.new("Weld", p3)
7487w3.Name = "Block_Weld"
7488w3.Part0 = p3
7489w3.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)
7490w3.Part1 = p4
7491w3.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)
7492w4 = Instance.new("Weld", p4)
7493w4.Name = "Block_Weld"
7494w4.Part0 = p4
7495w4.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)
7496w4.Part1 = p5
7497w4.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)
7498w5 = Instance.new("Weld", p5)
7499w5.Name = "Block_Weld"
7500w5.Part0 = p5
7501w5.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)
7502w5.Part1 = p6
7503w5.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)
7504w6 = Instance.new("Weld", p6)
7505w6.Name = "Block_Weld"
7506w6.Part0 = p6
7507w6.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)
7508w6.Part1 = p7
7509w6.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)
7510w7 = Instance.new("Weld", p7)
7511w7.Name = "Block_Weld"
7512w7.Part0 = p7
7513w7.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)
7514w7.Part1 = p8
7515w7.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)
7516w8 = Instance.new("Weld", p8)
7517w8.Name = "Block_Weld"
7518w8.Part0 = p8
7519w8.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)
7520w8.Part1 = p9
7521w8.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)
7522w9 = Instance.new("Weld", p9)
7523w9.Name = "Block_Weld"
7524w9.Part0 = p9
7525w9.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)
7526w9.Part1 = p10
7527w9.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)
7528w10 = Instance.new("Weld", p10)
7529w10.Name = "Circle_Weld"
7530w10.Part0 = p10
7531w10.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)
7532w10.Part1 = p11
7533w10.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)
7534w11 = Instance.new("Weld", p11)
7535w11.Name = "Block_Weld"
7536w11.Part0 = p11
7537w11.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)
7538w11.Part1 = p12
7539w11.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)
7540w12 = Instance.new("Weld", p12)
7541w12.Name = "Block_Weld"
7542w12.Part0 = p12
7543w12.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)
7544w12.Part1 = p13
7545w12.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)
7546w13 = Instance.new("Weld", p13)
7547w13.Name = "Block_Weld"
7548w13.Part0 = p13
7549w13.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)
7550w13.Part1 = p14
7551w13.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)
7552w14 = Instance.new("Weld", p14)
7553w14.Name = "Block_Weld"
7554w14.Part0 = p14
7555w14.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)
7556w14.Part1 = p15
7557w14.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)
7558w15 = Instance.new("Weld", p15)
7559w15.Name = "Handle_Weld"
7560w15.Part0 = p15
7561w15.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)
7562w15.Part1 = p16
7563w15.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)
7564w16 = Instance.new("Weld", p16)
7565w16.Name = "Block_Weld"
7566w16.Part0 = p16
7567w16.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)
7568w16.Part1 = p17
7569w16.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)
7570w17 = Instance.new("Weld", p17)
7571w17.Name = "Block_Weld"
7572w17.Part0 = p17
7573w17.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)
7574w17.Part1 = p18
7575w17.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)
7576w18 = Instance.new("Weld", p18)
7577w18.Name = "Block_Weld"
7578w18.Part0 = p18
7579w18.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)
7580w18.Part1 = p19
7581w18.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)
7582w19 = Instance.new("Weld", p19)
7583w19.Name = "Block_Weld"
7584w19.Part0 = p19
7585w19.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)
7586w19.Part1 = p20
7587w19.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)
7588w20 = Instance.new("Weld", p20)
7589w20.Name = "Block_Weld"
7590w20.Part0 = p20
7591w20.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)
7592w20.Part1 = p21
7593w20.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)
7594w21 = Instance.new("Weld", p21)
7595w21.Name = "Block_Weld"
7596w21.Part0 = p21
7597w21.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)
7598w21.Part1 = p22
7599w21.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)
7600w22 = Instance.new("Weld", p22)
7601w22.Name = "Block_Weld"
7602w22.Part0 = p22
7603w22.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)
7604w22.Part1 = p23
7605w22.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)
7606w23 = Instance.new("Weld", p23)
7607w23.Name = "Block_Weld"
7608w23.Part0 = p23
7609w23.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)
7610w23.Part1 = p24
7611w23.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)
7612w24 = Instance.new("Weld", p24)
7613w24.Name = "Block_Weld"
7614w24.Part0 = p24
7615w24.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)
7616w24.Part1 = p25
7617w24.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)
7618w25 = Instance.new("Weld", p25)
7619w25.Name = "Block_Weld"
7620w25.Part0 = p25
7621w25.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)
7622w25.Part1 = p26
7623w25.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)
7624w26 = Instance.new("Weld", p26)
7625w26.Name = "Block_Weld"
7626w26.Part0 = p26
7627w26.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)
7628w26.Part1 = p27
7629w26.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)
7630w27 = Instance.new("Weld", p27)
7631w27.Name = "Circle_Weld"
7632w27.Part0 = p27
7633w27.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)
7634w27.Part1 = p28
7635w27.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)
7636w28 = Instance.new("Weld", p28)
7637w28.Name = "Block_Weld"
7638w28.Part0 = p28
7639w28.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)
7640w28.Part1 = p29
7641w28.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)
7642w29 = Instance.new("Weld", p29)
7643w29.Name = "Block_Weld"
7644w29.Part0 = p29
7645w29.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)
7646w29.Part1 = p30
7647w29.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)
7648w30 = Instance.new("Weld", p30)
7649w30.Name = "Block_Weld"
7650w30.Part0 = p30
7651w30.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)
7652w30.Part1 = p31
7653w30.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)
7654w31 = Instance.new("Weld", p31)
7655w31.Name = "Block_Weld"
7656w31.Part0 = p31
7657w31.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)
7658w31.Part1 = p32
7659w31.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)
7660w32 = Instance.new("Weld", p32)
7661w32.Name = "Block_Weld"
7662w32.Part0 = p32
7663w32.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)
7664w32.Part1 = p33
7665w32.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)
7666w33 = Instance.new("Weld", p33)
7667w33.Name = "Block_Weld"
7668w33.Part0 = p33
7669w33.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)
7670w33.Part1 = p34
7671w33.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)
7672w34 = Instance.new("Weld", p34)
7673w34.Name = "Block_Weld"
7674w34.Part0 = p34
7675w34.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)
7676w34.Part1 = p35
7677w34.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)
7678w35 = Instance.new("Weld", p35)
7679w35.Name = "Block_Weld"
7680w35.Part0 = p35
7681w35.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)
7682w35.Part1 = p36
7683w35.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)
7684w36 = Instance.new("Weld", p36)
7685w36.Name = "Circle_Weld"
7686w36.Part0 = p36
7687w36.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)
7688w36.Part1 = p37
7689w36.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)
7690w37 = Instance.new("Weld", p37)
7691w37.Name = "Block_Weld"
7692w37.Part0 = p37
7693w37.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)
7694w37.Part1 = p38
7695w37.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)
7696w38 = Instance.new("Weld", p38)
7697w38.Name = "Block_Weld"
7698w38.Part0 = p38
7699w38.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)
7700w38.Part1 = p39
7701w38.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)
7702w39 = Instance.new("Weld", p39)
7703w39.Name = "Block_Weld"
7704w39.Part0 = p39
7705w39.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)
7706w39.Part1 = p40
7707w39.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)
7708w40 = Instance.new("Weld", p40)
7709w40.Name = "Block_Weld"
7710w40.Part0 = p40
7711w40.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)
7712w40.Part1 = p41
7713w40.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)
7714w41 = Instance.new("Weld", p41)
7715w41.Name = "Block_Weld"
7716w41.Part0 = p41
7717w41.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)
7718w41.Part1 = p42
7719w41.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)
7720w42 = Instance.new("Weld", p42)
7721w42.Name = "Block_Weld"
7722w42.Part0 = p42
7723w42.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)
7724w42.Part1 = p43
7725w42.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)
7726w43 = Instance.new("Weld", p43)
7727w43.Name = "Circle_Weld"
7728w43.Part0 = p43
7729w43.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)
7730w43.Part1 = p44
7731w43.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)
7732w44 = Instance.new("Weld", p44)
7733w44.Name = "Block_Weld"
7734w44.Part0 = p44
7735w44.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)
7736w44.Part1 = p45
7737w44.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)
7738w45 = Instance.new("Weld", p45)
7739w45.Name = "Block_Weld"
7740w45.Part0 = p45
7741w45.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)
7742w45.Part1 = p46
7743w45.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)
7744w46 = Instance.new("Weld", p46)
7745w46.Name = "Block_Weld"
7746w46.Part0 = p46
7747w46.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)
7748w46.Part1 = p47
7749w46.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)
7750w47 = Instance.new("Weld", p47)
7751w47.Name = "Block_Weld"
7752w47.Part0 = p47
7753w47.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)
7754w47.Part1 = p48
7755w47.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)
7756w48 = Instance.new("Weld", p48)
7757w48.Name = "Block_Weld"
7758w48.Part0 = p48
7759w48.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)
7760w48.Part1 = p49
7761w48.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)
7762w49 = Instance.new("Weld", p49)
7763w49.Name = "Block_Weld"
7764w49.Part0 = p49
7765w49.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)
7766w49.Part1 = p50
7767w49.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)
7768w50 = Instance.new("Weld", p50)
7769w50.Name = "Block_Weld"
7770w50.Part0 = p50
7771w50.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)
7772w50.Part1 = p51
7773w50.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)
7774w51 = Instance.new("Weld", p51)
7775w51.Name = "Block_Weld"
7776w51.Part0 = p51
7777w51.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)
7778w51.Part1 = p52
7779w51.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)
7780w52 = Instance.new("Weld", p52)
7781w52.Name = "Block_Weld"
7782w52.Part0 = p52
7783w52.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)
7784w52.Part1 = p53
7785w52.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)
7786w53 = Instance.new("Weld", p53)
7787w53.Name = "Circle_Weld"
7788w53.Part0 = p53
7789w53.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)
7790w53.Part1 = p54
7791w53.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)
7792w54 = Instance.new("Weld", p54)
7793w54.Name = "Block_Weld"
7794w54.Part0 = p54
7795w54.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)
7796w54.Part1 = p55
7797w54.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)
7798w55 = Instance.new("Weld", p55)
7799w55.Name = "Block_Weld"
7800w55.Part0 = p55
7801w55.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)
7802w55.Part1 = p56
7803w55.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)
7804w56 = Instance.new("Weld", p56)
7805w56.Name = "Block_Weld"
7806w56.Part0 = p56
7807w56.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)
7808w56.Part1 = p57
7809w56.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)
7810w57 = Instance.new("Weld", p57)
7811w57.Name = "Block_Weld"
7812w57.Part0 = p57
7813w57.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)
7814w57.Part1 = p58
7815w57.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)
7816w58 = Instance.new("Weld", p58)
7817w58.Name = "Block_Weld"
7818w58.Part0 = p58
7819w58.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)
7820w58.Part1 = p59
7821w58.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)
7822w59 = Instance.new("Weld", p59)
7823w59.Name = "Circle_Weld"
7824w59.Part0 = p59
7825w59.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)
7826w59.Part1 = p60
7827w59.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)
7828w60 = Instance.new("Weld", p60)
7829w60.Name = "Circle_Weld"
7830w60.Part0 = p60
7831w60.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)
7832w60.Part1 = p61
7833w60.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)
7834w61 = Instance.new("Weld", p61)
7835w61.Name = "Block_Weld"
7836w61.Part0 = p61
7837w61.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)
7838w61.Part1 = p62
7839w61.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)
7840w62 = Instance.new("Weld", p62)
7841w62.Name = "Block_Weld"
7842w62.Part0 = p62
7843w62.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)
7844w62.Part1 = p63
7845w62.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)
7846w63 = Instance.new("Weld", p63)
7847w63.Name = "Block_Weld"
7848w63.Part0 = p63
7849w63.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)
7850w63.Part1 = p64
7851w63.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)
7852w64 = Instance.new("Weld", p64)
7853w64.Name = "Block_Weld"
7854w64.Part0 = p64
7855w64.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)
7856w64.Part1 = p65
7857w64.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)
7858w65 = Instance.new("Weld", p65)
7859w65.Name = "Block_Weld"
7860w65.Part0 = p65
7861w65.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)
7862w65.Part1 = p66
7863w65.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)
7864w66 = Instance.new("Weld", p66)
7865w66.Name = "Block_Weld"
7866w66.Part0 = p66
7867w66.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)
7868w66.Part1 = p67
7869w66.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)
7870w67 = Instance.new("Weld", p67)
7871w67.Name = "Block_Weld"
7872w67.Part0 = p67
7873w67.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)
7874w67.Part1 = p68
7875w67.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)
7876w68 = Instance.new("Weld", p68)
7877w68.Name = "Block_Weld"
7878w68.Part0 = p68
7879w68.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)
7880w68.Part1 = p69
7881w68.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)
7882w69 = Instance.new("Weld", p69)
7883w69.Name = "Circle_Weld"
7884w69.Part0 = p69
7885w69.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)
7886w69.Part1 = p70
7887w69.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)
7888w70 = Instance.new("Weld", p70)
7889w70.Name = "Wedge_Weld"
7890w70.Part0 = p70
7891w70.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)
7892w70.Part1 = p71
7893w70.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)
7894w71 = Instance.new("Weld", p71)
7895w71.Name = "Wedge_Weld"
7896w71.Part0 = p71
7897w71.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)
7898w71.Part1 = p72
7899w71.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)
7900w72 = Instance.new("Weld", p72)
7901w72.Name = "Wedge_Weld"
7902w72.Part0 = p72
7903w72.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)
7904w72.Part1 = p73
7905w72.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)
7906w73 = Instance.new("Weld", p73)
7907w73.Name = "Wedge_Weld"
7908w73.Part0 = p73
7909w73.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)
7910w73.Part1 = p74
7911w73.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)
7912w74 = Instance.new("Weld", p74)
7913w74.Name = "Wedge_Weld"
7914w74.Part0 = p74
7915w74.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)
7916w74.Part1 = p75
7917w74.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)
7918w75 = Instance.new("Weld", p75)
7919w75.Name = "Wedge_Weld"
7920w75.Part0 = p75
7921w75.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)
7922w75.Part1 = p76
7923w75.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)
7924w76 = Instance.new("Weld", p76)
7925w76.Name = "Wedge_Weld"
7926w76.Part0 = p76
7927w76.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)
7928w76.Part1 = p77
7929w76.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)
7930w77 = Instance.new("Weld", p77)
7931w77.Name = "Wedge_Weld"
7932w77.Part0 = p77
7933w77.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)
7934w77.Part1 = p78
7935w77.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)
7936w78 = Instance.new("Weld", p78)
7937w78.Name = "Wedge_Weld"
7938w78.Part0 = p78
7939w78.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)
7940w78.Part1 = p79
7941w78.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)
7942w79 = Instance.new("Weld", p79)
7943w79.Name = "Wedge_Weld"
7944w79.Part0 = p79
7945w79.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)
7946w79.Part1 = p80
7947w79.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)
7948w80 = Instance.new("Weld", p80)
7949w80.Name = "Wedge_Weld"
7950w80.Part0 = p80
7951w80.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)
7952w80.Part1 = p81
7953w80.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)
7954w81 = Instance.new("Weld", p81)
7955w81.Name = "Wedge_Weld"
7956w81.Part0 = p81
7957w81.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)
7958w81.Part1 = p82
7959w81.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)
7960w82 = Instance.new("Weld", p82)
7961w82.Name = "Wedge_Weld"
7962w82.Part0 = p82
7963w82.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)
7964w82.Part1 = p83
7965w82.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)
7966w83 = Instance.new("Weld", p83)
7967w83.Name = "Wedge_Weld"
7968w83.Part0 = p83
7969w83.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)
7970w83.Part1 = p84
7971w83.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)
7972w84 = Instance.new("Weld", p84)
7973w84.Name = "Wedge_Weld"
7974w84.Part0 = p84
7975w84.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)
7976w84.Part1 = p85
7977w84.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)
7978w85 = Instance.new("Weld", p85)
7979w85.Name = "Wedge_Weld"
7980w85.Part0 = p85
7981w85.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)
7982w85.Part1 = p86
7983w85.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)
7984w86 = Instance.new("Weld", p86)
7985w86.Name = "Wedge_Weld"
7986w86.Part0 = p86
7987w86.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)
7988w86.Part1 = p87
7989w86.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)
7990w87 = Instance.new("Weld", p87)
7991w87.Name = "Wedge_Weld"
7992w87.Part0 = p87
7993w87.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)
7994w87.Part1 = p88
7995w87.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)
7996w88 = Instance.new("Weld", p88)
7997w88.Name = "Wedge_Weld"
7998w88.Part0 = p88
7999w88.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)
8000w88.Part1 = p89
8001w88.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)
8002w89 = Instance.new("Weld", p89)
8003w89.Name = "Wedge_Weld"
8004w89.Part0 = p89
8005w89.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)
8006w89.Part1 = p90
8007w89.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)
8008w90 = Instance.new("Weld", p90)
8009w90.Name = "Wedge_Weld"
8010w90.Part0 = p90
8011w90.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)
8012w90.Part1 = p91
8013w90.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)
8014w91 = Instance.new("Weld", p91)
8015w91.Name = "Wedge_Weld"
8016w91.Part0 = p91
8017w91.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)
8018w91.Part1 = p92
8019w91.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)
8020w92 = Instance.new("Weld", p92)
8021w92.Name = "Wedge_Weld"
8022w92.Part0 = p92
8023w92.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)
8024w92.Part1 = p93
8025w92.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)
8026w93 = Instance.new("Weld", p93)
8027w93.Name = "Wedge_Weld"
8028w93.Part0 = p93
8029w93.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)
8030w93.Part1 = p94
8031w93.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)
8032w94 = Instance.new("Weld", p94)
8033w94.Name = "Wedge_Weld"
8034w94.Part0 = p94
8035w94.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)
8036w94.Part1 = p95
8037w94.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)
8038w95 = Instance.new("Weld", p95)
8039w95.Name = "Wedge_Weld"
8040w95.Part0 = p95
8041w95.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)
8042w95.Part1 = p96
8043w95.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)
8044w96 = Instance.new("Weld", p96)
8045w96.Name = "Wedge_Weld"
8046w96.Part0 = p96
8047w96.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)
8048w96.Part1 = p97
8049w96.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)
8050w97 = Instance.new("Weld", p97)
8051w97.Name = "Wedge_Weld"
8052w97.Part0 = p97
8053w97.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)
8054w97.Part1 = p98
8055w97.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)
8056w98 = Instance.new("Weld", p98)
8057w98.Name = "Wedge_Weld"
8058w98.Part0 = p98
8059w98.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)
8060w98.Part1 = p99
8061w98.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)
8062w99 = Instance.new("Weld", p99)
8063w99.Name = "Wedge_Weld"
8064w99.Part0 = p99
8065w99.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)
8066w99.Part1 = p100
8067w99.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)
8068w100 = Instance.new("Weld", p100)
8069w100.Name = "Wedge_Weld"
8070w100.Part0 = p100
8071w100.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)
8072w100.Part1 = p101
8073w100.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)
8074w101 = Instance.new("Weld", p101)
8075w101.Name = "Wedge_Weld"
8076w101.Part0 = p101
8077w101.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)
8078w101.Part1 = p102
8079w101.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)
8080w102 = Instance.new("Weld", p102)
8081w102.Name = "Wedge_Weld"
8082w102.Part0 = p102
8083w102.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)
8084w102.Part1 = p103
8085w102.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)
8086w103 = Instance.new("Weld", p103)
8087w103.Name = "Wedge_Weld"
8088w103.Part0 = p103
8089w103.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)
8090w103.Part1 = p104
8091w103.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)
8092w104 = Instance.new("Weld", p104)
8093w104.Name = "Wedge_Weld"
8094w104.Part0 = p104
8095w104.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)
8096w104.Part1 = p105
8097w104.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)
8098w105 = Instance.new("Weld", p105)
8099w105.Name = "Wedge_Weld"
8100w105.Part0 = p105
8101w105.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)
8102w105.Part1 = p106
8103w105.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)
8104w106 = Instance.new("Weld", p106)
8105w106.Name = "Wedge_Weld"
8106w106.Part0 = p106
8107w106.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)
8108w106.Part1 = p107
8109w106.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)
8110w107 = Instance.new("Weld", p107)
8111w107.Name = "Wedge_Weld"
8112w107.Part0 = p107
8113w107.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)
8114w107.Part1 = p108
8115w107.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)
8116w108 = Instance.new("Weld", p108)
8117w108.Name = "Wedge_Weld"
8118w108.Part0 = p108
8119w108.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)
8120w108.Part1 = p109
8121w108.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)
8122w109 = Instance.new("Weld", p109)
8123w109.Name = "Wedge_Weld"
8124w109.Part0 = p109
8125w109.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)
8126w109.Part1 = p110
8127w109.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)
8128w110 = Instance.new("Weld", p110)
8129w110.Name = "Hitbox_Weld"
8130w110.Part0 = p110
8131w110.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)
8132w110.Part1 = p111
8133w110.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)
8134m8.Parent = rarm
8135m8:MakeJoints()
8136----------------------------------------------------
8137local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8138cor8.Name = "Thingy"
8139cor8.Locked = true
8140cor8.BottomSurface = 0
8141cor8.CanCollide = false
8142cor8.Size = Vector3.new(1, 1, 1)
8143cor8.Transparency = 1
8144cor8.TopSurface = 0
8145corw8 = Instance.new("Weld", cor8)
8146corw8.Part0 = rarm
8147corw8.Part1 = cor8
8148corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8149corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8150weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8151weld8.Part0 = cor8
8152weld8.Part1 = rarm.Zyrodoxa.Handle
8153weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8154Amulite = Instance.new("PointLight",m7.Center)
8155Amulite.Brightness = 0
8156Amulite.Color = Color3.new(0,1,0)
8157----------------------------------------------------
8158models = {m,m2,m3,m4,m5,m6,m7,m8}
8159parts = {}
8160Stepped:connect(function()
8161 for i,v in pairs(models) do
8162 for _, a in pairs(v:GetChildren()) do
8163 if v:IsA("Part") and v.Name ~= "Thingy" then
8164 table.insert(parts, a)
8165 for i,v in pairs(parts) do
8166 v.CanCollide = false
8167 end
8168 end
8169 end
8170 end
8171end)
8172----------------------------------------------------
8173local animpose = "Idle1"
8174local lastanimpose = "Idle1"
8175local grab = false
8176local Smooth = 1
8177local sine = 0
8178local change = 1
8179local val = 0
8180local ffing = false
8181----------------------------------------------------
8182--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8183
8184function FindHumanoids()
8185 local function c_region(Position, Size)
8186 local SizeOffset = Size/2
8187 local Point1 = Position - SizeOffset
8188 local Point2 = Position + SizeOffset
8189 local a = Instance.new("Part", workspace)
8190 a.Anchored = true
8191 a.Size = Size
8192 a.Position = Position
8193 print("Hey!, I'm making a part!")
8194 return Region3.new(Point1, Point2)
8195 end
8196
8197 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8198 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8199 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8200 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8201
8202 local regions = {a, b, c, d}
8203
8204 local found_humanoids = {}
8205 local already_found = {char.Name}
8206
8207 for _, region in pairs(regions) do
8208 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8209 print(part, part.Parent, part.Name) ---nope
8210 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8211 local humanoid = part.Parent:FindFirstChild("Humanoid")
8212 local name = humanoid.Parent.Name
8213 local exists = false
8214 for _, n in pairs(already_found) do
8215 if n == name then
8216 exists = true
8217 end
8218 end
8219 if not exists then
8220 table.insert(already_found, name)
8221 table.insert(found_humanoids, humanoid)
8222 end
8223 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8224 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8225 local name = humanoid.Parent.Parent.Name
8226 local exists = false
8227 for _, n in pairs(already_found) do
8228 if n == name then
8229 exists = true
8230 end
8231 end
8232 if not exists then
8233 table.insert(already_found, name)
8234 table.insert(found_humanoids, humanoid)
8235 end
8236 end
8237 end
8238 end
8239 return found_humanoids
8240end
8241
8242local humanoids = FindHumanoids()
8243if #humanoids == 0 then
8244 for i, v in pairs(humanoids) do
8245 print(v.Parent.Name)
8246 if Debounces.Slashing == true then
8247 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8248 elseif Debounces.Slashing == false then
8249 wait()
8250 end
8251 end
8252 wait(0.3)
8253end]]--
8254----------------------------------------------------
8255--[[mouse.KeyDown:connect(function(key)
8256 if key == "f" then
8257 if Debounces.CanAttack == true then
8258 Debounces.CanAttack = false
8259 Debounces.NoIdl = true
8260 Debounces.on = true
8261 for i = 1, 20 do
8262 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8263 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8264 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8265 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8266 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8267 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8268 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8269 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)
8270 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)
8271 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)
8272 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)
8273 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)
8274 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)
8275 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8276 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8277 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)
8278 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)
8279 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)
8280 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)
8281 if Debounces.on == false then
8282 break
8283 end
8284 fat.Event:wait()
8285 end
8286 end
8287 end
8288end)]]--
8289----------------------------------------------------
8290mod4 = Instance.new("Model",char)
8291
8292ptez = {0.7, 0.8, 0.9, 1}
8293
8294function FindNearestTorso(Position,Distance,SinglePlayer)
8295 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8296 local List = {}
8297 for i,v in pairs(workspace:GetChildren())do
8298 if v:IsA("Model")then
8299 if v:findFirstChild("Torso")then
8300 if v ~= char then
8301 if(v.Torso.Position -Position).magnitude <= Distance then
8302 table.insert(List,v)
8303 end
8304 end
8305 end
8306 end
8307 end
8308 return List
8309end
8310
8311function Slam()
8312 local part=Instance.new('Part',mod4)
8313 part.Anchored=true
8314 part.CanCollide=false
8315 part.FormFactor='Custom'
8316 part.Size=Vector3.new(.2,.2,.2)
8317 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8318 part.Transparency=.7
8319 part.BrickColor=BrickColor.new('Really black')
8320 mesh=Instance.new('SpecialMesh',part)
8321 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8322 mesh.Scale=Vector3.new(3,3,3)
8323 local part2=Instance.new('Part',mod4)
8324 part2.Anchored=true
8325 part2.CanCollide=false
8326 part2.FormFactor='Custom'
8327 part2.Size=Vector3.new(.2,.2,.2)
8328 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8329 part2.Transparency=.7
8330 part2.BrickColor=BrickColor.new('Lime green')
8331 mesh2=Instance.new('SpecialMesh',part2)
8332 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8333 mesh2.Scale=Vector3.new(3,1.5,3)
8334 x = Instance.new("Sound",larm)
8335 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8336 x.Pitch = ptez[math.random(1,#ptez)]
8337 x.Volume = 1
8338 wait(.1)
8339 x1 = Instance.new("Sound",larm)
8340 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8341 x1.Pitch = ptez[math.random(1,#ptez)]
8342 x1.Volume = 1
8343 wait(.1)
8344 x:Play()
8345 x1:Play()
8346 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8347 if v:FindFirstChild('Humanoid') then
8348 v.Humanoid:TakeDamage(math.random(30,45))
8349 end
8350 end
8351 coroutine.resume(coroutine.create(function()
8352 for i=0,0.62,0.13 do
8353 wait()
8354 part.CFrame=part.CFrame
8355 part.Transparency=i
8356 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8357 part2.CFrame=part2.CFrame
8358 part2.Transparency=i
8359 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8360 end
8361 part.Parent=nil
8362 part2.Parent=nil
8363 x:Destroy()
8364 end))
8365end
8366----------------------------------------------------
8367wPart = function(x,y,z,color,tr,cc,an,parent)
8368 local wp = Instance.new('WedgePart',parent or Weapon)
8369 wp.formFactor = 'Custom'
8370 wp.Size = Vector3.new(x,y,z)
8371 wp.BrickColor = BrickColor.new(color)
8372 wp.CanCollide = cc
8373 wp.Transparency = tr
8374 wp.Anchored = an
8375 wp.TopSurface,wp.BottomSurface = 0,0
8376 return wp
8377end
8378
8379Mesh = function(par,num,x,y,z)
8380 local msh = _
8381 if num == 1 then
8382 msh = Instance.new("CylinderMesh",par)
8383 elseif num == 2 then
8384 msh = Instance.new("SpecialMesh",par)
8385 msh.MeshType = 3
8386 elseif num == 3 then
8387 msh = Instance.new("BlockMesh",par)
8388 elseif num == 4 then
8389 msh = Instance.new("SpecialMesh",par)
8390 msh.MeshType = "Torso"
8391 elseif type(num) == 'string' then
8392 msh = Instance.new("SpecialMesh",par)
8393 msh.MeshId = num
8394 end
8395 msh.Scale = Vector3.new(x,y,z)
8396 return msh
8397end
8398
8399local function CFrameFromTopBack(at, top, back)
8400 local right = top:Cross(back)
8401 return CFrame.new(at.x, at.y, at.z,
8402 right.x, top.x, back.x,
8403 right.y, top.y, back.y,
8404 right.z, top.z, back.z)
8405end
8406
8407function Triangle(a, b, c)
8408 local edg1 = (c-a):Dot((b-a).unit)
8409 local edg2 = (a-b):Dot((c-b).unit)
8410 local edg3 = (b-c):Dot((a-c).unit)
8411 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8412 a, b, c = a, b, c
8413 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8414 a, b, c = b, c, a
8415 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8416 a, b, c = c, a, b
8417 else
8418 print("unreachable")
8419 end
8420 local len1 = (c-a):Dot((b-a).unit)
8421 local len2 = (b-a).magnitude - len1
8422 local width = (a + (b-a).unit*len1 - c).magnitude
8423 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8424 local list = {}
8425 if len1 > 0.01 then
8426 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8427 local sz = Vector3.new(0.2, width, len1)
8428 w1.Size = sz
8429 local sp = Mesh(w1,2,0,0,0)
8430 sp.MeshType='Wedge'
8431 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8432 w1:BreakJoints()
8433 w1.Anchored = true
8434 w1.Transparency = 0.7
8435 Spawn(function()
8436 for i=0,1,0.1 do
8437 fat.Event:wait()
8438 w1.Transparency=w1.Transparency+0.03
8439 end
8440 end)
8441 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8442 table.insert(list,w1)
8443 end
8444 if len2 > 0.01 then
8445 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8446 local sz = Vector3.new(0.2, width, len2)
8447 w2.Size = sz
8448 local sp = Mesh(w2,2,0,0,0)
8449 sp.MeshType='Wedge'
8450 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8451 w2:BreakJoints()
8452 w2.Anchored = true
8453 w2.Transparency = 0.7
8454 Spawn(function()
8455 for i=0,1,0.1 do
8456 fat.Event:wait()
8457 w2.Transparency=w2.Transparency+0.03
8458 end
8459 end)
8460 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8461 table.insert(list,w2)
8462 end
8463 return unpack(list)
8464end
8465
8466function trail(p,t,h)
8467 Spawn(function()
8468 local blcf = p.CFrame
8469 local scfr = blcf
8470 for i=1,t do
8471 local blcf = p.CFrame
8472 if scfr and (p.Position-scfr.p).magnitude > .1 then
8473 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)
8474 if a then game.Debris:AddItem(a,1) end
8475 if b then game.Debris:AddItem(b,1) end
8476 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)
8477 if a then game.Debris:AddItem(a,1) end
8478 if b then game.Debris:AddItem(b,1) end
8479 scfr = blcf
8480 elseif not scfr then
8481 scfr = blcf
8482 end
8483 fat.Event:wait()
8484 end
8485 scfr=nil
8486 end)
8487end
8488--trail(char.Sword.Blade,1e1000,5)
8489----------------------------------------------------
8490function Dmg()
8491 local partofdeath = rarm.Zyrodoxa.Hitbox
8492 local function CreateRegion3FromLocAndSize(Position, Size)
8493 local SizeOffset = Size/2
8494 local Point1 = Position - SizeOffset
8495 local Point2 = Position + SizeOffset
8496 return Region3.new(Point1, Point2)
8497 end
8498 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8499 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8500 Spawn(function()
8501 if Debounces.Slashing == true and Debounces.Slashed == false then
8502 Debounces.Slashed = true
8503 ypcall(function()
8504 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8505 humanoid:TakeDamage(math.random(10,18))
8506 end)
8507 wait(.4)
8508 Debounces.Slashed = false
8509 end
8510 end)
8511 end
8512end
8513----------------------------------------------------
8514pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8515ptz = {0.7, 0.8, 0.9, 1}
8516idz = {"161006212", "161006195"}
8517function attackone()
8518 for i = 1, 13 do
8519 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)
8520 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8521 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)
8522 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)
8523 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)
8524 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)
8525 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8526 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8527 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8528 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)
8529 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)
8530 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)
8531 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)
8532 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)
8533 if Debounces.on == false then
8534 break
8535 end
8536 fat.Event:wait()
8537 end
8538 trail(rarm.Zyrodoxa.Hitbox,20,2)
8539 Debounces.Slashing = true
8540 wait(0.2)
8541 --[[z = Instance.new("Sound", hed)
8542 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8543 z.Pitch = ptz[math.random(1,#ptz)]
8544 z.Volume = 1
8545 wait(.01)
8546 z:Play()]]--
8547 for i = 1, 14 do
8548 Dmg()
8549 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8550 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8551 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)
8552 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)
8553 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)
8554 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)
8555 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8556 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8557 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8558 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)
8559 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)
8560 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)
8561 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)
8562 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)
8563 if Debounces.on == false then break end
8564 rs:wait()
8565 end
8566 Debounces.Slashing = false
8567end
8568function attacktwo()
8569 Debounces.Slashing = true
8570 for i = 1, 14 do
8571 Dmg()
8572 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8573 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8574 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)
8575 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)
8576 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)
8577 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)
8578 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)
8579 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8580 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)
8581 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)
8582 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8583 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)
8584 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8585 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)
8586 if Debounces.on == false then
8587 break
8588 end
8589 rs:wait()
8590 end
8591end
8592----------------------------------------------------
8593ComboNum = 0
8594mouse.Button1Down:connect(function()
8595 if Debounces.CanAttack == true then
8596 Debounces.CanAttack = false
8597 Debounces.NoIdl = true
8598 Debounces.on = true
8599 if ComboNum == 0 then
8600 attackone()
8601 elseif ComboNum == 1 then
8602 attacktwo()
8603 --[[elseif ComboNum == 2 then
8604 attackthree()]]--
8605 end
8606 ComboNum = ComboNum + 1
8607 Debounces.CanAttack = true
8608 Debounces.on = false
8609 wait(.5)
8610 if Debounces.CanAttack == true then
8611 ComboNum = 0
8612 Debounces.NoIdl = false
8613 end
8614 end
8615end)
8616----------------------------------------------------
8617definition = 5
8618bc = {}
8619bezierparts = {}
8620function NoOutline(Part)
8621 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8622end
8623function draw(p,d)
8624 for i=1,d do
8625 local t = i/d
8626 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8627 end
8628 for i=1,d do
8629 local bcs = Instance.new("Part",char)
8630 NoOutline(bcs)
8631 bcs.Anchored = true
8632 bcs.CanCollide = false
8633 bcs.Material = "Neon"
8634 bcs.BrickColor = BrickColor.new("Lime green")
8635 bcs.Size = Vector3.new(1,1,1)
8636 bcs.Shape = Enum.PartType.Ball
8637 bcs.CFrame = CFrame.new(bc[i])
8638 local bcp = Instance.new("Part",char)
8639 NoOutline(bcp)
8640 bcp.Anchored = true
8641 bcp.CanCollide = false
8642 bcp.Material = "Neon"
8643 bcp.BrickColor = BrickColor.new("Lime green")
8644 local cm = Instance.new("CylinderMesh")
8645 cm.Parent = bcp
8646 if i ~= 1 then
8647 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8648 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8649 else
8650 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8651 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8652 end
8653 table.insert(bezierparts, bcs)
8654 table.insert(bezierparts, bcp)
8655 end
8656 Spawn(function() fat.Event:wait()
8657 for i,v in pairs(bezierparts) do
8658 v.Transparency = 1
8659 end
8660 end)
8661end
8662--local points = {larm.Position,rarn.Position,invisipart.Position}
8663--draw(points,definition)
8664mouse.KeyDown:connect(function(key)
8665 if key == "f" then
8666 if Debounces.CanAttack == true then
8667 Debounces.CanAttack = false
8668 Debounces.NoIdl = true
8669 Debounces.on = true
8670 for i = 1, 20 do
8671 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)
8672 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)
8673 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)
8674 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)
8675 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)
8676 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8677 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)
8678 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)
8679 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8680 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)
8681 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8682 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)
8683 if Debounces.on == false then
8684 break
8685 end
8686 fat.Event:wait()
8687 end
8688 rpart = Instance.new("Part",rarm)
8689 NoOutline(rpart)
8690 rpart.Anchored = false
8691 rpart.Size = Vector3.new(1,1,1)
8692 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8693 rpart.Transparency = 1
8694 newWeld(rarm, rpart, 0, 0, 0)
8695 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8696 lpart = Instance.new("Part",larm)
8697 NoOutline(lpart)
8698 lpart.Anchored = false
8699 lpart.Size = Vector3.new(1,1,1)
8700 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8701 lpart.Transparency = 1
8702 newWeld(larm, lpart, 0, 0, 0)
8703 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8704 invisipart = Instance.new("Part",torso)
8705 NoOutline(invisipart)
8706 invisipart.Anchored = false
8707 invisipart.Size = Vector3.new(1,1,1)
8708 invisipart.Transparency = 1
8709 invisipart.CFrame = torso.CFrame
8710 newWeld(torso, invisipart, 0, 0, 0)
8711 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8712 table.insert(bezierparts, rpart)
8713 table.insert(bezierparts, lpart)
8714 table.insert(bezierparts, invisipart)
8715 for i = 1, 40 do
8716 local points = {lpart.Position,invisipart.Position,rpart.Position}
8717 draw(points,definition)
8718 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8719 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)
8720 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)
8721 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)
8722 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)
8723 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)
8724 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8725 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)
8726 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)
8727 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8728 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)
8729 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8730 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)
8731 if Debounces.on == false then
8732 break
8733 end
8734 fat.Event:wait()
8735 end
8736 for i,v in pairs(bezierparts) do
8737 v:Destroy()
8738 end
8739 --draw(points,definition)
8740 if Debounces.CanAttack == false then
8741 Debounces.CanAttack = true
8742 Debounces.NoIdl = false
8743 Debounces.on = false
8744 end
8745 end
8746 end
8747end)
8748----------------------------------------------------
8749----------------------------------------------------
8750
8751---------------------------------------------------------------------------------------
8752----------------------------------------------------
8753mouse.KeyDown:connect(function(key)
8754 if key == "b" then
8755 hum.WalkSpeed = 0.01
8756 if Debounces.CanAttack == true then
8757 Debounces.CanAttack = false
8758 Debounces.NoIdl = true
8759 Debounces.on = true
8760 for i = 1,20 do
8761 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8762 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8763 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8764 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8765 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8766 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8767
8768 if Debounces.on == false then break end
8769 wait()
8770 end
8771 wait(1)
8772 v = Instance.new("Sound")
8773 v.SoundId = "rbxassetid://435742675"
8774 v.Parent = char
8775 v.Looped = false
8776 v.Pitch = 1
8777 v.Volume = 16
8778 wait(.01)
8779 v:Play()
8780
8781 if Daytime == true then
8782 Daytime = false
8783 l.TimeOfDay = 24
8784 else
8785 Daytime = true
8786 l.TimeOfDay = 12
8787 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8788 end
8789
8790 local Shockwave = function()
8791 local rng1 = Instance.new("Part", char)
8792 rng1.Anchored = true
8793 rng1.BrickColor = BrickColor.new("Really black")
8794 rng1.CanCollide = false
8795 rng1.FormFactor = 3
8796 rng1.Name = "Ring"
8797 rng1.Size = Vector3.new(1, 1, 1)
8798 rng1.Transparency = 0.35
8799 rng1.TopSurface = 0
8800 rng1.BottomSurface = 0
8801 local rngm1 = Instance.new("SpecialMesh", rng)
8802 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8803 rngm1.Scale = Vector3.new(10, 10, 1)
8804 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8805 local Wave = Instance.new("Part", game.Workspace--[[?]])
8806 Wave.Name = "Shockwave"
8807 Wave.BrickColor = BrickColor.new("Really black")
8808 Wave.Size = Vector3.new(1, 1, 1)
8809 Wave.Shape = "Ball"
8810 Wave.CanCollide = false
8811 Wave.Anchored = true
8812 Wave.TopSurface = 0
8813 Wave.BottomSurface = 0
8814
8815msh=Instance.new('SpecialMesh',pt)
8816msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8817msh.Scale=Vector3.new(8,4,8)
8818
8819 Wave.Touched:connect(function(hit)
8820 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8821 local Occlude = true
8822 local NotOccludes = {
8823 char.Name;
8824 "Wings";
8825 "Scythe";
8826 "Thingy";
8827 "Thingy2"; -- put all of the names in a table pls
8828 }
8829 for i,v in pairs(NotOccludes) do
8830 if hit.Parent.Name == v then
8831 Occlude = false
8832 end
8833 end
8834 --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
8835 if Occlude then
8836 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8837 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8838 end
8839 end
8840 end)
8841
8842 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8843
8844 coroutine.wrap(function()
8845 for i = 1, 20, 0.2 do
8846 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8847 rng1.Transparency = i/20
8848 wait()
8849 end
8850 wait()
8851 rng1:Destroy()
8852 end)()
8853
8854 Delay(0, function()
8855
8856 if Daytime == false then
8857 for i = 1, 50, 1 do
8858 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8859 Wave.CFrame = char.Torso.CFrame
8860 local t = i / 50
8861 Wave.Transparency = t
8862 wait()
8863 end
8864 else
8865 for i = 1, 50, 1 do
8866 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8867 Wave.CFrame = char.Torso.CFrame
8868 local t = i / 50
8869 Wave.Transparency = t
8870 wait()
8871 end
8872 end
8873 Wave:Destroy()
8874 end)
8875 Delay(0, function()
8876 while wait() do
8877 if Wave ~= nil then
8878 Wave.CFrame = char.Torso.CFrame
8879 else
8880 break
8881 end
8882 end
8883 end)
8884 end
8885 Shockwave()
8886
8887
8888 for i = 1, 15 do
8889 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)
8890 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)
8891 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8892 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)
8893 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8894 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8895 if Debounces.on == false then break end
8896 wait()
8897 end
8898 for i = 1, 15 do
8899 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)
8900 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)
8901 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8902 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)
8903 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8904 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8905 if Debounces.on == false then break end
8906 wait()
8907 end
8908 for i = 1, 15 do
8909 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)
8910 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)
8911 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8912 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)
8913 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8914 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8915 if Debounces.on == false then break end
8916 wait()
8917 end
8918 for i = 1, 15 do
8919 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)
8920 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)
8921 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8922 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)
8923 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8924 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8925 if Debounces.on == false then break end
8926 wait()
8927 end
8928 for i = 1, 15 do
8929 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)
8930 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)
8931 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8932 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)
8933 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8934 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8935 if Debounces.on == false then break end
8936 wait()
8937 end
8938 for i = 1, 15 do
8939 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)
8940 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)
8941 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8942 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)
8943 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8944 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8945 if Debounces.on == false then break end
8946 wait()
8947 end
8948 wait(1.4)
8949 Debounces.NoIdl = false
8950 hum.WalkSpeed = 16
8951 Debounces.on = false
8952 wait()
8953 if Debounces.CanAttack == false then
8954 Debounces.CanAttack = true
8955 v:Destroy()
8956 end
8957 end
8958 end
8959end)
8960------------------------------------------
8961
8962-------------------------------------------------
8963Grab = false
8964mouse.KeyDown:connect(function(key)
8965 if key == "z" then
8966 Debounces.on = true
8967 Debounces.NoIdl = true
8968 Debounces.ks = true
8969 if Grab == false then
8970 gp = nil
8971 for i = 1, 20 do
8972 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)
8973 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)
8974 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)
8975 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)
8976 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8977 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)
8978 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8979 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)
8980 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)
8981 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)
8982 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)
8983 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)
8984 if Debounces.on == false then break end
8985 fat.Event:wait()
8986 end
8987 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8988 ht = hit.Parent
8989 for i,v in pairs(ht:GetChildren()) do
8990 if v:IsA("Part") then
8991 v.CanCollide = false
8992 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8993 end
8994 end
8995 hum1=ht:FindFirstChild('Humanoid')
8996 if hum1 ~= nil then
8997 if Debounces.ks==true then
8998 z = Instance.new("Sound",hed)
8999 z.SoundId = "rbxassetid://169380525"
9000 z.Volume = 1
9001 z:Play()
9002 Debounces.ks=false
9003 end
9004 hum1.PlatformStand=true
9005 hum1:ChangeState'Physics'
9006 gp = ht
9007 Grab = true
9008 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9009 asd.Parent = larm
9010 asd.Name = "asd"
9011 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9012 stanceToggle = "Grabbed"
9013 --[[elseif hum1 == nil then
9014 con1:disconnect()
9015 wait() return]]--
9016 end
9017 end)
9018 for i = 1, 20 do
9019 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)
9020 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)
9021 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)
9022 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)
9023 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9024 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)
9025 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9026 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)
9027 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)
9028 lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9029 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2)
9030 rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
9031 if Debounces.on == false then break end
9032 fat.Event:wait()
9033 end
9034 con1:disconnect()
9035 Debounces.on = false
9036 Debounces.NoIdl = false
9037 elseif Grab == true then
9038 Grab = false
9039 --[[for i = 1, 16 do
9040 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)
9041 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)
9042 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9043 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9044 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)
9045 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)
9046 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9047 if Debounces.on == false then end
9048 rs:wait()
9049 end]]--
9050 for i = 1, 16 do
9051 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)
9052 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)
9053 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)
9054 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)
9055 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9056 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)
9057 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9058 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)
9059 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)
9060 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)
9061 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)
9062 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)
9063 if Debounces.on == false then end
9064 rs:wait()
9065 end
9066 for i = 1, 12 do
9067 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)
9068 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)
9069 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)
9070 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)
9071 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)
9072 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)
9073 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)
9074 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)
9075 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9076 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)
9077 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)
9078 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)
9079 if Debounces.on == false then end
9080 rs:wait()
9081 end
9082 Slam()
9083 if gp ~= nil then
9084 for i,v in pairs(larm:GetChildren()) do
9085 if v.Name == "asd" and v:IsA("Weld") then
9086 v:Remove()
9087 end
9088 if v:IsA("Part") then
9089 v.CanCollide = true
9090 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9091 end
9092 end
9093 end
9094 stanceToggle = "Idle1"
9095 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9096 bv.maxForce = Vector3.new(400000, 400000, 400000)
9097 bv.P = 125000
9098 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9099 ht=nil
9100 Debounces.on = false
9101 Debounces.NoIdl = false
9102 elseif ht == nil then wait()
9103 Grab = false
9104 Debounces.on = false
9105 Debounces.NoIdl = false
9106 end
9107 end
9108end)
9109----------------------------------------------------
9110-------------------------------------------------------------------------------------------------
9111
9112----------------------------------------------------
9113
9114
9115----------------------------------------------------
9116----------------------------------------------------
9117------------------------------------------------
9118pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9119mouse.KeyDown:connect(function(key)
9120 if key == "e" then
9121 if Debounces.CanAttack == true then
9122 Debounces.CanAttack = false
9123 Debounces.NoIdl = true
9124 Debounces.on = true
9125 Debounces.ks = true
9126 larm.Touched:connect(function(ht)
9127 hit = ht.Parent
9128 if ht and hit:IsA("Model") then
9129 if hit:FindFirstChild("Humanoid") then
9130 if hit.Name ~= p.Name then
9131 if Debounces.Slapping == true and Debounces.Slapped == false then
9132 Debounces.Slapped = true
9133 if Debounces.ks==true then
9134 z = Instance.new("Sound",hed)
9135 z.SoundId = "rbxassetid://169380525"
9136 z.Volume = 1
9137 z:Play()
9138 z1 = Instance.new("Sound",char)
9139 z1.SoundId = "rbxassetid://261010715"
9140 z1.Pitch = pts[math.random(1,#pts)]
9141 z1.Volume = 1
9142 z2 = Instance.new("Sound",char)
9143 z2.SoundId = "rbxassetid://261010715"
9144 z2.Pitch = z1.Pitch
9145 z2.Volume = 1
9146 z3 = Instance.new("Sound",char)
9147 z3.SoundId = "rbxassetid://261010715"
9148 z3.Pitch = z1.Pitch
9149 z3.Volume = 1
9150if Profanity == true then
9151 z1:Play()
9152 z2:Play()
9153 z3:Play()
9154else end
9155 Debounces.ks=false
9156 end
9157 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9158 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9159 wait(.5)
9160 Debounces.Slapped = false
9161 z:Destroy()
9162 z1:Destroy()
9163 z2:Destroy()
9164 z3:Destroy()
9165 end
9166 end
9167 end
9168 elseif ht and hit:IsA("Hat") then
9169 if hit.Parent.Name ~= p.Name then
9170 if hit.Parent:FindFirstChild("Humanoid") then
9171 if Debounces.Slapping == true and Debounces.Slapped == false then
9172 Debounces.Slapped = true
9173 if Debounces.ks==true then
9174 z = Instance.new("Sound",hed)
9175 z.SoundId = "rbxassetid://169380525"
9176 z.Volume = 1
9177 z:Play()
9178 z1 = Instance.new("Sound",char)
9179 z1.SoundId = "rbxassetid://261010715"
9180 z1.Pitch = pts[math.random(1,#pts)]
9181 z1.Volume = 1
9182 z2 = Instance.new("Sound",char)
9183 z2.SoundId = "rbxassetid://261010715"
9184 z2.Pitch = z1.Pitch
9185 z2.Volume = 1
9186 z3 = Instance.new("Sound",char)
9187 z3.SoundId = "rbxassetid://261010715"
9188 z3.Pitch = z1.Pitch
9189 z3.Volume = 1
9190 z1:Play()
9191 z2:Play()
9192 z3:Play()
9193 Debounces.ks=false
9194 end
9195 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9196 wait(.5)
9197 Debounces.Slapped = false
9198 z:Destroy()
9199 z1:Destroy()
9200 z2:Destroy()
9201 z3:Destroy()
9202 end
9203 end
9204 end
9205 end
9206 end)
9207 for i = 1, 14 do
9208 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)
9209 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)
9210 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)
9211 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)
9212 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9213 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9214 if Debounces.on==false then break end
9215 rs:wait(2)
9216 end
9217 Debounces.Slapping = true
9218 for i = 1, 20 do
9219 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)
9220 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)
9221 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)
9222 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)
9223 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9224 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9225 if Debounces.on==false then break end
9226 rs:wait(2)
9227 end
9228 Debounces.Slapping = false
9229 if Debounces.CanAttack == false then
9230 Debounces.CanAttack = true
9231 Debounces.NoIdl = false
9232 Debounces.on = false
9233 end
9234 end
9235 end
9236end)
9237-------------------------------
9238mouse.KeyDown:connect(function(key)
9239 if key == "t" then
9240 if Debounces.CanAttack == true then
9241 Debounces.CanAttack = false
9242 Debounces.on = true
9243 Debounces.NoIdl = true
9244 for i = 1, 20 do
9245 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)
9246 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)
9247 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)
9248 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9249 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9250 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)
9251
9252 if Debounces.on == false then break end
9253 wait()
9254 end
9255 Spawn(function()
9256 local Parts = {}
9257 for Y = -5,5 do
9258 local P = Instance.new("Part",char)
9259 P.Anchored = true
9260 P.FormFactor = "Custom"
9261 P.CanCollide = false
9262 P.Size = Vector3.new(1,2,1)
9263 P.TopSurface = "SmoothNoOutlines"
9264 P.BottomSurface = "SmoothNoOutlines"
9265 P.BrickColor = BrickColor.new("Really black")
9266 P.Name = tostring(Y)
9267 local i = (Y+5)/(10)
9268 i = 1-math.cos(math.pi*i-(math.pi/2))
9269 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9270 --[[P.Touched:connect(function(ht)
9271 local hit = ht.Parent
9272 if hit:FindFirstChild("Humanoid") then
9273 hit.Humanoid:TakeDamage(math.random(20,50))
9274 end
9275 end)]]--
9276 s = Instance.new("Sound",P)
9277 s.SoundId = "rbxassetid://228343271"
9278 s.Volume = 19
9279 s.Pitch = 0.9
9280 s:Play()
9281P.Touched:connect(function(ht)
9282 hit = ht.Parent
9283 if ht and hit:IsA("Model") then
9284 if hit:FindFirstChild("Humanoid") then
9285 if hit.Name ~= p.Name then
9286 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9287 Debounces.Slashed = true]]--
9288 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9289 hit:FindFirstChild("Humanoid").PlatformStand = true
9290 wait(1)
9291 --Debounces.Slashed = false
9292 --end
9293 end
9294 end
9295 elseif ht and hit:IsA("Hat") then
9296 if hit.Parent.Name ~= p.Name then
9297 if hit.Parent:FindFirstChild("Humanoid") then
9298 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9299 Debounces.Slashed = true]]--
9300 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9301 hit:FindFirstChild("Humanoid").PlatformStand = true
9302 wait(1)
9303 --Debounces.Slashed = false
9304 --end
9305 end
9306 end
9307 end
9308end)
9309 Parts[#Parts+1] = P
9310 end
9311 local BREAKIT = false
9312 local CParts = {}
9313 local Rocks = {}
9314 local LastPos = nil
9315 for i = 1,70 do
9316 for i2,v in pairs(Parts) do
9317 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9318 local cf = v.CFrame
9319 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9320 v.CFrame = cf
9321 v.Transparency = v.Transparency+0.02
9322 if v.Transparency >= 0.975 then BREAKIT = true end
9323 if v.Name == "0" then
9324 local Ignore = {}
9325 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9326 if v.Character ~= nil then
9327 Ignore[#Ignore+1] = v.Character
9328 end
9329 end
9330 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9331 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9332 if Hit ~= nil then
9333 if #Rocks == 0 then
9334 for i = 1,5 do
9335 local P = Instance.new("Part",char)
9336 Rocks[#Rocks+1] = P
9337 P.Anchored = true
9338 P.FormFactor = "Custom"
9339 P.BrickColor = Hit.BrickColor
9340 P.Material = Hit.Material
9341 P.TopSurface = "Smooth"
9342 P.BottomSurface = "Smooth"
9343 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9344 end
9345 end
9346 for i,P in pairs(Rocks) do
9347 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)))
9348 end
9349 local P = Instance.new("Part",char)
9350 CParts[#CParts+1] = {P,tick()}
9351 P.Anchored = true
9352 P.FormFactor = "Custom"
9353 P.BrickColor = Hit.BrickColor
9354 P.Material = Hit.Material
9355 P.TopSurface = "Smooth"
9356 P.BottomSurface = "Smooth"
9357 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9358 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9359 Pos = Pos.p
9360 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)))
9361 local P = P:Clone()
9362 CParts[#CParts+1] = {P,tick()}
9363 P.Parent = char
9364 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9365 Pos = Pos.p
9366 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)))
9367 if LastPos ~= nil then
9368 local P = P:Clone()
9369 CParts[#CParts+1] = {P,tick()}
9370 P.Parent = char
9371 P.BrickColor = BrickColor.new("Really black")
9372 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9373 Pos = Pos.p
9374 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9375 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9376 --P.Velocity = Vector3.new(0,-1000,0)
9377 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9378 end
9379 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9380 end
9381 end
9382 end
9383 if BREAKIT then break end
9384 wait(0.002)
9385 end
9386 for i,v in pairs(Rocks) do
9387 CParts[#CParts+1] = {v,tick()}
9388 end
9389 for i,v in pairs(Parts) do
9390 v:Destroy()
9391 end
9392 Parts = nil
9393 while true do
9394 local t = tick()
9395 local p = nil
9396 for i,v in pairs(CParts) do
9397 if t-v[2] > 4 then
9398 v[1].Transparency = v[1].Transparency+0.05
9399 if v[1].Transparency >= 1 then
9400 v[1]:Destroy()
9401 CParts[i] = nil
9402 end
9403 end
9404 p = v
9405 end
9406 if p == nil then break end
9407 wait(0.002)
9408 end
9409 for i,v in pairs(CParts) do
9410 v:Destroy()
9411 end
9412 CParts = {}
9413 end)
9414 for i = 1, 20 do
9415 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)
9416 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)
9417 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)
9418 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9419 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)
9420 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)
9421
9422 if Debounces.on == false then break end
9423 wait()
9424 end
9425 if Debounces.CanAttack == false then
9426 Debounces.CanAttack = true
9427 Debounces.on = false
9428 Debounces.NoIdl = false
9429 end
9430 end
9431 end
9432end)
9433----------------------------------------------------
9434----------------------------------------------------
9435----------------------------------------------------
9436-------------------
9437
9438Change = false
9439mouse.KeyDown:connect(function(key)
9440 if key == "n" then
9441 if Change == false then
9442 Change = true
9443 stanceToggle = "Idle2"
9444 elseif Change == true then
9445 Change = false
9446 stanceToggle = "Idle1"
9447 end
9448 end
9449end)
9450----------------------------------------------------
9451mod=Instance.new('Model',char)
9452
9453function charge()
9454 hed.Velocity=hed.CFrame.lookVector*200
9455 part=Instance.new('Part',mod)
9456 part.Anchored=true
9457 part.CanCollide=false
9458 part.FormFactor='Custom'
9459 part.Size=Vector3.new(.2,.2,.2)
9460 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9461 part.Transparency=.7
9462 part.BrickColor=BrickColor.new('Black')
9463 mesh=Instance.new('SpecialMesh',part)
9464 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9465 mesh.Scale=Vector3.new(10,5,10)
9466 part2=part:clone()
9467 part2.Parent=mod
9468 part2.BrickColor=BrickColor.new('Lime green')
9469 mesh2=mesh:clone()
9470 mesh2.Parent=part2
9471 mesh2.Scale=Vector3.new(20,10,20)
9472 part3=part2:clone()
9473 part3.Parent = mod
9474 part3.BrickColor=BrickColor.new('Really black')
9475 mesh3=mesh2:clone()
9476 mesh2.Parent=part3
9477 mesh3.Scale=Vector3.new(30,15,30)
9478 coroutine.resume(coroutine.create(function()
9479 for i=0,1,0.1 do
9480 wait()
9481 part.CFrame=part.CFrame
9482 part.Transparency=i
9483 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9484 part2.CFrame=part2.CFrame
9485 part2.Transparency=i
9486 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9487 part3.CFrame=part3.CFrame
9488 part3.Transparency=i
9489 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9490 end
9491 part.Parent=nil
9492 part2.Parent=nil
9493 part3.Parent = nil
9494 end))
9495end
9496--------------------
9497mouse.KeyDown:connect(function(key)
9498 if key == "g" then
9499 larm.BrickColor = BrickColor.new("Bright red")
9500 rarm.BrickColor = BrickColor.new("Bright red")
9501 if Debounces.CanAttack == true then
9502 Debounces.CanAttack = false
9503 Debounces.on = true
9504 Debounces.NoIdl = true
9505 chrg = lleg.Touched:connect(function(ht)
9506 hit = ht.Parent
9507 if ht and hit:IsA("Model") then
9508 if hit:FindFirstChild("Humanoid") then
9509 if hit.Name ~= p.Name then
9510 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9511 Debounces.Slashed = true]]--
9512 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9513 hit:FindFirstChild("Humanoid").PlatformStand = true
9514 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9515 --Debounces.Slashed = false
9516 --end
9517 end
9518 end
9519 elseif ht and hit:IsA("Hat") then
9520 if hit.Parent.Name ~= p.Name then
9521 if hit.Parent:FindFirstChild("Humanoid") then
9522 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9523 Debounces.Slashed = true]]--
9524 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9525 hit:FindFirstChild("Humanoid").PlatformStand = true
9526 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9527 --Debounces.Slashed = false
9528 end
9529 end
9530 end
9531 end)
9532 for i = 1, 14 do
9533 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)
9534 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)
9535 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)
9536 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)
9537 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)
9538 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)
9539
9540 if Debounces.on == false then break end
9541 wait()
9542 end
9543 charge()
9544 z = Instance.new("Sound",char)
9545 z.SoundId = "rbxassetid://200632875"
9546 z.Volume = 1
9547 z.Pitch = .8
9548 z1 = Instance.new("Sound",char)
9549 z1.SoundId = "rbxassetid://200632875"
9550 z1.Volume = 1
9551 z1.Pitch = .9
9552 z:Play()
9553 z1:Play()
9554 wait(1)
9555 z:Destroy()
9556 z1:Destroy()
9557 chrg:disconnect()
9558 if Debounces.CanAttack == false then
9559 Debounces.CanAttack = true
9560 Debounces.on = false
9561 Debounces.NoIdl = false
9562 larm.BrickColor = BrickColor.new("White")
9563 rarm.BrickColor = BrickColor.new("White")
9564 end
9565 end
9566 end
9567end)
9568------------------------------
9569mouse.KeyDown:connect(function(key)
9570 if string.byte(key) == 52 then
9571 Swing = 2
9572 char.Humanoid.WalkSpeed = 28
9573 end
9574end)
9575mouse.KeyUp:connect(function(key)
9576 if string.byte(key) == 52 then
9577 Swing = 1
9578 char.Humanoid.WalkSpeed = 16
9579 end
9580end)
9581----------------------------------------------------
9582
9583-------------------------------------------
9584CR = torso.Cloak.Rotater
9585CR2 = torso.Cloak.CapeLevel1
9586CR3 = torso.Cloak.CapeLevel2
9587CR4 = torso.Cloak.CapeLevel3
9588CR5 = torso.Cloak.CapeLevel4
9589jump = false
9590rs:connect(function()
9591 if char.Humanoid.Jump == true then
9592 jump = true
9593 else
9594 jump = false
9595 end
9596 char.Humanoid.FreeFalling:connect(function(f)
9597 if f then
9598 ffing = true
9599 else
9600 ffing = false
9601 end
9602 end)
9603 sine = sine + change
9604 if jump == true then
9605 animpose = "Jumping"
9606 elseif ffing == true then
9607 animpose = "Freefalling"
9608 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9609 animpose = "Idle"
9610 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9611 animpose = "Walking"
9612 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9613 animpose = "Running"
9614 end
9615 RightLeg = CFrame.new(0.5,-1,0)
9616 LeftLeg = CFrame.new(-0.5,-1,0)
9617
9618 lefth = (torso.CFrame*LeftLeg)
9619 righth = (torso.CFrame*RightLeg)
9620
9621 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9622
9623 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9624
9625 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9626 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9627 if animpose ~= lastanimpose then
9628 sine = 0
9629 if Debounces.NoIdl == false then
9630 if stanceToggle == "Idle1" then
9631 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)
9632 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)
9633 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)
9634 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)
9635 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)
9636 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)
9637 elseif stanceToggle == "Idle2" then
9638 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)
9639 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)
9640 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)
9641 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)
9642 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)
9643 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)
9644 end
9645 fat.Event:wait()
9646 end
9647 else
9648 end
9649 lastanimpose = animpose
9650 if Debounces.NoIdl == false then
9651 if animpose == "Idle" then
9652 change = 0.5
9653 if stanceToggle == "Idle1" then
9654 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)
9655 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)
9656 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)
9657 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)
9658 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)
9659 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)
9660 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)
9661 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)
9662 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)
9663 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)
9664 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)
9665 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)
9666 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)
9667 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)
9668 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)
9669 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)
9670 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)
9671 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)
9672 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)
9673 elseif stanceToggle == "Idle2" then
9674 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9675 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)
9676 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)
9677 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)
9678 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)
9679 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9680 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)
9681 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)
9682 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)
9683 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)
9684 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)
9685 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9686 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9687 --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)
9688 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)
9689 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)
9690 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)
9691 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)
9692 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)
9693 elseif stanceToggle == "Grabbed" then
9694 grab = true
9695 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9696 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9697 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)
9698 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)
9699 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)
9700 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)
9701 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)
9702 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)
9703 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9704 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9705 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)
9706 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)
9707 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)
9708 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)
9709 end
9710 elseif animpose == "Walking" then
9711 if stanceToggle == "Grabbed" then
9712 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9713 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9714 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)
9715 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)
9716 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)
9717 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)
9718 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)
9719 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)
9720 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)
9721 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9722 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9723 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)
9724 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)
9725 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)
9726 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)
9727 elseif stanceToggle ~= "Grabbed" then
9728 change = 1
9729 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9730 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9731 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)
9732 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)
9733 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)
9734 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)
9735 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)
9736 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)
9737 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)
9738 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)
9739 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)
9740 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)
9741 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)
9742 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)
9743 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9744 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9745 --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)
9746 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)
9747 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)
9748 --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)
9749 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)
9750 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)
9751 end
9752 elseif animpose == "Running" then
9753 change = 1
9754 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9755 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9756 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)
9757 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)
9758 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)
9759 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)
9760 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)
9761 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)
9762 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)
9763 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)
9764 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)
9765 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)
9766 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)
9767 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)
9768 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9769 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)
9770 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)
9771 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)
9772 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)
9773 elseif animpose == "Jumping" then
9774 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9775 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)
9776 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)
9777 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)
9778 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)
9779 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9780 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9781 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)
9782 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)
9783 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)
9784 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)
9785 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9786 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9787 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9788 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)
9789 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)
9790 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)
9791 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)
9792 elseif animpose == "Freefalling" then
9793 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9794 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)
9795 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)
9796 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)
9797 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)
9798 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9799 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9800 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)
9801 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)
9802 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)
9803 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)
9804 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9805 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9806 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9807 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)
9808 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)
9809 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)
9810 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)
9811 end
9812 end
9813end)
9814hum.MaxHealth = 5000
9815wait(3)
9816hum.Health = 5000
9817while wait() do
9818 wait(5)
9819 for i=1,100 do wait()
9820 Amulite.Brightness=Amulite.Brightness+0.02
9821 end
9822 for i=1,100 do wait()
9823 Amulite.Brightness=Amulite.Brightness-0.02
9824 end
9825end