· 7 years ago · Dec 12, 2018, 02:00 AM
1-- This script has been converted to FE by iPxter
2
3
4if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5local Player,Mouse,mouse,UserInputService,ContextActionService = owner
6do
7 print("FE Compatibility code by Mokiros | Translated to FE by Fish")
8 script.Parent = Player.Character
9
10 --RemoteEvent for communicating
11 local Event = Instance.new("RemoteEvent")
12 Event.Name = "UserInput_Event"
13
14 --Fake event to make stuff like Mouse.KeyDown work
15 local function fakeEvent()
16 local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
17 t.connect = t.Connect
18 return t
19 end
20
21 --Creating fake input objects with fake variables
22 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26 end}
27 --Merged 2 functions into one by checking amount of arguments
28 CAS.UnbindAction = CAS.BindAction
29
30 --This function will trigger the events that have been :Connect()'ed
31 local function te(self,ev,...)
32 local t = m[ev]
33 if t and t._fakeEvent and t.Function then
34 t.Function(...)
35 end
36 end
37 m.TrigEvent = te
38 UIS.TrigEvent = te
39
40 Event.OnServerEvent:Connect(function(plr,io)
41 if plr~=Player then return end
42 if io.isMouse then
43 m.Target = io.Target
44 m.Hit = io.Hit
45 else
46 local b = io.UserInputState == Enum.UserInputState.Begin
47 if io.UserInputType == Enum.UserInputType.MouseButton1 then
48 return m:TrigEvent(b and "Button1Down" or "Button1Up")
49 end
50 for _,t in pairs(CAS.Actions) do
51 for _,k in pairs(t.Keys) do
52 if k==io.KeyCode then
53 t.Function(t.Name,io.UserInputState,io)
54 end
55 end
56 end
57 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59 end
60 end)
61 Event.Parent = NLS([==[
62 local Player = game:GetService("Players").LocalPlayer
63 local Event = script:WaitForChild("UserInput_Event")
64
65 local UIS = game:GetService("UserInputService")
66 local input = function(io,a)
67 if a then return end
68 --Since InputObject is a client-side instance, we create and pass table instead
69 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
70 end
71 UIS.InputBegan:Connect(input)
72 UIS.InputEnded:Connect(input)
73
74 local Mouse = Player:GetMouse()
75 local h,t
76 --Give the server mouse data 30 times every second, but only if the values changed
77 --If player is not moving their mouse, client won't fire events
78 while wait(1/30) do
79 if h~=Mouse.Hit or t~=Mouse.Target then
80 h,t=Mouse.Hit,Mouse.Target
81 Event:FireServer({isMouse=true,Target=t,Hit=h})
82 end
83 end]==],Player.Character)
84 Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
85end
86
87
88
89
90
91local p = owner
92local char = p.Character
93local larm = char["Left Arm"]
94local rarm = char["Right Arm"]
95local lleg = char["Left Leg"]
96local rleg = char["Right Leg"]
97local hed = char.Head
98local torso = char.Torso
99local hum = char.Humanoid
100local cam = game.Workspace.CurrentCamera
101local root = char.HumanoidRootPart
102local rj = root.RootJoint
103local deb = false
104local shot = 0
105local stanceToggle = "Idle1"
106local l = game:GetService("Lighting")
107local rs = game:GetService("RunService").RenderStepped
108local hb = game:GetService("RunService").Heartbeat
109local Stepped = game:GetService("RunService").Stepped
110math.randomseed(os.time())
111hum.JumpPower = 100
112---------------------
113
114-------------
115char["Body Colors"].HeadColor = BrickColor.new("Really black")
116char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
117char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
118char["Body Colors"].RightArmColor = BrickColor.new("Really black")
119---------------------------
120local Transforming = true
121hum.WalkSpeed = 0
122local fx = Instance.new("Part",torso)
123wit = torso.BrickColor.Color
124wit2 = Color3.new(0,0,0)
125local glowz = Instance.new("ParticleEmitter",fx)
126glowz.LightEmission = 1
127glowz.Texture = "rbxassetid://284205403"
128glowz.Color = ColorSequence.new(wit)
129glowz.Size = NumberSequence.new(5)
130glowz.Speed = NumberRange.new(25,50)
131glowz.LockedToPart = false
132glowz.Transparency = NumberSequence.new(0.75)
133glowz.RotSpeed = NumberRange.new(-2000,2000)
134glowz.Lifetime = NumberRange.new(1)
135glowz.Rate = 50000
136glowz.VelocitySpread = 9001
137fx.Anchored = true
138fx.Material = "Neon"
139fx.CanCollide = false
140fx.Locked = true
141fx.Transparency = 1
142fx.Material = "Neon"
143fx.Size = Vector3.new(1,1,1)
144fx.TopSurface = "SmoothNoOutlines"
145fx.BottomSurface = "SmoothNoOutlines"
146fx.BrickColor = BrickColor.new("Really black")
147fxm = Instance.new("SpecialMesh",fx)
148fxm.MeshType = "Sphere"
149local sa2 = Instance.new("Sound",torso)
150sa2.SoundId = "rbxassetid://93724183"
151sa2.Pitch = 0.5
152sa2.Volume = 5
153sa2.Looped = false
154sa2:Play()
155local value = 1
156fxm.Scale = Vector3.new(1,1,1)
157for i = 1, 20 do rs:wait()
158 value = value - 0.05
159 fx.Transparency = fx.Transparency - (1/20)
160 fx.CFrame = torso.CFrame
161 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
162 rs:wait()
163end
164----------------------------------------------------
165GroundWave1 = function()
166 local Transforming = true
167hum.WalkSpeed = 0
168local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
169 local Colors = {"White", "Really black"}
170 local wave = Instance.new("Part", torso)
171 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
172 wave.Anchored = true
173 wave.CanCollide = false
174 wave.Locked = true
175 wave.Size = Vector3.new(1, 1, 1)
176 wave.TopSurface = "Smooth"
177 wave.BottomSurface = "Smooth"
178 wave.Transparency = 0.35
179 wave.CFrame = HandCF
180 wm = Instance.new("SpecialMesh", wave)
181 wm.MeshId = "rbxassetid://3270017"
182 coroutine.wrap(function()
183 for i = 1, 30, 1 do
184 wm.Scale = Vector3.new(50, 50, 1 + i*50)
185 wave.Size = wm.Scale
186 wave.CFrame = HandCF
187 wave.Transparency = i/30
188 wait()
189 end
190 wait()
191 wave:Destroy()
192 end)()
193end
194----------------------------------------------------
195GroundWave = function()
196 if Transforming == true then
197 local value = 5
198 local value2 = 10
199 local value3 = 20
200local sa2 = Instance.new("Sound",torso)
201sa2.SoundId = "rbxassetid://413682983"
202sa2.Pitch = 1
203sa2.Volume = 10
204sa2.Looped = false
205sa2:Play()
206 local wave = Instance.new("Part", torso)
207local glowz = Instance.new("ParticleEmitter",wave)
208glowz.LightEmission = 1
209glowz.Texture = "0"
210glowz.Color = ColorSequence.new(wit)
211glowz.Size = NumberSequence.new(30)
212glowz.Speed = NumberRange.new(25,100)
213glowz.LockedToPart = false
214glowz.Transparency = NumberSequence.new(0.75)
215glowz.RotSpeed = NumberRange.new(-2000,2000)
216glowz.Lifetime = NumberRange.new(1)
217glowz.Rate = 50000
218glowz.VelocitySpread = 9001
219
220 wave.BrickColor = BrickColor.new("Lime green")
221 wave.Anchored = true
222 wave.CanCollide = false
223 wave.Locked = true
224 wave.Size = Vector3.new(1, 1, 1)
225 wave.TopSurface = "Smooth"
226 wave.BottomSurface = "Smooth"
227 wave.Transparency = 0.35
228 wave.CFrame = fx.CFrame
229 wave.Material = "Neon"
230 wm = Instance.new("SpecialMesh", wave)
231 wm.MeshType = "Sphere"
232 wm.Scale = Vector3.new(1,1,1)
233 local wave2 = Instance.new("Part", torso)
234 wave2.BrickColor = BrickColor.new("Lime green")
235 wave2.Anchored = true
236 wave2.CanCollide = false
237 wave2.Locked = true
238 wave2.Size = Vector3.new(1, 1, 1)
239 wave2.TopSurface = "Smooth"
240 wave2.BottomSurface = "Smooth"
241 wave2.Transparency = 0.35
242 wave2.CFrame = fx.CFrame
243 wave2.Material = "Neon"
244 wm2 = Instance.new("SpecialMesh", wave2)
245 wm2.MeshType = "FileMesh"
246 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
247 wm2.Scale = Vector3.new(1,1,1)
248 local wave3 = Instance.new("Part", torso)
249 wave3.BrickColor = BrickColor.new("Really black")
250 wave3.Anchored = true
251 wave3.CanCollide = false
252 wave3.Locked = true
253 wave3.Size = Vector3.new(1, 1, 1)
254 wave3.TopSurface = "Smooth"
255 wave3.BottomSurface = "Smooth"
256 wave3.Transparency = 0.35
257 wave3.CFrame = fx.CFrame
258 wave3.Material = "Neon"
259 wm3 = Instance.new("SpecialMesh", wave3)
260 wm3.MeshType = "FileMesh"
261 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
262 wm3.Scale = Vector3.new(1,1,1)
263 coroutine.wrap(function()
264 for i = 1, 18, 1 do
265 value = value - 0.5
266 value2 = value2 - 0.75*1.5
267 value3 = value3 - 0.475*1.5
268 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
269 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
270 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
271 --wave.Size = wm.Scale
272 wave.CFrame = fx.CFrame
273 wave.Transparency = i/14
274 --wave2.Size = wm2.Scale
275 wave2.CFrame = fx.CFrame
276 wave2.Rotation = Vector3.new(90, 0, 0)
277 wave2.Transparency = i/14
278 --wave3.Size = wm3.Scale
279 wave3.CFrame = fx.CFrame
280 wave3.Rotation = Vector3.new(90, 0, 0)
281 wave3.Transparency = i/14
282 wait()
283 glowz.Rate = 0
284
285 end
286 wait()
287 wave:Destroy()
288 wave2:Destroy()
289 wave3:Destroy()
290 end)()
291 elseif Transforming == false then
292 wait()
293 end
294end
295
296for i = 1, 100 do rs:wait()
297 fx.CFrame = torso.CFrame
298end
299
300Spawn(function()
301 while wait(1) do
302 GroundWave()
303 end
304end)
305
306wait(4)
307
308Transforming = false
309
310local value2 = 1
311for i = 1, 20 do rs:wait()
312 value2 = value2 - 0.05
313 glowz.Rate = 0
314
315 fx.Transparency = fx.Transparency + (1/20)
316 fx.CFrame = torso.CFrame
317 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
318 rs:wait()
319end
320glowz:Destroy()
321
322
323local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
324 local valuer = 5
325 local valuer2 = 10
326 local valuer3 = 15
327local sa2 = Instance.new("Sound",torso)
328sa2.SoundId = "rbxassetid://130972023"
329sa2.Pitch = 1
330sa2.Volume = 5
331sa2.Looped = false
332sa2:Play()
333local sar2 = Instance.new("Sound",torso)
334sar2.SoundId = "rbxassetid://153274423"
335sar2.Pitch = 1
336sar2.Volume = 5
337sar2.Looped = false
338sar2:Play()
339 local wave = Instance.new("Part", torso)
340 wave.BrickColor = BrickColor.new("Lime green")
341 wave.Anchored = true
342 wave.CanCollide = false
343 wave.Locked = true
344 wave.Size = Vector3.new(1, 1, 1)
345 wave.TopSurface = "Smooth"
346 wave.BottomSurface = "Smooth"
347 wave.Transparency = 0.35
348 wave.CFrame = HandCF
349 wm = Instance.new("SpecialMesh", wave)
350 wm.MeshId = "rbxassetid://3270017"
351 local wave2 = Instance.new("Part", torso)
352 wave2.BrickColor = BrickColor.new("Really black")
353 wave2.Anchored = true
354 wave2.CanCollide = false
355 wave2.Locked = true
356 wave2.Size = Vector3.new(1, 1, 1)
357 wave2.TopSurface = "Smooth"
358 wave2.BottomSurface = "Smooth"
359 wave2.Transparency = 0.35
360 wave2.CFrame = HandCF
361 wm2 = Instance.new("SpecialMesh", wave2)
362 wm2.MeshId = "rbxassetid://3270017"
363 local wave3 = Instance.new("Part", torso)
364 wave3.BrickColor = BrickColor.new("Lime green")
365 wave3.Anchored = true
366 wave3.CanCollide = false
367 wave3.Locked = true
368 wave3.Size = Vector3.new(1, 1, 1)
369 wave3.TopSurface = "Smooth"
370 wave3.BottomSurface = "Smooth"
371 wave3.Transparency = 0.35
372 wave3.CFrame = HandCF
373 wm3 = Instance.new("SpecialMesh", wave3)
374 wm3.MeshId = "rbxassetid://3270017"
375 coroutine.wrap(function()
376 for i = 1, 14, 1 do
377 valuer = valuer - 0.35
378 valuer2 = valuer - 0.45
379 valuer3 = valuer3 - 0.475
380 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
381 wave.Size = wm.Scale
382 wave.CFrame = HandCF
383 wave.Transparency = i/14
384 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
385 wave2.Size = wm2.Scale
386 wave2.CFrame = HandCF
387 wave2.Transparency = i/14
388 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
389 wave3.Size = wm2.Scale
390 wave3.CFrame = HandCF
391 wave3.Transparency = i/14
392 wait()
393 end
394 wait()
395 wave:Destroy()
396 wave2:Destroy()
397end)()
398hum.WalkSpeed = 16
399--------------------
400
401------------
402fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
403fire.Color = Color3.new(0,1,0)
404fire.SecondaryColor = Color3.new(0,1,0)
405fire.Enabled = true
406--------------------------------------------------------------------------------------------------------
407plr=owner
408chr=plr.Character
409CV="Bright red"
410
411local txt = Instance.new("BillboardGui", chr)
412txt.Adornee = chr.Head
413txt.Name = "_status"
414txt.Size = UDim2.new(4, 0, 2.5, 0)
415txt.StudsOffset = Vector3.new(-4, 2, 0)
416local text = Instance.new("TextLabel", txt)
417text.Size = UDim2.new(3, 0, 0.5, 0)
418text.FontSize = "Size24"
419text.TextScaled = true
420text.TextTransparency = 0
421text.BackgroundTransparency = 1
422text.TextTransparency = 0
423text.TextStrokeTransparency = 0
424text.Font = "Bodoni"
425text.TextStrokeColor3 = Color3.new(0,1,0)
426text.Text = "Pumpkin Overseer"
427--------------------------------------------------------
428char["Body Colors"].HeadColor = BrickColor.new("Really black")
429char["Body Colors"].TorsoColor = BrickColor.new("Really black")
430char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
431char["Body Colors"].RightArmColor = BrickColor.new("Really black")
432--------------------------------------------------------------
433fat = Instance.new("BindableEvent",script)
434fat.Name = "Heartbeat"
435
436script:WaitForChild("Heartbeat")
437
438frame = 1/30
439tf = 0
440allowframeloss = 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.
441tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
442lastframe = tick()
443script.Heartbeat:Fire() --ayy lmao
444
445game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
446 tf = tf + s
447 if tf >= frame then
448 if allowframeloss then
449 script.Heartbeat:Fire()
450 lastframe=tick()
451 else
452 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
453 for i=1, math.floor(tf/frame) do
454 script.Heartbeat:Fire()
455 end
456 lastframe=tick()
457 end
458 if tossremainder then
459 tf = 0
460 else
461 tf = tf - frame * math.floor(tf/frame)
462 end
463 end
464end)
465----------------------------------------------------
466for i,v in pairs(char:children()) do
467 if v:IsA("Hat") then
468 v:Destroy()
469 end
470end
471for i,v in pairs (hed:GetChildren()) do
472 if v:IsA("Sound") then
473 v:Destroy()
474 end
475end
476----------------------------------------------------
477Debounces = {
478CanAttack = true;
479CanJoke = true;
480NoIdl = false;
481Slashing = false;
482Slashed = false;
483ks = false;
484}
485----------------------------------------------------
486function weld5(part0, part1, c0, c1)
487 weeld=Instance.new("Weld", part0)
488 weeld.Part0=part0
489 weeld.Part1=part1
490 weeld.C0=c0
491 weeld.C1=c1
492 return weeld
493end
494----------------------------------------------------
495function NewPart(prnt,siz,cf,trans,anc,mat,col)
496 local prt=Instance.new("Part")
497 prt.Parent=prnt
498 prt.Name="Part"
499 prt.Size=siz
500 prt.CanCollide=false
501 prt.Anchored=anc
502 prt.Locked=true
503 prt.Transparency = trans
504 prt.TopSurface=10
505 prt.BottomSurface=10
506 prt.FrontSurface=10
507 prt.BackSurface=10
508 prt.LeftSurface=10
509 prt.RightSurface=10
510 prt:BreakJoints()
511 prt.CFrame=cf or CFrame.new(30,10,30)
512 prt.Material=mat
513 prt.BrickColor=BrickColor.new(col)
514 m=Instance.new("SpecialMesh",prt)
515 m.MeshType=6
516 return prt
517end
518----------------------------------------------------
519function lerp(a, b, t) -- Linear interpolation
520 return a + (b - a)*t
521end
522
523function slerp(a, b, t) --Spherical interpolation
524 dot = a:Dot(b)
525 if dot > 0.99999 or dot < -0.99999 then
526 return t <= 0.5 and a or b
527 else
528 r = math.acos(dot)
529 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
530 end
531end
532
533function matrixInterpolate(a, b, t)
534 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
535 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
536 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
537 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
538 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
539 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
540 local t = v1:Dot(v2)
541 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
542 return CFrame.new()
543 end
544 return CFrame.new(
545 v0.x, v0.y, v0.z,
546 v1.x, v1.y, v1.z,
547 v2.x, v2.y, v2.z,
548 v3.x, v3.y, v3.z)
549end
550----------------------------------------------------
551function genWeld(a,b)
552 local w = Instance.new("Weld",a)
553 w.Part0 = a
554 w.Part1 = b
555 return w
556end
557function weld(a, b)
558 local weld = Instance.new("Weld")
559 weld.Name = "W"
560 weld.Part0 = a
561 weld.Part1 = b
562 weld.C0 = a.CFrame:inverse() * b.CFrame
563 weld.Parent = a
564 return weld;
565end
566----------------------------------------------------
567function Lerp(c1,c2,al)
568 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
569 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
570 for i,v in pairs(com1) do
571 com1[i] = v+(com2[i]-v)*al
572 end
573 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
574end
575----------------------------------------------------
576newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
577 local wld = Instance.new("Weld", wp1)
578 wld.Part0 = wp0
579 wld.Part1 = wp1
580 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
581end
582----------------------------------------------------
583newWeld(torso, larm, -1.5, 0.5, 0)
584larm.Weld.C1 = CFrame.new(0, 0.5, 0)
585newWeld(torso, rarm, 1.5, 0.5, 0)
586rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
587newWeld(torso, hed, 0, 1.5, 0)
588newWeld(torso, lleg, -0.5, -1, 0)
589lleg.Weld.C1 = CFrame.new(0, 1, 0)
590newWeld(torso, rleg, 0.5, -1, 0)
591rleg.Weld.C1 = CFrame.new(0, 1, 0)
592newWeld(root, torso, 0, -1, 0)
593torso.Weld.C1 = CFrame.new(0, -1, 0)
594----------------------------------------------------
595
596hed.face.Texture = "http://www.roblox.com/asset/?id=0"
597hed.Transparency = 1
598
599-----------------------
600LittleWave = function()
601 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
602 local Colors = {"Lime green", "Black","Really black"}
603 local wave = Instance.new("Part", torso)
604
605
606 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
607
608
609 wave.Anchored = true
610 wave.CanCollide = false
611 wave.Material = "Neon"
612 wave.Locked = true
613 wave.Size = Vector3.new(1, 1, 1)
614 wave.TopSurface = "Smooth"
615 wave.BottomSurface = "Smooth"
616 wave.Transparency = 0.35
617 wave.CFrame = HandCF
618 wm = Instance.new("SpecialMesh", wave)
619 wm.MeshId = "rbxassetid://3270017"
620 coroutine.wrap(function()
621 for i = 1, 14, 1 do
622 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
623 wave.Size = wm.Scale
624 wave.CFrame = HandCF
625 wave.Transparency = i/14
626 wait()
627 end
628 wait()
629 wave:Destroy()
630 end)()
631end
632 Spawn(function()
633 while wait(.8) do
634 LittleWave()
635 end
636end)
637
638-----------------------------
639
640------------------------
641
642-------------------------
643
644
645----------------------------------------------------
646z = Instance.new("Sound", char)
647z.SoundId = "rbxassetid://435750418"
648z.Looped = true
649z.Pitch = 1
650z.Volume = 7
651wait(.1)
652z:Play()
653----------------------------------------------------
654
655
656---------------------
657
658New = function(Object, Parent, Name, Data)
659 local Object = Instance.new(Object)
660 for Index, Value in pairs(Data or {}) do
661 Object[Index] = Value
662 end
663 Object.Parent = Parent
664 Object.Name = Name
665 return Object
666end
667----------------------------------------------------
668--reaper hat
669for _,x in pairs(char:children()) do
670if x:IsA('Hat') then x:remove() end
671if x:IsA('Shirt') then x:remove() end
672if x:IsA('Pants') then x:remove() end
673end
674
675local h = Instance.new('Part', char)
676h.Name = 'DK Hood'
677h.Size = Vector3.new(0.5,0.5,0.5)
678h.CFrame = hed.CFrame
679h.CanCollide = false
680--
681newWeld(hed, h, 0, 0.35, 0)
682--
683local m = Instance.new('SpecialMesh', h)
684m.Name = "Reaper's Cowl"
685m.MeshType = 'FileMesh'
686m.Scale = Vector3.new(0.5,0.5,0.5)
687m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
688m.VertexColor = Vector3.new(1,1,1)
689local shirt = Instance.new("Shirt",p.Character)
690local pants = Instance.new("Pants",p.Character)
691shirt.ShirtTemplate = "rbxassetid://233027251"
692pants.PantsTemplate = "rbxassetid://149639608"
693--Left Arm
694m = Instance.new("Model")
695m.Name = "LeftArm"
696p1 = Instance.new("Part", m)
697p1.BrickColor = BrickColor.new("Lime green")
698p1.Material = Enum.Material.Granite
699p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
700p1.Size = Vector3.new(1, 0.200000048, 1)
701p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
702p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
703p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
704p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
705p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
706p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
707b1 = Instance.new("SpecialMesh", p1)
708b1.MeshType = Enum.MeshType.Brick
709b1.Name = "Mesh"
710b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
711p2 = Instance.new("Part", m)
712p2.BrickColor = BrickColor.new("Lime green")
713p2.Material = Enum.Material.Granite
714p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
715p2.Size = Vector3.new(1, 0.200000048, 1)
716p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
717p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
718p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
719p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
720p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
721p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
722b2 = Instance.new("SpecialMesh", p2)
723b2.MeshType = Enum.MeshType.Brick
724b2.Name = "Mesh"
725b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
726p3 = Instance.new("Part", m)
727p3.BrickColor = BrickColor.new("Lime green")
728p3.Material = Enum.Material.Granite
729p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
730p3.Size = Vector3.new(1, 0.200000048, 1)
731p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
732p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
733p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
734p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
735p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
736p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
737b3 = Instance.new("SpecialMesh", p3)
738b3.MeshType = Enum.MeshType.Brick
739b3.Name = "Mesh"
740b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
741p4 = Instance.new("Part", m)
742p4.BrickColor = BrickColor.new("Black")
743p4.Material = Enum.Material.SmoothPlastic
744p4.Name = "LeftArmPlate"
745p4.Size = Vector3.new(1, 2, 1)
746p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
747p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
748p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
749p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
750p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
751p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
752b4 = Instance.new("SpecialMesh", p4)
753b4.MeshType = Enum.MeshType.Brick
754b4.Name = "Mesh"
755b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
756p5 = Instance.new("Part", m)
757p5.BrickColor = BrickColor.new("Lime green")
758p5.Material = Enum.Material.Granite
759p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
760p5.Size = Vector3.new(1, 0.200000048, 1)
761p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
762p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
763p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
764p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
765p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
766p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
767b5 = Instance.new("SpecialMesh", p5)
768b5.MeshType = Enum.MeshType.Brick
769b5.Name = "Mesh"
770b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
771p6 = Instance.new("Part", m)
772p6.BrickColor = BrickColor.new("Lime green")
773p6.Material = Enum.Material.Granite
774p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
775p6.Size = Vector3.new(1, 0.200000048, 1)
776p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
777p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
778p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
779p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
780p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
781p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
782b6 = Instance.new("SpecialMesh", p6)
783b6.MeshType = Enum.MeshType.Brick
784b6.Name = "Mesh"
785b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
786p7 = Instance.new("Part", m)
787p7.BrickColor = BrickColor.new("Lime green")
788p7.Material = Enum.Material.Granite
789p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
790p7.FormFactor = Enum.FormFactor.Custom
791p7.Size = Vector3.new(1, 0.200000048, 1)
792p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
793p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
794p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
795p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
796p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
797p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
798b7 = Instance.new("SpecialMesh", p7)
799b7.MeshType = Enum.MeshType.Brick
800b7.Name = "Mesh"
801b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
802p8 = Instance.new("Part", m)
803p8.BrickColor = BrickColor.new("Lime green")
804p8.Material = Enum.Material.Granite
805p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
806p8.FormFactor = Enum.FormFactor.Custom
807p8.Size = Vector3.new(1, 0.200000048, 1)
808p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
809p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
810p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
811p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
812p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
813p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
814b8 = Instance.new("SpecialMesh", p8)
815b8.MeshType = Enum.MeshType.Brick
816b8.Name = "Mesh"
817b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
818p9 = Instance.new("Part", m)
819p9.BrickColor = BrickColor.new("Lime green")
820p9.Material = Enum.Material.Granite
821p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
822p9.FormFactor = Enum.FormFactor.Custom
823p9.Size = Vector3.new(1, 0.200000048, 1)
824p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
825p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
826p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
827p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
828p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
829p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
830b9 = Instance.new("SpecialMesh", p9)
831b9.MeshType = Enum.MeshType.Brick
832b9.Name = "Mesh"
833b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
834p10 = Instance.new("Part", m)
835p10.BrickColor = BrickColor.new("Black")
836p10.Material = Enum.Material.SmoothPlastic
837p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
838p10.FormFactor = Enum.FormFactor.Custom
839p10.Size = Vector3.new(1, 0.349999994, 1)
840p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
841p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
842p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
843p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
844p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
845p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
846b10 = Instance.new("SpecialMesh", p10)
847b10.MeshType = Enum.MeshType.Brick
848b10.Name = "Mesh"
849b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
850p11 = Instance.new("Part", m)
851p11.BrickColor = BrickColor.new("Black")
852p11.Material = Enum.Material.Metal
853p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
854p11.FormFactor = Enum.FormFactor.Custom
855p11.Size = Vector3.new(1, 0.25, 1)
856p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
857p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
858p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
859p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
860p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
861p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
862b11 = Instance.new("SpecialMesh", p11)
863b11.MeshType = Enum.MeshType.Brick
864b11.Name = "Mesh"
865b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
866p12 = Instance.new("Part", m)
867p12.BrickColor = BrickColor.new("Black")
868p12.Material = Enum.Material.Metal
869p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
870p12.FormFactor = Enum.FormFactor.Custom
871p12.Size = Vector3.new(1, 0.25, 1)
872p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
873p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
874p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
875p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
876p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
877p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
878b12 = Instance.new("SpecialMesh", p12)
879b12.MeshType = Enum.MeshType.Brick
880b12.Name = "Mesh"
881b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
882p13 = Instance.new("Part", m)
883p13.BrickColor = BrickColor.new("Black")
884p13.Material = Enum.Material.Metal
885p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
886p13.FormFactor = Enum.FormFactor.Custom
887p13.Size = Vector3.new(1, 0.25, 1)
888p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
889p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
890p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
891p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
892p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
893p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
894b13 = Instance.new("SpecialMesh", p13)
895b13.MeshType = Enum.MeshType.Brick
896b13.Name = "Mesh"
897b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
898p14 = Instance.new("Part", m)
899p14.BrickColor = BrickColor.new("Black")
900p14.Material = Enum.Material.Metal
901p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
902p14.FormFactor = Enum.FormFactor.Custom
903p14.Size = Vector3.new(1, 0.25, 1)
904p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
905p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
906p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
907p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
908p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
909p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
910b14 = Instance.new("SpecialMesh", p14)
911b14.MeshType = Enum.MeshType.Brick
912b14.Name = "Mesh"
913b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
914p15 = Instance.new("Part", m)
915p15.BrickColor = BrickColor.new("Lime green")
916p15.Material = Enum.Material.Granite
917p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
918p15.FormFactor = Enum.FormFactor.Custom
919p15.Size = Vector3.new(1, 1, 1)
920p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
921p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
922p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
923p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
924p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
925p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
926b15 = Instance.new("SpecialMesh", p15)
927b15.MeshType = Enum.MeshType.Sphere
928b15.Name = "Mesh"
929p16 = Instance.new("Part", m)
930p16.BrickColor = BrickColor.new("Black")
931p16.Material = Enum.Material.Metal
932p16.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)
933p16.FormFactor = Enum.FormFactor.Custom
934p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
935p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
936p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
937p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
938p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
939p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
940p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
941b16 = Instance.new("SpecialMesh", p16)
942b16.MeshType = Enum.MeshType.Brick
943b16.Name = "Mesh"
944b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
945p17 = Instance.new("Part", m)
946p17.BrickColor = BrickColor.new("Black")
947p17.Material = Enum.Material.SmoothPlastic
948p17.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)
949p17.FormFactor = Enum.FormFactor.Custom
950p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
951p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
952p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
953p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
954p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
955p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
956p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
957b17 = Instance.new("SpecialMesh", p17)
958b17.MeshType = Enum.MeshType.Brick
959b17.Name = "Mesh"
960b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
961p18 = Instance.new("Part", m)
962p18.BrickColor = BrickColor.new("Black")
963p18.Material = Enum.Material.SmoothPlastic
964p18.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)
965p18.FormFactor = Enum.FormFactor.Custom
966p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
967p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
968p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
969p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
970p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
971p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
972p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
973b18 = Instance.new("SpecialMesh", p18)
974b18.MeshType = Enum.MeshType.Brick
975b18.Name = "Mesh"
976b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
977p19 = Instance.new("Part", m)
978p19.BrickColor = BrickColor.new("Black")
979p19.Material = Enum.Material.SmoothPlastic
980p19.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)
981p19.FormFactor = Enum.FormFactor.Custom
982p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
983p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
984p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
985p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
986p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
987p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
988p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
989b19 = Instance.new("SpecialMesh", p19)
990b19.MeshType = Enum.MeshType.Brick
991b19.Name = "Mesh"
992b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
993p20 = Instance.new("Part", m)
994p20.BrickColor = BrickColor.new("Really black")
995p20.Material = Enum.Material.SmoothPlastic
996p20.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)
997p20.FormFactor = Enum.FormFactor.Custom
998p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
999p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1000p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1001p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1002p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1003p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1004p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1005b20 = Instance.new("SpecialMesh", p20)
1006b20.MeshType = Enum.MeshType.Brick
1007b20.Name = "Mesh"
1008b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1009p21 = Instance.new("Part", m)
1010p21.BrickColor = BrickColor.new("Black")
1011p21.Material = Enum.Material.Metal
1012p21.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)
1013p21.FormFactor = Enum.FormFactor.Custom
1014p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1015p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1016p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1017p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1018p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1019p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1020p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1021b21 = Instance.new("SpecialMesh", p21)
1022b21.MeshType = Enum.MeshType.Wedge
1023b21.Name = "Mesh"
1024b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1025p22 = Instance.new("Part", m)
1026p22.BrickColor = BrickColor.new("Black")
1027p22.Material = Enum.Material.Metal
1028p22.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)
1029p22.FormFactor = Enum.FormFactor.Custom
1030p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1031p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1032p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1033p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1034p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1035p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1036p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1037b22 = Instance.new("SpecialMesh", p22)
1038b22.MeshType = Enum.MeshType.Brick
1039b22.Name = "Mesh"
1040b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1041p23 = Instance.new("Part", m)
1042p23.BrickColor = BrickColor.new("Black")
1043p23.Material = Enum.Material.Metal
1044p23.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)
1045p23.FormFactor = Enum.FormFactor.Custom
1046p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1047p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1048p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1049p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1050p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1051p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1052p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1053b23 = Instance.new("SpecialMesh", p23)
1054b23.MeshType = Enum.MeshType.Brick
1055b23.Name = "Mesh"
1056b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1057p24 = Instance.new("Part", m)
1058p24.BrickColor = BrickColor.new("Black")
1059p24.Material = Enum.Material.Metal
1060p24.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)
1061p24.FormFactor = Enum.FormFactor.Custom
1062p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1063p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1064p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1065p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1066p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1067p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1068p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1069b24 = Instance.new("SpecialMesh", p24)
1070b24.MeshType = Enum.MeshType.Brick
1071b24.Name = "Mesh"
1072b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1073p25 = Instance.new("Part", m)
1074p25.BrickColor = BrickColor.new("Black")
1075p25.Material = Enum.Material.Metal
1076p25.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)
1077p25.FormFactor = Enum.FormFactor.Custom
1078p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1079p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1080p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1081p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1082p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1083p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1084p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1085b25 = Instance.new("SpecialMesh", p25)
1086b25.MeshType = Enum.MeshType.Brick
1087b25.Name = "Mesh"
1088b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1089p26 = Instance.new("Part", m)
1090p26.BrickColor = BrickColor.new("Black")
1091p26.Material = Enum.Material.Metal
1092p26.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)
1093p26.FormFactor = Enum.FormFactor.Custom
1094p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1095p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1096p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1097p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1098p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1099p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1100p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1101b26 = Instance.new("SpecialMesh", p26)
1102b26.MeshType = Enum.MeshType.Brick
1103b26.Name = "Mesh"
1104b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1105p27 = Instance.new("Part", m)
1106p27.BrickColor = BrickColor.new("Black")
1107p27.Material = Enum.Material.Metal
1108p27.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)
1109p27.FormFactor = Enum.FormFactor.Custom
1110p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1111p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1112p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1113p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1114p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1115p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1116p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1117b27 = Instance.new("SpecialMesh", p27)
1118b27.MeshType = Enum.MeshType.Brick
1119b27.Name = "Mesh"
1120b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1121p28 = Instance.new("Part", m)
1122p28.BrickColor = BrickColor.new("Black")
1123p28.Material = Enum.Material.Metal
1124p28.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)
1125p28.FormFactor = Enum.FormFactor.Custom
1126p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1127p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1128p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1129p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1130p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1131p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1132p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1133b28 = Instance.new("SpecialMesh", p28)
1134b28.MeshType = Enum.MeshType.Brick
1135b28.Name = "Mesh"
1136b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1137p29 = Instance.new("Part", m)
1138p29.BrickColor = BrickColor.new("Black")
1139p29.Material = Enum.Material.Metal
1140p29.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)
1141p29.FormFactor = Enum.FormFactor.Custom
1142p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1143p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1144p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1145p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1146p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1147p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1148p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1149b29 = Instance.new("SpecialMesh", p29)
1150b29.MeshType = Enum.MeshType.Brick
1151b29.Name = "Mesh"
1152b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1153p30 = Instance.new("Part", m)
1154p30.BrickColor = BrickColor.new("Black")
1155p30.Material = Enum.Material.Metal
1156p30.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)
1157p30.FormFactor = Enum.FormFactor.Custom
1158p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1159p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1160p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1161p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1162p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1163p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1164p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1165b30 = Instance.new("SpecialMesh", p30)
1166b30.MeshType = Enum.MeshType.Wedge
1167b30.Name = "Mesh"
1168b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1169p31 = Instance.new("Part", m)
1170p31.BrickColor = BrickColor.new("Black")
1171p31.Material = Enum.Material.Metal
1172p31.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)
1173p31.FormFactor = Enum.FormFactor.Custom
1174p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1175p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1176p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1177p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1178p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1179p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1180p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1181b31 = Instance.new("SpecialMesh", p31)
1182b31.MeshType = Enum.MeshType.Brick
1183b31.Name = "Mesh"
1184b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1185p32 = Instance.new("Part", m)
1186p32.BrickColor = BrickColor.new("Black")
1187p32.Material = Enum.Material.Metal
1188p32.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)
1189p32.FormFactor = Enum.FormFactor.Custom
1190p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1191p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1192p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1193p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1194p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1195p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1196p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1197b32 = Instance.new("SpecialMesh", p32)
1198b32.MeshType = Enum.MeshType.Wedge
1199b32.Name = "Mesh"
1200b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1201p33 = Instance.new("Part", m)
1202p33.BrickColor = BrickColor.new("Black")
1203p33.Material = Enum.Material.Metal
1204p33.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)
1205p33.FormFactor = Enum.FormFactor.Custom
1206p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1207p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1208p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1209p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1210p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1211p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1212p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1213b33 = Instance.new("SpecialMesh", p33)
1214b33.MeshType = Enum.MeshType.Brick
1215b33.Name = "Mesh"
1216b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1217p34 = Instance.new("Part", m)
1218p34.BrickColor = BrickColor.new("Black")
1219p34.Material = Enum.Material.Metal
1220p34.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)
1221p34.FormFactor = Enum.FormFactor.Custom
1222p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1223p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1224p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1225p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1226p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1227p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1228p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1229b34 = Instance.new("SpecialMesh", p34)
1230b34.MeshType = Enum.MeshType.Brick
1231b34.Name = "Mesh"
1232b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1233w1 = Instance.new("Weld", p1)
1234w1.Name = "Part_Weld"
1235w1.Part0 = p1
1236w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1237w1.Part1 = p2
1238w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1239w2 = Instance.new("Weld", p2)
1240w2.Name = "Part_Weld"
1241w2.Part0 = p2
1242w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1243w2.Part1 = p3
1244w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1245w3 = Instance.new("Weld", p3)
1246w3.Name = "LeftArmPlate_Weld"
1247w3.Part0 = p3
1248w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1249w3.Part1 = p4
1250w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1251w4 = Instance.new("Weld", p4)
1252w4.Name = "Part_Weld"
1253w4.Part0 = p4
1254w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1255w4.Part1 = p5
1256w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1257w5 = Instance.new("Weld", p5)
1258w5.Name = "Part_Weld"
1259w5.Part0 = p5
1260w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1261w5.Part1 = p6
1262w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1263w6 = Instance.new("Weld", p6)
1264w6.Name = "Part_Weld"
1265w6.Part0 = p6
1266w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1267w6.Part1 = p7
1268w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1269w7 = Instance.new("Weld", p7)
1270w7.Name = "Part_Weld"
1271w7.Part0 = p7
1272w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1273w7.Part1 = p8
1274w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1275w8 = Instance.new("Weld", p8)
1276w8.Name = "Part_Weld"
1277w8.Part0 = p8
1278w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1279w8.Part1 = p9
1280w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1281w9 = Instance.new("Weld", p9)
1282w9.Name = "Part_Weld"
1283w9.Part0 = p9
1284w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1285w9.Part1 = p10
1286w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1287w10 = Instance.new("Weld", p10)
1288w10.Name = "Part_Weld"
1289w10.Part0 = p10
1290w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1291w10.Part1 = p11
1292w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1293w11 = Instance.new("Weld", p11)
1294w11.Name = "Part_Weld"
1295w11.Part0 = p11
1296w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1297w11.Part1 = p12
1298w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1299w12 = Instance.new("Weld", p12)
1300w12.Name = "Part_Weld"
1301w12.Part0 = p12
1302w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1303w12.Part1 = p13
1304w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1305w13 = Instance.new("Weld", p13)
1306w13.Name = "Part_Weld"
1307w13.Part0 = p13
1308w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1309w13.Part1 = p14
1310w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1311w14 = Instance.new("Weld", p14)
1312w14.Name = "Part_Weld"
1313w14.Part0 = p14
1314w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1315w14.Part1 = p15
1316w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1317w15 = Instance.new("Weld", p15)
1318w15.Name = "Part_Weld"
1319w15.Part0 = p15
1320w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1321w15.Part1 = p16
1322w15.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)
1323w16 = Instance.new("Weld", p16)
1324w16.Name = "Part_Weld"
1325w16.Part0 = p16
1326w16.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)
1327w16.Part1 = p17
1328w16.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)
1329w17 = Instance.new("Weld", p17)
1330w17.Name = "Part_Weld"
1331w17.Part0 = p17
1332w17.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)
1333w17.Part1 = p18
1334w17.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)
1335w18 = Instance.new("Weld", p18)
1336w18.Name = "Part_Weld"
1337w18.Part0 = p18
1338w18.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)
1339w18.Part1 = p19
1340w18.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)
1341w19 = Instance.new("Weld", p19)
1342w19.Name = "Part_Weld"
1343w19.Part0 = p19
1344w19.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)
1345w19.Part1 = p20
1346w19.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)
1347w20 = Instance.new("Weld", p20)
1348w20.Name = "Part_Weld"
1349w20.Part0 = p20
1350w20.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)
1351w20.Part1 = p21
1352w20.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)
1353w21 = Instance.new("Weld", p21)
1354w21.Name = "Part_Weld"
1355w21.Part0 = p21
1356w21.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)
1357w21.Part1 = p22
1358w21.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)
1359w22 = Instance.new("Weld", p22)
1360w22.Name = "Part_Weld"
1361w22.Part0 = p22
1362w22.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)
1363w22.Part1 = p23
1364w22.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)
1365w23 = Instance.new("Weld", p23)
1366w23.Name = "Part_Weld"
1367w23.Part0 = p23
1368w23.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)
1369w23.Part1 = p24
1370w23.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)
1371w24 = Instance.new("Weld", p24)
1372w24.Name = "Part_Weld"
1373w24.Part0 = p24
1374w24.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)
1375w24.Part1 = p25
1376w24.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)
1377w25 = Instance.new("Weld", p25)
1378w25.Name = "Part_Weld"
1379w25.Part0 = p25
1380w25.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)
1381w25.Part1 = p26
1382w25.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)
1383w26 = Instance.new("Weld", p26)
1384w26.Name = "Part_Weld"
1385w26.Part0 = p26
1386w26.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)
1387w26.Part1 = p27
1388w26.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)
1389w27 = Instance.new("Weld", p27)
1390w27.Name = "Part_Weld"
1391w27.Part0 = p27
1392w27.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)
1393w27.Part1 = p28
1394w27.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)
1395w28 = Instance.new("Weld", p28)
1396w28.Name = "Part_Weld"
1397w28.Part0 = p28
1398w28.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)
1399w28.Part1 = p29
1400w28.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)
1401w29 = Instance.new("Weld", p29)
1402w29.Name = "Part_Weld"
1403w29.Part0 = p29
1404w29.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)
1405w29.Part1 = p30
1406w29.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)
1407w30 = Instance.new("Weld", p30)
1408w30.Name = "Part_Weld"
1409w30.Part0 = p30
1410w30.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)
1411w30.Part1 = p31
1412w30.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)
1413w31 = Instance.new("Weld", p31)
1414w31.Name = "Part_Weld"
1415w31.Part0 = p31
1416w31.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)
1417w31.Part1 = p32
1418w31.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)
1419w32 = Instance.new("Weld", p32)
1420w32.Name = "Part_Weld"
1421w32.Part0 = p32
1422w32.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)
1423w32.Part1 = p33
1424w32.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)
1425w33 = Instance.new("Weld", p33)
1426w33.Name = "Part_Weld"
1427w33.Part0 = p33
1428w33.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)
1429w33.Part1 = p34
1430w33.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)
1431m.Parent = larm
1432m:MakeJoints()
1433----------------------------------------------------
1434local cor = Instance.new("Part", larm.LeftArm)
1435cor.Name = "Thingy"
1436cor.Locked = true
1437cor.BottomSurface = 0
1438cor.CanCollide = false
1439cor.Size = Vector3.new(1, 1, 1)
1440cor.Transparency = 1
1441cor.TopSurface = 0
1442corw = Instance.new("Weld", cor)
1443corw.Part0 = larm
1444corw.Part1 = cor
1445corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1446corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1447weld1 = Instance.new("Weld", larm.LeftArm)
1448weld1.Part0 = cor
1449weld1.Part1 = larm.LeftArm.LeftArmPlate
1450weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1451--Right Arm
1452m2 = Instance.new("Model")
1453m2.Name = "RightArm"
1454p1 = Instance.new("Part", m2)
1455p1.BrickColor = BrickColor.new("Lime green")
1456p1.Material = Enum.Material.Granite
1457p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1458p1.FormFactor = Enum.FormFactor.Custom
1459p1.Size = Vector3.new(1, 0.200000048, 1)
1460p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1461p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1462p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1463p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1464p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1465p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1466b1 = Instance.new("SpecialMesh", p1)
1467b1.MeshType = Enum.MeshType.Brick
1468b1.Name = "Mesh"
1469b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1470p2 = Instance.new("Part", m2)
1471p2.BrickColor = BrickColor.new("Lime green")
1472p2.Material = Enum.Material.Granite
1473p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1474p2.FormFactor = Enum.FormFactor.Custom
1475p2.Size = Vector3.new(1, 0.200000048, 1)
1476p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1477p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1478p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1479p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1480p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1481p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1482b2 = Instance.new("SpecialMesh", p2)
1483b2.MeshType = Enum.MeshType.Brick
1484b2.Name = "Mesh"
1485b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1486p3 = Instance.new("Part", m2)
1487p3.BrickColor = BrickColor.new("Lime green")
1488p3.Material = Enum.Material.Granite
1489p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1490p3.FormFactor = Enum.FormFactor.Custom
1491p3.Size = Vector3.new(1, 0.200000048, 1)
1492p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1493p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1494p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1495p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1496p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1497p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1498b3 = Instance.new("SpecialMesh", p3)
1499b3.MeshType = Enum.MeshType.Brick
1500b3.Name = "Mesh"
1501b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1502p4 = Instance.new("Part", m2)
1503p4.BrickColor = BrickColor.new("Lime green")
1504p4.Material = Enum.Material.Granite
1505p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1506p4.FormFactor = Enum.FormFactor.Custom
1507p4.Size = Vector3.new(1, 0.200000048, 1)
1508p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1509p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1510p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1511p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1512p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1513p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1514b4 = Instance.new("SpecialMesh", p4)
1515b4.MeshType = Enum.MeshType.Brick
1516b4.Name = "Mesh"
1517b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1518p5 = Instance.new("Part", m2)
1519p5.BrickColor = BrickColor.new("Lime green")
1520p5.Material = Enum.Material.Granite
1521p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1522p5.FormFactor = Enum.FormFactor.Custom
1523p5.Size = Vector3.new(1, 0.200000048, 1)
1524p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1525p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1526p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1527p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1528p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1529p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1530b5 = Instance.new("SpecialMesh", p5)
1531b5.MeshType = Enum.MeshType.Brick
1532b5.Name = "Mesh"
1533b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1534p6 = Instance.new("Part", m2)
1535p6.BrickColor = BrickColor.new("Lime green")
1536p6.Material = Enum.Material.Granite
1537p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1538p6.FormFactor = Enum.FormFactor.Custom
1539p6.Size = Vector3.new(1, 1, 1)
1540p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1541p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1542p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1543p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1544p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1545p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1546b6 = Instance.new("SpecialMesh", p6)
1547b6.MeshType = Enum.MeshType.Sphere
1548b6.Name = "Mesh"
1549p7 = Instance.new("Part", m2)
1550p7.BrickColor = BrickColor.new("Black")
1551p7.Material = Enum.Material.SmoothPlastic
1552p7.Name = "RightArmPlate"
1553p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1554p7.FormFactor = Enum.FormFactor.Symmetric
1555p7.Size = Vector3.new(1, 2, 1)
1556p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1557p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1558p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1559p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1560p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1561p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1562b7 = Instance.new("SpecialMesh", p7)
1563b7.MeshType = Enum.MeshType.Brick
1564b7.Name = "Mesh"
1565b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1566p8 = Instance.new("Part", m2)
1567p8.BrickColor = BrickColor.new("Lime green")
1568p8.Material = Enum.Material.Granite
1569p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1570p8.FormFactor = Enum.FormFactor.Custom
1571p8.Size = Vector3.new(1, 0.200000048, 1)
1572p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1573p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1574p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1575p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1576p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1577p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1578b8 = Instance.new("SpecialMesh", p8)
1579b8.MeshType = Enum.MeshType.Brick
1580b8.Name = "Mesh"
1581b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1582p9 = Instance.new("Part", m2)
1583p9.BrickColor = BrickColor.new("Black")
1584p9.Material = Enum.Material.SmoothPlastic
1585p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1586p9.FormFactor = Enum.FormFactor.Custom
1587p9.Size = Vector3.new(1, 0.349999994, 1)
1588p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1589p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1590p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1591p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1592p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1593p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1594b9 = Instance.new("SpecialMesh", p9)
1595b9.MeshType = Enum.MeshType.Brick
1596b9.Name = "Mesh"
1597b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1598p10 = Instance.new("Part", m2)
1599p10.BrickColor = BrickColor.new("Black")
1600p10.Material = Enum.Material.Metal
1601p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1602p10.FormFactor = Enum.FormFactor.Custom
1603p10.Size = Vector3.new(1, 0.25, 1)
1604p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1605p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1606p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1607p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1608p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1609p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1610b10 = Instance.new("SpecialMesh", p10)
1611b10.MeshType = Enum.MeshType.Brick
1612b10.Name = "Mesh"
1613b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1614p11 = Instance.new("Part", m2)
1615p11.BrickColor = BrickColor.new("Black")
1616p11.Material = Enum.Material.Metal
1617p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1618p11.FormFactor = Enum.FormFactor.Custom
1619p11.Size = Vector3.new(1, 0.25, 1)
1620p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1621p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1622p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1623p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1624p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1625p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1626b11 = Instance.new("SpecialMesh", p11)
1627b11.MeshType = Enum.MeshType.Brick
1628b11.Name = "Mesh"
1629b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1630p12 = Instance.new("Part", m2)
1631p12.BrickColor = BrickColor.new("Black")
1632p12.Material = Enum.Material.Metal
1633p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1634p12.FormFactor = Enum.FormFactor.Custom
1635p12.Size = Vector3.new(1, 0.25, 1)
1636p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1637p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1638p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1639p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1640p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1641p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1642b12 = Instance.new("SpecialMesh", p12)
1643b12.MeshType = Enum.MeshType.Brick
1644b12.Name = "Mesh"
1645b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1646p13 = Instance.new("Part", m2)
1647p13.BrickColor = BrickColor.new("Lime green")
1648p13.Material = Enum.Material.Granite
1649p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1650p13.FormFactor = Enum.FormFactor.Custom
1651p13.Size = Vector3.new(1, 0.200000048, 1)
1652p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1653p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1654p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1655p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1656p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1657p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1658b13 = Instance.new("SpecialMesh", p13)
1659b13.MeshType = Enum.MeshType.Brick
1660b13.Name = "Mesh"
1661b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1662p14 = Instance.new("Part", m2)
1663p14.BrickColor = BrickColor.new("Black")
1664p14.Material = Enum.Material.Metal
1665p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1666p14.FormFactor = Enum.FormFactor.Custom
1667p14.Size = Vector3.new(1, 0.25, 1)
1668p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1669p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1670p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1671p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1672p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1673p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1674b14 = Instance.new("SpecialMesh", p14)
1675b14.MeshType = Enum.MeshType.Brick
1676b14.Name = "Mesh"
1677b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1678p15 = Instance.new("Part", m2)
1679p15.BrickColor = BrickColor.new("Lime green")
1680p15.Material = Enum.Material.Granite
1681p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1682p15.FormFactor = Enum.FormFactor.Custom
1683p15.Size = Vector3.new(1, 0.200000048, 1)
1684p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1685p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1686p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1687p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1688p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1689p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1690b15 = Instance.new("SpecialMesh", p15)
1691b15.MeshType = Enum.MeshType.Brick
1692b15.Name = "Mesh"
1693b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1694p16 = Instance.new("Part", m2)
1695p16.BrickColor = BrickColor.new("Black")
1696p16.Material = Enum.Material.SmoothPlastic
1697p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1698p16.FormFactor = Enum.FormFactor.Custom
1699p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1700p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1701p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1702p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1703p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1704p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1705p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1706b16 = Instance.new("SpecialMesh", p16)
1707b16.MeshType = Enum.MeshType.Brick
1708b16.Name = "Mesh"
1709b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1710p17 = Instance.new("Part", m2)
1711p17.BrickColor = BrickColor.new("Black")
1712p17.Material = Enum.Material.SmoothPlastic
1713p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1714p17.FormFactor = Enum.FormFactor.Custom
1715p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1716p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1717p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1718p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1719p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1720p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1721p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1722b17 = Instance.new("SpecialMesh", p17)
1723b17.MeshType = Enum.MeshType.Brick
1724b17.Name = "Mesh"
1725b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1726p18 = Instance.new("Part", m2)
1727p18.BrickColor = BrickColor.new("Really black")
1728p18.Material = Enum.Material.SmoothPlastic
1729p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1730p18.FormFactor = Enum.FormFactor.Custom
1731p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1732p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1733p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1734p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1735p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1736p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1737p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1738b18 = Instance.new("SpecialMesh", p18)
1739b18.MeshType = Enum.MeshType.Brick
1740b18.Name = "Mesh"
1741b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1742p19 = Instance.new("Part", m2)
1743p19.BrickColor = BrickColor.new("Black")
1744p19.Material = Enum.Material.SmoothPlastic
1745p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1746p19.FormFactor = Enum.FormFactor.Custom
1747p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1748p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1749p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1750p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1751p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1752p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1753p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1754b19 = Instance.new("SpecialMesh", p19)
1755b19.MeshType = Enum.MeshType.Brick
1756b19.Name = "Mesh"
1757b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1758w1 = Instance.new("Weld", p1)
1759w1.Name = "Part_Weld"
1760w1.Part0 = p1
1761w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1762w1.Part1 = p2
1763w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764w2 = Instance.new("Weld", p2)
1765w2.Name = "Part_Weld"
1766w2.Part0 = p2
1767w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1768w2.Part1 = p3
1769w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770w3 = Instance.new("Weld", p3)
1771w3.Name = "Part_Weld"
1772w3.Part0 = p3
1773w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1774w3.Part1 = p4
1775w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1776w4 = Instance.new("Weld", p4)
1777w4.Name = "Part_Weld"
1778w4.Part0 = p4
1779w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1780w4.Part1 = p5
1781w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1782w5 = Instance.new("Weld", p5)
1783w5.Name = "Part_Weld"
1784w5.Part0 = p5
1785w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1786w5.Part1 = p6
1787w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1788w6 = Instance.new("Weld", p6)
1789w6.Name = "RightArmPlate_Weld"
1790w6.Part0 = p6
1791w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1792w6.Part1 = p7
1793w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1794w7 = Instance.new("Weld", p7)
1795w7.Name = "Part_Weld"
1796w7.Part0 = p7
1797w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1798w7.Part1 = p8
1799w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1800w8 = Instance.new("Weld", p8)
1801w8.Name = "Part_Weld"
1802w8.Part0 = p8
1803w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1804w8.Part1 = p9
1805w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1806w9 = Instance.new("Weld", p9)
1807w9.Name = "Part_Weld"
1808w9.Part0 = p9
1809w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1810w9.Part1 = p10
1811w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1812w10 = Instance.new("Weld", p10)
1813w10.Name = "Part_Weld"
1814w10.Part0 = p10
1815w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1816w10.Part1 = p11
1817w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1818w11 = Instance.new("Weld", p11)
1819w11.Name = "Part_Weld"
1820w11.Part0 = p11
1821w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1822w11.Part1 = p12
1823w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1824w12 = Instance.new("Weld", p12)
1825w12.Name = "Part_Weld"
1826w12.Part0 = p12
1827w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1828w12.Part1 = p13
1829w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1830w13 = Instance.new("Weld", p13)
1831w13.Name = "Part_Weld"
1832w13.Part0 = p13
1833w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1834w13.Part1 = p14
1835w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836w14 = Instance.new("Weld", p14)
1837w14.Name = "Part_Weld"
1838w14.Part0 = p14
1839w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1840w14.Part1 = p15
1841w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1842w15 = Instance.new("Weld", p15)
1843w15.Name = "Part_Weld"
1844w15.Part0 = p15
1845w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1846w15.Part1 = p16
1847w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1848w16 = Instance.new("Weld", p16)
1849w16.Name = "Part_Weld"
1850w16.Part0 = p16
1851w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1852w16.Part1 = p17
1853w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1854w17 = Instance.new("Weld", p17)
1855w17.Name = "Part_Weld"
1856w17.Part0 = p17
1857w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1858w17.Part1 = p18
1859w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1860w18 = Instance.new("Weld", p18)
1861w18.Name = "Part_Weld"
1862w18.Part0 = p18
1863w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1864w18.Part1 = p19
1865w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1866m2.Parent = rarm
1867m2:MakeJoints()
1868----------------------------------------------------
1869local cor2 = Instance.new("Part", rarm.RightArm)
1870cor2.Name = "Thingy"
1871cor2.Locked = true
1872cor2.BottomSurface = 0
1873cor2.CanCollide = false
1874cor2.Size = Vector3.new(1, 1, 1)
1875cor2.Transparency = 1
1876cor2.TopSurface = 0
1877corw2 = Instance.new("Weld", cor2)
1878corw2.Part0 = rarm
1879corw2.Part1 = cor2
1880corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1881corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1882weld2 = Instance.new("Weld", rarm.RightArm)
1883weld2.Part0 = cor2
1884weld2.Part1 = rarm.RightArm.RightArmPlate
1885weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1886--Torso
1887m3 = Instance.new("Model")
1888m3.Name = "Torso"
1889p1 = Instance.new("Part", m3)
1890p1.BrickColor = BrickColor.new("Really black")
1891p1.Material = Enum.Material.Metal
1892p1.Name = "TorsoPlate"
1893p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1894p1.CanCollide = false
1895p1.Locked = true
1896p1.FormFactor = Enum.FormFactor.Custom
1897p1.Size = Vector3.new(2, 2, 1)
1898p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1899p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1900p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1901p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1902p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1903p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1904b1 = Instance.new("SpecialMesh", p1)
1905b1.MeshType = Enum.MeshType.Brick
1906b1.Name = "Mesh"
1907b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1908p2 = Instance.new("Part", m3)
1909p2.BrickColor = BrickColor.new("Really black")
1910p2.Material = Enum.Material.Metal
1911p2.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)
1912p2.CanCollide = false
1913p2.Locked = true
1914p2.FormFactor = Enum.FormFactor.Custom
1915p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1916b2 = Instance.new("SpecialMesh", p2)
1917b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1918b2.TextureId = ""
1919b2.MeshType = Enum.MeshType.FileMesh
1920b2.Name = "Mesh"
1921b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1922p3 = Instance.new("Part", m3)
1923p3.BrickColor = BrickColor.new("Black")
1924p3.Material = Enum.Material.Metal
1925p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1926p3.CanCollide = false
1927p3.Locked = true
1928p3.FormFactor = Enum.FormFactor.Custom
1929p3.Size = Vector3.new(2, 2, 0.200000018)
1930p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1931p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1932p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1933p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1934p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1935p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1936b3 = Instance.new("SpecialMesh", p3)
1937b3.MeshType = Enum.MeshType.Brick
1938b3.Name = "Mesh"
1939b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1940p4 = Instance.new("Part", m3)
1941p4.BrickColor = BrickColor.new("Black")
1942p4.Material = Enum.Material.Metal
1943p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1944p4.CanCollide = false
1945p4.Locked = true
1946p4.FormFactor = Enum.FormFactor.Custom
1947p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1948p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1949p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1950p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1951p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1952p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1953p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1954b4 = Instance.new("SpecialMesh", p4)
1955b4.MeshType = Enum.MeshType.Brick
1956b4.Name = "Mesh"
1957b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1958p5 = Instance.new("Part", m3)
1959p5.BrickColor = BrickColor.new("Black")
1960p5.Material = Enum.Material.Metal
1961p5.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)
1962p5.CanCollide = false
1963p5.Locked = true
1964p5.FormFactor = Enum.FormFactor.Custom
1965p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1966p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1967p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1968p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1969p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1970p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1971p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1972b5 = Instance.new("SpecialMesh", p5)
1973b5.MeshType = Enum.MeshType.Wedge
1974b5.Name = "Mesh"
1975b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1976p6 = Instance.new("Part", m3)
1977p6.BrickColor = BrickColor.new("Black")
1978p6.Material = Enum.Material.Metal
1979p6.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)
1980p6.CanCollide = false
1981p6.Locked = true
1982p6.FormFactor = Enum.FormFactor.Custom
1983p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1984p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1985p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1986p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1987p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1988p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1989p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1990b6 = Instance.new("SpecialMesh", p6)
1991b6.MeshType = Enum.MeshType.Wedge
1992b6.Name = "Mesh"
1993b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1994p7 = Instance.new("Part", m3)
1995p7.BrickColor = BrickColor.new("Black")
1996p7.Material = Enum.Material.Metal
1997p7.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)
1998p7.CanCollide = false
1999p7.Locked = true
2000p7.FormFactor = Enum.FormFactor.Custom
2001p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2002p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2003p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2004p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2005p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2006p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2007p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2008b7 = Instance.new("SpecialMesh", p7)
2009b7.MeshType = Enum.MeshType.Wedge
2010b7.Name = "Mesh"
2011p8 = Instance.new("Part", m3)
2012p8.BrickColor = BrickColor.new("Black")
2013p8.Material = Enum.Material.Metal
2014p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2015p8.CanCollide = false
2016p8.Locked = true
2017p8.FormFactor = Enum.FormFactor.Custom
2018p8.Size = Vector3.new(1, 2, 0.200000018)
2019p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2020p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2021p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2022p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2023p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2024p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2025b8 = Instance.new("SpecialMesh", p8)
2026b8.MeshType = Enum.MeshType.Brick
2027b8.Name = "Mesh"
2028b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2029p9 = Instance.new("Part", m3)
2030p9.BrickColor = BrickColor.new("Black")
2031p9.Material = Enum.Material.Metal
2032p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2033p9.CanCollide = false
2034p9.Locked = true
2035p9.FormFactor = Enum.FormFactor.Custom
2036p9.Size = Vector3.new(1, 2, 0.200000018)
2037p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2038p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2039p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2040p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2041p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2042p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2043b9 = Instance.new("SpecialMesh", p9)
2044b9.MeshType = Enum.MeshType.Brick
2045b9.Name = "Mesh"
2046b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2047p10 = Instance.new("Part", m3)
2048p10.BrickColor = BrickColor.new("Black")
2049p10.Material = Enum.Material.Metal
2050p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2051p10.CanCollide = false
2052p10.Locked = true
2053p10.FormFactor = Enum.FormFactor.Custom
2054p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2055p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2056p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2057p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2058p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2059p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2060p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2061b10 = Instance.new("SpecialMesh", p10)
2062b10.MeshType = Enum.MeshType.Brick
2063b10.Name = "Mesh"
2064b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2065p11 = Instance.new("Part", m3)
2066p11.BrickColor = BrickColor.new("Really black")
2067p11.Material = Enum.Material.Metal
2068p11.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)
2069p11.CanCollide = false
2070p11.Locked = true
2071p11.FormFactor = Enum.FormFactor.Custom
2072p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2073b11 = Instance.new("SpecialMesh", p11)
2074b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2075b11.TextureId = ""
2076b11.MeshType = Enum.MeshType.FileMesh
2077b11.Name = "Mesh"
2078b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2079p12 = Instance.new("Part", m3)
2080p12.BrickColor = BrickColor.new("Really black")
2081p12.Material = Enum.Material.Metal
2082p12.Transparency = 1
2083p12.Name = "Chain2Torso"
2084p12.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)
2085p12.CanCollide = false
2086p12.Locked = true
2087p12.FormFactor = Enum.FormFactor.Custom
2088p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2089b12 = Instance.new("SpecialMesh", p12)
2090b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2091b12.TextureId = ""
2092b12.MeshType = Enum.MeshType.FileMesh
2093b12.Name = "Mesh"
2094b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2095p13 = Instance.new("Part", m3)
2096p13.BrickColor = BrickColor.new("Really black")
2097p13.Material = Enum.Material.Metal
2098p13.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)
2099p13.CanCollide = false
2100p13.Locked = true
2101p13.FormFactor = Enum.FormFactor.Custom
2102p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2103b13 = Instance.new("SpecialMesh", p13)
2104b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2105b13.TextureId = ""
2106b13.MeshType = Enum.MeshType.FileMesh
2107b13.Name = "Mesh"
2108b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2109p14 = Instance.new("Part", m3)
2110p14.BrickColor = BrickColor.new("Really black")
2111p14.Material = Enum.Material.Metal
2112p14.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)
2113p14.CanCollide = false
2114p14.Locked = true
2115p14.FormFactor = Enum.FormFactor.Custom
2116p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2117b14 = Instance.new("SpecialMesh", p14)
2118b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2119b14.TextureId = ""
2120b14.MeshType = Enum.MeshType.FileMesh
2121b14.Name = "Mesh"
2122b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2123p15 = Instance.new("Part", m3)
2124p15.BrickColor = BrickColor.new("Really black")
2125p15.Material = Enum.Material.Metal
2126p15.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)
2127p15.CanCollide = false
2128p15.Locked = true
2129p15.FormFactor = Enum.FormFactor.Custom
2130p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2131b15 = Instance.new("SpecialMesh", p15)
2132b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2133b15.TextureId = ""
2134b15.MeshType = Enum.MeshType.FileMesh
2135b15.Name = "Mesh"
2136b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2137p16 = Instance.new("Part", m3)
2138p16.BrickColor = BrickColor.new("Really black")
2139p16.Material = Enum.Material.Metal
2140p16.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)
2141p16.CanCollide = false
2142p16.Locked = true
2143p16.FormFactor = Enum.FormFactor.Custom
2144p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2145b16 = Instance.new("SpecialMesh", p16)
2146b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2147b16.TextureId = ""
2148b16.MeshType = Enum.MeshType.FileMesh
2149b16.Name = "Mesh"
2150b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2151p17 = Instance.new("Part", m3)
2152p17.BrickColor = BrickColor.new("Really black")
2153p17.Material = Enum.Material.Metal
2154p17.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)
2155p17.CanCollide = false
2156p17.Locked = true
2157p17.FormFactor = Enum.FormFactor.Custom
2158p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2159b17 = Instance.new("SpecialMesh", p17)
2160b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2161b17.TextureId = ""
2162b17.MeshType = Enum.MeshType.FileMesh
2163b17.Name = "Mesh"
2164b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2165p18 = Instance.new("Part", m3)
2166p18.BrickColor = BrickColor.new("Really black")
2167p18.Material = Enum.Material.Metal
2168p18.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)
2169p18.CanCollide = false
2170p18.Locked = true
2171p18.FormFactor = Enum.FormFactor.Custom
2172p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2173b18 = Instance.new("SpecialMesh", p18)
2174b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2175b18.TextureId = ""
2176b18.MeshType = Enum.MeshType.FileMesh
2177b18.Name = "Mesh"
2178b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2179p19 = Instance.new("Part", m3)
2180p19.BrickColor = BrickColor.new("Really black")
2181p19.Material = Enum.Material.Metal
2182p19.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)
2183p19.CanCollide = false
2184p19.Locked = true
2185p19.FormFactor = Enum.FormFactor.Custom
2186p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2187b19 = Instance.new("SpecialMesh", p19)
2188b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2189b19.TextureId = ""
2190b19.MeshType = Enum.MeshType.FileMesh
2191b19.Name = "Mesh"
2192b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2193p20 = Instance.new("Part", m3)
2194p20.BrickColor = BrickColor.new("Really black")
2195p20.Material = Enum.Material.Metal
2196p20.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)
2197p20.CanCollide = false
2198p20.Locked = true
2199p20.FormFactor = Enum.FormFactor.Custom
2200p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2201b20 = Instance.new("SpecialMesh", p20)
2202b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2203b20.TextureId = ""
2204b20.MeshType = Enum.MeshType.FileMesh
2205b20.Name = "Mesh"
2206b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2207p21 = Instance.new("Part", m3)
2208p21.BrickColor = BrickColor.new("Really black")
2209p21.Material = Enum.Material.Metal
2210p21.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)
2211p21.CanCollide = false
2212p21.Locked = true
2213p21.FormFactor = Enum.FormFactor.Custom
2214p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2215b21 = Instance.new("SpecialMesh", p21)
2216b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2217b21.TextureId = ""
2218b21.MeshType = Enum.MeshType.FileMesh
2219b21.Name = "Mesh"
2220b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2221p22 = Instance.new("Part", m3)
2222p22.BrickColor = BrickColor.new("Really black")
2223p22.Material = Enum.Material.Metal
2224p22.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)
2225p22.CanCollide = false
2226p22.Locked = true
2227p22.FormFactor = Enum.FormFactor.Custom
2228p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2229b22 = Instance.new("SpecialMesh", p22)
2230b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2231b22.TextureId = ""
2232b22.MeshType = Enum.MeshType.FileMesh
2233b22.Name = "Mesh"
2234b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2235p23 = Instance.new("Part", m3)
2236p23.BrickColor = BrickColor.new("Really black")
2237p23.Material = Enum.Material.Metal
2238p23.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)
2239p23.CanCollide = false
2240p23.Locked = true
2241p23.FormFactor = Enum.FormFactor.Custom
2242p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2243b23 = Instance.new("SpecialMesh", p23)
2244b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2245b23.TextureId = ""
2246b23.MeshType = Enum.MeshType.FileMesh
2247b23.Name = "Mesh"
2248b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2249p24 = Instance.new("Part", m3)
2250p24.BrickColor = BrickColor.new("Really black")
2251p24.Material = Enum.Material.Metal
2252p24.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)
2253p24.CanCollide = false
2254p24.Locked = true
2255p24.FormFactor = Enum.FormFactor.Custom
2256p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2257b24 = Instance.new("SpecialMesh", p24)
2258b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2259b24.TextureId = ""
2260b24.MeshType = Enum.MeshType.FileMesh
2261b24.Name = "Mesh"
2262b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2263p25 = Instance.new("Part", m3)
2264p25.BrickColor = BrickColor.new("Really black")
2265p25.Material = Enum.Material.Metal
2266p25.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)
2267p25.CanCollide = false
2268p25.Locked = true
2269p25.FormFactor = Enum.FormFactor.Custom
2270p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2271b25 = Instance.new("SpecialMesh", p25)
2272b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2273b25.TextureId = ""
2274b25.MeshType = Enum.MeshType.FileMesh
2275b25.Name = "Mesh"
2276b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2277p26 = Instance.new("Part", m3)
2278p26.BrickColor = BrickColor.new("Really black")
2279p26.Material = Enum.Material.Metal
2280p26.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)
2281p26.CanCollide = false
2282p26.Locked = true
2283p26.FormFactor = Enum.FormFactor.Custom
2284p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2285b26 = Instance.new("SpecialMesh", p26)
2286b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2287b26.TextureId = ""
2288b26.MeshType = Enum.MeshType.FileMesh
2289b26.Name = "Mesh"
2290b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2291p27 = Instance.new("Part", m3)
2292p27.BrickColor = BrickColor.new("Really black")
2293p27.Material = Enum.Material.Metal
2294p27.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)
2295p27.CanCollide = false
2296p27.Locked = true
2297p27.FormFactor = Enum.FormFactor.Custom
2298p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2299b27 = Instance.new("SpecialMesh", p27)
2300b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2301b27.TextureId = ""
2302b27.MeshType = Enum.MeshType.FileMesh
2303b27.Name = "Mesh"
2304b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2305p28 = Instance.new("Part", m3)
2306p28.BrickColor = BrickColor.new("Really black")
2307p28.Material = Enum.Material.Metal
2308p28.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)
2309p28.CanCollide = false
2310p28.Locked = true
2311p28.FormFactor = Enum.FormFactor.Custom
2312p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2313b28 = Instance.new("SpecialMesh", p28)
2314b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2315b28.TextureId = ""
2316b28.MeshType = Enum.MeshType.FileMesh
2317b28.Name = "Mesh"
2318b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2319p29 = Instance.new("Part", m3)
2320p29.BrickColor = BrickColor.new("Really black")
2321p29.Material = Enum.Material.Metal
2322p29.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)
2323p29.CanCollide = false
2324p29.Locked = true
2325p29.FormFactor = Enum.FormFactor.Custom
2326p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2327b29 = Instance.new("SpecialMesh", p29)
2328b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2329b29.TextureId = ""
2330b29.MeshType = Enum.MeshType.FileMesh
2331b29.Name = "Mesh"
2332b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2333p30 = Instance.new("Part", m3)
2334p30.BrickColor = BrickColor.new("Really black")
2335p30.Material = Enum.Material.Metal
2336p30.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)
2337p30.CanCollide = false
2338p30.Locked = true
2339p30.FormFactor = Enum.FormFactor.Custom
2340p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2341b30 = Instance.new("SpecialMesh", p30)
2342b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2343b30.TextureId = ""
2344b30.MeshType = Enum.MeshType.FileMesh
2345b30.Name = "Mesh"
2346b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2347p31 = Instance.new("Part", m3)
2348p31.BrickColor = BrickColor.new("Really black")
2349p31.Material = Enum.Material.Metal
2350p31.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)
2351p31.CanCollide = false
2352p31.Locked = true
2353p31.FormFactor = Enum.FormFactor.Custom
2354p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2355b31 = Instance.new("SpecialMesh", p31)
2356b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2357b31.TextureId = ""
2358b31.MeshType = Enum.MeshType.FileMesh
2359b31.Name = "Mesh"
2360b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2361p32 = Instance.new("Part", m3)
2362p32.BrickColor = BrickColor.new("Really black")
2363p32.Material = Enum.Material.Metal
2364p32.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)
2365p32.CanCollide = false
2366p32.Locked = true
2367p32.FormFactor = Enum.FormFactor.Custom
2368p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2369b32 = Instance.new("SpecialMesh", p32)
2370b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2371b32.TextureId = ""
2372b32.MeshType = Enum.MeshType.FileMesh
2373b32.Name = "Mesh"
2374b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2375p33 = Instance.new("Part", m3)
2376p33.BrickColor = BrickColor.new("Really black")
2377p33.Material = Enum.Material.Metal
2378p33.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)
2379p33.CanCollide = false
2380p33.Locked = true
2381p33.FormFactor = Enum.FormFactor.Custom
2382p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2383b33 = Instance.new("SpecialMesh", p33)
2384b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2385b33.TextureId = ""
2386b33.MeshType = Enum.MeshType.FileMesh
2387b33.Name = "Mesh"
2388b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2389p34 = Instance.new("Part", m3)
2390p34.BrickColor = BrickColor.new("Really black")
2391p34.Material = Enum.Material.Metal
2392p34.Name = "Connection"
2393p34.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)
2394p34.CanCollide = false
2395p34.Locked = true
2396p34.FormFactor = Enum.FormFactor.Custom
2397p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2398b34 = Instance.new("SpecialMesh", p34)
2399b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2400b34.TextureId = ""
2401b34.MeshType = Enum.MeshType.FileMesh
2402b34.Name = "Mesh"
2403b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2404p35 = Instance.new("Part", m3)
2405p35.BrickColor = BrickColor.new("Really black")
2406p35.Material = Enum.Material.Metal
2407p35.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)
2408p35.CanCollide = false
2409p35.Locked = true
2410p35.FormFactor = Enum.FormFactor.Custom
2411p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2412b35 = Instance.new("SpecialMesh", p35)
2413b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2414b35.TextureId = ""
2415b35.MeshType = Enum.MeshType.FileMesh
2416b35.Name = "Mesh"
2417b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2418p36 = Instance.new("Part", m3)
2419p36.BrickColor = BrickColor.new("Really black")
2420p36.Material = Enum.Material.Metal
2421p36.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)
2422p36.CanCollide = false
2423p36.Locked = true
2424p36.FormFactor = Enum.FormFactor.Custom
2425p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2426b36 = Instance.new("SpecialMesh", p36)
2427b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2428b36.TextureId = ""
2429b36.MeshType = Enum.MeshType.FileMesh
2430b36.Name = "Mesh"
2431b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2432w1 = Instance.new("Weld", p2)
2433w1.Name = "Joint"
2434w1.Part0 = p2
2435w1.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)
2436w1.Part1 = p18
2437w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2438w2 = Instance.new("Weld", p3)
2439w2.Name = "Joint"
2440w2.Part0 = p3
2441w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2442w2.Part1 = p1
2443w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2444w3 = Instance.new("Weld", p4)
2445w3.Name = "Joint"
2446w3.Part0 = p4
2447w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2448w3.Part1 = p1
2449w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2450w4 = Instance.new("Weld", p5)
2451w4.Name = "Joint"
2452w4.Part0 = p5
2453w4.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)
2454w4.Part1 = p7
2455w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2456w5 = Instance.new("Weld", p6)
2457w5.Name = "Joint"
2458w5.Part0 = p6
2459w5.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)
2460w5.Part1 = p7
2461w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2462w6 = Instance.new("Weld", p7)
2463w6.Name = "Joint"
2464w6.Part0 = p7
2465w6.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)
2466w6.Part1 = p1
2467w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2468w7 = Instance.new("Weld", p8)
2469w7.Name = "Joint"
2470w7.Part0 = p8
2471w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2472w7.Part1 = p1
2473w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2474w8 = Instance.new("Weld", p9)
2475w8.Name = "Joint"
2476w8.Part0 = p9
2477w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2478w8.Part1 = p1
2479w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2480w9 = Instance.new("Weld", p10)
2481w9.Name = "Joint"
2482w9.Part0 = p10
2483w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2484w9.Part1 = p1
2485w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2486w10 = Instance.new("Weld", p11)
2487w10.Name = "Joint"
2488w10.Part0 = p11
2489w10.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)
2490w10.Part1 = p19
2491w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492w11 = Instance.new("Weld", p12)
2493w11.Name = "Joint"
2494w11.Part0 = p12
2495w11.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)
2496w11.Part1 = p1
2497w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2498w12 = Instance.new("Weld", p13)
2499w12.Name = "Joint"
2500w12.Part0 = p13
2501w12.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)
2502w12.Part1 = p35
2503w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2504w13 = Instance.new("Weld", p14)
2505w13.Name = "Joint"
2506w13.Part0 = p14
2507w13.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)
2508w13.Part1 = p34
2509w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2510w14 = Instance.new("Weld", p15)
2511w14.Name = "Joint"
2512w14.Part0 = p15
2513w14.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)
2514w14.Part1 = p16
2515w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2516w15 = Instance.new("Weld", p16)
2517w15.Name = "Joint"
2518w15.Part0 = p16
2519w15.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)
2520w15.Part1 = p20
2521w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2522w16 = Instance.new("Weld", p17)
2523w16.Name = "Joint"
2524w16.Part0 = p17
2525w16.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)
2526w16.Part1 = p14
2527w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2528w17 = Instance.new("Weld", p18)
2529w17.Name = "Joint"
2530w17.Part0 = p18
2531w17.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)
2532w17.Part1 = p17
2533w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2534w18 = Instance.new("Weld", p19)
2535w18.Name = "Joint"
2536w18.Part0 = p19
2537w18.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)
2538w18.Part1 = p21
2539w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2540w19 = Instance.new("Weld", p20)
2541w19.Name = "Joint"
2542w19.Part0 = p20
2543w19.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)
2544w19.Part1 = p11
2545w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2546w20 = Instance.new("Weld", p21)
2547w20.Name = "Joint"
2548w20.Part0 = p21
2549w20.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)
2550w20.Part1 = p22
2551w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2552w21 = Instance.new("Weld", p22)
2553w21.Name = "Joint"
2554w21.Part0 = p22
2555w21.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)
2556w21.Part1 = p23
2557w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2558w22 = Instance.new("Weld", p23)
2559w22.Name = "Joint"
2560w22.Part0 = p23
2561w22.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)
2562w22.Part1 = p24
2563w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2564w23 = Instance.new("Weld", p24)
2565w23.Name = "Joint"
2566w23.Part0 = p24
2567w23.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)
2568w23.Part1 = p25
2569w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2570w24 = Instance.new("Weld", p25)
2571w24.Name = "Joint"
2572w24.Part0 = p25
2573w24.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)
2574w24.Part1 = p26
2575w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2576w25 = Instance.new("Weld", p26)
2577w25.Name = "Joint"
2578w25.Part0 = p26
2579w25.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)
2580w25.Part1 = p27
2581w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2582w26 = Instance.new("Weld", p27)
2583w26.Name = "Joint"
2584w26.Part0 = p27
2585w26.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)
2586w26.Part1 = p28
2587w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2588w27 = Instance.new("Weld", p28)
2589w27.Name = "Joint"
2590w27.Part0 = p28
2591w27.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)
2592w27.Part1 = p29
2593w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2594w28 = Instance.new("Weld", p29)
2595w28.Name = "Joint"
2596w28.Part0 = p29
2597w28.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)
2598w28.Part1 = p30
2599w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2600w29 = Instance.new("Weld", p30)
2601w29.Name = "Joint"
2602w29.Part0 = p30
2603w29.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)
2604w29.Part1 = p31
2605w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2606w30 = Instance.new("Weld", p31)
2607w30.Name = "Joint"
2608w30.Part0 = p31
2609w30.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)
2610w30.Part1 = p32
2611w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2612w31 = Instance.new("Weld", p32)
2613w31.Name = "Joint"
2614w31.Part0 = p32
2615w31.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)
2616w31.Part1 = p33
2617w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2618w32 = Instance.new("Weld", p33)
2619w32.Name = "Joint"
2620w32.Part0 = p33
2621w32.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)
2622w32.Part1 = p13
2623w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2624w33 = Instance.new("Weld", p34)
2625w33.Name = "Joint"
2626w33.Part0 = p34
2627w33.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)
2628w33.Part1 = p12
2629w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2630w34 = Instance.new("Weld", p35)
2631w34.Name = "Joint"
2632w34.Part0 = p35
2633w34.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)
2634w34.Part1 = p36
2635w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2636w35 = Instance.new("Weld", p36)
2637w35.Name = "Joint"
2638w35.Part0 = p36
2639w35.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)
2640w35.Part1 = p2
2641w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2642m3.Parent = torso
2643m3:MakeJoints()
2644----------------------------------------------------
2645local cor3 = Instance.new("Part", torso.Torso)
2646cor3.Name = "Thingy"
2647cor3.Locked = true
2648cor3.BottomSurface = 0
2649cor3.CanCollide = false
2650cor3.Size = Vector3.new(1, 1, 1)
2651cor3.Transparency = 1
2652cor3.TopSurface = 0
2653corw3 = Instance.new("Weld", cor3)
2654corw3.Part0 = torso
2655corw3.Part1 = cor3
2656corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2657corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2658weld3 = Instance.new("Weld", torso.Torso)
2659weld3.Part0 = cor3
2660weld3.Part1 = torso.Torso.TorsoPlate
2661weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2662--Left Leg
2663m4 = Instance.new("Model")
2664m4.Name = "LeftLeg"
2665p1 = Instance.new("Part", m4)
2666p1.BrickColor = BrickColor.new("Really black")
2667p1.Material = Enum.Material.Metal
2668p1.Name = "LeftLegPlate"
2669p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2670p1.Anchored = false
2671p1.CanCollide = false
2672p1.FormFactor = Enum.FormFactor.Custom
2673p1.Size = Vector3.new(1, 2, 1)
2674p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2675p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2676p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2677p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2678p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2679p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2680b1 = Instance.new("SpecialMesh", p1)
2681b1.MeshType = Enum.MeshType.Brick
2682b1.Name = "Mesh"
2683b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2684p2 = Instance.new("Part", m4)
2685p2.BrickColor = BrickColor.new("Really black")
2686p2.Material = Enum.Material.Metal
2687p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2688p2.Anchored = false
2689p2.CanCollide = false
2690p2.FormFactor = Enum.FormFactor.Custom
2691p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2692p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2693p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2694p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2695p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2696p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2697p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2698b2 = Instance.new("SpecialMesh", p2)
2699b2.MeshType = Enum.MeshType.Brick
2700b2.Name = "Mesh"
2701b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2702p3 = Instance.new("Part", m4)
2703p3.BrickColor = BrickColor.new("Really black")
2704p3.Material = Enum.Material.Metal
2705p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2706p3.Anchored = false
2707p3.CanCollide = false
2708p3.FormFactor = Enum.FormFactor.Custom
2709p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2710p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2711p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2712p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2713p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2714p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2715p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2716b3 = Instance.new("SpecialMesh", p3)
2717b3.MeshType = Enum.MeshType.Brick
2718b3.Name = "Mesh"
2719b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2720p4 = Instance.new("Part", m4)
2721p4.BrickColor = BrickColor.new("Black")
2722p4.Material = Enum.Material.Metal
2723p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2724p4.Anchored = false
2725p4.CanCollide = false
2726p4.FormFactor = Enum.FormFactor.Custom
2727p4.Size = Vector3.new(1, 2, 0.200000018)
2728p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2729p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2730p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2731p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2732p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2733p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2734b4 = Instance.new("SpecialMesh", p4)
2735b4.MeshType = Enum.MeshType.Brick
2736b4.Name = "Mesh"
2737b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2738p5 = Instance.new("Part", m4)
2739p5.BrickColor = BrickColor.new("Black")
2740p5.Material = Enum.Material.Metal
2741p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2742p5.Anchored = false
2743p5.CanCollide = false
2744p5.FormFactor = Enum.FormFactor.Custom
2745p5.Size = Vector3.new(1, 2, 0.200000018)
2746p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2747p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2748p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2749p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2750p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2751p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2752b5 = Instance.new("SpecialMesh", p5)
2753b5.MeshType = Enum.MeshType.Brick
2754b5.Name = "Mesh"
2755b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2756p6 = Instance.new("Part", m4)
2757p6.BrickColor = BrickColor.new("Black")
2758p6.Material = Enum.Material.Metal
2759p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2760p6.Anchored = false
2761p6.CanCollide = false
2762p6.FormFactor = Enum.FormFactor.Custom
2763p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2764p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2765p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2766p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2767p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2768p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2769p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2770b6 = Instance.new("SpecialMesh", p6)
2771b6.MeshType = Enum.MeshType.Brick
2772b6.Name = "Mesh"
2773b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2774p7 = Instance.new("Part", m4)
2775p7.BrickColor = BrickColor.new("Black")
2776p7.Material = Enum.Material.Metal
2777p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2778p7.Anchored = false
2779p7.CanCollide = false
2780p7.FormFactor = Enum.FormFactor.Custom
2781p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2782p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2783p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2784p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2785p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2786p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2787p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2788b7 = Instance.new("SpecialMesh", p7)
2789b7.MeshType = Enum.MeshType.Brick
2790b7.Name = "Mesh"
2791b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2792w1 = Instance.new("Weld", p2)
2793w1.Name = "Joint"
2794w1.Part0 = p2
2795w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2796w1.Part1 = p3
2797w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2798w2 = Instance.new("Weld", p3)
2799w2.Name = "Joint"
2800w2.Part0 = p3
2801w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2802w2.Part1 = p5
2803w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2804w3 = Instance.new("Weld", p4)
2805w3.Name = "Joint"
2806w3.Part0 = p4
2807w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2808w3.Part1 = p1
2809w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2810w4 = Instance.new("Weld", p5)
2811w4.Name = "Joint"
2812w4.Part0 = p5
2813w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2814w4.Part1 = p1
2815w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2816w5 = Instance.new("Weld", p6)
2817w5.Name = "Joint"
2818w5.Part0 = p6
2819w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2820w5.Part1 = p1
2821w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2822w6 = Instance.new("Weld", p7)
2823w6.Name = "Joint"
2824w6.Part0 = p7
2825w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2826w6.Part1 = p1
2827w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2828m4.Parent = lleg
2829m4:MakeJoints()
2830----------------------------------------------------
2831local cor4 = Instance.new("Part", lleg.LeftLeg)
2832cor4.Name = "Thingy"
2833cor4.Locked = true
2834cor4.BottomSurface = 0
2835cor4.CanCollide = false
2836cor4.Size = Vector3.new(1, 1, 1)
2837cor4.Transparency = 1
2838cor4.TopSurface = 0
2839corw4 = Instance.new("Weld", cor4)
2840corw4.Part0 = lleg
2841corw4.Part1 = cor4
2842corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2843corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2844weld4 = Instance.new("Weld", lleg.LeftLeg)
2845weld4.Part0 = cor4
2846weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2847weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2848--Right Leg
2849m5 = Instance.new("Model")
2850m5.Name = "RightLeg"
2851p1 = Instance.new("Part", m5)
2852p1.BrickColor = BrickColor.new("Really black")
2853p1.Material = Enum.Material.Metal
2854p1.Name = "RightLegPlate"
2855p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2856p1.Anchored = false
2857p1.CanCollide = false
2858p1.FormFactor = Enum.FormFactor.Custom
2859p1.Size = Vector3.new(1, 2, 1)
2860p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2861p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2862p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2863p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2864p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2865p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2866b1 = Instance.new("SpecialMesh", p1)
2867b1.MeshType = Enum.MeshType.Brick
2868b1.Name = "Mesh"
2869b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2870p2 = Instance.new("Part", m5)
2871p2.BrickColor = BrickColor.new("Really black")
2872p2.Material = Enum.Material.Metal
2873p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2874p2.Anchored = false
2875p2.CanCollide = false
2876p2.FormFactor = Enum.FormFactor.Custom
2877p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2878p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2879p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2880p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2881p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2882p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2883p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2884b2 = Instance.new("SpecialMesh", p2)
2885b2.MeshType = Enum.MeshType.Brick
2886b2.Name = "Mesh"
2887b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2888p3 = Instance.new("Part", m5)
2889p3.BrickColor = BrickColor.new("Really black")
2890p3.Material = Enum.Material.Metal
2891p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2892p3.Anchored = false
2893p3.CanCollide = false
2894p3.FormFactor = Enum.FormFactor.Custom
2895p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2896p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2897p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2898p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2899p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2900p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2901p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2902b3 = Instance.new("SpecialMesh", p3)
2903b3.MeshType = Enum.MeshType.Brick
2904b3.Name = "Mesh"
2905b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2906p4 = Instance.new("Part", m5)
2907p4.BrickColor = BrickColor.new("Black")
2908p4.Material = Enum.Material.Metal
2909p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2910p4.Anchored = false
2911p4.CanCollide = false
2912p4.FormFactor = Enum.FormFactor.Custom
2913p4.Size = Vector3.new(1, 2, 0.200000018)
2914p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2915p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2916p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2917p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2918p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2919p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2920b4 = Instance.new("SpecialMesh", p4)
2921b4.MeshType = Enum.MeshType.Brick
2922b4.Name = "Mesh"
2923b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2924p5 = Instance.new("Part", m5)
2925p5.BrickColor = BrickColor.new("Black")
2926p5.Material = Enum.Material.Metal
2927p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2928p5.Anchored = false
2929p5.CanCollide = false
2930p5.FormFactor = Enum.FormFactor.Custom
2931p5.Size = Vector3.new(1, 2, 0.200000018)
2932p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2933p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2934p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2935p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2936p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2937p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2938b5 = Instance.new("SpecialMesh", p5)
2939b5.MeshType = Enum.MeshType.Brick
2940b5.Name = "Mesh"
2941b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2942p6 = Instance.new("Part", m5)
2943p6.BrickColor = BrickColor.new("Black")
2944p6.Material = Enum.Material.Metal
2945p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2946p6.Anchored = false
2947p6.CanCollide = false
2948p6.FormFactor = Enum.FormFactor.Custom
2949p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2950p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2951p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2952p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2953p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2954p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2955p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2956b6 = Instance.new("SpecialMesh", p6)
2957b6.MeshType = Enum.MeshType.Brick
2958b6.Name = "Mesh"
2959b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2960p7 = Instance.new("Part", m5)
2961p7.BrickColor = BrickColor.new("Black")
2962p7.Material = Enum.Material.Metal
2963p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2964p7.Anchored = false
2965p7.CanCollide = false
2966p7.FormFactor = Enum.FormFactor.Custom
2967p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2968p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2969p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2970p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2971p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2972p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2973p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2974b7 = Instance.new("SpecialMesh", p7)
2975b7.MeshType = Enum.MeshType.Brick
2976b7.Name = "Mesh"
2977b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2978w1 = Instance.new("Weld", p2)
2979w1.Name = "Joint"
2980w1.Part0 = p2
2981w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2982w1.Part1 = p3
2983w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2984w2 = Instance.new("Weld", p3)
2985w2.Name = "Joint"
2986w2.Part0 = p3
2987w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2988w2.Part1 = p5
2989w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2990w3 = Instance.new("Weld", p4)
2991w3.Name = "Joint"
2992w3.Part0 = p4
2993w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2994w3.Part1 = p1
2995w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2996w4 = Instance.new("Weld", p5)
2997w4.Name = "Joint"
2998w4.Part0 = p5
2999w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3000w4.Part1 = p1
3001w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3002w5 = Instance.new("Weld", p6)
3003w5.Name = "Joint"
3004w5.Part0 = p6
3005w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3006w5.Part1 = p1
3007w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3008w6 = Instance.new("Weld", p7)
3009w6.Name = "Joint"
3010w6.Part0 = p7
3011w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3012w6.Part1 = p1
3013w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3014m5.Parent = rleg
3015m5:MakeJoints()
3016----------------------------------------------------
3017local cor5 = Instance.new("Part", rleg.RightLeg)
3018cor5.Name = "Thingy"
3019cor5.Locked = true
3020cor5.BottomSurface = 0
3021cor5.CanCollide = false
3022cor5.Size = Vector3.new(1, 1, 1)
3023cor5.Transparency = 1
3024cor5.TopSurface = 0
3025corw5 = Instance.new("Weld", cor5)
3026corw5.Part0 = rleg
3027corw5.Part1 = cor5
3028corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3029corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3030wld5 = Instance.new("Weld", rleg.RightLeg)
3031wld5.Part0 = cor5
3032wld5.Part1 = rleg.RightLeg.RightLegPlate
3033wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3034--Cape
3035m6 = Instance.new("Model")
3036m6.Name = "Cloak"
3037p1 = Instance.new("WedgePart", m6)
3038p1.BrickColor = BrickColor.new("Lime green")
3039p1.Material = Enum.Material.SmoothPlastic
3040p1.Name = "Wedge"
3041p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3042p1.CanCollide = false
3043p1.Locked = true
3044p1.FormFactor = Enum.FormFactor.Custom
3045p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3046p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3047p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3048p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3049p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3050p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3051p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3052b1 = Instance.new("SpecialMesh", p1)
3053b1.MeshType = Enum.MeshType.Wedge
3054b1.Name = "Mesh"
3055b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3056p2 = Instance.new("WedgePart", m6)
3057p2.BrickColor = BrickColor.new("Black")
3058p2.Material = Enum.Material.SmoothPlastic
3059p2.Name = "Wedge"
3060p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3061p2.CanCollide = false
3062p2.Locked = true
3063p2.FormFactor = Enum.FormFactor.Custom
3064p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3065p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3066p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3067p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3068p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3069p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3070p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3071b2 = Instance.new("SpecialMesh", p2)
3072b2.MeshType = Enum.MeshType.Wedge
3073b2.Name = "Mesh"
3074b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3075p3 = Instance.new("Part", m6)
3076p3.BrickColor = BrickColor.new("Black")
3077p3.Material = Enum.Material.SmoothPlastic
3078p3.Name = "CapeLevel2"
3079p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3080p3.CanCollide = false
3081p3.Locked = true
3082p3.FormFactor = Enum.FormFactor.Custom
3083p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3084p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3085p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3086p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3087p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3088p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3089p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3090b3 = Instance.new("BlockMesh", p3)
3091b3.Name = "Mesh"
3092b3.Scale = Vector3.new(1, 1, 0.602178097)
3093p4 = Instance.new("Part", m6)
3094p4.BrickColor = BrickColor.new("Black")
3095p4.Material = Enum.Material.SmoothPlastic
3096p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3097p4.CanCollide = false
3098p4.Locked = true
3099p4.FormFactor = Enum.FormFactor.Custom
3100p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3101p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3102p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3103p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3104p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3105p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3106p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3107b4 = Instance.new("BlockMesh", p4)
3108b4.Name = "Mesh"
3109b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3110p5 = Instance.new("Part", m6)
3111p5.BrickColor = BrickColor.new("Black")
3112p5.Material = Enum.Material.SmoothPlastic
3113p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3114p5.CanCollide = false
3115p5.Locked = true
3116p5.FormFactor = Enum.FormFactor.Custom
3117p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3118p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3119p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3120p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3121p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3122p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3123p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3124b5 = Instance.new("BlockMesh", p5)
3125b5.Name = "Mesh"
3126b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3127p6 = Instance.new("Part", m6)
3128p6.BrickColor = BrickColor.new("Black")
3129p6.Material = Enum.Material.SmoothPlastic
3130p6.Name = "CapeLevel1"
3131p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3132p6.CanCollide = false
3133p6.Locked = true
3134p6.FormFactor = Enum.FormFactor.Custom
3135p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3136p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3137p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3138p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3139p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3140p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3141p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3142b6 = Instance.new("BlockMesh", p6)
3143b6.Name = "Mesh"
3144b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3145p7 = Instance.new("Part", m6)
3146p7.BrickColor = BrickColor.new("Black")
3147p7.Material = Enum.Material.SmoothPlastic
3148p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3149p7.CanCollide = false
3150p7.Locked = true
3151p7.FormFactor = Enum.FormFactor.Custom
3152p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3153p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3154p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3155p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3156p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3157p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3158p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3159b7 = Instance.new("BlockMesh", p7)
3160b7.Name = "Mesh"
3161b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3162p8 = Instance.new("Part", m6)
3163p8.BrickColor = BrickColor.new("Black")
3164p8.Material = Enum.Material.SmoothPlastic
3165p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3166p8.CanCollide = false
3167p8.Locked = true
3168p8.FormFactor = Enum.FormFactor.Custom
3169p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3170p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3171p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3172p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3173p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3174p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3175p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3176b8 = Instance.new("BlockMesh", p8)
3177b8.Name = "Mesh"
3178b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3179p9 = Instance.new("Part", m6)
3180p9.BrickColor = BrickColor.new("Black")
3181p9.Material = Enum.Material.SmoothPlastic
3182p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3183p9.CanCollide = false
3184p9.Locked = true
3185p9.FormFactor = Enum.FormFactor.Custom
3186p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3187p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3188p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3189p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3190p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3191p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3192p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3193b9 = Instance.new("BlockMesh", p9)
3194b9.Name = "Mesh"
3195b9.Scale = Vector3.new(1, 1, 0.602178097)
3196p10 = Instance.new("Part", m6)
3197p10.BrickColor = BrickColor.new("Black")
3198p10.Material = Enum.Material.SmoothPlastic
3199p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3200p10.CanCollide = false
3201p10.Locked = true
3202p10.FormFactor = Enum.FormFactor.Custom
3203p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3204p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3205p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3206p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3207p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3208p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3209p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3210b10 = Instance.new("BlockMesh", p10)
3211b10.Name = "Mesh"
3212b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3213p11 = Instance.new("Part", m6)
3214p11.BrickColor = BrickColor.new("Black")
3215p11.Material = Enum.Material.SmoothPlastic
3216p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3217p11.CanCollide = false
3218p11.Locked = true
3219p11.FormFactor = Enum.FormFactor.Custom
3220p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3221p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3222p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3223p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3224p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3225p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3226p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3227b11 = Instance.new("BlockMesh", p11)
3228b11.Name = "Mesh"
3229b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3230p12 = Instance.new("Part", m6)
3231p12.BrickColor = BrickColor.new("Black")
3232p12.Material = Enum.Material.SmoothPlastic
3233p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3234p12.CanCollide = false
3235p12.Locked = true
3236p12.FormFactor = Enum.FormFactor.Custom
3237p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3238p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3239p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3240p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3241p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3242p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3243p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3244b12 = Instance.new("BlockMesh", p12)
3245b12.Name = "Mesh"
3246b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3247p13 = Instance.new("Part", m6)
3248p13.BrickColor = BrickColor.new("Black")
3249p13.Material = Enum.Material.SmoothPlastic
3250p13.Name = "BottomLeftFlap"
3251p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3252p13.CanCollide = false
3253p13.Locked = true
3254p13.FormFactor = Enum.FormFactor.Custom
3255p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3256p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3257p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3258p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3259p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3260p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3261p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3262b13 = Instance.new("BlockMesh", p13)
3263b13.Name = "Mesh"
3264b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3265p14 = Instance.new("Part", m6)
3266p14.BrickColor = BrickColor.new("Black")
3267p14.Material = Enum.Material.SmoothPlastic
3268p14.Transparency = 1
3269p14.Name = "Rotater"
3270p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3271p14.CanCollide = false
3272p14.Locked = true
3273p14.FormFactor = Enum.FormFactor.Custom
3274p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3275p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3276p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3277p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3278p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3279p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3280p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3281b14 = Instance.new("BlockMesh", p14)
3282b14.Name = "Mesh"
3283b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3284p15 = Instance.new("Part", m6)
3285p15.BrickColor = BrickColor.new("Black")
3286p15.Material = Enum.Material.SmoothPlastic
3287p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3288p15.CanCollide = false
3289p15.Locked = true
3290p15.FormFactor = Enum.FormFactor.Custom
3291p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3292p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3293p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3294p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3295p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3296p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3297p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3298b15 = Instance.new("BlockMesh", p15)
3299b15.Name = "Mesh"
3300b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3301p16 = Instance.new("Part", m6)
3302p16.BrickColor = BrickColor.new("Black")
3303p16.Material = Enum.Material.SmoothPlastic
3304p16.Name = "BottomCenterFlap"
3305p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3306p16.CanCollide = false
3307p16.Locked = true
3308p16.FormFactor = Enum.FormFactor.Custom
3309p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3310p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3311p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3312p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3313p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3314p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3315p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3316b16 = Instance.new("BlockMesh", p16)
3317b16.Name = "Mesh"
3318b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3319p17 = Instance.new("Part", m6)
3320p17.BrickColor = BrickColor.new("Black")
3321p17.Material = Enum.Material.SmoothPlastic
3322p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3323p17.CanCollide = false
3324p17.Locked = true
3325p17.FormFactor = Enum.FormFactor.Custom
3326p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3327p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3328p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3329p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3330p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3331p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3332p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3333b17 = Instance.new("BlockMesh", p17)
3334b17.Name = "Mesh"
3335b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3336p18 = Instance.new("Part", m6)
3337p18.BrickColor = BrickColor.new("Black")
3338p18.Material = Enum.Material.SmoothPlastic
3339p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3340p18.CanCollide = false
3341p18.Locked = true
3342p18.FormFactor = Enum.FormFactor.Custom
3343p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3344p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3345p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3346p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3347p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3348p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3349p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3350b18 = Instance.new("BlockMesh", p18)
3351b18.Name = "Mesh"
3352b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3353p19 = Instance.new("WedgePart", m6)
3354p19.BrickColor = BrickColor.new("Lime green")
3355p19.Name = "Wedge"
3356p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3357p19.CanCollide = false
3358p19.Locked = true
3359p19.FormFactor = Enum.FormFactor.Custom
3360p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3361p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3362p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3363p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3364p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3365p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3366p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3367b19 = Instance.new("SpecialMesh", p19)
3368b19.MeshType = Enum.MeshType.Wedge
3369b19.Name = "Mesh"
3370b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3371p20 = Instance.new("Part", m6)
3372p20.BrickColor = BrickColor.new("Black")
3373p20.Material = Enum.Material.SmoothPlastic
3374p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3375p20.CanCollide = false
3376p20.Locked = true
3377p20.FormFactor = Enum.FormFactor.Custom
3378p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3379p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3380p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3381p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3382p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3383p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3384p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3385b20 = Instance.new("BlockMesh", p20)
3386b20.Name = "Mesh"
3387b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3388p21 = Instance.new("Part", m6)
3389p21.BrickColor = BrickColor.new("Black")
3390p21.Material = Enum.Material.SmoothPlastic
3391p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3392p21.CanCollide = false
3393p21.Locked = true
3394p21.FormFactor = Enum.FormFactor.Custom
3395p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3396p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3397p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3398p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3399p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3400p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3401p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3402b21 = Instance.new("BlockMesh", p21)
3403b21.Name = "Mesh"
3404b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3405p22 = Instance.new("WedgePart", m6)
3406p22.BrickColor = BrickColor.new("Lime green")
3407p22.Name = "Wedge"
3408p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3409p22.CanCollide = false
3410p22.Locked = true
3411p22.FormFactor = Enum.FormFactor.Custom
3412p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3413p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3414p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3415p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3416p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3417p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3418p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3419b22 = Instance.new("SpecialMesh", p22)
3420b22.MeshType = Enum.MeshType.Wedge
3421b22.Name = "Mesh"
3422b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3423p23 = Instance.new("WedgePart", m6)
3424p23.BrickColor = BrickColor.new("Lime green")
3425p23.Material = Enum.Material.SmoothPlastic
3426p23.Name = "Wedge"
3427p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3428p23.CanCollide = false
3429p23.Locked = true
3430p23.FormFactor = Enum.FormFactor.Custom
3431p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3432p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3433p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3434p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3435p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3436p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3437p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3438b23 = Instance.new("SpecialMesh", p23)
3439b23.MeshType = Enum.MeshType.Wedge
3440b23.Name = "Mesh"
3441b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3442p24 = Instance.new("WedgePart", m6)
3443p24.BrickColor = BrickColor.new("Black")
3444p24.Material = Enum.Material.SmoothPlastic
3445p24.Name = "Wedge"
3446p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3447p24.CanCollide = false
3448p24.Locked = true
3449p24.FormFactor = Enum.FormFactor.Custom
3450p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3451p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3452p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3453p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3454p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3455p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3456p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3457b24 = Instance.new("SpecialMesh", p24)
3458b24.MeshType = Enum.MeshType.Wedge
3459b24.Name = "Mesh"
3460b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3461p25 = Instance.new("WedgePart", m6)
3462p25.BrickColor = BrickColor.new("Lime green")
3463p25.Name = "Wedge"
3464p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3465p25.CanCollide = false
3466p25.Locked = true
3467p25.FormFactor = Enum.FormFactor.Custom
3468p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3469p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3470p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3471p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3472p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3473p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3474p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3475b25 = Instance.new("SpecialMesh", p25)
3476b25.MeshType = Enum.MeshType.Wedge
3477b25.Name = "Mesh"
3478b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3479p26 = Instance.new("WedgePart", m6)
3480p26.BrickColor = BrickColor.new("Black")
3481p26.Material = Enum.Material.SmoothPlastic
3482p26.Name = "Wedge"
3483p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3484p26.CanCollide = false
3485p26.Locked = true
3486p26.FormFactor = Enum.FormFactor.Custom
3487p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3488p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3489p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3490p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3491p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3492p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3493p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3494b26 = Instance.new("SpecialMesh", p26)
3495b26.MeshType = Enum.MeshType.Wedge
3496b26.Name = "Mesh"
3497b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3498p27 = Instance.new("Part", m6)
3499p27.BrickColor = BrickColor.new("Black")
3500p27.Material = Enum.Material.SmoothPlastic
3501p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3502p27.CanCollide = false
3503p27.Locked = true
3504p27.FormFactor = Enum.FormFactor.Custom
3505p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3506p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3507p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3508p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3509p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3510p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3511p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3512b27 = Instance.new("BlockMesh", p27)
3513b27.Name = "Mesh"
3514b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3515p28 = Instance.new("WedgePart", m6)
3516p28.BrickColor = BrickColor.new("Black")
3517p28.Material = Enum.Material.SmoothPlastic
3518p28.Name = "Wedge"
3519p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3520p28.CanCollide = false
3521p28.Locked = true
3522p28.FormFactor = Enum.FormFactor.Custom
3523p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3524p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3525p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3526p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3527p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3528p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3529p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3530b28 = Instance.new("SpecialMesh", p28)
3531b28.MeshType = Enum.MeshType.Wedge
3532b28.Name = "Mesh"
3533b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3534p29 = Instance.new("Part", m6)
3535p29.BrickColor = BrickColor.new("Black")
3536p29.Material = Enum.Material.SmoothPlastic
3537p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3538p29.CanCollide = false
3539p29.Locked = true
3540p29.FormFactor = Enum.FormFactor.Custom
3541p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3542p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3543p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3544p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3545p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3546p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3547p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3548b29 = Instance.new("BlockMesh", p29)
3549b29.Name = "Mesh"
3550b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3551p30 = Instance.new("WedgePart", m6)
3552p30.BrickColor = BrickColor.new("Black")
3553p30.Material = Enum.Material.SmoothPlastic
3554p30.Name = "Wedge"
3555p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3556p30.CanCollide = false
3557p30.Locked = true
3558p30.FormFactor = Enum.FormFactor.Custom
3559p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3560p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3561p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3562p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3563p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3564p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3565p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3566b30 = Instance.new("SpecialMesh", p30)
3567b30.MeshType = Enum.MeshType.Wedge
3568b30.Name = "Mesh"
3569b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3570p31 = Instance.new("WedgePart", m6)
3571p31.BrickColor = BrickColor.new("Black")
3572p31.Material = Enum.Material.SmoothPlastic
3573p31.Name = "Wedge"
3574p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3575p31.CanCollide = false
3576p31.Locked = true
3577p31.FormFactor = Enum.FormFactor.Custom
3578p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3579p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3580p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3581p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3582p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3583p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3584p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3585b31 = Instance.new("SpecialMesh", p31)
3586b31.MeshType = Enum.MeshType.Wedge
3587b31.Name = "Mesh"
3588b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3589p32 = Instance.new("Part", m6)
3590p32.BrickColor = BrickColor.new("Black")
3591p32.Material = Enum.Material.SmoothPlastic
3592p32.Name = "BottomRightFlap"
3593p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3594p32.CanCollide = false
3595p32.Locked = true
3596p32.FormFactor = Enum.FormFactor.Custom
3597p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3598p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3599p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3600p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3601p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3602p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3603p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3604b32 = Instance.new("BlockMesh", p32)
3605b32.Name = "Mesh"
3606b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3607p33 = Instance.new("WedgePart", m6)
3608p33.BrickColor = BrickColor.new("Black")
3609p33.Material = Enum.Material.SmoothPlastic
3610p33.Name = "Wedge"
3611p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3612p33.CanCollide = false
3613p33.Locked = true
3614p33.FormFactor = Enum.FormFactor.Custom
3615p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3616p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3617p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3618p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3619p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3620p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3621p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3622b33 = Instance.new("SpecialMesh", p33)
3623b33.MeshType = Enum.MeshType.Wedge
3624b33.Name = "Mesh"
3625b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3626p34 = Instance.new("WedgePart", m6)
3627p34.BrickColor = BrickColor.new("Black")
3628p34.Material = Enum.Material.SmoothPlastic
3629p34.Name = "Wedge"
3630p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3631p34.CanCollide = false
3632p34.Locked = true
3633p34.FormFactor = Enum.FormFactor.Custom
3634p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3635p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3636p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3637p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3638p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3639p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3640p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3641b34 = Instance.new("SpecialMesh", p34)
3642b34.MeshType = Enum.MeshType.Wedge
3643b34.Name = "Mesh"
3644b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3645p35 = Instance.new("Part", m6)
3646p35.BrickColor = BrickColor.new("Black")
3647p35.Material = Enum.Material.SmoothPlastic
3648p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3649p35.CanCollide = false
3650p35.Locked = true
3651p35.FormFactor = Enum.FormFactor.Custom
3652p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3653p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3654p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3655p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3656p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3657p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3658p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3659b35 = Instance.new("BlockMesh", p35)
3660b35.Name = "Mesh"
3661b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3662p36 = Instance.new("WedgePart", m6)
3663p36.BrickColor = BrickColor.new("Black")
3664p36.Material = Enum.Material.SmoothPlastic
3665p36.Name = "Wedge"
3666p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3667p36.CanCollide = false
3668p36.Locked = true
3669p36.FormFactor = Enum.FormFactor.Custom
3670p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3671p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3672p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3673p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3674p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3675p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3676p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3677b36 = Instance.new("SpecialMesh", p36)
3678b36.MeshType = Enum.MeshType.Wedge
3679b36.Name = "Mesh"
3680b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3681p37 = Instance.new("Part", m6)
3682p37.BrickColor = BrickColor.new("Black")
3683p37.Material = Enum.Material.SmoothPlastic
3684p37.Name = "CapeLevel3"
3685p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3686p37.CanCollide = false
3687p37.Locked = true
3688p37.FormFactor = Enum.FormFactor.Custom
3689p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3690p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3691p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3692p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3693p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3694p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3695p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3696b37 = Instance.new("BlockMesh", p37)
3697b37.Name = "Mesh"
3698b37.Scale = Vector3.new(1, 1, 0.602178097)
3699p38 = Instance.new("WedgePart", m6)
3700p38.BrickColor = BrickColor.new("Lime green")
3701p38.Material = Enum.Material.SmoothPlastic
3702p38.Name = "Wedge"
3703p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3704p38.CanCollide = false
3705p38.Locked = true
3706p38.FormFactor = Enum.FormFactor.Custom
3707p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3708p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3709p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3710p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3711p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3712p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3713p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3714b38 = Instance.new("SpecialMesh", p38)
3715b38.MeshType = Enum.MeshType.Wedge
3716b38.Name = "Mesh"
3717b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3718p39 = Instance.new("WedgePart", m6)
3719p39.BrickColor = BrickColor.new("Lime green")
3720p39.Material = Enum.Material.SmoothPlastic
3721p39.Name = "Wedge"
3722p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3723p39.CanCollide = false
3724p39.Locked = true
3725p39.FormFactor = Enum.FormFactor.Custom
3726p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3727p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3728p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3729p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3730p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3731p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3732p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3733b39 = Instance.new("SpecialMesh", p39)
3734b39.MeshType = Enum.MeshType.Wedge
3735b39.Name = "Mesh"
3736b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3737p40 = Instance.new("WedgePart", m6)
3738p40.BrickColor = BrickColor.new("Black")
3739p40.Material = Enum.Material.SmoothPlastic
3740p40.Name = "Wedge"
3741p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3742p40.CanCollide = false
3743p40.Locked = true
3744p40.FormFactor = Enum.FormFactor.Custom
3745p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3746p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3747p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3748p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3749p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3750p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3751p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3752b40 = Instance.new("SpecialMesh", p40)
3753b40.MeshType = Enum.MeshType.Wedge
3754b40.Name = "Mesh"
3755b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3756p41 = Instance.new("WedgePart", m6)
3757p41.BrickColor = BrickColor.new("Black")
3758p41.Material = Enum.Material.SmoothPlastic
3759p41.Name = "Wedge"
3760p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3761p41.CanCollide = false
3762p41.Locked = true
3763p41.FormFactor = Enum.FormFactor.Custom
3764p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3765p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3766p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3767p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3768p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3769p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3770p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3771b41 = Instance.new("SpecialMesh", p41)
3772b41.MeshType = Enum.MeshType.Wedge
3773b41.Name = "Mesh"
3774b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3775p42 = Instance.new("WedgePart", m6)
3776p42.BrickColor = BrickColor.new("Black")
3777p42.Material = Enum.Material.SmoothPlastic
3778p42.Name = "Wedge"
3779p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3780p42.CanCollide = false
3781p42.Locked = true
3782p42.FormFactor = Enum.FormFactor.Custom
3783p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3784p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3785p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3786p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3787p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3788p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3789p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3790b42 = Instance.new("SpecialMesh", p42)
3791b42.MeshType = Enum.MeshType.Wedge
3792b42.Name = "Mesh"
3793b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3794p43 = Instance.new("WedgePart", m6)
3795p43.BrickColor = BrickColor.new("Black")
3796p43.Material = Enum.Material.SmoothPlastic
3797p43.Name = "Wedge"
3798p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3799p43.CanCollide = false
3800p43.Locked = true
3801p43.FormFactor = Enum.FormFactor.Custom
3802p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3803p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3804p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3805p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3806p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3807p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3808p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3809b43 = Instance.new("SpecialMesh", p43)
3810b43.MeshType = Enum.MeshType.Wedge
3811b43.Name = "Mesh"
3812b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3813p44 = Instance.new("WedgePart", m6)
3814p44.BrickColor = BrickColor.new("Black")
3815p44.Material = Enum.Material.SmoothPlastic
3816p44.Name = "Wedge"
3817p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3818p44.CanCollide = false
3819p44.Locked = true
3820p44.FormFactor = Enum.FormFactor.Custom
3821p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3822p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3823p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3824p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3825p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3826p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3827p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3828b44 = Instance.new("SpecialMesh", p44)
3829b44.MeshType = Enum.MeshType.Wedge
3830b44.Name = "Mesh"
3831b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3832p45 = Instance.new("WedgePart", m6)
3833p45.BrickColor = BrickColor.new("Black")
3834p45.Material = Enum.Material.SmoothPlastic
3835p45.Name = "Wedge"
3836p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3837p45.CanCollide = false
3838p45.Locked = true
3839p45.FormFactor = Enum.FormFactor.Custom
3840p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3841p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3842p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3843p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3844p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3845p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3846p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3847b45 = Instance.new("SpecialMesh", p45)
3848b45.MeshType = Enum.MeshType.Wedge
3849b45.Name = "Mesh"
3850b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3851p46 = Instance.new("WedgePart", m6)
3852p46.BrickColor = BrickColor.new("Black")
3853p46.Material = Enum.Material.SmoothPlastic
3854p46.Name = "Wedge"
3855p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3856p46.CanCollide = false
3857p46.Locked = true
3858p46.FormFactor = Enum.FormFactor.Custom
3859p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3860p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3861p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3862p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3863p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3864p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3865p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3866b46 = Instance.new("SpecialMesh", p46)
3867b46.MeshType = Enum.MeshType.Wedge
3868b46.Name = "Mesh"
3869b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3870p47 = Instance.new("Part", m6)
3871p47.BrickColor = BrickColor.new("Black")
3872p47.Material = Enum.Material.SmoothPlastic
3873p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3874p47.CanCollide = false
3875p47.Locked = true
3876p47.FormFactor = Enum.FormFactor.Custom
3877p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3878p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3879p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3880p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3881p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3882p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3883p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3884b47 = Instance.new("BlockMesh", p47)
3885b47.Name = "Mesh"
3886b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3887p48 = Instance.new("Part", m6)
3888p48.BrickColor = BrickColor.new("Black")
3889p48.Material = Enum.Material.SmoothPlastic
3890p48.Name = "CapeLevel4"
3891p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3892p48.CanCollide = false
3893p48.Locked = true
3894p48.FormFactor = Enum.FormFactor.Custom
3895p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3896p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3897p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3898p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3899p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3900p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3901p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3902b48 = Instance.new("BlockMesh", p48)
3903b48.Name = "Mesh"
3904b48.Scale = Vector3.new(1, 1, 0.602178097)
3905p49 = Instance.new("WedgePart", m6)
3906p49.BrickColor = BrickColor.new("Black")
3907p49.Material = Enum.Material.SmoothPlastic
3908p49.Name = "Wedge"
3909p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3910p49.CanCollide = false
3911p49.Locked = true
3912p49.FormFactor = Enum.FormFactor.Custom
3913p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3914p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3915p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3916p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3917p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3918p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3919p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3920b49 = Instance.new("SpecialMesh", p49)
3921b49.MeshType = Enum.MeshType.Wedge
3922b49.Name = "Mesh"
3923b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3924p50 = Instance.new("Part", m6)
3925p50.BrickColor = BrickColor.new("Black")
3926p50.Material = Enum.Material.SmoothPlastic
3927p50.Name = "CapeLevel1SubPart"
3928p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3929p50.CanCollide = false
3930p50.Locked = true
3931p50.FormFactor = Enum.FormFactor.Custom
3932p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3933p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3934p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3935p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3936p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3937p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3938p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3939b50 = Instance.new("BlockMesh", p50)
3940b50.Name = "Mesh"
3941b50.Scale = Vector3.new(1, 1, 0.602178097)
3942p51 = Instance.new("Part", m6)
3943p51.BrickColor = BrickColor.new("Black")
3944p51.Material = Enum.Material.SmoothPlastic
3945p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3946p51.CanCollide = false
3947p51.Locked = true
3948p51.FormFactor = Enum.FormFactor.Custom
3949p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3950p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3951p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3952p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3953p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3954p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3955p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3956b51 = Instance.new("BlockMesh", p51)
3957b51.Name = "Mesh"
3958b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3959p52 = Instance.new("Part", m6)
3960p52.BrickColor = BrickColor.new("Black")
3961p52.Material = Enum.Material.SmoothPlastic
3962p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3963p52.CanCollide = false
3964p52.Locked = true
3965p52.FormFactor = Enum.FormFactor.Custom
3966p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3967p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3968p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3969p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3970p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3971p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3972p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3973b52 = Instance.new("BlockMesh", p52)
3974b52.Name = "Mesh"
3975b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3976p53 = Instance.new("WedgePart", m6)
3977p53.BrickColor = BrickColor.new("Black")
3978p53.Material = Enum.Material.SmoothPlastic
3979p53.Name = "Wedge"
3980p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3981p53.CanCollide = false
3982p53.Locked = true
3983p53.FormFactor = Enum.FormFactor.Custom
3984p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3985p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3986p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3987p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3988p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3989p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3990p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3991b53 = Instance.new("SpecialMesh", p53)
3992b53.MeshType = Enum.MeshType.Wedge
3993b53.Name = "Mesh"
3994b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3995p54 = Instance.new("Part", m6)
3996p54.BrickColor = BrickColor.new("Black")
3997p54.Material = Enum.Material.SmoothPlastic
3998p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3999p54.CanCollide = false
4000p54.Locked = true
4001p54.FormFactor = Enum.FormFactor.Custom
4002p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4003p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4004p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4005p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4006p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4007p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4008p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4009b54 = Instance.new("BlockMesh", p54)
4010b54.Name = "Mesh"
4011b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4012p55 = Instance.new("WedgePart", m6)
4013p55.BrickColor = BrickColor.new("Black")
4014p55.Material = Enum.Material.SmoothPlastic
4015p55.Name = "Wedge"
4016p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4017p55.CanCollide = false
4018p55.Locked = true
4019p55.FormFactor = Enum.FormFactor.Custom
4020p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4021p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4022p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4023p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4024p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4025p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4026p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4027b55 = Instance.new("SpecialMesh", p55)
4028b55.MeshType = Enum.MeshType.Wedge
4029b55.Name = "Mesh"
4030b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4031p56 = Instance.new("WedgePart", m6)
4032p56.BrickColor = BrickColor.new("Lime green")
4033p56.Material = Enum.Material.SmoothPlastic
4034p56.Name = "Wedge"
4035p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4036p56.CanCollide = false
4037p56.Locked = true
4038p56.FormFactor = Enum.FormFactor.Custom
4039p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4040p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4041p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4042p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4043p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4044p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4045p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4046b56 = Instance.new("SpecialMesh", p56)
4047b56.MeshType = Enum.MeshType.Wedge
4048b56.Name = "Mesh"
4049b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4050p57 = Instance.new("WedgePart", m6)
4051p57.BrickColor = BrickColor.new("Black")
4052p57.Material = Enum.Material.SmoothPlastic
4053p57.Name = "Wedge"
4054p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4055p57.CanCollide = false
4056p57.Locked = true
4057p57.FormFactor = Enum.FormFactor.Custom
4058p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4059p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4060p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4061p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4062p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4063p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4064p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4065b57 = Instance.new("SpecialMesh", p57)
4066b57.MeshType = Enum.MeshType.Wedge
4067b57.Name = "Mesh"
4068b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4069p58 = Instance.new("Part", m6)
4070p58.BrickColor = BrickColor.new("Black")
4071p58.Material = Enum.Material.SmoothPlastic
4072p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4073p58.CanCollide = false
4074p58.Locked = true
4075p58.FormFactor = Enum.FormFactor.Custom
4076p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4077p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4078p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4079p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4080p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4081p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4082p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4083b58 = Instance.new("BlockMesh", p58)
4084b58.Name = "Mesh"
4085b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4086p59 = Instance.new("WedgePart", m6)
4087p59.BrickColor = BrickColor.new("Black")
4088p59.Material = Enum.Material.SmoothPlastic
4089p59.Name = "Wedge"
4090p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4091p59.CanCollide = false
4092p59.Locked = true
4093p59.FormFactor = Enum.FormFactor.Custom
4094p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4095p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4096p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4097p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4098p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4099p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4100p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4101b59 = Instance.new("SpecialMesh", p59)
4102b59.MeshType = Enum.MeshType.Wedge
4103b59.Name = "Mesh"
4104b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4105p60 = Instance.new("Part", m6)
4106p60.BrickColor = BrickColor.new("Black")
4107p60.Material = Enum.Material.SmoothPlastic
4108p60.Name = "NeckPart"
4109p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4110p60.CanCollide = false
4111p60.Locked = true
4112p60.FormFactor = Enum.FormFactor.Custom
4113p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4114p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4115p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4116p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4117p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4118p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4119p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4120b60 = Instance.new("BlockMesh", p60)
4121b60.Name = "Mesh"
4122b60.Scale = Vector3.new(1, 0.602178097, 1)
4123p61 = Instance.new("Part", m6)
4124p61.BrickColor = BrickColor.new("Black")
4125p61.Material = Enum.Material.SmoothPlastic
4126p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4127p61.CanCollide = false
4128p61.Locked = true
4129p61.FormFactor = Enum.FormFactor.Custom
4130p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4131p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4132p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4133p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4134p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4135p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4136p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4137b61 = Instance.new("BlockMesh", p61)
4138b61.Name = "Mesh"
4139b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4140p62 = Instance.new("WedgePart", m6)
4141p62.BrickColor = BrickColor.new("Black")
4142p62.Material = Enum.Material.SmoothPlastic
4143p62.Name = "Wedge"
4144p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4145p62.CanCollide = false
4146p62.Locked = true
4147p62.FormFactor = Enum.FormFactor.Custom
4148p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4149p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4150p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4151p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4152p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4153p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4154p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4155b62 = Instance.new("SpecialMesh", p62)
4156b62.MeshType = Enum.MeshType.Wedge
4157b62.Name = "Mesh"
4158b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4159p63 = Instance.new("WedgePart", m6)
4160p63.BrickColor = BrickColor.new("Lime green")
4161p63.Material = Enum.Material.SmoothPlastic
4162p63.Name = "Wedge"
4163p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4164p63.CanCollide = false
4165p63.Locked = true
4166p63.FormFactor = Enum.FormFactor.Custom
4167p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4168p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4169p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4170p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4171p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4172p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4173p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4174b63 = Instance.new("SpecialMesh", p63)
4175b63.MeshType = Enum.MeshType.Wedge
4176b63.Name = "Mesh"
4177b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4178p64 = Instance.new("WedgePart", m6)
4179p64.BrickColor = BrickColor.new("Black")
4180p64.Material = Enum.Material.SmoothPlastic
4181p64.Name = "Wedge"
4182p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4183p64.CanCollide = false
4184p64.Locked = true
4185p64.FormFactor = Enum.FormFactor.Custom
4186p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4187p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4188p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4189p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4190p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4191p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4192p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4193b64 = Instance.new("SpecialMesh", p64)
4194b64.MeshType = Enum.MeshType.Wedge
4195b64.Name = "Mesh"
4196b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4197p65 = Instance.new("WedgePart", m6)
4198p65.BrickColor = BrickColor.new("Black")
4199p65.Material = Enum.Material.SmoothPlastic
4200p65.Name = "Wedge"
4201p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4202p65.CanCollide = false
4203p65.Locked = true
4204p65.FormFactor = Enum.FormFactor.Custom
4205p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4206p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4207p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4208p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4209p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4210p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4211p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4212b65 = Instance.new("SpecialMesh", p65)
4213b65.MeshType = Enum.MeshType.Wedge
4214b65.Name = "Mesh"
4215b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4216p66 = Instance.new("WedgePart", m6)
4217p66.BrickColor = BrickColor.new("Black")
4218p66.Material = Enum.Material.SmoothPlastic
4219p66.Name = "Wedge"
4220p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4221p66.CanCollide = false
4222p66.Locked = true
4223p66.FormFactor = Enum.FormFactor.Custom
4224p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4225p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4226p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4227p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4228p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4229p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4230p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4231b66 = Instance.new("SpecialMesh", p66)
4232b66.MeshType = Enum.MeshType.Wedge
4233b66.Name = "Mesh"
4234b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4235p67 = Instance.new("WedgePart", m6)
4236p67.BrickColor = BrickColor.new("Black")
4237p67.Material = Enum.Material.SmoothPlastic
4238p67.Name = "Wedge"
4239p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4240p67.CanCollide = false
4241p67.Locked = true
4242p67.FormFactor = Enum.FormFactor.Custom
4243p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4244p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4245p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4246p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4247p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4248p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4249p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4250b67 = Instance.new("SpecialMesh", p67)
4251b67.MeshType = Enum.MeshType.Wedge
4252b67.Name = "Mesh"
4253b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4254p68 = Instance.new("WedgePart", m6)
4255p68.BrickColor = BrickColor.new("Lime green")
4256p68.Name = "Wedge"
4257p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4258p68.CanCollide = false
4259p68.Locked = true
4260p68.FormFactor = Enum.FormFactor.Custom
4261p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4262p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4263p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4264p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4265p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4266p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4267p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4268b68 = Instance.new("SpecialMesh", p68)
4269b68.MeshType = Enum.MeshType.Wedge
4270b68.Name = "Mesh"
4271b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4272p69 = Instance.new("WedgePart", m6)
4273p69.BrickColor = BrickColor.new("Lime green")
4274p69.Name = "Wedge"
4275p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4276p69.CanCollide = false
4277p69.Locked = true
4278p69.FormFactor = Enum.FormFactor.Custom
4279p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4280p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4281p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4282p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4283p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4284p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4285p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4286b69 = Instance.new("SpecialMesh", p69)
4287b69.MeshType = Enum.MeshType.Wedge
4288b69.Name = "Mesh"
4289b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4290p70 = Instance.new("WedgePart", m6)
4291p70.BrickColor = BrickColor.new("Black")
4292p70.Material = Enum.Material.SmoothPlastic
4293p70.Name = "Wedge"
4294p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4295p70.CanCollide = false
4296p70.Locked = true
4297p70.FormFactor = Enum.FormFactor.Custom
4298p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4299p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4300p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4301p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4302p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4303p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4304p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4305b70 = Instance.new("SpecialMesh", p70)
4306b70.MeshType = Enum.MeshType.Wedge
4307b70.Name = "Mesh"
4308b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4309p71 = Instance.new("WedgePart", m6)
4310p71.BrickColor = BrickColor.new("Lime green")
4311p71.Name = "Wedge"
4312p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4313p71.CanCollide = false
4314p71.Locked = true
4315p71.FormFactor = Enum.FormFactor.Custom
4316p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4317p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4318p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4319p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4320p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4321p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4322p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4323b71 = Instance.new("SpecialMesh", p71)
4324b71.MeshType = Enum.MeshType.Wedge
4325b71.Name = "Mesh"
4326b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4327p72 = Instance.new("WedgePart", m6)
4328p72.BrickColor = BrickColor.new("Black")
4329p72.Material = Enum.Material.SmoothPlastic
4330p72.Name = "Wedge"
4331p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4332p72.CanCollide = false
4333p72.Locked = true
4334p72.FormFactor = Enum.FormFactor.Custom
4335p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4336p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4337p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4338p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4339p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4340p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4341p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4342b72 = Instance.new("SpecialMesh", p72)
4343b72.MeshType = Enum.MeshType.Wedge
4344b72.Name = "Mesh"
4345b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4346p73 = Instance.new("WedgePart", m6)
4347p73.BrickColor = BrickColor.new("Black")
4348p73.Material = Enum.Material.SmoothPlastic
4349p73.Name = "Wedge"
4350p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4351p73.CanCollide = false
4352p73.Locked = true
4353p73.FormFactor = Enum.FormFactor.Custom
4354p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4355p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4356p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4357p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4358p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4359p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4360p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4361b73 = Instance.new("SpecialMesh", p73)
4362b73.MeshType = Enum.MeshType.Wedge
4363b73.Name = "Mesh"
4364b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4365p74 = Instance.new("WedgePart", m6)
4366p74.BrickColor = BrickColor.new("Black")
4367p74.Material = Enum.Material.SmoothPlastic
4368p74.Name = "Wedge"
4369p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4370p74.CanCollide = false
4371p74.Locked = true
4372p74.FormFactor = Enum.FormFactor.Custom
4373p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4374p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4375p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4376p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4377p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4378p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4379p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4380b74 = Instance.new("SpecialMesh", p74)
4381b74.MeshType = Enum.MeshType.Wedge
4382b74.Name = "Mesh"
4383b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4384p75 = Instance.new("WedgePart", m6)
4385p75.BrickColor = BrickColor.new("Black")
4386p75.Material = Enum.Material.SmoothPlastic
4387p75.Name = "Wedge"
4388p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4389p75.CanCollide = false
4390p75.Locked = true
4391p75.FormFactor = Enum.FormFactor.Custom
4392p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4393p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4394p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4395p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4396p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4397p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4398p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4399b75 = Instance.new("SpecialMesh", p75)
4400b75.MeshType = Enum.MeshType.Wedge
4401b75.Name = "Mesh"
4402b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4403p76 = Instance.new("WedgePart", m6)
4404p76.BrickColor = BrickColor.new("Black")
4405p76.Material = Enum.Material.SmoothPlastic
4406p76.Name = "Wedge"
4407p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4408p76.CanCollide = false
4409p76.Locked = true
4410p76.FormFactor = Enum.FormFactor.Custom
4411p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4412p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4413p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4414p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4415p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4416p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4417p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4418b76 = Instance.new("SpecialMesh", p76)
4419b76.MeshType = Enum.MeshType.Wedge
4420b76.Name = "Mesh"
4421b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4422p77 = Instance.new("WedgePart", m6)
4423p77.BrickColor = BrickColor.new("Lime green")
4424p77.Material = Enum.Material.SmoothPlastic
4425p77.Name = "Wedge"
4426p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4427p77.CanCollide = false
4428p77.Locked = true
4429p77.FormFactor = Enum.FormFactor.Custom
4430p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4431p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4432p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4433p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4434p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4435p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4436p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4437b77 = Instance.new("SpecialMesh", p77)
4438b77.MeshType = Enum.MeshType.Wedge
4439b77.Name = "Mesh"
4440b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4441p78 = Instance.new("WedgePart", m6)
4442p78.BrickColor = BrickColor.new("Black")
4443p78.Material = Enum.Material.SmoothPlastic
4444p78.Name = "Wedge"
4445p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4446p78.CanCollide = false
4447p78.Locked = true
4448p78.FormFactor = Enum.FormFactor.Custom
4449p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4450p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4451p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4452p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4453p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4454p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4455p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4456b78 = Instance.new("SpecialMesh", p78)
4457b78.MeshType = Enum.MeshType.Wedge
4458b78.Name = "Mesh"
4459b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4460p79 = Instance.new("WedgePart", m6)
4461p79.BrickColor = BrickColor.new("Lime green")
4462p79.Material = Enum.Material.SmoothPlastic
4463p79.Name = "Wedge"
4464p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4465p79.CanCollide = false
4466p79.Locked = true
4467p79.FormFactor = Enum.FormFactor.Custom
4468p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4469p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4470p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4471p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4472p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4473p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4474p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4475b79 = Instance.new("SpecialMesh", p79)
4476b79.MeshType = Enum.MeshType.Wedge
4477b79.Name = "Mesh"
4478b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4479p80 = Instance.new("WedgePart", m6)
4480p80.BrickColor = BrickColor.new("Black")
4481p80.Material = Enum.Material.SmoothPlastic
4482p80.Name = "Wedge"
4483p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4484p80.CanCollide = false
4485p80.Locked = true
4486p80.FormFactor = Enum.FormFactor.Custom
4487p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4488p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4489p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4490p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4491p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4492p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4493p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4494b80 = Instance.new("SpecialMesh", p80)
4495b80.MeshType = Enum.MeshType.Wedge
4496b80.Name = "Mesh"
4497b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4498w1 = Instance.new("Weld", p1)
4499w1.Name = "Joint"
4500w1.Part0 = p1
4501w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4502w1.Part1 = p47
4503w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4504w2 = Instance.new("Weld", p2)
4505w2.Name = "Joint"
4506w2.Part0 = p2
4507w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4508w2.Part1 = p11
4509w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4510w3 = Instance.new("Weld", p3)
4511w3.Name = "Joint"
4512w3.Part0 = p3
4513w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4514w3.Part1 = p50
4515w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4516w4 = Instance.new("Weld", p4)
4517w4.Name = "Joint"
4518w4.Part0 = p4
4519w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4520w4.Part1 = p5
4521w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4522w5 = Instance.new("Weld", p5)
4523w5.Name = "Joint"
4524w5.Part0 = p5
4525w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4526w5.Part1 = p27
4527w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4528w6 = Instance.new("Weld", p6)
4529w6.Name = "Joint"
4530w6.Part0 = p6
4531w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4532w6.Part1 = p14
4533w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4534w7 = Instance.new("Weld", p7)
4535w7.Name = "Joint"
4536w7.Part0 = p7
4537w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4538w7.Part1 = p10
4539w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4540w8 = Instance.new("Weld", p8)
4541w8.Name = "Joint"
4542w8.Part0 = p8
4543w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4544w8.Part1 = p32
4545w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4546w9 = Instance.new("Weld", p9)
4547w9.Name = "Joint"
4548w9.Part0 = p9
4549w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4550w9.Part1 = p16
4551w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4552w10 = Instance.new("Weld", p10)
4553w10.Name = "Joint"
4554w10.Part0 = p10
4555w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4556w10.Part1 = p61
4557w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4558w11 = Instance.new("Weld", p11)
4559w11.Name = "Joint"
4560w11.Part0 = p11
4561w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4562w11.Part1 = p13
4563w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4564w12 = Instance.new("Weld", p12)
4565w12.Name = "Joint"
4566w12.Part0 = p12
4567w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4568w12.Part1 = p29
4569w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570w13 = Instance.new("Weld", p13)
4571w13.Name = "Joint"
4572w13.Part0 = p13
4573w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4574w13.Part1 = p48
4575w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576w14 = Instance.new("Weld", p14)
4577w14.Name = "Joint"
4578w14.Part0 = p14
4579w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4580w14.Part1 = p60
4581w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582w15 = Instance.new("Weld", p15)
4583w15.Name = "Joint"
4584w15.Part0 = p15
4585w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4586w15.Part1 = p17
4587w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588w16 = Instance.new("Weld", p16)
4589w16.Name = "Joint"
4590w16.Part0 = p16
4591w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4592w16.Part1 = p48
4593w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594w17 = Instance.new("Weld", p17)
4595w17.Name = "Joint"
4596w17.Part0 = p17
4597w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4598w17.Part1 = p50
4599w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600w18 = Instance.new("Weld", p18)
4601w18.Name = "Joint"
4602w18.Part0 = p18
4603w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4604w18.Part1 = p50
4605w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606w19 = Instance.new("Weld", p19)
4607w19.Name = "Joint"
4608w19.Part0 = p19
4609w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4610w19.Part1 = p54
4611w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612w20 = Instance.new("Weld", p20)
4613w20.Name = "Joint"
4614w20.Part0 = p20
4615w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4616w20.Part1 = p21
4617w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618w21 = Instance.new("Weld", p21)
4619w21.Name = "Joint"
4620w21.Part0 = p21
4621w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4622w21.Part1 = p37
4623w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624w22 = Instance.new("Weld", p22)
4625w22.Name = "Joint"
4626w22.Part0 = p22
4627w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4628w22.Part1 = p8
4629w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630w23 = Instance.new("Weld", p23)
4631w23.Name = "Joint"
4632w23.Part0 = p23
4633w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4634w23.Part1 = p35
4635w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636w24 = Instance.new("Weld", p24)
4637w24.Name = "Joint"
4638w24.Part0 = p24
4639w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4640w24.Part1 = p48
4641w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642w25 = Instance.new("Weld", p25)
4643w25.Name = "Joint"
4644w25.Part0 = p25
4645w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4646w25.Part1 = p8
4647w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4648w26 = Instance.new("Weld", p26)
4649w26.Name = "Joint"
4650w26.Part0 = p26
4651w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4652w26.Part1 = p6
4653w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4654w27 = Instance.new("Weld", p27)
4655w27.Name = "Joint"
4656w27.Part0 = p27
4657w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4658w27.Part1 = p48
4659w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4660w28 = Instance.new("Weld", p28)
4661w28.Name = "Joint"
4662w28.Part0 = p28
4663w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4664w28.Part1 = p35
4665w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4666w29 = Instance.new("Weld", p29)
4667w29.Name = "Joint"
4668w29.Part0 = p29
4669w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4670w29.Part1 = p37
4671w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672w30 = Instance.new("Weld", p30)
4673w30.Name = "Joint"
4674w30.Part0 = p30
4675w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4676w30.Part1 = p20
4677w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4678w31 = Instance.new("Weld", p31)
4679w31.Name = "Joint"
4680w31.Part0 = p31
4681w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4682w31.Part1 = p16
4683w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4684w32 = Instance.new("Weld", p32)
4685w32.Name = "Joint"
4686w32.Part0 = p32
4687w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4688w32.Part1 = p48
4689w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690w33 = Instance.new("Weld", p33)
4691w33.Name = "Joint"
4692w33.Part0 = p33
4693w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4694w33.Part1 = p21
4695w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696w34 = Instance.new("Weld", p34)
4697w34.Name = "Joint"
4698w34.Part0 = p34
4699w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4700w34.Part1 = p27
4701w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4702w35 = Instance.new("Weld", p35)
4703w35.Name = "Joint"
4704w35.Part0 = p35
4705w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4706w35.Part1 = p58
4707w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708w36 = Instance.new("Weld", p36)
4709w36.Name = "Joint"
4710w36.Part0 = p36
4711w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4712w36.Part1 = p29
4713w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714w37 = Instance.new("Weld", p37)
4715w37.Name = "Joint"
4716w37.Part0 = p37
4717w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4718w37.Part1 = p3
4719w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4720w38 = Instance.new("Weld", p38)
4721w38.Name = "Joint"
4722w38.Part0 = p38
4723w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4724w38.Part1 = p4
4725w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4726w39 = Instance.new("Weld", p39)
4727w39.Name = "Joint"
4728w39.Part0 = p39
4729w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4730w39.Part1 = p12
4731w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732w40 = Instance.new("Weld", p40)
4733w40.Name = "Joint"
4734w40.Part0 = p40
4735w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4736w40.Part1 = p52
4737w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4738w41 = Instance.new("Weld", p41)
4739w41.Name = "Joint"
4740w41.Part0 = p41
4741w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4742w41.Part1 = p5
4743w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4744w42 = Instance.new("Weld", p42)
4745w42.Name = "Joint"
4746w42.Part0 = p42
4747w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4748w42.Part1 = p8
4749w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4750w43 = Instance.new("Weld", p43)
4751w43.Name = "Joint"
4752w43.Part0 = p43
4753w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4754w43.Part1 = p5
4755w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756w44 = Instance.new("Weld", p44)
4757w44.Name = "Joint"
4758w44.Part0 = p44
4759w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4760w44.Part1 = p15
4761w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4762w45 = Instance.new("Weld", p45)
4763w45.Name = "Joint"
4764w45.Part0 = p45
4765w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4766w45.Part1 = p11
4767w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768w46 = Instance.new("Weld", p46)
4769w46.Name = "Joint"
4770w46.Part0 = p46
4771w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4772w46.Part1 = p6
4773w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4774w47 = Instance.new("Weld", p47)
4775w47.Name = "Joint"
4776w47.Part0 = p47
4777w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4778w47.Part1 = p18
4779w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4780w48 = Instance.new("Weld", p48)
4781w48.Name = "Joint"
4782w48.Part0 = p48
4783w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4784w48.Part1 = p37
4785w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4786w49 = Instance.new("Weld", p49)
4787w49.Name = "Joint"
4788w49.Part0 = p49
4789w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4790w49.Part1 = p47
4791w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4792w50 = Instance.new("Weld", p50)
4793w50.Name = "Joint"
4794w50.Part0 = p50
4795w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4796w50.Part1 = p6
4797w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4798w51 = Instance.new("Weld", p51)
4799w51.Name = "Joint"
4800w51.Part0 = p51
4801w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4802w51.Part1 = p52
4803w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4804w52 = Instance.new("Weld", p52)
4805w52.Name = "Joint"
4806w52.Part0 = p52
4807w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4808w52.Part1 = p3
4809w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4810w53 = Instance.new("Weld", p53)
4811w53.Name = "Joint"
4812w53.Part0 = p53
4813w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4814w53.Part1 = p9
4815w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4816w54 = Instance.new("Weld", p54)
4817w54.Name = "Joint"
4818w54.Part0 = p54
4819w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4820w54.Part1 = p9
4821w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4822w55 = Instance.new("Weld", p55)
4823w55.Name = "Joint"
4824w55.Part0 = p55
4825w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4826w55.Part1 = p8
4827w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4828w56 = Instance.new("Weld", p56)
4829w56.Name = "Joint"
4830w56.Part0 = p56
4831w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4832w56.Part1 = p20
4833w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834w57 = Instance.new("Weld", p57)
4835w57.Name = "Joint"
4836w57.Part0 = p57
4837w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4838w57.Part1 = p47
4839w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4840w58 = Instance.new("Weld", p58)
4841w58.Name = "Joint"
4842w58.Part0 = p58
4843w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4844w58.Part1 = p3
4845w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4846w59 = Instance.new("Weld", p59)
4847w59.Name = "Joint"
4848w59.Part0 = p59
4849w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4850w59.Part1 = p32
4851w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852w60 = Instance.new("Weld", p61)
4853w60.Name = "Joint"
4854w60.Part0 = p61
4855w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4856w60.Part1 = p48
4857w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4858w61 = Instance.new("Weld", p62)
4859w61.Name = "Joint"
4860w61.Part0 = p62
4861w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4862w61.Part1 = p10
4863w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4864w62 = Instance.new("Weld", p63)
4865w62.Name = "Joint"
4866w62.Part0 = p63
4867w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4868w62.Part1 = p7
4869w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4870w63 = Instance.new("Weld", p64)
4871w63.Name = "Joint"
4872w63.Part0 = p64
4873w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4874w63.Part1 = p54
4875w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4876w64 = Instance.new("Weld", p65)
4877w64.Name = "Joint"
4878w64.Part0 = p65
4879w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4880w64.Part1 = p13
4881w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4882w65 = Instance.new("Weld", p66)
4883w65.Name = "Joint"
4884w65.Part0 = p66
4885w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4886w65.Part1 = p52
4887w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4888w66 = Instance.new("Weld", p67)
4889w66.Name = "Joint"
4890w66.Part0 = p67
4891w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4892w66.Part1 = p16
4893w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4894w67 = Instance.new("Weld", p68)
4895w67.Name = "Joint"
4896w67.Part0 = p68
4897w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4898w67.Part1 = p11
4899w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4900w68 = Instance.new("Weld", p69)
4901w68.Name = "Joint"
4902w68.Part0 = p69
4903w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4904w68.Part1 = p11
4905w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4906w69 = Instance.new("Weld", p70)
4907w69.Name = "Joint"
4908w69.Part0 = p70
4909w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4910w69.Part1 = p58
4911w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4912w70 = Instance.new("Weld", p71)
4913w70.Name = "Joint"
4914w70.Part0 = p71
4915w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4916w70.Part1 = p54
4917w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4918w71 = Instance.new("Weld", p72)
4919w71.Name = "Joint"
4920w71.Part0 = p72
4921w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4922w71.Part1 = p9
4923w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4924w72 = Instance.new("Weld", p73)
4925w72.Name = "Joint"
4926w72.Part0 = p73
4927w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4928w72.Part1 = p13
4929w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4930w73 = Instance.new("Weld", p74)
4931w73.Name = "Joint"
4932w73.Part0 = p74
4933w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4934w73.Part1 = p10
4935w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4936w74 = Instance.new("Weld", p75)
4937w74.Name = "Joint"
4938w74.Part0 = p75
4939w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4940w74.Part1 = p54
4941w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4942w75 = Instance.new("Weld", p76)
4943w75.Name = "Joint"
4944w75.Part0 = p76
4945w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4946w75.Part1 = p32
4947w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4948w76 = Instance.new("Weld", p77)
4949w76.Name = "Joint"
4950w76.Part0 = p77
4951w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4952w76.Part1 = p15
4953w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4954w77 = Instance.new("Weld", p78)
4955w77.Name = "Joint"
4956w77.Part0 = p78
4957w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4958w77.Part1 = p15
4959w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4960w78 = Instance.new("Weld", p79)
4961w78.Name = "Joint"
4962w78.Part0 = p79
4963w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4964w78.Part1 = p51
4965w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4966w79 = Instance.new("Weld", p80)
4967w79.Name = "Joint"
4968w79.Part0 = p80
4969w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4970w79.Part1 = p12
4971w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4972m6.Parent = torso
4973m6:MakeJoints()
4974----------------------------------------------------
4975local cor6 = Instance.new("Part", torso.Cloak)
4976cor6.Name = "Thingy"
4977cor6.Locked = true
4978cor6.BottomSurface = 0
4979cor6.CanCollide = false
4980cor6.Size = Vector3.new(1,1,1)
4981cor6.Transparency = 1
4982cor6.TopSurface = 0
4983corw6 = Instance.new("Weld", cor6)
4984corw6.Part0 = torso
4985corw6.Part1 = cor6
4986corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4987corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4988weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4989weld6.Part0 = cor6
4990weld6.Part1 = torso.Cloak.NeckPart
4991weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4992--Amulet
4993m7 = Instance.new("Model")
4994m7.Name = "Amulet"
4995p1 = Instance.new("Part", m7)
4996p1.BrickColor = BrickColor.new("Lime green")
4997p1.Material = Enum.Material.Neon
4998p1.Name = "Center"
4999p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5000p1.CanCollide = false
5001p1.Locked = true
5002p1.FormFactor = Enum.FormFactor.Custom
5003p1.Shape = Enum.PartType.Cylinder
5004p1.Size = Vector3.new(0.5, 0.5, 0.5)
5005p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5006p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5007p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5008p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5009p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5010p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5011p2 = Instance.new("Part", m7)
5012p2.BrickColor = BrickColor.new("Really black")
5013p2.Material = Enum.Material.Metal
5014p2.Name = "Bottom"
5015p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5016p2.CanCollide = false
5017p2.Locked = true
5018p2.FormFactor = Enum.FormFactor.Custom
5019p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5020p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5021p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5022p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5023p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5024p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5025p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5026b1 = Instance.new("SpecialMesh", p2)
5027b1.MeshType = Enum.MeshType.Cylinder
5028b1.Name = "Mesh"
5029p3 = Instance.new("Part", m7)
5030p3.BrickColor = BrickColor.new("Really black")
5031p3.Material = Enum.Material.Metal
5032p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5033p3.CanCollide = false
5034p3.Locked = true
5035p3.FormFactor = Enum.FormFactor.Custom
5036p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5037p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5038p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5039p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5040p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5041p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5042p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5043b2 = Instance.new("SpecialMesh", p3)
5044b2.MeshType = Enum.MeshType.Brick
5045b2.Name = "Mesh"
5046b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5047p4 = Instance.new("Part", m7)
5048p4.BrickColor = BrickColor.new("Really black")
5049p4.Material = Enum.Material.Metal
5050p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5051p4.CanCollide = false
5052p4.Locked = true
5053p4.FormFactor = Enum.FormFactor.Custom
5054p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5055p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5056p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5057p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5058p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5059p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5060p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5061b3 = Instance.new("SpecialMesh", p4)
5062b3.MeshType = Enum.MeshType.Brick
5063b3.Name = "Mesh"
5064b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5065p5 = Instance.new("Part", m7)
5066p5.BrickColor = BrickColor.new("Really black")
5067p5.Material = Enum.Material.Metal
5068p5.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)
5069p5.CanCollide = false
5070p5.Locked = true
5071p5.FormFactor = Enum.FormFactor.Custom
5072p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5073p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5074p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5075p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5076p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5077p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5078p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5079b4 = Instance.new("SpecialMesh", p5)
5080b4.MeshType = Enum.MeshType.Brick
5081b4.Name = "Mesh"
5082b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5083p6 = Instance.new("Part", m7)
5084p6.BrickColor = BrickColor.new("Really black")
5085p6.Material = Enum.Material.Metal
5086p6.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)
5087p6.CanCollide = false
5088p6.Locked = true
5089p6.FormFactor = Enum.FormFactor.Custom
5090p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5091p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5092p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5093p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5094p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5095p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5096p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5097b5 = Instance.new("SpecialMesh", p6)
5098b5.MeshType = Enum.MeshType.Brick
5099b5.Name = "Mesh"
5100b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5101p7 = Instance.new("Part", m7)
5102p7.BrickColor = BrickColor.new("Really black")
5103p7.Material = Enum.Material.Metal
5104p7.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)
5105p7.CanCollide = false
5106p7.Locked = true
5107p7.FormFactor = Enum.FormFactor.Custom
5108p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5109p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5110p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5111p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5112p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5113p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5114p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5115b6 = Instance.new("SpecialMesh", p7)
5116b6.MeshType = Enum.MeshType.Brick
5117b6.Name = "Mesh"
5118b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5119p8 = Instance.new("Part", m7)
5120p8.BrickColor = BrickColor.new("Really black")
5121p8.Material = Enum.Material.Metal
5122p8.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)
5123p8.CanCollide = false
5124p8.Locked = true
5125p8.FormFactor = Enum.FormFactor.Custom
5126p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5127p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5128p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5129p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5130p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5131p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5132p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5133b7 = Instance.new("SpecialMesh", p8)
5134b7.MeshType = Enum.MeshType.Brick
5135b7.Name = "Mesh"
5136b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5137p9 = Instance.new("Part", m7)
5138p9.BrickColor = BrickColor.new("Really black")
5139p9.Material = Enum.Material.Metal
5140p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5141p9.CanCollide = false
5142p9.Locked = true
5143p9.FormFactor = Enum.FormFactor.Custom
5144p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5145p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5146p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5147p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5148p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5149p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5150p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5151b8 = Instance.new("SpecialMesh", p9)
5152b8.MeshType = Enum.MeshType.Brick
5153b8.Name = "Mesh"
5154b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5155p10 = Instance.new("Part", m7)
5156p10.BrickColor = BrickColor.new("Really black")
5157p10.Material = Enum.Material.Metal
5158p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5159p10.CanCollide = false
5160p10.Locked = true
5161p10.FormFactor = Enum.FormFactor.Custom
5162p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5163p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5164p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5165p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5166p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5167p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5168p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5169b9 = Instance.new("SpecialMesh", p10)
5170b9.MeshType = Enum.MeshType.Brick
5171b9.Name = "Mesh"
5172b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5173p11 = Instance.new("Part", m7)
5174p11.BrickColor = BrickColor.new("Really black")
5175p11.Material = Enum.Material.Metal
5176p11.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)
5177p11.CanCollide = false
5178p11.Locked = true
5179p11.FormFactor = Enum.FormFactor.Custom
5180p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5181p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5182p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5183p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5184p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5185p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5186p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5187b10 = Instance.new("SpecialMesh", p11)
5188b10.MeshType = Enum.MeshType.Brick
5189b10.Name = "Mesh"
5190b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5191p12 = Instance.new("Part", m7)
5192p12.BrickColor = BrickColor.new("Really black")
5193p12.Material = Enum.Material.Metal
5194p12.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)
5195p12.CanCollide = false
5196p12.Locked = true
5197p12.FormFactor = Enum.FormFactor.Custom
5198p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5199p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5200p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5201p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5202p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5203p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5204p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5205b11 = Instance.new("SpecialMesh", p12)
5206b11.MeshType = Enum.MeshType.Brick
5207b11.Name = "Mesh"
5208b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5209p13 = Instance.new("Part", m7)
5210p13.BrickColor = BrickColor.new("Really black")
5211p13.Material = Enum.Material.Metal
5212p13.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)
5213p13.CanCollide = false
5214p13.Locked = true
5215p13.FormFactor = Enum.FormFactor.Custom
5216p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5217p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5218p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5219p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5220p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5221p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5222p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5223b12 = Instance.new("SpecialMesh", p13)
5224b12.MeshType = Enum.MeshType.Brick
5225b12.Name = "Mesh"
5226b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5227p14 = Instance.new("Part", m7)
5228p14.BrickColor = BrickColor.new("Really black")
5229p14.Material = Enum.Material.Metal
5230p14.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)
5231p14.CanCollide = false
5232p14.Locked = true
5233p14.FormFactor = Enum.FormFactor.Custom
5234p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5235p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5236p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5237p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5238p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5239p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5240p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5241b13 = Instance.new("SpecialMesh", p14)
5242b13.MeshType = Enum.MeshType.Brick
5243b13.Name = "Mesh"
5244b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5245p15 = Instance.new("Part", m7)
5246p15.BrickColor = BrickColor.new("Really black")
5247p15.Material = Enum.Material.Metal
5248p15.Name = "Top"
5249p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5250p15.CanCollide = false
5251p15.Locked = true
5252p15.FormFactor = Enum.FormFactor.Custom
5253p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5254p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5255p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5256p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5257p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5258p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5259p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5260b14 = Instance.new("SpecialMesh", p15)
5261b14.MeshType = Enum.MeshType.Cylinder
5262b14.Name = "Mesh"
5263w1 = Instance.new("Weld", p1)
5264w1.Name = "Joint"
5265w1.Part0 = p1
5266w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5267w1.Part1 = p15
5268w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5269w2 = Instance.new("Weld", p2)
5270w2.Name = "Joint"
5271w2.Part0 = p2
5272w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5273w2.Part1 = p1
5274w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5275w3 = Instance.new("Weld", p3)
5276w3.Name = "Joint"
5277w3.Part0 = p3
5278w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5279w3.Part1 = p1
5280w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5281w4 = Instance.new("Weld", p4)
5282w4.Name = "Joint"
5283w4.Part0 = p4
5284w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5285w4.Part1 = p1
5286w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5287w5 = Instance.new("Weld", p5)
5288w5.Name = "Joint"
5289w5.Part0 = p5
5290w5.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)
5291w5.Part1 = p1
5292w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5293w6 = Instance.new("Weld", p6)
5294w6.Name = "Joint"
5295w6.Part0 = p6
5296w6.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)
5297w6.Part1 = p1
5298w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5299w7 = Instance.new("Weld", p7)
5300w7.Name = "Joint"
5301w7.Part0 = p7
5302w7.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)
5303w7.Part1 = p1
5304w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5305w8 = Instance.new("Weld", p8)
5306w8.Name = "Joint"
5307w8.Part0 = p8
5308w8.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)
5309w8.Part1 = p1
5310w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5311w9 = Instance.new("Weld", p9)
5312w9.Name = "Joint"
5313w9.Part0 = p9
5314w9.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)
5315w9.Part1 = p1
5316w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5317w10 = Instance.new("Weld", p10)
5318w10.Name = "Joint"
5319w10.Part0 = p10
5320w10.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)
5321w10.Part1 = p1
5322w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5323w11 = Instance.new("Weld", p11)
5324w11.Name = "Joint"
5325w11.Part0 = p11
5326w11.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)
5327w11.Part1 = p1
5328w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5329w12 = Instance.new("Weld", p12)
5330w12.Name = "Joint"
5331w12.Part0 = p12
5332w12.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)
5333w12.Part1 = p1
5334w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5335w13 = Instance.new("Weld", p13)
5336w13.Name = "Joint"
5337w13.Part0 = p13
5338w13.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)
5339w13.Part1 = p1
5340w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5341w14 = Instance.new("Weld", p14)
5342w14.Name = "Joint"
5343w14.Part0 = p14
5344w14.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)
5345w14.Part1 = p1
5346w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5347m7.Parent = torso
5348m7:MakeJoints()
5349----------------------------------------------------
5350local cor7 = Instance.new("Part", torso.Amulet)
5351cor7.Name = "Thingy"
5352cor7.Locked = true
5353cor7.BottomSurface = 0
5354cor7.CanCollide = false
5355cor7.Size = Vector3.new(1, 1, 1)
5356cor7.Transparency = 1
5357cor7.TopSurface = 0
5358corw7 = Instance.new("Weld", cor7)
5359corw7.Part0 = torso.Torso.Connection
5360corw7.Part1 = cor7
5361corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5362corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5363weld7 = Instance.new("Weld", torso.Amulet)
5364weld7.Part0 = cor7
5365weld7.Part1 = torso.Amulet.Top
5366weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5367--Zyrodoxa
5368m8 = Instance.new("Model")
5369m8.Name = "Zyrodoxa"
5370p1 = Instance.new("Part", m8)
5371p1.BrickColor = BrickColor.new("Really black")
5372p1.Material = Enum.Material.Metal
5373p1.Reflectance = 0.40000000596046
5374p1.Name = "Block"
5375p1.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)
5376p1.CanCollide = false
5377p1.Locked = true
5378p1.FormFactor = Enum.FormFactor.Custom
5379p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5380p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5381p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5382p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5383p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5384p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5385p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5386b1 = Instance.new("BlockMesh", p1)
5387b1.Name = "Mesh"
5388b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5389p2 = Instance.new("Part", m8)
5390p2.BrickColor = BrickColor.new("Black")
5391p2.Material = Enum.Material.Metal
5392p2.Reflectance = 0.40000000596046
5393p2.Name = "Block"
5394p2.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)
5395p2.CanCollide = false
5396p2.Locked = true
5397p2.FormFactor = Enum.FormFactor.Custom
5398p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5399p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5400p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5401p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5402p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5403p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5404p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5405b2 = Instance.new("BlockMesh", p2)
5406b2.Name = "Mesh"
5407b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5408p3 = Instance.new("Part", m8)
5409p3.BrickColor = BrickColor.new("Black")
5410p3.Material = Enum.Material.Metal
5411p3.Reflectance = 0.40000000596046
5412p3.Name = "Block"
5413p3.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)
5414p3.CanCollide = false
5415p3.Locked = true
5416p3.FormFactor = Enum.FormFactor.Custom
5417p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5418p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5419p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5420p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5421p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5422p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5423p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5424b3 = Instance.new("BlockMesh", p3)
5425b3.Name = "Mesh"
5426b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5427p4 = Instance.new("Part", m8)
5428p4.BrickColor = BrickColor.new("Lime green")
5429p4.Material = Enum.Material.Metal
5430p4.Name = "Block"
5431p4.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)
5432p4.CanCollide = false
5433p4.Locked = true
5434p4.FormFactor = Enum.FormFactor.Custom
5435p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5436p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5437p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5438p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5439p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5440p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5441p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5442b4 = Instance.new("BlockMesh", p4)
5443b4.Name = "Mesh"
5444b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5445p5 = Instance.new("Part", m8)
5446p5.BrickColor = BrickColor.new("Lime green")
5447p5.Material = Enum.Material.Neon
5448p5.Reflectance = 0.40000000596046
5449p5.Name = "Block"
5450p5.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)
5451p5.CanCollide = false
5452p5.Locked = true
5453p5.FormFactor = Enum.FormFactor.Custom
5454p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5455p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5456p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5457p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5458p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5459p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5460p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5461b5 = Instance.new("BlockMesh", p5)
5462b5.Name = "Mesh"
5463b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5464p6 = Instance.new("Part", m8)
5465p6.BrickColor = BrickColor.new("Parsley green")
5466p6.Material = Enum.Material.Metal
5467p6.Name = "Block"
5468p6.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)
5469p6.CanCollide = false
5470p6.Locked = true
5471p6.FormFactor = Enum.FormFactor.Custom
5472p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5473p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5474p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5475p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5476p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5477p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5478p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5479b6 = Instance.new("BlockMesh", p6)
5480b6.Name = "Mesh"
5481b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5482p7 = Instance.new("Part", m8)
5483p7.BrickColor = BrickColor.new("Lime green")
5484p7.Material = Enum.Material.Neon
5485p7.Reflectance = 0.40000000596046
5486p7.Name = "Block"
5487p7.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)
5488p7.CanCollide = false
5489p7.Locked = true
5490p7.FormFactor = Enum.FormFactor.Custom
5491p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5492p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5493p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5494p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5495p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5496p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5497p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5498b7 = Instance.new("BlockMesh", p7)
5499b7.Name = "Mesh"
5500b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5501p8 = Instance.new("Part", m8)
5502p8.BrickColor = BrickColor.new("Lime green")
5503p8.Material = Enum.Material.Neon
5504p8.Reflectance = 0.40000000596046
5505p8.Name = "Block"
5506p8.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)
5507p8.CanCollide = false
5508p8.Locked = true
5509p8.FormFactor = Enum.FormFactor.Custom
5510p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5511p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5512p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5513p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5514p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5515p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5516p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5517b8 = Instance.new("BlockMesh", p8)
5518b8.Name = "Mesh"
5519b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5520p9 = Instance.new("Part", m8)
5521p9.BrickColor = BrickColor.new("Really black")
5522p9.Material = Enum.Material.Metal
5523p9.Reflectance = 0.40000000596046
5524p9.Name = "Block"
5525p9.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)
5526p9.CanCollide = false
5527p9.Locked = true
5528p9.FormFactor = Enum.FormFactor.Custom
5529p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5530p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5531p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5532p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5533p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5534p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5535p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5536b9 = Instance.new("BlockMesh", p9)
5537b9.Name = "Mesh"
5538b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5539p10 = Instance.new("Part", m8)
5540p10.BrickColor = BrickColor.new("Really black")
5541p10.Material = Enum.Material.Metal
5542p10.Reflectance = 0.40000000596046
5543p10.Name = "Block"
5544p10.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)
5545p10.CanCollide = false
5546p10.Locked = true
5547p10.FormFactor = Enum.FormFactor.Custom
5548p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5549p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5550p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5551p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5552p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5553p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5554p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5555b10 = Instance.new("BlockMesh", p10)
5556b10.Name = "Mesh"
5557b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5558p11 = Instance.new("Part", m8)
5559p11.BrickColor = BrickColor.new("Black")
5560p11.Material = Enum.Material.Metal
5561p11.Name = "Circle"
5562p11.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)
5563p11.CanCollide = false
5564p11.Locked = true
5565p11.FormFactor = Enum.FormFactor.Custom
5566p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5567p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5568p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5569p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5570p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5571p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5572p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5573b11 = Instance.new("CylinderMesh", p11)
5574b11.Name = "Mesh"
5575b11.Scale = Vector3.new(1, 0.401569068, 1)
5576p12 = Instance.new("Part", m8)
5577p12.BrickColor = BrickColor.new("Lime green")
5578p12.Material = Enum.Material.Neon
5579p12.Reflectance = 0.40000000596046
5580p12.Name = "Block"
5581p12.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)
5582p12.CanCollide = false
5583p12.Locked = true
5584p12.FormFactor = Enum.FormFactor.Custom
5585p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5586p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5587p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5588p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5589p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5590p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5591p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5592b12 = Instance.new("BlockMesh", p12)
5593b12.Name = "Mesh"
5594b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5595p13 = Instance.new("Part", m8)
5596p13.BrickColor = BrickColor.new("Lime green")
5597p13.Material = Enum.Material.Metal
5598p13.Name = "Block"
5599p13.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)
5600p13.CanCollide = false
5601p13.Locked = true
5602p13.FormFactor = Enum.FormFactor.Custom
5603p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5604p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5605p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5606p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5607p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5608p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5609p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5610b13 = Instance.new("BlockMesh", p13)
5611b13.Name = "Mesh"
5612b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5613p14 = Instance.new("Part", m8)
5614p14.BrickColor = BrickColor.new("Black")
5615p14.Material = Enum.Material.Metal
5616p14.Reflectance = 0.40000000596046
5617p14.Name = "Block"
5618p14.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)
5619p14.CanCollide = false
5620p14.Locked = true
5621p14.FormFactor = Enum.FormFactor.Custom
5622p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5623p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5624p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5625p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5626p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5627p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5628p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5629b14 = Instance.new("BlockMesh", p14)
5630b14.Name = "Mesh"
5631b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5632p15 = Instance.new("Part", m8)
5633p15.BrickColor = BrickColor.new("Really black")
5634p15.Material = Enum.Material.Metal
5635p15.Reflectance = 0.40000000596046
5636p15.Name = "Block"
5637p15.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)
5638p15.CanCollide = false
5639p15.Locked = true
5640p15.FormFactor = Enum.FormFactor.Custom
5641p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5642p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5643p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5644p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5645p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5646p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5647p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5648b15 = Instance.new("BlockMesh", p15)
5649b15.Name = "Mesh"
5650b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5651p16 = Instance.new("Part", m8)
5652p16.BrickColor = BrickColor.new("Really black")
5653p16.Material = Enum.Material.Metal
5654p16.Name = "Handle"
5655p16.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)
5656p16.CanCollide = false
5657p16.Locked = true
5658p16.FormFactor = Enum.FormFactor.Custom
5659p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5660p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5661p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5662p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5663p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5664p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5665p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5666b16 = Instance.new("BlockMesh", p16)
5667b16.Name = "Mesh"
5668b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5669p17 = Instance.new("Part", m8)
5670p17.BrickColor = BrickColor.new("Lime green")
5671p17.Material = Enum.Material.Neon
5672p17.Reflectance = 0.40000000596046
5673p17.Name = "Block"
5674p17.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)
5675p17.CanCollide = false
5676p17.Locked = true
5677p17.FormFactor = Enum.FormFactor.Custom
5678p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5679p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5680p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5681p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5682p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5683p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5684p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5685b17 = Instance.new("BlockMesh", p17)
5686b17.Name = "Mesh"
5687b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5688p18 = Instance.new("Part", m8)
5689p18.BrickColor = BrickColor.new("Really black")
5690p18.Material = Enum.Material.Metal
5691p18.Name = "Block"
5692p18.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)
5693p18.CanCollide = false
5694p18.Locked = true
5695p18.FormFactor = Enum.FormFactor.Custom
5696p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5697p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5698p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5699p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5700p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5701p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5702p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5703b18 = Instance.new("BlockMesh", p18)
5704b18.Name = "Mesh"
5705b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5706p19 = Instance.new("Part", m8)
5707p19.BrickColor = BrickColor.new("Black")
5708p19.Material = Enum.Material.Metal
5709p19.Reflectance = 0.40000000596046
5710p19.Name = "Block"
5711p19.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)
5712p19.CanCollide = false
5713p19.Locked = true
5714p19.FormFactor = Enum.FormFactor.Custom
5715p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5716p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5717p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5718p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5719p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5720p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5721p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5722b19 = Instance.new("BlockMesh", p19)
5723b19.Name = "Mesh"
5724b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5725p20 = Instance.new("Part", m8)
5726p20.BrickColor = BrickColor.new("Lime green")
5727p20.Material = Enum.Material.Metal
5728p20.Name = "Block"
5729p20.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)
5730p20.CanCollide = false
5731p20.Locked = true
5732p20.FormFactor = Enum.FormFactor.Custom
5733p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5734p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5735p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5736p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5737p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5738p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5739p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5740b20 = Instance.new("BlockMesh", p20)
5741b20.Name = "Mesh"
5742b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5743p21 = Instance.new("Part", m8)
5744p21.BrickColor = BrickColor.new("Really black")
5745p21.Material = Enum.Material.Metal
5746p21.Name = "Block"
5747p21.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)
5748p21.CanCollide = false
5749p21.Locked = true
5750p21.FormFactor = Enum.FormFactor.Custom
5751p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5752p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5753p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5754p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5755p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5756p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5757p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5758b21 = Instance.new("BlockMesh", p21)
5759b21.Name = "Mesh"
5760b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5761p22 = Instance.new("Part", m8)
5762p22.BrickColor = BrickColor.new("Really black")
5763p22.Material = Enum.Material.Metal
5764p22.Reflectance = 0.40000000596046
5765p22.Name = "Block"
5766p22.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)
5767p22.CanCollide = false
5768p22.Locked = true
5769p22.FormFactor = Enum.FormFactor.Custom
5770p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5771p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5772p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5773p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5774p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5775p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5776p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5777b22 = Instance.new("BlockMesh", p22)
5778b22.Name = "Mesh"
5779b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5780p23 = Instance.new("Part", m8)
5781p23.BrickColor = BrickColor.new("Lime green")
5782p23.Material = Enum.Material.Marble
5783p23.Name = "Block"
5784p23.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)
5785p23.CanCollide = false
5786p23.Locked = true
5787p23.FormFactor = Enum.FormFactor.Custom
5788p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5789p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5790p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5791p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5792p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5793p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5794p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5795b23 = Instance.new("BlockMesh", p23)
5796b23.Name = "Mesh"
5797b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5798p24 = Instance.new("Part", m8)
5799p24.BrickColor = BrickColor.new("Really black")
5800p24.Material = Enum.Material.Metal
5801p24.Name = "Block"
5802p24.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)
5803p24.CanCollide = false
5804p24.Locked = true
5805p24.FormFactor = Enum.FormFactor.Custom
5806p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5807p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5808p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5809p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5810p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5811p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5812p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5813b24 = Instance.new("BlockMesh", p24)
5814b24.Name = "Mesh"
5815b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5816p25 = Instance.new("Part", m8)
5817p25.BrickColor = BrickColor.new("Lime green")
5818p25.Material = Enum.Material.Marble
5819p25.Name = "Block"
5820p25.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)
5821p25.CanCollide = false
5822p25.Locked = true
5823p25.FormFactor = Enum.FormFactor.Custom
5824p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5825p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5826p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5827p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5828p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5829p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5830p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5831b25 = Instance.new("BlockMesh", p25)
5832b25.Name = "Mesh"
5833b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5834p26 = Instance.new("Part", m8)
5835p26.BrickColor = BrickColor.new("Really black")
5836p26.Material = Enum.Material.Metal
5837p26.Reflectance = 0.40000000596046
5838p26.Name = "Block"
5839p26.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)
5840p26.CanCollide = false
5841p26.Locked = true
5842p26.FormFactor = Enum.FormFactor.Custom
5843p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5844p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5845p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5846p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5847p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5848p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5849p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5850b26 = Instance.new("BlockMesh", p26)
5851b26.Name = "Mesh"
5852b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5853p27 = Instance.new("Part", m8)
5854p27.BrickColor = BrickColor.new("Lime green")
5855p27.Material = Enum.Material.Metal
5856p27.Name = "Block"
5857p27.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)
5858p27.CanCollide = false
5859p27.Locked = true
5860p27.FormFactor = Enum.FormFactor.Custom
5861p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5862p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5863p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5864p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5865p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5866p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5867p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5868b27 = Instance.new("BlockMesh", p27)
5869b27.Name = "Mesh"
5870b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5871p28 = Instance.new("Part", m8)
5872p28.BrickColor = BrickColor.new("Really black")
5873p28.Material = Enum.Material.SmoothPlastic
5874p28.Reflectance = 0.0099999997764826
5875p28.Name = "Circle"
5876p28.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)
5877p28.CanCollide = false
5878p28.Locked = true
5879p28.FormFactor = Enum.FormFactor.Custom
5880p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5881p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5882p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5883p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5884p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5885p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5886p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5887b28 = Instance.new("CylinderMesh", p28)
5888b28.Name = "Mesh"
5889b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5890p29 = Instance.new("Part", m8)
5891p29.BrickColor = BrickColor.new("Black")
5892p29.Material = Enum.Material.Metal
5893p29.Reflectance = 0.40000000596046
5894p29.Name = "Block"
5895p29.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)
5896p29.CanCollide = false
5897p29.Locked = true
5898p29.FormFactor = Enum.FormFactor.Custom
5899p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5900p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5901p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5902p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5903p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5904p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5905p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5906b29 = Instance.new("BlockMesh", p29)
5907b29.Name = "Mesh"
5908b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5909p30 = Instance.new("Part", m8)
5910p30.BrickColor = BrickColor.new("Lime green")
5911p30.Material = Enum.Material.Metal
5912p30.Name = "Block"
5913p30.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)
5914p30.CanCollide = false
5915p30.Locked = true
5916p30.FormFactor = Enum.FormFactor.Custom
5917p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5918p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5919p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5920p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5921p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5922p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5923p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5924b30 = Instance.new("BlockMesh", p30)
5925b30.Name = "Mesh"
5926b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5927p31 = Instance.new("Part", m8)
5928p31.BrickColor = BrickColor.new("Lime green")
5929p31.Material = Enum.Material.Neon
5930p31.Reflectance = 0.40000000596046
5931p31.Name = "Block"
5932p31.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)
5933p31.CanCollide = false
5934p31.Locked = true
5935p31.FormFactor = Enum.FormFactor.Custom
5936p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5937p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5938p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5939p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5940p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5941p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5942p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5943b31 = Instance.new("BlockMesh", p31)
5944b31.Name = "Mesh"
5945b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5946p32 = Instance.new("Part", m8)
5947p32.BrickColor = BrickColor.new("Lime green")
5948p32.Material = Enum.Material.Metal
5949p32.Name = "Block"
5950p32.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)
5951p32.CanCollide = false
5952p32.Locked = true
5953p32.FormFactor = Enum.FormFactor.Custom
5954p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5955p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5956p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5957p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5958p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5959p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5960p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5961b32 = Instance.new("BlockMesh", p32)
5962b32.Name = "Mesh"
5963b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5964p33 = Instance.new("Part", m8)
5965p33.BrickColor = BrickColor.new("Really black")
5966p33.Material = Enum.Material.Metal
5967p33.Reflectance = 0.40000000596046
5968p33.Name = "Block"
5969p33.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)
5970p33.CanCollide = false
5971p33.Locked = true
5972p33.FormFactor = Enum.FormFactor.Custom
5973p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5974p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5975p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5976p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5977p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5978p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5979p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5980b33 = Instance.new("BlockMesh", p33)
5981b33.Name = "Mesh"
5982b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5983p34 = Instance.new("Part", m8)
5984p34.BrickColor = BrickColor.new("Lime green")
5985p34.Material = Enum.Material.Metal
5986p34.Name = "Block"
5987p34.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)
5988p34.CanCollide = false
5989p34.Locked = true
5990p34.FormFactor = Enum.FormFactor.Custom
5991p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5992p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5993p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5994p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5995p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5996p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5997p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5998b34 = Instance.new("BlockMesh", p34)
5999b34.Name = "Mesh"
6000b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6001p35 = Instance.new("Part", m8)
6002p35.BrickColor = BrickColor.new("Lime green")
6003p35.Material = Enum.Material.Metal
6004p35.Name = "Block"
6005p35.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)
6006p35.CanCollide = false
6007p35.Locked = true
6008p35.FormFactor = Enum.FormFactor.Custom
6009p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6010p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6011p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6012p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6013p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6014p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6015p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6016b35 = Instance.new("BlockMesh", p35)
6017b35.Name = "Mesh"
6018b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6019p36 = Instance.new("Part", m8)
6020p36.BrickColor = BrickColor.new("Lime green")
6021p36.Material = Enum.Material.Metal
6022p36.Name = "Block"
6023p36.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)
6024p36.CanCollide = false
6025p36.Locked = true
6026p36.FormFactor = Enum.FormFactor.Custom
6027p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6028p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6029p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6030p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6031p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6032p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6033p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6034b36 = Instance.new("BlockMesh", p36)
6035b36.Name = "Mesh"
6036b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6037p37 = Instance.new("Part", m8)
6038p37.BrickColor = BrickColor.new("Lime green")
6039p37.Material = Enum.Material.Marble
6040p37.Name = "Circle"
6041p37.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)
6042p37.CanCollide = false
6043p37.Locked = true
6044p37.FormFactor = Enum.FormFactor.Custom
6045p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6046p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6047p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6048p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6049p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6050p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6051p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6052b37 = Instance.new("CylinderMesh", p37)
6053b37.Name = "Mesh"
6054b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6055p38 = Instance.new("Part", m8)
6056p38.BrickColor = BrickColor.new("Really black")
6057p38.Material = Enum.Material.Metal
6058p38.Name = "Block"
6059p38.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)
6060p38.CanCollide = false
6061p38.Locked = true
6062p38.FormFactor = Enum.FormFactor.Custom
6063p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6064p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6065p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6066p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6067p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6068p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6069p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6070b38 = Instance.new("BlockMesh", p38)
6071b38.Name = "Mesh"
6072b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6073p39 = Instance.new("Part", m8)
6074p39.BrickColor = BrickColor.new("Really black")
6075p39.Material = Enum.Material.Metal
6076p39.Name = "Block"
6077p39.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)
6078p39.CanCollide = false
6079p39.Locked = true
6080p39.FormFactor = Enum.FormFactor.Custom
6081p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6082p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6083p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6084p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6085p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6086p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6087p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6088b39 = Instance.new("BlockMesh", p39)
6089b39.Name = "Mesh"
6090b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6091p40 = Instance.new("Part", m8)
6092p40.BrickColor = BrickColor.new("Really black")
6093p40.Material = Enum.Material.Metal
6094p40.Name = "Block"
6095p40.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)
6096p40.CanCollide = false
6097p40.Locked = true
6098p40.FormFactor = Enum.FormFactor.Custom
6099p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6100p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6101p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6102p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6103p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6104p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6105p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6106b40 = Instance.new("BlockMesh", p40)
6107b40.Name = "Mesh"
6108b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6109p41 = Instance.new("Part", m8)
6110p41.BrickColor = BrickColor.new("Lime green")
6111p41.Material = Enum.Material.Neon
6112p41.Reflectance = 0.40000000596046
6113p41.Name = "Block"
6114p41.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)
6115p41.CanCollide = false
6116p41.Locked = true
6117p41.FormFactor = Enum.FormFactor.Custom
6118p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6119p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6120p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6121p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6122p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6123p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6124p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6125b41 = Instance.new("BlockMesh", p41)
6126b41.Name = "Mesh"
6127b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6128p42 = Instance.new("Part", m8)
6129p42.BrickColor = BrickColor.new("Earth green")
6130p42.Material = Enum.Material.Metal
6131p42.Name = "Block"
6132p42.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)
6133p42.CanCollide = false
6134p42.Locked = true
6135p42.FormFactor = Enum.FormFactor.Custom
6136p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6137p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6138p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6139p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6140p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6141p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6142p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6143b42 = Instance.new("BlockMesh", p42)
6144b42.Name = "Mesh"
6145b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6146p43 = Instance.new("Part", m8)
6147p43.BrickColor = BrickColor.new("Really black")
6148p43.Material = Enum.Material.Metal
6149p43.Name = "Block"
6150p43.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)
6151p43.CanCollide = false
6152p43.Locked = true
6153p43.FormFactor = Enum.FormFactor.Custom
6154p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6155p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6156p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6157p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6158p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6159p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6160p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6161b43 = Instance.new("BlockMesh", p43)
6162b43.Name = "Mesh"
6163b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6164p44 = Instance.new("Part", m8)
6165p44.BrickColor = BrickColor.new("Lime green")
6166p44.Material = Enum.Material.Marble
6167p44.Name = "Circle"
6168p44.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)
6169p44.CanCollide = false
6170p44.Locked = true
6171p44.FormFactor = Enum.FormFactor.Custom
6172p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6173p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6174p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6175p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6176p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6177p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6178p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6179b44 = Instance.new("CylinderMesh", p44)
6180b44.Name = "Mesh"
6181b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6182p45 = Instance.new("Part", m8)
6183p45.BrickColor = BrickColor.new("Lime green")
6184p45.Material = Enum.Material.Neon
6185p45.Reflectance = 0.40000000596046
6186p45.Name = "Block"
6187p45.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)
6188p45.CanCollide = false
6189p45.Locked = true
6190p45.FormFactor = Enum.FormFactor.Custom
6191p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6192p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6193p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6194p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6195p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6196p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6197p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6198b45 = Instance.new("BlockMesh", p45)
6199b45.Name = "Mesh"
6200b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6201p46 = Instance.new("Part", m8)
6202p46.BrickColor = BrickColor.new("Black")
6203p46.Material = Enum.Material.Metal
6204p46.Name = "Block"
6205p46.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)
6206p46.CanCollide = false
6207p46.Locked = true
6208p46.FormFactor = Enum.FormFactor.Custom
6209p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6210p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6211p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6212p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6213p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6214p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6215p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6216b46 = Instance.new("BlockMesh", p46)
6217b46.Name = "Mesh"
6218b46.Scale = Vector3.new(1, 0.401569068, 1)
6219p47 = Instance.new("Part", m8)
6220p47.BrickColor = BrickColor.new("Earth green")
6221p47.Material = Enum.Material.Metal
6222p47.Name = "Block"
6223p47.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)
6224p47.CanCollide = false
6225p47.Locked = true
6226p47.FormFactor = Enum.FormFactor.Custom
6227p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6228p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6229p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6230p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6231p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6232p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6233p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6234b47 = Instance.new("BlockMesh", p47)
6235b47.Name = "Mesh"
6236b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6237p48 = Instance.new("Part", m8)
6238p48.BrickColor = BrickColor.new("Lime green")
6239p48.Material = Enum.Material.Metal
6240p48.Name = "Block"
6241p48.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)
6242p48.CanCollide = false
6243p48.Locked = true
6244p48.FormFactor = Enum.FormFactor.Custom
6245p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6246p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6247p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6248p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6249p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6250p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6251p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6252b48 = Instance.new("BlockMesh", p48)
6253b48.Name = "Mesh"
6254b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6255p49 = Instance.new("Part", m8)
6256p49.BrickColor = BrickColor.new("Lime green")
6257p49.Material = Enum.Material.Metal
6258p49.Name = "Block"
6259p49.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)
6260p49.CanCollide = false
6261p49.Locked = true
6262p49.FormFactor = Enum.FormFactor.Custom
6263p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6264p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6265p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6266p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6267p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6268p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6269p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6270b49 = Instance.new("BlockMesh", p49)
6271b49.Name = "Mesh"
6272b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6273p50 = Instance.new("Part", m8)
6274p50.BrickColor = BrickColor.new("Black")
6275p50.Material = Enum.Material.Metal
6276p50.Reflectance = 0.40000000596046
6277p50.Name = "Block"
6278p50.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)
6279p50.CanCollide = false
6280p50.Locked = true
6281p50.FormFactor = Enum.FormFactor.Custom
6282p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6283p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6284p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6285p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6286p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6287p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6288p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6289b50 = Instance.new("BlockMesh", p50)
6290b50.Name = "Mesh"
6291b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6292p51 = Instance.new("Part", m8)
6293p51.BrickColor = BrickColor.new("Lime green")
6294p51.Material = Enum.Material.Metal
6295p51.Name = "Block"
6296p51.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)
6297p51.CanCollide = false
6298p51.Locked = true
6299p51.FormFactor = Enum.FormFactor.Custom
6300p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6301p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6302p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6303p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6304p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6305p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6306p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6307b51 = Instance.new("BlockMesh", p51)
6308b51.Name = "Mesh"
6309b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6310p52 = Instance.new("Part", m8)
6311p52.BrickColor = BrickColor.new("Lime green")
6312p52.Material = Enum.Material.Metal
6313p52.Name = "Block"
6314p52.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)
6315p52.CanCollide = false
6316p52.Locked = true
6317p52.FormFactor = Enum.FormFactor.Custom
6318p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6319p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6320p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6321p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6322p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6323p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6324p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6325b52 = Instance.new("BlockMesh", p52)
6326b52.Name = "Mesh"
6327b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6328p53 = Instance.new("Part", m8)
6329p53.BrickColor = BrickColor.new("Really black")
6330p53.Material = Enum.Material.Metal
6331p53.Name = "Block"
6332p53.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)
6333p53.CanCollide = false
6334p53.Locked = true
6335p53.FormFactor = Enum.FormFactor.Custom
6336p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6337p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6338p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6339p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6340p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6341p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6342p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6343b53 = Instance.new("BlockMesh", p53)
6344b53.Name = "Mesh"
6345b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6346p54 = Instance.new("Part", m8)
6347p54.BrickColor = BrickColor.new("Really black")
6348p54.Material = Enum.Material.SmoothPlastic
6349p54.Reflectance = 0.0099999997764826
6350p54.Name = "Circle"
6351p54.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)
6352p54.CanCollide = false
6353p54.Locked = true
6354p54.FormFactor = Enum.FormFactor.Custom
6355p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6356p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6357p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6358p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6359p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6360p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6361p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6362b54 = Instance.new("CylinderMesh", p54)
6363b54.Name = "Mesh"
6364b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6365p55 = Instance.new("Part", m8)
6366p55.BrickColor = BrickColor.new("Really black")
6367p55.Material = Enum.Material.Metal
6368p55.Reflectance = 0.40000000596046
6369p55.Name = "Block"
6370p55.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)
6371p55.CanCollide = false
6372p55.Locked = true
6373p55.FormFactor = Enum.FormFactor.Custom
6374p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6375p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6376p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6377p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6378p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6379p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6380p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6381b55 = Instance.new("BlockMesh", p55)
6382b55.Name = "Mesh"
6383b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6384p56 = Instance.new("Part", m8)
6385p56.BrickColor = BrickColor.new("Black")
6386p56.Material = Enum.Material.Metal
6387p56.Reflectance = 0.40000000596046
6388p56.Name = "Block"
6389p56.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)
6390p56.CanCollide = false
6391p56.Locked = true
6392p56.FormFactor = Enum.FormFactor.Custom
6393p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6394p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6395p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6396p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6397p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6398p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6399p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6400b56 = Instance.new("BlockMesh", p56)
6401b56.Name = "Mesh"
6402b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6403p57 = Instance.new("Part", m8)
6404p57.BrickColor = BrickColor.new("Black")
6405p57.Material = Enum.Material.Metal
6406p57.Reflectance = 0.40000000596046
6407p57.Name = "Block"
6408p57.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)
6409p57.CanCollide = false
6410p57.Locked = true
6411p57.FormFactor = Enum.FormFactor.Custom
6412p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6413p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6414p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6415p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6416p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6417p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6418p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6419b57 = Instance.new("BlockMesh", p57)
6420b57.Name = "Mesh"
6421b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6422p58 = Instance.new("Part", m8)
6423p58.BrickColor = BrickColor.new("Lime green")
6424p58.Material = Enum.Material.Marble
6425p58.Name = "Block"
6426p58.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)
6427p58.CanCollide = false
6428p58.Locked = true
6429p58.FormFactor = Enum.FormFactor.Custom
6430p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6431p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6432p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6433p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6434p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6435p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6436p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6437b58 = Instance.new("BlockMesh", p58)
6438b58.Name = "Mesh"
6439b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6440p59 = Instance.new("Part", m8)
6441p59.BrickColor = BrickColor.new("Lime green")
6442p59.Material = Enum.Material.Metal
6443p59.Name = "Block"
6444p59.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)
6445p59.CanCollide = false
6446p59.Locked = true
6447p59.FormFactor = Enum.FormFactor.Custom
6448p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6449p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6450p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6451p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6452p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6453p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6454p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6455b59 = Instance.new("BlockMesh", p59)
6456b59.Name = "Mesh"
6457b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6458p60 = Instance.new("Part", m8)
6459p60.BrickColor = BrickColor.new("Lime green")
6460p60.Material = Enum.Material.Marble
6461p60.Name = "Circle"
6462p60.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)
6463p60.CanCollide = false
6464p60.Locked = true
6465p60.FormFactor = Enum.FormFactor.Custom
6466p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6467p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6468p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6469p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6470p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6471p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6472p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6473b60 = Instance.new("CylinderMesh", p60)
6474b60.Name = "Mesh"
6475b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6476p61 = Instance.new("Part", m8)
6477p61.BrickColor = BrickColor.new("Black")
6478p61.Material = Enum.Material.Metal
6479p61.Name = "Circle"
6480p61.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)
6481p61.CanCollide = false
6482p61.Locked = true
6483p61.FormFactor = Enum.FormFactor.Custom
6484p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6485p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6486p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6487p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6488p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6489p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6490p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6491b61 = Instance.new("CylinderMesh", p61)
6492b61.Name = "Mesh"
6493b61.Scale = Vector3.new(1, 0.401569068, 1)
6494p62 = Instance.new("Part", m8)
6495p62.BrickColor = BrickColor.new("Lime green")
6496p62.Material = Enum.Material.Metal
6497p62.Name = "Block"
6498p62.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)
6499p62.CanCollide = false
6500p62.Locked = true
6501p62.FormFactor = Enum.FormFactor.Custom
6502p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6503p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6504p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6505p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6506p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6507p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6508p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6509b62 = Instance.new("BlockMesh", p62)
6510b62.Name = "Mesh"
6511b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6512p63 = Instance.new("Part", m8)
6513p63.BrickColor = BrickColor.new("Lime green")
6514p63.Material = Enum.Material.Metal
6515p63.Name = "Block"
6516p63.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)
6517p63.CanCollide = false
6518p63.Locked = true
6519p63.FormFactor = Enum.FormFactor.Custom
6520p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6521p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6522p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6523p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6524p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6525p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6526p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6527b63 = Instance.new("BlockMesh", p63)
6528b63.Name = "Mesh"
6529b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6530p64 = Instance.new("Part", m8)
6531p64.BrickColor = BrickColor.new("Really black")
6532p64.Material = Enum.Material.SmoothPlastic
6533p64.Reflectance = 0.0099999997764826
6534p64.Name = "Block"
6535p64.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)
6536p64.CanCollide = false
6537p64.Locked = true
6538p64.FormFactor = Enum.FormFactor.Custom
6539p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6540p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6541p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6542p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6543p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6544p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6545p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6546b64 = Instance.new("BlockMesh", p64)
6547b64.Name = "Mesh"
6548b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6549p65 = Instance.new("Part", m8)
6550p65.BrickColor = BrickColor.new("Lime green")
6551p65.Material = Enum.Material.Metal
6552p65.Name = "Block"
6553p65.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)
6554p65.CanCollide = false
6555p65.Locked = true
6556p65.FormFactor = Enum.FormFactor.Custom
6557p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6558p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6559p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6560p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6561p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6562p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6563p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6564b65 = Instance.new("BlockMesh", p65)
6565b65.Name = "Mesh"
6566b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6567p66 = Instance.new("Part", m8)
6568p66.BrickColor = BrickColor.new("Really black")
6569p66.Material = Enum.Material.Metal
6570p66.Reflectance = 0.40000000596046
6571p66.Name = "Block"
6572p66.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)
6573p66.CanCollide = false
6574p66.Locked = true
6575p66.FormFactor = Enum.FormFactor.Custom
6576p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6577p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6578p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6579p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6580p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6581p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6582p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6583b66 = Instance.new("BlockMesh", p66)
6584b66.Name = "Mesh"
6585b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6586p67 = Instance.new("Part", m8)
6587p67.BrickColor = BrickColor.new("Lime green")
6588p67.Material = Enum.Material.Metal
6589p67.Name = "Block"
6590p67.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)
6591p67.CanCollide = false
6592p67.Locked = true
6593p67.FormFactor = Enum.FormFactor.Custom
6594p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6595p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6596p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6597p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6598p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6599p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6600p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6601b67 = Instance.new("BlockMesh", p67)
6602b67.Name = "Mesh"
6603b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6604p68 = Instance.new("Part", m8)
6605p68.BrickColor = BrickColor.new("Black")
6606p68.Material = Enum.Material.Metal
6607p68.Reflectance = 0.40000000596046
6608p68.Name = "Block"
6609p68.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)
6610p68.CanCollide = false
6611p68.Locked = true
6612p68.FormFactor = Enum.FormFactor.Custom
6613p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6614p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6615p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6616p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6617p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6618p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6619p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6620b68 = Instance.new("BlockMesh", p68)
6621b68.Name = "Mesh"
6622b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6623p69 = Instance.new("Part", m8)
6624p69.BrickColor = BrickColor.new("Earth green")
6625p69.Material = Enum.Material.Metal
6626p69.Name = "Block"
6627p69.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)
6628p69.CanCollide = false
6629p69.Locked = true
6630p69.FormFactor = Enum.FormFactor.Custom
6631p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6632p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6633p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6634p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6635p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6636p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6637p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6638b69 = Instance.new("BlockMesh", p69)
6639b69.Name = "Mesh"
6640b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6641p70 = Instance.new("Part", m8)
6642p70.BrickColor = BrickColor.new("Lime green")
6643p70.Material = Enum.Material.Marble
6644p70.Name = "Circle"
6645p70.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)
6646p70.CanCollide = false
6647p70.Locked = true
6648p70.FormFactor = Enum.FormFactor.Custom
6649p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6650p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6651p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6652p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6653p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6654p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6655p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6656b70 = Instance.new("CylinderMesh", p70)
6657b70.Name = "Mesh"
6658b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6659p71 = Instance.new("WedgePart", m8)
6660p71.BrickColor = BrickColor.new("Lime green")
6661p71.Material = Enum.Material.Neon
6662p71.Reflectance = 0.40000000596046
6663p71.Name = "Wedge"
6664p71.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)
6665p71.CanCollide = false
6666p71.Locked = true
6667p71.FormFactor = Enum.FormFactor.Custom
6668p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6669p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6670p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6671p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6672p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6673p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6674p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6675b71 = Instance.new("SpecialMesh", p71)
6676b71.MeshType = Enum.MeshType.Wedge
6677b71.Name = "Mesh"
6678b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6679p72 = Instance.new("WedgePart", m8)
6680p72.BrickColor = BrickColor.new("Lime green")
6681p72.Material = Enum.Material.Neon
6682p72.Reflectance = 0.40000000596046
6683p72.Name = "Wedge"
6684p72.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)
6685p72.CanCollide = false
6686p72.Locked = true
6687p72.FormFactor = Enum.FormFactor.Custom
6688p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6689p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6690p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6691p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6692p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6693p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6694p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6695b72 = Instance.new("SpecialMesh", p72)
6696b72.MeshType = Enum.MeshType.Wedge
6697b72.Name = "Mesh"
6698b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6699p73 = Instance.new("WedgePart", m8)
6700p73.BrickColor = BrickColor.new("Lime green")
6701p73.Material = Enum.Material.Neon
6702p73.Reflectance = 0.40000000596046
6703p73.Name = "Wedge"
6704p73.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)
6705p73.CanCollide = false
6706p73.Locked = true
6707p73.FormFactor = Enum.FormFactor.Custom
6708p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6709p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6710p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6711p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6712p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6713p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6714p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6715b73 = Instance.new("SpecialMesh", p73)
6716b73.MeshType = Enum.MeshType.Wedge
6717b73.Name = "Mesh"
6718b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6719p74 = Instance.new("WedgePart", m8)
6720p74.BrickColor = BrickColor.new("Lime green")
6721p74.Material = Enum.Material.Neon
6722p74.Reflectance = 0.40000000596046
6723p74.Name = "Wedge"
6724p74.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)
6725p74.CanCollide = false
6726p74.Locked = true
6727p74.FormFactor = Enum.FormFactor.Custom
6728p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6729p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6730p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6731p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6732p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6733p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6734p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6735b74 = Instance.new("SpecialMesh", p74)
6736b74.MeshType = Enum.MeshType.Wedge
6737b74.Name = "Mesh"
6738b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6739p75 = Instance.new("WedgePart", m8)
6740p75.BrickColor = BrickColor.new("Lime green")
6741p75.Material = Enum.Material.Neon
6742p75.Reflectance = 0.40000000596046
6743p75.Name = "Wedge"
6744p75.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)
6745p75.CanCollide = false
6746p75.Locked = true
6747p75.FormFactor = Enum.FormFactor.Custom
6748p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6749p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6750p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6751p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6752p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6753p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6754p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6755b75 = Instance.new("SpecialMesh", p75)
6756b75.MeshType = Enum.MeshType.Wedge
6757b75.Name = "Mesh"
6758b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6759p76 = Instance.new("WedgePart", m8)
6760p76.BrickColor = BrickColor.new("Lime green")
6761p76.Material = Enum.Material.Neon
6762p76.Reflectance = 0.40000000596046
6763p76.Name = "Wedge"
6764p76.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)
6765p76.CanCollide = false
6766p76.Locked = true
6767p76.FormFactor = Enum.FormFactor.Custom
6768p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6769p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6770p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6771p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6772p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6773p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6774p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6775b76 = Instance.new("SpecialMesh", p76)
6776b76.MeshType = Enum.MeshType.Wedge
6777b76.Name = "Mesh"
6778b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6779p77 = Instance.new("WedgePart", m8)
6780p77.BrickColor = BrickColor.new("Lime green")
6781p77.Material = Enum.Material.Neon
6782p77.Reflectance = 0.40000000596046
6783p77.Name = "Wedge"
6784p77.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)
6785p77.CanCollide = false
6786p77.Locked = true
6787p77.FormFactor = Enum.FormFactor.Custom
6788p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6789p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6790p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6791p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6792p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6793p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6794p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6795b77 = Instance.new("SpecialMesh", p77)
6796b77.MeshType = Enum.MeshType.Wedge
6797b77.Name = "Mesh"
6798b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6799p78 = Instance.new("WedgePart", m8)
6800p78.BrickColor = BrickColor.new("Lime green")
6801p78.Material = Enum.Material.Neon
6802p78.Reflectance = 0.40000000596046
6803p78.Name = "Wedge"
6804p78.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)
6805p78.CanCollide = false
6806p78.Locked = true
6807p78.FormFactor = Enum.FormFactor.Custom
6808p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6809p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6810p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6811p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6812p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6813p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6814p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6815b78 = Instance.new("SpecialMesh", p78)
6816b78.MeshType = Enum.MeshType.Wedge
6817b78.Name = "Mesh"
6818b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6819p79 = Instance.new("WedgePart", m8)
6820p79.BrickColor = BrickColor.new("Lime green")
6821p79.Material = Enum.Material.Neon
6822p79.Reflectance = 0.40000000596046
6823p79.Name = "Wedge"
6824p79.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)
6825p79.CanCollide = false
6826p79.Locked = true
6827p79.FormFactor = Enum.FormFactor.Custom
6828p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6829p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6830p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6831p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6832p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6833p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6834p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6835b79 = Instance.new("SpecialMesh", p79)
6836b79.MeshType = Enum.MeshType.Wedge
6837b79.Name = "Mesh"
6838b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6839p80 = Instance.new("WedgePart", m8)
6840p80.BrickColor = BrickColor.new("Black")
6841p80.Material = Enum.Material.Metal
6842p80.Reflectance = 0.40000000596046
6843p80.Name = "Wedge"
6844p80.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)
6845p80.CanCollide = false
6846p80.Locked = true
6847p80.FormFactor = Enum.FormFactor.Custom
6848p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6849p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6850p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6851p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6852p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6853p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6854p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6855b80 = Instance.new("SpecialMesh", p80)
6856b80.MeshType = Enum.MeshType.Wedge
6857b80.Name = "Mesh"
6858b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6859p81 = Instance.new("WedgePart", m8)
6860p81.BrickColor = BrickColor.new("Lime green")
6861p81.Material = Enum.Material.Neon
6862p81.Reflectance = 0.40000000596046
6863p81.Name = "Wedge"
6864p81.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)
6865p81.CanCollide = false
6866p81.Locked = true
6867p81.FormFactor = Enum.FormFactor.Custom
6868p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6869p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6870p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6871p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6872p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6873p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6874p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6875b81 = Instance.new("SpecialMesh", p81)
6876b81.MeshType = Enum.MeshType.Wedge
6877b81.Name = "Mesh"
6878b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6879p82 = Instance.new("WedgePart", m8)
6880p82.BrickColor = BrickColor.new("Really black")
6881p82.Material = Enum.Material.Metal
6882p82.Reflectance = 0.40000000596046
6883p82.Name = "Wedge"
6884p82.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)
6885p82.CanCollide = false
6886p82.Locked = true
6887p82.FormFactor = Enum.FormFactor.Custom
6888p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6889p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6890p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6891p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6892p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6893p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6894p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6895b82 = Instance.new("SpecialMesh", p82)
6896b82.MeshType = Enum.MeshType.Wedge
6897b82.Name = "Mesh"
6898b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6899p83 = Instance.new("WedgePart", m8)
6900p83.BrickColor = BrickColor.new("Really black")
6901p83.Material = Enum.Material.Metal
6902p83.Reflectance = 0.40000000596046
6903p83.Name = "Wedge"
6904p83.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)
6905p83.CanCollide = false
6906p83.Locked = true
6907p83.FormFactor = Enum.FormFactor.Custom
6908p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6909p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6910p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6911p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6912p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6913p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6914p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6915b83 = Instance.new("SpecialMesh", p83)
6916b83.MeshType = Enum.MeshType.Wedge
6917b83.Name = "Mesh"
6918b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6919p84 = Instance.new("WedgePart", m8)
6920p84.BrickColor = BrickColor.new("Lime green")
6921p84.Material = Enum.Material.Neon
6922p84.Reflectance = 0.40000000596046
6923p84.Name = "Wedge"
6924p84.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)
6925p84.CanCollide = false
6926p84.Locked = true
6927p84.FormFactor = Enum.FormFactor.Custom
6928p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6929p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6930p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6931p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6932p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6933p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6934p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6935b84 = Instance.new("SpecialMesh", p84)
6936b84.MeshType = Enum.MeshType.Wedge
6937b84.Name = "Mesh"
6938b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6939p85 = Instance.new("WedgePart", m8)
6940p85.BrickColor = BrickColor.new("Black")
6941p85.Material = Enum.Material.Metal
6942p85.Reflectance = 0.40000000596046
6943p85.Name = "Wedge"
6944p85.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)
6945p85.CanCollide = false
6946p85.Locked = true
6947p85.FormFactor = Enum.FormFactor.Custom
6948p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6949p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6950p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6951p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6952p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6953p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6954p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6955b85 = Instance.new("SpecialMesh", p85)
6956b85.MeshType = Enum.MeshType.Wedge
6957b85.Name = "Mesh"
6958b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6959p86 = Instance.new("WedgePart", m8)
6960p86.BrickColor = BrickColor.new("Lime green")
6961p86.Material = Enum.Material.Neon
6962p86.Reflectance = 0.40000000596046
6963p86.Name = "Wedge"
6964p86.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)
6965p86.CanCollide = false
6966p86.Locked = true
6967p86.FormFactor = Enum.FormFactor.Custom
6968p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6969p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6970p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6971p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6972p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6973p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6974p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6975b86 = Instance.new("SpecialMesh", p86)
6976b86.MeshType = Enum.MeshType.Wedge
6977b86.Name = "Mesh"
6978b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6979p87 = Instance.new("WedgePart", m8)
6980p87.BrickColor = BrickColor.new("Lime green")
6981p87.Material = Enum.Material.Neon
6982p87.Reflectance = 0.40000000596046
6983p87.Name = "Wedge"
6984p87.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)
6985p87.CanCollide = false
6986p87.Locked = true
6987p87.FormFactor = Enum.FormFactor.Custom
6988p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6989p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6990p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6991p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6992p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6993p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6994p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6995b87 = Instance.new("SpecialMesh", p87)
6996b87.MeshType = Enum.MeshType.Wedge
6997b87.Name = "Mesh"
6998b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6999p88 = Instance.new("WedgePart", m8)
7000p88.BrickColor = BrickColor.new("Lime green")
7001p88.Material = Enum.Material.Neon
7002p88.Reflectance = 0.40000000596046
7003p88.Name = "Wedge"
7004p88.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)
7005p88.CanCollide = false
7006p88.Locked = true
7007p88.FormFactor = Enum.FormFactor.Custom
7008p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7009p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7010p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7011p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7012p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7013p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7014p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7015b88 = Instance.new("SpecialMesh", p88)
7016b88.MeshType = Enum.MeshType.Wedge
7017b88.Name = "Mesh"
7018b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7019p89 = Instance.new("WedgePart", m8)
7020p89.BrickColor = BrickColor.new("Lime green")
7021p89.Material = Enum.Material.Neon
7022p89.Reflectance = 0.40000000596046
7023p89.Name = "Wedge"
7024p89.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)
7025p89.CanCollide = false
7026p89.Locked = true
7027p89.FormFactor = Enum.FormFactor.Custom
7028p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7029p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7030p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7031p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7032p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7033p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7034p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7035b89 = Instance.new("SpecialMesh", p89)
7036b89.MeshType = Enum.MeshType.Wedge
7037b89.Name = "Mesh"
7038b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7039p90 = Instance.new("WedgePart", m8)
7040p90.BrickColor = BrickColor.new("Lime green")
7041p90.Material = Enum.Material.Neon
7042p90.Reflectance = 0.40000000596046
7043p90.Name = "Wedge"
7044p90.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)
7045p90.CanCollide = false
7046p90.Locked = true
7047p90.FormFactor = Enum.FormFactor.Custom
7048p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7049p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7050p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7051p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7052p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7053p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7054p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7055b90 = Instance.new("SpecialMesh", p90)
7056b90.MeshType = Enum.MeshType.Wedge
7057b90.Name = "Mesh"
7058b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7059p91 = Instance.new("WedgePart", m8)
7060p91.BrickColor = BrickColor.new("Really black")
7061p91.Material = Enum.Material.Metal
7062p91.Reflectance = 0.40000000596046
7063p91.Name = "Wedge"
7064p91.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)
7065p91.CanCollide = false
7066p91.Locked = true
7067p91.FormFactor = Enum.FormFactor.Custom
7068p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7069p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7070p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7071p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7072p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7073p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7074p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7075b91 = Instance.new("SpecialMesh", p91)
7076b91.MeshType = Enum.MeshType.Wedge
7077b91.Name = "Mesh"
7078b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7079p92 = Instance.new("WedgePart", m8)
7080p92.BrickColor = BrickColor.new("Lime green")
7081p92.Material = Enum.Material.Neon
7082p92.Reflectance = 0.40000000596046
7083p92.Name = "Wedge"
7084p92.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)
7085p92.CanCollide = false
7086p92.Locked = true
7087p92.FormFactor = Enum.FormFactor.Custom
7088p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7089p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7090p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7091p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7092p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7093p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7094p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7095b92 = Instance.new("SpecialMesh", p92)
7096b92.MeshType = Enum.MeshType.Wedge
7097b92.Name = "Mesh"
7098b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7099p93 = Instance.new("WedgePart", m8)
7100p93.BrickColor = BrickColor.new("Lime green")
7101p93.Material = Enum.Material.Neon
7102p93.Reflectance = 0.40000000596046
7103p93.Name = "Wedge"
7104p93.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)
7105p93.CanCollide = false
7106p93.Locked = true
7107p93.FormFactor = Enum.FormFactor.Custom
7108p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7109p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7110p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7111p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7112p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7113p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7114p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7115b93 = Instance.new("SpecialMesh", p93)
7116b93.MeshType = Enum.MeshType.Wedge
7117b93.Name = "Mesh"
7118b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7119p94 = Instance.new("WedgePart", m8)
7120p94.BrickColor = BrickColor.new("Lime green")
7121p94.Material = Enum.Material.Neon
7122p94.Reflectance = 0.40000000596046
7123p94.Name = "Wedge"
7124p94.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)
7125p94.CanCollide = false
7126p94.Locked = true
7127p94.FormFactor = Enum.FormFactor.Custom
7128p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7129p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7130p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7131p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7132p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7133p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7134p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7135b94 = Instance.new("SpecialMesh", p94)
7136b94.MeshType = Enum.MeshType.Wedge
7137b94.Name = "Mesh"
7138b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7139p95 = Instance.new("WedgePart", m8)
7140p95.BrickColor = BrickColor.new("Black")
7141p95.Material = Enum.Material.Metal
7142p95.Reflectance = 0.40000000596046
7143p95.Name = "Wedge"
7144p95.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)
7145p95.CanCollide = false
7146p95.Locked = true
7147p95.FormFactor = Enum.FormFactor.Custom
7148p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7149p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7150p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7151p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7152p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7153p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7154p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7155b95 = Instance.new("SpecialMesh", p95)
7156b95.MeshType = Enum.MeshType.Wedge
7157b95.Name = "Mesh"
7158b95.Scale = Vector3.new(0.261019886, 1, 1)
7159p96 = Instance.new("WedgePart", m8)
7160p96.BrickColor = BrickColor.new("Lime green")
7161p96.Material = Enum.Material.Neon
7162p96.Reflectance = 0.40000000596046
7163p96.Name = "Wedge"
7164p96.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)
7165p96.CanCollide = false
7166p96.Locked = true
7167p96.FormFactor = Enum.FormFactor.Custom
7168p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7169p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7170p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7171p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7172p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7173p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7174p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7175b96 = Instance.new("SpecialMesh", p96)
7176b96.MeshType = Enum.MeshType.Wedge
7177b96.Name = "Mesh"
7178b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7179p97 = Instance.new("WedgePart", m8)
7180p97.BrickColor = BrickColor.new("Lime green")
7181p97.Material = Enum.Material.Neon
7182p97.Reflectance = 0.40000000596046
7183p97.Name = "Wedge"
7184p97.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)
7185p97.CanCollide = false
7186p97.Locked = true
7187p97.FormFactor = Enum.FormFactor.Custom
7188p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7189p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7190p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7191p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7192p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7193p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7194p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7195b97 = Instance.new("SpecialMesh", p97)
7196b97.MeshType = Enum.MeshType.Wedge
7197b97.Name = "Mesh"
7198b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7199p98 = Instance.new("WedgePart", m8)
7200p98.BrickColor = BrickColor.new("Lime green")
7201p98.Material = Enum.Material.Neon
7202p98.Reflectance = 0.40000000596046
7203p98.Name = "Wedge"
7204p98.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)
7205p98.CanCollide = false
7206p98.Locked = true
7207p98.FormFactor = Enum.FormFactor.Custom
7208p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7209p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7210p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7211p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7212p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7213p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7214p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7215b98 = Instance.new("SpecialMesh", p98)
7216b98.MeshType = Enum.MeshType.Wedge
7217b98.Name = "Mesh"
7218b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7219p99 = Instance.new("WedgePart", m8)
7220p99.BrickColor = BrickColor.new("Lime green")
7221p99.Material = Enum.Material.Neon
7222p99.Reflectance = 0.40000000596046
7223p99.Name = "Wedge"
7224p99.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)
7225p99.CanCollide = false
7226p99.Locked = true
7227p99.FormFactor = Enum.FormFactor.Custom
7228p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7229p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7230p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7231p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7232p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7233p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7234p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7235b99 = Instance.new("SpecialMesh", p99)
7236b99.MeshType = Enum.MeshType.Wedge
7237b99.Name = "Mesh"
7238b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7239p100 = Instance.new("WedgePart", m8)
7240p100.BrickColor = BrickColor.new("Lime green")
7241p100.Material = Enum.Material.Neon
7242p100.Reflectance = 0.40000000596046
7243p100.Name = "Wedge"
7244p100.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)
7245p100.CanCollide = false
7246p100.Locked = true
7247p100.FormFactor = Enum.FormFactor.Custom
7248p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7249p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7250p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7251p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7252p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7253p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7254p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7255b100 = Instance.new("SpecialMesh", p100)
7256b100.MeshType = Enum.MeshType.Wedge
7257b100.Name = "Mesh"
7258b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7259p101 = Instance.new("WedgePart", m8)
7260p101.BrickColor = BrickColor.new("Lime green")
7261p101.Material = Enum.Material.Neon
7262p101.Reflectance = 0.40000000596046
7263p101.Name = "Wedge"
7264p101.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)
7265p101.CanCollide = false
7266p101.Locked = true
7267p101.FormFactor = Enum.FormFactor.Custom
7268p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7269p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7270p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7271p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7272p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7273p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7274p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7275b101 = Instance.new("SpecialMesh", p101)
7276b101.MeshType = Enum.MeshType.Wedge
7277b101.Name = "Mesh"
7278b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7279p102 = Instance.new("WedgePart", m8)
7280p102.BrickColor = BrickColor.new("Lime green")
7281p102.Material = Enum.Material.Neon
7282p102.Reflectance = 0.40000000596046
7283p102.Name = "Wedge"
7284p102.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)
7285p102.CanCollide = false
7286p102.Locked = true
7287p102.FormFactor = Enum.FormFactor.Custom
7288p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7289p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7290p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7291p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7292p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7293p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7294p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7295b102 = Instance.new("SpecialMesh", p102)
7296b102.MeshType = Enum.MeshType.Wedge
7297b102.Name = "Mesh"
7298b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7299p103 = Instance.new("WedgePart", m8)
7300p103.BrickColor = BrickColor.new("Lime green")
7301p103.Material = Enum.Material.Neon
7302p103.Reflectance = 0.40000000596046
7303p103.Name = "Wedge"
7304p103.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)
7305p103.CanCollide = false
7306p103.Locked = true
7307p103.FormFactor = Enum.FormFactor.Custom
7308p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7309p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7310p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7311p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7312p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7313p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7314p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7315b103 = Instance.new("SpecialMesh", p103)
7316b103.MeshType = Enum.MeshType.Wedge
7317b103.Name = "Mesh"
7318b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7319p104 = Instance.new("WedgePart", m8)
7320p104.BrickColor = BrickColor.new("Lime green")
7321p104.Material = Enum.Material.Neon
7322p104.Reflectance = 0.40000000596046
7323p104.Name = "Wedge"
7324p104.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)
7325p104.CanCollide = false
7326p104.Locked = true
7327p104.FormFactor = Enum.FormFactor.Custom
7328p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7329p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7330p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7331p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7332p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7333p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7334p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7335b104 = Instance.new("SpecialMesh", p104)
7336b104.MeshType = Enum.MeshType.Wedge
7337b104.Name = "Mesh"
7338b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7339p105 = Instance.new("WedgePart", m8)
7340p105.BrickColor = BrickColor.new("Really black")
7341p105.Material = Enum.Material.Metal
7342p105.Reflectance = 0.40000000596046
7343p105.Name = "Wedge"
7344p105.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)
7345p105.CanCollide = false
7346p105.Locked = true
7347p105.FormFactor = Enum.FormFactor.Custom
7348p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7349p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7350p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7351p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7352p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7353p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7354p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7355b105 = Instance.new("SpecialMesh", p105)
7356b105.MeshType = Enum.MeshType.Wedge
7357b105.Name = "Mesh"
7358b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7359p106 = Instance.new("WedgePart", m8)
7360p106.BrickColor = BrickColor.new("Lime green")
7361p106.Material = Enum.Material.Neon
7362p106.Reflectance = 0.40000000596046
7363p106.Name = "Wedge"
7364p106.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)
7365p106.CanCollide = false
7366p106.Locked = true
7367p106.FormFactor = Enum.FormFactor.Custom
7368p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7369p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7370p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7371p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7372p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7373p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7374p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7375b106 = Instance.new("SpecialMesh", p106)
7376b106.MeshType = Enum.MeshType.Wedge
7377b106.Name = "Mesh"
7378b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7379p107 = Instance.new("WedgePart", m8)
7380p107.BrickColor = BrickColor.new("Lime green")
7381p107.Material = Enum.Material.Neon
7382p107.Reflectance = 0.40000000596046
7383p107.Name = "Wedge"
7384p107.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)
7385p107.CanCollide = false
7386p107.Locked = true
7387p107.FormFactor = Enum.FormFactor.Custom
7388p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7389p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7390p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7391p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7392p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7393p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7394p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7395b107 = Instance.new("SpecialMesh", p107)
7396b107.MeshType = Enum.MeshType.Wedge
7397b107.Name = "Mesh"
7398b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7399p108 = Instance.new("WedgePart", m8)
7400p108.BrickColor = BrickColor.new("Black")
7401p108.Material = Enum.Material.Metal
7402p108.Reflectance = 0.40000000596046
7403p108.Name = "Wedge"
7404p108.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)
7405p108.CanCollide = false
7406p108.Locked = true
7407p108.FormFactor = Enum.FormFactor.Custom
7408p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7409p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7410p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7411p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7412p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7413p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7414p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7415b108 = Instance.new("SpecialMesh", p108)
7416b108.MeshType = Enum.MeshType.Wedge
7417b108.Name = "Mesh"
7418b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7419p109 = Instance.new("WedgePart", m8)
7420p109.BrickColor = BrickColor.new("Lime green")
7421p109.Material = Enum.Material.Neon
7422p109.Reflectance = 0.40000000596046
7423p109.Name = "Wedge"
7424p109.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)
7425p109.CanCollide = false
7426p109.Locked = true
7427p109.FormFactor = Enum.FormFactor.Custom
7428p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7429p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7430p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7431p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7432p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7433p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7434p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7435b109 = Instance.new("SpecialMesh", p109)
7436b109.MeshType = Enum.MeshType.Wedge
7437b109.Name = "Mesh"
7438b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7439p110 = Instance.new("WedgePart", m8)
7440p110.BrickColor = BrickColor.new("Lime green")
7441p110.Material = Enum.Material.Neon
7442p110.Reflectance = 0.40000000596046
7443p110.Name = "Wedge"
7444p110.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)
7445p110.CanCollide = false
7446p110.Locked = true
7447p110.FormFactor = Enum.FormFactor.Custom
7448p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7449p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7450p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7451p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7452p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7453p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7454p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7455b110 = Instance.new("SpecialMesh", p110)
7456b110.MeshType = Enum.MeshType.Wedge
7457b110.Name = "Mesh"
7458b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7459p111 = Instance.new("Part", m8)
7460p111.BrickColor = BrickColor.new("Really black")
7461p111.Material = Enum.Material.Metal
7462p111.Transparency = 1
7463p111.Name = "Hitbox"
7464p111.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)
7465p111.CanCollide = false
7466p111.Locked = true
7467p111.FormFactor = Enum.FormFactor.Custom
7468p111.Size = Vector3.new(0.22, 2.57, 1.22)
7469p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7470p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7471p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7472p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7473p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7474p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7475b111 = Instance.new("BlockMesh", p111)
7476b111.Name = "Mesh"
7477w1 = Instance.new("Weld", p1)
7478w1.Name = "Block_Weld"
7479w1.Part0 = p1
7480w1.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)
7481w1.Part1 = p2
7482w1.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)
7483w2 = Instance.new("Weld", p2)
7484w2.Name = "Block_Weld"
7485w2.Part0 = p2
7486w2.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)
7487w2.Part1 = p3
7488w2.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)
7489w3 = Instance.new("Weld", p3)
7490w3.Name = "Block_Weld"
7491w3.Part0 = p3
7492w3.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)
7493w3.Part1 = p4
7494w3.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)
7495w4 = Instance.new("Weld", p4)
7496w4.Name = "Block_Weld"
7497w4.Part0 = p4
7498w4.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)
7499w4.Part1 = p5
7500w4.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)
7501w5 = Instance.new("Weld", p5)
7502w5.Name = "Block_Weld"
7503w5.Part0 = p5
7504w5.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)
7505w5.Part1 = p6
7506w5.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)
7507w6 = Instance.new("Weld", p6)
7508w6.Name = "Block_Weld"
7509w6.Part0 = p6
7510w6.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)
7511w6.Part1 = p7
7512w6.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)
7513w7 = Instance.new("Weld", p7)
7514w7.Name = "Block_Weld"
7515w7.Part0 = p7
7516w7.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)
7517w7.Part1 = p8
7518w7.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)
7519w8 = Instance.new("Weld", p8)
7520w8.Name = "Block_Weld"
7521w8.Part0 = p8
7522w8.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)
7523w8.Part1 = p9
7524w8.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)
7525w9 = Instance.new("Weld", p9)
7526w9.Name = "Block_Weld"
7527w9.Part0 = p9
7528w9.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)
7529w9.Part1 = p10
7530w9.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)
7531w10 = Instance.new("Weld", p10)
7532w10.Name = "Circle_Weld"
7533w10.Part0 = p10
7534w10.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)
7535w10.Part1 = p11
7536w10.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)
7537w11 = Instance.new("Weld", p11)
7538w11.Name = "Block_Weld"
7539w11.Part0 = p11
7540w11.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)
7541w11.Part1 = p12
7542w11.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)
7543w12 = Instance.new("Weld", p12)
7544w12.Name = "Block_Weld"
7545w12.Part0 = p12
7546w12.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)
7547w12.Part1 = p13
7548w12.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)
7549w13 = Instance.new("Weld", p13)
7550w13.Name = "Block_Weld"
7551w13.Part0 = p13
7552w13.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)
7553w13.Part1 = p14
7554w13.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)
7555w14 = Instance.new("Weld", p14)
7556w14.Name = "Block_Weld"
7557w14.Part0 = p14
7558w14.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)
7559w14.Part1 = p15
7560w14.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)
7561w15 = Instance.new("Weld", p15)
7562w15.Name = "Handle_Weld"
7563w15.Part0 = p15
7564w15.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)
7565w15.Part1 = p16
7566w15.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)
7567w16 = Instance.new("Weld", p16)
7568w16.Name = "Block_Weld"
7569w16.Part0 = p16
7570w16.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)
7571w16.Part1 = p17
7572w16.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)
7573w17 = Instance.new("Weld", p17)
7574w17.Name = "Block_Weld"
7575w17.Part0 = p17
7576w17.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)
7577w17.Part1 = p18
7578w17.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)
7579w18 = Instance.new("Weld", p18)
7580w18.Name = "Block_Weld"
7581w18.Part0 = p18
7582w18.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)
7583w18.Part1 = p19
7584w18.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)
7585w19 = Instance.new("Weld", p19)
7586w19.Name = "Block_Weld"
7587w19.Part0 = p19
7588w19.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)
7589w19.Part1 = p20
7590w19.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)
7591w20 = Instance.new("Weld", p20)
7592w20.Name = "Block_Weld"
7593w20.Part0 = p20
7594w20.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)
7595w20.Part1 = p21
7596w20.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)
7597w21 = Instance.new("Weld", p21)
7598w21.Name = "Block_Weld"
7599w21.Part0 = p21
7600w21.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)
7601w21.Part1 = p22
7602w21.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)
7603w22 = Instance.new("Weld", p22)
7604w22.Name = "Block_Weld"
7605w22.Part0 = p22
7606w22.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)
7607w22.Part1 = p23
7608w22.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)
7609w23 = Instance.new("Weld", p23)
7610w23.Name = "Block_Weld"
7611w23.Part0 = p23
7612w23.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)
7613w23.Part1 = p24
7614w23.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)
7615w24 = Instance.new("Weld", p24)
7616w24.Name = "Block_Weld"
7617w24.Part0 = p24
7618w24.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)
7619w24.Part1 = p25
7620w24.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)
7621w25 = Instance.new("Weld", p25)
7622w25.Name = "Block_Weld"
7623w25.Part0 = p25
7624w25.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)
7625w25.Part1 = p26
7626w25.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)
7627w26 = Instance.new("Weld", p26)
7628w26.Name = "Block_Weld"
7629w26.Part0 = p26
7630w26.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)
7631w26.Part1 = p27
7632w26.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)
7633w27 = Instance.new("Weld", p27)
7634w27.Name = "Circle_Weld"
7635w27.Part0 = p27
7636w27.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)
7637w27.Part1 = p28
7638w27.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)
7639w28 = Instance.new("Weld", p28)
7640w28.Name = "Block_Weld"
7641w28.Part0 = p28
7642w28.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)
7643w28.Part1 = p29
7644w28.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)
7645w29 = Instance.new("Weld", p29)
7646w29.Name = "Block_Weld"
7647w29.Part0 = p29
7648w29.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)
7649w29.Part1 = p30
7650w29.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)
7651w30 = Instance.new("Weld", p30)
7652w30.Name = "Block_Weld"
7653w30.Part0 = p30
7654w30.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)
7655w30.Part1 = p31
7656w30.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)
7657w31 = Instance.new("Weld", p31)
7658w31.Name = "Block_Weld"
7659w31.Part0 = p31
7660w31.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)
7661w31.Part1 = p32
7662w31.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)
7663w32 = Instance.new("Weld", p32)
7664w32.Name = "Block_Weld"
7665w32.Part0 = p32
7666w32.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)
7667w32.Part1 = p33
7668w32.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)
7669w33 = Instance.new("Weld", p33)
7670w33.Name = "Block_Weld"
7671w33.Part0 = p33
7672w33.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)
7673w33.Part1 = p34
7674w33.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)
7675w34 = Instance.new("Weld", p34)
7676w34.Name = "Block_Weld"
7677w34.Part0 = p34
7678w34.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)
7679w34.Part1 = p35
7680w34.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)
7681w35 = Instance.new("Weld", p35)
7682w35.Name = "Block_Weld"
7683w35.Part0 = p35
7684w35.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)
7685w35.Part1 = p36
7686w35.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)
7687w36 = Instance.new("Weld", p36)
7688w36.Name = "Circle_Weld"
7689w36.Part0 = p36
7690w36.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)
7691w36.Part1 = p37
7692w36.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)
7693w37 = Instance.new("Weld", p37)
7694w37.Name = "Block_Weld"
7695w37.Part0 = p37
7696w37.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)
7697w37.Part1 = p38
7698w37.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)
7699w38 = Instance.new("Weld", p38)
7700w38.Name = "Block_Weld"
7701w38.Part0 = p38
7702w38.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)
7703w38.Part1 = p39
7704w38.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)
7705w39 = Instance.new("Weld", p39)
7706w39.Name = "Block_Weld"
7707w39.Part0 = p39
7708w39.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)
7709w39.Part1 = p40
7710w39.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)
7711w40 = Instance.new("Weld", p40)
7712w40.Name = "Block_Weld"
7713w40.Part0 = p40
7714w40.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)
7715w40.Part1 = p41
7716w40.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)
7717w41 = Instance.new("Weld", p41)
7718w41.Name = "Block_Weld"
7719w41.Part0 = p41
7720w41.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)
7721w41.Part1 = p42
7722w41.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)
7723w42 = Instance.new("Weld", p42)
7724w42.Name = "Block_Weld"
7725w42.Part0 = p42
7726w42.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)
7727w42.Part1 = p43
7728w42.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)
7729w43 = Instance.new("Weld", p43)
7730w43.Name = "Circle_Weld"
7731w43.Part0 = p43
7732w43.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)
7733w43.Part1 = p44
7734w43.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)
7735w44 = Instance.new("Weld", p44)
7736w44.Name = "Block_Weld"
7737w44.Part0 = p44
7738w44.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)
7739w44.Part1 = p45
7740w44.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)
7741w45 = Instance.new("Weld", p45)
7742w45.Name = "Block_Weld"
7743w45.Part0 = p45
7744w45.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)
7745w45.Part1 = p46
7746w45.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)
7747w46 = Instance.new("Weld", p46)
7748w46.Name = "Block_Weld"
7749w46.Part0 = p46
7750w46.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)
7751w46.Part1 = p47
7752w46.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)
7753w47 = Instance.new("Weld", p47)
7754w47.Name = "Block_Weld"
7755w47.Part0 = p47
7756w47.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)
7757w47.Part1 = p48
7758w47.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)
7759w48 = Instance.new("Weld", p48)
7760w48.Name = "Block_Weld"
7761w48.Part0 = p48
7762w48.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)
7763w48.Part1 = p49
7764w48.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)
7765w49 = Instance.new("Weld", p49)
7766w49.Name = "Block_Weld"
7767w49.Part0 = p49
7768w49.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)
7769w49.Part1 = p50
7770w49.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)
7771w50 = Instance.new("Weld", p50)
7772w50.Name = "Block_Weld"
7773w50.Part0 = p50
7774w50.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)
7775w50.Part1 = p51
7776w50.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)
7777w51 = Instance.new("Weld", p51)
7778w51.Name = "Block_Weld"
7779w51.Part0 = p51
7780w51.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)
7781w51.Part1 = p52
7782w51.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)
7783w52 = Instance.new("Weld", p52)
7784w52.Name = "Block_Weld"
7785w52.Part0 = p52
7786w52.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)
7787w52.Part1 = p53
7788w52.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)
7789w53 = Instance.new("Weld", p53)
7790w53.Name = "Circle_Weld"
7791w53.Part0 = p53
7792w53.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)
7793w53.Part1 = p54
7794w53.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)
7795w54 = Instance.new("Weld", p54)
7796w54.Name = "Block_Weld"
7797w54.Part0 = p54
7798w54.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)
7799w54.Part1 = p55
7800w54.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)
7801w55 = Instance.new("Weld", p55)
7802w55.Name = "Block_Weld"
7803w55.Part0 = p55
7804w55.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)
7805w55.Part1 = p56
7806w55.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)
7807w56 = Instance.new("Weld", p56)
7808w56.Name = "Block_Weld"
7809w56.Part0 = p56
7810w56.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)
7811w56.Part1 = p57
7812w56.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)
7813w57 = Instance.new("Weld", p57)
7814w57.Name = "Block_Weld"
7815w57.Part0 = p57
7816w57.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)
7817w57.Part1 = p58
7818w57.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)
7819w58 = Instance.new("Weld", p58)
7820w58.Name = "Block_Weld"
7821w58.Part0 = p58
7822w58.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)
7823w58.Part1 = p59
7824w58.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)
7825w59 = Instance.new("Weld", p59)
7826w59.Name = "Circle_Weld"
7827w59.Part0 = p59
7828w59.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)
7829w59.Part1 = p60
7830w59.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)
7831w60 = Instance.new("Weld", p60)
7832w60.Name = "Circle_Weld"
7833w60.Part0 = p60
7834w60.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)
7835w60.Part1 = p61
7836w60.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)
7837w61 = Instance.new("Weld", p61)
7838w61.Name = "Block_Weld"
7839w61.Part0 = p61
7840w61.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)
7841w61.Part1 = p62
7842w61.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)
7843w62 = Instance.new("Weld", p62)
7844w62.Name = "Block_Weld"
7845w62.Part0 = p62
7846w62.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)
7847w62.Part1 = p63
7848w62.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)
7849w63 = Instance.new("Weld", p63)
7850w63.Name = "Block_Weld"
7851w63.Part0 = p63
7852w63.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)
7853w63.Part1 = p64
7854w63.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)
7855w64 = Instance.new("Weld", p64)
7856w64.Name = "Block_Weld"
7857w64.Part0 = p64
7858w64.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)
7859w64.Part1 = p65
7860w64.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)
7861w65 = Instance.new("Weld", p65)
7862w65.Name = "Block_Weld"
7863w65.Part0 = p65
7864w65.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)
7865w65.Part1 = p66
7866w65.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)
7867w66 = Instance.new("Weld", p66)
7868w66.Name = "Block_Weld"
7869w66.Part0 = p66
7870w66.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)
7871w66.Part1 = p67
7872w66.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)
7873w67 = Instance.new("Weld", p67)
7874w67.Name = "Block_Weld"
7875w67.Part0 = p67
7876w67.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)
7877w67.Part1 = p68
7878w67.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)
7879w68 = Instance.new("Weld", p68)
7880w68.Name = "Block_Weld"
7881w68.Part0 = p68
7882w68.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)
7883w68.Part1 = p69
7884w68.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)
7885w69 = Instance.new("Weld", p69)
7886w69.Name = "Circle_Weld"
7887w69.Part0 = p69
7888w69.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)
7889w69.Part1 = p70
7890w69.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)
7891w70 = Instance.new("Weld", p70)
7892w70.Name = "Wedge_Weld"
7893w70.Part0 = p70
7894w70.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)
7895w70.Part1 = p71
7896w70.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)
7897w71 = Instance.new("Weld", p71)
7898w71.Name = "Wedge_Weld"
7899w71.Part0 = p71
7900w71.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)
7901w71.Part1 = p72
7902w71.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)
7903w72 = Instance.new("Weld", p72)
7904w72.Name = "Wedge_Weld"
7905w72.Part0 = p72
7906w72.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)
7907w72.Part1 = p73
7908w72.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)
7909w73 = Instance.new("Weld", p73)
7910w73.Name = "Wedge_Weld"
7911w73.Part0 = p73
7912w73.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)
7913w73.Part1 = p74
7914w73.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)
7915w74 = Instance.new("Weld", p74)
7916w74.Name = "Wedge_Weld"
7917w74.Part0 = p74
7918w74.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)
7919w74.Part1 = p75
7920w74.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)
7921w75 = Instance.new("Weld", p75)
7922w75.Name = "Wedge_Weld"
7923w75.Part0 = p75
7924w75.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)
7925w75.Part1 = p76
7926w75.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)
7927w76 = Instance.new("Weld", p76)
7928w76.Name = "Wedge_Weld"
7929w76.Part0 = p76
7930w76.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)
7931w76.Part1 = p77
7932w76.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)
7933w77 = Instance.new("Weld", p77)
7934w77.Name = "Wedge_Weld"
7935w77.Part0 = p77
7936w77.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)
7937w77.Part1 = p78
7938w77.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)
7939w78 = Instance.new("Weld", p78)
7940w78.Name = "Wedge_Weld"
7941w78.Part0 = p78
7942w78.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)
7943w78.Part1 = p79
7944w78.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)
7945w79 = Instance.new("Weld", p79)
7946w79.Name = "Wedge_Weld"
7947w79.Part0 = p79
7948w79.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)
7949w79.Part1 = p80
7950w79.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)
7951w80 = Instance.new("Weld", p80)
7952w80.Name = "Wedge_Weld"
7953w80.Part0 = p80
7954w80.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)
7955w80.Part1 = p81
7956w80.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)
7957w81 = Instance.new("Weld", p81)
7958w81.Name = "Wedge_Weld"
7959w81.Part0 = p81
7960w81.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)
7961w81.Part1 = p82
7962w81.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)
7963w82 = Instance.new("Weld", p82)
7964w82.Name = "Wedge_Weld"
7965w82.Part0 = p82
7966w82.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)
7967w82.Part1 = p83
7968w82.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)
7969w83 = Instance.new("Weld", p83)
7970w83.Name = "Wedge_Weld"
7971w83.Part0 = p83
7972w83.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)
7973w83.Part1 = p84
7974w83.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)
7975w84 = Instance.new("Weld", p84)
7976w84.Name = "Wedge_Weld"
7977w84.Part0 = p84
7978w84.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)
7979w84.Part1 = p85
7980w84.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)
7981w85 = Instance.new("Weld", p85)
7982w85.Name = "Wedge_Weld"
7983w85.Part0 = p85
7984w85.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)
7985w85.Part1 = p86
7986w85.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)
7987w86 = Instance.new("Weld", p86)
7988w86.Name = "Wedge_Weld"
7989w86.Part0 = p86
7990w86.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)
7991w86.Part1 = p87
7992w86.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)
7993w87 = Instance.new("Weld", p87)
7994w87.Name = "Wedge_Weld"
7995w87.Part0 = p87
7996w87.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)
7997w87.Part1 = p88
7998w87.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)
7999w88 = Instance.new("Weld", p88)
8000w88.Name = "Wedge_Weld"
8001w88.Part0 = p88
8002w88.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)
8003w88.Part1 = p89
8004w88.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)
8005w89 = Instance.new("Weld", p89)
8006w89.Name = "Wedge_Weld"
8007w89.Part0 = p89
8008w89.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)
8009w89.Part1 = p90
8010w89.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)
8011w90 = Instance.new("Weld", p90)
8012w90.Name = "Wedge_Weld"
8013w90.Part0 = p90
8014w90.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)
8015w90.Part1 = p91
8016w90.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)
8017w91 = Instance.new("Weld", p91)
8018w91.Name = "Wedge_Weld"
8019w91.Part0 = p91
8020w91.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)
8021w91.Part1 = p92
8022w91.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)
8023w92 = Instance.new("Weld", p92)
8024w92.Name = "Wedge_Weld"
8025w92.Part0 = p92
8026w92.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)
8027w92.Part1 = p93
8028w92.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)
8029w93 = Instance.new("Weld", p93)
8030w93.Name = "Wedge_Weld"
8031w93.Part0 = p93
8032w93.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)
8033w93.Part1 = p94
8034w93.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)
8035w94 = Instance.new("Weld", p94)
8036w94.Name = "Wedge_Weld"
8037w94.Part0 = p94
8038w94.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)
8039w94.Part1 = p95
8040w94.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)
8041w95 = Instance.new("Weld", p95)
8042w95.Name = "Wedge_Weld"
8043w95.Part0 = p95
8044w95.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)
8045w95.Part1 = p96
8046w95.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)
8047w96 = Instance.new("Weld", p96)
8048w96.Name = "Wedge_Weld"
8049w96.Part0 = p96
8050w96.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)
8051w96.Part1 = p97
8052w96.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)
8053w97 = Instance.new("Weld", p97)
8054w97.Name = "Wedge_Weld"
8055w97.Part0 = p97
8056w97.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)
8057w97.Part1 = p98
8058w97.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)
8059w98 = Instance.new("Weld", p98)
8060w98.Name = "Wedge_Weld"
8061w98.Part0 = p98
8062w98.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)
8063w98.Part1 = p99
8064w98.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)
8065w99 = Instance.new("Weld", p99)
8066w99.Name = "Wedge_Weld"
8067w99.Part0 = p99
8068w99.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)
8069w99.Part1 = p100
8070w99.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)
8071w100 = Instance.new("Weld", p100)
8072w100.Name = "Wedge_Weld"
8073w100.Part0 = p100
8074w100.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)
8075w100.Part1 = p101
8076w100.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)
8077w101 = Instance.new("Weld", p101)
8078w101.Name = "Wedge_Weld"
8079w101.Part0 = p101
8080w101.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)
8081w101.Part1 = p102
8082w101.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)
8083w102 = Instance.new("Weld", p102)
8084w102.Name = "Wedge_Weld"
8085w102.Part0 = p102
8086w102.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)
8087w102.Part1 = p103
8088w102.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)
8089w103 = Instance.new("Weld", p103)
8090w103.Name = "Wedge_Weld"
8091w103.Part0 = p103
8092w103.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)
8093w103.Part1 = p104
8094w103.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)
8095w104 = Instance.new("Weld", p104)
8096w104.Name = "Wedge_Weld"
8097w104.Part0 = p104
8098w104.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)
8099w104.Part1 = p105
8100w104.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)
8101w105 = Instance.new("Weld", p105)
8102w105.Name = "Wedge_Weld"
8103w105.Part0 = p105
8104w105.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)
8105w105.Part1 = p106
8106w105.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)
8107w106 = Instance.new("Weld", p106)
8108w106.Name = "Wedge_Weld"
8109w106.Part0 = p106
8110w106.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)
8111w106.Part1 = p107
8112w106.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)
8113w107 = Instance.new("Weld", p107)
8114w107.Name = "Wedge_Weld"
8115w107.Part0 = p107
8116w107.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)
8117w107.Part1 = p108
8118w107.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)
8119w108 = Instance.new("Weld", p108)
8120w108.Name = "Wedge_Weld"
8121w108.Part0 = p108
8122w108.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)
8123w108.Part1 = p109
8124w108.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)
8125w109 = Instance.new("Weld", p109)
8126w109.Name = "Wedge_Weld"
8127w109.Part0 = p109
8128w109.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)
8129w109.Part1 = p110
8130w109.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)
8131w110 = Instance.new("Weld", p110)
8132w110.Name = "Hitbox_Weld"
8133w110.Part0 = p110
8134w110.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)
8135w110.Part1 = p111
8136w110.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)
8137m8.Parent = rarm
8138m8:MakeJoints()
8139----------------------------------------------------
8140local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8141cor8.Name = "Thingy"
8142cor8.Locked = true
8143cor8.BottomSurface = 0
8144cor8.CanCollide = false
8145cor8.Size = Vector3.new(1, 1, 1)
8146cor8.Transparency = 1
8147cor8.TopSurface = 0
8148corw8 = Instance.new("Weld", cor8)
8149corw8.Part0 = rarm
8150corw8.Part1 = cor8
8151corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8152corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8153weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8154weld8.Part0 = cor8
8155weld8.Part1 = rarm.Zyrodoxa.Handle
8156weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8157Amulite = Instance.new("PointLight",m7.Center)
8158Amulite.Brightness = 0
8159Amulite.Color = Color3.new(0,1,0)
8160----------------------------------------------------
8161models = {m,m2,m3,m4,m5,m6,m7,m8}
8162parts = {}
8163Stepped:connect(function()
8164 for i,v in pairs(models) do
8165 for _, a in pairs(v:GetChildren()) do
8166 if v:IsA("Part") and v.Name ~= "Thingy" then
8167 table.insert(parts, a)
8168 for i,v in pairs(parts) do
8169 v.CanCollide = false
8170 end
8171 end
8172 end
8173 end
8174end)
8175----------------------------------------------------
8176local animpose = "Idle1"
8177local lastanimpose = "Idle1"
8178local grab = false
8179local Smooth = 1
8180local sine = 0
8181local change = 1
8182local val = 0
8183local ffing = false
8184----------------------------------------------------
8185--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8186
8187function FindHumanoids()
8188 local function c_region(Position, Size)
8189 local SizeOffset = Size/2
8190 local Point1 = Position - SizeOffset
8191 local Point2 = Position + SizeOffset
8192 local a = Instance.new("Part", workspace)
8193 a.Anchored = true
8194 a.Size = Size
8195 a.Position = Position
8196 print("Hey!, I'm making a part!")
8197 return Region3.new(Point1, Point2)
8198 end
8199
8200 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8201 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8202 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8203 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8204
8205 local regions = {a, b, c, d}
8206
8207 local found_humanoids = {}
8208 local already_found = {char.Name}
8209
8210 for _, region in pairs(regions) do
8211 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8212 print(part, part.Parent, part.Name) ---nope
8213 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8214 local humanoid = part.Parent:FindFirstChild("Humanoid")
8215 local name = humanoid.Parent.Name
8216 local exists = false
8217 for _, n in pairs(already_found) do
8218 if n == name then
8219 exists = true
8220 end
8221 end
8222 if not exists then
8223 table.insert(already_found, name)
8224 table.insert(found_humanoids, humanoid)
8225 end
8226 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8227 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8228 local name = humanoid.Parent.Parent.Name
8229 local exists = false
8230 for _, n in pairs(already_found) do
8231 if n == name then
8232 exists = true
8233 end
8234 end
8235 if not exists then
8236 table.insert(already_found, name)
8237 table.insert(found_humanoids, humanoid)
8238 end
8239 end
8240 end
8241 end
8242 return found_humanoids
8243end
8244
8245local humanoids = FindHumanoids()
8246if #humanoids == 0 then
8247 for i, v in pairs(humanoids) do
8248 print(v.Parent.Name)
8249 if Debounces.Slashing == true then
8250 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8251 elseif Debounces.Slashing == false then
8252 wait()
8253 end
8254 end
8255 wait(0.3)
8256end]]--
8257----------------------------------------------------
8258--[[mouse.KeyDown:connect(function(key)
8259 if key == "f" then
8260 if Debounces.CanAttack == true then
8261 Debounces.CanAttack = false
8262 Debounces.NoIdl = true
8263 Debounces.on = true
8264 for i = 1, 20 do
8265 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8266 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8267 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8268 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8269 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8270 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8271 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8272 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)
8273 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)
8274 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)
8275 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)
8276 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)
8277 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)
8278 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8279 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8280 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)
8281 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)
8282 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)
8283 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)
8284 if Debounces.on == false then
8285 break
8286 end
8287 fat.Event:wait()
8288 end
8289 end
8290 end
8291end)]]--
8292----------------------------------------------------
8293mod4 = Instance.new("Model",char)
8294
8295ptez = {0.7, 0.8, 0.9, 1}
8296
8297function FindNearestTorso(Position,Distance,SinglePlayer)
8298 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8299 local List = {}
8300 for i,v in pairs(workspace:GetChildren())do
8301 if v:IsA("Model")then
8302 if v:findFirstChild("Torso")then
8303 if v ~= char then
8304 if(v.Torso.Position -Position).magnitude <= Distance then
8305 table.insert(List,v)
8306 end
8307 end
8308 end
8309 end
8310 end
8311 return List
8312end
8313
8314function Slam()
8315 local part=Instance.new('Part',mod4)
8316 part.Anchored=true
8317 part.CanCollide=false
8318 part.FormFactor='Custom'
8319 part.Size=Vector3.new(.2,.2,.2)
8320 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8321 part.Transparency=.7
8322 part.BrickColor=BrickColor.new('Really black')
8323 mesh=Instance.new('SpecialMesh',part)
8324 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8325 mesh.Scale=Vector3.new(3,3,3)
8326 local part2=Instance.new('Part',mod4)
8327 part2.Anchored=true
8328 part2.CanCollide=false
8329 part2.FormFactor='Custom'
8330 part2.Size=Vector3.new(.2,.2,.2)
8331 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8332 part2.Transparency=.7
8333 part2.BrickColor=BrickColor.new('Lime green')
8334 mesh2=Instance.new('SpecialMesh',part2)
8335 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8336 mesh2.Scale=Vector3.new(3,1.5,3)
8337 x = Instance.new("Sound",larm)
8338 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8339 x.Pitch = ptez[math.random(1,#ptez)]
8340 x.Volume = 1
8341 wait(.1)
8342 x1 = Instance.new("Sound",larm)
8343 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8344 x1.Pitch = ptez[math.random(1,#ptez)]
8345 x1.Volume = 1
8346 wait(.1)
8347 x:Play()
8348 x1:Play()
8349 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8350 if v:FindFirstChild('Humanoid') then
8351 v.Humanoid:TakeDamage(math.random(30,45))
8352 end
8353 end
8354 coroutine.resume(coroutine.create(function()
8355 for i=0,0.62,0.13 do
8356 wait()
8357 part.CFrame=part.CFrame
8358 part.Transparency=i
8359 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8360 part2.CFrame=part2.CFrame
8361 part2.Transparency=i
8362 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8363 end
8364 part.Parent=nil
8365 part2.Parent=nil
8366 x:Destroy()
8367 end))
8368end
8369----------------------------------------------------
8370wPart = function(x,y,z,color,tr,cc,an,parent)
8371 local wp = Instance.new('WedgePart',parent or Weapon)
8372 wp.formFactor = 'Custom'
8373 wp.Size = Vector3.new(x,y,z)
8374 wp.BrickColor = BrickColor.new(color)
8375 wp.CanCollide = cc
8376 wp.Transparency = tr
8377 wp.Anchored = an
8378 wp.TopSurface,wp.BottomSurface = 0,0
8379 return wp
8380end
8381
8382Mesh = function(par,num,x,y,z)
8383 local msh = _
8384 if num == 1 then
8385 msh = Instance.new("CylinderMesh",par)
8386 elseif num == 2 then
8387 msh = Instance.new("SpecialMesh",par)
8388 msh.MeshType = 3
8389 elseif num == 3 then
8390 msh = Instance.new("BlockMesh",par)
8391 elseif num == 4 then
8392 msh = Instance.new("SpecialMesh",par)
8393 msh.MeshType = "Torso"
8394 elseif type(num) == 'string' then
8395 msh = Instance.new("SpecialMesh",par)
8396 msh.MeshId = num
8397 end
8398 msh.Scale = Vector3.new(x,y,z)
8399 return msh
8400end
8401
8402local function CFrameFromTopBack(at, top, back)
8403 local right = top:Cross(back)
8404 return CFrame.new(at.x, at.y, at.z,
8405 right.x, top.x, back.x,
8406 right.y, top.y, back.y,
8407 right.z, top.z, back.z)
8408end
8409
8410function Triangle(a, b, c)
8411 local edg1 = (c-a):Dot((b-a).unit)
8412 local edg2 = (a-b):Dot((c-b).unit)
8413 local edg3 = (b-c):Dot((a-c).unit)
8414 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8415 a, b, c = a, b, c
8416 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8417 a, b, c = b, c, a
8418 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8419 a, b, c = c, a, b
8420 else
8421 print("unreachable")
8422 end
8423 local len1 = (c-a):Dot((b-a).unit)
8424 local len2 = (b-a).magnitude - len1
8425 local width = (a + (b-a).unit*len1 - c).magnitude
8426 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8427 local list = {}
8428 if len1 > 0.01 then
8429 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8430 local sz = Vector3.new(0.2, width, len1)
8431 w1.Size = sz
8432 local sp = Mesh(w1,2,0,0,0)
8433 sp.MeshType='Wedge'
8434 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8435 w1:BreakJoints()
8436 w1.Anchored = true
8437 w1.Transparency = 0.7
8438 Spawn(function()
8439 for i=0,1,0.1 do
8440 fat.Event:wait()
8441 w1.Transparency=w1.Transparency+0.03
8442 end
8443 end)
8444 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8445 table.insert(list,w1)
8446 end
8447 if len2 > 0.01 then
8448 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8449 local sz = Vector3.new(0.2, width, len2)
8450 w2.Size = sz
8451 local sp = Mesh(w2,2,0,0,0)
8452 sp.MeshType='Wedge'
8453 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8454 w2:BreakJoints()
8455 w2.Anchored = true
8456 w2.Transparency = 0.7
8457 Spawn(function()
8458 for i=0,1,0.1 do
8459 fat.Event:wait()
8460 w2.Transparency=w2.Transparency+0.03
8461 end
8462 end)
8463 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8464 table.insert(list,w2)
8465 end
8466 return unpack(list)
8467end
8468
8469function trail(p,t,h)
8470 Spawn(function()
8471 local blcf = p.CFrame
8472 local scfr = blcf
8473 for i=1,t do
8474 local blcf = p.CFrame
8475 if scfr and (p.Position-scfr.p).magnitude > .1 then
8476 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)
8477 if a then game.Debris:AddItem(a,1) end
8478 if b then game.Debris:AddItem(b,1) end
8479 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)
8480 if a then game.Debris:AddItem(a,1) end
8481 if b then game.Debris:AddItem(b,1) end
8482 scfr = blcf
8483 elseif not scfr then
8484 scfr = blcf
8485 end
8486 fat.Event:wait()
8487 end
8488 scfr=nil
8489 end)
8490end
8491--trail(char.Sword.Blade,1e1000,5)
8492----------------------------------------------------
8493function Dmg()
8494 local partofdeath = rarm.Zyrodoxa.Hitbox
8495 local function CreateRegion3FromLocAndSize(Position, Size)
8496 local SizeOffset = Size/2
8497 local Point1 = Position - SizeOffset
8498 local Point2 = Position + SizeOffset
8499 return Region3.new(Point1, Point2)
8500 end
8501 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8502 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8503 Spawn(function()
8504 if Debounces.Slashing == true and Debounces.Slashed == false then
8505 Debounces.Slashed = true
8506 ypcall(function()
8507 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8508 humanoid:TakeDamage(math.random(10,18))
8509 end)
8510 wait(.4)
8511 Debounces.Slashed = false
8512 end
8513 end)
8514 end
8515end
8516----------------------------------------------------
8517pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8518ptz = {0.7, 0.8, 0.9, 1}
8519idz = {"161006212", "161006195"}
8520function attackone()
8521 for i = 1, 13 do
8522 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)
8523 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8524 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)
8525 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)
8526 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)
8527 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)
8528 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8529 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8530 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8531 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)
8532 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)
8533 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)
8534 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)
8535 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)
8536 if Debounces.on == false then
8537 break
8538 end
8539 fat.Event:wait()
8540 end
8541 trail(rarm.Zyrodoxa.Hitbox,20,2)
8542 Debounces.Slashing = true
8543 wait(0.2)
8544 --[[z = Instance.new("Sound", hed)
8545 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8546 z.Pitch = ptz[math.random(1,#ptz)]
8547 z.Volume = 1
8548 wait(.01)
8549 z:Play()]]--
8550 for i = 1, 14 do
8551 Dmg()
8552 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8553 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8554 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)
8555 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)
8556 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)
8557 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)
8558 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8559 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8560 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8561 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)
8562 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)
8563 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)
8564 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)
8565 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)
8566 if Debounces.on == false then break end
8567 rs:wait()
8568 end
8569 Debounces.Slashing = false
8570end
8571function attacktwo()
8572 Debounces.Slashing = true
8573 for i = 1, 14 do
8574 Dmg()
8575 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8576 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8577 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)
8578 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)
8579 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)
8580 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)
8581 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)
8582 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8583 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)
8584 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)
8585 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8586 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)
8587 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8588 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)
8589 if Debounces.on == false then
8590 break
8591 end
8592 rs:wait()
8593 end
8594end
8595----------------------------------------------------
8596ComboNum = 0
8597mouse.Button1Down:connect(function()
8598 if Debounces.CanAttack == true then
8599 Debounces.CanAttack = false
8600 Debounces.NoIdl = true
8601 Debounces.on = true
8602 if ComboNum == 0 then
8603 attackone()
8604 elseif ComboNum == 1 then
8605 attacktwo()
8606 --[[elseif ComboNum == 2 then
8607 attackthree()]]--
8608 end
8609 ComboNum = ComboNum + 1
8610 Debounces.CanAttack = true
8611 Debounces.on = false
8612 wait(.5)
8613 if Debounces.CanAttack == true then
8614 ComboNum = 0
8615 Debounces.NoIdl = false
8616 end
8617 end
8618end)
8619----------------------------------------------------
8620definition = 5
8621bc = {}
8622bezierparts = {}
8623function NoOutline(Part)
8624 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8625end
8626function draw(p,d)
8627 for i=1,d do
8628 local t = i/d
8629 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8630 end
8631 for i=1,d do
8632 local bcs = Instance.new("Part",char)
8633 NoOutline(bcs)
8634 bcs.Anchored = true
8635 bcs.CanCollide = false
8636 bcs.Material = "Neon"
8637 bcs.BrickColor = BrickColor.new("Lime green")
8638 bcs.Size = Vector3.new(1,1,1)
8639 bcs.Shape = Enum.PartType.Ball
8640 bcs.CFrame = CFrame.new(bc[i])
8641 local bcp = Instance.new("Part",char)
8642 NoOutline(bcp)
8643 bcp.Anchored = true
8644 bcp.CanCollide = false
8645 bcp.Material = "Neon"
8646 bcp.BrickColor = BrickColor.new("Lime green")
8647 local cm = Instance.new("CylinderMesh")
8648 cm.Parent = bcp
8649 if i ~= 1 then
8650 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8651 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8652 else
8653 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8654 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8655 end
8656 table.insert(bezierparts, bcs)
8657 table.insert(bezierparts, bcp)
8658 end
8659 Spawn(function() fat.Event:wait()
8660 for i,v in pairs(bezierparts) do
8661 v.Transparency = 1
8662 end
8663 end)
8664end
8665--local points = {larm.Position,rarn.Position,invisipart.Position}
8666--draw(points,definition)
8667mouse.KeyDown:connect(function(key)
8668 if key == "f" then
8669 if Debounces.CanAttack == true then
8670 Debounces.CanAttack = false
8671 Debounces.NoIdl = true
8672 Debounces.on = true
8673 for i = 1, 20 do
8674 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2)
8675 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)
8676 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)
8677 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)
8678 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)
8679 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8680 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)
8681 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)
8682 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8683 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)
8684 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8685 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)
8686 if Debounces.on == false then
8687 break
8688 end
8689 fat.Event:wait()
8690 end
8691 rpart = Instance.new("Part",rarm)
8692 NoOutline(rpart)
8693 rpart.Anchored = false
8694 rpart.Size = Vector3.new(1,1,1)
8695 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8696 rpart.Transparency = 1
8697 newWeld(rarm, rpart, 0, 0, 0)
8698 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8699 lpart = Instance.new("Part",larm)
8700 NoOutline(lpart)
8701 lpart.Anchored = false
8702 lpart.Size = Vector3.new(1,1,1)
8703 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8704 lpart.Transparency = 1
8705 newWeld(larm, lpart, 0, 0, 0)
8706 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8707 invisipart = Instance.new("Part",torso)
8708 NoOutline(invisipart)
8709 invisipart.Anchored = false
8710 invisipart.Size = Vector3.new(1,1,1)
8711 invisipart.Transparency = 1
8712 invisipart.CFrame = torso.CFrame
8713 newWeld(torso, invisipart, 0, 0, 0)
8714 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8715 table.insert(bezierparts, rpart)
8716 table.insert(bezierparts, lpart)
8717 table.insert(bezierparts, invisipart)
8718 for i = 1, 40 do
8719 local points = {lpart.Position,invisipart.Position,rpart.Position}
8720 draw(points,definition)
8721 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8722 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)
8723 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)
8724 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)
8725 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)
8726 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)
8727 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8728 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)
8729 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)
8730 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8731 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)
8732 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8733 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)
8734 if Debounces.on == false then
8735 break
8736 end
8737 fat.Event:wait()
8738 end
8739 for i,v in pairs(bezierparts) do
8740 v:Destroy()
8741 end
8742 --draw(points,definition)
8743 if Debounces.CanAttack == false then
8744 Debounces.CanAttack = true
8745 Debounces.NoIdl = false
8746 Debounces.on = false
8747 end
8748 end
8749 end
8750end)
8751----------------------------------------------------
8752----------------------------------------------------
8753
8754---------------------------------------------------------------------------------------
8755----------------------------------------------------
8756mouse.KeyDown:connect(function(key)
8757 if key == "b" then
8758 hum.WalkSpeed = 0.01
8759 if Debounces.CanAttack == true then
8760 Debounces.CanAttack = false
8761 Debounces.NoIdl = true
8762 Debounces.on = true
8763 for i = 1,20 do
8764 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8765 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8766 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8767 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8768 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8769 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8770
8771 if Debounces.on == false then break end
8772 wait()
8773 end
8774 wait(1)
8775 v = Instance.new("Sound")
8776 v.SoundId = "rbxassetid://435742675"
8777 v.Parent = char
8778 v.Looped = false
8779 v.Pitch = 1
8780 v.Volume = 16
8781 wait(.01)
8782 v:Play()
8783
8784 if Daytime == true then
8785 Daytime = false
8786 l.TimeOfDay = 24
8787 else
8788 Daytime = true
8789 l.TimeOfDay = 12
8790 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8791 end
8792
8793 local Shockwave = function()
8794 local rng1 = Instance.new("Part", char)
8795 rng1.Anchored = true
8796 rng1.BrickColor = BrickColor.new("Really black")
8797 rng1.CanCollide = false
8798 rng1.FormFactor = 3
8799 rng1.Name = "Ring"
8800 rng1.Size = Vector3.new(1, 1, 1)
8801 rng1.Transparency = 0.35
8802 rng1.TopSurface = 0
8803 rng1.BottomSurface = 0
8804 local rngm1 = Instance.new("SpecialMesh", rng)
8805 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8806 rngm1.Scale = Vector3.new(10, 10, 1)
8807 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8808 local Wave = Instance.new("Part", game.Workspace--[[?]])
8809 Wave.Name = "Shockwave"
8810 Wave.BrickColor = BrickColor.new("Really black")
8811 Wave.Size = Vector3.new(1, 1, 1)
8812 Wave.Shape = "Ball"
8813 Wave.CanCollide = false
8814 Wave.Anchored = true
8815 Wave.TopSurface = 0
8816 Wave.BottomSurface = 0
8817
8818msh=Instance.new('SpecialMesh',pt)
8819msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8820msh.Scale=Vector3.new(8,4,8)
8821
8822 Wave.Touched:connect(function(hit)
8823 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8824 local Occlude = true
8825 local NotOccludes = {
8826 char.Name;
8827 "Wings";
8828 "Scythe";
8829 "Thingy";
8830 "Thingy2"; -- put all of the names in a table pls
8831 }
8832 for i,v in pairs(NotOccludes) do
8833 if hit.Parent.Name == v then
8834 Occlude = false
8835 end
8836 end
8837 --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
8838 if Occlude then
8839 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8840 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8841 end
8842 end
8843 end)
8844
8845 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8846
8847 coroutine.wrap(function()
8848 for i = 1, 20, 0.2 do
8849 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8850 rng1.Transparency = i/20
8851 wait()
8852 end
8853 wait()
8854 rng1:Destroy()
8855 end)()
8856
8857 Delay(0, function()
8858
8859 if Daytime == false then
8860 for i = 1, 50, 1 do
8861 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8862 Wave.CFrame = char.Torso.CFrame
8863 local t = i / 50
8864 Wave.Transparency = t
8865 wait()
8866 end
8867 else
8868 for i = 1, 50, 1 do
8869 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8870 Wave.CFrame = char.Torso.CFrame
8871 local t = i / 50
8872 Wave.Transparency = t
8873 wait()
8874 end
8875 end
8876 Wave:Destroy()
8877 end)
8878 Delay(0, function()
8879 while wait() do
8880 if Wave ~= nil then
8881 Wave.CFrame = char.Torso.CFrame
8882 else
8883 break
8884 end
8885 end
8886 end)
8887 end
8888 Shockwave()
8889
8890
8891 for i = 1, 15 do
8892 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)
8893 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)
8894 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8895 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)
8896 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8897 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8898 if Debounces.on == false then break end
8899 wait()
8900 end
8901 for i = 1, 15 do
8902 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)
8903 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)
8904 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8905 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)
8906 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8907 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8908 if Debounces.on == false then break end
8909 wait()
8910 end
8911 for i = 1, 15 do
8912 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)
8913 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)
8914 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8915 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)
8916 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8917 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8918 if Debounces.on == false then break end
8919 wait()
8920 end
8921 for i = 1, 15 do
8922 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)
8923 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)
8924 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8925 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)
8926 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8927 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8928 if Debounces.on == false then break end
8929 wait()
8930 end
8931 for i = 1, 15 do
8932 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)
8933 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)
8934 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8935 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)
8936 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8937 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8938 if Debounces.on == false then break end
8939 wait()
8940 end
8941 for i = 1, 15 do
8942 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)
8943 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)
8944 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8945 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)
8946 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8947 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8948 if Debounces.on == false then break end
8949 wait()
8950 end
8951 wait(1.4)
8952 Debounces.NoIdl = false
8953 hum.WalkSpeed = 16
8954 Debounces.on = false
8955 wait()
8956 if Debounces.CanAttack == false then
8957 Debounces.CanAttack = true
8958 v:Destroy()
8959 end
8960 end
8961 end
8962end)
8963------------------------------------------
8964
8965-------------------------------------------------
8966Grab = false
8967mouse.KeyDown:connect(function(key)
8968 if key == "z" then
8969 Debounces.on = true
8970 Debounces.NoIdl = true
8971 Debounces.ks = true
8972 if Grab == false then
8973 gp = nil
8974 for i = 1, 20 do
8975 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)
8976 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)
8977 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)
8978 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)
8979 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8980 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)
8981 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8982 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)
8983 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)
8984 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)
8985 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)
8986 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)
8987 if Debounces.on == false then break end
8988 fat.Event:wait()
8989 end
8990 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8991 ht = hit.Parent
8992 for i,v in pairs(ht:GetChildren()) do
8993 if v:IsA("Part") then
8994 v.CanCollide = false
8995 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8996 end
8997 end
8998 hum1=ht:FindFirstChild('Humanoid')
8999 if hum1 ~= nil then
9000 if Debounces.ks==true then
9001 z = Instance.new("Sound",hed)
9002 z.SoundId = "rbxassetid://169380525"
9003 z.Volume = 1
9004 z:Play()
9005 Debounces.ks=false
9006 end
9007 hum1.PlatformStand=true
9008 hum1:ChangeState'Physics'
9009 gp = ht
9010 Grab = true
9011 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9012 asd.Parent = larm
9013 asd.Name = "asd"
9014 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9015 stanceToggle = "Grabbed"
9016 --[[elseif hum1 == nil then
9017 con1:disconnect()
9018 wait() return]]--
9019 end
9020 end)
9021 for i = 1, 20 do
9022 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)
9023 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)
9024 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)
9025 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)
9026 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9027 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)
9028 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9029 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)
9030 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)
9031 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)
9032 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)
9033 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)
9034 if Debounces.on == false then break end
9035 fat.Event:wait()
9036 end
9037 con1:disconnect()
9038 Debounces.on = false
9039 Debounces.NoIdl = false
9040 elseif Grab == true then
9041 Grab = false
9042 --[[for i = 1, 16 do
9043 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)
9044 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)
9045 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9046 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9047 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)
9048 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)
9049 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9050 if Debounces.on == false then end
9051 rs:wait()
9052 end]]--
9053 for i = 1, 16 do
9054 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)
9055 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)
9056 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)
9057 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)
9058 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9059 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)
9060 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9061 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)
9062 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)
9063 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)
9064 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)
9065 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)
9066 if Debounces.on == false then end
9067 rs:wait()
9068 end
9069 for i = 1, 12 do
9070 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)
9071 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)
9072 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)
9073 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)
9074 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)
9075 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)
9076 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)
9077 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)
9078 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9079 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)
9080 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)
9081 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)
9082 if Debounces.on == false then end
9083 rs:wait()
9084 end
9085 Slam()
9086 if gp ~= nil then
9087 for i,v in pairs(larm:GetChildren()) do
9088 if v.Name == "asd" and v:IsA("Weld") then
9089 v:Remove()
9090 end
9091 if v:IsA("Part") then
9092 v.CanCollide = true
9093 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9094 end
9095 end
9096 end
9097 stanceToggle = "Idle1"
9098 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9099 bv.maxForce = Vector3.new(400000, 400000, 400000)
9100 bv.P = 125000
9101 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9102 ht=nil
9103 Debounces.on = false
9104 Debounces.NoIdl = false
9105 elseif ht == nil then wait()
9106 Grab = false
9107 Debounces.on = false
9108 Debounces.NoIdl = false
9109 end
9110 end
9111end)
9112----------------------------------------------------
9113-------------------------------------------------------------------------------------------------
9114
9115----------------------------------------------------
9116
9117
9118----------------------------------------------------
9119----------------------------------------------------
9120------------------------------------------------
9121pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9122mouse.KeyDown:connect(function(key)
9123 if key == "e" then
9124 if Debounces.CanAttack == true then
9125 Debounces.CanAttack = false
9126 Debounces.NoIdl = true
9127 Debounces.on = true
9128 Debounces.ks = true
9129 larm.Touched:connect(function(ht)
9130 hit = ht.Parent
9131 if ht and hit:IsA("Model") then
9132 if hit:FindFirstChild("Humanoid") then
9133 if hit.Name ~= p.Name then
9134 if Debounces.Slapping == true and Debounces.Slapped == false then
9135 Debounces.Slapped = true
9136 if Debounces.ks==true then
9137 z = Instance.new("Sound",hed)
9138 z.SoundId = "rbxassetid://169380525"
9139 z.Volume = 1
9140 z:Play()
9141 z1 = Instance.new("Sound",char)
9142 z1.SoundId = "rbxassetid://261010715"
9143 z1.Pitch = pts[math.random(1,#pts)]
9144 z1.Volume = 1
9145 z2 = Instance.new("Sound",char)
9146 z2.SoundId = "rbxassetid://261010715"
9147 z2.Pitch = z1.Pitch
9148 z2.Volume = 1
9149 z3 = Instance.new("Sound",char)
9150 z3.SoundId = "rbxassetid://261010715"
9151 z3.Pitch = z1.Pitch
9152 z3.Volume = 1
9153if Profanity == true then
9154 z1:Play()
9155 z2:Play()
9156 z3:Play()
9157else end
9158 Debounces.ks=false
9159 end
9160 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9161 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9162 wait(.5)
9163 Debounces.Slapped = false
9164 z:Destroy()
9165 z1:Destroy()
9166 z2:Destroy()
9167 z3:Destroy()
9168 end
9169 end
9170 end
9171 elseif ht and hit:IsA("Hat") then
9172 if hit.Parent.Name ~= p.Name then
9173 if hit.Parent:FindFirstChild("Humanoid") then
9174 if Debounces.Slapping == true and Debounces.Slapped == false then
9175 Debounces.Slapped = true
9176 if Debounces.ks==true then
9177 z = Instance.new("Sound",hed)
9178 z.SoundId = "rbxassetid://169380525"
9179 z.Volume = 1
9180 z:Play()
9181 z1 = Instance.new("Sound",char)
9182 z1.SoundId = "rbxassetid://261010715"
9183 z1.Pitch = pts[math.random(1,#pts)]
9184 z1.Volume = 1
9185 z2 = Instance.new("Sound",char)
9186 z2.SoundId = "rbxassetid://261010715"
9187 z2.Pitch = z1.Pitch
9188 z2.Volume = 1
9189 z3 = Instance.new("Sound",char)
9190 z3.SoundId = "rbxassetid://261010715"
9191 z3.Pitch = z1.Pitch
9192 z3.Volume = 1
9193 z1:Play()
9194 z2:Play()
9195 z3:Play()
9196 Debounces.ks=false
9197 end
9198 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9199 wait(.5)
9200 Debounces.Slapped = false
9201 z:Destroy()
9202 z1:Destroy()
9203 z2:Destroy()
9204 z3:Destroy()
9205 end
9206 end
9207 end
9208 end
9209 end)
9210 for i = 1, 14 do
9211 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)
9212 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)
9213 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)
9214 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)
9215 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9216 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9217 if Debounces.on==false then break end
9218 rs:wait(2)
9219 end
9220 Debounces.Slapping = true
9221 for i = 1, 20 do
9222 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)
9223 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)
9224 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)
9225 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)
9226 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9227 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9228 if Debounces.on==false then break end
9229 rs:wait(2)
9230 end
9231 Debounces.Slapping = false
9232 if Debounces.CanAttack == false then
9233 Debounces.CanAttack = true
9234 Debounces.NoIdl = false
9235 Debounces.on = false
9236 end
9237 end
9238 end
9239end)
9240-------------------------------
9241mouse.KeyDown:connect(function(key)
9242 if key == "t" then
9243 if Debounces.CanAttack == true then
9244 Debounces.CanAttack = false
9245 Debounces.on = true
9246 Debounces.NoIdl = true
9247 for i = 1, 20 do
9248 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)
9249 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)
9250 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)
9251 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9252 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9253 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)
9254
9255 if Debounces.on == false then break end
9256 wait()
9257 end
9258 Spawn(function()
9259 local Parts = {}
9260 for Y = -5,5 do
9261 local P = Instance.new("Part",char)
9262 P.Anchored = true
9263 P.FormFactor = "Custom"
9264 P.CanCollide = false
9265 P.Size = Vector3.new(1,2,1)
9266 P.TopSurface = "SmoothNoOutlines"
9267 P.BottomSurface = "SmoothNoOutlines"
9268 P.BrickColor = BrickColor.new("Really black")
9269 P.Name = tostring(Y)
9270 local i = (Y+5)/(10)
9271 i = 1-math.cos(math.pi*i-(math.pi/2))
9272 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9273 --[[P.Touched:connect(function(ht)
9274 local hit = ht.Parent
9275 if hit:FindFirstChild("Humanoid") then
9276 hit.Humanoid:TakeDamage(math.random(20,50))
9277 end
9278 end)]]--
9279 s = Instance.new("Sound",P)
9280 s.SoundId = "rbxassetid://228343271"
9281 s.Volume = 19
9282 s.Pitch = 0.9
9283 s:Play()
9284P.Touched:connect(function(ht)
9285 hit = ht.Parent
9286 if ht and hit:IsA("Model") then
9287 if hit:FindFirstChild("Humanoid") then
9288 if hit.Name ~= p.Name then
9289 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9290 Debounces.Slashed = true]]--
9291 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9292 hit:FindFirstChild("Humanoid").PlatformStand = true
9293 wait(1)
9294 --Debounces.Slashed = false
9295 --end
9296 end
9297 end
9298 elseif ht and hit:IsA("Hat") then
9299 if hit.Parent.Name ~= p.Name then
9300 if hit.Parent:FindFirstChild("Humanoid") then
9301 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9302 Debounces.Slashed = true]]--
9303 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9304 hit:FindFirstChild("Humanoid").PlatformStand = true
9305 wait(1)
9306 --Debounces.Slashed = false
9307 --end
9308 end
9309 end
9310 end
9311end)
9312 Parts[#Parts+1] = P
9313 end
9314 local BREAKIT = false
9315 local CParts = {}
9316 local Rocks = {}
9317 local LastPos = nil
9318 for i = 1,70 do
9319 for i2,v in pairs(Parts) do
9320 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9321 local cf = v.CFrame
9322 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9323 v.CFrame = cf
9324 v.Transparency = v.Transparency+0.02
9325 if v.Transparency >= 0.975 then BREAKIT = true end
9326 if v.Name == "0" then
9327 local Ignore = {}
9328 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9329 if v.Character ~= nil then
9330 Ignore[#Ignore+1] = v.Character
9331 end
9332 end
9333 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9334 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9335 if Hit ~= nil then
9336 if #Rocks == 0 then
9337 for i = 1,5 do
9338 local P = Instance.new("Part",char)
9339 Rocks[#Rocks+1] = P
9340 P.Anchored = true
9341 P.FormFactor = "Custom"
9342 P.BrickColor = Hit.BrickColor
9343 P.Material = Hit.Material
9344 P.TopSurface = "Smooth"
9345 P.BottomSurface = "Smooth"
9346 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9347 end
9348 end
9349 for i,P in pairs(Rocks) do
9350 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)))
9351 end
9352 local P = Instance.new("Part",char)
9353 CParts[#CParts+1] = {P,tick()}
9354 P.Anchored = true
9355 P.FormFactor = "Custom"
9356 P.BrickColor = Hit.BrickColor
9357 P.Material = Hit.Material
9358 P.TopSurface = "Smooth"
9359 P.BottomSurface = "Smooth"
9360 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9361 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9362 Pos = Pos.p
9363 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)))
9364 local P = P:Clone()
9365 CParts[#CParts+1] = {P,tick()}
9366 P.Parent = char
9367 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9368 Pos = Pos.p
9369 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)))
9370 if LastPos ~= nil then
9371 local P = P:Clone()
9372 CParts[#CParts+1] = {P,tick()}
9373 P.Parent = char
9374 P.BrickColor = BrickColor.new("Really black")
9375 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9376 Pos = Pos.p
9377 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9378 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9379 --P.Velocity = Vector3.new(0,-1000,0)
9380 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9381 end
9382 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9383 end
9384 end
9385 end
9386 if BREAKIT then break end
9387 wait(0.002)
9388 end
9389 for i,v in pairs(Rocks) do
9390 CParts[#CParts+1] = {v,tick()}
9391 end
9392 for i,v in pairs(Parts) do
9393 v:Destroy()
9394 end
9395 Parts = nil
9396 while true do
9397 local t = tick()
9398 local p = nil
9399 for i,v in pairs(CParts) do
9400 if t-v[2] > 4 then
9401 v[1].Transparency = v[1].Transparency+0.05
9402 if v[1].Transparency >= 1 then
9403 v[1]:Destroy()
9404 CParts[i] = nil
9405 end
9406 end
9407 p = v
9408 end
9409 if p == nil then break end
9410 wait(0.002)
9411 end
9412 for i,v in pairs(CParts) do
9413 v:Destroy()
9414 end
9415 CParts = {}
9416 end)
9417 for i = 1, 20 do
9418 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)
9419 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)
9420 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)
9421 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9422 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)
9423 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)
9424
9425 if Debounces.on == false then break end
9426 wait()
9427 end
9428 if Debounces.CanAttack == false then
9429 Debounces.CanAttack = true
9430 Debounces.on = false
9431 Debounces.NoIdl = false
9432 end
9433 end
9434 end
9435end)
9436----------------------------------------------------
9437----------------------------------------------------
9438----------------------------------------------------
9439-------------------
9440
9441Change = false
9442mouse.KeyDown:connect(function(key)
9443 if key == "n" then
9444 if Change == false then
9445 Change = true
9446 stanceToggle = "Idle2"
9447 elseif Change == true then
9448 Change = false
9449 stanceToggle = "Idle1"
9450 end
9451 end
9452end)
9453----------------------------------------------------
9454mod=Instance.new('Model',char)
9455
9456function charge()
9457 hed.Velocity=hed.CFrame.lookVector*200
9458 part=Instance.new('Part',mod)
9459 part.Anchored=true
9460 part.CanCollide=false
9461 part.FormFactor='Custom'
9462 part.Size=Vector3.new(.2,.2,.2)
9463 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9464 part.Transparency=.7
9465 part.BrickColor=BrickColor.new('Black')
9466 mesh=Instance.new('SpecialMesh',part)
9467 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9468 mesh.Scale=Vector3.new(10,5,10)
9469 part2=part:clone()
9470 part2.Parent=mod
9471 part2.BrickColor=BrickColor.new('Lime green')
9472 mesh2=mesh:clone()
9473 mesh2.Parent=part2
9474 mesh2.Scale=Vector3.new(20,10,20)
9475 part3=part2:clone()
9476 part3.Parent = mod
9477 part3.BrickColor=BrickColor.new('Really black')
9478 mesh3=mesh2:clone()
9479 mesh2.Parent=part3
9480 mesh3.Scale=Vector3.new(30,15,30)
9481 coroutine.resume(coroutine.create(function()
9482 for i=0,1,0.1 do
9483 wait()
9484 part.CFrame=part.CFrame
9485 part.Transparency=i
9486 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9487 part2.CFrame=part2.CFrame
9488 part2.Transparency=i
9489 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9490 part3.CFrame=part3.CFrame
9491 part3.Transparency=i
9492 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9493 end
9494 part.Parent=nil
9495 part2.Parent=nil
9496 part3.Parent = nil
9497 end))
9498end
9499--------------------
9500mouse.KeyDown:connect(function(key)
9501 if key == "g" then
9502 larm.BrickColor = BrickColor.new("Bright red")
9503 rarm.BrickColor = BrickColor.new("Bright red")
9504 if Debounces.CanAttack == true then
9505 Debounces.CanAttack = false
9506 Debounces.on = true
9507 Debounces.NoIdl = true
9508 chrg = lleg.Touched:connect(function(ht)
9509 hit = ht.Parent
9510 if ht and hit:IsA("Model") then
9511 if hit:FindFirstChild("Humanoid") then
9512 if hit.Name ~= p.Name then
9513 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9514 Debounces.Slashed = true]]--
9515 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9516 hit:FindFirstChild("Humanoid").PlatformStand = true
9517 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9518 --Debounces.Slashed = false
9519 --end
9520 end
9521 end
9522 elseif ht and hit:IsA("Hat") then
9523 if hit.Parent.Name ~= p.Name then
9524 if hit.Parent:FindFirstChild("Humanoid") then
9525 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9526 Debounces.Slashed = true]]--
9527 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9528 hit:FindFirstChild("Humanoid").PlatformStand = true
9529 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9530 --Debounces.Slashed = false
9531 end
9532 end
9533 end
9534 end)
9535 for i = 1, 14 do
9536 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)
9537 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)
9538 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)
9539 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)
9540 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)
9541 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)
9542
9543 if Debounces.on == false then break end
9544 wait()
9545 end
9546 charge()
9547 z = Instance.new("Sound",char)
9548 z.SoundId = "rbxassetid://200632875"
9549 z.Volume = 1
9550 z.Pitch = .8
9551 z1 = Instance.new("Sound",char)
9552 z1.SoundId = "rbxassetid://200632875"
9553 z1.Volume = 1
9554 z1.Pitch = .9
9555 z:Play()
9556 z1:Play()
9557 wait(1)
9558 z:Destroy()
9559 z1:Destroy()
9560 chrg:disconnect()
9561 if Debounces.CanAttack == false then
9562 Debounces.CanAttack = true
9563 Debounces.on = false
9564 Debounces.NoIdl = false
9565 larm.BrickColor = BrickColor.new("White")
9566 rarm.BrickColor = BrickColor.new("White")
9567 end
9568 end
9569 end
9570end)
9571------------------------------
9572mouse.KeyDown:connect(function(key)
9573 if string.byte(key) == 52 then
9574 Swing = 2
9575 char.Humanoid.WalkSpeed = 28
9576 end
9577end)
9578mouse.KeyUp:connect(function(key)
9579 if string.byte(key) == 52 then
9580 Swing = 1
9581 char.Humanoid.WalkSpeed = 16
9582 end
9583end)
9584----------------------------------------------------
9585
9586-------------------------------------------
9587CR = torso.Cloak.Rotater
9588CR2 = torso.Cloak.CapeLevel1
9589CR3 = torso.Cloak.CapeLevel2
9590CR4 = torso.Cloak.CapeLevel3
9591CR5 = torso.Cloak.CapeLevel4
9592jump = false
9593rs:connect(function()
9594 if char.Humanoid.Jump == true then
9595 jump = true
9596 else
9597 jump = false
9598 end
9599 char.Humanoid.FreeFalling:connect(function(f)
9600 if f then
9601 ffing = true
9602 else
9603 ffing = false
9604 end
9605 end)
9606 sine = sine + change
9607 if jump == true then
9608 animpose = "Jumping"
9609 elseif ffing == true then
9610 animpose = "Freefalling"
9611 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9612 animpose = "Idle"
9613 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9614 animpose = "Walking"
9615 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9616 animpose = "Running"
9617 end
9618 RightLeg = CFrame.new(0.5,-1,0)
9619 LeftLeg = CFrame.new(-0.5,-1,0)
9620
9621 lefth = (torso.CFrame*LeftLeg)
9622 righth = (torso.CFrame*RightLeg)
9623
9624 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9625
9626 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9627
9628 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9629 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9630 if animpose ~= lastanimpose then
9631 sine = 0
9632 if Debounces.NoIdl == false then
9633 if stanceToggle == "Idle1" then
9634 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)
9635 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)
9636 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)
9637 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)
9638 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)
9639 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)
9640 elseif stanceToggle == "Idle2" then
9641 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)
9642 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)
9643 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)
9644 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)
9645 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)
9646 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)
9647 end
9648 fat.Event:wait()
9649 end
9650 else
9651 end
9652 lastanimpose = animpose
9653 if Debounces.NoIdl == false then
9654 if animpose == "Idle" then
9655 change = 0.5
9656 if stanceToggle == "Idle1" then
9657 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)
9658 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)
9659 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)
9660 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)
9661 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)
9662 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)
9663 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)
9664 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)
9665 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)
9666 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)
9667 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)
9668 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)
9669 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)
9670 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)
9671 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)
9672 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)
9673 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)
9674 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)
9675 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)
9676 elseif stanceToggle == "Idle2" then
9677 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9678 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)
9679 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)
9680 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)
9681 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)
9682 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9683 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)
9684 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)
9685 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)
9686 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)
9687 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)
9688 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9689 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9690 --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)
9691 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)
9692 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)
9693 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)
9694 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)
9695 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)
9696 elseif stanceToggle == "Grabbed" then
9697 grab = true
9698 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9699 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9700 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)
9701 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)
9702 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)
9703 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)
9704 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)
9705 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)
9706 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9707 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9708 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)
9709 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)
9710 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)
9711 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)
9712 end
9713 elseif animpose == "Walking" then
9714 if stanceToggle == "Grabbed" then
9715 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9716 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9717 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)
9718 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)
9719 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)
9720 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)
9721 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)
9722 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)
9723 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)
9724 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9725 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9726 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)
9727 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)
9728 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)
9729 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)
9730 elseif stanceToggle ~= "Grabbed" then
9731 change = 1
9732 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9733 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9734 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)
9735 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)
9736 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)
9737 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)
9738 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)
9739 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)
9740 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)
9741 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)
9742 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)
9743 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)
9744 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)
9745 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)
9746 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9747 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9748 --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)
9749 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)
9750 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)
9751 --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)
9752 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)
9753 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)
9754 end
9755 elseif animpose == "Running" then
9756 change = 1
9757 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9758 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9759 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)
9760 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)
9761 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)
9762 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)
9763 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)
9764 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)
9765 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)
9766 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)
9767 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)
9768 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)
9769 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)
9770 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)
9771 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9772 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)
9773 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)
9774 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)
9775 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)
9776 elseif animpose == "Jumping" then
9777 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9778 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)
9779 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)
9780 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)
9781 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)
9782 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9783 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9784 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)
9785 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)
9786 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)
9787 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)
9788 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9789 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9790 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9791 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)
9792 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)
9793 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)
9794 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)
9795 elseif animpose == "Freefalling" then
9796 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9797 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)
9798 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)
9799 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)
9800 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)
9801 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9802 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9803 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)
9804 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)
9805 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)
9806 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)
9807 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9808 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9809 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9810 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)
9811 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)
9812 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)
9813 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)
9814 end
9815 end
9816end)
9817hum.MaxHealth = 5000
9818wait(3)
9819hum.Health = 5000
9820while wait() do
9821 wait(5)
9822 for i=1,100 do wait()
9823 Amulite.Brightness=Amulite.Brightness+0.02
9824 end
9825 for i=1,100 do wait()
9826 Amulite.Brightness=Amulite.Brightness-0.02
9827 end
9828end