· 8 years ago · Aug 09, 2018, 05:00 PM
1if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3do
4 print("FE Compatibility code by Mokiros")
5 script.Parent = Player.Character
6
7 --RemoteEvent for communicating
8 local Event = Instance.new("RemoteEvent")
9 Event.Name = "UserInput_Event"
10
11 --Fake event to make stuff like Mouse.KeyDown work
12 local function fakeEvent()
13 local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
14 t.connect = t.Connect
15 return t
16 end
17
18 --Creating fake input objects with fake variables
19 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
20 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
21 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
22 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
23 end}
24 --Merged 2 functions into one by checking amount of arguments
25 CAS.UnbindAction = CAS.BindAction
26
27 --This function will trigger the events that have been :Connect()'ed
28 local function te(self,ev,...)
29 local t = m[ev]
30 if t and t._fakeEvent and t.Function then
31 t.Function(...)
32 end
33 end
34 m.TrigEvent = te
35 UIS.TrigEvent = te
36
37 Event.OnServerEvent:Connect(function(plr,io)
38 if plr~=Player then return end
39 if io.isMouse then
40 m.Target = io.Target
41 m.Hit = io.Hit
42 else
43 local b = io.UserInputState == Enum.UserInputState.Begin
44 if io.UserInputType == Enum.UserInputType.MouseButton1 then
45 return m:TrigEvent(b and "Button1Down" or "Button1Up")
46 end
47 for _,t in pairs(CAS.Actions) do
48 for _,k in pairs(t.Keys) do
49 if k==io.KeyCode then
50 t.Function(t.Name,io.UserInputState,io)
51 end
52 end
53 end
54 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
55 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
56 end
57 end)
58 Event.Parent = NLS([==[
59 local Player = game:GetService("Players").LocalPlayer
60 local Event = script:WaitForChild("UserInput_Event")
61
62 local UIS = game:GetService("UserInputService")
63 local input = function(io,a)
64 if a then return end
65 --Since InputObject is a client-side instance, we create and pass table instead
66 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
67 end
68 UIS.InputBegan:Connect(input)
69 UIS.InputEnded:Connect(input)
70
71 local Mouse = Player:GetMouse()
72 local h,t
73 --Give the server mouse data 30 times every second, but only if the values changed
74 --If player is not moving their mouse, client won't fire events
75 while wait(1/30) do
76 if h~=Mouse.Hit or t~=Mouse.Target then
77 h,t=Mouse.Hit,Mouse.Target
78 Event:FireServer({isMouse=true,Target=t,Hit=h})
79 end
80 end]==],Player.Character)
81 Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
82end
83local p = owner
84local char = p.Character
85local larm = char["Left Arm"]
86local rarm = char["Right Arm"]
87local lleg = char["Left Leg"]
88local rleg = char["Right Leg"]
89local hed = char.Head
90local torso = char.Torso
91local hum = char.Humanoid
92local cam = game.Workspace.CurrentCamera
93local root = char.HumanoidRootPart
94local rj = root.RootJoint
95local deb = false
96local shot = 0
97local stanceToggle = "Idle1"
98local l = game:GetService("Lighting")
99local rs = game:GetService("RunService").RenderStepped
100local hb = game:GetService("RunService").Heartbeat
101local Stepped = game:GetService("RunService").Stepped
102math.randomseed(os.time())
103hum.JumpPower = 100
104---------------------
105
106-------------
107char["Body Colors"].HeadColor = BrickColor.new("Really black")
108char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
109char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
110char["Body Colors"].RightArmColor = BrickColor.new("Really black")
111---------------------------
112local Transforming = true
113hum.WalkSpeed = 0
114local fx = Instance.new("Part",torso)
115wit = torso.BrickColor.Color
116wit2 = Color3.new(0,0,0)
117local glowz = Instance.new("ParticleEmitter",fx)
118glowz.LightEmission = 1
119glowz.Texture = "rbxassetid://284205403"
120glowz.Color = ColorSequence.new(wit)
121glowz.Size = NumberSequence.new(5)
122glowz.Speed = NumberRange.new(25,50)
123glowz.LockedToPart = false
124glowz.Transparency = NumberSequence.new(0.75)
125glowz.RotSpeed = NumberRange.new(-2000,2000)
126glowz.Lifetime = NumberRange.new(1)
127glowz.Rate = 50000
128glowz.VelocitySpread = 9001
129fx.Anchored = true
130fx.Material = "Neon"
131fx.CanCollide = false
132fx.Locked = true
133fx.Transparency = 1
134fx.Material = "Neon"
135fx.Size = Vector3.new(1,1,1)
136fx.TopSurface = "SmoothNoOutlines"
137fx.BottomSurface = "SmoothNoOutlines"
138fx.BrickColor = BrickColor.new("Really black")
139fxm = Instance.new("SpecialMesh",fx)
140fxm.MeshType = "Sphere"
141local sa2 = Instance.new("Sound",torso)
142sa2.SoundId = "rbxassetid://93724183"
143sa2.Pitch = 0.5
144sa2.Volume = 5
145sa2.Looped = false
146sa2:Play()
147local value = 1
148fxm.Scale = Vector3.new(1,1,1)
149for i = 1, 20 do rs:wait()
150 value = value - 0.05
151 fx.Transparency = fx.Transparency - (1/20)
152 fx.CFrame = torso.CFrame
153 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
154 rs:wait()
155end
156----------------------------------------------------
157GroundWave1 = function()
158 local Transforming = true
159hum.WalkSpeed = 0
160local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
161 local Colors = {"White", "Really black"}
162 local wave = Instance.new("Part", torso)
163 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
164 wave.Anchored = true
165 wave.CanCollide = false
166 wave.Locked = true
167 wave.Size = Vector3.new(1, 1, 1)
168 wave.TopSurface = "Smooth"
169 wave.BottomSurface = "Smooth"
170 wave.Transparency = 0.35
171 wave.CFrame = HandCF
172 wm = Instance.new("SpecialMesh", wave)
173 wm.MeshId = "rbxassetid://3270017"
174 coroutine.wrap(function()
175 for i = 1, 30, 1 do
176 wm.Scale = Vector3.new(50, 50, 1 + i*50)
177 wave.Size = wm.Scale
178 wave.CFrame = HandCF
179 wave.Transparency = i/30
180 wait()
181 end
182 wait()
183 wave:Destroy()
184 end)()
185end
186----------------------------------------------------
187GroundWave = function()
188 if Transforming == true then
189 local value = 5
190 local value2 = 10
191 local value3 = 20
192local sa2 = Instance.new("Sound",torso)
193sa2.SoundId = "rbxassetid://413682983"
194sa2.Pitch = 1
195sa2.Volume = 10
196sa2.Looped = false
197sa2:Play()
198 local wave = Instance.new("Part", torso)
199local glowz = Instance.new("ParticleEmitter",wave)
200glowz.LightEmission = 1
201glowz.Texture = "0"
202glowz.Color = ColorSequence.new(wit)
203glowz.Size = NumberSequence.new(30)
204glowz.Speed = NumberRange.new(25,100)
205glowz.LockedToPart = false
206glowz.Transparency = NumberSequence.new(0.75)
207glowz.RotSpeed = NumberRange.new(-2000,2000)
208glowz.Lifetime = NumberRange.new(1)
209glowz.Rate = 50000
210glowz.VelocitySpread = 9001
211
212 wave.BrickColor = BrickColor.new("Lime green")
213 wave.Anchored = true
214 wave.CanCollide = false
215 wave.Locked = true
216 wave.Size = Vector3.new(1, 1, 1)
217 wave.TopSurface = "Smooth"
218 wave.BottomSurface = "Smooth"
219 wave.Transparency = 0.35
220 wave.CFrame = fx.CFrame
221 wave.Material = "Neon"
222 wm = Instance.new("SpecialMesh", wave)
223 wm.MeshType = "Sphere"
224 wm.Scale = Vector3.new(1,1,1)
225 local wave2 = Instance.new("Part", torso)
226 wave2.BrickColor = BrickColor.new("Lime green")
227 wave2.Anchored = true
228 wave2.CanCollide = false
229 wave2.Locked = true
230 wave2.Size = Vector3.new(1, 1, 1)
231 wave2.TopSurface = "Smooth"
232 wave2.BottomSurface = "Smooth"
233 wave2.Transparency = 0.35
234 wave2.CFrame = fx.CFrame
235 wave2.Material = "Neon"
236 wm2 = Instance.new("SpecialMesh", wave2)
237 wm2.MeshType = "FileMesh"
238 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
239 wm2.Scale = Vector3.new(1,1,1)
240 local wave3 = Instance.new("Part", torso)
241 wave3.BrickColor = BrickColor.new("Really black")
242 wave3.Anchored = true
243 wave3.CanCollide = false
244 wave3.Locked = true
245 wave3.Size = Vector3.new(1, 1, 1)
246 wave3.TopSurface = "Smooth"
247 wave3.BottomSurface = "Smooth"
248 wave3.Transparency = 0.35
249 wave3.CFrame = fx.CFrame
250 wave3.Material = "Neon"
251 wm3 = Instance.new("SpecialMesh", wave3)
252 wm3.MeshType = "FileMesh"
253 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
254 wm3.Scale = Vector3.new(1,1,1)
255 coroutine.wrap(function()
256 for i = 1, 18, 1 do
257 value = value - 0.5
258 value2 = value2 - 0.75*1.5
259 value3 = value3 - 0.475*1.5
260 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
261 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
262 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
263 --wave.Size = wm.Scale
264 wave.CFrame = fx.CFrame
265 wave.Transparency = i/14
266 --wave2.Size = wm2.Scale
267 wave2.CFrame = fx.CFrame
268 wave2.Rotation = Vector3.new(90, 0, 0)
269 wave2.Transparency = i/14
270 --wave3.Size = wm3.Scale
271 wave3.CFrame = fx.CFrame
272 wave3.Rotation = Vector3.new(90, 0, 0)
273 wave3.Transparency = i/14
274 wait()
275 glowz.Rate = 0
276
277 end
278 wait()
279 wave:Destroy()
280 wave2:Destroy()
281 wave3:Destroy()
282 end)()
283 elseif Transforming == false then
284 wait()
285 end
286end
287
288for i = 1, 100 do rs:wait()
289 fx.CFrame = torso.CFrame
290end
291
292Spawn(function()
293 while wait(1) do
294 GroundWave()
295 end
296end)
297
298wait(4)
299
300Transforming = false
301
302local value2 = 1
303for i = 1, 20 do rs:wait()
304 value2 = value2 - 0.05
305 glowz.Rate = 0
306
307 fx.Transparency = fx.Transparency + (1/20)
308 fx.CFrame = torso.CFrame
309 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
310 rs:wait()
311end
312glowz:Destroy()
313
314
315local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
316 local valuer = 5
317 local valuer2 = 10
318 local valuer3 = 15
319local sa2 = Instance.new("Sound",torso)
320sa2.SoundId = "rbxassetid://130972023"
321sa2.Pitch = 1
322sa2.Volume = 5
323sa2.Looped = false
324sa2:Play()
325local sar2 = Instance.new("Sound",torso)
326sar2.SoundId = "rbxassetid://153274423"
327sar2.Pitch = 1
328sar2.Volume = 5
329sar2.Looped = false
330sar2:Play()
331 local wave = Instance.new("Part", torso)
332 wave.BrickColor = BrickColor.new("Lime green")
333 wave.Anchored = true
334 wave.CanCollide = false
335 wave.Locked = true
336 wave.Size = Vector3.new(1, 1, 1)
337 wave.TopSurface = "Smooth"
338 wave.BottomSurface = "Smooth"
339 wave.Transparency = 0.35
340 wave.CFrame = HandCF
341 wm = Instance.new("SpecialMesh", wave)
342 wm.MeshId = "rbxassetid://3270017"
343 local wave2 = Instance.new("Part", torso)
344 wave2.BrickColor = BrickColor.new("Really black")
345 wave2.Anchored = true
346 wave2.CanCollide = false
347 wave2.Locked = true
348 wave2.Size = Vector3.new(1, 1, 1)
349 wave2.TopSurface = "Smooth"
350 wave2.BottomSurface = "Smooth"
351 wave2.Transparency = 0.35
352 wave2.CFrame = HandCF
353 wm2 = Instance.new("SpecialMesh", wave2)
354 wm2.MeshId = "rbxassetid://3270017"
355 local wave3 = Instance.new("Part", torso)
356 wave3.BrickColor = BrickColor.new("Lime green")
357 wave3.Anchored = true
358 wave3.CanCollide = false
359 wave3.Locked = true
360 wave3.Size = Vector3.new(1, 1, 1)
361 wave3.TopSurface = "Smooth"
362 wave3.BottomSurface = "Smooth"
363 wave3.Transparency = 0.35
364 wave3.CFrame = HandCF
365 wm3 = Instance.new("SpecialMesh", wave3)
366 wm3.MeshId = "rbxassetid://3270017"
367 coroutine.wrap(function()
368 for i = 1, 14, 1 do
369 valuer = valuer - 0.35
370 valuer2 = valuer - 0.45
371 valuer3 = valuer3 - 0.475
372 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
373 wave.Size = wm.Scale
374 wave.CFrame = HandCF
375 wave.Transparency = i/14
376 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
377 wave2.Size = wm2.Scale
378 wave2.CFrame = HandCF
379 wave2.Transparency = i/14
380 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
381 wave3.Size = wm2.Scale
382 wave3.CFrame = HandCF
383 wave3.Transparency = i/14
384 wait()
385 end
386 wait()
387 wave:Destroy()
388 wave2:Destroy()
389end)()
390hum.WalkSpeed = 16
391--------------------
392
393------------
394fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
395fire.Color = Color3.new(0,1,0)
396fire.SecondaryColor = Color3.new(0,1,0)
397fire.Enabled = true
398--------------------------------------------------------------------------------------------------------
399plr=game:service'Players'.LocalPlayer
400chr=plr.Character
401local ms = plr:GetMouse()
402CV="Bright red"
403
404local txt = Instance.new("BillboardGui", chr)
405txt.Adornee = chr.Head
406txt.Name = "_status"
407txt.Size = UDim2.new(4, 0, 2.5, 0)
408txt.StudsOffset = Vector3.new(-4, 2, 0)
409local text = Instance.new("TextLabel", txt)
410text.Size = UDim2.new(3, 0, 0.5, 0)
411text.FontSize = "Size24"
412text.TextScaled = true
413text.TextTransparency = 0
414text.BackgroundTransparency = 1
415text.TextTransparency = 0
416text.TextStrokeTransparency = 0
417text.Font = "Bodoni"
418text.TextStrokeColor3 = Color3.new(0,1,0)
419text.Text = "Pumpkin Overseer"
420--------------------------------------------------------
421char["Body Colors"].HeadColor = BrickColor.new("Really black")
422char["Body Colors"].TorsoColor = BrickColor.new("Really black")
423char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
424char["Body Colors"].RightArmColor = BrickColor.new("Really black")
425--------------------------------------------------------------
426fat = Instance.new("BindableEvent",script)
427fat.Name = "Heartbeat"
428
429script:WaitForChild("Heartbeat")
430
431frame = 1/30
432tf = 0
433allowframeloss = 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.
434tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
435lastframe = tick()
436script.Heartbeat:Fire() --ayy lmao
437
438game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
439 tf = tf + s
440 if tf >= frame then
441 if allowframeloss then
442 script.Heartbeat:Fire()
443 lastframe=tick()
444 else
445 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
446 for i=1, math.floor(tf/frame) do
447 script.Heartbeat:Fire()
448 end
449 lastframe=tick()
450 end
451 if tossremainder then
452 tf = 0
453 else
454 tf = tf - frame * math.floor(tf/frame)
455 end
456 end
457end)
458----------------------------------------------------
459for i,v in pairs(char:children()) do
460 if v:IsA("Hat") then
461 v:Destroy()
462 end
463end
464for i,v in pairs (hed:GetChildren()) do
465 if v:IsA("Sound") then
466 v:Destroy()
467 end
468end
469----------------------------------------------------
470Debounces = {
471CanAttack = true;
472CanJoke = true;
473NoIdl = false;
474Slashing = false;
475Slashed = false;
476ks = false;
477}
478----------------------------------------------------
479function weld5(part0, part1, c0, c1)
480 weeld=Instance.new("Weld", part0)
481 weeld.Part0=part0
482 weeld.Part1=part1
483 weeld.C0=c0
484 weeld.C1=c1
485 return weeld
486end
487----------------------------------------------------
488function NewPart(prnt,siz,cf,trans,anc,mat,col)
489 local prt=Instance.new("Part")
490 prt.Parent=prnt
491 prt.Name="Part"
492 prt.Size=siz
493 prt.CanCollide=false
494 prt.Anchored=anc
495 prt.Locked=true
496 prt.Transparency = trans
497 prt.TopSurface=10
498 prt.BottomSurface=10
499 prt.FrontSurface=10
500 prt.BackSurface=10
501 prt.LeftSurface=10
502 prt.RightSurface=10
503 prt:BreakJoints()
504 prt.CFrame=cf or CFrame.new(30,10,30)
505 prt.Material=mat
506 prt.BrickColor=BrickColor.new(col)
507 m=Instance.new("SpecialMesh",prt)
508 m.MeshType=6
509 return prt
510end
511----------------------------------------------------
512function lerp(a, b, t) -- Linear interpolation
513 return a + (b - a)*t
514end
515
516function slerp(a, b, t) --Spherical interpolation
517 dot = a:Dot(b)
518 if dot > 0.99999 or dot < -0.99999 then
519 return t <= 0.5 and a or b
520 else
521 r = math.acos(dot)
522 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
523 end
524end
525
526function matrixInterpolate(a, b, t)
527 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
528 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
529 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
530 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
531 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
532 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
533 local t = v1:Dot(v2)
534 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
535 return CFrame.new()
536 end
537 return CFrame.new(
538 v0.x, v0.y, v0.z,
539 v1.x, v1.y, v1.z,
540 v2.x, v2.y, v2.z,
541 v3.x, v3.y, v3.z)
542end
543----------------------------------------------------
544function genWeld(a,b)
545 local w = Instance.new("Weld",a)
546 w.Part0 = a
547 w.Part1 = b
548 return w
549end
550function weld(a, b)
551 local weld = Instance.new("Weld")
552 weld.Name = "W"
553 weld.Part0 = a
554 weld.Part1 = b
555 weld.C0 = a.CFrame:inverse() * b.CFrame
556 weld.Parent = a
557 return weld;
558end
559----------------------------------------------------
560function Lerp(c1,c2,al)
561 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
562 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
563 for i,v in pairs(com1) do
564 com1[i] = v+(com2[i]-v)*al
565 end
566 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
567end
568----------------------------------------------------
569newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
570 local wld = Instance.new("Weld", wp1)
571 wld.Part0 = wp0
572 wld.Part1 = wp1
573 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
574end
575----------------------------------------------------
576newWeld(torso, larm, -1.5, 0.5, 0)
577larm.Weld.C1 = CFrame.new(0, 0.5, 0)
578newWeld(torso, rarm, 1.5, 0.5, 0)
579rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
580newWeld(torso, hed, 0, 1.5, 0)
581newWeld(torso, lleg, -0.5, -1, 0)
582lleg.Weld.C1 = CFrame.new(0, 1, 0)
583newWeld(torso, rleg, 0.5, -1, 0)
584rleg.Weld.C1 = CFrame.new(0, 1, 0)
585newWeld(root, torso, 0, -1, 0)
586torso.Weld.C1 = CFrame.new(0, -1, 0)
587----------------------------------------------------
588
589hed.face.Texture = "http://www.roblox.com/asset/?id=0"
590hed.Transparency = 1
591
592-----------------------
593LittleWave = function()
594 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
595 local Colors = {"Lime green", "Black","Really black"}
596 local wave = Instance.new("Part", torso)
597
598
599 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
600
601
602 wave.Anchored = true
603 wave.CanCollide = false
604 wave.Material = "Neon"
605 wave.Locked = true
606 wave.Size = Vector3.new(1, 1, 1)
607 wave.TopSurface = "Smooth"
608 wave.BottomSurface = "Smooth"
609 wave.Transparency = 0.35
610 wave.CFrame = HandCF
611 wm = Instance.new("SpecialMesh", wave)
612 wm.MeshId = "rbxassetid://3270017"
613 coroutine.wrap(function()
614 for i = 1, 14, 1 do
615 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
616 wave.Size = wm.Scale
617 wave.CFrame = HandCF
618 wave.Transparency = i/14
619 wait()
620 end
621 wait()
622 wave:Destroy()
623 end)()
624end
625 Spawn(function()
626 while wait(.8) do
627 LittleWave()
628 end
629end)
630
631-----------------------------
632
633------------------------
634
635-------------------------
636
637
638----------------------------------------------------
639z = Instance.new("Sound", char)
640z.SoundId = "rbxassetid://435750418"
641z.Looped = true
642z.Pitch = 1
643z.Volume = 7
644wait(.1)
645z:Play()
646----------------------------------------------------
647
648
649---------------------
650
651New = function(Object, Parent, Name, Data)
652 local Object = Instance.new(Object)
653 for Index, Value in pairs(Data or {}) do
654 Object[Index] = Value
655 end
656 Object.Parent = Parent
657 Object.Name = Name
658 return Object
659end
660----------------------------------------------------
661--reaper hat
662for _,x in pairs(char:children()) do
663if x:IsA('Hat') then x:remove() end
664if x:IsA('Shirt') then x:remove() end
665if x:IsA('Pants') then x:remove() end
666end
667
668local h = Instance.new('Part', char)
669h.Name = 'DK Hood'
670h.Size = Vector3.new(0.5,0.5,0.5)
671h.CFrame = hed.CFrame
672h.CanCollide = false
673--
674newWeld(hed, h, 0, 0.35, 0)
675--
676local m = Instance.new('SpecialMesh', h)
677m.Name = "Reaper's Cowl"
678m.MeshType = 'FileMesh'
679m.Scale = Vector3.new(0.5,0.5,0.5)
680m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
681m.VertexColor = Vector3.new(1,1,1)
682local shirt = Instance.new("Shirt",p.Character)
683local pants = Instance.new("Pants",p.Character)
684shirt.ShirtTemplate = "rbxassetid://233027251"
685pants.PantsTemplate = "rbxassetid://149639608"
686--Left Arm
687m = Instance.new("Model")
688m.Name = "LeftArm"
689p1 = Instance.new("Part", m)
690p1.BrickColor = BrickColor.new("Lime green")
691p1.Material = Enum.Material.Granite
692p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
693p1.Size = Vector3.new(1, 0.200000048, 1)
694p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
695p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
696p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
697p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
698p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
699p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
700b1 = Instance.new("SpecialMesh", p1)
701b1.MeshType = Enum.MeshType.Brick
702b1.Name = "Mesh"
703b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
704p2 = Instance.new("Part", m)
705p2.BrickColor = BrickColor.new("Lime green")
706p2.Material = Enum.Material.Granite
707p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
708p2.Size = Vector3.new(1, 0.200000048, 1)
709p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
710p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
711p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
712p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
713p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
714p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
715b2 = Instance.new("SpecialMesh", p2)
716b2.MeshType = Enum.MeshType.Brick
717b2.Name = "Mesh"
718b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
719p3 = Instance.new("Part", m)
720p3.BrickColor = BrickColor.new("Lime green")
721p3.Material = Enum.Material.Granite
722p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
723p3.Size = Vector3.new(1, 0.200000048, 1)
724p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
725p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
726p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
727p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
728p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
729p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
730b3 = Instance.new("SpecialMesh", p3)
731b3.MeshType = Enum.MeshType.Brick
732b3.Name = "Mesh"
733b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
734p4 = Instance.new("Part", m)
735p4.BrickColor = BrickColor.new("Black")
736p4.Material = Enum.Material.SmoothPlastic
737p4.Name = "LeftArmPlate"
738p4.Size = Vector3.new(1, 2, 1)
739p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
740p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
741p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
742p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
743p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
744p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
745b4 = Instance.new("SpecialMesh", p4)
746b4.MeshType = Enum.MeshType.Brick
747b4.Name = "Mesh"
748b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
749p5 = Instance.new("Part", m)
750p5.BrickColor = BrickColor.new("Lime green")
751p5.Material = Enum.Material.Granite
752p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
753p5.Size = Vector3.new(1, 0.200000048, 1)
754p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
755p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
756p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
757p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
758p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
759p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
760b5 = Instance.new("SpecialMesh", p5)
761b5.MeshType = Enum.MeshType.Brick
762b5.Name = "Mesh"
763b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
764p6 = Instance.new("Part", m)
765p6.BrickColor = BrickColor.new("Lime green")
766p6.Material = Enum.Material.Granite
767p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
768p6.Size = Vector3.new(1, 0.200000048, 1)
769p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
770p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
771p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
772p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
773p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
774p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
775b6 = Instance.new("SpecialMesh", p6)
776b6.MeshType = Enum.MeshType.Brick
777b6.Name = "Mesh"
778b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
779p7 = Instance.new("Part", m)
780p7.BrickColor = BrickColor.new("Lime green")
781p7.Material = Enum.Material.Granite
782p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
783p7.FormFactor = Enum.FormFactor.Custom
784p7.Size = Vector3.new(1, 0.200000048, 1)
785p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
786p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
787p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
788p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
789p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
790p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
791b7 = Instance.new("SpecialMesh", p7)
792b7.MeshType = Enum.MeshType.Brick
793b7.Name = "Mesh"
794b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
795p8 = Instance.new("Part", m)
796p8.BrickColor = BrickColor.new("Lime green")
797p8.Material = Enum.Material.Granite
798p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
799p8.FormFactor = Enum.FormFactor.Custom
800p8.Size = Vector3.new(1, 0.200000048, 1)
801p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
802p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
803p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
804p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
805p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
806p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
807b8 = Instance.new("SpecialMesh", p8)
808b8.MeshType = Enum.MeshType.Brick
809b8.Name = "Mesh"
810b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
811p9 = Instance.new("Part", m)
812p9.BrickColor = BrickColor.new("Lime green")
813p9.Material = Enum.Material.Granite
814p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
815p9.FormFactor = Enum.FormFactor.Custom
816p9.Size = Vector3.new(1, 0.200000048, 1)
817p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
818p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
819p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
820p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
821p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
822p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
823b9 = Instance.new("SpecialMesh", p9)
824b9.MeshType = Enum.MeshType.Brick
825b9.Name = "Mesh"
826b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
827p10 = Instance.new("Part", m)
828p10.BrickColor = BrickColor.new("Black")
829p10.Material = Enum.Material.SmoothPlastic
830p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
831p10.FormFactor = Enum.FormFactor.Custom
832p10.Size = Vector3.new(1, 0.349999994, 1)
833p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
834p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
835p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
836p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
837p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
838p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
839b10 = Instance.new("SpecialMesh", p10)
840b10.MeshType = Enum.MeshType.Brick
841b10.Name = "Mesh"
842b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
843p11 = Instance.new("Part", m)
844p11.BrickColor = BrickColor.new("Black")
845p11.Material = Enum.Material.Metal
846p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
847p11.FormFactor = Enum.FormFactor.Custom
848p11.Size = Vector3.new(1, 0.25, 1)
849p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
850p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
851p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
852p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
853p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
854p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
855b11 = Instance.new("SpecialMesh", p11)
856b11.MeshType = Enum.MeshType.Brick
857b11.Name = "Mesh"
858b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
859p12 = Instance.new("Part", m)
860p12.BrickColor = BrickColor.new("Black")
861p12.Material = Enum.Material.Metal
862p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
863p12.FormFactor = Enum.FormFactor.Custom
864p12.Size = Vector3.new(1, 0.25, 1)
865p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
866p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
867p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
868p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
869p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
870p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
871b12 = Instance.new("SpecialMesh", p12)
872b12.MeshType = Enum.MeshType.Brick
873b12.Name = "Mesh"
874b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
875p13 = Instance.new("Part", m)
876p13.BrickColor = BrickColor.new("Black")
877p13.Material = Enum.Material.Metal
878p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
879p13.FormFactor = Enum.FormFactor.Custom
880p13.Size = Vector3.new(1, 0.25, 1)
881p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
882p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
883p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
884p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
885p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
886p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
887b13 = Instance.new("SpecialMesh", p13)
888b13.MeshType = Enum.MeshType.Brick
889b13.Name = "Mesh"
890b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
891p14 = Instance.new("Part", m)
892p14.BrickColor = BrickColor.new("Black")
893p14.Material = Enum.Material.Metal
894p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
895p14.FormFactor = Enum.FormFactor.Custom
896p14.Size = Vector3.new(1, 0.25, 1)
897p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
898p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
899p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
900p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
901p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
902p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
903b14 = Instance.new("SpecialMesh", p14)
904b14.MeshType = Enum.MeshType.Brick
905b14.Name = "Mesh"
906b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
907p15 = Instance.new("Part", m)
908p15.BrickColor = BrickColor.new("Lime green")
909p15.Material = Enum.Material.Granite
910p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
911p15.FormFactor = Enum.FormFactor.Custom
912p15.Size = Vector3.new(1, 1, 1)
913p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
914p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
915p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
916p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
917p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
918p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
919b15 = Instance.new("SpecialMesh", p15)
920b15.MeshType = Enum.MeshType.Sphere
921b15.Name = "Mesh"
922p16 = Instance.new("Part", m)
923p16.BrickColor = BrickColor.new("Black")
924p16.Material = Enum.Material.Metal
925p16.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)
926p16.FormFactor = Enum.FormFactor.Custom
927p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
928p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
929p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
930p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
931p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
932p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
933p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
934b16 = Instance.new("SpecialMesh", p16)
935b16.MeshType = Enum.MeshType.Brick
936b16.Name = "Mesh"
937b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
938p17 = Instance.new("Part", m)
939p17.BrickColor = BrickColor.new("Black")
940p17.Material = Enum.Material.SmoothPlastic
941p17.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)
942p17.FormFactor = Enum.FormFactor.Custom
943p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
944p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
945p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
946p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
947p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
948p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
949p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
950b17 = Instance.new("SpecialMesh", p17)
951b17.MeshType = Enum.MeshType.Brick
952b17.Name = "Mesh"
953b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
954p18 = Instance.new("Part", m)
955p18.BrickColor = BrickColor.new("Black")
956p18.Material = Enum.Material.SmoothPlastic
957p18.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)
958p18.FormFactor = Enum.FormFactor.Custom
959p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
960p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
961p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
962p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
963p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
964p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
965p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
966b18 = Instance.new("SpecialMesh", p18)
967b18.MeshType = Enum.MeshType.Brick
968b18.Name = "Mesh"
969b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
970p19 = Instance.new("Part", m)
971p19.BrickColor = BrickColor.new("Black")
972p19.Material = Enum.Material.SmoothPlastic
973p19.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)
974p19.FormFactor = Enum.FormFactor.Custom
975p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
976p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
977p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
978p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
979p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
980p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
981p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
982b19 = Instance.new("SpecialMesh", p19)
983b19.MeshType = Enum.MeshType.Brick
984b19.Name = "Mesh"
985b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
986p20 = Instance.new("Part", m)
987p20.BrickColor = BrickColor.new("Really black")
988p20.Material = Enum.Material.SmoothPlastic
989p20.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)
990p20.FormFactor = Enum.FormFactor.Custom
991p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
992p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
993p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
994p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
995p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
996p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
997p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
998b20 = Instance.new("SpecialMesh", p20)
999b20.MeshType = Enum.MeshType.Brick
1000b20.Name = "Mesh"
1001b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1002p21 = Instance.new("Part", m)
1003p21.BrickColor = BrickColor.new("Black")
1004p21.Material = Enum.Material.Metal
1005p21.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)
1006p21.FormFactor = Enum.FormFactor.Custom
1007p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1008p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1009p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1010p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1011p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1012p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1013p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1014b21 = Instance.new("SpecialMesh", p21)
1015b21.MeshType = Enum.MeshType.Wedge
1016b21.Name = "Mesh"
1017b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1018p22 = Instance.new("Part", m)
1019p22.BrickColor = BrickColor.new("Black")
1020p22.Material = Enum.Material.Metal
1021p22.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)
1022p22.FormFactor = Enum.FormFactor.Custom
1023p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1024p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1025p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1026p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1027p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1028p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1029p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1030b22 = Instance.new("SpecialMesh", p22)
1031b22.MeshType = Enum.MeshType.Brick
1032b22.Name = "Mesh"
1033b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1034p23 = Instance.new("Part", m)
1035p23.BrickColor = BrickColor.new("Black")
1036p23.Material = Enum.Material.Metal
1037p23.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)
1038p23.FormFactor = Enum.FormFactor.Custom
1039p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1040p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1041p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1042p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1043p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1044p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1045p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1046b23 = Instance.new("SpecialMesh", p23)
1047b23.MeshType = Enum.MeshType.Brick
1048b23.Name = "Mesh"
1049b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1050p24 = Instance.new("Part", m)
1051p24.BrickColor = BrickColor.new("Black")
1052p24.Material = Enum.Material.Metal
1053p24.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)
1054p24.FormFactor = Enum.FormFactor.Custom
1055p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1056p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1057p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1058p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1059p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1060p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1061p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1062b24 = Instance.new("SpecialMesh", p24)
1063b24.MeshType = Enum.MeshType.Brick
1064b24.Name = "Mesh"
1065b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1066p25 = Instance.new("Part", m)
1067p25.BrickColor = BrickColor.new("Black")
1068p25.Material = Enum.Material.Metal
1069p25.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)
1070p25.FormFactor = Enum.FormFactor.Custom
1071p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1072p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1073p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1074p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1075p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1076p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1077p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1078b25 = Instance.new("SpecialMesh", p25)
1079b25.MeshType = Enum.MeshType.Brick
1080b25.Name = "Mesh"
1081b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1082p26 = Instance.new("Part", m)
1083p26.BrickColor = BrickColor.new("Black")
1084p26.Material = Enum.Material.Metal
1085p26.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)
1086p26.FormFactor = Enum.FormFactor.Custom
1087p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1088p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1089p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1090p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1091p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1092p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1093p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1094b26 = Instance.new("SpecialMesh", p26)
1095b26.MeshType = Enum.MeshType.Brick
1096b26.Name = "Mesh"
1097b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1098p27 = Instance.new("Part", m)
1099p27.BrickColor = BrickColor.new("Black")
1100p27.Material = Enum.Material.Metal
1101p27.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)
1102p27.FormFactor = Enum.FormFactor.Custom
1103p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1104p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1105p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1106p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1107p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1108p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1109p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1110b27 = Instance.new("SpecialMesh", p27)
1111b27.MeshType = Enum.MeshType.Brick
1112b27.Name = "Mesh"
1113b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1114p28 = Instance.new("Part", m)
1115p28.BrickColor = BrickColor.new("Black")
1116p28.Material = Enum.Material.Metal
1117p28.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)
1118p28.FormFactor = Enum.FormFactor.Custom
1119p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1120p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1121p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1122p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1123p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1124p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1125p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1126b28 = Instance.new("SpecialMesh", p28)
1127b28.MeshType = Enum.MeshType.Brick
1128b28.Name = "Mesh"
1129b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1130p29 = Instance.new("Part", m)
1131p29.BrickColor = BrickColor.new("Black")
1132p29.Material = Enum.Material.Metal
1133p29.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)
1134p29.FormFactor = Enum.FormFactor.Custom
1135p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1136p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1137p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1138p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1139p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1140p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1141p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1142b29 = Instance.new("SpecialMesh", p29)
1143b29.MeshType = Enum.MeshType.Brick
1144b29.Name = "Mesh"
1145b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1146p30 = Instance.new("Part", m)
1147p30.BrickColor = BrickColor.new("Black")
1148p30.Material = Enum.Material.Metal
1149p30.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)
1150p30.FormFactor = Enum.FormFactor.Custom
1151p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1152p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1153p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1154p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1155p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1156p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1157p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1158b30 = Instance.new("SpecialMesh", p30)
1159b30.MeshType = Enum.MeshType.Wedge
1160b30.Name = "Mesh"
1161b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1162p31 = Instance.new("Part", m)
1163p31.BrickColor = BrickColor.new("Black")
1164p31.Material = Enum.Material.Metal
1165p31.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)
1166p31.FormFactor = Enum.FormFactor.Custom
1167p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1168p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1169p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1170p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1171p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1172p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1173p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1174b31 = Instance.new("SpecialMesh", p31)
1175b31.MeshType = Enum.MeshType.Brick
1176b31.Name = "Mesh"
1177b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1178p32 = Instance.new("Part", m)
1179p32.BrickColor = BrickColor.new("Black")
1180p32.Material = Enum.Material.Metal
1181p32.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)
1182p32.FormFactor = Enum.FormFactor.Custom
1183p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1184p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1185p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1186p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1187p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1188p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1189p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1190b32 = Instance.new("SpecialMesh", p32)
1191b32.MeshType = Enum.MeshType.Wedge
1192b32.Name = "Mesh"
1193b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1194p33 = Instance.new("Part", m)
1195p33.BrickColor = BrickColor.new("Black")
1196p33.Material = Enum.Material.Metal
1197p33.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)
1198p33.FormFactor = Enum.FormFactor.Custom
1199p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1200p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1201p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1202p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1203p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1204p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1205p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1206b33 = Instance.new("SpecialMesh", p33)
1207b33.MeshType = Enum.MeshType.Brick
1208b33.Name = "Mesh"
1209b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1210p34 = Instance.new("Part", m)
1211p34.BrickColor = BrickColor.new("Black")
1212p34.Material = Enum.Material.Metal
1213p34.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)
1214p34.FormFactor = Enum.FormFactor.Custom
1215p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1216p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1217p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1218p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1219p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1220p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1221p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1222b34 = Instance.new("SpecialMesh", p34)
1223b34.MeshType = Enum.MeshType.Brick
1224b34.Name = "Mesh"
1225b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1226w1 = Instance.new("Weld", p1)
1227w1.Name = "Part_Weld"
1228w1.Part0 = p1
1229w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1230w1.Part1 = p2
1231w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1232w2 = Instance.new("Weld", p2)
1233w2.Name = "Part_Weld"
1234w2.Part0 = p2
1235w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1236w2.Part1 = p3
1237w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1238w3 = Instance.new("Weld", p3)
1239w3.Name = "LeftArmPlate_Weld"
1240w3.Part0 = p3
1241w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1242w3.Part1 = p4
1243w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1244w4 = Instance.new("Weld", p4)
1245w4.Name = "Part_Weld"
1246w4.Part0 = p4
1247w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1248w4.Part1 = p5
1249w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1250w5 = Instance.new("Weld", p5)
1251w5.Name = "Part_Weld"
1252w5.Part0 = p5
1253w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1254w5.Part1 = p6
1255w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1256w6 = Instance.new("Weld", p6)
1257w6.Name = "Part_Weld"
1258w6.Part0 = p6
1259w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1260w6.Part1 = p7
1261w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1262w7 = Instance.new("Weld", p7)
1263w7.Name = "Part_Weld"
1264w7.Part0 = p7
1265w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1266w7.Part1 = p8
1267w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1268w8 = Instance.new("Weld", p8)
1269w8.Name = "Part_Weld"
1270w8.Part0 = p8
1271w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1272w8.Part1 = p9
1273w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1274w9 = Instance.new("Weld", p9)
1275w9.Name = "Part_Weld"
1276w9.Part0 = p9
1277w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1278w9.Part1 = p10
1279w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1280w10 = Instance.new("Weld", p10)
1281w10.Name = "Part_Weld"
1282w10.Part0 = p10
1283w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1284w10.Part1 = p11
1285w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1286w11 = Instance.new("Weld", p11)
1287w11.Name = "Part_Weld"
1288w11.Part0 = p11
1289w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1290w11.Part1 = p12
1291w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1292w12 = Instance.new("Weld", p12)
1293w12.Name = "Part_Weld"
1294w12.Part0 = p12
1295w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1296w12.Part1 = p13
1297w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1298w13 = Instance.new("Weld", p13)
1299w13.Name = "Part_Weld"
1300w13.Part0 = p13
1301w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1302w13.Part1 = p14
1303w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1304w14 = Instance.new("Weld", p14)
1305w14.Name = "Part_Weld"
1306w14.Part0 = p14
1307w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1308w14.Part1 = p15
1309w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1310w15 = Instance.new("Weld", p15)
1311w15.Name = "Part_Weld"
1312w15.Part0 = p15
1313w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1314w15.Part1 = p16
1315w15.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)
1316w16 = Instance.new("Weld", p16)
1317w16.Name = "Part_Weld"
1318w16.Part0 = p16
1319w16.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)
1320w16.Part1 = p17
1321w16.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)
1322w17 = Instance.new("Weld", p17)
1323w17.Name = "Part_Weld"
1324w17.Part0 = p17
1325w17.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)
1326w17.Part1 = p18
1327w17.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)
1328w18 = Instance.new("Weld", p18)
1329w18.Name = "Part_Weld"
1330w18.Part0 = p18
1331w18.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)
1332w18.Part1 = p19
1333w18.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)
1334w19 = Instance.new("Weld", p19)
1335w19.Name = "Part_Weld"
1336w19.Part0 = p19
1337w19.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)
1338w19.Part1 = p20
1339w19.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)
1340w20 = Instance.new("Weld", p20)
1341w20.Name = "Part_Weld"
1342w20.Part0 = p20
1343w20.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)
1344w20.Part1 = p21
1345w20.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)
1346w21 = Instance.new("Weld", p21)
1347w21.Name = "Part_Weld"
1348w21.Part0 = p21
1349w21.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)
1350w21.Part1 = p22
1351w21.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)
1352w22 = Instance.new("Weld", p22)
1353w22.Name = "Part_Weld"
1354w22.Part0 = p22
1355w22.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)
1356w22.Part1 = p23
1357w22.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)
1358w23 = Instance.new("Weld", p23)
1359w23.Name = "Part_Weld"
1360w23.Part0 = p23
1361w23.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)
1362w23.Part1 = p24
1363w23.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)
1364w24 = Instance.new("Weld", p24)
1365w24.Name = "Part_Weld"
1366w24.Part0 = p24
1367w24.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)
1368w24.Part1 = p25
1369w24.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)
1370w25 = Instance.new("Weld", p25)
1371w25.Name = "Part_Weld"
1372w25.Part0 = p25
1373w25.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)
1374w25.Part1 = p26
1375w25.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)
1376w26 = Instance.new("Weld", p26)
1377w26.Name = "Part_Weld"
1378w26.Part0 = p26
1379w26.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)
1380w26.Part1 = p27
1381w26.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)
1382w27 = Instance.new("Weld", p27)
1383w27.Name = "Part_Weld"
1384w27.Part0 = p27
1385w27.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)
1386w27.Part1 = p28
1387w27.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)
1388w28 = Instance.new("Weld", p28)
1389w28.Name = "Part_Weld"
1390w28.Part0 = p28
1391w28.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)
1392w28.Part1 = p29
1393w28.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)
1394w29 = Instance.new("Weld", p29)
1395w29.Name = "Part_Weld"
1396w29.Part0 = p29
1397w29.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)
1398w29.Part1 = p30
1399w29.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)
1400w30 = Instance.new("Weld", p30)
1401w30.Name = "Part_Weld"
1402w30.Part0 = p30
1403w30.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)
1404w30.Part1 = p31
1405w30.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)
1406w31 = Instance.new("Weld", p31)
1407w31.Name = "Part_Weld"
1408w31.Part0 = p31
1409w31.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)
1410w31.Part1 = p32
1411w31.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)
1412w32 = Instance.new("Weld", p32)
1413w32.Name = "Part_Weld"
1414w32.Part0 = p32
1415w32.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)
1416w32.Part1 = p33
1417w32.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)
1418w33 = Instance.new("Weld", p33)
1419w33.Name = "Part_Weld"
1420w33.Part0 = p33
1421w33.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)
1422w33.Part1 = p34
1423w33.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)
1424m.Parent = larm
1425m:MakeJoints()
1426----------------------------------------------------
1427local cor = Instance.new("Part", larm.LeftArm)
1428cor.Name = "Thingy"
1429cor.Locked = true
1430cor.BottomSurface = 0
1431cor.CanCollide = false
1432cor.Size = Vector3.new(1, 1, 1)
1433cor.Transparency = 1
1434cor.TopSurface = 0
1435corw = Instance.new("Weld", cor)
1436corw.Part0 = larm
1437corw.Part1 = cor
1438corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1439corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1440weld1 = Instance.new("Weld", larm.LeftArm)
1441weld1.Part0 = cor
1442weld1.Part1 = larm.LeftArm.LeftArmPlate
1443weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1444--Right Arm
1445m2 = Instance.new("Model")
1446m2.Name = "RightArm"
1447p1 = Instance.new("Part", m2)
1448p1.BrickColor = BrickColor.new("Lime green")
1449p1.Material = Enum.Material.Granite
1450p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1451p1.FormFactor = Enum.FormFactor.Custom
1452p1.Size = Vector3.new(1, 0.200000048, 1)
1453p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1454p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1455p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1456p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1457p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1458p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1459b1 = Instance.new("SpecialMesh", p1)
1460b1.MeshType = Enum.MeshType.Brick
1461b1.Name = "Mesh"
1462b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1463p2 = Instance.new("Part", m2)
1464p2.BrickColor = BrickColor.new("Lime green")
1465p2.Material = Enum.Material.Granite
1466p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1467p2.FormFactor = Enum.FormFactor.Custom
1468p2.Size = Vector3.new(1, 0.200000048, 1)
1469p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1470p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1471p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1472p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1473p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1474p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1475b2 = Instance.new("SpecialMesh", p2)
1476b2.MeshType = Enum.MeshType.Brick
1477b2.Name = "Mesh"
1478b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1479p3 = Instance.new("Part", m2)
1480p3.BrickColor = BrickColor.new("Lime green")
1481p3.Material = Enum.Material.Granite
1482p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1483p3.FormFactor = Enum.FormFactor.Custom
1484p3.Size = Vector3.new(1, 0.200000048, 1)
1485p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1486p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1487p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1488p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1489p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1490p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1491b3 = Instance.new("SpecialMesh", p3)
1492b3.MeshType = Enum.MeshType.Brick
1493b3.Name = "Mesh"
1494b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1495p4 = Instance.new("Part", m2)
1496p4.BrickColor = BrickColor.new("Lime green")
1497p4.Material = Enum.Material.Granite
1498p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1499p4.FormFactor = Enum.FormFactor.Custom
1500p4.Size = Vector3.new(1, 0.200000048, 1)
1501p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1502p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1503p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1504p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1505p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1506p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1507b4 = Instance.new("SpecialMesh", p4)
1508b4.MeshType = Enum.MeshType.Brick
1509b4.Name = "Mesh"
1510b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1511p5 = Instance.new("Part", m2)
1512p5.BrickColor = BrickColor.new("Lime green")
1513p5.Material = Enum.Material.Granite
1514p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1515p5.FormFactor = Enum.FormFactor.Custom
1516p5.Size = Vector3.new(1, 0.200000048, 1)
1517p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1518p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1519p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1520p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1521p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1522p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1523b5 = Instance.new("SpecialMesh", p5)
1524b5.MeshType = Enum.MeshType.Brick
1525b5.Name = "Mesh"
1526b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1527p6 = Instance.new("Part", m2)
1528p6.BrickColor = BrickColor.new("Lime green")
1529p6.Material = Enum.Material.Granite
1530p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1531p6.FormFactor = Enum.FormFactor.Custom
1532p6.Size = Vector3.new(1, 1, 1)
1533p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1534p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1535p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1536p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1537p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1538p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1539b6 = Instance.new("SpecialMesh", p6)
1540b6.MeshType = Enum.MeshType.Sphere
1541b6.Name = "Mesh"
1542p7 = Instance.new("Part", m2)
1543p7.BrickColor = BrickColor.new("Black")
1544p7.Material = Enum.Material.SmoothPlastic
1545p7.Name = "RightArmPlate"
1546p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1547p7.FormFactor = Enum.FormFactor.Symmetric
1548p7.Size = Vector3.new(1, 2, 1)
1549p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1550p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1551p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1552p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1553p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1554p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1555b7 = Instance.new("SpecialMesh", p7)
1556b7.MeshType = Enum.MeshType.Brick
1557b7.Name = "Mesh"
1558b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1559p8 = Instance.new("Part", m2)
1560p8.BrickColor = BrickColor.new("Lime green")
1561p8.Material = Enum.Material.Granite
1562p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1563p8.FormFactor = Enum.FormFactor.Custom
1564p8.Size = Vector3.new(1, 0.200000048, 1)
1565p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1566p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1567p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1568p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1569p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1570p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1571b8 = Instance.new("SpecialMesh", p8)
1572b8.MeshType = Enum.MeshType.Brick
1573b8.Name = "Mesh"
1574b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1575p9 = Instance.new("Part", m2)
1576p9.BrickColor = BrickColor.new("Black")
1577p9.Material = Enum.Material.SmoothPlastic
1578p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1579p9.FormFactor = Enum.FormFactor.Custom
1580p9.Size = Vector3.new(1, 0.349999994, 1)
1581p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1582p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1583p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1584p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1585p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1586p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1587b9 = Instance.new("SpecialMesh", p9)
1588b9.MeshType = Enum.MeshType.Brick
1589b9.Name = "Mesh"
1590b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1591p10 = Instance.new("Part", m2)
1592p10.BrickColor = BrickColor.new("Black")
1593p10.Material = Enum.Material.Metal
1594p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1595p10.FormFactor = Enum.FormFactor.Custom
1596p10.Size = Vector3.new(1, 0.25, 1)
1597p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1598p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1599p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1600p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1601p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1602p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1603b10 = Instance.new("SpecialMesh", p10)
1604b10.MeshType = Enum.MeshType.Brick
1605b10.Name = "Mesh"
1606b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1607p11 = Instance.new("Part", m2)
1608p11.BrickColor = BrickColor.new("Black")
1609p11.Material = Enum.Material.Metal
1610p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1611p11.FormFactor = Enum.FormFactor.Custom
1612p11.Size = Vector3.new(1, 0.25, 1)
1613p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1614p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1615p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1616p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1617p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1618p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1619b11 = Instance.new("SpecialMesh", p11)
1620b11.MeshType = Enum.MeshType.Brick
1621b11.Name = "Mesh"
1622b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1623p12 = Instance.new("Part", m2)
1624p12.BrickColor = BrickColor.new("Black")
1625p12.Material = Enum.Material.Metal
1626p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1627p12.FormFactor = Enum.FormFactor.Custom
1628p12.Size = Vector3.new(1, 0.25, 1)
1629p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1630p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1631p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1632p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1633p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1634p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1635b12 = Instance.new("SpecialMesh", p12)
1636b12.MeshType = Enum.MeshType.Brick
1637b12.Name = "Mesh"
1638b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1639p13 = Instance.new("Part", m2)
1640p13.BrickColor = BrickColor.new("Lime green")
1641p13.Material = Enum.Material.Granite
1642p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1643p13.FormFactor = Enum.FormFactor.Custom
1644p13.Size = Vector3.new(1, 0.200000048, 1)
1645p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1646p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1647p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1648p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1649p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1650p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1651b13 = Instance.new("SpecialMesh", p13)
1652b13.MeshType = Enum.MeshType.Brick
1653b13.Name = "Mesh"
1654b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1655p14 = Instance.new("Part", m2)
1656p14.BrickColor = BrickColor.new("Black")
1657p14.Material = Enum.Material.Metal
1658p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1659p14.FormFactor = Enum.FormFactor.Custom
1660p14.Size = Vector3.new(1, 0.25, 1)
1661p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1662p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1663p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1664p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1665p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1666p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1667b14 = Instance.new("SpecialMesh", p14)
1668b14.MeshType = Enum.MeshType.Brick
1669b14.Name = "Mesh"
1670b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1671p15 = Instance.new("Part", m2)
1672p15.BrickColor = BrickColor.new("Lime green")
1673p15.Material = Enum.Material.Granite
1674p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1675p15.FormFactor = Enum.FormFactor.Custom
1676p15.Size = Vector3.new(1, 0.200000048, 1)
1677p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1678p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1679p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1680p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1681p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1682p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1683b15 = Instance.new("SpecialMesh", p15)
1684b15.MeshType = Enum.MeshType.Brick
1685b15.Name = "Mesh"
1686b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1687p16 = Instance.new("Part", m2)
1688p16.BrickColor = BrickColor.new("Black")
1689p16.Material = Enum.Material.SmoothPlastic
1690p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1691p16.FormFactor = Enum.FormFactor.Custom
1692p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1693p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1694p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1695p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1696p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1697p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1698p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1699b16 = Instance.new("SpecialMesh", p16)
1700b16.MeshType = Enum.MeshType.Brick
1701b16.Name = "Mesh"
1702b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1703p17 = Instance.new("Part", m2)
1704p17.BrickColor = BrickColor.new("Black")
1705p17.Material = Enum.Material.SmoothPlastic
1706p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1707p17.FormFactor = Enum.FormFactor.Custom
1708p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1709p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1710p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1711p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1712p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1713p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1714p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1715b17 = Instance.new("SpecialMesh", p17)
1716b17.MeshType = Enum.MeshType.Brick
1717b17.Name = "Mesh"
1718b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1719p18 = Instance.new("Part", m2)
1720p18.BrickColor = BrickColor.new("Really black")
1721p18.Material = Enum.Material.SmoothPlastic
1722p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1723p18.FormFactor = Enum.FormFactor.Custom
1724p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1725p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1726p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1727p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1728p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1729p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1730p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1731b18 = Instance.new("SpecialMesh", p18)
1732b18.MeshType = Enum.MeshType.Brick
1733b18.Name = "Mesh"
1734b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1735p19 = Instance.new("Part", m2)
1736p19.BrickColor = BrickColor.new("Black")
1737p19.Material = Enum.Material.SmoothPlastic
1738p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1739p19.FormFactor = Enum.FormFactor.Custom
1740p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1741p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1742p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1743p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1744p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1745p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1746p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1747b19 = Instance.new("SpecialMesh", p19)
1748b19.MeshType = Enum.MeshType.Brick
1749b19.Name = "Mesh"
1750b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1751w1 = Instance.new("Weld", p1)
1752w1.Name = "Part_Weld"
1753w1.Part0 = p1
1754w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1755w1.Part1 = p2
1756w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1757w2 = Instance.new("Weld", p2)
1758w2.Name = "Part_Weld"
1759w2.Part0 = p2
1760w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1761w2.Part1 = p3
1762w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1763w3 = Instance.new("Weld", p3)
1764w3.Name = "Part_Weld"
1765w3.Part0 = p3
1766w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1767w3.Part1 = p4
1768w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1769w4 = Instance.new("Weld", p4)
1770w4.Name = "Part_Weld"
1771w4.Part0 = p4
1772w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1773w4.Part1 = p5
1774w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1775w5 = Instance.new("Weld", p5)
1776w5.Name = "Part_Weld"
1777w5.Part0 = p5
1778w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1779w5.Part1 = p6
1780w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1781w6 = Instance.new("Weld", p6)
1782w6.Name = "RightArmPlate_Weld"
1783w6.Part0 = p6
1784w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1785w6.Part1 = p7
1786w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1787w7 = Instance.new("Weld", p7)
1788w7.Name = "Part_Weld"
1789w7.Part0 = p7
1790w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1791w7.Part1 = p8
1792w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1793w8 = Instance.new("Weld", p8)
1794w8.Name = "Part_Weld"
1795w8.Part0 = p8
1796w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1797w8.Part1 = p9
1798w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1799w9 = Instance.new("Weld", p9)
1800w9.Name = "Part_Weld"
1801w9.Part0 = p9
1802w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1803w9.Part1 = p10
1804w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1805w10 = Instance.new("Weld", p10)
1806w10.Name = "Part_Weld"
1807w10.Part0 = p10
1808w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1809w10.Part1 = p11
1810w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1811w11 = Instance.new("Weld", p11)
1812w11.Name = "Part_Weld"
1813w11.Part0 = p11
1814w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1815w11.Part1 = p12
1816w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1817w12 = Instance.new("Weld", p12)
1818w12.Name = "Part_Weld"
1819w12.Part0 = p12
1820w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1821w12.Part1 = p13
1822w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1823w13 = Instance.new("Weld", p13)
1824w13.Name = "Part_Weld"
1825w13.Part0 = p13
1826w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1827w13.Part1 = p14
1828w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1829w14 = Instance.new("Weld", p14)
1830w14.Name = "Part_Weld"
1831w14.Part0 = p14
1832w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1833w14.Part1 = p15
1834w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1835w15 = Instance.new("Weld", p15)
1836w15.Name = "Part_Weld"
1837w15.Part0 = p15
1838w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1839w15.Part1 = p16
1840w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1841w16 = Instance.new("Weld", p16)
1842w16.Name = "Part_Weld"
1843w16.Part0 = p16
1844w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1845w16.Part1 = p17
1846w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1847w17 = Instance.new("Weld", p17)
1848w17.Name = "Part_Weld"
1849w17.Part0 = p17
1850w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1851w17.Part1 = p18
1852w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1853w18 = Instance.new("Weld", p18)
1854w18.Name = "Part_Weld"
1855w18.Part0 = p18
1856w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1857w18.Part1 = p19
1858w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1859m2.Parent = rarm
1860m2:MakeJoints()
1861----------------------------------------------------
1862local cor2 = Instance.new("Part", rarm.RightArm)
1863cor2.Name = "Thingy"
1864cor2.Locked = true
1865cor2.BottomSurface = 0
1866cor2.CanCollide = false
1867cor2.Size = Vector3.new(1, 1, 1)
1868cor2.Transparency = 1
1869cor2.TopSurface = 0
1870corw2 = Instance.new("Weld", cor2)
1871corw2.Part0 = rarm
1872corw2.Part1 = cor2
1873corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1874corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1875weld2 = Instance.new("Weld", rarm.RightArm)
1876weld2.Part0 = cor2
1877weld2.Part1 = rarm.RightArm.RightArmPlate
1878weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1879--Torso
1880m3 = Instance.new("Model")
1881m3.Name = "Torso"
1882p1 = Instance.new("Part", m3)
1883p1.BrickColor = BrickColor.new("Really black")
1884p1.Material = Enum.Material.Metal
1885p1.Name = "TorsoPlate"
1886p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1887p1.CanCollide = false
1888p1.Locked = true
1889p1.FormFactor = Enum.FormFactor.Custom
1890p1.Size = Vector3.new(2, 2, 1)
1891p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1892p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1893p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1894p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1895p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1896p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1897b1 = Instance.new("SpecialMesh", p1)
1898b1.MeshType = Enum.MeshType.Brick
1899b1.Name = "Mesh"
1900b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1901p2 = Instance.new("Part", m3)
1902p2.BrickColor = BrickColor.new("Really black")
1903p2.Material = Enum.Material.Metal
1904p2.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)
1905p2.CanCollide = false
1906p2.Locked = true
1907p2.FormFactor = Enum.FormFactor.Custom
1908p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1909b2 = Instance.new("SpecialMesh", p2)
1910b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1911b2.TextureId = ""
1912b2.MeshType = Enum.MeshType.FileMesh
1913b2.Name = "Mesh"
1914b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1915p3 = Instance.new("Part", m3)
1916p3.BrickColor = BrickColor.new("Black")
1917p3.Material = Enum.Material.Metal
1918p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1919p3.CanCollide = false
1920p3.Locked = true
1921p3.FormFactor = Enum.FormFactor.Custom
1922p3.Size = Vector3.new(2, 2, 0.200000018)
1923p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1924p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1925p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1926p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1927p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1928p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1929b3 = Instance.new("SpecialMesh", p3)
1930b3.MeshType = Enum.MeshType.Brick
1931b3.Name = "Mesh"
1932b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1933p4 = Instance.new("Part", m3)
1934p4.BrickColor = BrickColor.new("Black")
1935p4.Material = Enum.Material.Metal
1936p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1937p4.CanCollide = false
1938p4.Locked = true
1939p4.FormFactor = Enum.FormFactor.Custom
1940p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1941p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1942p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1943p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1944p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1945p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1946p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1947b4 = Instance.new("SpecialMesh", p4)
1948b4.MeshType = Enum.MeshType.Brick
1949b4.Name = "Mesh"
1950b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1951p5 = Instance.new("Part", m3)
1952p5.BrickColor = BrickColor.new("Black")
1953p5.Material = Enum.Material.Metal
1954p5.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)
1955p5.CanCollide = false
1956p5.Locked = true
1957p5.FormFactor = Enum.FormFactor.Custom
1958p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1959p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1960p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1961p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1962p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1963p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1964p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1965b5 = Instance.new("SpecialMesh", p5)
1966b5.MeshType = Enum.MeshType.Wedge
1967b5.Name = "Mesh"
1968b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1969p6 = Instance.new("Part", m3)
1970p6.BrickColor = BrickColor.new("Black")
1971p6.Material = Enum.Material.Metal
1972p6.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)
1973p6.CanCollide = false
1974p6.Locked = true
1975p6.FormFactor = Enum.FormFactor.Custom
1976p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1977p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1978p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1979p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1980p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1981p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1982p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1983b6 = Instance.new("SpecialMesh", p6)
1984b6.MeshType = Enum.MeshType.Wedge
1985b6.Name = "Mesh"
1986b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1987p7 = Instance.new("Part", m3)
1988p7.BrickColor = BrickColor.new("Black")
1989p7.Material = Enum.Material.Metal
1990p7.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)
1991p7.CanCollide = false
1992p7.Locked = true
1993p7.FormFactor = Enum.FormFactor.Custom
1994p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1995p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1996p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1997p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1998p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1999p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2000p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2001b7 = Instance.new("SpecialMesh", p7)
2002b7.MeshType = Enum.MeshType.Wedge
2003b7.Name = "Mesh"
2004p8 = Instance.new("Part", m3)
2005p8.BrickColor = BrickColor.new("Black")
2006p8.Material = Enum.Material.Metal
2007p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2008p8.CanCollide = false
2009p8.Locked = true
2010p8.FormFactor = Enum.FormFactor.Custom
2011p8.Size = Vector3.new(1, 2, 0.200000018)
2012p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2013p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2014p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2015p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2016p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2017p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2018b8 = Instance.new("SpecialMesh", p8)
2019b8.MeshType = Enum.MeshType.Brick
2020b8.Name = "Mesh"
2021b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2022p9 = Instance.new("Part", m3)
2023p9.BrickColor = BrickColor.new("Black")
2024p9.Material = Enum.Material.Metal
2025p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2026p9.CanCollide = false
2027p9.Locked = true
2028p9.FormFactor = Enum.FormFactor.Custom
2029p9.Size = Vector3.new(1, 2, 0.200000018)
2030p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2031p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2032p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2033p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2034p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2035p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2036b9 = Instance.new("SpecialMesh", p9)
2037b9.MeshType = Enum.MeshType.Brick
2038b9.Name = "Mesh"
2039b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2040p10 = Instance.new("Part", m3)
2041p10.BrickColor = BrickColor.new("Black")
2042p10.Material = Enum.Material.Metal
2043p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2044p10.CanCollide = false
2045p10.Locked = true
2046p10.FormFactor = Enum.FormFactor.Custom
2047p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2048p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2049p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2050p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2051p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2052p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2053p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2054b10 = Instance.new("SpecialMesh", p10)
2055b10.MeshType = Enum.MeshType.Brick
2056b10.Name = "Mesh"
2057b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2058p11 = Instance.new("Part", m3)
2059p11.BrickColor = BrickColor.new("Really black")
2060p11.Material = Enum.Material.Metal
2061p11.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)
2062p11.CanCollide = false
2063p11.Locked = true
2064p11.FormFactor = Enum.FormFactor.Custom
2065p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2066b11 = Instance.new("SpecialMesh", p11)
2067b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2068b11.TextureId = ""
2069b11.MeshType = Enum.MeshType.FileMesh
2070b11.Name = "Mesh"
2071b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2072p12 = Instance.new("Part", m3)
2073p12.BrickColor = BrickColor.new("Really black")
2074p12.Material = Enum.Material.Metal
2075p12.Transparency = 1
2076p12.Name = "Chain2Torso"
2077p12.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)
2078p12.CanCollide = false
2079p12.Locked = true
2080p12.FormFactor = Enum.FormFactor.Custom
2081p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2082b12 = Instance.new("SpecialMesh", p12)
2083b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2084b12.TextureId = ""
2085b12.MeshType = Enum.MeshType.FileMesh
2086b12.Name = "Mesh"
2087b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2088p13 = Instance.new("Part", m3)
2089p13.BrickColor = BrickColor.new("Really black")
2090p13.Material = Enum.Material.Metal
2091p13.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)
2092p13.CanCollide = false
2093p13.Locked = true
2094p13.FormFactor = Enum.FormFactor.Custom
2095p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2096b13 = Instance.new("SpecialMesh", p13)
2097b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2098b13.TextureId = ""
2099b13.MeshType = Enum.MeshType.FileMesh
2100b13.Name = "Mesh"
2101b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2102p14 = Instance.new("Part", m3)
2103p14.BrickColor = BrickColor.new("Really black")
2104p14.Material = Enum.Material.Metal
2105p14.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)
2106p14.CanCollide = false
2107p14.Locked = true
2108p14.FormFactor = Enum.FormFactor.Custom
2109p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2110b14 = Instance.new("SpecialMesh", p14)
2111b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2112b14.TextureId = ""
2113b14.MeshType = Enum.MeshType.FileMesh
2114b14.Name = "Mesh"
2115b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2116p15 = Instance.new("Part", m3)
2117p15.BrickColor = BrickColor.new("Really black")
2118p15.Material = Enum.Material.Metal
2119p15.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)
2120p15.CanCollide = false
2121p15.Locked = true
2122p15.FormFactor = Enum.FormFactor.Custom
2123p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2124b15 = Instance.new("SpecialMesh", p15)
2125b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2126b15.TextureId = ""
2127b15.MeshType = Enum.MeshType.FileMesh
2128b15.Name = "Mesh"
2129b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2130p16 = Instance.new("Part", m3)
2131p16.BrickColor = BrickColor.new("Really black")
2132p16.Material = Enum.Material.Metal
2133p16.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)
2134p16.CanCollide = false
2135p16.Locked = true
2136p16.FormFactor = Enum.FormFactor.Custom
2137p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2138b16 = Instance.new("SpecialMesh", p16)
2139b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2140b16.TextureId = ""
2141b16.MeshType = Enum.MeshType.FileMesh
2142b16.Name = "Mesh"
2143b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2144p17 = Instance.new("Part", m3)
2145p17.BrickColor = BrickColor.new("Really black")
2146p17.Material = Enum.Material.Metal
2147p17.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)
2148p17.CanCollide = false
2149p17.Locked = true
2150p17.FormFactor = Enum.FormFactor.Custom
2151p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2152b17 = Instance.new("SpecialMesh", p17)
2153b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2154b17.TextureId = ""
2155b17.MeshType = Enum.MeshType.FileMesh
2156b17.Name = "Mesh"
2157b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2158p18 = Instance.new("Part", m3)
2159p18.BrickColor = BrickColor.new("Really black")
2160p18.Material = Enum.Material.Metal
2161p18.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)
2162p18.CanCollide = false
2163p18.Locked = true
2164p18.FormFactor = Enum.FormFactor.Custom
2165p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2166b18 = Instance.new("SpecialMesh", p18)
2167b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2168b18.TextureId = ""
2169b18.MeshType = Enum.MeshType.FileMesh
2170b18.Name = "Mesh"
2171b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2172p19 = Instance.new("Part", m3)
2173p19.BrickColor = BrickColor.new("Really black")
2174p19.Material = Enum.Material.Metal
2175p19.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)
2176p19.CanCollide = false
2177p19.Locked = true
2178p19.FormFactor = Enum.FormFactor.Custom
2179p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2180b19 = Instance.new("SpecialMesh", p19)
2181b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2182b19.TextureId = ""
2183b19.MeshType = Enum.MeshType.FileMesh
2184b19.Name = "Mesh"
2185b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2186p20 = Instance.new("Part", m3)
2187p20.BrickColor = BrickColor.new("Really black")
2188p20.Material = Enum.Material.Metal
2189p20.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)
2190p20.CanCollide = false
2191p20.Locked = true
2192p20.FormFactor = Enum.FormFactor.Custom
2193p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2194b20 = Instance.new("SpecialMesh", p20)
2195b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2196b20.TextureId = ""
2197b20.MeshType = Enum.MeshType.FileMesh
2198b20.Name = "Mesh"
2199b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2200p21 = Instance.new("Part", m3)
2201p21.BrickColor = BrickColor.new("Really black")
2202p21.Material = Enum.Material.Metal
2203p21.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)
2204p21.CanCollide = false
2205p21.Locked = true
2206p21.FormFactor = Enum.FormFactor.Custom
2207p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2208b21 = Instance.new("SpecialMesh", p21)
2209b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2210b21.TextureId = ""
2211b21.MeshType = Enum.MeshType.FileMesh
2212b21.Name = "Mesh"
2213b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2214p22 = Instance.new("Part", m3)
2215p22.BrickColor = BrickColor.new("Really black")
2216p22.Material = Enum.Material.Metal
2217p22.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)
2218p22.CanCollide = false
2219p22.Locked = true
2220p22.FormFactor = Enum.FormFactor.Custom
2221p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2222b22 = Instance.new("SpecialMesh", p22)
2223b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2224b22.TextureId = ""
2225b22.MeshType = Enum.MeshType.FileMesh
2226b22.Name = "Mesh"
2227b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2228p23 = Instance.new("Part", m3)
2229p23.BrickColor = BrickColor.new("Really black")
2230p23.Material = Enum.Material.Metal
2231p23.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)
2232p23.CanCollide = false
2233p23.Locked = true
2234p23.FormFactor = Enum.FormFactor.Custom
2235p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2236b23 = Instance.new("SpecialMesh", p23)
2237b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2238b23.TextureId = ""
2239b23.MeshType = Enum.MeshType.FileMesh
2240b23.Name = "Mesh"
2241b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2242p24 = Instance.new("Part", m3)
2243p24.BrickColor = BrickColor.new("Really black")
2244p24.Material = Enum.Material.Metal
2245p24.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)
2246p24.CanCollide = false
2247p24.Locked = true
2248p24.FormFactor = Enum.FormFactor.Custom
2249p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2250b24 = Instance.new("SpecialMesh", p24)
2251b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2252b24.TextureId = ""
2253b24.MeshType = Enum.MeshType.FileMesh
2254b24.Name = "Mesh"
2255b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2256p25 = Instance.new("Part", m3)
2257p25.BrickColor = BrickColor.new("Really black")
2258p25.Material = Enum.Material.Metal
2259p25.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)
2260p25.CanCollide = false
2261p25.Locked = true
2262p25.FormFactor = Enum.FormFactor.Custom
2263p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2264b25 = Instance.new("SpecialMesh", p25)
2265b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2266b25.TextureId = ""
2267b25.MeshType = Enum.MeshType.FileMesh
2268b25.Name = "Mesh"
2269b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2270p26 = Instance.new("Part", m3)
2271p26.BrickColor = BrickColor.new("Really black")
2272p26.Material = Enum.Material.Metal
2273p26.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)
2274p26.CanCollide = false
2275p26.Locked = true
2276p26.FormFactor = Enum.FormFactor.Custom
2277p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2278b26 = Instance.new("SpecialMesh", p26)
2279b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2280b26.TextureId = ""
2281b26.MeshType = Enum.MeshType.FileMesh
2282b26.Name = "Mesh"
2283b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2284p27 = Instance.new("Part", m3)
2285p27.BrickColor = BrickColor.new("Really black")
2286p27.Material = Enum.Material.Metal
2287p27.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)
2288p27.CanCollide = false
2289p27.Locked = true
2290p27.FormFactor = Enum.FormFactor.Custom
2291p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2292b27 = Instance.new("SpecialMesh", p27)
2293b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2294b27.TextureId = ""
2295b27.MeshType = Enum.MeshType.FileMesh
2296b27.Name = "Mesh"
2297b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2298p28 = Instance.new("Part", m3)
2299p28.BrickColor = BrickColor.new("Really black")
2300p28.Material = Enum.Material.Metal
2301p28.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)
2302p28.CanCollide = false
2303p28.Locked = true
2304p28.FormFactor = Enum.FormFactor.Custom
2305p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2306b28 = Instance.new("SpecialMesh", p28)
2307b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2308b28.TextureId = ""
2309b28.MeshType = Enum.MeshType.FileMesh
2310b28.Name = "Mesh"
2311b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2312p29 = Instance.new("Part", m3)
2313p29.BrickColor = BrickColor.new("Really black")
2314p29.Material = Enum.Material.Metal
2315p29.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)
2316p29.CanCollide = false
2317p29.Locked = true
2318p29.FormFactor = Enum.FormFactor.Custom
2319p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2320b29 = Instance.new("SpecialMesh", p29)
2321b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2322b29.TextureId = ""
2323b29.MeshType = Enum.MeshType.FileMesh
2324b29.Name = "Mesh"
2325b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2326p30 = Instance.new("Part", m3)
2327p30.BrickColor = BrickColor.new("Really black")
2328p30.Material = Enum.Material.Metal
2329p30.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)
2330p30.CanCollide = false
2331p30.Locked = true
2332p30.FormFactor = Enum.FormFactor.Custom
2333p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2334b30 = Instance.new("SpecialMesh", p30)
2335b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2336b30.TextureId = ""
2337b30.MeshType = Enum.MeshType.FileMesh
2338b30.Name = "Mesh"
2339b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2340p31 = Instance.new("Part", m3)
2341p31.BrickColor = BrickColor.new("Really black")
2342p31.Material = Enum.Material.Metal
2343p31.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)
2344p31.CanCollide = false
2345p31.Locked = true
2346p31.FormFactor = Enum.FormFactor.Custom
2347p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2348b31 = Instance.new("SpecialMesh", p31)
2349b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2350b31.TextureId = ""
2351b31.MeshType = Enum.MeshType.FileMesh
2352b31.Name = "Mesh"
2353b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2354p32 = Instance.new("Part", m3)
2355p32.BrickColor = BrickColor.new("Really black")
2356p32.Material = Enum.Material.Metal
2357p32.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)
2358p32.CanCollide = false
2359p32.Locked = true
2360p32.FormFactor = Enum.FormFactor.Custom
2361p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2362b32 = Instance.new("SpecialMesh", p32)
2363b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2364b32.TextureId = ""
2365b32.MeshType = Enum.MeshType.FileMesh
2366b32.Name = "Mesh"
2367b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2368p33 = Instance.new("Part", m3)
2369p33.BrickColor = BrickColor.new("Really black")
2370p33.Material = Enum.Material.Metal
2371p33.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)
2372p33.CanCollide = false
2373p33.Locked = true
2374p33.FormFactor = Enum.FormFactor.Custom
2375p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2376b33 = Instance.new("SpecialMesh", p33)
2377b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2378b33.TextureId = ""
2379b33.MeshType = Enum.MeshType.FileMesh
2380b33.Name = "Mesh"
2381b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2382p34 = Instance.new("Part", m3)
2383p34.BrickColor = BrickColor.new("Really black")
2384p34.Material = Enum.Material.Metal
2385p34.Name = "Connection"
2386p34.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)
2387p34.CanCollide = false
2388p34.Locked = true
2389p34.FormFactor = Enum.FormFactor.Custom
2390p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2391b34 = Instance.new("SpecialMesh", p34)
2392b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2393b34.TextureId = ""
2394b34.MeshType = Enum.MeshType.FileMesh
2395b34.Name = "Mesh"
2396b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2397p35 = Instance.new("Part", m3)
2398p35.BrickColor = BrickColor.new("Really black")
2399p35.Material = Enum.Material.Metal
2400p35.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)
2401p35.CanCollide = false
2402p35.Locked = true
2403p35.FormFactor = Enum.FormFactor.Custom
2404p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2405b35 = Instance.new("SpecialMesh", p35)
2406b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2407b35.TextureId = ""
2408b35.MeshType = Enum.MeshType.FileMesh
2409b35.Name = "Mesh"
2410b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2411p36 = Instance.new("Part", m3)
2412p36.BrickColor = BrickColor.new("Really black")
2413p36.Material = Enum.Material.Metal
2414p36.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)
2415p36.CanCollide = false
2416p36.Locked = true
2417p36.FormFactor = Enum.FormFactor.Custom
2418p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2419b36 = Instance.new("SpecialMesh", p36)
2420b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2421b36.TextureId = ""
2422b36.MeshType = Enum.MeshType.FileMesh
2423b36.Name = "Mesh"
2424b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2425w1 = Instance.new("Weld", p2)
2426w1.Name = "Joint"
2427w1.Part0 = p2
2428w1.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)
2429w1.Part1 = p18
2430w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2431w2 = Instance.new("Weld", p3)
2432w2.Name = "Joint"
2433w2.Part0 = p3
2434w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2435w2.Part1 = p1
2436w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2437w3 = Instance.new("Weld", p4)
2438w3.Name = "Joint"
2439w3.Part0 = p4
2440w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2441w3.Part1 = p1
2442w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2443w4 = Instance.new("Weld", p5)
2444w4.Name = "Joint"
2445w4.Part0 = p5
2446w4.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)
2447w4.Part1 = p7
2448w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2449w5 = Instance.new("Weld", p6)
2450w5.Name = "Joint"
2451w5.Part0 = p6
2452w5.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)
2453w5.Part1 = p7
2454w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2455w6 = Instance.new("Weld", p7)
2456w6.Name = "Joint"
2457w6.Part0 = p7
2458w6.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)
2459w6.Part1 = p1
2460w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2461w7 = Instance.new("Weld", p8)
2462w7.Name = "Joint"
2463w7.Part0 = p8
2464w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2465w7.Part1 = p1
2466w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2467w8 = Instance.new("Weld", p9)
2468w8.Name = "Joint"
2469w8.Part0 = p9
2470w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2471w8.Part1 = p1
2472w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2473w9 = Instance.new("Weld", p10)
2474w9.Name = "Joint"
2475w9.Part0 = p10
2476w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2477w9.Part1 = p1
2478w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2479w10 = Instance.new("Weld", p11)
2480w10.Name = "Joint"
2481w10.Part0 = p11
2482w10.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)
2483w10.Part1 = p19
2484w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2485w11 = Instance.new("Weld", p12)
2486w11.Name = "Joint"
2487w11.Part0 = p12
2488w11.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)
2489w11.Part1 = p1
2490w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2491w12 = Instance.new("Weld", p13)
2492w12.Name = "Joint"
2493w12.Part0 = p13
2494w12.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)
2495w12.Part1 = p35
2496w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2497w13 = Instance.new("Weld", p14)
2498w13.Name = "Joint"
2499w13.Part0 = p14
2500w13.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)
2501w13.Part1 = p34
2502w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2503w14 = Instance.new("Weld", p15)
2504w14.Name = "Joint"
2505w14.Part0 = p15
2506w14.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)
2507w14.Part1 = p16
2508w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2509w15 = Instance.new("Weld", p16)
2510w15.Name = "Joint"
2511w15.Part0 = p16
2512w15.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)
2513w15.Part1 = p20
2514w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2515w16 = Instance.new("Weld", p17)
2516w16.Name = "Joint"
2517w16.Part0 = p17
2518w16.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)
2519w16.Part1 = p14
2520w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2521w17 = Instance.new("Weld", p18)
2522w17.Name = "Joint"
2523w17.Part0 = p18
2524w17.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)
2525w17.Part1 = p17
2526w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2527w18 = Instance.new("Weld", p19)
2528w18.Name = "Joint"
2529w18.Part0 = p19
2530w18.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)
2531w18.Part1 = p21
2532w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2533w19 = Instance.new("Weld", p20)
2534w19.Name = "Joint"
2535w19.Part0 = p20
2536w19.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)
2537w19.Part1 = p11
2538w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2539w20 = Instance.new("Weld", p21)
2540w20.Name = "Joint"
2541w20.Part0 = p21
2542w20.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)
2543w20.Part1 = p22
2544w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2545w21 = Instance.new("Weld", p22)
2546w21.Name = "Joint"
2547w21.Part0 = p22
2548w21.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)
2549w21.Part1 = p23
2550w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2551w22 = Instance.new("Weld", p23)
2552w22.Name = "Joint"
2553w22.Part0 = p23
2554w22.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)
2555w22.Part1 = p24
2556w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2557w23 = Instance.new("Weld", p24)
2558w23.Name = "Joint"
2559w23.Part0 = p24
2560w23.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)
2561w23.Part1 = p25
2562w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2563w24 = Instance.new("Weld", p25)
2564w24.Name = "Joint"
2565w24.Part0 = p25
2566w24.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)
2567w24.Part1 = p26
2568w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2569w25 = Instance.new("Weld", p26)
2570w25.Name = "Joint"
2571w25.Part0 = p26
2572w25.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)
2573w25.Part1 = p27
2574w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2575w26 = Instance.new("Weld", p27)
2576w26.Name = "Joint"
2577w26.Part0 = p27
2578w26.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)
2579w26.Part1 = p28
2580w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2581w27 = Instance.new("Weld", p28)
2582w27.Name = "Joint"
2583w27.Part0 = p28
2584w27.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)
2585w27.Part1 = p29
2586w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2587w28 = Instance.new("Weld", p29)
2588w28.Name = "Joint"
2589w28.Part0 = p29
2590w28.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)
2591w28.Part1 = p30
2592w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2593w29 = Instance.new("Weld", p30)
2594w29.Name = "Joint"
2595w29.Part0 = p30
2596w29.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)
2597w29.Part1 = p31
2598w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2599w30 = Instance.new("Weld", p31)
2600w30.Name = "Joint"
2601w30.Part0 = p31
2602w30.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)
2603w30.Part1 = p32
2604w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2605w31 = Instance.new("Weld", p32)
2606w31.Name = "Joint"
2607w31.Part0 = p32
2608w31.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)
2609w31.Part1 = p33
2610w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2611w32 = Instance.new("Weld", p33)
2612w32.Name = "Joint"
2613w32.Part0 = p33
2614w32.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)
2615w32.Part1 = p13
2616w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2617w33 = Instance.new("Weld", p34)
2618w33.Name = "Joint"
2619w33.Part0 = p34
2620w33.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)
2621w33.Part1 = p12
2622w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2623w34 = Instance.new("Weld", p35)
2624w34.Name = "Joint"
2625w34.Part0 = p35
2626w34.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)
2627w34.Part1 = p36
2628w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2629w35 = Instance.new("Weld", p36)
2630w35.Name = "Joint"
2631w35.Part0 = p36
2632w35.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)
2633w35.Part1 = p2
2634w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2635m3.Parent = torso
2636m3:MakeJoints()
2637----------------------------------------------------
2638local cor3 = Instance.new("Part", torso.Torso)
2639cor3.Name = "Thingy"
2640cor3.Locked = true
2641cor3.BottomSurface = 0
2642cor3.CanCollide = false
2643cor3.Size = Vector3.new(1, 1, 1)
2644cor3.Transparency = 1
2645cor3.TopSurface = 0
2646corw3 = Instance.new("Weld", cor3)
2647corw3.Part0 = torso
2648corw3.Part1 = cor3
2649corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2650corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2651weld3 = Instance.new("Weld", torso.Torso)
2652weld3.Part0 = cor3
2653weld3.Part1 = torso.Torso.TorsoPlate
2654weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2655--Left Leg
2656m4 = Instance.new("Model")
2657m4.Name = "LeftLeg"
2658p1 = Instance.new("Part", m4)
2659p1.BrickColor = BrickColor.new("Really black")
2660p1.Material = Enum.Material.Metal
2661p1.Name = "LeftLegPlate"
2662p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2663p1.Anchored = false
2664p1.CanCollide = false
2665p1.FormFactor = Enum.FormFactor.Custom
2666p1.Size = Vector3.new(1, 2, 1)
2667p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2668p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2669p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2670p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2671p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2672p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2673b1 = Instance.new("SpecialMesh", p1)
2674b1.MeshType = Enum.MeshType.Brick
2675b1.Name = "Mesh"
2676b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2677p2 = Instance.new("Part", m4)
2678p2.BrickColor = BrickColor.new("Really black")
2679p2.Material = Enum.Material.Metal
2680p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2681p2.Anchored = false
2682p2.CanCollide = false
2683p2.FormFactor = Enum.FormFactor.Custom
2684p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2685p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2686p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2687p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2688p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2689p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2690p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2691b2 = Instance.new("SpecialMesh", p2)
2692b2.MeshType = Enum.MeshType.Brick
2693b2.Name = "Mesh"
2694b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2695p3 = Instance.new("Part", m4)
2696p3.BrickColor = BrickColor.new("Really black")
2697p3.Material = Enum.Material.Metal
2698p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2699p3.Anchored = false
2700p3.CanCollide = false
2701p3.FormFactor = Enum.FormFactor.Custom
2702p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2703p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2704p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2705p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2706p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2707p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2708p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2709b3 = Instance.new("SpecialMesh", p3)
2710b3.MeshType = Enum.MeshType.Brick
2711b3.Name = "Mesh"
2712b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2713p4 = Instance.new("Part", m4)
2714p4.BrickColor = BrickColor.new("Black")
2715p4.Material = Enum.Material.Metal
2716p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2717p4.Anchored = false
2718p4.CanCollide = false
2719p4.FormFactor = Enum.FormFactor.Custom
2720p4.Size = Vector3.new(1, 2, 0.200000018)
2721p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2722p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2723p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2724p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2725p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2726p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2727b4 = Instance.new("SpecialMesh", p4)
2728b4.MeshType = Enum.MeshType.Brick
2729b4.Name = "Mesh"
2730b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2731p5 = Instance.new("Part", m4)
2732p5.BrickColor = BrickColor.new("Black")
2733p5.Material = Enum.Material.Metal
2734p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2735p5.Anchored = false
2736p5.CanCollide = false
2737p5.FormFactor = Enum.FormFactor.Custom
2738p5.Size = Vector3.new(1, 2, 0.200000018)
2739p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2740p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2741p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2742p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2743p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2744p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2745b5 = Instance.new("SpecialMesh", p5)
2746b5.MeshType = Enum.MeshType.Brick
2747b5.Name = "Mesh"
2748b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2749p6 = Instance.new("Part", m4)
2750p6.BrickColor = BrickColor.new("Black")
2751p6.Material = Enum.Material.Metal
2752p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2753p6.Anchored = false
2754p6.CanCollide = false
2755p6.FormFactor = Enum.FormFactor.Custom
2756p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2757p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2758p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2759p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2760p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2761p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2762p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2763b6 = Instance.new("SpecialMesh", p6)
2764b6.MeshType = Enum.MeshType.Brick
2765b6.Name = "Mesh"
2766b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2767p7 = Instance.new("Part", m4)
2768p7.BrickColor = BrickColor.new("Black")
2769p7.Material = Enum.Material.Metal
2770p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2771p7.Anchored = false
2772p7.CanCollide = false
2773p7.FormFactor = Enum.FormFactor.Custom
2774p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2775p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2776p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2777p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2778p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2779p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2780p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2781b7 = Instance.new("SpecialMesh", p7)
2782b7.MeshType = Enum.MeshType.Brick
2783b7.Name = "Mesh"
2784b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2785w1 = Instance.new("Weld", p2)
2786w1.Name = "Joint"
2787w1.Part0 = p2
2788w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2789w1.Part1 = p3
2790w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2791w2 = Instance.new("Weld", p3)
2792w2.Name = "Joint"
2793w2.Part0 = p3
2794w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2795w2.Part1 = p5
2796w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2797w3 = Instance.new("Weld", p4)
2798w3.Name = "Joint"
2799w3.Part0 = p4
2800w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2801w3.Part1 = p1
2802w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2803w4 = Instance.new("Weld", p5)
2804w4.Name = "Joint"
2805w4.Part0 = p5
2806w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2807w4.Part1 = p1
2808w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2809w5 = Instance.new("Weld", p6)
2810w5.Name = "Joint"
2811w5.Part0 = p6
2812w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2813w5.Part1 = p1
2814w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2815w6 = Instance.new("Weld", p7)
2816w6.Name = "Joint"
2817w6.Part0 = p7
2818w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2819w6.Part1 = p1
2820w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2821m4.Parent = lleg
2822m4:MakeJoints()
2823----------------------------------------------------
2824local cor4 = Instance.new("Part", lleg.LeftLeg)
2825cor4.Name = "Thingy"
2826cor4.Locked = true
2827cor4.BottomSurface = 0
2828cor4.CanCollide = false
2829cor4.Size = Vector3.new(1, 1, 1)
2830cor4.Transparency = 1
2831cor4.TopSurface = 0
2832corw4 = Instance.new("Weld", cor4)
2833corw4.Part0 = lleg
2834corw4.Part1 = cor4
2835corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2836corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2837weld4 = Instance.new("Weld", lleg.LeftLeg)
2838weld4.Part0 = cor4
2839weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2840weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2841--Right Leg
2842m5 = Instance.new("Model")
2843m5.Name = "RightLeg"
2844p1 = Instance.new("Part", m5)
2845p1.BrickColor = BrickColor.new("Really black")
2846p1.Material = Enum.Material.Metal
2847p1.Name = "RightLegPlate"
2848p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2849p1.Anchored = false
2850p1.CanCollide = false
2851p1.FormFactor = Enum.FormFactor.Custom
2852p1.Size = Vector3.new(1, 2, 1)
2853p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2854p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2855p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2856p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2857p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2858p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2859b1 = Instance.new("SpecialMesh", p1)
2860b1.MeshType = Enum.MeshType.Brick
2861b1.Name = "Mesh"
2862b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2863p2 = Instance.new("Part", m5)
2864p2.BrickColor = BrickColor.new("Really black")
2865p2.Material = Enum.Material.Metal
2866p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2867p2.Anchored = false
2868p2.CanCollide = false
2869p2.FormFactor = Enum.FormFactor.Custom
2870p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2871p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2872p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2873p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2874p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2875p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2876p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2877b2 = Instance.new("SpecialMesh", p2)
2878b2.MeshType = Enum.MeshType.Brick
2879b2.Name = "Mesh"
2880b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2881p3 = Instance.new("Part", m5)
2882p3.BrickColor = BrickColor.new("Really black")
2883p3.Material = Enum.Material.Metal
2884p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2885p3.Anchored = false
2886p3.CanCollide = false
2887p3.FormFactor = Enum.FormFactor.Custom
2888p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2889p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2890p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2891p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2892p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2893p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2894p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2895b3 = Instance.new("SpecialMesh", p3)
2896b3.MeshType = Enum.MeshType.Brick
2897b3.Name = "Mesh"
2898b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2899p4 = Instance.new("Part", m5)
2900p4.BrickColor = BrickColor.new("Black")
2901p4.Material = Enum.Material.Metal
2902p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2903p4.Anchored = false
2904p4.CanCollide = false
2905p4.FormFactor = Enum.FormFactor.Custom
2906p4.Size = Vector3.new(1, 2, 0.200000018)
2907p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2908p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2909p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2910p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2911p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2912p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2913b4 = Instance.new("SpecialMesh", p4)
2914b4.MeshType = Enum.MeshType.Brick
2915b4.Name = "Mesh"
2916b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2917p5 = Instance.new("Part", m5)
2918p5.BrickColor = BrickColor.new("Black")
2919p5.Material = Enum.Material.Metal
2920p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2921p5.Anchored = false
2922p5.CanCollide = false
2923p5.FormFactor = Enum.FormFactor.Custom
2924p5.Size = Vector3.new(1, 2, 0.200000018)
2925p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2926p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2927p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2928p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2929p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2930p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2931b5 = Instance.new("SpecialMesh", p5)
2932b5.MeshType = Enum.MeshType.Brick
2933b5.Name = "Mesh"
2934b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2935p6 = Instance.new("Part", m5)
2936p6.BrickColor = BrickColor.new("Black")
2937p6.Material = Enum.Material.Metal
2938p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2939p6.Anchored = false
2940p6.CanCollide = false
2941p6.FormFactor = Enum.FormFactor.Custom
2942p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2943p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2944p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2945p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2946p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2947p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2948p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2949b6 = Instance.new("SpecialMesh", p6)
2950b6.MeshType = Enum.MeshType.Brick
2951b6.Name = "Mesh"
2952b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2953p7 = Instance.new("Part", m5)
2954p7.BrickColor = BrickColor.new("Black")
2955p7.Material = Enum.Material.Metal
2956p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2957p7.Anchored = false
2958p7.CanCollide = false
2959p7.FormFactor = Enum.FormFactor.Custom
2960p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2961p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2962p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2963p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2964p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2965p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2966p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2967b7 = Instance.new("SpecialMesh", p7)
2968b7.MeshType = Enum.MeshType.Brick
2969b7.Name = "Mesh"
2970b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2971w1 = Instance.new("Weld", p2)
2972w1.Name = "Joint"
2973w1.Part0 = p2
2974w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2975w1.Part1 = p3
2976w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2977w2 = Instance.new("Weld", p3)
2978w2.Name = "Joint"
2979w2.Part0 = p3
2980w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2981w2.Part1 = p5
2982w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2983w3 = Instance.new("Weld", p4)
2984w3.Name = "Joint"
2985w3.Part0 = p4
2986w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2987w3.Part1 = p1
2988w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2989w4 = Instance.new("Weld", p5)
2990w4.Name = "Joint"
2991w4.Part0 = p5
2992w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2993w4.Part1 = p1
2994w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2995w5 = Instance.new("Weld", p6)
2996w5.Name = "Joint"
2997w5.Part0 = p6
2998w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2999w5.Part1 = p1
3000w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3001w6 = Instance.new("Weld", p7)
3002w6.Name = "Joint"
3003w6.Part0 = p7
3004w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3005w6.Part1 = p1
3006w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3007m5.Parent = rleg
3008m5:MakeJoints()
3009----------------------------------------------------
3010local cor5 = Instance.new("Part", rleg.RightLeg)
3011cor5.Name = "Thingy"
3012cor5.Locked = true
3013cor5.BottomSurface = 0
3014cor5.CanCollide = false
3015cor5.Size = Vector3.new(1, 1, 1)
3016cor5.Transparency = 1
3017cor5.TopSurface = 0
3018corw5 = Instance.new("Weld", cor5)
3019corw5.Part0 = rleg
3020corw5.Part1 = cor5
3021corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3022corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3023wld5 = Instance.new("Weld", rleg.RightLeg)
3024wld5.Part0 = cor5
3025wld5.Part1 = rleg.RightLeg.RightLegPlate
3026wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3027--Cape
3028m6 = Instance.new("Model")
3029m6.Name = "Cloak"
3030p1 = Instance.new("WedgePart", m6)
3031p1.BrickColor = BrickColor.new("Lime green")
3032p1.Material = Enum.Material.SmoothPlastic
3033p1.Name = "Wedge"
3034p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3035p1.CanCollide = false
3036p1.Locked = true
3037p1.FormFactor = Enum.FormFactor.Custom
3038p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3039p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3040p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3041p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3042p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3043p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3044p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3045b1 = Instance.new("SpecialMesh", p1)
3046b1.MeshType = Enum.MeshType.Wedge
3047b1.Name = "Mesh"
3048b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3049p2 = Instance.new("WedgePart", m6)
3050p2.BrickColor = BrickColor.new("Black")
3051p2.Material = Enum.Material.SmoothPlastic
3052p2.Name = "Wedge"
3053p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3054p2.CanCollide = false
3055p2.Locked = true
3056p2.FormFactor = Enum.FormFactor.Custom
3057p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3058p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3059p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3060p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3061p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3062p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3063p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3064b2 = Instance.new("SpecialMesh", p2)
3065b2.MeshType = Enum.MeshType.Wedge
3066b2.Name = "Mesh"
3067b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3068p3 = Instance.new("Part", m6)
3069p3.BrickColor = BrickColor.new("Black")
3070p3.Material = Enum.Material.SmoothPlastic
3071p3.Name = "CapeLevel2"
3072p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3073p3.CanCollide = false
3074p3.Locked = true
3075p3.FormFactor = Enum.FormFactor.Custom
3076p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3077p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3078p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3079p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3080p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3081p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3082p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3083b3 = Instance.new("BlockMesh", p3)
3084b3.Name = "Mesh"
3085b3.Scale = Vector3.new(1, 1, 0.602178097)
3086p4 = Instance.new("Part", m6)
3087p4.BrickColor = BrickColor.new("Black")
3088p4.Material = Enum.Material.SmoothPlastic
3089p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3090p4.CanCollide = false
3091p4.Locked = true
3092p4.FormFactor = Enum.FormFactor.Custom
3093p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3094p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3095p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3096p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3097p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3098p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3099p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3100b4 = Instance.new("BlockMesh", p4)
3101b4.Name = "Mesh"
3102b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3103p5 = Instance.new("Part", m6)
3104p5.BrickColor = BrickColor.new("Black")
3105p5.Material = Enum.Material.SmoothPlastic
3106p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3107p5.CanCollide = false
3108p5.Locked = true
3109p5.FormFactor = Enum.FormFactor.Custom
3110p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3111p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3112p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3113p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3114p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3115p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3116p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3117b5 = Instance.new("BlockMesh", p5)
3118b5.Name = "Mesh"
3119b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3120p6 = Instance.new("Part", m6)
3121p6.BrickColor = BrickColor.new("Black")
3122p6.Material = Enum.Material.SmoothPlastic
3123p6.Name = "CapeLevel1"
3124p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3125p6.CanCollide = false
3126p6.Locked = true
3127p6.FormFactor = Enum.FormFactor.Custom
3128p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3129p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3130p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3131p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3132p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3133p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3134p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3135b6 = Instance.new("BlockMesh", p6)
3136b6.Name = "Mesh"
3137b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3138p7 = Instance.new("Part", m6)
3139p7.BrickColor = BrickColor.new("Black")
3140p7.Material = Enum.Material.SmoothPlastic
3141p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3142p7.CanCollide = false
3143p7.Locked = true
3144p7.FormFactor = Enum.FormFactor.Custom
3145p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3146p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3147p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3148p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3149p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3150p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3151p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3152b7 = Instance.new("BlockMesh", p7)
3153b7.Name = "Mesh"
3154b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3155p8 = Instance.new("Part", m6)
3156p8.BrickColor = BrickColor.new("Black")
3157p8.Material = Enum.Material.SmoothPlastic
3158p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3159p8.CanCollide = false
3160p8.Locked = true
3161p8.FormFactor = Enum.FormFactor.Custom
3162p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3163p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3164p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3165p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3166p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3167p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3168p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3169b8 = Instance.new("BlockMesh", p8)
3170b8.Name = "Mesh"
3171b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3172p9 = Instance.new("Part", m6)
3173p9.BrickColor = BrickColor.new("Black")
3174p9.Material = Enum.Material.SmoothPlastic
3175p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3176p9.CanCollide = false
3177p9.Locked = true
3178p9.FormFactor = Enum.FormFactor.Custom
3179p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3180p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3181p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3182p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3183p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3184p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3185p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3186b9 = Instance.new("BlockMesh", p9)
3187b9.Name = "Mesh"
3188b9.Scale = Vector3.new(1, 1, 0.602178097)
3189p10 = Instance.new("Part", m6)
3190p10.BrickColor = BrickColor.new("Black")
3191p10.Material = Enum.Material.SmoothPlastic
3192p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3193p10.CanCollide = false
3194p10.Locked = true
3195p10.FormFactor = Enum.FormFactor.Custom
3196p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3197p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3198p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3199p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3200p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3201p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3202p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3203b10 = Instance.new("BlockMesh", p10)
3204b10.Name = "Mesh"
3205b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3206p11 = Instance.new("Part", m6)
3207p11.BrickColor = BrickColor.new("Black")
3208p11.Material = Enum.Material.SmoothPlastic
3209p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3210p11.CanCollide = false
3211p11.Locked = true
3212p11.FormFactor = Enum.FormFactor.Custom
3213p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3214p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3215p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3216p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3217p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3218p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3219p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3220b11 = Instance.new("BlockMesh", p11)
3221b11.Name = "Mesh"
3222b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3223p12 = Instance.new("Part", m6)
3224p12.BrickColor = BrickColor.new("Black")
3225p12.Material = Enum.Material.SmoothPlastic
3226p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3227p12.CanCollide = false
3228p12.Locked = true
3229p12.FormFactor = Enum.FormFactor.Custom
3230p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3231p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3232p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3233p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3234p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3235p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3236p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3237b12 = Instance.new("BlockMesh", p12)
3238b12.Name = "Mesh"
3239b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3240p13 = Instance.new("Part", m6)
3241p13.BrickColor = BrickColor.new("Black")
3242p13.Material = Enum.Material.SmoothPlastic
3243p13.Name = "BottomLeftFlap"
3244p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3245p13.CanCollide = false
3246p13.Locked = true
3247p13.FormFactor = Enum.FormFactor.Custom
3248p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3249p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3250p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3251p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3252p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3253p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3254p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3255b13 = Instance.new("BlockMesh", p13)
3256b13.Name = "Mesh"
3257b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3258p14 = Instance.new("Part", m6)
3259p14.BrickColor = BrickColor.new("Black")
3260p14.Material = Enum.Material.SmoothPlastic
3261p14.Transparency = 1
3262p14.Name = "Rotater"
3263p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3264p14.CanCollide = false
3265p14.Locked = true
3266p14.FormFactor = Enum.FormFactor.Custom
3267p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3268p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3269p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3270p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3271p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3272p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3273p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3274b14 = Instance.new("BlockMesh", p14)
3275b14.Name = "Mesh"
3276b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3277p15 = Instance.new("Part", m6)
3278p15.BrickColor = BrickColor.new("Black")
3279p15.Material = Enum.Material.SmoothPlastic
3280p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3281p15.CanCollide = false
3282p15.Locked = true
3283p15.FormFactor = Enum.FormFactor.Custom
3284p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3285p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3286p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3287p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3288p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3289p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3290p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3291b15 = Instance.new("BlockMesh", p15)
3292b15.Name = "Mesh"
3293b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3294p16 = Instance.new("Part", m6)
3295p16.BrickColor = BrickColor.new("Black")
3296p16.Material = Enum.Material.SmoothPlastic
3297p16.Name = "BottomCenterFlap"
3298p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3299p16.CanCollide = false
3300p16.Locked = true
3301p16.FormFactor = Enum.FormFactor.Custom
3302p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3303p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3304p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3305p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3306p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3307p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3308p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3309b16 = Instance.new("BlockMesh", p16)
3310b16.Name = "Mesh"
3311b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3312p17 = Instance.new("Part", m6)
3313p17.BrickColor = BrickColor.new("Black")
3314p17.Material = Enum.Material.SmoothPlastic
3315p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3316p17.CanCollide = false
3317p17.Locked = true
3318p17.FormFactor = Enum.FormFactor.Custom
3319p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3320p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3321p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3322p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3323p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3324p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3325p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3326b17 = Instance.new("BlockMesh", p17)
3327b17.Name = "Mesh"
3328b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3329p18 = Instance.new("Part", m6)
3330p18.BrickColor = BrickColor.new("Black")
3331p18.Material = Enum.Material.SmoothPlastic
3332p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3333p18.CanCollide = false
3334p18.Locked = true
3335p18.FormFactor = Enum.FormFactor.Custom
3336p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3337p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3338p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3339p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3340p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3341p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3342p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3343b18 = Instance.new("BlockMesh", p18)
3344b18.Name = "Mesh"
3345b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3346p19 = Instance.new("WedgePart", m6)
3347p19.BrickColor = BrickColor.new("Lime green")
3348p19.Name = "Wedge"
3349p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3350p19.CanCollide = false
3351p19.Locked = true
3352p19.FormFactor = Enum.FormFactor.Custom
3353p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3354p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3355p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3356p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3357p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3358p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3359p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3360b19 = Instance.new("SpecialMesh", p19)
3361b19.MeshType = Enum.MeshType.Wedge
3362b19.Name = "Mesh"
3363b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3364p20 = Instance.new("Part", m6)
3365p20.BrickColor = BrickColor.new("Black")
3366p20.Material = Enum.Material.SmoothPlastic
3367p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3368p20.CanCollide = false
3369p20.Locked = true
3370p20.FormFactor = Enum.FormFactor.Custom
3371p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3372p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3373p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3374p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3375p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3376p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3377p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3378b20 = Instance.new("BlockMesh", p20)
3379b20.Name = "Mesh"
3380b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3381p21 = Instance.new("Part", m6)
3382p21.BrickColor = BrickColor.new("Black")
3383p21.Material = Enum.Material.SmoothPlastic
3384p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3385p21.CanCollide = false
3386p21.Locked = true
3387p21.FormFactor = Enum.FormFactor.Custom
3388p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3389p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3390p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3391p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3392p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3393p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3394p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3395b21 = Instance.new("BlockMesh", p21)
3396b21.Name = "Mesh"
3397b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3398p22 = Instance.new("WedgePart", m6)
3399p22.BrickColor = BrickColor.new("Lime green")
3400p22.Name = "Wedge"
3401p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3402p22.CanCollide = false
3403p22.Locked = true
3404p22.FormFactor = Enum.FormFactor.Custom
3405p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3406p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3407p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3408p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3409p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3410p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3411p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3412b22 = Instance.new("SpecialMesh", p22)
3413b22.MeshType = Enum.MeshType.Wedge
3414b22.Name = "Mesh"
3415b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3416p23 = Instance.new("WedgePart", m6)
3417p23.BrickColor = BrickColor.new("Lime green")
3418p23.Material = Enum.Material.SmoothPlastic
3419p23.Name = "Wedge"
3420p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3421p23.CanCollide = false
3422p23.Locked = true
3423p23.FormFactor = Enum.FormFactor.Custom
3424p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3425p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3426p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3427p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3428p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3429p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3430p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3431b23 = Instance.new("SpecialMesh", p23)
3432b23.MeshType = Enum.MeshType.Wedge
3433b23.Name = "Mesh"
3434b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3435p24 = Instance.new("WedgePart", m6)
3436p24.BrickColor = BrickColor.new("Black")
3437p24.Material = Enum.Material.SmoothPlastic
3438p24.Name = "Wedge"
3439p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3440p24.CanCollide = false
3441p24.Locked = true
3442p24.FormFactor = Enum.FormFactor.Custom
3443p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3444p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3445p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3446p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3447p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3448p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3449p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3450b24 = Instance.new("SpecialMesh", p24)
3451b24.MeshType = Enum.MeshType.Wedge
3452b24.Name = "Mesh"
3453b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3454p25 = Instance.new("WedgePart", m6)
3455p25.BrickColor = BrickColor.new("Lime green")
3456p25.Name = "Wedge"
3457p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3458p25.CanCollide = false
3459p25.Locked = true
3460p25.FormFactor = Enum.FormFactor.Custom
3461p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3462p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3463p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3464p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3465p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3466p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3467p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3468b25 = Instance.new("SpecialMesh", p25)
3469b25.MeshType = Enum.MeshType.Wedge
3470b25.Name = "Mesh"
3471b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3472p26 = Instance.new("WedgePart", m6)
3473p26.BrickColor = BrickColor.new("Black")
3474p26.Material = Enum.Material.SmoothPlastic
3475p26.Name = "Wedge"
3476p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3477p26.CanCollide = false
3478p26.Locked = true
3479p26.FormFactor = Enum.FormFactor.Custom
3480p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3481p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3482p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3483p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3484p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3485p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3486p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3487b26 = Instance.new("SpecialMesh", p26)
3488b26.MeshType = Enum.MeshType.Wedge
3489b26.Name = "Mesh"
3490b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3491p27 = Instance.new("Part", m6)
3492p27.BrickColor = BrickColor.new("Black")
3493p27.Material = Enum.Material.SmoothPlastic
3494p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3495p27.CanCollide = false
3496p27.Locked = true
3497p27.FormFactor = Enum.FormFactor.Custom
3498p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3499p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3500p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3501p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3502p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3503p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3504p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3505b27 = Instance.new("BlockMesh", p27)
3506b27.Name = "Mesh"
3507b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3508p28 = Instance.new("WedgePart", m6)
3509p28.BrickColor = BrickColor.new("Black")
3510p28.Material = Enum.Material.SmoothPlastic
3511p28.Name = "Wedge"
3512p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3513p28.CanCollide = false
3514p28.Locked = true
3515p28.FormFactor = Enum.FormFactor.Custom
3516p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3517p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3518p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3519p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3520p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3521p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3522p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3523b28 = Instance.new("SpecialMesh", p28)
3524b28.MeshType = Enum.MeshType.Wedge
3525b28.Name = "Mesh"
3526b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3527p29 = Instance.new("Part", m6)
3528p29.BrickColor = BrickColor.new("Black")
3529p29.Material = Enum.Material.SmoothPlastic
3530p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3531p29.CanCollide = false
3532p29.Locked = true
3533p29.FormFactor = Enum.FormFactor.Custom
3534p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3535p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3536p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3537p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3538p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3539p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3540p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3541b29 = Instance.new("BlockMesh", p29)
3542b29.Name = "Mesh"
3543b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3544p30 = Instance.new("WedgePart", m6)
3545p30.BrickColor = BrickColor.new("Black")
3546p30.Material = Enum.Material.SmoothPlastic
3547p30.Name = "Wedge"
3548p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3549p30.CanCollide = false
3550p30.Locked = true
3551p30.FormFactor = Enum.FormFactor.Custom
3552p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3553p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3554p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3555p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3556p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3557p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3558p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3559b30 = Instance.new("SpecialMesh", p30)
3560b30.MeshType = Enum.MeshType.Wedge
3561b30.Name = "Mesh"
3562b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3563p31 = Instance.new("WedgePart", m6)
3564p31.BrickColor = BrickColor.new("Black")
3565p31.Material = Enum.Material.SmoothPlastic
3566p31.Name = "Wedge"
3567p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3568p31.CanCollide = false
3569p31.Locked = true
3570p31.FormFactor = Enum.FormFactor.Custom
3571p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3572p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3573p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3574p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3575p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3576p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3577p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3578b31 = Instance.new("SpecialMesh", p31)
3579b31.MeshType = Enum.MeshType.Wedge
3580b31.Name = "Mesh"
3581b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3582p32 = Instance.new("Part", m6)
3583p32.BrickColor = BrickColor.new("Black")
3584p32.Material = Enum.Material.SmoothPlastic
3585p32.Name = "BottomRightFlap"
3586p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3587p32.CanCollide = false
3588p32.Locked = true
3589p32.FormFactor = Enum.FormFactor.Custom
3590p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3591p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3592p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3593p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3594p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3595p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3596p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3597b32 = Instance.new("BlockMesh", p32)
3598b32.Name = "Mesh"
3599b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3600p33 = Instance.new("WedgePart", m6)
3601p33.BrickColor = BrickColor.new("Black")
3602p33.Material = Enum.Material.SmoothPlastic
3603p33.Name = "Wedge"
3604p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3605p33.CanCollide = false
3606p33.Locked = true
3607p33.FormFactor = Enum.FormFactor.Custom
3608p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3609p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3610p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3611p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3612p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3613p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3614p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3615b33 = Instance.new("SpecialMesh", p33)
3616b33.MeshType = Enum.MeshType.Wedge
3617b33.Name = "Mesh"
3618b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3619p34 = Instance.new("WedgePart", m6)
3620p34.BrickColor = BrickColor.new("Black")
3621p34.Material = Enum.Material.SmoothPlastic
3622p34.Name = "Wedge"
3623p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3624p34.CanCollide = false
3625p34.Locked = true
3626p34.FormFactor = Enum.FormFactor.Custom
3627p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3628p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3629p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3630p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3631p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3632p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3633p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3634b34 = Instance.new("SpecialMesh", p34)
3635b34.MeshType = Enum.MeshType.Wedge
3636b34.Name = "Mesh"
3637b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3638p35 = Instance.new("Part", m6)
3639p35.BrickColor = BrickColor.new("Black")
3640p35.Material = Enum.Material.SmoothPlastic
3641p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3642p35.CanCollide = false
3643p35.Locked = true
3644p35.FormFactor = Enum.FormFactor.Custom
3645p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3646p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3647p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3648p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3649p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3650p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3651p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3652b35 = Instance.new("BlockMesh", p35)
3653b35.Name = "Mesh"
3654b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3655p36 = Instance.new("WedgePart", m6)
3656p36.BrickColor = BrickColor.new("Black")
3657p36.Material = Enum.Material.SmoothPlastic
3658p36.Name = "Wedge"
3659p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3660p36.CanCollide = false
3661p36.Locked = true
3662p36.FormFactor = Enum.FormFactor.Custom
3663p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3664p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3665p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3666p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3667p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3668p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3669p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3670b36 = Instance.new("SpecialMesh", p36)
3671b36.MeshType = Enum.MeshType.Wedge
3672b36.Name = "Mesh"
3673b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3674p37 = Instance.new("Part", m6)
3675p37.BrickColor = BrickColor.new("Black")
3676p37.Material = Enum.Material.SmoothPlastic
3677p37.Name = "CapeLevel3"
3678p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3679p37.CanCollide = false
3680p37.Locked = true
3681p37.FormFactor = Enum.FormFactor.Custom
3682p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3683p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3684p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3685p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3686p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3687p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3688p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3689b37 = Instance.new("BlockMesh", p37)
3690b37.Name = "Mesh"
3691b37.Scale = Vector3.new(1, 1, 0.602178097)
3692p38 = Instance.new("WedgePart", m6)
3693p38.BrickColor = BrickColor.new("Lime green")
3694p38.Material = Enum.Material.SmoothPlastic
3695p38.Name = "Wedge"
3696p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3697p38.CanCollide = false
3698p38.Locked = true
3699p38.FormFactor = Enum.FormFactor.Custom
3700p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3701p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3702p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3703p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3704p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3705p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3706p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3707b38 = Instance.new("SpecialMesh", p38)
3708b38.MeshType = Enum.MeshType.Wedge
3709b38.Name = "Mesh"
3710b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3711p39 = Instance.new("WedgePart", m6)
3712p39.BrickColor = BrickColor.new("Lime green")
3713p39.Material = Enum.Material.SmoothPlastic
3714p39.Name = "Wedge"
3715p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3716p39.CanCollide = false
3717p39.Locked = true
3718p39.FormFactor = Enum.FormFactor.Custom
3719p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3720p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3721p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3722p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3723p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3724p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3725p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3726b39 = Instance.new("SpecialMesh", p39)
3727b39.MeshType = Enum.MeshType.Wedge
3728b39.Name = "Mesh"
3729b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3730p40 = Instance.new("WedgePart", m6)
3731p40.BrickColor = BrickColor.new("Black")
3732p40.Material = Enum.Material.SmoothPlastic
3733p40.Name = "Wedge"
3734p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3735p40.CanCollide = false
3736p40.Locked = true
3737p40.FormFactor = Enum.FormFactor.Custom
3738p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3739p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3740p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3741p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3742p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3743p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3744p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3745b40 = Instance.new("SpecialMesh", p40)
3746b40.MeshType = Enum.MeshType.Wedge
3747b40.Name = "Mesh"
3748b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3749p41 = Instance.new("WedgePart", m6)
3750p41.BrickColor = BrickColor.new("Black")
3751p41.Material = Enum.Material.SmoothPlastic
3752p41.Name = "Wedge"
3753p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3754p41.CanCollide = false
3755p41.Locked = true
3756p41.FormFactor = Enum.FormFactor.Custom
3757p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3758p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3759p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3760p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3761p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3762p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3763p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3764b41 = Instance.new("SpecialMesh", p41)
3765b41.MeshType = Enum.MeshType.Wedge
3766b41.Name = "Mesh"
3767b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3768p42 = Instance.new("WedgePart", m6)
3769p42.BrickColor = BrickColor.new("Black")
3770p42.Material = Enum.Material.SmoothPlastic
3771p42.Name = "Wedge"
3772p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3773p42.CanCollide = false
3774p42.Locked = true
3775p42.FormFactor = Enum.FormFactor.Custom
3776p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3777p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3778p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3779p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3780p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3781p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3782p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3783b42 = Instance.new("SpecialMesh", p42)
3784b42.MeshType = Enum.MeshType.Wedge
3785b42.Name = "Mesh"
3786b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3787p43 = Instance.new("WedgePart", m6)
3788p43.BrickColor = BrickColor.new("Black")
3789p43.Material = Enum.Material.SmoothPlastic
3790p43.Name = "Wedge"
3791p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3792p43.CanCollide = false
3793p43.Locked = true
3794p43.FormFactor = Enum.FormFactor.Custom
3795p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3796p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3797p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3798p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3799p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3800p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3801p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3802b43 = Instance.new("SpecialMesh", p43)
3803b43.MeshType = Enum.MeshType.Wedge
3804b43.Name = "Mesh"
3805b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3806p44 = Instance.new("WedgePart", m6)
3807p44.BrickColor = BrickColor.new("Black")
3808p44.Material = Enum.Material.SmoothPlastic
3809p44.Name = "Wedge"
3810p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3811p44.CanCollide = false
3812p44.Locked = true
3813p44.FormFactor = Enum.FormFactor.Custom
3814p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3815p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3816p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3817p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3818p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3819p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3820p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3821b44 = Instance.new("SpecialMesh", p44)
3822b44.MeshType = Enum.MeshType.Wedge
3823b44.Name = "Mesh"
3824b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3825p45 = Instance.new("WedgePart", m6)
3826p45.BrickColor = BrickColor.new("Black")
3827p45.Material = Enum.Material.SmoothPlastic
3828p45.Name = "Wedge"
3829p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3830p45.CanCollide = false
3831p45.Locked = true
3832p45.FormFactor = Enum.FormFactor.Custom
3833p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3834p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3835p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3836p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3837p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3838p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3839p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3840b45 = Instance.new("SpecialMesh", p45)
3841b45.MeshType = Enum.MeshType.Wedge
3842b45.Name = "Mesh"
3843b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3844p46 = Instance.new("WedgePart", m6)
3845p46.BrickColor = BrickColor.new("Black")
3846p46.Material = Enum.Material.SmoothPlastic
3847p46.Name = "Wedge"
3848p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3849p46.CanCollide = false
3850p46.Locked = true
3851p46.FormFactor = Enum.FormFactor.Custom
3852p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3853p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3854p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3855p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3856p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3857p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3858p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3859b46 = Instance.new("SpecialMesh", p46)
3860b46.MeshType = Enum.MeshType.Wedge
3861b46.Name = "Mesh"
3862b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3863p47 = Instance.new("Part", m6)
3864p47.BrickColor = BrickColor.new("Black")
3865p47.Material = Enum.Material.SmoothPlastic
3866p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3867p47.CanCollide = false
3868p47.Locked = true
3869p47.FormFactor = Enum.FormFactor.Custom
3870p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3871p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3872p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3873p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3874p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3875p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3876p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3877b47 = Instance.new("BlockMesh", p47)
3878b47.Name = "Mesh"
3879b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3880p48 = Instance.new("Part", m6)
3881p48.BrickColor = BrickColor.new("Black")
3882p48.Material = Enum.Material.SmoothPlastic
3883p48.Name = "CapeLevel4"
3884p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3885p48.CanCollide = false
3886p48.Locked = true
3887p48.FormFactor = Enum.FormFactor.Custom
3888p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3889p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3890p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3891p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3892p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3893p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3894p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3895b48 = Instance.new("BlockMesh", p48)
3896b48.Name = "Mesh"
3897b48.Scale = Vector3.new(1, 1, 0.602178097)
3898p49 = Instance.new("WedgePart", m6)
3899p49.BrickColor = BrickColor.new("Black")
3900p49.Material = Enum.Material.SmoothPlastic
3901p49.Name = "Wedge"
3902p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3903p49.CanCollide = false
3904p49.Locked = true
3905p49.FormFactor = Enum.FormFactor.Custom
3906p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3907p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3908p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3909p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3910p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3911p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3912p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3913b49 = Instance.new("SpecialMesh", p49)
3914b49.MeshType = Enum.MeshType.Wedge
3915b49.Name = "Mesh"
3916b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3917p50 = Instance.new("Part", m6)
3918p50.BrickColor = BrickColor.new("Black")
3919p50.Material = Enum.Material.SmoothPlastic
3920p50.Name = "CapeLevel1SubPart"
3921p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3922p50.CanCollide = false
3923p50.Locked = true
3924p50.FormFactor = Enum.FormFactor.Custom
3925p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3926p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3927p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3928p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3929p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3930p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3931p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3932b50 = Instance.new("BlockMesh", p50)
3933b50.Name = "Mesh"
3934b50.Scale = Vector3.new(1, 1, 0.602178097)
3935p51 = Instance.new("Part", m6)
3936p51.BrickColor = BrickColor.new("Black")
3937p51.Material = Enum.Material.SmoothPlastic
3938p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3939p51.CanCollide = false
3940p51.Locked = true
3941p51.FormFactor = Enum.FormFactor.Custom
3942p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3943p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3944p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3945p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3946p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3947p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3948p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3949b51 = Instance.new("BlockMesh", p51)
3950b51.Name = "Mesh"
3951b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3952p52 = Instance.new("Part", m6)
3953p52.BrickColor = BrickColor.new("Black")
3954p52.Material = Enum.Material.SmoothPlastic
3955p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3956p52.CanCollide = false
3957p52.Locked = true
3958p52.FormFactor = Enum.FormFactor.Custom
3959p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3960p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3961p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3962p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3963p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3964p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3965p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3966b52 = Instance.new("BlockMesh", p52)
3967b52.Name = "Mesh"
3968b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3969p53 = Instance.new("WedgePart", m6)
3970p53.BrickColor = BrickColor.new("Black")
3971p53.Material = Enum.Material.SmoothPlastic
3972p53.Name = "Wedge"
3973p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3974p53.CanCollide = false
3975p53.Locked = true
3976p53.FormFactor = Enum.FormFactor.Custom
3977p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3978p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3979p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3980p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3981p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3982p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3983p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3984b53 = Instance.new("SpecialMesh", p53)
3985b53.MeshType = Enum.MeshType.Wedge
3986b53.Name = "Mesh"
3987b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3988p54 = Instance.new("Part", m6)
3989p54.BrickColor = BrickColor.new("Black")
3990p54.Material = Enum.Material.SmoothPlastic
3991p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3992p54.CanCollide = false
3993p54.Locked = true
3994p54.FormFactor = Enum.FormFactor.Custom
3995p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3996p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3997p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3998p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3999p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4000p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4001p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4002b54 = Instance.new("BlockMesh", p54)
4003b54.Name = "Mesh"
4004b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4005p55 = Instance.new("WedgePart", m6)
4006p55.BrickColor = BrickColor.new("Black")
4007p55.Material = Enum.Material.SmoothPlastic
4008p55.Name = "Wedge"
4009p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4010p55.CanCollide = false
4011p55.Locked = true
4012p55.FormFactor = Enum.FormFactor.Custom
4013p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4014p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4015p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4016p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4017p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4018p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4019p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4020b55 = Instance.new("SpecialMesh", p55)
4021b55.MeshType = Enum.MeshType.Wedge
4022b55.Name = "Mesh"
4023b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4024p56 = Instance.new("WedgePart", m6)
4025p56.BrickColor = BrickColor.new("Lime green")
4026p56.Material = Enum.Material.SmoothPlastic
4027p56.Name = "Wedge"
4028p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4029p56.CanCollide = false
4030p56.Locked = true
4031p56.FormFactor = Enum.FormFactor.Custom
4032p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4033p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4034p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4035p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4036p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4037p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4038p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4039b56 = Instance.new("SpecialMesh", p56)
4040b56.MeshType = Enum.MeshType.Wedge
4041b56.Name = "Mesh"
4042b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4043p57 = Instance.new("WedgePart", m6)
4044p57.BrickColor = BrickColor.new("Black")
4045p57.Material = Enum.Material.SmoothPlastic
4046p57.Name = "Wedge"
4047p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4048p57.CanCollide = false
4049p57.Locked = true
4050p57.FormFactor = Enum.FormFactor.Custom
4051p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4052p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4053p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4054p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4055p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4056p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4057p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4058b57 = Instance.new("SpecialMesh", p57)
4059b57.MeshType = Enum.MeshType.Wedge
4060b57.Name = "Mesh"
4061b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4062p58 = Instance.new("Part", m6)
4063p58.BrickColor = BrickColor.new("Black")
4064p58.Material = Enum.Material.SmoothPlastic
4065p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4066p58.CanCollide = false
4067p58.Locked = true
4068p58.FormFactor = Enum.FormFactor.Custom
4069p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4070p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4071p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4072p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4073p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4074p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4075p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4076b58 = Instance.new("BlockMesh", p58)
4077b58.Name = "Mesh"
4078b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4079p59 = Instance.new("WedgePart", m6)
4080p59.BrickColor = BrickColor.new("Black")
4081p59.Material = Enum.Material.SmoothPlastic
4082p59.Name = "Wedge"
4083p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4084p59.CanCollide = false
4085p59.Locked = true
4086p59.FormFactor = Enum.FormFactor.Custom
4087p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4088p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4089p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4090p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4091p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4092p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4093p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4094b59 = Instance.new("SpecialMesh", p59)
4095b59.MeshType = Enum.MeshType.Wedge
4096b59.Name = "Mesh"
4097b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4098p60 = Instance.new("Part", m6)
4099p60.BrickColor = BrickColor.new("Black")
4100p60.Material = Enum.Material.SmoothPlastic
4101p60.Name = "NeckPart"
4102p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4103p60.CanCollide = false
4104p60.Locked = true
4105p60.FormFactor = Enum.FormFactor.Custom
4106p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4107p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4108p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4109p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4110p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4111p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4112p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4113b60 = Instance.new("BlockMesh", p60)
4114b60.Name = "Mesh"
4115b60.Scale = Vector3.new(1, 0.602178097, 1)
4116p61 = Instance.new("Part", m6)
4117p61.BrickColor = BrickColor.new("Black")
4118p61.Material = Enum.Material.SmoothPlastic
4119p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4120p61.CanCollide = false
4121p61.Locked = true
4122p61.FormFactor = Enum.FormFactor.Custom
4123p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4124p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4125p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4126p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4127p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4128p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4129p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4130b61 = Instance.new("BlockMesh", p61)
4131b61.Name = "Mesh"
4132b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4133p62 = Instance.new("WedgePart", m6)
4134p62.BrickColor = BrickColor.new("Black")
4135p62.Material = Enum.Material.SmoothPlastic
4136p62.Name = "Wedge"
4137p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4138p62.CanCollide = false
4139p62.Locked = true
4140p62.FormFactor = Enum.FormFactor.Custom
4141p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4142p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4143p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4144p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4145p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4146p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4147p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4148b62 = Instance.new("SpecialMesh", p62)
4149b62.MeshType = Enum.MeshType.Wedge
4150b62.Name = "Mesh"
4151b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4152p63 = Instance.new("WedgePart", m6)
4153p63.BrickColor = BrickColor.new("Lime green")
4154p63.Material = Enum.Material.SmoothPlastic
4155p63.Name = "Wedge"
4156p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4157p63.CanCollide = false
4158p63.Locked = true
4159p63.FormFactor = Enum.FormFactor.Custom
4160p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4161p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4162p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4163p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4164p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4165p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4166p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4167b63 = Instance.new("SpecialMesh", p63)
4168b63.MeshType = Enum.MeshType.Wedge
4169b63.Name = "Mesh"
4170b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4171p64 = Instance.new("WedgePart", m6)
4172p64.BrickColor = BrickColor.new("Black")
4173p64.Material = Enum.Material.SmoothPlastic
4174p64.Name = "Wedge"
4175p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4176p64.CanCollide = false
4177p64.Locked = true
4178p64.FormFactor = Enum.FormFactor.Custom
4179p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4180p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4181p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4182p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4183p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4184p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4185p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4186b64 = Instance.new("SpecialMesh", p64)
4187b64.MeshType = Enum.MeshType.Wedge
4188b64.Name = "Mesh"
4189b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4190p65 = Instance.new("WedgePart", m6)
4191p65.BrickColor = BrickColor.new("Black")
4192p65.Material = Enum.Material.SmoothPlastic
4193p65.Name = "Wedge"
4194p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4195p65.CanCollide = false
4196p65.Locked = true
4197p65.FormFactor = Enum.FormFactor.Custom
4198p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4199p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4200p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4201p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4202p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4203p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4204p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4205b65 = Instance.new("SpecialMesh", p65)
4206b65.MeshType = Enum.MeshType.Wedge
4207b65.Name = "Mesh"
4208b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4209p66 = Instance.new("WedgePart", m6)
4210p66.BrickColor = BrickColor.new("Black")
4211p66.Material = Enum.Material.SmoothPlastic
4212p66.Name = "Wedge"
4213p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4214p66.CanCollide = false
4215p66.Locked = true
4216p66.FormFactor = Enum.FormFactor.Custom
4217p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4218p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4219p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4220p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4221p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4222p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4223p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4224b66 = Instance.new("SpecialMesh", p66)
4225b66.MeshType = Enum.MeshType.Wedge
4226b66.Name = "Mesh"
4227b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4228p67 = Instance.new("WedgePart", m6)
4229p67.BrickColor = BrickColor.new("Black")
4230p67.Material = Enum.Material.SmoothPlastic
4231p67.Name = "Wedge"
4232p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4233p67.CanCollide = false
4234p67.Locked = true
4235p67.FormFactor = Enum.FormFactor.Custom
4236p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4237p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4238p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4239p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4240p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4241p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4242p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4243b67 = Instance.new("SpecialMesh", p67)
4244b67.MeshType = Enum.MeshType.Wedge
4245b67.Name = "Mesh"
4246b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4247p68 = Instance.new("WedgePart", m6)
4248p68.BrickColor = BrickColor.new("Lime green")
4249p68.Name = "Wedge"
4250p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4251p68.CanCollide = false
4252p68.Locked = true
4253p68.FormFactor = Enum.FormFactor.Custom
4254p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4255p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4256p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4257p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4258p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4259p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4260p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4261b68 = Instance.new("SpecialMesh", p68)
4262b68.MeshType = Enum.MeshType.Wedge
4263b68.Name = "Mesh"
4264b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4265p69 = Instance.new("WedgePart", m6)
4266p69.BrickColor = BrickColor.new("Lime green")
4267p69.Name = "Wedge"
4268p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4269p69.CanCollide = false
4270p69.Locked = true
4271p69.FormFactor = Enum.FormFactor.Custom
4272p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4273p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4274p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4275p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4276p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4277p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4278p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4279b69 = Instance.new("SpecialMesh", p69)
4280b69.MeshType = Enum.MeshType.Wedge
4281b69.Name = "Mesh"
4282b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4283p70 = Instance.new("WedgePart", m6)
4284p70.BrickColor = BrickColor.new("Black")
4285p70.Material = Enum.Material.SmoothPlastic
4286p70.Name = "Wedge"
4287p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4288p70.CanCollide = false
4289p70.Locked = true
4290p70.FormFactor = Enum.FormFactor.Custom
4291p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4292p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4293p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4294p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4295p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4296p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4297p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4298b70 = Instance.new("SpecialMesh", p70)
4299b70.MeshType = Enum.MeshType.Wedge
4300b70.Name = "Mesh"
4301b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4302p71 = Instance.new("WedgePart", m6)
4303p71.BrickColor = BrickColor.new("Lime green")
4304p71.Name = "Wedge"
4305p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4306p71.CanCollide = false
4307p71.Locked = true
4308p71.FormFactor = Enum.FormFactor.Custom
4309p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4310p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4311p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4312p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4313p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4314p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4315p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4316b71 = Instance.new("SpecialMesh", p71)
4317b71.MeshType = Enum.MeshType.Wedge
4318b71.Name = "Mesh"
4319b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4320p72 = Instance.new("WedgePart", m6)
4321p72.BrickColor = BrickColor.new("Black")
4322p72.Material = Enum.Material.SmoothPlastic
4323p72.Name = "Wedge"
4324p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4325p72.CanCollide = false
4326p72.Locked = true
4327p72.FormFactor = Enum.FormFactor.Custom
4328p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4329p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4330p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4331p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4332p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4333p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4334p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4335b72 = Instance.new("SpecialMesh", p72)
4336b72.MeshType = Enum.MeshType.Wedge
4337b72.Name = "Mesh"
4338b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4339p73 = Instance.new("WedgePart", m6)
4340p73.BrickColor = BrickColor.new("Black")
4341p73.Material = Enum.Material.SmoothPlastic
4342p73.Name = "Wedge"
4343p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4344p73.CanCollide = false
4345p73.Locked = true
4346p73.FormFactor = Enum.FormFactor.Custom
4347p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4348p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4349p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4350p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4351p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4352p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4353p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4354b73 = Instance.new("SpecialMesh", p73)
4355b73.MeshType = Enum.MeshType.Wedge
4356b73.Name = "Mesh"
4357b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4358p74 = Instance.new("WedgePart", m6)
4359p74.BrickColor = BrickColor.new("Black")
4360p74.Material = Enum.Material.SmoothPlastic
4361p74.Name = "Wedge"
4362p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4363p74.CanCollide = false
4364p74.Locked = true
4365p74.FormFactor = Enum.FormFactor.Custom
4366p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4367p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4368p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4369p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4370p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4371p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4372p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4373b74 = Instance.new("SpecialMesh", p74)
4374b74.MeshType = Enum.MeshType.Wedge
4375b74.Name = "Mesh"
4376b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4377p75 = Instance.new("WedgePart", m6)
4378p75.BrickColor = BrickColor.new("Black")
4379p75.Material = Enum.Material.SmoothPlastic
4380p75.Name = "Wedge"
4381p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4382p75.CanCollide = false
4383p75.Locked = true
4384p75.FormFactor = Enum.FormFactor.Custom
4385p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4386p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4387p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4388p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4389p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4390p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4391p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4392b75 = Instance.new("SpecialMesh", p75)
4393b75.MeshType = Enum.MeshType.Wedge
4394b75.Name = "Mesh"
4395b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4396p76 = Instance.new("WedgePart", m6)
4397p76.BrickColor = BrickColor.new("Black")
4398p76.Material = Enum.Material.SmoothPlastic
4399p76.Name = "Wedge"
4400p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4401p76.CanCollide = false
4402p76.Locked = true
4403p76.FormFactor = Enum.FormFactor.Custom
4404p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4405p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4406p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4407p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4408p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4409p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4410p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4411b76 = Instance.new("SpecialMesh", p76)
4412b76.MeshType = Enum.MeshType.Wedge
4413b76.Name = "Mesh"
4414b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4415p77 = Instance.new("WedgePart", m6)
4416p77.BrickColor = BrickColor.new("Lime green")
4417p77.Material = Enum.Material.SmoothPlastic
4418p77.Name = "Wedge"
4419p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4420p77.CanCollide = false
4421p77.Locked = true
4422p77.FormFactor = Enum.FormFactor.Custom
4423p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4424p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4425p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4426p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4427p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4428p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4429p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4430b77 = Instance.new("SpecialMesh", p77)
4431b77.MeshType = Enum.MeshType.Wedge
4432b77.Name = "Mesh"
4433b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4434p78 = Instance.new("WedgePart", m6)
4435p78.BrickColor = BrickColor.new("Black")
4436p78.Material = Enum.Material.SmoothPlastic
4437p78.Name = "Wedge"
4438p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4439p78.CanCollide = false
4440p78.Locked = true
4441p78.FormFactor = Enum.FormFactor.Custom
4442p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4443p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4444p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4445p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4446p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4447p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4448p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4449b78 = Instance.new("SpecialMesh", p78)
4450b78.MeshType = Enum.MeshType.Wedge
4451b78.Name = "Mesh"
4452b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4453p79 = Instance.new("WedgePart", m6)
4454p79.BrickColor = BrickColor.new("Lime green")
4455p79.Material = Enum.Material.SmoothPlastic
4456p79.Name = "Wedge"
4457p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4458p79.CanCollide = false
4459p79.Locked = true
4460p79.FormFactor = Enum.FormFactor.Custom
4461p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4462p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4463p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4464p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4465p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4466p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4467p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4468b79 = Instance.new("SpecialMesh", p79)
4469b79.MeshType = Enum.MeshType.Wedge
4470b79.Name = "Mesh"
4471b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4472p80 = Instance.new("WedgePart", m6)
4473p80.BrickColor = BrickColor.new("Black")
4474p80.Material = Enum.Material.SmoothPlastic
4475p80.Name = "Wedge"
4476p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4477p80.CanCollide = false
4478p80.Locked = true
4479p80.FormFactor = Enum.FormFactor.Custom
4480p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4481p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4482p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4483p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4484p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4485p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4486p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4487b80 = Instance.new("SpecialMesh", p80)
4488b80.MeshType = Enum.MeshType.Wedge
4489b80.Name = "Mesh"
4490b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4491w1 = Instance.new("Weld", p1)
4492w1.Name = "Joint"
4493w1.Part0 = p1
4494w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4495w1.Part1 = p47
4496w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4497w2 = Instance.new("Weld", p2)
4498w2.Name = "Joint"
4499w2.Part0 = p2
4500w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4501w2.Part1 = p11
4502w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4503w3 = Instance.new("Weld", p3)
4504w3.Name = "Joint"
4505w3.Part0 = p3
4506w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4507w3.Part1 = p50
4508w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4509w4 = Instance.new("Weld", p4)
4510w4.Name = "Joint"
4511w4.Part0 = p4
4512w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4513w4.Part1 = p5
4514w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4515w5 = Instance.new("Weld", p5)
4516w5.Name = "Joint"
4517w5.Part0 = p5
4518w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4519w5.Part1 = p27
4520w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4521w6 = Instance.new("Weld", p6)
4522w6.Name = "Joint"
4523w6.Part0 = p6
4524w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4525w6.Part1 = p14
4526w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4527w7 = Instance.new("Weld", p7)
4528w7.Name = "Joint"
4529w7.Part0 = p7
4530w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4531w7.Part1 = p10
4532w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4533w8 = Instance.new("Weld", p8)
4534w8.Name = "Joint"
4535w8.Part0 = p8
4536w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4537w8.Part1 = p32
4538w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4539w9 = Instance.new("Weld", p9)
4540w9.Name = "Joint"
4541w9.Part0 = p9
4542w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4543w9.Part1 = p16
4544w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4545w10 = Instance.new("Weld", p10)
4546w10.Name = "Joint"
4547w10.Part0 = p10
4548w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4549w10.Part1 = p61
4550w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4551w11 = Instance.new("Weld", p11)
4552w11.Name = "Joint"
4553w11.Part0 = p11
4554w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4555w11.Part1 = p13
4556w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4557w12 = Instance.new("Weld", p12)
4558w12.Name = "Joint"
4559w12.Part0 = p12
4560w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4561w12.Part1 = p29
4562w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4563w13 = Instance.new("Weld", p13)
4564w13.Name = "Joint"
4565w13.Part0 = p13
4566w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4567w13.Part1 = p48
4568w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4569w14 = Instance.new("Weld", p14)
4570w14.Name = "Joint"
4571w14.Part0 = p14
4572w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4573w14.Part1 = p60
4574w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4575w15 = Instance.new("Weld", p15)
4576w15.Name = "Joint"
4577w15.Part0 = p15
4578w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4579w15.Part1 = p17
4580w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4581w16 = Instance.new("Weld", p16)
4582w16.Name = "Joint"
4583w16.Part0 = p16
4584w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4585w16.Part1 = p48
4586w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4587w17 = Instance.new("Weld", p17)
4588w17.Name = "Joint"
4589w17.Part0 = p17
4590w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4591w17.Part1 = p50
4592w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4593w18 = Instance.new("Weld", p18)
4594w18.Name = "Joint"
4595w18.Part0 = p18
4596w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4597w18.Part1 = p50
4598w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4599w19 = Instance.new("Weld", p19)
4600w19.Name = "Joint"
4601w19.Part0 = p19
4602w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4603w19.Part1 = p54
4604w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4605w20 = Instance.new("Weld", p20)
4606w20.Name = "Joint"
4607w20.Part0 = p20
4608w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4609w20.Part1 = p21
4610w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4611w21 = Instance.new("Weld", p21)
4612w21.Name = "Joint"
4613w21.Part0 = p21
4614w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4615w21.Part1 = p37
4616w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4617w22 = Instance.new("Weld", p22)
4618w22.Name = "Joint"
4619w22.Part0 = p22
4620w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4621w22.Part1 = p8
4622w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4623w23 = Instance.new("Weld", p23)
4624w23.Name = "Joint"
4625w23.Part0 = p23
4626w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4627w23.Part1 = p35
4628w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4629w24 = Instance.new("Weld", p24)
4630w24.Name = "Joint"
4631w24.Part0 = p24
4632w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4633w24.Part1 = p48
4634w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4635w25 = Instance.new("Weld", p25)
4636w25.Name = "Joint"
4637w25.Part0 = p25
4638w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4639w25.Part1 = p8
4640w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4641w26 = Instance.new("Weld", p26)
4642w26.Name = "Joint"
4643w26.Part0 = p26
4644w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4645w26.Part1 = p6
4646w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4647w27 = Instance.new("Weld", p27)
4648w27.Name = "Joint"
4649w27.Part0 = p27
4650w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4651w27.Part1 = p48
4652w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4653w28 = Instance.new("Weld", p28)
4654w28.Name = "Joint"
4655w28.Part0 = p28
4656w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4657w28.Part1 = p35
4658w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4659w29 = Instance.new("Weld", p29)
4660w29.Name = "Joint"
4661w29.Part0 = p29
4662w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4663w29.Part1 = p37
4664w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4665w30 = Instance.new("Weld", p30)
4666w30.Name = "Joint"
4667w30.Part0 = p30
4668w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4669w30.Part1 = p20
4670w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4671w31 = Instance.new("Weld", p31)
4672w31.Name = "Joint"
4673w31.Part0 = p31
4674w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4675w31.Part1 = p16
4676w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4677w32 = Instance.new("Weld", p32)
4678w32.Name = "Joint"
4679w32.Part0 = p32
4680w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4681w32.Part1 = p48
4682w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4683w33 = Instance.new("Weld", p33)
4684w33.Name = "Joint"
4685w33.Part0 = p33
4686w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4687w33.Part1 = p21
4688w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4689w34 = Instance.new("Weld", p34)
4690w34.Name = "Joint"
4691w34.Part0 = p34
4692w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4693w34.Part1 = p27
4694w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4695w35 = Instance.new("Weld", p35)
4696w35.Name = "Joint"
4697w35.Part0 = p35
4698w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4699w35.Part1 = p58
4700w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4701w36 = Instance.new("Weld", p36)
4702w36.Name = "Joint"
4703w36.Part0 = p36
4704w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4705w36.Part1 = p29
4706w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4707w37 = Instance.new("Weld", p37)
4708w37.Name = "Joint"
4709w37.Part0 = p37
4710w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4711w37.Part1 = p3
4712w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4713w38 = Instance.new("Weld", p38)
4714w38.Name = "Joint"
4715w38.Part0 = p38
4716w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4717w38.Part1 = p4
4718w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4719w39 = Instance.new("Weld", p39)
4720w39.Name = "Joint"
4721w39.Part0 = p39
4722w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4723w39.Part1 = p12
4724w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4725w40 = Instance.new("Weld", p40)
4726w40.Name = "Joint"
4727w40.Part0 = p40
4728w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4729w40.Part1 = p52
4730w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4731w41 = Instance.new("Weld", p41)
4732w41.Name = "Joint"
4733w41.Part0 = p41
4734w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4735w41.Part1 = p5
4736w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4737w42 = Instance.new("Weld", p42)
4738w42.Name = "Joint"
4739w42.Part0 = p42
4740w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4741w42.Part1 = p8
4742w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4743w43 = Instance.new("Weld", p43)
4744w43.Name = "Joint"
4745w43.Part0 = p43
4746w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4747w43.Part1 = p5
4748w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4749w44 = Instance.new("Weld", p44)
4750w44.Name = "Joint"
4751w44.Part0 = p44
4752w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4753w44.Part1 = p15
4754w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4755w45 = Instance.new("Weld", p45)
4756w45.Name = "Joint"
4757w45.Part0 = p45
4758w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4759w45.Part1 = p11
4760w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4761w46 = Instance.new("Weld", p46)
4762w46.Name = "Joint"
4763w46.Part0 = p46
4764w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4765w46.Part1 = p6
4766w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4767w47 = Instance.new("Weld", p47)
4768w47.Name = "Joint"
4769w47.Part0 = p47
4770w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4771w47.Part1 = p18
4772w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4773w48 = Instance.new("Weld", p48)
4774w48.Name = "Joint"
4775w48.Part0 = p48
4776w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4777w48.Part1 = p37
4778w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4779w49 = Instance.new("Weld", p49)
4780w49.Name = "Joint"
4781w49.Part0 = p49
4782w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4783w49.Part1 = p47
4784w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4785w50 = Instance.new("Weld", p50)
4786w50.Name = "Joint"
4787w50.Part0 = p50
4788w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4789w50.Part1 = p6
4790w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4791w51 = Instance.new("Weld", p51)
4792w51.Name = "Joint"
4793w51.Part0 = p51
4794w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4795w51.Part1 = p52
4796w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4797w52 = Instance.new("Weld", p52)
4798w52.Name = "Joint"
4799w52.Part0 = p52
4800w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4801w52.Part1 = p3
4802w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4803w53 = Instance.new("Weld", p53)
4804w53.Name = "Joint"
4805w53.Part0 = p53
4806w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4807w53.Part1 = p9
4808w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4809w54 = Instance.new("Weld", p54)
4810w54.Name = "Joint"
4811w54.Part0 = p54
4812w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4813w54.Part1 = p9
4814w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4815w55 = Instance.new("Weld", p55)
4816w55.Name = "Joint"
4817w55.Part0 = p55
4818w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4819w55.Part1 = p8
4820w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4821w56 = Instance.new("Weld", p56)
4822w56.Name = "Joint"
4823w56.Part0 = p56
4824w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4825w56.Part1 = p20
4826w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4827w57 = Instance.new("Weld", p57)
4828w57.Name = "Joint"
4829w57.Part0 = p57
4830w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4831w57.Part1 = p47
4832w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4833w58 = Instance.new("Weld", p58)
4834w58.Name = "Joint"
4835w58.Part0 = p58
4836w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4837w58.Part1 = p3
4838w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4839w59 = Instance.new("Weld", p59)
4840w59.Name = "Joint"
4841w59.Part0 = p59
4842w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4843w59.Part1 = p32
4844w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4845w60 = Instance.new("Weld", p61)
4846w60.Name = "Joint"
4847w60.Part0 = p61
4848w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4849w60.Part1 = p48
4850w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4851w61 = Instance.new("Weld", p62)
4852w61.Name = "Joint"
4853w61.Part0 = p62
4854w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4855w61.Part1 = p10
4856w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4857w62 = Instance.new("Weld", p63)
4858w62.Name = "Joint"
4859w62.Part0 = p63
4860w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4861w62.Part1 = p7
4862w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4863w63 = Instance.new("Weld", p64)
4864w63.Name = "Joint"
4865w63.Part0 = p64
4866w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4867w63.Part1 = p54
4868w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4869w64 = Instance.new("Weld", p65)
4870w64.Name = "Joint"
4871w64.Part0 = p65
4872w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4873w64.Part1 = p13
4874w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4875w65 = Instance.new("Weld", p66)
4876w65.Name = "Joint"
4877w65.Part0 = p66
4878w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4879w65.Part1 = p52
4880w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4881w66 = Instance.new("Weld", p67)
4882w66.Name = "Joint"
4883w66.Part0 = p67
4884w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4885w66.Part1 = p16
4886w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4887w67 = Instance.new("Weld", p68)
4888w67.Name = "Joint"
4889w67.Part0 = p68
4890w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4891w67.Part1 = p11
4892w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4893w68 = Instance.new("Weld", p69)
4894w68.Name = "Joint"
4895w68.Part0 = p69
4896w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4897w68.Part1 = p11
4898w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4899w69 = Instance.new("Weld", p70)
4900w69.Name = "Joint"
4901w69.Part0 = p70
4902w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4903w69.Part1 = p58
4904w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4905w70 = Instance.new("Weld", p71)
4906w70.Name = "Joint"
4907w70.Part0 = p71
4908w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4909w70.Part1 = p54
4910w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4911w71 = Instance.new("Weld", p72)
4912w71.Name = "Joint"
4913w71.Part0 = p72
4914w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4915w71.Part1 = p9
4916w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4917w72 = Instance.new("Weld", p73)
4918w72.Name = "Joint"
4919w72.Part0 = p73
4920w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4921w72.Part1 = p13
4922w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4923w73 = Instance.new("Weld", p74)
4924w73.Name = "Joint"
4925w73.Part0 = p74
4926w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4927w73.Part1 = p10
4928w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4929w74 = Instance.new("Weld", p75)
4930w74.Name = "Joint"
4931w74.Part0 = p75
4932w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4933w74.Part1 = p54
4934w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4935w75 = Instance.new("Weld", p76)
4936w75.Name = "Joint"
4937w75.Part0 = p76
4938w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4939w75.Part1 = p32
4940w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4941w76 = Instance.new("Weld", p77)
4942w76.Name = "Joint"
4943w76.Part0 = p77
4944w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4945w76.Part1 = p15
4946w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4947w77 = Instance.new("Weld", p78)
4948w77.Name = "Joint"
4949w77.Part0 = p78
4950w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4951w77.Part1 = p15
4952w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4953w78 = Instance.new("Weld", p79)
4954w78.Name = "Joint"
4955w78.Part0 = p79
4956w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4957w78.Part1 = p51
4958w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4959w79 = Instance.new("Weld", p80)
4960w79.Name = "Joint"
4961w79.Part0 = p80
4962w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4963w79.Part1 = p12
4964w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4965m6.Parent = torso
4966m6:MakeJoints()
4967----------------------------------------------------
4968local cor6 = Instance.new("Part", torso.Cloak)
4969cor6.Name = "Thingy"
4970cor6.Locked = true
4971cor6.BottomSurface = 0
4972cor6.CanCollide = false
4973cor6.Size = Vector3.new(1,1,1)
4974cor6.Transparency = 1
4975cor6.TopSurface = 0
4976corw6 = Instance.new("Weld", cor6)
4977corw6.Part0 = torso
4978corw6.Part1 = cor6
4979corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4980corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4981weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4982weld6.Part0 = cor6
4983weld6.Part1 = torso.Cloak.NeckPart
4984weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4985--Amulet
4986m7 = Instance.new("Model")
4987m7.Name = "Amulet"
4988p1 = Instance.new("Part", m7)
4989p1.BrickColor = BrickColor.new("Lime green")
4990p1.Material = Enum.Material.Neon
4991p1.Name = "Center"
4992p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4993p1.CanCollide = false
4994p1.Locked = true
4995p1.FormFactor = Enum.FormFactor.Custom
4996p1.Shape = Enum.PartType.Cylinder
4997p1.Size = Vector3.new(0.5, 0.5, 0.5)
4998p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4999p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5000p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5001p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5002p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5003p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5004p2 = Instance.new("Part", m7)
5005p2.BrickColor = BrickColor.new("Really black")
5006p2.Material = Enum.Material.Metal
5007p2.Name = "Bottom"
5008p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5009p2.CanCollide = false
5010p2.Locked = true
5011p2.FormFactor = Enum.FormFactor.Custom
5012p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5013p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5014p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5015p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5016p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5017p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5018p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5019b1 = Instance.new("SpecialMesh", p2)
5020b1.MeshType = Enum.MeshType.Cylinder
5021b1.Name = "Mesh"
5022p3 = Instance.new("Part", m7)
5023p3.BrickColor = BrickColor.new("Really black")
5024p3.Material = Enum.Material.Metal
5025p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5026p3.CanCollide = false
5027p3.Locked = true
5028p3.FormFactor = Enum.FormFactor.Custom
5029p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5030p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5031p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5032p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5033p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5034p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5035p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5036b2 = Instance.new("SpecialMesh", p3)
5037b2.MeshType = Enum.MeshType.Brick
5038b2.Name = "Mesh"
5039b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5040p4 = Instance.new("Part", m7)
5041p4.BrickColor = BrickColor.new("Really black")
5042p4.Material = Enum.Material.Metal
5043p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5044p4.CanCollide = false
5045p4.Locked = true
5046p4.FormFactor = Enum.FormFactor.Custom
5047p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5048p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5049p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5050p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5051p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5052p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5053p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5054b3 = Instance.new("SpecialMesh", p4)
5055b3.MeshType = Enum.MeshType.Brick
5056b3.Name = "Mesh"
5057b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5058p5 = Instance.new("Part", m7)
5059p5.BrickColor = BrickColor.new("Really black")
5060p5.Material = Enum.Material.Metal
5061p5.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)
5062p5.CanCollide = false
5063p5.Locked = true
5064p5.FormFactor = Enum.FormFactor.Custom
5065p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5066p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5067p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5068p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5069p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5070p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5071p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5072b4 = Instance.new("SpecialMesh", p5)
5073b4.MeshType = Enum.MeshType.Brick
5074b4.Name = "Mesh"
5075b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5076p6 = Instance.new("Part", m7)
5077p6.BrickColor = BrickColor.new("Really black")
5078p6.Material = Enum.Material.Metal
5079p6.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)
5080p6.CanCollide = false
5081p6.Locked = true
5082p6.FormFactor = Enum.FormFactor.Custom
5083p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5084p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5085p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5086p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5087p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5088p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5089p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5090b5 = Instance.new("SpecialMesh", p6)
5091b5.MeshType = Enum.MeshType.Brick
5092b5.Name = "Mesh"
5093b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5094p7 = Instance.new("Part", m7)
5095p7.BrickColor = BrickColor.new("Really black")
5096p7.Material = Enum.Material.Metal
5097p7.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)
5098p7.CanCollide = false
5099p7.Locked = true
5100p7.FormFactor = Enum.FormFactor.Custom
5101p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5102p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5103p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5104p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5105p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5106p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5107p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5108b6 = Instance.new("SpecialMesh", p7)
5109b6.MeshType = Enum.MeshType.Brick
5110b6.Name = "Mesh"
5111b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5112p8 = Instance.new("Part", m7)
5113p8.BrickColor = BrickColor.new("Really black")
5114p8.Material = Enum.Material.Metal
5115p8.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)
5116p8.CanCollide = false
5117p8.Locked = true
5118p8.FormFactor = Enum.FormFactor.Custom
5119p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5120p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5121p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5122p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5123p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5124p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5125p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5126b7 = Instance.new("SpecialMesh", p8)
5127b7.MeshType = Enum.MeshType.Brick
5128b7.Name = "Mesh"
5129b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5130p9 = Instance.new("Part", m7)
5131p9.BrickColor = BrickColor.new("Really black")
5132p9.Material = Enum.Material.Metal
5133p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5134p9.CanCollide = false
5135p9.Locked = true
5136p9.FormFactor = Enum.FormFactor.Custom
5137p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5138p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5139p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5140p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5141p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5142p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5143p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5144b8 = Instance.new("SpecialMesh", p9)
5145b8.MeshType = Enum.MeshType.Brick
5146b8.Name = "Mesh"
5147b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5148p10 = Instance.new("Part", m7)
5149p10.BrickColor = BrickColor.new("Really black")
5150p10.Material = Enum.Material.Metal
5151p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5152p10.CanCollide = false
5153p10.Locked = true
5154p10.FormFactor = Enum.FormFactor.Custom
5155p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5156p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5157p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5158p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5159p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5160p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5161p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5162b9 = Instance.new("SpecialMesh", p10)
5163b9.MeshType = Enum.MeshType.Brick
5164b9.Name = "Mesh"
5165b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5166p11 = Instance.new("Part", m7)
5167p11.BrickColor = BrickColor.new("Really black")
5168p11.Material = Enum.Material.Metal
5169p11.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)
5170p11.CanCollide = false
5171p11.Locked = true
5172p11.FormFactor = Enum.FormFactor.Custom
5173p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5174p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5175p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5176p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5177p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5178p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5179p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5180b10 = Instance.new("SpecialMesh", p11)
5181b10.MeshType = Enum.MeshType.Brick
5182b10.Name = "Mesh"
5183b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5184p12 = Instance.new("Part", m7)
5185p12.BrickColor = BrickColor.new("Really black")
5186p12.Material = Enum.Material.Metal
5187p12.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)
5188p12.CanCollide = false
5189p12.Locked = true
5190p12.FormFactor = Enum.FormFactor.Custom
5191p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5192p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5193p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5194p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5195p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5196p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5197p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5198b11 = Instance.new("SpecialMesh", p12)
5199b11.MeshType = Enum.MeshType.Brick
5200b11.Name = "Mesh"
5201b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5202p13 = Instance.new("Part", m7)
5203p13.BrickColor = BrickColor.new("Really black")
5204p13.Material = Enum.Material.Metal
5205p13.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)
5206p13.CanCollide = false
5207p13.Locked = true
5208p13.FormFactor = Enum.FormFactor.Custom
5209p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5210p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5211p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5212p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5213p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5214p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5215p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5216b12 = Instance.new("SpecialMesh", p13)
5217b12.MeshType = Enum.MeshType.Brick
5218b12.Name = "Mesh"
5219b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5220p14 = Instance.new("Part", m7)
5221p14.BrickColor = BrickColor.new("Really black")
5222p14.Material = Enum.Material.Metal
5223p14.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)
5224p14.CanCollide = false
5225p14.Locked = true
5226p14.FormFactor = Enum.FormFactor.Custom
5227p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5228p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5229p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5230p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5231p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5232p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5233p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5234b13 = Instance.new("SpecialMesh", p14)
5235b13.MeshType = Enum.MeshType.Brick
5236b13.Name = "Mesh"
5237b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5238p15 = Instance.new("Part", m7)
5239p15.BrickColor = BrickColor.new("Really black")
5240p15.Material = Enum.Material.Metal
5241p15.Name = "Top"
5242p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5243p15.CanCollide = false
5244p15.Locked = true
5245p15.FormFactor = Enum.FormFactor.Custom
5246p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5247p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5248p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5249p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5250p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5251p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5252p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5253b14 = Instance.new("SpecialMesh", p15)
5254b14.MeshType = Enum.MeshType.Cylinder
5255b14.Name = "Mesh"
5256w1 = Instance.new("Weld", p1)
5257w1.Name = "Joint"
5258w1.Part0 = p1
5259w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5260w1.Part1 = p15
5261w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5262w2 = Instance.new("Weld", p2)
5263w2.Name = "Joint"
5264w2.Part0 = p2
5265w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5266w2.Part1 = p1
5267w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5268w3 = Instance.new("Weld", p3)
5269w3.Name = "Joint"
5270w3.Part0 = p3
5271w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5272w3.Part1 = p1
5273w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5274w4 = Instance.new("Weld", p4)
5275w4.Name = "Joint"
5276w4.Part0 = p4
5277w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5278w4.Part1 = p1
5279w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5280w5 = Instance.new("Weld", p5)
5281w5.Name = "Joint"
5282w5.Part0 = p5
5283w5.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)
5284w5.Part1 = p1
5285w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5286w6 = Instance.new("Weld", p6)
5287w6.Name = "Joint"
5288w6.Part0 = p6
5289w6.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)
5290w6.Part1 = p1
5291w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5292w7 = Instance.new("Weld", p7)
5293w7.Name = "Joint"
5294w7.Part0 = p7
5295w7.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)
5296w7.Part1 = p1
5297w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5298w8 = Instance.new("Weld", p8)
5299w8.Name = "Joint"
5300w8.Part0 = p8
5301w8.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)
5302w8.Part1 = p1
5303w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5304w9 = Instance.new("Weld", p9)
5305w9.Name = "Joint"
5306w9.Part0 = p9
5307w9.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)
5308w9.Part1 = p1
5309w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5310w10 = Instance.new("Weld", p10)
5311w10.Name = "Joint"
5312w10.Part0 = p10
5313w10.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)
5314w10.Part1 = p1
5315w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5316w11 = Instance.new("Weld", p11)
5317w11.Name = "Joint"
5318w11.Part0 = p11
5319w11.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)
5320w11.Part1 = p1
5321w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5322w12 = Instance.new("Weld", p12)
5323w12.Name = "Joint"
5324w12.Part0 = p12
5325w12.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)
5326w12.Part1 = p1
5327w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5328w13 = Instance.new("Weld", p13)
5329w13.Name = "Joint"
5330w13.Part0 = p13
5331w13.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)
5332w13.Part1 = p1
5333w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5334w14 = Instance.new("Weld", p14)
5335w14.Name = "Joint"
5336w14.Part0 = p14
5337w14.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)
5338w14.Part1 = p1
5339w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5340m7.Parent = torso
5341m7:MakeJoints()
5342----------------------------------------------------
5343local cor7 = Instance.new("Part", torso.Amulet)
5344cor7.Name = "Thingy"
5345cor7.Locked = true
5346cor7.BottomSurface = 0
5347cor7.CanCollide = false
5348cor7.Size = Vector3.new(1, 1, 1)
5349cor7.Transparency = 1
5350cor7.TopSurface = 0
5351corw7 = Instance.new("Weld", cor7)
5352corw7.Part0 = torso.Torso.Connection
5353corw7.Part1 = cor7
5354corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5355corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5356weld7 = Instance.new("Weld", torso.Amulet)
5357weld7.Part0 = cor7
5358weld7.Part1 = torso.Amulet.Top
5359weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5360--Zyrodoxa
5361m8 = Instance.new("Model")
5362m8.Name = "Zyrodoxa"
5363p1 = Instance.new("Part", m8)
5364p1.BrickColor = BrickColor.new("Really black")
5365p1.Material = Enum.Material.Metal
5366p1.Reflectance = 0.40000000596046
5367p1.Name = "Block"
5368p1.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)
5369p1.CanCollide = false
5370p1.Locked = true
5371p1.FormFactor = Enum.FormFactor.Custom
5372p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5373p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5374p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5375p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5376p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5377p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5378p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5379b1 = Instance.new("BlockMesh", p1)
5380b1.Name = "Mesh"
5381b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5382p2 = Instance.new("Part", m8)
5383p2.BrickColor = BrickColor.new("Black")
5384p2.Material = Enum.Material.Metal
5385p2.Reflectance = 0.40000000596046
5386p2.Name = "Block"
5387p2.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)
5388p2.CanCollide = false
5389p2.Locked = true
5390p2.FormFactor = Enum.FormFactor.Custom
5391p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5392p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5393p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5394p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5395p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5396p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5397p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5398b2 = Instance.new("BlockMesh", p2)
5399b2.Name = "Mesh"
5400b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5401p3 = Instance.new("Part", m8)
5402p3.BrickColor = BrickColor.new("Black")
5403p3.Material = Enum.Material.Metal
5404p3.Reflectance = 0.40000000596046
5405p3.Name = "Block"
5406p3.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)
5407p3.CanCollide = false
5408p3.Locked = true
5409p3.FormFactor = Enum.FormFactor.Custom
5410p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5411p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5412p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5413p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5414p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5415p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5416p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5417b3 = Instance.new("BlockMesh", p3)
5418b3.Name = "Mesh"
5419b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5420p4 = Instance.new("Part", m8)
5421p4.BrickColor = BrickColor.new("Lime green")
5422p4.Material = Enum.Material.Metal
5423p4.Name = "Block"
5424p4.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)
5425p4.CanCollide = false
5426p4.Locked = true
5427p4.FormFactor = Enum.FormFactor.Custom
5428p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5429p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5430p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5431p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5432p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5433p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5434p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5435b4 = Instance.new("BlockMesh", p4)
5436b4.Name = "Mesh"
5437b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5438p5 = Instance.new("Part", m8)
5439p5.BrickColor = BrickColor.new("Lime green")
5440p5.Material = Enum.Material.Neon
5441p5.Reflectance = 0.40000000596046
5442p5.Name = "Block"
5443p5.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)
5444p5.CanCollide = false
5445p5.Locked = true
5446p5.FormFactor = Enum.FormFactor.Custom
5447p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5448p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5449p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5450p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5451p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5452p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5453p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5454b5 = Instance.new("BlockMesh", p5)
5455b5.Name = "Mesh"
5456b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5457p6 = Instance.new("Part", m8)
5458p6.BrickColor = BrickColor.new("Parsley green")
5459p6.Material = Enum.Material.Metal
5460p6.Name = "Block"
5461p6.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)
5462p6.CanCollide = false
5463p6.Locked = true
5464p6.FormFactor = Enum.FormFactor.Custom
5465p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5466p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5467p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5468p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5469p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5470p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5471p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5472b6 = Instance.new("BlockMesh", p6)
5473b6.Name = "Mesh"
5474b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5475p7 = Instance.new("Part", m8)
5476p7.BrickColor = BrickColor.new("Lime green")
5477p7.Material = Enum.Material.Neon
5478p7.Reflectance = 0.40000000596046
5479p7.Name = "Block"
5480p7.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)
5481p7.CanCollide = false
5482p7.Locked = true
5483p7.FormFactor = Enum.FormFactor.Custom
5484p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5485p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5486p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5487p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5488p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5489p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5490p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5491b7 = Instance.new("BlockMesh", p7)
5492b7.Name = "Mesh"
5493b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5494p8 = Instance.new("Part", m8)
5495p8.BrickColor = BrickColor.new("Lime green")
5496p8.Material = Enum.Material.Neon
5497p8.Reflectance = 0.40000000596046
5498p8.Name = "Block"
5499p8.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)
5500p8.CanCollide = false
5501p8.Locked = true
5502p8.FormFactor = Enum.FormFactor.Custom
5503p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5504p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5505p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5506p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5507p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5508p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5509p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5510b8 = Instance.new("BlockMesh", p8)
5511b8.Name = "Mesh"
5512b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5513p9 = Instance.new("Part", m8)
5514p9.BrickColor = BrickColor.new("Really black")
5515p9.Material = Enum.Material.Metal
5516p9.Reflectance = 0.40000000596046
5517p9.Name = "Block"
5518p9.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)
5519p9.CanCollide = false
5520p9.Locked = true
5521p9.FormFactor = Enum.FormFactor.Custom
5522p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5523p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5524p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5525p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5526p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5527p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5528p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5529b9 = Instance.new("BlockMesh", p9)
5530b9.Name = "Mesh"
5531b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5532p10 = Instance.new("Part", m8)
5533p10.BrickColor = BrickColor.new("Really black")
5534p10.Material = Enum.Material.Metal
5535p10.Reflectance = 0.40000000596046
5536p10.Name = "Block"
5537p10.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)
5538p10.CanCollide = false
5539p10.Locked = true
5540p10.FormFactor = Enum.FormFactor.Custom
5541p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5542p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5543p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5544p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5545p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5546p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5547p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5548b10 = Instance.new("BlockMesh", p10)
5549b10.Name = "Mesh"
5550b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5551p11 = Instance.new("Part", m8)
5552p11.BrickColor = BrickColor.new("Black")
5553p11.Material = Enum.Material.Metal
5554p11.Name = "Circle"
5555p11.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)
5556p11.CanCollide = false
5557p11.Locked = true
5558p11.FormFactor = Enum.FormFactor.Custom
5559p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5560p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5561p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5562p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5563p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5564p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5565p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5566b11 = Instance.new("CylinderMesh", p11)
5567b11.Name = "Mesh"
5568b11.Scale = Vector3.new(1, 0.401569068, 1)
5569p12 = Instance.new("Part", m8)
5570p12.BrickColor = BrickColor.new("Lime green")
5571p12.Material = Enum.Material.Neon
5572p12.Reflectance = 0.40000000596046
5573p12.Name = "Block"
5574p12.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)
5575p12.CanCollide = false
5576p12.Locked = true
5577p12.FormFactor = Enum.FormFactor.Custom
5578p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5579p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5580p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5581p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5582p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5583p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5584p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5585b12 = Instance.new("BlockMesh", p12)
5586b12.Name = "Mesh"
5587b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5588p13 = Instance.new("Part", m8)
5589p13.BrickColor = BrickColor.new("Lime green")
5590p13.Material = Enum.Material.Metal
5591p13.Name = "Block"
5592p13.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)
5593p13.CanCollide = false
5594p13.Locked = true
5595p13.FormFactor = Enum.FormFactor.Custom
5596p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5597p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5598p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5599p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5600p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5601p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5602p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5603b13 = Instance.new("BlockMesh", p13)
5604b13.Name = "Mesh"
5605b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5606p14 = Instance.new("Part", m8)
5607p14.BrickColor = BrickColor.new("Black")
5608p14.Material = Enum.Material.Metal
5609p14.Reflectance = 0.40000000596046
5610p14.Name = "Block"
5611p14.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)
5612p14.CanCollide = false
5613p14.Locked = true
5614p14.FormFactor = Enum.FormFactor.Custom
5615p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5616p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5617p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5618p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5619p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5620p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5621p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5622b14 = Instance.new("BlockMesh", p14)
5623b14.Name = "Mesh"
5624b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5625p15 = Instance.new("Part", m8)
5626p15.BrickColor = BrickColor.new("Really black")
5627p15.Material = Enum.Material.Metal
5628p15.Reflectance = 0.40000000596046
5629p15.Name = "Block"
5630p15.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)
5631p15.CanCollide = false
5632p15.Locked = true
5633p15.FormFactor = Enum.FormFactor.Custom
5634p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5635p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5636p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5637p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5638p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5639p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5640p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5641b15 = Instance.new("BlockMesh", p15)
5642b15.Name = "Mesh"
5643b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5644p16 = Instance.new("Part", m8)
5645p16.BrickColor = BrickColor.new("Really black")
5646p16.Material = Enum.Material.Metal
5647p16.Name = "Handle"
5648p16.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)
5649p16.CanCollide = false
5650p16.Locked = true
5651p16.FormFactor = Enum.FormFactor.Custom
5652p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5653p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5654p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5655p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5656p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5657p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5658p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5659b16 = Instance.new("BlockMesh", p16)
5660b16.Name = "Mesh"
5661b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5662p17 = Instance.new("Part", m8)
5663p17.BrickColor = BrickColor.new("Lime green")
5664p17.Material = Enum.Material.Neon
5665p17.Reflectance = 0.40000000596046
5666p17.Name = "Block"
5667p17.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)
5668p17.CanCollide = false
5669p17.Locked = true
5670p17.FormFactor = Enum.FormFactor.Custom
5671p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5672p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5673p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5674p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5675p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5676p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5677p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5678b17 = Instance.new("BlockMesh", p17)
5679b17.Name = "Mesh"
5680b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5681p18 = Instance.new("Part", m8)
5682p18.BrickColor = BrickColor.new("Really black")
5683p18.Material = Enum.Material.Metal
5684p18.Name = "Block"
5685p18.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)
5686p18.CanCollide = false
5687p18.Locked = true
5688p18.FormFactor = Enum.FormFactor.Custom
5689p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5690p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5691p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5692p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5693p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5694p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5695p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5696b18 = Instance.new("BlockMesh", p18)
5697b18.Name = "Mesh"
5698b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5699p19 = Instance.new("Part", m8)
5700p19.BrickColor = BrickColor.new("Black")
5701p19.Material = Enum.Material.Metal
5702p19.Reflectance = 0.40000000596046
5703p19.Name = "Block"
5704p19.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)
5705p19.CanCollide = false
5706p19.Locked = true
5707p19.FormFactor = Enum.FormFactor.Custom
5708p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5709p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5710p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5711p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5712p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5713p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5714p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5715b19 = Instance.new("BlockMesh", p19)
5716b19.Name = "Mesh"
5717b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5718p20 = Instance.new("Part", m8)
5719p20.BrickColor = BrickColor.new("Lime green")
5720p20.Material = Enum.Material.Metal
5721p20.Name = "Block"
5722p20.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)
5723p20.CanCollide = false
5724p20.Locked = true
5725p20.FormFactor = Enum.FormFactor.Custom
5726p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5727p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5728p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5729p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5730p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5731p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5732p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5733b20 = Instance.new("BlockMesh", p20)
5734b20.Name = "Mesh"
5735b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5736p21 = Instance.new("Part", m8)
5737p21.BrickColor = BrickColor.new("Really black")
5738p21.Material = Enum.Material.Metal
5739p21.Name = "Block"
5740p21.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)
5741p21.CanCollide = false
5742p21.Locked = true
5743p21.FormFactor = Enum.FormFactor.Custom
5744p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5745p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5746p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5747p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5748p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5749p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5750p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5751b21 = Instance.new("BlockMesh", p21)
5752b21.Name = "Mesh"
5753b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5754p22 = Instance.new("Part", m8)
5755p22.BrickColor = BrickColor.new("Really black")
5756p22.Material = Enum.Material.Metal
5757p22.Reflectance = 0.40000000596046
5758p22.Name = "Block"
5759p22.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)
5760p22.CanCollide = false
5761p22.Locked = true
5762p22.FormFactor = Enum.FormFactor.Custom
5763p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5764p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5765p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5766p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5767p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5768p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5769p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5770b22 = Instance.new("BlockMesh", p22)
5771b22.Name = "Mesh"
5772b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5773p23 = Instance.new("Part", m8)
5774p23.BrickColor = BrickColor.new("Lime green")
5775p23.Material = Enum.Material.Marble
5776p23.Name = "Block"
5777p23.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)
5778p23.CanCollide = false
5779p23.Locked = true
5780p23.FormFactor = Enum.FormFactor.Custom
5781p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5782p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5783p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5784p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5785p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5786p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5787p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5788b23 = Instance.new("BlockMesh", p23)
5789b23.Name = "Mesh"
5790b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5791p24 = Instance.new("Part", m8)
5792p24.BrickColor = BrickColor.new("Really black")
5793p24.Material = Enum.Material.Metal
5794p24.Name = "Block"
5795p24.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)
5796p24.CanCollide = false
5797p24.Locked = true
5798p24.FormFactor = Enum.FormFactor.Custom
5799p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5800p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5801p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5802p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5803p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5804p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5805p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5806b24 = Instance.new("BlockMesh", p24)
5807b24.Name = "Mesh"
5808b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5809p25 = Instance.new("Part", m8)
5810p25.BrickColor = BrickColor.new("Lime green")
5811p25.Material = Enum.Material.Marble
5812p25.Name = "Block"
5813p25.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)
5814p25.CanCollide = false
5815p25.Locked = true
5816p25.FormFactor = Enum.FormFactor.Custom
5817p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5818p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5819p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5820p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5821p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5822p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5823p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5824b25 = Instance.new("BlockMesh", p25)
5825b25.Name = "Mesh"
5826b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5827p26 = Instance.new("Part", m8)
5828p26.BrickColor = BrickColor.new("Really black")
5829p26.Material = Enum.Material.Metal
5830p26.Reflectance = 0.40000000596046
5831p26.Name = "Block"
5832p26.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)
5833p26.CanCollide = false
5834p26.Locked = true
5835p26.FormFactor = Enum.FormFactor.Custom
5836p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5837p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5838p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5839p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5840p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5841p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5842p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5843b26 = Instance.new("BlockMesh", p26)
5844b26.Name = "Mesh"
5845b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5846p27 = Instance.new("Part", m8)
5847p27.BrickColor = BrickColor.new("Lime green")
5848p27.Material = Enum.Material.Metal
5849p27.Name = "Block"
5850p27.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)
5851p27.CanCollide = false
5852p27.Locked = true
5853p27.FormFactor = Enum.FormFactor.Custom
5854p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5855p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5856p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5857p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5858p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5859p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5860p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5861b27 = Instance.new("BlockMesh", p27)
5862b27.Name = "Mesh"
5863b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5864p28 = Instance.new("Part", m8)
5865p28.BrickColor = BrickColor.new("Really black")
5866p28.Material = Enum.Material.SmoothPlastic
5867p28.Reflectance = 0.0099999997764826
5868p28.Name = "Circle"
5869p28.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)
5870p28.CanCollide = false
5871p28.Locked = true
5872p28.FormFactor = Enum.FormFactor.Custom
5873p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5874p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5875p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5876p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5877p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5878p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5879p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5880b28 = Instance.new("CylinderMesh", p28)
5881b28.Name = "Mesh"
5882b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5883p29 = Instance.new("Part", m8)
5884p29.BrickColor = BrickColor.new("Black")
5885p29.Material = Enum.Material.Metal
5886p29.Reflectance = 0.40000000596046
5887p29.Name = "Block"
5888p29.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)
5889p29.CanCollide = false
5890p29.Locked = true
5891p29.FormFactor = Enum.FormFactor.Custom
5892p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5893p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5894p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5895p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5896p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5897p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5898p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5899b29 = Instance.new("BlockMesh", p29)
5900b29.Name = "Mesh"
5901b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5902p30 = Instance.new("Part", m8)
5903p30.BrickColor = BrickColor.new("Lime green")
5904p30.Material = Enum.Material.Metal
5905p30.Name = "Block"
5906p30.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)
5907p30.CanCollide = false
5908p30.Locked = true
5909p30.FormFactor = Enum.FormFactor.Custom
5910p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5911p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5912p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5913p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5914p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5915p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5916p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5917b30 = Instance.new("BlockMesh", p30)
5918b30.Name = "Mesh"
5919b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5920p31 = Instance.new("Part", m8)
5921p31.BrickColor = BrickColor.new("Lime green")
5922p31.Material = Enum.Material.Neon
5923p31.Reflectance = 0.40000000596046
5924p31.Name = "Block"
5925p31.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)
5926p31.CanCollide = false
5927p31.Locked = true
5928p31.FormFactor = Enum.FormFactor.Custom
5929p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5930p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5931p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5932p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5933p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5934p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5935p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5936b31 = Instance.new("BlockMesh", p31)
5937b31.Name = "Mesh"
5938b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5939p32 = Instance.new("Part", m8)
5940p32.BrickColor = BrickColor.new("Lime green")
5941p32.Material = Enum.Material.Metal
5942p32.Name = "Block"
5943p32.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)
5944p32.CanCollide = false
5945p32.Locked = true
5946p32.FormFactor = Enum.FormFactor.Custom
5947p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5948p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5949p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5950p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5951p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5952p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5953p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5954b32 = Instance.new("BlockMesh", p32)
5955b32.Name = "Mesh"
5956b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5957p33 = Instance.new("Part", m8)
5958p33.BrickColor = BrickColor.new("Really black")
5959p33.Material = Enum.Material.Metal
5960p33.Reflectance = 0.40000000596046
5961p33.Name = "Block"
5962p33.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)
5963p33.CanCollide = false
5964p33.Locked = true
5965p33.FormFactor = Enum.FormFactor.Custom
5966p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5967p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5968p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5969p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5970p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5971p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5972p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5973b33 = Instance.new("BlockMesh", p33)
5974b33.Name = "Mesh"
5975b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5976p34 = Instance.new("Part", m8)
5977p34.BrickColor = BrickColor.new("Lime green")
5978p34.Material = Enum.Material.Metal
5979p34.Name = "Block"
5980p34.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)
5981p34.CanCollide = false
5982p34.Locked = true
5983p34.FormFactor = Enum.FormFactor.Custom
5984p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5985p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5986p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5987p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5988p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5989p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5990p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5991b34 = Instance.new("BlockMesh", p34)
5992b34.Name = "Mesh"
5993b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5994p35 = Instance.new("Part", m8)
5995p35.BrickColor = BrickColor.new("Lime green")
5996p35.Material = Enum.Material.Metal
5997p35.Name = "Block"
5998p35.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)
5999p35.CanCollide = false
6000p35.Locked = true
6001p35.FormFactor = Enum.FormFactor.Custom
6002p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6003p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6004p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6005p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6006p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6007p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6008p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6009b35 = Instance.new("BlockMesh", p35)
6010b35.Name = "Mesh"
6011b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6012p36 = Instance.new("Part", m8)
6013p36.BrickColor = BrickColor.new("Lime green")
6014p36.Material = Enum.Material.Metal
6015p36.Name = "Block"
6016p36.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)
6017p36.CanCollide = false
6018p36.Locked = true
6019p36.FormFactor = Enum.FormFactor.Custom
6020p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6021p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6022p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6023p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6024p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6025p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6026p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6027b36 = Instance.new("BlockMesh", p36)
6028b36.Name = "Mesh"
6029b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6030p37 = Instance.new("Part", m8)
6031p37.BrickColor = BrickColor.new("Lime green")
6032p37.Material = Enum.Material.Marble
6033p37.Name = "Circle"
6034p37.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)
6035p37.CanCollide = false
6036p37.Locked = true
6037p37.FormFactor = Enum.FormFactor.Custom
6038p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6039p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6040p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6041p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6042p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6043p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6044p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6045b37 = Instance.new("CylinderMesh", p37)
6046b37.Name = "Mesh"
6047b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6048p38 = Instance.new("Part", m8)
6049p38.BrickColor = BrickColor.new("Really black")
6050p38.Material = Enum.Material.Metal
6051p38.Name = "Block"
6052p38.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)
6053p38.CanCollide = false
6054p38.Locked = true
6055p38.FormFactor = Enum.FormFactor.Custom
6056p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6057p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6058p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6059p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6060p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6061p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6062p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6063b38 = Instance.new("BlockMesh", p38)
6064b38.Name = "Mesh"
6065b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6066p39 = Instance.new("Part", m8)
6067p39.BrickColor = BrickColor.new("Really black")
6068p39.Material = Enum.Material.Metal
6069p39.Name = "Block"
6070p39.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)
6071p39.CanCollide = false
6072p39.Locked = true
6073p39.FormFactor = Enum.FormFactor.Custom
6074p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6075p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6076p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6077p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6078p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6079p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6080p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6081b39 = Instance.new("BlockMesh", p39)
6082b39.Name = "Mesh"
6083b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6084p40 = Instance.new("Part", m8)
6085p40.BrickColor = BrickColor.new("Really black")
6086p40.Material = Enum.Material.Metal
6087p40.Name = "Block"
6088p40.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)
6089p40.CanCollide = false
6090p40.Locked = true
6091p40.FormFactor = Enum.FormFactor.Custom
6092p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6093p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6094p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6095p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6096p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6097p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6098p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6099b40 = Instance.new("BlockMesh", p40)
6100b40.Name = "Mesh"
6101b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6102p41 = Instance.new("Part", m8)
6103p41.BrickColor = BrickColor.new("Lime green")
6104p41.Material = Enum.Material.Neon
6105p41.Reflectance = 0.40000000596046
6106p41.Name = "Block"
6107p41.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)
6108p41.CanCollide = false
6109p41.Locked = true
6110p41.FormFactor = Enum.FormFactor.Custom
6111p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6112p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6113p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6114p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6115p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6116p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6117p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6118b41 = Instance.new("BlockMesh", p41)
6119b41.Name = "Mesh"
6120b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6121p42 = Instance.new("Part", m8)
6122p42.BrickColor = BrickColor.new("Earth green")
6123p42.Material = Enum.Material.Metal
6124p42.Name = "Block"
6125p42.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)
6126p42.CanCollide = false
6127p42.Locked = true
6128p42.FormFactor = Enum.FormFactor.Custom
6129p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6130p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6131p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6132p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6133p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6134p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6135p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6136b42 = Instance.new("BlockMesh", p42)
6137b42.Name = "Mesh"
6138b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6139p43 = Instance.new("Part", m8)
6140p43.BrickColor = BrickColor.new("Really black")
6141p43.Material = Enum.Material.Metal
6142p43.Name = "Block"
6143p43.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)
6144p43.CanCollide = false
6145p43.Locked = true
6146p43.FormFactor = Enum.FormFactor.Custom
6147p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6148p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6149p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6150p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6151p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6152p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6153p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6154b43 = Instance.new("BlockMesh", p43)
6155b43.Name = "Mesh"
6156b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6157p44 = Instance.new("Part", m8)
6158p44.BrickColor = BrickColor.new("Lime green")
6159p44.Material = Enum.Material.Marble
6160p44.Name = "Circle"
6161p44.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)
6162p44.CanCollide = false
6163p44.Locked = true
6164p44.FormFactor = Enum.FormFactor.Custom
6165p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6166p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6167p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6168p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6169p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6170p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6171p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6172b44 = Instance.new("CylinderMesh", p44)
6173b44.Name = "Mesh"
6174b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6175p45 = Instance.new("Part", m8)
6176p45.BrickColor = BrickColor.new("Lime green")
6177p45.Material = Enum.Material.Neon
6178p45.Reflectance = 0.40000000596046
6179p45.Name = "Block"
6180p45.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)
6181p45.CanCollide = false
6182p45.Locked = true
6183p45.FormFactor = Enum.FormFactor.Custom
6184p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6185p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6186p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6187p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6188p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6189p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6190p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6191b45 = Instance.new("BlockMesh", p45)
6192b45.Name = "Mesh"
6193b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6194p46 = Instance.new("Part", m8)
6195p46.BrickColor = BrickColor.new("Black")
6196p46.Material = Enum.Material.Metal
6197p46.Name = "Block"
6198p46.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)
6199p46.CanCollide = false
6200p46.Locked = true
6201p46.FormFactor = Enum.FormFactor.Custom
6202p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6203p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6204p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6205p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6206p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6207p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6208p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6209b46 = Instance.new("BlockMesh", p46)
6210b46.Name = "Mesh"
6211b46.Scale = Vector3.new(1, 0.401569068, 1)
6212p47 = Instance.new("Part", m8)
6213p47.BrickColor = BrickColor.new("Earth green")
6214p47.Material = Enum.Material.Metal
6215p47.Name = "Block"
6216p47.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)
6217p47.CanCollide = false
6218p47.Locked = true
6219p47.FormFactor = Enum.FormFactor.Custom
6220p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6221p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6222p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6223p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6224p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6225p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6226p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6227b47 = Instance.new("BlockMesh", p47)
6228b47.Name = "Mesh"
6229b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6230p48 = Instance.new("Part", m8)
6231p48.BrickColor = BrickColor.new("Lime green")
6232p48.Material = Enum.Material.Metal
6233p48.Name = "Block"
6234p48.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)
6235p48.CanCollide = false
6236p48.Locked = true
6237p48.FormFactor = Enum.FormFactor.Custom
6238p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6239p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6240p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6241p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6242p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6243p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6244p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6245b48 = Instance.new("BlockMesh", p48)
6246b48.Name = "Mesh"
6247b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6248p49 = Instance.new("Part", m8)
6249p49.BrickColor = BrickColor.new("Lime green")
6250p49.Material = Enum.Material.Metal
6251p49.Name = "Block"
6252p49.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)
6253p49.CanCollide = false
6254p49.Locked = true
6255p49.FormFactor = Enum.FormFactor.Custom
6256p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6257p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6258p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6259p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6260p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6261p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6262p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6263b49 = Instance.new("BlockMesh", p49)
6264b49.Name = "Mesh"
6265b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6266p50 = Instance.new("Part", m8)
6267p50.BrickColor = BrickColor.new("Black")
6268p50.Material = Enum.Material.Metal
6269p50.Reflectance = 0.40000000596046
6270p50.Name = "Block"
6271p50.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)
6272p50.CanCollide = false
6273p50.Locked = true
6274p50.FormFactor = Enum.FormFactor.Custom
6275p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6276p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6277p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6278p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6279p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6280p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6281p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6282b50 = Instance.new("BlockMesh", p50)
6283b50.Name = "Mesh"
6284b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6285p51 = Instance.new("Part", m8)
6286p51.BrickColor = BrickColor.new("Lime green")
6287p51.Material = Enum.Material.Metal
6288p51.Name = "Block"
6289p51.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)
6290p51.CanCollide = false
6291p51.Locked = true
6292p51.FormFactor = Enum.FormFactor.Custom
6293p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6294p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6295p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6296p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6297p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6298p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6299p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6300b51 = Instance.new("BlockMesh", p51)
6301b51.Name = "Mesh"
6302b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6303p52 = Instance.new("Part", m8)
6304p52.BrickColor = BrickColor.new("Lime green")
6305p52.Material = Enum.Material.Metal
6306p52.Name = "Block"
6307p52.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)
6308p52.CanCollide = false
6309p52.Locked = true
6310p52.FormFactor = Enum.FormFactor.Custom
6311p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6312p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6313p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6314p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6315p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6316p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6317p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6318b52 = Instance.new("BlockMesh", p52)
6319b52.Name = "Mesh"
6320b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6321p53 = Instance.new("Part", m8)
6322p53.BrickColor = BrickColor.new("Really black")
6323p53.Material = Enum.Material.Metal
6324p53.Name = "Block"
6325p53.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)
6326p53.CanCollide = false
6327p53.Locked = true
6328p53.FormFactor = Enum.FormFactor.Custom
6329p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6330p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6331p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6332p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6333p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6334p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6335p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6336b53 = Instance.new("BlockMesh", p53)
6337b53.Name = "Mesh"
6338b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6339p54 = Instance.new("Part", m8)
6340p54.BrickColor = BrickColor.new("Really black")
6341p54.Material = Enum.Material.SmoothPlastic
6342p54.Reflectance = 0.0099999997764826
6343p54.Name = "Circle"
6344p54.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)
6345p54.CanCollide = false
6346p54.Locked = true
6347p54.FormFactor = Enum.FormFactor.Custom
6348p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6349p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6350p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6351p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6352p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6353p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6354p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6355b54 = Instance.new("CylinderMesh", p54)
6356b54.Name = "Mesh"
6357b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6358p55 = Instance.new("Part", m8)
6359p55.BrickColor = BrickColor.new("Really black")
6360p55.Material = Enum.Material.Metal
6361p55.Reflectance = 0.40000000596046
6362p55.Name = "Block"
6363p55.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)
6364p55.CanCollide = false
6365p55.Locked = true
6366p55.FormFactor = Enum.FormFactor.Custom
6367p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6368p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6369p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6370p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6371p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6372p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6373p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6374b55 = Instance.new("BlockMesh", p55)
6375b55.Name = "Mesh"
6376b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6377p56 = Instance.new("Part", m8)
6378p56.BrickColor = BrickColor.new("Black")
6379p56.Material = Enum.Material.Metal
6380p56.Reflectance = 0.40000000596046
6381p56.Name = "Block"
6382p56.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)
6383p56.CanCollide = false
6384p56.Locked = true
6385p56.FormFactor = Enum.FormFactor.Custom
6386p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6387p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6388p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6389p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6390p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6391p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6392p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6393b56 = Instance.new("BlockMesh", p56)
6394b56.Name = "Mesh"
6395b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6396p57 = Instance.new("Part", m8)
6397p57.BrickColor = BrickColor.new("Black")
6398p57.Material = Enum.Material.Metal
6399p57.Reflectance = 0.40000000596046
6400p57.Name = "Block"
6401p57.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)
6402p57.CanCollide = false
6403p57.Locked = true
6404p57.FormFactor = Enum.FormFactor.Custom
6405p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6406p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6407p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6408p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6409p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6410p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6411p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6412b57 = Instance.new("BlockMesh", p57)
6413b57.Name = "Mesh"
6414b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6415p58 = Instance.new("Part", m8)
6416p58.BrickColor = BrickColor.new("Lime green")
6417p58.Material = Enum.Material.Marble
6418p58.Name = "Block"
6419p58.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)
6420p58.CanCollide = false
6421p58.Locked = true
6422p58.FormFactor = Enum.FormFactor.Custom
6423p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6424p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6425p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6426p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6427p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6428p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6429p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6430b58 = Instance.new("BlockMesh", p58)
6431b58.Name = "Mesh"
6432b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6433p59 = Instance.new("Part", m8)
6434p59.BrickColor = BrickColor.new("Lime green")
6435p59.Material = Enum.Material.Metal
6436p59.Name = "Block"
6437p59.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)
6438p59.CanCollide = false
6439p59.Locked = true
6440p59.FormFactor = Enum.FormFactor.Custom
6441p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6442p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6443p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6444p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6445p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6446p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6447p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6448b59 = Instance.new("BlockMesh", p59)
6449b59.Name = "Mesh"
6450b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6451p60 = Instance.new("Part", m8)
6452p60.BrickColor = BrickColor.new("Lime green")
6453p60.Material = Enum.Material.Marble
6454p60.Name = "Circle"
6455p60.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)
6456p60.CanCollide = false
6457p60.Locked = true
6458p60.FormFactor = Enum.FormFactor.Custom
6459p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6460p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6461p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6462p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6463p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6464p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6465p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6466b60 = Instance.new("CylinderMesh", p60)
6467b60.Name = "Mesh"
6468b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6469p61 = Instance.new("Part", m8)
6470p61.BrickColor = BrickColor.new("Black")
6471p61.Material = Enum.Material.Metal
6472p61.Name = "Circle"
6473p61.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)
6474p61.CanCollide = false
6475p61.Locked = true
6476p61.FormFactor = Enum.FormFactor.Custom
6477p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6478p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6479p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6480p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6481p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6482p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6483p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6484b61 = Instance.new("CylinderMesh", p61)
6485b61.Name = "Mesh"
6486b61.Scale = Vector3.new(1, 0.401569068, 1)
6487p62 = Instance.new("Part", m8)
6488p62.BrickColor = BrickColor.new("Lime green")
6489p62.Material = Enum.Material.Metal
6490p62.Name = "Block"
6491p62.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)
6492p62.CanCollide = false
6493p62.Locked = true
6494p62.FormFactor = Enum.FormFactor.Custom
6495p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6496p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6497p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6498p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6499p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6500p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6501p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6502b62 = Instance.new("BlockMesh", p62)
6503b62.Name = "Mesh"
6504b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6505p63 = Instance.new("Part", m8)
6506p63.BrickColor = BrickColor.new("Lime green")
6507p63.Material = Enum.Material.Metal
6508p63.Name = "Block"
6509p63.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)
6510p63.CanCollide = false
6511p63.Locked = true
6512p63.FormFactor = Enum.FormFactor.Custom
6513p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6514p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6515p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6516p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6517p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6518p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6519p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6520b63 = Instance.new("BlockMesh", p63)
6521b63.Name = "Mesh"
6522b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6523p64 = Instance.new("Part", m8)
6524p64.BrickColor = BrickColor.new("Really black")
6525p64.Material = Enum.Material.SmoothPlastic
6526p64.Reflectance = 0.0099999997764826
6527p64.Name = "Block"
6528p64.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)
6529p64.CanCollide = false
6530p64.Locked = true
6531p64.FormFactor = Enum.FormFactor.Custom
6532p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6533p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6534p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6535p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6536p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6537p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6538p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6539b64 = Instance.new("BlockMesh", p64)
6540b64.Name = "Mesh"
6541b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6542p65 = Instance.new("Part", m8)
6543p65.BrickColor = BrickColor.new("Lime green")
6544p65.Material = Enum.Material.Metal
6545p65.Name = "Block"
6546p65.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)
6547p65.CanCollide = false
6548p65.Locked = true
6549p65.FormFactor = Enum.FormFactor.Custom
6550p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6551p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6552p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6553p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6554p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6555p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6556p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6557b65 = Instance.new("BlockMesh", p65)
6558b65.Name = "Mesh"
6559b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6560p66 = Instance.new("Part", m8)
6561p66.BrickColor = BrickColor.new("Really black")
6562p66.Material = Enum.Material.Metal
6563p66.Reflectance = 0.40000000596046
6564p66.Name = "Block"
6565p66.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)
6566p66.CanCollide = false
6567p66.Locked = true
6568p66.FormFactor = Enum.FormFactor.Custom
6569p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6570p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6571p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6572p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6573p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6574p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6575p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6576b66 = Instance.new("BlockMesh", p66)
6577b66.Name = "Mesh"
6578b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6579p67 = Instance.new("Part", m8)
6580p67.BrickColor = BrickColor.new("Lime green")
6581p67.Material = Enum.Material.Metal
6582p67.Name = "Block"
6583p67.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)
6584p67.CanCollide = false
6585p67.Locked = true
6586p67.FormFactor = Enum.FormFactor.Custom
6587p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6588p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6589p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6590p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6591p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6592p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6593p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6594b67 = Instance.new("BlockMesh", p67)
6595b67.Name = "Mesh"
6596b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6597p68 = Instance.new("Part", m8)
6598p68.BrickColor = BrickColor.new("Black")
6599p68.Material = Enum.Material.Metal
6600p68.Reflectance = 0.40000000596046
6601p68.Name = "Block"
6602p68.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)
6603p68.CanCollide = false
6604p68.Locked = true
6605p68.FormFactor = Enum.FormFactor.Custom
6606p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6607p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6608p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6609p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6610p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6611p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6612p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6613b68 = Instance.new("BlockMesh", p68)
6614b68.Name = "Mesh"
6615b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6616p69 = Instance.new("Part", m8)
6617p69.BrickColor = BrickColor.new("Earth green")
6618p69.Material = Enum.Material.Metal
6619p69.Name = "Block"
6620p69.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)
6621p69.CanCollide = false
6622p69.Locked = true
6623p69.FormFactor = Enum.FormFactor.Custom
6624p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6625p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6626p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6627p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6628p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6629p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6630p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6631b69 = Instance.new("BlockMesh", p69)
6632b69.Name = "Mesh"
6633b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6634p70 = Instance.new("Part", m8)
6635p70.BrickColor = BrickColor.new("Lime green")
6636p70.Material = Enum.Material.Marble
6637p70.Name = "Circle"
6638p70.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)
6639p70.CanCollide = false
6640p70.Locked = true
6641p70.FormFactor = Enum.FormFactor.Custom
6642p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6643p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6644p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6645p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6646p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6647p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6648p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6649b70 = Instance.new("CylinderMesh", p70)
6650b70.Name = "Mesh"
6651b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6652p71 = Instance.new("WedgePart", m8)
6653p71.BrickColor = BrickColor.new("Lime green")
6654p71.Material = Enum.Material.Neon
6655p71.Reflectance = 0.40000000596046
6656p71.Name = "Wedge"
6657p71.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)
6658p71.CanCollide = false
6659p71.Locked = true
6660p71.FormFactor = Enum.FormFactor.Custom
6661p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6662p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6663p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6664p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6665p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6666p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6667p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6668b71 = Instance.new("SpecialMesh", p71)
6669b71.MeshType = Enum.MeshType.Wedge
6670b71.Name = "Mesh"
6671b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6672p72 = Instance.new("WedgePart", m8)
6673p72.BrickColor = BrickColor.new("Lime green")
6674p72.Material = Enum.Material.Neon
6675p72.Reflectance = 0.40000000596046
6676p72.Name = "Wedge"
6677p72.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)
6678p72.CanCollide = false
6679p72.Locked = true
6680p72.FormFactor = Enum.FormFactor.Custom
6681p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6682p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6683p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6684p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6685p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6686p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6687p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6688b72 = Instance.new("SpecialMesh", p72)
6689b72.MeshType = Enum.MeshType.Wedge
6690b72.Name = "Mesh"
6691b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6692p73 = Instance.new("WedgePart", m8)
6693p73.BrickColor = BrickColor.new("Lime green")
6694p73.Material = Enum.Material.Neon
6695p73.Reflectance = 0.40000000596046
6696p73.Name = "Wedge"
6697p73.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)
6698p73.CanCollide = false
6699p73.Locked = true
6700p73.FormFactor = Enum.FormFactor.Custom
6701p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6702p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6703p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6704p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6705p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6706p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6707p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6708b73 = Instance.new("SpecialMesh", p73)
6709b73.MeshType = Enum.MeshType.Wedge
6710b73.Name = "Mesh"
6711b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6712p74 = Instance.new("WedgePart", m8)
6713p74.BrickColor = BrickColor.new("Lime green")
6714p74.Material = Enum.Material.Neon
6715p74.Reflectance = 0.40000000596046
6716p74.Name = "Wedge"
6717p74.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)
6718p74.CanCollide = false
6719p74.Locked = true
6720p74.FormFactor = Enum.FormFactor.Custom
6721p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6722p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6723p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6724p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6725p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6726p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6727p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6728b74 = Instance.new("SpecialMesh", p74)
6729b74.MeshType = Enum.MeshType.Wedge
6730b74.Name = "Mesh"
6731b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6732p75 = Instance.new("WedgePart", m8)
6733p75.BrickColor = BrickColor.new("Lime green")
6734p75.Material = Enum.Material.Neon
6735p75.Reflectance = 0.40000000596046
6736p75.Name = "Wedge"
6737p75.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)
6738p75.CanCollide = false
6739p75.Locked = true
6740p75.FormFactor = Enum.FormFactor.Custom
6741p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6742p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6743p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6744p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6745p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6746p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6747p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6748b75 = Instance.new("SpecialMesh", p75)
6749b75.MeshType = Enum.MeshType.Wedge
6750b75.Name = "Mesh"
6751b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6752p76 = Instance.new("WedgePart", m8)
6753p76.BrickColor = BrickColor.new("Lime green")
6754p76.Material = Enum.Material.Neon
6755p76.Reflectance = 0.40000000596046
6756p76.Name = "Wedge"
6757p76.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)
6758p76.CanCollide = false
6759p76.Locked = true
6760p76.FormFactor = Enum.FormFactor.Custom
6761p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6762p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6763p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6764p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6765p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6766p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6767p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6768b76 = Instance.new("SpecialMesh", p76)
6769b76.MeshType = Enum.MeshType.Wedge
6770b76.Name = "Mesh"
6771b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6772p77 = Instance.new("WedgePart", m8)
6773p77.BrickColor = BrickColor.new("Lime green")
6774p77.Material = Enum.Material.Neon
6775p77.Reflectance = 0.40000000596046
6776p77.Name = "Wedge"
6777p77.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)
6778p77.CanCollide = false
6779p77.Locked = true
6780p77.FormFactor = Enum.FormFactor.Custom
6781p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6782p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6783p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6784p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6785p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6786p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6787p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6788b77 = Instance.new("SpecialMesh", p77)
6789b77.MeshType = Enum.MeshType.Wedge
6790b77.Name = "Mesh"
6791b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6792p78 = Instance.new("WedgePart", m8)
6793p78.BrickColor = BrickColor.new("Lime green")
6794p78.Material = Enum.Material.Neon
6795p78.Reflectance = 0.40000000596046
6796p78.Name = "Wedge"
6797p78.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)
6798p78.CanCollide = false
6799p78.Locked = true
6800p78.FormFactor = Enum.FormFactor.Custom
6801p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6802p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6803p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6804p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6805p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6806p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6807p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6808b78 = Instance.new("SpecialMesh", p78)
6809b78.MeshType = Enum.MeshType.Wedge
6810b78.Name = "Mesh"
6811b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6812p79 = Instance.new("WedgePart", m8)
6813p79.BrickColor = BrickColor.new("Lime green")
6814p79.Material = Enum.Material.Neon
6815p79.Reflectance = 0.40000000596046
6816p79.Name = "Wedge"
6817p79.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)
6818p79.CanCollide = false
6819p79.Locked = true
6820p79.FormFactor = Enum.FormFactor.Custom
6821p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6822p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6823p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6824p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6825p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6826p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6827p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6828b79 = Instance.new("SpecialMesh", p79)
6829b79.MeshType = Enum.MeshType.Wedge
6830b79.Name = "Mesh"
6831b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6832p80 = Instance.new("WedgePart", m8)
6833p80.BrickColor = BrickColor.new("Black")
6834p80.Material = Enum.Material.Metal
6835p80.Reflectance = 0.40000000596046
6836p80.Name = "Wedge"
6837p80.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)
6838p80.CanCollide = false
6839p80.Locked = true
6840p80.FormFactor = Enum.FormFactor.Custom
6841p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6842p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6843p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6844p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6845p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6846p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6847p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6848b80 = Instance.new("SpecialMesh", p80)
6849b80.MeshType = Enum.MeshType.Wedge
6850b80.Name = "Mesh"
6851b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6852p81 = Instance.new("WedgePart", m8)
6853p81.BrickColor = BrickColor.new("Lime green")
6854p81.Material = Enum.Material.Neon
6855p81.Reflectance = 0.40000000596046
6856p81.Name = "Wedge"
6857p81.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)
6858p81.CanCollide = false
6859p81.Locked = true
6860p81.FormFactor = Enum.FormFactor.Custom
6861p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6862p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6863p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6864p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6865p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6866p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6867p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6868b81 = Instance.new("SpecialMesh", p81)
6869b81.MeshType = Enum.MeshType.Wedge
6870b81.Name = "Mesh"
6871b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6872p82 = Instance.new("WedgePart", m8)
6873p82.BrickColor = BrickColor.new("Really black")
6874p82.Material = Enum.Material.Metal
6875p82.Reflectance = 0.40000000596046
6876p82.Name = "Wedge"
6877p82.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)
6878p82.CanCollide = false
6879p82.Locked = true
6880p82.FormFactor = Enum.FormFactor.Custom
6881p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6882p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6883p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6884p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6885p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6886p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6887p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6888b82 = Instance.new("SpecialMesh", p82)
6889b82.MeshType = Enum.MeshType.Wedge
6890b82.Name = "Mesh"
6891b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6892p83 = Instance.new("WedgePart", m8)
6893p83.BrickColor = BrickColor.new("Really black")
6894p83.Material = Enum.Material.Metal
6895p83.Reflectance = 0.40000000596046
6896p83.Name = "Wedge"
6897p83.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)
6898p83.CanCollide = false
6899p83.Locked = true
6900p83.FormFactor = Enum.FormFactor.Custom
6901p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6902p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6903p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6904p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6905p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6906p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6907p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6908b83 = Instance.new("SpecialMesh", p83)
6909b83.MeshType = Enum.MeshType.Wedge
6910b83.Name = "Mesh"
6911b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6912p84 = Instance.new("WedgePart", m8)
6913p84.BrickColor = BrickColor.new("Lime green")
6914p84.Material = Enum.Material.Neon
6915p84.Reflectance = 0.40000000596046
6916p84.Name = "Wedge"
6917p84.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)
6918p84.CanCollide = false
6919p84.Locked = true
6920p84.FormFactor = Enum.FormFactor.Custom
6921p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6922p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6923p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6924p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6925p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6926p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6927p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6928b84 = Instance.new("SpecialMesh", p84)
6929b84.MeshType = Enum.MeshType.Wedge
6930b84.Name = "Mesh"
6931b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6932p85 = Instance.new("WedgePart", m8)
6933p85.BrickColor = BrickColor.new("Black")
6934p85.Material = Enum.Material.Metal
6935p85.Reflectance = 0.40000000596046
6936p85.Name = "Wedge"
6937p85.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)
6938p85.CanCollide = false
6939p85.Locked = true
6940p85.FormFactor = Enum.FormFactor.Custom
6941p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6942p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6943p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6944p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6945p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6946p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6947p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6948b85 = Instance.new("SpecialMesh", p85)
6949b85.MeshType = Enum.MeshType.Wedge
6950b85.Name = "Mesh"
6951b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6952p86 = Instance.new("WedgePart", m8)
6953p86.BrickColor = BrickColor.new("Lime green")
6954p86.Material = Enum.Material.Neon
6955p86.Reflectance = 0.40000000596046
6956p86.Name = "Wedge"
6957p86.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)
6958p86.CanCollide = false
6959p86.Locked = true
6960p86.FormFactor = Enum.FormFactor.Custom
6961p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6962p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6963p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6964p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6965p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6966p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6967p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6968b86 = Instance.new("SpecialMesh", p86)
6969b86.MeshType = Enum.MeshType.Wedge
6970b86.Name = "Mesh"
6971b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6972p87 = Instance.new("WedgePart", m8)
6973p87.BrickColor = BrickColor.new("Lime green")
6974p87.Material = Enum.Material.Neon
6975p87.Reflectance = 0.40000000596046
6976p87.Name = "Wedge"
6977p87.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)
6978p87.CanCollide = false
6979p87.Locked = true
6980p87.FormFactor = Enum.FormFactor.Custom
6981p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6982p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6983p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6984p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6985p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6986p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6987p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6988b87 = Instance.new("SpecialMesh", p87)
6989b87.MeshType = Enum.MeshType.Wedge
6990b87.Name = "Mesh"
6991b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6992p88 = Instance.new("WedgePart", m8)
6993p88.BrickColor = BrickColor.new("Lime green")
6994p88.Material = Enum.Material.Neon
6995p88.Reflectance = 0.40000000596046
6996p88.Name = "Wedge"
6997p88.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)
6998p88.CanCollide = false
6999p88.Locked = true
7000p88.FormFactor = Enum.FormFactor.Custom
7001p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7002p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7003p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7004p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7005p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7006p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7007p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7008b88 = Instance.new("SpecialMesh", p88)
7009b88.MeshType = Enum.MeshType.Wedge
7010b88.Name = "Mesh"
7011b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7012p89 = Instance.new("WedgePart", m8)
7013p89.BrickColor = BrickColor.new("Lime green")
7014p89.Material = Enum.Material.Neon
7015p89.Reflectance = 0.40000000596046
7016p89.Name = "Wedge"
7017p89.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)
7018p89.CanCollide = false
7019p89.Locked = true
7020p89.FormFactor = Enum.FormFactor.Custom
7021p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7022p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7023p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7024p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7025p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7026p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7027p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7028b89 = Instance.new("SpecialMesh", p89)
7029b89.MeshType = Enum.MeshType.Wedge
7030b89.Name = "Mesh"
7031b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7032p90 = Instance.new("WedgePart", m8)
7033p90.BrickColor = BrickColor.new("Lime green")
7034p90.Material = Enum.Material.Neon
7035p90.Reflectance = 0.40000000596046
7036p90.Name = "Wedge"
7037p90.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)
7038p90.CanCollide = false
7039p90.Locked = true
7040p90.FormFactor = Enum.FormFactor.Custom
7041p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7042p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7043p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7044p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7045p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7046p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7047p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7048b90 = Instance.new("SpecialMesh", p90)
7049b90.MeshType = Enum.MeshType.Wedge
7050b90.Name = "Mesh"
7051b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7052p91 = Instance.new("WedgePart", m8)
7053p91.BrickColor = BrickColor.new("Really black")
7054p91.Material = Enum.Material.Metal
7055p91.Reflectance = 0.40000000596046
7056p91.Name = "Wedge"
7057p91.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)
7058p91.CanCollide = false
7059p91.Locked = true
7060p91.FormFactor = Enum.FormFactor.Custom
7061p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7062p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7063p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7064p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7065p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7066p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7067p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7068b91 = Instance.new("SpecialMesh", p91)
7069b91.MeshType = Enum.MeshType.Wedge
7070b91.Name = "Mesh"
7071b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7072p92 = Instance.new("WedgePart", m8)
7073p92.BrickColor = BrickColor.new("Lime green")
7074p92.Material = Enum.Material.Neon
7075p92.Reflectance = 0.40000000596046
7076p92.Name = "Wedge"
7077p92.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)
7078p92.CanCollide = false
7079p92.Locked = true
7080p92.FormFactor = Enum.FormFactor.Custom
7081p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7082p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7083p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7084p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7085p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7086p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7087p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7088b92 = Instance.new("SpecialMesh", p92)
7089b92.MeshType = Enum.MeshType.Wedge
7090b92.Name = "Mesh"
7091b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7092p93 = Instance.new("WedgePart", m8)
7093p93.BrickColor = BrickColor.new("Lime green")
7094p93.Material = Enum.Material.Neon
7095p93.Reflectance = 0.40000000596046
7096p93.Name = "Wedge"
7097p93.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)
7098p93.CanCollide = false
7099p93.Locked = true
7100p93.FormFactor = Enum.FormFactor.Custom
7101p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7102p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7103p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7104p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7105p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7106p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7107p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7108b93 = Instance.new("SpecialMesh", p93)
7109b93.MeshType = Enum.MeshType.Wedge
7110b93.Name = "Mesh"
7111b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7112p94 = Instance.new("WedgePart", m8)
7113p94.BrickColor = BrickColor.new("Lime green")
7114p94.Material = Enum.Material.Neon
7115p94.Reflectance = 0.40000000596046
7116p94.Name = "Wedge"
7117p94.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)
7118p94.CanCollide = false
7119p94.Locked = true
7120p94.FormFactor = Enum.FormFactor.Custom
7121p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7122p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7123p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7124p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7125p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7126p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7127p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7128b94 = Instance.new("SpecialMesh", p94)
7129b94.MeshType = Enum.MeshType.Wedge
7130b94.Name = "Mesh"
7131b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7132p95 = Instance.new("WedgePart", m8)
7133p95.BrickColor = BrickColor.new("Black")
7134p95.Material = Enum.Material.Metal
7135p95.Reflectance = 0.40000000596046
7136p95.Name = "Wedge"
7137p95.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)
7138p95.CanCollide = false
7139p95.Locked = true
7140p95.FormFactor = Enum.FormFactor.Custom
7141p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7142p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7143p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7144p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7145p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7146p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7147p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7148b95 = Instance.new("SpecialMesh", p95)
7149b95.MeshType = Enum.MeshType.Wedge
7150b95.Name = "Mesh"
7151b95.Scale = Vector3.new(0.261019886, 1, 1)
7152p96 = Instance.new("WedgePart", m8)
7153p96.BrickColor = BrickColor.new("Lime green")
7154p96.Material = Enum.Material.Neon
7155p96.Reflectance = 0.40000000596046
7156p96.Name = "Wedge"
7157p96.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)
7158p96.CanCollide = false
7159p96.Locked = true
7160p96.FormFactor = Enum.FormFactor.Custom
7161p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7162p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7163p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7164p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7165p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7166p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7167p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7168b96 = Instance.new("SpecialMesh", p96)
7169b96.MeshType = Enum.MeshType.Wedge
7170b96.Name = "Mesh"
7171b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7172p97 = Instance.new("WedgePart", m8)
7173p97.BrickColor = BrickColor.new("Lime green")
7174p97.Material = Enum.Material.Neon
7175p97.Reflectance = 0.40000000596046
7176p97.Name = "Wedge"
7177p97.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)
7178p97.CanCollide = false
7179p97.Locked = true
7180p97.FormFactor = Enum.FormFactor.Custom
7181p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7182p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7183p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7184p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7185p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7186p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7187p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7188b97 = Instance.new("SpecialMesh", p97)
7189b97.MeshType = Enum.MeshType.Wedge
7190b97.Name = "Mesh"
7191b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7192p98 = Instance.new("WedgePart", m8)
7193p98.BrickColor = BrickColor.new("Lime green")
7194p98.Material = Enum.Material.Neon
7195p98.Reflectance = 0.40000000596046
7196p98.Name = "Wedge"
7197p98.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)
7198p98.CanCollide = false
7199p98.Locked = true
7200p98.FormFactor = Enum.FormFactor.Custom
7201p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7202p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7203p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7204p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7205p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7206p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7207p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7208b98 = Instance.new("SpecialMesh", p98)
7209b98.MeshType = Enum.MeshType.Wedge
7210b98.Name = "Mesh"
7211b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7212p99 = Instance.new("WedgePart", m8)
7213p99.BrickColor = BrickColor.new("Lime green")
7214p99.Material = Enum.Material.Neon
7215p99.Reflectance = 0.40000000596046
7216p99.Name = "Wedge"
7217p99.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)
7218p99.CanCollide = false
7219p99.Locked = true
7220p99.FormFactor = Enum.FormFactor.Custom
7221p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7222p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7223p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7224p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7225p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7226p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7227p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7228b99 = Instance.new("SpecialMesh", p99)
7229b99.MeshType = Enum.MeshType.Wedge
7230b99.Name = "Mesh"
7231b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7232p100 = Instance.new("WedgePart", m8)
7233p100.BrickColor = BrickColor.new("Lime green")
7234p100.Material = Enum.Material.Neon
7235p100.Reflectance = 0.40000000596046
7236p100.Name = "Wedge"
7237p100.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)
7238p100.CanCollide = false
7239p100.Locked = true
7240p100.FormFactor = Enum.FormFactor.Custom
7241p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7242p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7243p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7244p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7245p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7246p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7247p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7248b100 = Instance.new("SpecialMesh", p100)
7249b100.MeshType = Enum.MeshType.Wedge
7250b100.Name = "Mesh"
7251b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7252p101 = Instance.new("WedgePart", m8)
7253p101.BrickColor = BrickColor.new("Lime green")
7254p101.Material = Enum.Material.Neon
7255p101.Reflectance = 0.40000000596046
7256p101.Name = "Wedge"
7257p101.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)
7258p101.CanCollide = false
7259p101.Locked = true
7260p101.FormFactor = Enum.FormFactor.Custom
7261p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7262p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7263p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7264p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7265p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7266p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7267p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7268b101 = Instance.new("SpecialMesh", p101)
7269b101.MeshType = Enum.MeshType.Wedge
7270b101.Name = "Mesh"
7271b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7272p102 = Instance.new("WedgePart", m8)
7273p102.BrickColor = BrickColor.new("Lime green")
7274p102.Material = Enum.Material.Neon
7275p102.Reflectance = 0.40000000596046
7276p102.Name = "Wedge"
7277p102.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)
7278p102.CanCollide = false
7279p102.Locked = true
7280p102.FormFactor = Enum.FormFactor.Custom
7281p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7282p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7283p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7284p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7285p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7286p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7287p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7288b102 = Instance.new("SpecialMesh", p102)
7289b102.MeshType = Enum.MeshType.Wedge
7290b102.Name = "Mesh"
7291b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7292p103 = Instance.new("WedgePart", m8)
7293p103.BrickColor = BrickColor.new("Lime green")
7294p103.Material = Enum.Material.Neon
7295p103.Reflectance = 0.40000000596046
7296p103.Name = "Wedge"
7297p103.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)
7298p103.CanCollide = false
7299p103.Locked = true
7300p103.FormFactor = Enum.FormFactor.Custom
7301p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7302p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7303p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7304p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7305p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7306p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7307p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7308b103 = Instance.new("SpecialMesh", p103)
7309b103.MeshType = Enum.MeshType.Wedge
7310b103.Name = "Mesh"
7311b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7312p104 = Instance.new("WedgePart", m8)
7313p104.BrickColor = BrickColor.new("Lime green")
7314p104.Material = Enum.Material.Neon
7315p104.Reflectance = 0.40000000596046
7316p104.Name = "Wedge"
7317p104.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)
7318p104.CanCollide = false
7319p104.Locked = true
7320p104.FormFactor = Enum.FormFactor.Custom
7321p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7322p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7323p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7324p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7325p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7326p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7327p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7328b104 = Instance.new("SpecialMesh", p104)
7329b104.MeshType = Enum.MeshType.Wedge
7330b104.Name = "Mesh"
7331b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7332p105 = Instance.new("WedgePart", m8)
7333p105.BrickColor = BrickColor.new("Really black")
7334p105.Material = Enum.Material.Metal
7335p105.Reflectance = 0.40000000596046
7336p105.Name = "Wedge"
7337p105.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)
7338p105.CanCollide = false
7339p105.Locked = true
7340p105.FormFactor = Enum.FormFactor.Custom
7341p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7342p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7343p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7344p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7345p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7346p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7347p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7348b105 = Instance.new("SpecialMesh", p105)
7349b105.MeshType = Enum.MeshType.Wedge
7350b105.Name = "Mesh"
7351b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7352p106 = Instance.new("WedgePart", m8)
7353p106.BrickColor = BrickColor.new("Lime green")
7354p106.Material = Enum.Material.Neon
7355p106.Reflectance = 0.40000000596046
7356p106.Name = "Wedge"
7357p106.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)
7358p106.CanCollide = false
7359p106.Locked = true
7360p106.FormFactor = Enum.FormFactor.Custom
7361p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7362p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7363p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7364p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7365p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7366p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7367p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7368b106 = Instance.new("SpecialMesh", p106)
7369b106.MeshType = Enum.MeshType.Wedge
7370b106.Name = "Mesh"
7371b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7372p107 = Instance.new("WedgePart", m8)
7373p107.BrickColor = BrickColor.new("Lime green")
7374p107.Material = Enum.Material.Neon
7375p107.Reflectance = 0.40000000596046
7376p107.Name = "Wedge"
7377p107.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)
7378p107.CanCollide = false
7379p107.Locked = true
7380p107.FormFactor = Enum.FormFactor.Custom
7381p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7382p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7383p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7384p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7385p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7386p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7387p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7388b107 = Instance.new("SpecialMesh", p107)
7389b107.MeshType = Enum.MeshType.Wedge
7390b107.Name = "Mesh"
7391b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7392p108 = Instance.new("WedgePart", m8)
7393p108.BrickColor = BrickColor.new("Black")
7394p108.Material = Enum.Material.Metal
7395p108.Reflectance = 0.40000000596046
7396p108.Name = "Wedge"
7397p108.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)
7398p108.CanCollide = false
7399p108.Locked = true
7400p108.FormFactor = Enum.FormFactor.Custom
7401p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7402p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7403p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7404p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7405p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7406p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7407p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7408b108 = Instance.new("SpecialMesh", p108)
7409b108.MeshType = Enum.MeshType.Wedge
7410b108.Name = "Mesh"
7411b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7412p109 = Instance.new("WedgePart", m8)
7413p109.BrickColor = BrickColor.new("Lime green")
7414p109.Material = Enum.Material.Neon
7415p109.Reflectance = 0.40000000596046
7416p109.Name = "Wedge"
7417p109.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)
7418p109.CanCollide = false
7419p109.Locked = true
7420p109.FormFactor = Enum.FormFactor.Custom
7421p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7422p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7423p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7424p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7425p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7426p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7427p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7428b109 = Instance.new("SpecialMesh", p109)
7429b109.MeshType = Enum.MeshType.Wedge
7430b109.Name = "Mesh"
7431b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7432p110 = Instance.new("WedgePart", m8)
7433p110.BrickColor = BrickColor.new("Lime green")
7434p110.Material = Enum.Material.Neon
7435p110.Reflectance = 0.40000000596046
7436p110.Name = "Wedge"
7437p110.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)
7438p110.CanCollide = false
7439p110.Locked = true
7440p110.FormFactor = Enum.FormFactor.Custom
7441p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7442p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7443p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7444p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7445p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7446p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7447p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7448b110 = Instance.new("SpecialMesh", p110)
7449b110.MeshType = Enum.MeshType.Wedge
7450b110.Name = "Mesh"
7451b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7452p111 = Instance.new("Part", m8)
7453p111.BrickColor = BrickColor.new("Really black")
7454p111.Material = Enum.Material.Metal
7455p111.Transparency = 1
7456p111.Name = "Hitbox"
7457p111.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)
7458p111.CanCollide = false
7459p111.Locked = true
7460p111.FormFactor = Enum.FormFactor.Custom
7461p111.Size = Vector3.new(0.22, 2.57, 1.22)
7462p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7463p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7464p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7465p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7466p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7467p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7468b111 = Instance.new("BlockMesh", p111)
7469b111.Name = "Mesh"
7470w1 = Instance.new("Weld", p1)
7471w1.Name = "Block_Weld"
7472w1.Part0 = p1
7473w1.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)
7474w1.Part1 = p2
7475w1.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)
7476w2 = Instance.new("Weld", p2)
7477w2.Name = "Block_Weld"
7478w2.Part0 = p2
7479w2.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)
7480w2.Part1 = p3
7481w2.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)
7482w3 = Instance.new("Weld", p3)
7483w3.Name = "Block_Weld"
7484w3.Part0 = p3
7485w3.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)
7486w3.Part1 = p4
7487w3.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)
7488w4 = Instance.new("Weld", p4)
7489w4.Name = "Block_Weld"
7490w4.Part0 = p4
7491w4.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)
7492w4.Part1 = p5
7493w4.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)
7494w5 = Instance.new("Weld", p5)
7495w5.Name = "Block_Weld"
7496w5.Part0 = p5
7497w5.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)
7498w5.Part1 = p6
7499w5.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)
7500w6 = Instance.new("Weld", p6)
7501w6.Name = "Block_Weld"
7502w6.Part0 = p6
7503w6.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)
7504w6.Part1 = p7
7505w6.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)
7506w7 = Instance.new("Weld", p7)
7507w7.Name = "Block_Weld"
7508w7.Part0 = p7
7509w7.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)
7510w7.Part1 = p8
7511w7.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)
7512w8 = Instance.new("Weld", p8)
7513w8.Name = "Block_Weld"
7514w8.Part0 = p8
7515w8.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)
7516w8.Part1 = p9
7517w8.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)
7518w9 = Instance.new("Weld", p9)
7519w9.Name = "Block_Weld"
7520w9.Part0 = p9
7521w9.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)
7522w9.Part1 = p10
7523w9.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)
7524w10 = Instance.new("Weld", p10)
7525w10.Name = "Circle_Weld"
7526w10.Part0 = p10
7527w10.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)
7528w10.Part1 = p11
7529w10.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)
7530w11 = Instance.new("Weld", p11)
7531w11.Name = "Block_Weld"
7532w11.Part0 = p11
7533w11.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)
7534w11.Part1 = p12
7535w11.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)
7536w12 = Instance.new("Weld", p12)
7537w12.Name = "Block_Weld"
7538w12.Part0 = p12
7539w12.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)
7540w12.Part1 = p13
7541w12.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)
7542w13 = Instance.new("Weld", p13)
7543w13.Name = "Block_Weld"
7544w13.Part0 = p13
7545w13.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)
7546w13.Part1 = p14
7547w13.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)
7548w14 = Instance.new("Weld", p14)
7549w14.Name = "Block_Weld"
7550w14.Part0 = p14
7551w14.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)
7552w14.Part1 = p15
7553w14.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)
7554w15 = Instance.new("Weld", p15)
7555w15.Name = "Handle_Weld"
7556w15.Part0 = p15
7557w15.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)
7558w15.Part1 = p16
7559w15.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)
7560w16 = Instance.new("Weld", p16)
7561w16.Name = "Block_Weld"
7562w16.Part0 = p16
7563w16.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)
7564w16.Part1 = p17
7565w16.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)
7566w17 = Instance.new("Weld", p17)
7567w17.Name = "Block_Weld"
7568w17.Part0 = p17
7569w17.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)
7570w17.Part1 = p18
7571w17.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)
7572w18 = Instance.new("Weld", p18)
7573w18.Name = "Block_Weld"
7574w18.Part0 = p18
7575w18.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)
7576w18.Part1 = p19
7577w18.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)
7578w19 = Instance.new("Weld", p19)
7579w19.Name = "Block_Weld"
7580w19.Part0 = p19
7581w19.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)
7582w19.Part1 = p20
7583w19.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)
7584w20 = Instance.new("Weld", p20)
7585w20.Name = "Block_Weld"
7586w20.Part0 = p20
7587w20.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)
7588w20.Part1 = p21
7589w20.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)
7590w21 = Instance.new("Weld", p21)
7591w21.Name = "Block_Weld"
7592w21.Part0 = p21
7593w21.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)
7594w21.Part1 = p22
7595w21.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)
7596w22 = Instance.new("Weld", p22)
7597w22.Name = "Block_Weld"
7598w22.Part0 = p22
7599w22.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)
7600w22.Part1 = p23
7601w22.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)
7602w23 = Instance.new("Weld", p23)
7603w23.Name = "Block_Weld"
7604w23.Part0 = p23
7605w23.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)
7606w23.Part1 = p24
7607w23.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)
7608w24 = Instance.new("Weld", p24)
7609w24.Name = "Block_Weld"
7610w24.Part0 = p24
7611w24.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)
7612w24.Part1 = p25
7613w24.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)
7614w25 = Instance.new("Weld", p25)
7615w25.Name = "Block_Weld"
7616w25.Part0 = p25
7617w25.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)
7618w25.Part1 = p26
7619w25.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)
7620w26 = Instance.new("Weld", p26)
7621w26.Name = "Block_Weld"
7622w26.Part0 = p26
7623w26.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)
7624w26.Part1 = p27
7625w26.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)
7626w27 = Instance.new("Weld", p27)
7627w27.Name = "Circle_Weld"
7628w27.Part0 = p27
7629w27.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)
7630w27.Part1 = p28
7631w27.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)
7632w28 = Instance.new("Weld", p28)
7633w28.Name = "Block_Weld"
7634w28.Part0 = p28
7635w28.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)
7636w28.Part1 = p29
7637w28.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)
7638w29 = Instance.new("Weld", p29)
7639w29.Name = "Block_Weld"
7640w29.Part0 = p29
7641w29.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)
7642w29.Part1 = p30
7643w29.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)
7644w30 = Instance.new("Weld", p30)
7645w30.Name = "Block_Weld"
7646w30.Part0 = p30
7647w30.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)
7648w30.Part1 = p31
7649w30.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)
7650w31 = Instance.new("Weld", p31)
7651w31.Name = "Block_Weld"
7652w31.Part0 = p31
7653w31.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)
7654w31.Part1 = p32
7655w31.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)
7656w32 = Instance.new("Weld", p32)
7657w32.Name = "Block_Weld"
7658w32.Part0 = p32
7659w32.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)
7660w32.Part1 = p33
7661w32.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)
7662w33 = Instance.new("Weld", p33)
7663w33.Name = "Block_Weld"
7664w33.Part0 = p33
7665w33.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)
7666w33.Part1 = p34
7667w33.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)
7668w34 = Instance.new("Weld", p34)
7669w34.Name = "Block_Weld"
7670w34.Part0 = p34
7671w34.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)
7672w34.Part1 = p35
7673w34.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)
7674w35 = Instance.new("Weld", p35)
7675w35.Name = "Block_Weld"
7676w35.Part0 = p35
7677w35.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)
7678w35.Part1 = p36
7679w35.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)
7680w36 = Instance.new("Weld", p36)
7681w36.Name = "Circle_Weld"
7682w36.Part0 = p36
7683w36.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)
7684w36.Part1 = p37
7685w36.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)
7686w37 = Instance.new("Weld", p37)
7687w37.Name = "Block_Weld"
7688w37.Part0 = p37
7689w37.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)
7690w37.Part1 = p38
7691w37.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)
7692w38 = Instance.new("Weld", p38)
7693w38.Name = "Block_Weld"
7694w38.Part0 = p38
7695w38.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)
7696w38.Part1 = p39
7697w38.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)
7698w39 = Instance.new("Weld", p39)
7699w39.Name = "Block_Weld"
7700w39.Part0 = p39
7701w39.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)
7702w39.Part1 = p40
7703w39.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)
7704w40 = Instance.new("Weld", p40)
7705w40.Name = "Block_Weld"
7706w40.Part0 = p40
7707w40.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)
7708w40.Part1 = p41
7709w40.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)
7710w41 = Instance.new("Weld", p41)
7711w41.Name = "Block_Weld"
7712w41.Part0 = p41
7713w41.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)
7714w41.Part1 = p42
7715w41.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)
7716w42 = Instance.new("Weld", p42)
7717w42.Name = "Block_Weld"
7718w42.Part0 = p42
7719w42.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)
7720w42.Part1 = p43
7721w42.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)
7722w43 = Instance.new("Weld", p43)
7723w43.Name = "Circle_Weld"
7724w43.Part0 = p43
7725w43.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)
7726w43.Part1 = p44
7727w43.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)
7728w44 = Instance.new("Weld", p44)
7729w44.Name = "Block_Weld"
7730w44.Part0 = p44
7731w44.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)
7732w44.Part1 = p45
7733w44.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)
7734w45 = Instance.new("Weld", p45)
7735w45.Name = "Block_Weld"
7736w45.Part0 = p45
7737w45.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)
7738w45.Part1 = p46
7739w45.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)
7740w46 = Instance.new("Weld", p46)
7741w46.Name = "Block_Weld"
7742w46.Part0 = p46
7743w46.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)
7744w46.Part1 = p47
7745w46.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)
7746w47 = Instance.new("Weld", p47)
7747w47.Name = "Block_Weld"
7748w47.Part0 = p47
7749w47.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)
7750w47.Part1 = p48
7751w47.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)
7752w48 = Instance.new("Weld", p48)
7753w48.Name = "Block_Weld"
7754w48.Part0 = p48
7755w48.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)
7756w48.Part1 = p49
7757w48.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)
7758w49 = Instance.new("Weld", p49)
7759w49.Name = "Block_Weld"
7760w49.Part0 = p49
7761w49.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)
7762w49.Part1 = p50
7763w49.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)
7764w50 = Instance.new("Weld", p50)
7765w50.Name = "Block_Weld"
7766w50.Part0 = p50
7767w50.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)
7768w50.Part1 = p51
7769w50.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)
7770w51 = Instance.new("Weld", p51)
7771w51.Name = "Block_Weld"
7772w51.Part0 = p51
7773w51.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)
7774w51.Part1 = p52
7775w51.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)
7776w52 = Instance.new("Weld", p52)
7777w52.Name = "Block_Weld"
7778w52.Part0 = p52
7779w52.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)
7780w52.Part1 = p53
7781w52.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)
7782w53 = Instance.new("Weld", p53)
7783w53.Name = "Circle_Weld"
7784w53.Part0 = p53
7785w53.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)
7786w53.Part1 = p54
7787w53.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)
7788w54 = Instance.new("Weld", p54)
7789w54.Name = "Block_Weld"
7790w54.Part0 = p54
7791w54.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)
7792w54.Part1 = p55
7793w54.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)
7794w55 = Instance.new("Weld", p55)
7795w55.Name = "Block_Weld"
7796w55.Part0 = p55
7797w55.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)
7798w55.Part1 = p56
7799w55.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)
7800w56 = Instance.new("Weld", p56)
7801w56.Name = "Block_Weld"
7802w56.Part0 = p56
7803w56.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)
7804w56.Part1 = p57
7805w56.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)
7806w57 = Instance.new("Weld", p57)
7807w57.Name = "Block_Weld"
7808w57.Part0 = p57
7809w57.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)
7810w57.Part1 = p58
7811w57.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)
7812w58 = Instance.new("Weld", p58)
7813w58.Name = "Block_Weld"
7814w58.Part0 = p58
7815w58.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)
7816w58.Part1 = p59
7817w58.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)
7818w59 = Instance.new("Weld", p59)
7819w59.Name = "Circle_Weld"
7820w59.Part0 = p59
7821w59.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)
7822w59.Part1 = p60
7823w59.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)
7824w60 = Instance.new("Weld", p60)
7825w60.Name = "Circle_Weld"
7826w60.Part0 = p60
7827w60.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)
7828w60.Part1 = p61
7829w60.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)
7830w61 = Instance.new("Weld", p61)
7831w61.Name = "Block_Weld"
7832w61.Part0 = p61
7833w61.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)
7834w61.Part1 = p62
7835w61.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)
7836w62 = Instance.new("Weld", p62)
7837w62.Name = "Block_Weld"
7838w62.Part0 = p62
7839w62.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)
7840w62.Part1 = p63
7841w62.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)
7842w63 = Instance.new("Weld", p63)
7843w63.Name = "Block_Weld"
7844w63.Part0 = p63
7845w63.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)
7846w63.Part1 = p64
7847w63.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)
7848w64 = Instance.new("Weld", p64)
7849w64.Name = "Block_Weld"
7850w64.Part0 = p64
7851w64.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)
7852w64.Part1 = p65
7853w64.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)
7854w65 = Instance.new("Weld", p65)
7855w65.Name = "Block_Weld"
7856w65.Part0 = p65
7857w65.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)
7858w65.Part1 = p66
7859w65.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)
7860w66 = Instance.new("Weld", p66)
7861w66.Name = "Block_Weld"
7862w66.Part0 = p66
7863w66.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)
7864w66.Part1 = p67
7865w66.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)
7866w67 = Instance.new("Weld", p67)
7867w67.Name = "Block_Weld"
7868w67.Part0 = p67
7869w67.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)
7870w67.Part1 = p68
7871w67.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)
7872w68 = Instance.new("Weld", p68)
7873w68.Name = "Block_Weld"
7874w68.Part0 = p68
7875w68.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)
7876w68.Part1 = p69
7877w68.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)
7878w69 = Instance.new("Weld", p69)
7879w69.Name = "Circle_Weld"
7880w69.Part0 = p69
7881w69.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)
7882w69.Part1 = p70
7883w69.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)
7884w70 = Instance.new("Weld", p70)
7885w70.Name = "Wedge_Weld"
7886w70.Part0 = p70
7887w70.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)
7888w70.Part1 = p71
7889w70.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)
7890w71 = Instance.new("Weld", p71)
7891w71.Name = "Wedge_Weld"
7892w71.Part0 = p71
7893w71.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)
7894w71.Part1 = p72
7895w71.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)
7896w72 = Instance.new("Weld", p72)
7897w72.Name = "Wedge_Weld"
7898w72.Part0 = p72
7899w72.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)
7900w72.Part1 = p73
7901w72.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)
7902w73 = Instance.new("Weld", p73)
7903w73.Name = "Wedge_Weld"
7904w73.Part0 = p73
7905w73.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)
7906w73.Part1 = p74
7907w73.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)
7908w74 = Instance.new("Weld", p74)
7909w74.Name = "Wedge_Weld"
7910w74.Part0 = p74
7911w74.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)
7912w74.Part1 = p75
7913w74.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)
7914w75 = Instance.new("Weld", p75)
7915w75.Name = "Wedge_Weld"
7916w75.Part0 = p75
7917w75.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)
7918w75.Part1 = p76
7919w75.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)
7920w76 = Instance.new("Weld", p76)
7921w76.Name = "Wedge_Weld"
7922w76.Part0 = p76
7923w76.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)
7924w76.Part1 = p77
7925w76.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)
7926w77 = Instance.new("Weld", p77)
7927w77.Name = "Wedge_Weld"
7928w77.Part0 = p77
7929w77.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)
7930w77.Part1 = p78
7931w77.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)
7932w78 = Instance.new("Weld", p78)
7933w78.Name = "Wedge_Weld"
7934w78.Part0 = p78
7935w78.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)
7936w78.Part1 = p79
7937w78.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)
7938w79 = Instance.new("Weld", p79)
7939w79.Name = "Wedge_Weld"
7940w79.Part0 = p79
7941w79.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)
7942w79.Part1 = p80
7943w79.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)
7944w80 = Instance.new("Weld", p80)
7945w80.Name = "Wedge_Weld"
7946w80.Part0 = p80
7947w80.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)
7948w80.Part1 = p81
7949w80.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)
7950w81 = Instance.new("Weld", p81)
7951w81.Name = "Wedge_Weld"
7952w81.Part0 = p81
7953w81.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)
7954w81.Part1 = p82
7955w81.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)
7956w82 = Instance.new("Weld", p82)
7957w82.Name = "Wedge_Weld"
7958w82.Part0 = p82
7959w82.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)
7960w82.Part1 = p83
7961w82.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)
7962w83 = Instance.new("Weld", p83)
7963w83.Name = "Wedge_Weld"
7964w83.Part0 = p83
7965w83.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)
7966w83.Part1 = p84
7967w83.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)
7968w84 = Instance.new("Weld", p84)
7969w84.Name = "Wedge_Weld"
7970w84.Part0 = p84
7971w84.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)
7972w84.Part1 = p85
7973w84.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)
7974w85 = Instance.new("Weld", p85)
7975w85.Name = "Wedge_Weld"
7976w85.Part0 = p85
7977w85.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)
7978w85.Part1 = p86
7979w85.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)
7980w86 = Instance.new("Weld", p86)
7981w86.Name = "Wedge_Weld"
7982w86.Part0 = p86
7983w86.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)
7984w86.Part1 = p87
7985w86.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)
7986w87 = Instance.new("Weld", p87)
7987w87.Name = "Wedge_Weld"
7988w87.Part0 = p87
7989w87.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)
7990w87.Part1 = p88
7991w87.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)
7992w88 = Instance.new("Weld", p88)
7993w88.Name = "Wedge_Weld"
7994w88.Part0 = p88
7995w88.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)
7996w88.Part1 = p89
7997w88.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)
7998w89 = Instance.new("Weld", p89)
7999w89.Name = "Wedge_Weld"
8000w89.Part0 = p89
8001w89.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)
8002w89.Part1 = p90
8003w89.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)
8004w90 = Instance.new("Weld", p90)
8005w90.Name = "Wedge_Weld"
8006w90.Part0 = p90
8007w90.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)
8008w90.Part1 = p91
8009w90.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)
8010w91 = Instance.new("Weld", p91)
8011w91.Name = "Wedge_Weld"
8012w91.Part0 = p91
8013w91.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)
8014w91.Part1 = p92
8015w91.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)
8016w92 = Instance.new("Weld", p92)
8017w92.Name = "Wedge_Weld"
8018w92.Part0 = p92
8019w92.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)
8020w92.Part1 = p93
8021w92.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)
8022w93 = Instance.new("Weld", p93)
8023w93.Name = "Wedge_Weld"
8024w93.Part0 = p93
8025w93.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)
8026w93.Part1 = p94
8027w93.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)
8028w94 = Instance.new("Weld", p94)
8029w94.Name = "Wedge_Weld"
8030w94.Part0 = p94
8031w94.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)
8032w94.Part1 = p95
8033w94.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)
8034w95 = Instance.new("Weld", p95)
8035w95.Name = "Wedge_Weld"
8036w95.Part0 = p95
8037w95.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)
8038w95.Part1 = p96
8039w95.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)
8040w96 = Instance.new("Weld", p96)
8041w96.Name = "Wedge_Weld"
8042w96.Part0 = p96
8043w96.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)
8044w96.Part1 = p97
8045w96.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)
8046w97 = Instance.new("Weld", p97)
8047w97.Name = "Wedge_Weld"
8048w97.Part0 = p97
8049w97.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)
8050w97.Part1 = p98
8051w97.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)
8052w98 = Instance.new("Weld", p98)
8053w98.Name = "Wedge_Weld"
8054w98.Part0 = p98
8055w98.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)
8056w98.Part1 = p99
8057w98.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)
8058w99 = Instance.new("Weld", p99)
8059w99.Name = "Wedge_Weld"
8060w99.Part0 = p99
8061w99.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)
8062w99.Part1 = p100
8063w99.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)
8064w100 = Instance.new("Weld", p100)
8065w100.Name = "Wedge_Weld"
8066w100.Part0 = p100
8067w100.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)
8068w100.Part1 = p101
8069w100.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)
8070w101 = Instance.new("Weld", p101)
8071w101.Name = "Wedge_Weld"
8072w101.Part0 = p101
8073w101.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)
8074w101.Part1 = p102
8075w101.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)
8076w102 = Instance.new("Weld", p102)
8077w102.Name = "Wedge_Weld"
8078w102.Part0 = p102
8079w102.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)
8080w102.Part1 = p103
8081w102.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)
8082w103 = Instance.new("Weld", p103)
8083w103.Name = "Wedge_Weld"
8084w103.Part0 = p103
8085w103.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)
8086w103.Part1 = p104
8087w103.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)
8088w104 = Instance.new("Weld", p104)
8089w104.Name = "Wedge_Weld"
8090w104.Part0 = p104
8091w104.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)
8092w104.Part1 = p105
8093w104.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)
8094w105 = Instance.new("Weld", p105)
8095w105.Name = "Wedge_Weld"
8096w105.Part0 = p105
8097w105.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)
8098w105.Part1 = p106
8099w105.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)
8100w106 = Instance.new("Weld", p106)
8101w106.Name = "Wedge_Weld"
8102w106.Part0 = p106
8103w106.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)
8104w106.Part1 = p107
8105w106.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)
8106w107 = Instance.new("Weld", p107)
8107w107.Name = "Wedge_Weld"
8108w107.Part0 = p107
8109w107.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)
8110w107.Part1 = p108
8111w107.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)
8112w108 = Instance.new("Weld", p108)
8113w108.Name = "Wedge_Weld"
8114w108.Part0 = p108
8115w108.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)
8116w108.Part1 = p109
8117w108.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)
8118w109 = Instance.new("Weld", p109)
8119w109.Name = "Wedge_Weld"
8120w109.Part0 = p109
8121w109.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)
8122w109.Part1 = p110
8123w109.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)
8124w110 = Instance.new("Weld", p110)
8125w110.Name = "Hitbox_Weld"
8126w110.Part0 = p110
8127w110.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)
8128w110.Part1 = p111
8129w110.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)
8130m8.Parent = rarm
8131m8:MakeJoints()
8132----------------------------------------------------
8133local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8134cor8.Name = "Thingy"
8135cor8.Locked = true
8136cor8.BottomSurface = 0
8137cor8.CanCollide = false
8138cor8.Size = Vector3.new(1, 1, 1)
8139cor8.Transparency = 1
8140cor8.TopSurface = 0
8141corw8 = Instance.new("Weld", cor8)
8142corw8.Part0 = rarm
8143corw8.Part1 = cor8
8144corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8145corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8146weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8147weld8.Part0 = cor8
8148weld8.Part1 = rarm.Zyrodoxa.Handle
8149weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8150Amulite = Instance.new("PointLight",m7.Center)
8151Amulite.Brightness = 0
8152Amulite.Color = Color3.new(0,1,0)
8153----------------------------------------------------
8154models = {m,m2,m3,m4,m5,m6,m7,m8}
8155parts = {}
8156Stepped:connect(function()
8157 for i,v in pairs(models) do
8158 for _, a in pairs(v:GetChildren()) do
8159 if v:IsA("Part") and v.Name ~= "Thingy" then
8160 table.insert(parts, a)
8161 for i,v in pairs(parts) do
8162 v.CanCollide = false
8163 end
8164 end
8165 end
8166 end
8167end)
8168----------------------------------------------------
8169local animpose = "Idle1"
8170local lastanimpose = "Idle1"
8171local grab = false
8172local Smooth = 1
8173local sine = 0
8174local change = 1
8175local val = 0
8176local ffing = false
8177----------------------------------------------------
8178--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8179
8180function FindHumanoids()
8181 local function c_region(Position, Size)
8182 local SizeOffset = Size/2
8183 local Point1 = Position - SizeOffset
8184 local Point2 = Position + SizeOffset
8185 local a = Instance.new("Part", workspace)
8186 a.Anchored = true
8187 a.Size = Size
8188 a.Position = Position
8189 print("Hey!, I'm making a part!")
8190 return Region3.new(Point1, Point2)
8191 end
8192
8193 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8194 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8195 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8196 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8197
8198 local regions = {a, b, c, d}
8199
8200 local found_humanoids = {}
8201 local already_found = {char.Name}
8202
8203 for _, region in pairs(regions) do
8204 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8205 print(part, part.Parent, part.Name) ---nope
8206 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8207 local humanoid = part.Parent:FindFirstChild("Humanoid")
8208 local name = humanoid.Parent.Name
8209 local exists = false
8210 for _, n in pairs(already_found) do
8211 if n == name then
8212 exists = true
8213 end
8214 end
8215 if not exists then
8216 table.insert(already_found, name)
8217 table.insert(found_humanoids, humanoid)
8218 end
8219 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8220 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8221 local name = humanoid.Parent.Parent.Name
8222 local exists = false
8223 for _, n in pairs(already_found) do
8224 if n == name then
8225 exists = true
8226 end
8227 end
8228 if not exists then
8229 table.insert(already_found, name)
8230 table.insert(found_humanoids, humanoid)
8231 end
8232 end
8233 end
8234 end
8235 return found_humanoids
8236end
8237
8238local humanoids = FindHumanoids()
8239if #humanoids == 0 then
8240 for i, v in pairs(humanoids) do
8241 print(v.Parent.Name)
8242 if Debounces.Slashing == true then
8243 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8244 elseif Debounces.Slashing == false then
8245 wait()
8246 end
8247 end
8248 wait(0.3)
8249end]]--
8250----------------------------------------------------
8251--[[mouse.KeyDown:connect(function(key)
8252 if key == "f" then
8253 if Debounces.CanAttack == true then
8254 Debounces.CanAttack = false
8255 Debounces.NoIdl = true
8256 Debounces.on = true
8257 for i = 1, 20 do
8258 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8259 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8260 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8261 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8262 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8263 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8264 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8265 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)
8266 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)
8267 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)
8268 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)
8269 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)
8270 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)
8271 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8272 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8273 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)
8274 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)
8275 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)
8276 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)
8277 if Debounces.on == false then
8278 break
8279 end
8280 fat.Event:wait()
8281 end
8282 end
8283 end
8284end)]]--
8285----------------------------------------------------
8286mod4 = Instance.new("Model",char)
8287
8288ptez = {0.7, 0.8, 0.9, 1}
8289
8290function FindNearestTorso(Position,Distance,SinglePlayer)
8291 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8292 local List = {}
8293 for i,v in pairs(workspace:GetChildren())do
8294 if v:IsA("Model")then
8295 if v:findFirstChild("Torso")then
8296 if v ~= char then
8297 if(v.Torso.Position -Position).magnitude <= Distance then
8298 table.insert(List,v)
8299 end
8300 end
8301 end
8302 end
8303 end
8304 return List
8305end
8306
8307function Slam()
8308 local part=Instance.new('Part',mod4)
8309 part.Anchored=true
8310 part.CanCollide=false
8311 part.FormFactor='Custom'
8312 part.Size=Vector3.new(.2,.2,.2)
8313 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8314 part.Transparency=.7
8315 part.BrickColor=BrickColor.new('Really black')
8316 mesh=Instance.new('SpecialMesh',part)
8317 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8318 mesh.Scale=Vector3.new(3,3,3)
8319 local part2=Instance.new('Part',mod4)
8320 part2.Anchored=true
8321 part2.CanCollide=false
8322 part2.FormFactor='Custom'
8323 part2.Size=Vector3.new(.2,.2,.2)
8324 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8325 part2.Transparency=.7
8326 part2.BrickColor=BrickColor.new('Lime green')
8327 mesh2=Instance.new('SpecialMesh',part2)
8328 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8329 mesh2.Scale=Vector3.new(3,1.5,3)
8330 x = Instance.new("Sound",larm)
8331 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8332 x.Pitch = ptez[math.random(1,#ptez)]
8333 x.Volume = 1
8334 wait(.1)
8335 x1 = Instance.new("Sound",larm)
8336 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8337 x1.Pitch = ptez[math.random(1,#ptez)]
8338 x1.Volume = 1
8339 wait(.1)
8340 x:Play()
8341 x1:Play()
8342 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8343 if v:FindFirstChild('Humanoid') then
8344 v.Humanoid:TakeDamage(math.random(30,45))
8345 end
8346 end
8347 coroutine.resume(coroutine.create(function()
8348 for i=0,0.62,0.13 do
8349 wait()
8350 part.CFrame=part.CFrame
8351 part.Transparency=i
8352 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8353 part2.CFrame=part2.CFrame
8354 part2.Transparency=i
8355 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8356 end
8357 part.Parent=nil
8358 part2.Parent=nil
8359 x:Destroy()
8360 end))
8361end
8362----------------------------------------------------
8363wPart = function(x,y,z,color,tr,cc,an,parent)
8364 local wp = Instance.new('WedgePart',parent or Weapon)
8365 wp.formFactor = 'Custom'
8366 wp.Size = Vector3.new(x,y,z)
8367 wp.BrickColor = BrickColor.new(color)
8368 wp.CanCollide = cc
8369 wp.Transparency = tr
8370 wp.Anchored = an
8371 wp.TopSurface,wp.BottomSurface = 0,0
8372 return wp
8373end
8374
8375Mesh = function(par,num,x,y,z)
8376 local msh = _
8377 if num == 1 then
8378 msh = Instance.new("CylinderMesh",par)
8379 elseif num == 2 then
8380 msh = Instance.new("SpecialMesh",par)
8381 msh.MeshType = 3
8382 elseif num == 3 then
8383 msh = Instance.new("BlockMesh",par)
8384 elseif num == 4 then
8385 msh = Instance.new("SpecialMesh",par)
8386 msh.MeshType = "Torso"
8387 elseif type(num) == 'string' then
8388 msh = Instance.new("SpecialMesh",par)
8389 msh.MeshId = num
8390 end
8391 msh.Scale = Vector3.new(x,y,z)
8392 return msh
8393end
8394
8395local function CFrameFromTopBack(at, top, back)
8396 local right = top:Cross(back)
8397 return CFrame.new(at.x, at.y, at.z,
8398 right.x, top.x, back.x,
8399 right.y, top.y, back.y,
8400 right.z, top.z, back.z)
8401end
8402
8403function Triangle(a, b, c)
8404 local edg1 = (c-a):Dot((b-a).unit)
8405 local edg2 = (a-b):Dot((c-b).unit)
8406 local edg3 = (b-c):Dot((a-c).unit)
8407 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8408 a, b, c = a, b, c
8409 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8410 a, b, c = b, c, a
8411 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8412 a, b, c = c, a, b
8413 else
8414 print("unreachable")
8415 end
8416 local len1 = (c-a):Dot((b-a).unit)
8417 local len2 = (b-a).magnitude - len1
8418 local width = (a + (b-a).unit*len1 - c).magnitude
8419 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8420 local list = {}
8421 if len1 > 0.01 then
8422 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8423 local sz = Vector3.new(0.2, width, len1)
8424 w1.Size = sz
8425 local sp = Mesh(w1,2,0,0,0)
8426 sp.MeshType='Wedge'
8427 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8428 w1:BreakJoints()
8429 w1.Anchored = true
8430 w1.Transparency = 0.7
8431 Spawn(function()
8432 for i=0,1,0.1 do
8433 fat.Event:wait()
8434 w1.Transparency=w1.Transparency+0.03
8435 end
8436 end)
8437 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8438 table.insert(list,w1)
8439 end
8440 if len2 > 0.01 then
8441 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8442 local sz = Vector3.new(0.2, width, len2)
8443 w2.Size = sz
8444 local sp = Mesh(w2,2,0,0,0)
8445 sp.MeshType='Wedge'
8446 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8447 w2:BreakJoints()
8448 w2.Anchored = true
8449 w2.Transparency = 0.7
8450 Spawn(function()
8451 for i=0,1,0.1 do
8452 fat.Event:wait()
8453 w2.Transparency=w2.Transparency+0.03
8454 end
8455 end)
8456 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8457 table.insert(list,w2)
8458 end
8459 return unpack(list)
8460end
8461
8462function trail(p,t,h)
8463 Spawn(function()
8464 local blcf = p.CFrame
8465 local scfr = blcf
8466 for i=1,t do
8467 local blcf = p.CFrame
8468 if scfr and (p.Position-scfr.p).magnitude > .1 then
8469 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)
8470 if a then game.Debris:AddItem(a,1) end
8471 if b then game.Debris:AddItem(b,1) end
8472 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)
8473 if a then game.Debris:AddItem(a,1) end
8474 if b then game.Debris:AddItem(b,1) end
8475 scfr = blcf
8476 elseif not scfr then
8477 scfr = blcf
8478 end
8479 fat.Event:wait()
8480 end
8481 scfr=nil
8482 end)
8483end
8484--trail(char.Sword.Blade,1e1000,5)
8485----------------------------------------------------
8486function Dmg()
8487 local partofdeath = rarm.Zyrodoxa.Hitbox
8488 local function CreateRegion3FromLocAndSize(Position, Size)
8489 local SizeOffset = Size/2
8490 local Point1 = Position - SizeOffset
8491 local Point2 = Position + SizeOffset
8492 return Region3.new(Point1, Point2)
8493 end
8494 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8495 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8496 Spawn(function()
8497 if Debounces.Slashing == true and Debounces.Slashed == false then
8498 Debounces.Slashed = true
8499 ypcall(function()
8500 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8501 humanoid:TakeDamage(math.random(10,18))
8502 end)
8503 wait(.4)
8504 Debounces.Slashed = false
8505 end
8506 end)
8507 end
8508end
8509----------------------------------------------------
8510pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8511ptz = {0.7, 0.8, 0.9, 1}
8512idz = {"161006212", "161006195"}
8513function attackone()
8514 for i = 1, 13 do
8515 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)
8516 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8517 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)
8518 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)
8519 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)
8520 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)
8521 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8522 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8523 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8524 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)
8525 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)
8526 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)
8527 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)
8528 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)
8529 if Debounces.on == false then
8530 break
8531 end
8532 fat.Event:wait()
8533 end
8534 trail(rarm.Zyrodoxa.Hitbox,20,2)
8535 Debounces.Slashing = true
8536 wait(0.2)
8537 --[[z = Instance.new("Sound", hed)
8538 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8539 z.Pitch = ptz[math.random(1,#ptz)]
8540 z.Volume = 1
8541 wait(.01)
8542 z:Play()]]--
8543 for i = 1, 14 do
8544 Dmg()
8545 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8546 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8547 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)
8548 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)
8549 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)
8550 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)
8551 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8552 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8553 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8554 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)
8555 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)
8556 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)
8557 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)
8558 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)
8559 if Debounces.on == false then break end
8560 rs:wait()
8561 end
8562 Debounces.Slashing = false
8563end
8564function attacktwo()
8565 Debounces.Slashing = true
8566 for i = 1, 14 do
8567 Dmg()
8568 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8569 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8570 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)
8571 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)
8572 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)
8573 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)
8574 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)
8575 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8576 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)
8577 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)
8578 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8579 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)
8580 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8581 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)
8582 if Debounces.on == false then
8583 break
8584 end
8585 rs:wait()
8586 end
8587end
8588----------------------------------------------------
8589ComboNum = 0
8590mouse.Button1Down:connect(function()
8591 if Debounces.CanAttack == true then
8592 Debounces.CanAttack = false
8593 Debounces.NoIdl = true
8594 Debounces.on = true
8595 if ComboNum == 0 then
8596 attackone()
8597 elseif ComboNum == 1 then
8598 attacktwo()
8599 --[[elseif ComboNum == 2 then
8600 attackthree()]]--
8601 end
8602 ComboNum = ComboNum + 1
8603 Debounces.CanAttack = true
8604 Debounces.on = false
8605 wait(.5)
8606 if Debounces.CanAttack == true then
8607 ComboNum = 0
8608 Debounces.NoIdl = false
8609 end
8610 end
8611end)
8612----------------------------------------------------
8613definition = 5
8614bc = {}
8615bezierparts = {}
8616function NoOutline(Part)
8617 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8618end
8619function draw(p,d)
8620 for i=1,d do
8621 local t = i/d
8622 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8623 end
8624 for i=1,d do
8625 local bcs = Instance.new("Part",char)
8626 NoOutline(bcs)
8627 bcs.Anchored = true
8628 bcs.CanCollide = false
8629 bcs.Material = "Neon"
8630 bcs.BrickColor = BrickColor.new("Lime green")
8631 bcs.Size = Vector3.new(1,1,1)
8632 bcs.Shape = Enum.PartType.Ball
8633 bcs.CFrame = CFrame.new(bc[i])
8634 local bcp = Instance.new("Part",char)
8635 NoOutline(bcp)
8636 bcp.Anchored = true
8637 bcp.CanCollide = false
8638 bcp.Material = "Neon"
8639 bcp.BrickColor = BrickColor.new("Lime green")
8640 local cm = Instance.new("CylinderMesh")
8641 cm.Parent = bcp
8642 if i ~= 1 then
8643 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8644 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8645 else
8646 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8647 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8648 end
8649 table.insert(bezierparts, bcs)
8650 table.insert(bezierparts, bcp)
8651 end
8652 Spawn(function() fat.Event:wait()
8653 for i,v in pairs(bezierparts) do
8654 v.Transparency = 1
8655 end
8656 end)
8657end
8658--local points = {larm.Position,rarn.Position,invisipart.Position}
8659--draw(points,definition)
8660mouse.KeyDown:connect(function(key)
8661 if key == "f" then
8662 if Debounces.CanAttack == true then
8663 Debounces.CanAttack = false
8664 Debounces.NoIdl = true
8665 Debounces.on = true
8666 for i = 1, 20 do
8667 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)
8668 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)
8669 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)
8670 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)
8671 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)
8672 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8673 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)
8674 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)
8675 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8676 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)
8677 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8678 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)
8679 if Debounces.on == false then
8680 break
8681 end
8682 fat.Event:wait()
8683 end
8684 rpart = Instance.new("Part",rarm)
8685 NoOutline(rpart)
8686 rpart.Anchored = false
8687 rpart.Size = Vector3.new(1,1,1)
8688 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8689 rpart.Transparency = 1
8690 newWeld(rarm, rpart, 0, 0, 0)
8691 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8692 lpart = Instance.new("Part",larm)
8693 NoOutline(lpart)
8694 lpart.Anchored = false
8695 lpart.Size = Vector3.new(1,1,1)
8696 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8697 lpart.Transparency = 1
8698 newWeld(larm, lpart, 0, 0, 0)
8699 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8700 invisipart = Instance.new("Part",torso)
8701 NoOutline(invisipart)
8702 invisipart.Anchored = false
8703 invisipart.Size = Vector3.new(1,1,1)
8704 invisipart.Transparency = 1
8705 invisipart.CFrame = torso.CFrame
8706 newWeld(torso, invisipart, 0, 0, 0)
8707 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8708 table.insert(bezierparts, rpart)
8709 table.insert(bezierparts, lpart)
8710 table.insert(bezierparts, invisipart)
8711 for i = 1, 40 do
8712 local points = {lpart.Position,invisipart.Position,rpart.Position}
8713 draw(points,definition)
8714 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8715 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)
8716 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)
8717 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)
8718 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)
8719 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)
8720 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8721 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)
8722 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)
8723 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8724 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)
8725 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8726 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)
8727 if Debounces.on == false then
8728 break
8729 end
8730 fat.Event:wait()
8731 end
8732 for i,v in pairs(bezierparts) do
8733 v:Destroy()
8734 end
8735 --draw(points,definition)
8736 if Debounces.CanAttack == false then
8737 Debounces.CanAttack = true
8738 Debounces.NoIdl = false
8739 Debounces.on = false
8740 end
8741 end
8742 end
8743end)
8744----------------------------------------------------
8745----------------------------------------------------
8746
8747---------------------------------------------------------------------------------------
8748----------------------------------------------------
8749mouse.KeyDown:connect(function(key)
8750 if key == "b" then
8751 hum.WalkSpeed = 0.01
8752 if Debounces.CanAttack == true then
8753 Debounces.CanAttack = false
8754 Debounces.NoIdl = true
8755 Debounces.on = true
8756 for i = 1,20 do
8757 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8758 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8759 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8760 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8761 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8762 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8763
8764 if Debounces.on == false then break end
8765 wait()
8766 end
8767 wait(1)
8768 v = Instance.new("Sound")
8769 v.SoundId = "rbxassetid://435742675"
8770 v.Parent = char
8771 v.Looped = false
8772 v.Pitch = 1
8773 v.Volume = 16
8774 wait(.01)
8775 v:Play()
8776
8777 if Daytime == true then
8778 Daytime = false
8779 l.TimeOfDay = 24
8780 else
8781 Daytime = true
8782 l.TimeOfDay = 12
8783 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8784 end
8785
8786 local Shockwave = function()
8787 local rng1 = Instance.new("Part", char)
8788 rng1.Anchored = true
8789 rng1.BrickColor = BrickColor.new("Really black")
8790 rng1.CanCollide = false
8791 rng1.FormFactor = 3
8792 rng1.Name = "Ring"
8793 rng1.Size = Vector3.new(1, 1, 1)
8794 rng1.Transparency = 0.35
8795 rng1.TopSurface = 0
8796 rng1.BottomSurface = 0
8797 local rngm1 = Instance.new("SpecialMesh", rng)
8798 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8799 rngm1.Scale = Vector3.new(10, 10, 1)
8800 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8801 local Wave = Instance.new("Part", game.Workspace--[[?]])
8802 Wave.Name = "Shockwave"
8803 Wave.BrickColor = BrickColor.new("Really black")
8804 Wave.Size = Vector3.new(1, 1, 1)
8805 Wave.Shape = "Ball"
8806 Wave.CanCollide = false
8807 Wave.Anchored = true
8808 Wave.TopSurface = 0
8809 Wave.BottomSurface = 0
8810
8811msh=Instance.new('SpecialMesh',pt)
8812msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8813msh.Scale=Vector3.new(8,4,8)
8814
8815 Wave.Touched:connect(function(hit)
8816 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8817 local Occlude = true
8818 local NotOccludes = {
8819 char.Name;
8820 "Wings";
8821 "Scythe";
8822 "Thingy";
8823 "Thingy2"; -- put all of the names in a table pls
8824 }
8825 for i,v in pairs(NotOccludes) do
8826 if hit.Parent.Name == v then
8827 Occlude = false
8828 end
8829 end
8830 --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
8831 if Occlude then
8832 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8833 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8834 end
8835 end
8836 end)
8837
8838 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8839
8840 coroutine.wrap(function()
8841 for i = 1, 20, 0.2 do
8842 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8843 rng1.Transparency = i/20
8844 wait()
8845 end
8846 wait()
8847 rng1:Destroy()
8848 end)()
8849
8850 Delay(0, function()
8851
8852 if Daytime == false then
8853 for i = 1, 50, 1 do
8854 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8855 Wave.CFrame = char.Torso.CFrame
8856 local t = i / 50
8857 Wave.Transparency = t
8858 wait()
8859 end
8860 else
8861 for i = 1, 50, 1 do
8862 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8863 Wave.CFrame = char.Torso.CFrame
8864 local t = i / 50
8865 Wave.Transparency = t
8866 wait()
8867 end
8868 end
8869 Wave:Destroy()
8870 end)
8871 Delay(0, function()
8872 while wait() do
8873 if Wave ~= nil then
8874 Wave.CFrame = char.Torso.CFrame
8875 else
8876 break
8877 end
8878 end
8879 end)
8880 end
8881 Shockwave()
8882
8883
8884 for i = 1, 15 do
8885 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)
8886 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)
8887 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8888 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)
8889 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8890 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8891 if Debounces.on == false then break end
8892 wait()
8893 end
8894 for i = 1, 15 do
8895 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)
8896 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)
8897 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8898 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)
8899 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8900 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8901 if Debounces.on == false then break end
8902 wait()
8903 end
8904 for i = 1, 15 do
8905 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)
8906 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)
8907 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8908 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)
8909 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8910 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8911 if Debounces.on == false then break end
8912 wait()
8913 end
8914 for i = 1, 15 do
8915 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)
8916 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)
8917 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8918 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)
8919 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8920 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8921 if Debounces.on == false then break end
8922 wait()
8923 end
8924 for i = 1, 15 do
8925 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)
8926 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)
8927 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8928 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)
8929 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8930 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8931 if Debounces.on == false then break end
8932 wait()
8933 end
8934 for i = 1, 15 do
8935 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)
8936 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)
8937 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8938 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)
8939 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8940 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8941 if Debounces.on == false then break end
8942 wait()
8943 end
8944 wait(1.4)
8945 Debounces.NoIdl = false
8946 hum.WalkSpeed = 16
8947 Debounces.on = false
8948 wait()
8949 if Debounces.CanAttack == false then
8950 Debounces.CanAttack = true
8951 v:Destroy()
8952 end
8953 end
8954 end
8955end)
8956------------------------------------------
8957
8958-------------------------------------------------
8959Grab = false
8960mouse.KeyDown:connect(function(key)
8961 if key == "z" then
8962 Debounces.on = true
8963 Debounces.NoIdl = true
8964 Debounces.ks = true
8965 if Grab == false then
8966 gp = nil
8967 for i = 1, 20 do
8968 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)
8969 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)
8970 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)
8971 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)
8972 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8973 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)
8974 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8975 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)
8976 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)
8977 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)
8978 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)
8979 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)
8980 if Debounces.on == false then break end
8981 fat.Event:wait()
8982 end
8983 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8984 ht = hit.Parent
8985 for i,v in pairs(ht:GetChildren()) do
8986 if v:IsA("Part") then
8987 v.CanCollide = false
8988 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8989 end
8990 end
8991 hum1=ht:FindFirstChild('Humanoid')
8992 if hum1 ~= nil then
8993 if Debounces.ks==true then
8994 z = Instance.new("Sound",hed)
8995 z.SoundId = "rbxassetid://169380525"
8996 z.Volume = 1
8997 z:Play()
8998 Debounces.ks=false
8999 end
9000 hum1.PlatformStand=true
9001 hum1:ChangeState'Physics'
9002 gp = ht
9003 Grab = true
9004 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9005 asd.Parent = larm
9006 asd.Name = "asd"
9007 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9008 stanceToggle = "Grabbed"
9009 --[[elseif hum1 == nil then
9010 con1:disconnect()
9011 wait() return]]--
9012 end
9013 end)
9014 for i = 1, 20 do
9015 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)
9016 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)
9017 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)
9018 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)
9019 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9020 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)
9021 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9022 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)
9023 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)
9024 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)
9025 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)
9026 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)
9027 if Debounces.on == false then break end
9028 fat.Event:wait()
9029 end
9030 con1:disconnect()
9031 Debounces.on = false
9032 Debounces.NoIdl = false
9033 elseif Grab == true then
9034 Grab = false
9035 --[[for i = 1, 16 do
9036 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)
9037 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)
9038 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9039 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9040 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)
9041 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)
9042 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9043 if Debounces.on == false then end
9044 rs:wait()
9045 end]]--
9046 for i = 1, 16 do
9047 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)
9048 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)
9049 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)
9050 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)
9051 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9052 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)
9053 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9054 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)
9055 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)
9056 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)
9057 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)
9058 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)
9059 if Debounces.on == false then end
9060 rs:wait()
9061 end
9062 for i = 1, 12 do
9063 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)
9064 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)
9065 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)
9066 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)
9067 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)
9068 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)
9069 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)
9070 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)
9071 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9072 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)
9073 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)
9074 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)
9075 if Debounces.on == false then end
9076 rs:wait()
9077 end
9078 Slam()
9079 if gp ~= nil then
9080 for i,v in pairs(larm:GetChildren()) do
9081 if v.Name == "asd" and v:IsA("Weld") then
9082 v:Remove()
9083 end
9084 if v:IsA("Part") then
9085 v.CanCollide = true
9086 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9087 end
9088 end
9089 end
9090 stanceToggle = "Idle1"
9091 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9092 bv.maxForce = Vector3.new(400000, 400000, 400000)
9093 bv.P = 125000
9094 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9095 ht=nil
9096 Debounces.on = false
9097 Debounces.NoIdl = false
9098 elseif ht == nil then wait()
9099 Grab = false
9100 Debounces.on = false
9101 Debounces.NoIdl = false
9102 end
9103 end
9104end)
9105----------------------------------------------------
9106-------------------------------------------------------------------------------------------------
9107
9108----------------------------------------------------
9109
9110
9111----------------------------------------------------
9112----------------------------------------------------
9113------------------------------------------------
9114pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9115mouse.KeyDown:connect(function(key)
9116 if key == "e" then
9117 if Debounces.CanAttack == true then
9118 Debounces.CanAttack = false
9119 Debounces.NoIdl = true
9120 Debounces.on = true
9121 Debounces.ks = true
9122 larm.Touched:connect(function(ht)
9123 hit = ht.Parent
9124 if ht and hit:IsA("Model") then
9125 if hit:FindFirstChild("Humanoid") then
9126 if hit.Name ~= p.Name then
9127 if Debounces.Slapping == true and Debounces.Slapped == false then
9128 Debounces.Slapped = true
9129 if Debounces.ks==true then
9130 z = Instance.new("Sound",hed)
9131 z.SoundId = "rbxassetid://169380525"
9132 z.Volume = 1
9133 z:Play()
9134 z1 = Instance.new("Sound",char)
9135 z1.SoundId = "rbxassetid://261010715"
9136 z1.Pitch = pts[math.random(1,#pts)]
9137 z1.Volume = 1
9138 z2 = Instance.new("Sound",char)
9139 z2.SoundId = "rbxassetid://261010715"
9140 z2.Pitch = z1.Pitch
9141 z2.Volume = 1
9142 z3 = Instance.new("Sound",char)
9143 z3.SoundId = "rbxassetid://261010715"
9144 z3.Pitch = z1.Pitch
9145 z3.Volume = 1
9146if Profanity == true then
9147 z1:Play()
9148 z2:Play()
9149 z3:Play()
9150else end
9151 Debounces.ks=false
9152 end
9153 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9154 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9155 wait(.5)
9156 Debounces.Slapped = false
9157 z:Destroy()
9158 z1:Destroy()
9159 z2:Destroy()
9160 z3:Destroy()
9161 end
9162 end
9163 end
9164 elseif ht and hit:IsA("Hat") then
9165 if hit.Parent.Name ~= p.Name then
9166 if hit.Parent:FindFirstChild("Humanoid") then
9167 if Debounces.Slapping == true and Debounces.Slapped == false then
9168 Debounces.Slapped = true
9169 if Debounces.ks==true then
9170 z = Instance.new("Sound",hed)
9171 z.SoundId = "rbxassetid://169380525"
9172 z.Volume = 1
9173 z:Play()
9174 z1 = Instance.new("Sound",char)
9175 z1.SoundId = "rbxassetid://261010715"
9176 z1.Pitch = pts[math.random(1,#pts)]
9177 z1.Volume = 1
9178 z2 = Instance.new("Sound",char)
9179 z2.SoundId = "rbxassetid://261010715"
9180 z2.Pitch = z1.Pitch
9181 z2.Volume = 1
9182 z3 = Instance.new("Sound",char)
9183 z3.SoundId = "rbxassetid://261010715"
9184 z3.Pitch = z1.Pitch
9185 z3.Volume = 1
9186 z1:Play()
9187 z2:Play()
9188 z3:Play()
9189 Debounces.ks=false
9190 end
9191 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9192 wait(.5)
9193 Debounces.Slapped = false
9194 z:Destroy()
9195 z1:Destroy()
9196 z2:Destroy()
9197 z3:Destroy()
9198 end
9199 end
9200 end
9201 end
9202 end)
9203 for i = 1, 14 do
9204 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)
9205 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)
9206 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)
9207 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)
9208 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9209 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9210 if Debounces.on==false then break end
9211 rs:wait(2)
9212 end
9213 Debounces.Slapping = true
9214 for i = 1, 20 do
9215 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)
9216 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)
9217 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)
9218 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)
9219 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9220 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9221 if Debounces.on==false then break end
9222 rs:wait(2)
9223 end
9224 Debounces.Slapping = false
9225 if Debounces.CanAttack == false then
9226 Debounces.CanAttack = true
9227 Debounces.NoIdl = false
9228 Debounces.on = false
9229 end
9230 end
9231 end
9232end)
9233-------------------------------
9234mouse.KeyDown:connect(function(key)
9235 if key == "t" then
9236 if Debounces.CanAttack == true then
9237 Debounces.CanAttack = false
9238 Debounces.on = true
9239 Debounces.NoIdl = true
9240 for i = 1, 20 do
9241 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)
9242 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)
9243 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)
9244 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9245 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9246 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)
9247
9248 if Debounces.on == false then break end
9249 wait()
9250 end
9251 Spawn(function()
9252 local Parts = {}
9253 for Y = -5,5 do
9254 local P = Instance.new("Part",char)
9255 P.Anchored = true
9256 P.FormFactor = "Custom"
9257 P.CanCollide = false
9258 P.Size = Vector3.new(1,2,1)
9259 P.TopSurface = "SmoothNoOutlines"
9260 P.BottomSurface = "SmoothNoOutlines"
9261 P.BrickColor = BrickColor.new("Really black")
9262 P.Name = tostring(Y)
9263 local i = (Y+5)/(10)
9264 i = 1-math.cos(math.pi*i-(math.pi/2))
9265 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9266 --[[P.Touched:connect(function(ht)
9267 local hit = ht.Parent
9268 if hit:FindFirstChild("Humanoid") then
9269 hit.Humanoid:TakeDamage(math.random(20,50))
9270 end
9271 end)]]--
9272 s = Instance.new("Sound",P)
9273 s.SoundId = "rbxassetid://228343271"
9274 s.Volume = 19
9275 s.Pitch = 0.9
9276 s:Play()
9277P.Touched:connect(function(ht)
9278 hit = ht.Parent
9279 if ht and hit:IsA("Model") then
9280 if hit:FindFirstChild("Humanoid") then
9281 if hit.Name ~= p.Name then
9282 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9283 Debounces.Slashed = true]]--
9284 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9285 hit:FindFirstChild("Humanoid").PlatformStand = true
9286 wait(1)
9287 --Debounces.Slashed = false
9288 --end
9289 end
9290 end
9291 elseif ht and hit:IsA("Hat") then
9292 if hit.Parent.Name ~= p.Name then
9293 if hit.Parent:FindFirstChild("Humanoid") then
9294 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9295 Debounces.Slashed = true]]--
9296 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9297 hit:FindFirstChild("Humanoid").PlatformStand = true
9298 wait(1)
9299 --Debounces.Slashed = false
9300 --end
9301 end
9302 end
9303 end
9304end)
9305 Parts[#Parts+1] = P
9306 end
9307 local BREAKIT = false
9308 local CParts = {}
9309 local Rocks = {}
9310 local LastPos = nil
9311 for i = 1,70 do
9312 for i2,v in pairs(Parts) do
9313 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9314 local cf = v.CFrame
9315 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9316 v.CFrame = cf
9317 v.Transparency = v.Transparency+0.02
9318 if v.Transparency >= 0.975 then BREAKIT = true end
9319 if v.Name == "0" then
9320 local Ignore = {}
9321 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9322 if v.Character ~= nil then
9323 Ignore[#Ignore+1] = v.Character
9324 end
9325 end
9326 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9327 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9328 if Hit ~= nil then
9329 if #Rocks == 0 then
9330 for i = 1,5 do
9331 local P = Instance.new("Part",char)
9332 Rocks[#Rocks+1] = P
9333 P.Anchored = true
9334 P.FormFactor = "Custom"
9335 P.BrickColor = Hit.BrickColor
9336 P.Material = Hit.Material
9337 P.TopSurface = "Smooth"
9338 P.BottomSurface = "Smooth"
9339 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9340 end
9341 end
9342 for i,P in pairs(Rocks) do
9343 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)))
9344 end
9345 local P = Instance.new("Part",char)
9346 CParts[#CParts+1] = {P,tick()}
9347 P.Anchored = true
9348 P.FormFactor = "Custom"
9349 P.BrickColor = Hit.BrickColor
9350 P.Material = Hit.Material
9351 P.TopSurface = "Smooth"
9352 P.BottomSurface = "Smooth"
9353 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9354 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9355 Pos = Pos.p
9356 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)))
9357 local P = P:Clone()
9358 CParts[#CParts+1] = {P,tick()}
9359 P.Parent = char
9360 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9361 Pos = Pos.p
9362 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)))
9363 if LastPos ~= nil then
9364 local P = P:Clone()
9365 CParts[#CParts+1] = {P,tick()}
9366 P.Parent = char
9367 P.BrickColor = BrickColor.new("Really black")
9368 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9369 Pos = Pos.p
9370 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9371 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9372 --P.Velocity = Vector3.new(0,-1000,0)
9373 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9374 end
9375 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9376 end
9377 end
9378 end
9379 if BREAKIT then break end
9380 wait(0.002)
9381 end
9382 for i,v in pairs(Rocks) do
9383 CParts[#CParts+1] = {v,tick()}
9384 end
9385 for i,v in pairs(Parts) do
9386 v:Destroy()
9387 end
9388 Parts = nil
9389 while true do
9390 local t = tick()
9391 local p = nil
9392 for i,v in pairs(CParts) do
9393 if t-v[2] > 4 then
9394 v[1].Transparency = v[1].Transparency+0.05
9395 if v[1].Transparency >= 1 then
9396 v[1]:Destroy()
9397 CParts[i] = nil
9398 end
9399 end
9400 p = v
9401 end
9402 if p == nil then break end
9403 wait(0.002)
9404 end
9405 for i,v in pairs(CParts) do
9406 v:Destroy()
9407 end
9408 CParts = {}
9409 end)
9410 for i = 1, 20 do
9411 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)
9412 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)
9413 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)
9414 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9415 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)
9416 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)
9417
9418 if Debounces.on == false then break end
9419 wait()
9420 end
9421 if Debounces.CanAttack == false then
9422 Debounces.CanAttack = true
9423 Debounces.on = false
9424 Debounces.NoIdl = false
9425 end
9426 end
9427 end
9428end)
9429----------------------------------------------------
9430----------------------------------------------------
9431----------------------------------------------------
9432-------------------
9433
9434Change = false
9435mouse.KeyDown:connect(function(key)
9436 if key == "n" then
9437 if Change == false then
9438 Change = true
9439 stanceToggle = "Idle2"
9440 elseif Change == true then
9441 Change = false
9442 stanceToggle = "Idle1"
9443 end
9444 end
9445end)
9446----------------------------------------------------
9447mod=Instance.new('Model',char)
9448
9449function charge()
9450 hed.Velocity=hed.CFrame.lookVector*200
9451 part=Instance.new('Part',mod)
9452 part.Anchored=true
9453 part.CanCollide=false
9454 part.FormFactor='Custom'
9455 part.Size=Vector3.new(.2,.2,.2)
9456 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9457 part.Transparency=.7
9458 part.BrickColor=BrickColor.new('Black')
9459 mesh=Instance.new('SpecialMesh',part)
9460 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9461 mesh.Scale=Vector3.new(10,5,10)
9462 part2=part:clone()
9463 part2.Parent=mod
9464 part2.BrickColor=BrickColor.new('Lime green')
9465 mesh2=mesh:clone()
9466 mesh2.Parent=part2
9467 mesh2.Scale=Vector3.new(20,10,20)
9468 part3=part2:clone()
9469 part3.Parent = mod
9470 part3.BrickColor=BrickColor.new('Really black')
9471 mesh3=mesh2:clone()
9472 mesh2.Parent=part3
9473 mesh3.Scale=Vector3.new(30,15,30)
9474 coroutine.resume(coroutine.create(function()
9475 for i=0,1,0.1 do
9476 wait()
9477 part.CFrame=part.CFrame
9478 part.Transparency=i
9479 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9480 part2.CFrame=part2.CFrame
9481 part2.Transparency=i
9482 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9483 part3.CFrame=part3.CFrame
9484 part3.Transparency=i
9485 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9486 end
9487 part.Parent=nil
9488 part2.Parent=nil
9489 part3.Parent = nil
9490 end))
9491end
9492--------------------
9493mouse.KeyDown:connect(function(key)
9494 if key == "g" then
9495 larm.BrickColor = BrickColor.new("Bright red")
9496 rarm.BrickColor = BrickColor.new("Bright red")
9497 if Debounces.CanAttack == true then
9498 Debounces.CanAttack = false
9499 Debounces.on = true
9500 Debounces.NoIdl = true
9501 chrg = lleg.Touched:connect(function(ht)
9502 hit = ht.Parent
9503 if ht and hit:IsA("Model") then
9504 if hit:FindFirstChild("Humanoid") then
9505 if hit.Name ~= p.Name then
9506 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9507 Debounces.Slashed = true]]--
9508 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9509 hit:FindFirstChild("Humanoid").PlatformStand = true
9510 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9511 --Debounces.Slashed = false
9512 --end
9513 end
9514 end
9515 elseif ht and hit:IsA("Hat") then
9516 if hit.Parent.Name ~= p.Name then
9517 if hit.Parent:FindFirstChild("Humanoid") then
9518 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9519 Debounces.Slashed = true]]--
9520 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9521 hit:FindFirstChild("Humanoid").PlatformStand = true
9522 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9523 --Debounces.Slashed = false
9524 end
9525 end
9526 end
9527 end)
9528 for i = 1, 14 do
9529 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)
9530 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)
9531 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)
9532 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)
9533 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)
9534 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)
9535
9536 if Debounces.on == false then break end
9537 wait()
9538 end
9539 charge()
9540 z = Instance.new("Sound",char)
9541 z.SoundId = "rbxassetid://200632875"
9542 z.Volume = 1
9543 z.Pitch = .8
9544 z1 = Instance.new("Sound",char)
9545 z1.SoundId = "rbxassetid://200632875"
9546 z1.Volume = 1
9547 z1.Pitch = .9
9548 z:Play()
9549 z1:Play()
9550 wait(1)
9551 z:Destroy()
9552 z1:Destroy()
9553 chrg:disconnect()
9554 if Debounces.CanAttack == false then
9555 Debounces.CanAttack = true
9556 Debounces.on = false
9557 Debounces.NoIdl = false
9558 larm.BrickColor = BrickColor.new("White")
9559 rarm.BrickColor = BrickColor.new("White")
9560 end
9561 end
9562 end
9563end)
9564------------------------------
9565mouse.KeyDown:connect(function(key)
9566 if string.byte(key) == 52 then
9567 Swing = 2
9568 char.Humanoid.WalkSpeed = 28
9569 end
9570end)
9571mouse.KeyUp:connect(function(key)
9572 if string.byte(key) == 52 then
9573 Swing = 1
9574 char.Humanoid.WalkSpeed = 16
9575 end
9576end)
9577----------------------------------------------------
9578
9579-------------------------------------------
9580CR = torso.Cloak.Rotater
9581CR2 = torso.Cloak.CapeLevel1
9582CR3 = torso.Cloak.CapeLevel2
9583CR4 = torso.Cloak.CapeLevel3
9584CR5 = torso.Cloak.CapeLevel4
9585jump = false
9586rs:connect(function()
9587 if char.Humanoid.Jump == true then
9588 jump = true
9589 else
9590 jump = false
9591 end
9592 char.Humanoid.FreeFalling:connect(function(f)
9593 if f then
9594 ffing = true
9595 else
9596 ffing = false
9597 end
9598 end)
9599 sine = sine + change
9600 if jump == true then
9601 animpose = "Jumping"
9602 elseif ffing == true then
9603 animpose = "Freefalling"
9604 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9605 animpose = "Idle"
9606 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9607 animpose = "Walking"
9608 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9609 animpose = "Running"
9610 end
9611 RightLeg = CFrame.new(0.5,-1,0)
9612 LeftLeg = CFrame.new(-0.5,-1,0)
9613
9614 lefth = (torso.CFrame*LeftLeg)
9615 righth = (torso.CFrame*RightLeg)
9616
9617 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9618
9619 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9620
9621 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9622 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9623 if animpose ~= lastanimpose then
9624 sine = 0
9625 if Debounces.NoIdl == false then
9626 if stanceToggle == "Idle1" then
9627 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)
9628 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)
9629 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)
9630 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)
9631 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)
9632 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)
9633 elseif stanceToggle == "Idle2" then
9634 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)
9635 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)
9636 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)
9637 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)
9638 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)
9639 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)
9640 end
9641 fat.Event:wait()
9642 end
9643 else
9644 end
9645 lastanimpose = animpose
9646 if Debounces.NoIdl == false then
9647 if animpose == "Idle" then
9648 change = 0.5
9649 if stanceToggle == "Idle1" then
9650 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)
9651 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)
9652 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)
9653 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)
9654 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)
9655 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)
9656 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)
9657 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)
9658 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)
9659 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)
9660 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)
9661 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)
9662 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)
9663 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)
9664 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)
9665 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)
9666 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)
9667 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)
9668 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)
9669 elseif stanceToggle == "Idle2" then
9670 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9671 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)
9672 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)
9673 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)
9674 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)
9675 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9676 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)
9677 rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9678 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)
9679 larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9680 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)
9681 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9682 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9683 --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)
9684 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)
9685 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)
9686 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)
9687 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)
9688 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)
9689 elseif stanceToggle == "Grabbed" then
9690 grab = true
9691 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9692 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9693 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)
9694 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)
9695 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)
9696 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)
9697 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)
9698 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)
9699 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9700 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9701 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)
9702 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)
9703 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)
9704 rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
9705 end
9706 elseif animpose == "Walking" then
9707 if stanceToggle == "Grabbed" then
9708 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9709 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9710 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)
9711 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)
9712 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)
9713 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)
9714 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)
9715 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)
9716 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)
9717 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9718 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9719 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)
9720 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)
9721 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)
9722 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)
9723 elseif stanceToggle ~= "Grabbed" then
9724 change = 1
9725 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9726 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9727 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)
9728 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)
9729 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)
9730 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)
9731 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)
9732 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)
9733 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)
9734 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)
9735 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)
9736 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)
9737 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)
9738 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)
9739 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9740 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9741 --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)
9742 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)
9743 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)
9744 --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)
9745 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)
9746 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)
9747 end
9748 elseif animpose == "Running" then
9749 change = 1
9750 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9751 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9752 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)
9753 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)
9754 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)
9755 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)
9756 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)
9757 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)
9758 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)
9759 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)
9760 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)
9761 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)
9762 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)
9763 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)
9764 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9765 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)
9766 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)
9767 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)
9768 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)
9769 elseif animpose == "Jumping" then
9770 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9771 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)
9772 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)
9773 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)
9774 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)
9775 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9776 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9777 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)
9778 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)
9779 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)
9780 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)
9781 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9782 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9783 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9784 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)
9785 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)
9786 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)
9787 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)
9788 elseif animpose == "Freefalling" then
9789 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9790 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)
9791 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)
9792 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)
9793 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)
9794 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9795 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9796 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)
9797 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)
9798 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)
9799 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)
9800 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9801 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9802 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9803 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)
9804 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)
9805 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)
9806 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)
9807 end
9808 end
9809end)
9810hum.MaxHealth = 5000
9811wait(3)
9812hum.Health = 5000
9813while wait() do
9814 wait(5)
9815 for i=1,100 do wait()
9816 Amulite.Brightness=Amulite.Brightness+0.02
9817 end
9818 for i=1,100 do wait()
9819 Amulite.Brightness=Amulite.Brightness-0.02
9820 end
9821end