· 8 years ago · Aug 13, 2018, 06:00 PM
1credits to WaverlyCole for making the fe script
2
3this is how to do it:
4
51: go to www.pastebin.com and make a new paste then copy and paste the script under the desc
6
72: Then Paste the non fe script where it says [[Paste ur raw script link here]] (dont remove the [ and ] )
8
93: Go all the way down and click Create. Then click raw then copy the raw fe link and paste it in Void Sb. Remember to use h/ not hl/.
10like this, h/(link here)
11
12local ScriptLink = [[if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
13local Player,Mouse,mouse,UserInputService,ContextActionService = owner
14do
15 print("FE Compatibility code by Mokiros")
16 script.Parent = Player.Character
17
18 --RemoteEvent for communicating
19 local Event = Instance.new("RemoteEvent")
20 Event.Name = "UserInput_Event"
21
22 --Fake event to make stuff like Mouse.KeyDown work
23 local function fakeEvent()
24 local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
25 t.connect = t.Connect
26 return t
27 end
28
29 --Creating fake input objects with fake variables
30 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
31 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
32 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
33 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
34 end}
35 --Merged 2 functions into one by checking amount of arguments
36 CAS.UnbindAction = CAS.BindAction
37
38 --This function will trigger the events that have been :Connect()'ed
39 local function te(self,ev,...)
40 local t = m[ev]
41 if t and t._fakeEvent and t.Function then
42 t.Function(...)
43 end
44 end
45 m.TrigEvent = te
46 UIS.TrigEvent = te
47
48 Event.OnServerEvent:Connect(function(plr,io)
49 if plr~=Player then return end
50 if io.isMouse then
51 m.Target = io.Target
52 m.Hit = io.Hit
53 else
54 local b = io.UserInputState == Enum.UserInputState.Begin
55 if io.UserInputType == Enum.UserInputType.MouseButton1 then
56 return m:TrigEvent(b and "Button1Down" or "Button1Up")
57 end
58 for _,t in pairs(CAS.Actions) do
59 for _,k in pairs(t.Keys) do
60 if k==io.KeyCode then
61 t.Function(t.Name,io.UserInputState,io)
62 end
63 end
64 end
65 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
66 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
67 end
68 end)
69 Event.Parent = NLS([==[
70 local Player = game:GetService("Players").LocalPlayer
71 local Event = script:WaitForChild("UserInput_Event")
72
73 local UIS = game:GetService("UserInputService")
74 local input = function(io,a)
75 if a then return end
76 --Since InputObject is a client-side instance, we create and pass table instead
77 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
78 end
79 UIS.InputBegan:Connect(input)
80 UIS.InputEnded:Connect(input)
81
82 local Mouse = Player:GetMouse()
83 local h,t
84 --Give the server mouse data 30 times every second, but only if the values changed
85 --If player is not moving their mouse, client won't fire events
86 while wait(1/30) do
87 if h~=Mouse.Hit or t~=Mouse.Target then
88 h,t=Mouse.Hit,Mouse.Target
89 Event:FireServer({isMouse=true,Target=t,Hit=h})
90 end
91 end]==],Player.Character)
92 Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
93end
94local p = owner
95local char = p.Character
96local larm = char["Left Arm"]
97local rarm = char["Right Arm"]
98local lleg = char["Left Leg"]
99local rleg = char["Right Leg"]
100local hed = char.Head
101local torso = char.Torso
102local hum = char.Humanoid
103local cam = game.Workspace.CurrentCamera
104local root = char.HumanoidRootPart
105local rj = root.RootJoint
106local deb = false
107local shot = 0
108local stanceToggle = "Idle1"
109local l = game:GetService("Lighting")
110local rs = game:GetService("RunService").RenderStepped
111local hb = game:GetService("RunService").Heartbeat
112local Stepped = game:GetService("RunService").Stepped
113math.randomseed(os.time())
114hum.JumpPower = 100
115---------------------
116
117-------------
118char["Body Colors"].HeadColor = BrickColor.new("Really black")
119char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
120char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
121char["Body Colors"].RightArmColor = BrickColor.new("Really black")
122---------------------------
123local Transforming = true
124hum.WalkSpeed = 0
125local fx = Instance.new("Part",torso)
126wit = torso.BrickColor.Color
127wit2 = Color3.new(0,0,0)
128local glowz = Instance.new("ParticleEmitter",fx)
129glowz.LightEmission = 1
130glowz.Texture = "rbxassetid://284205403"
131glowz.Color = ColorSequence.new(wit)
132glowz.Size = NumberSequence.new(5)
133glowz.Speed = NumberRange.new(25,50)
134glowz.LockedToPart = false
135glowz.Transparency = NumberSequence.new(0.75)
136glowz.RotSpeed = NumberRange.new(-2000,2000)
137glowz.Lifetime = NumberRange.new(1)
138glowz.Rate = 50000
139glowz.VelocitySpread = 9001
140fx.Anchored = true
141fx.Material = "Neon"
142fx.CanCollide = false
143fx.Locked = true
144fx.Transparency = 1
145fx.Material = "Neon"
146fx.Size = Vector3.new(1,1,1)
147fx.TopSurface = "SmoothNoOutlines"
148fx.BottomSurface = "SmoothNoOutlines"
149fx.BrickColor = BrickColor.new("Really black")
150fxm = Instance.new("SpecialMesh",fx)
151fxm.MeshType = "Sphere"
152local sa2 = Instance.new("Sound",torso)
153sa2.SoundId = "rbxassetid://93724183"
154sa2.Pitch = 0.5
155sa2.Volume = 5
156sa2.Looped = false
157sa2:Play()
158local value = 1
159fxm.Scale = Vector3.new(1,1,1)
160for i = 1, 20 do rs:wait()
161 value = value - 0.05
162 fx.Transparency = fx.Transparency - (1/20)
163 fx.CFrame = torso.CFrame
164 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
165 rs:wait()
166end
167----------------------------------------------------
168GroundWave1 = function()
169 local Transforming = true
170hum.WalkSpeed = 0
171local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
172 local Colors = {"White", "Really black"}
173 local wave = Instance.new("Part", torso)
174 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
175 wave.Anchored = true
176 wave.CanCollide = false
177 wave.Locked = true
178 wave.Size = Vector3.new(1, 1, 1)
179 wave.TopSurface = "Smooth"
180 wave.BottomSurface = "Smooth"
181 wave.Transparency = 0.35
182 wave.CFrame = HandCF
183 wm = Instance.new("SpecialMesh", wave)
184 wm.MeshId = "rbxassetid://3270017"
185 coroutine.wrap(function()
186 for i = 1, 30, 1 do
187 wm.Scale = Vector3.new(50, 50, 1 + i*50)
188 wave.Size = wm.Scale
189 wave.CFrame = HandCF
190 wave.Transparency = i/30
191 wait()
192 end
193 wait()
194 wave:Destroy()
195 end)()
196end
197----------------------------------------------------
198GroundWave = function()
199 if Transforming == true then
200 local value = 5
201 local value2 = 10
202 local value3 = 20
203local sa2 = Instance.new("Sound",torso)
204sa2.SoundId = "rbxassetid://413682983"
205sa2.Pitch = 1
206sa2.Volume = 10
207sa2.Looped = false
208sa2:Play()
209 local wave = Instance.new("Part", torso)
210local glowz = Instance.new("ParticleEmitter",wave)
211glowz.LightEmission = 1
212glowz.Texture = "0"
213glowz.Color = ColorSequence.new(wit)
214glowz.Size = NumberSequence.new(30)
215glowz.Speed = NumberRange.new(25,100)
216glowz.LockedToPart = false
217glowz.Transparency = NumberSequence.new(0.75)
218glowz.RotSpeed = NumberRange.new(-2000,2000)
219glowz.Lifetime = NumberRange.new(1)
220glowz.Rate = 50000
221glowz.VelocitySpread = 9001
222
223 wave.BrickColor = BrickColor.new("Lime green")
224 wave.Anchored = true
225 wave.CanCollide = false
226 wave.Locked = true
227 wave.Size = Vector3.new(1, 1, 1)
228 wave.TopSurface = "Smooth"
229 wave.BottomSurface = "Smooth"
230 wave.Transparency = 0.35
231 wave.CFrame = fx.CFrame
232 wave.Material = "Neon"
233 wm = Instance.new("SpecialMesh", wave)
234 wm.MeshType = "Sphere"
235 wm.Scale = Vector3.new(1,1,1)
236 local wave2 = Instance.new("Part", torso)
237 wave2.BrickColor = BrickColor.new("Lime green")
238 wave2.Anchored = true
239 wave2.CanCollide = false
240 wave2.Locked = true
241 wave2.Size = Vector3.new(1, 1, 1)
242 wave2.TopSurface = "Smooth"
243 wave2.BottomSurface = "Smooth"
244 wave2.Transparency = 0.35
245 wave2.CFrame = fx.CFrame
246 wave2.Material = "Neon"
247 wm2 = Instance.new("SpecialMesh", wave2)
248 wm2.MeshType = "FileMesh"
249 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
250 wm2.Scale = Vector3.new(1,1,1)
251 local wave3 = Instance.new("Part", torso)
252 wave3.BrickColor = BrickColor.new("Really black")
253 wave3.Anchored = true
254 wave3.CanCollide = false
255 wave3.Locked = true
256 wave3.Size = Vector3.new(1, 1, 1)
257 wave3.TopSurface = "Smooth"
258 wave3.BottomSurface = "Smooth"
259 wave3.Transparency = 0.35
260 wave3.CFrame = fx.CFrame
261 wave3.Material = "Neon"
262 wm3 = Instance.new("SpecialMesh", wave3)
263 wm3.MeshType = "FileMesh"
264 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
265 wm3.Scale = Vector3.new(1,1,1)
266 coroutine.wrap(function()
267 for i = 1, 18, 1 do
268 value = value - 0.5
269 value2 = value2 - 0.75*1.5
270 value3 = value3 - 0.475*1.5
271 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
272 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
273 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
274 --wave.Size = wm.Scale
275 wave.CFrame = fx.CFrame
276 wave.Transparency = i/14
277 --wave2.Size = wm2.Scale
278 wave2.CFrame = fx.CFrame
279 wave2.Rotation = Vector3.new(90, 0, 0)
280 wave2.Transparency = i/14
281 --wave3.Size = wm3.Scale
282 wave3.CFrame = fx.CFrame
283 wave3.Rotation = Vector3.new(90, 0, 0)
284 wave3.Transparency = i/14
285 wait()
286 glowz.Rate = 0
287
288 end
289 wait()
290 wave:Destroy()
291 wave2:Destroy()
292 wave3:Destroy()
293 end)()
294 elseif Transforming == false then
295 wait()
296 end
297end
298
299for i = 1, 100 do rs:wait()
300 fx.CFrame = torso.CFrame
301end
302
303Spawn(function()
304 while wait(1) do
305 GroundWave()
306 end
307end)
308
309wait(4)
310
311Transforming = false
312
313local value2 = 1
314for i = 1, 20 do rs:wait()
315 value2 = value2 - 0.05
316 glowz.Rate = 0
317
318 fx.Transparency = fx.Transparency + (1/20)
319 fx.CFrame = torso.CFrame
320 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
321 rs:wait()
322end
323glowz:Destroy()
324
325
326local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
327 local valuer = 5
328 local valuer2 = 10
329 local valuer3 = 15
330local sa2 = Instance.new("Sound",torso)
331sa2.SoundId = "rbxassetid://130972023"
332sa2.Pitch = 1
333sa2.Volume = 5
334sa2.Looped = false
335sa2:Play()
336local sar2 = Instance.new("Sound",torso)
337sar2.SoundId = "rbxassetid://153274423"
338sar2.Pitch = 1
339sar2.Volume = 5
340sar2.Looped = false
341sar2:Play()
342 local wave = Instance.new("Part", torso)
343 wave.BrickColor = BrickColor.new("Lime green")
344 wave.Anchored = true
345 wave.CanCollide = false
346 wave.Locked = true
347 wave.Size = Vector3.new(1, 1, 1)
348 wave.TopSurface = "Smooth"
349 wave.BottomSurface = "Smooth"
350 wave.Transparency = 0.35
351 wave.CFrame = HandCF
352 wm = Instance.new("SpecialMesh", wave)
353 wm.MeshId = "rbxassetid://3270017"
354 local wave2 = Instance.new("Part", torso)
355 wave2.BrickColor = BrickColor.new("Really black")
356 wave2.Anchored = true
357 wave2.CanCollide = false
358 wave2.Locked = true
359 wave2.Size = Vector3.new(1, 1, 1)
360 wave2.TopSurface = "Smooth"
361 wave2.BottomSurface = "Smooth"
362 wave2.Transparency = 0.35
363 wave2.CFrame = HandCF
364 wm2 = Instance.new("SpecialMesh", wave2)
365 wm2.MeshId = "rbxassetid://3270017"
366 local wave3 = Instance.new("Part", torso)
367 wave3.BrickColor = BrickColor.new("Lime green")
368 wave3.Anchored = true
369 wave3.CanCollide = false
370 wave3.Locked = true
371 wave3.Size = Vector3.new(1, 1, 1)
372 wave3.TopSurface = "Smooth"
373 wave3.BottomSurface = "Smooth"
374 wave3.Transparency = 0.35
375 wave3.CFrame = HandCF
376 wm3 = Instance.new("SpecialMesh", wave3)
377 wm3.MeshId = "rbxassetid://3270017"
378 coroutine.wrap(function()
379 for i = 1, 14, 1 do
380 valuer = valuer - 0.35
381 valuer2 = valuer - 0.45
382 valuer3 = valuer3 - 0.475
383 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
384 wave.Size = wm.Scale
385 wave.CFrame = HandCF
386 wave.Transparency = i/14
387 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
388 wave2.Size = wm2.Scale
389 wave2.CFrame = HandCF
390 wave2.Transparency = i/14
391 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
392 wave3.Size = wm2.Scale
393 wave3.CFrame = HandCF
394 wave3.Transparency = i/14
395 wait()
396 end
397 wait()
398 wave:Destroy()
399 wave2:Destroy()
400end)()
401hum.WalkSpeed = 16
402--------------------
403
404------------
405fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
406fire.Color = Color3.new(0,1,0)
407fire.SecondaryColor = Color3.new(0,1,0)
408fire.Enabled = true
409--------------------------------------------------------------------------------------------------------
410plr=game:service'Players'.LocalPlayer
411chr=plr.Character
412local ms = plr:GetMouse()
413CV="Bright red"
414
415local txt = Instance.new("BillboardGui", chr)
416txt.Adornee = chr.Head
417txt.Name = "_status"
418txt.Size = UDim2.new(4, 0, 2.5, 0)
419txt.StudsOffset = Vector3.new(-4, 2, 0)
420local text = Instance.new("TextLabel", txt)
421text.Size = UDim2.new(3, 0, 0.5, 0)
422text.FontSize = "Size24"
423text.TextScaled = true
424text.TextTransparency = 0
425text.BackgroundTransparency = 1
426text.TextTransparency = 0
427text.TextStrokeTransparency = 0
428text.Font = "Bodoni"
429text.TextStrokeColor3 = Color3.new(0,1,0)
430text.Text = "Pumpkin Overseer"
431--------------------------------------------------------
432char["Body Colors"].HeadColor = BrickColor.new("Really black")
433char["Body Colors"].TorsoColor = BrickColor.new("Really black")
434char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
435char["Body Colors"].RightArmColor = BrickColor.new("Really black")
436--------------------------------------------------------------
437fat = Instance.new("BindableEvent",script)
438fat.Name = "Heartbeat"
439
440script:WaitForChild("Heartbeat")
441
442frame = 1/30
443tf = 0
444allowframeloss = 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.
445tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
446lastframe = tick()
447script.Heartbeat:Fire() --ayy lmao
448
449game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
450 tf = tf + s
451 if tf >= frame then
452 if allowframeloss then
453 script.Heartbeat:Fire()
454 lastframe=tick()
455 else
456 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
457 for i=1, math.floor(tf/frame) do
458 script.Heartbeat:Fire()
459 end
460 lastframe=tick()
461 end
462 if tossremainder then
463 tf = 0
464 else
465 tf = tf - frame * math.floor(tf/frame)
466 end
467 end
468end)
469----------------------------------------------------
470for i,v in pairs(char:children()) do
471 if v:IsA("Hat") then
472 v:Destroy()
473 end
474end
475for i,v in pairs (hed:GetChildren()) do
476 if v:IsA("Sound") then
477 v:Destroy()
478 end
479end
480----------------------------------------------------
481Debounces = {
482CanAttack = true;
483CanJoke = true;
484NoIdl = false;
485Slashing = false;
486Slashed = false;
487ks = false;
488}
489----------------------------------------------------
490function weld5(part0, part1, c0, c1)
491 weeld=Instance.new("Weld", part0)
492 weeld.Part0=part0
493 weeld.Part1=part1
494 weeld.C0=c0
495 weeld.C1=c1
496 return weeld
497end
498----------------------------------------------------
499function NewPart(prnt,siz,cf,trans,anc,mat,col)
500 local prt=Instance.new("Part")
501 prt.Parent=prnt
502 prt.Name="Part"
503 prt.Size=siz
504 prt.CanCollide=false
505 prt.Anchored=anc
506 prt.Locked=true
507 prt.Transparency = trans
508 prt.TopSurface=10
509 prt.BottomSurface=10
510 prt.FrontSurface=10
511 prt.BackSurface=10
512 prt.LeftSurface=10
513 prt.RightSurface=10
514 prt:BreakJoints()
515 prt.CFrame=cf or CFrame.new(30,10,30)
516 prt.Material=mat
517 prt.BrickColor=BrickColor.new(col)
518 m=Instance.new("SpecialMesh",prt)
519 m.MeshType=6
520 return prt
521end
522----------------------------------------------------
523function lerp(a, b, t) -- Linear interpolation
524 return a + (b - a)*t
525end
526
527function slerp(a, b, t) --Spherical interpolation
528 dot = a:Dot(b)
529 if dot > 0.99999 or dot < -0.99999 then
530 return t <= 0.5 and a or b
531 else
532 r = math.acos(dot)
533 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
534 end
535end
536
537function matrixInterpolate(a, b, t)
538 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
539 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
540 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
541 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
542 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
543 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
544 local t = v1:Dot(v2)
545 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
546 return CFrame.new()
547 end
548 return CFrame.new(
549 v0.x, v0.y, v0.z,
550 v1.x, v1.y, v1.z,
551 v2.x, v2.y, v2.z,
552 v3.x, v3.y, v3.z)
553end
554----------------------------------------------------
555function genWeld(a,b)
556 local w = Instance.new("Weld",a)
557 w.Part0 = a
558 w.Part1 = b
559 return w
560end
561function weld(a, b)
562 local weld = Instance.new("Weld")
563 weld.Name = "W"
564 weld.Part0 = a
565 weld.Part1 = b
566 weld.C0 = a.CFrame:inverse() * b.CFrame
567 weld.Parent = a
568 return weld;
569end
570----------------------------------------------------
571function Lerp(c1,c2,al)
572 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
573 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
574 for i,v in pairs(com1) do
575 com1[i] = v+(com2[i]-v)*al
576 end
577 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
578end
579----------------------------------------------------
580newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
581 local wld = Instance.new("Weld", wp1)
582 wld.Part0 = wp0
583 wld.Part1 = wp1
584 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
585end
586----------------------------------------------------
587newWeld(torso, larm, -1.5, 0.5, 0)
588larm.Weld.C1 = CFrame.new(0, 0.5, 0)
589newWeld(torso, rarm, 1.5, 0.5, 0)
590rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
591newWeld(torso, hed, 0, 1.5, 0)
592newWeld(torso, lleg, -0.5, -1, 0)
593lleg.Weld.C1 = CFrame.new(0, 1, 0)
594newWeld(torso, rleg, 0.5, -1, 0)
595rleg.Weld.C1 = CFrame.new(0, 1, 0)
596newWeld(root, torso, 0, -1, 0)
597torso.Weld.C1 = CFrame.new(0, -1, 0)
598----------------------------------------------------
599
600hed.face.Texture = "http://www.roblox.com/asset/?id=0"
601hed.Transparency = 1
602
603-----------------------
604LittleWave = function()
605 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
606 local Colors = {"Lime green", "Black","Really black"}
607 local wave = Instance.new("Part", torso)
608
609
610 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
611
612
613 wave.Anchored = true
614 wave.CanCollide = false
615 wave.Material = "Neon"
616 wave.Locked = true
617 wave.Size = Vector3.new(1, 1, 1)
618 wave.TopSurface = "Smooth"
619 wave.BottomSurface = "Smooth"
620 wave.Transparency = 0.35
621 wave.CFrame = HandCF
622 wm = Instance.new("SpecialMesh", wave)
623 wm.MeshId = "rbxassetid://3270017"
624 coroutine.wrap(function()
625 for i = 1, 14, 1 do
626 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
627 wave.Size = wm.Scale
628 wave.CFrame = HandCF
629 wave.Transparency = i/14
630 wait()
631 end
632 wait()
633 wave:Destroy()
634 end)()
635end
636 Spawn(function()
637 while wait(.8) do
638 LittleWave()
639 end
640end)
641
642-----------------------------
643
644------------------------
645
646-------------------------
647
648
649----------------------------------------------------
650z = Instance.new("Sound", char)
651z.SoundId = "rbxassetid://435750418"
652z.Looped = true
653z.Pitch = 1
654z.Volume = 7
655wait(.1)
656z:Play()
657----------------------------------------------------
658
659
660---------------------
661
662New = function(Object, Parent, Name, Data)
663 local Object = Instance.new(Object)
664 for Index, Value in pairs(Data or {}) do
665 Object[Index] = Value
666 end
667 Object.Parent = Parent
668 Object.Name = Name
669 return Object
670end
671----------------------------------------------------
672--reaper hat
673for _,x in pairs(char:children()) do
674if x:IsA('Hat') then x:remove() end
675if x:IsA('Shirt') then x:remove() end
676if x:IsA('Pants') then x:remove() end
677end
678
679local h = Instance.new('Part', char)
680h.Name = 'DK Hood'
681h.Size = Vector3.new(0.5,0.5,0.5)
682h.CFrame = hed.CFrame
683h.CanCollide = false
684--
685newWeld(hed, h, 0, 0.35, 0)
686--
687local m = Instance.new('SpecialMesh', h)
688m.Name = "Reaper's Cowl"
689m.MeshType = 'FileMesh'
690m.Scale = Vector3.new(0.5,0.5,0.5)
691m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
692m.VertexColor = Vector3.new(1,1,1)
693local shirt = Instance.new("Shirt",p.Character)
694local pants = Instance.new("Pants",p.Character)
695shirt.ShirtTemplate = "rbxassetid://233027251"
696pants.PantsTemplate = "rbxassetid://149639608"
697--Left Arm
698m = Instance.new("Model")
699m.Name = "LeftArm"
700p1 = Instance.new("Part", m)
701p1.BrickColor = BrickColor.new("Lime green")
702p1.Material = Enum.Material.Granite
703p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
704p1.Size = Vector3.new(1, 0.200000048, 1)
705p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
706p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
707p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
708p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
709p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
710p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
711b1 = Instance.new("SpecialMesh", p1)
712b1.MeshType = Enum.MeshType.Brick
713b1.Name = "Mesh"
714b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
715p2 = Instance.new("Part", m)
716p2.BrickColor = BrickColor.new("Lime green")
717p2.Material = Enum.Material.Granite
718p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
719p2.Size = Vector3.new(1, 0.200000048, 1)
720p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
721p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
722p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
723p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
724p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
725p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
726b2 = Instance.new("SpecialMesh", p2)
727b2.MeshType = Enum.MeshType.Brick
728b2.Name = "Mesh"
729b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
730p3 = Instance.new("Part", m)
731p3.BrickColor = BrickColor.new("Lime green")
732p3.Material = Enum.Material.Granite
733p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
734p3.Size = Vector3.new(1, 0.200000048, 1)
735p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
736p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
737p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
738p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
739p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
740p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
741b3 = Instance.new("SpecialMesh", p3)
742b3.MeshType = Enum.MeshType.Brick
743b3.Name = "Mesh"
744b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
745p4 = Instance.new("Part", m)
746p4.BrickColor = BrickColor.new("Black")
747p4.Material = Enum.Material.SmoothPlastic
748p4.Name = "LeftArmPlate"
749p4.Size = Vector3.new(1, 2, 1)
750p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
751p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
752p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
753p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
754p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
755p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
756b4 = Instance.new("SpecialMesh", p4)
757b4.MeshType = Enum.MeshType.Brick
758b4.Name = "Mesh"
759b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
760p5 = Instance.new("Part", m)
761p5.BrickColor = BrickColor.new("Lime green")
762p5.Material = Enum.Material.Granite
763p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
764p5.Size = Vector3.new(1, 0.200000048, 1)
765p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
766p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
767p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
768p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
769p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
770p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
771b5 = Instance.new("SpecialMesh", p5)
772b5.MeshType = Enum.MeshType.Brick
773b5.Name = "Mesh"
774b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
775p6 = Instance.new("Part", m)
776p6.BrickColor = BrickColor.new("Lime green")
777p6.Material = Enum.Material.Granite
778p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
779p6.Size = Vector3.new(1, 0.200000048, 1)
780p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
781p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
782p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
783p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
784p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
785p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
786b6 = Instance.new("SpecialMesh", p6)
787b6.MeshType = Enum.MeshType.Brick
788b6.Name = "Mesh"
789b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
790p7 = Instance.new("Part", m)
791p7.BrickColor = BrickColor.new("Lime green")
792p7.Material = Enum.Material.Granite
793p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
794p7.FormFactor = Enum.FormFactor.Custom
795p7.Size = Vector3.new(1, 0.200000048, 1)
796p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
797p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
798p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
799p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
800p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
801p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
802b7 = Instance.new("SpecialMesh", p7)
803b7.MeshType = Enum.MeshType.Brick
804b7.Name = "Mesh"
805b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
806p8 = Instance.new("Part", m)
807p8.BrickColor = BrickColor.new("Lime green")
808p8.Material = Enum.Material.Granite
809p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
810p8.FormFactor = Enum.FormFactor.Custom
811p8.Size = Vector3.new(1, 0.200000048, 1)
812p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
813p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
814p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
815p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
816p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
817p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
818b8 = Instance.new("SpecialMesh", p8)
819b8.MeshType = Enum.MeshType.Brick
820b8.Name = "Mesh"
821b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
822p9 = Instance.new("Part", m)
823p9.BrickColor = BrickColor.new("Lime green")
824p9.Material = Enum.Material.Granite
825p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
826p9.FormFactor = Enum.FormFactor.Custom
827p9.Size = Vector3.new(1, 0.200000048, 1)
828p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
829p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
830p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
831p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
832p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
833p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
834b9 = Instance.new("SpecialMesh", p9)
835b9.MeshType = Enum.MeshType.Brick
836b9.Name = "Mesh"
837b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
838p10 = Instance.new("Part", m)
839p10.BrickColor = BrickColor.new("Black")
840p10.Material = Enum.Material.SmoothPlastic
841p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
842p10.FormFactor = Enum.FormFactor.Custom
843p10.Size = Vector3.new(1, 0.349999994, 1)
844p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
845p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
846p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
847p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
848p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
849p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
850b10 = Instance.new("SpecialMesh", p10)
851b10.MeshType = Enum.MeshType.Brick
852b10.Name = "Mesh"
853b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
854p11 = Instance.new("Part", m)
855p11.BrickColor = BrickColor.new("Black")
856p11.Material = Enum.Material.Metal
857p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
858p11.FormFactor = Enum.FormFactor.Custom
859p11.Size = Vector3.new(1, 0.25, 1)
860p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
861p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
862p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
863p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
864p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
865p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
866b11 = Instance.new("SpecialMesh", p11)
867b11.MeshType = Enum.MeshType.Brick
868b11.Name = "Mesh"
869b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
870p12 = Instance.new("Part", m)
871p12.BrickColor = BrickColor.new("Black")
872p12.Material = Enum.Material.Metal
873p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
874p12.FormFactor = Enum.FormFactor.Custom
875p12.Size = Vector3.new(1, 0.25, 1)
876p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
877p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
878p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
879p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
880p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
881p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
882b12 = Instance.new("SpecialMesh", p12)
883b12.MeshType = Enum.MeshType.Brick
884b12.Name = "Mesh"
885b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
886p13 = Instance.new("Part", m)
887p13.BrickColor = BrickColor.new("Black")
888p13.Material = Enum.Material.Metal
889p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
890p13.FormFactor = Enum.FormFactor.Custom
891p13.Size = Vector3.new(1, 0.25, 1)
892p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
893p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
894p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
895p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
896p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
897p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
898b13 = Instance.new("SpecialMesh", p13)
899b13.MeshType = Enum.MeshType.Brick
900b13.Name = "Mesh"
901b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
902p14 = Instance.new("Part", m)
903p14.BrickColor = BrickColor.new("Black")
904p14.Material = Enum.Material.Metal
905p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
906p14.FormFactor = Enum.FormFactor.Custom
907p14.Size = Vector3.new(1, 0.25, 1)
908p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
909p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
910p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
911p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
912p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
913p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
914b14 = Instance.new("SpecialMesh", p14)
915b14.MeshType = Enum.MeshType.Brick
916b14.Name = "Mesh"
917b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
918p15 = Instance.new("Part", m)
919p15.BrickColor = BrickColor.new("Lime green")
920p15.Material = Enum.Material.Granite
921p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
922p15.FormFactor = Enum.FormFactor.Custom
923p15.Size = Vector3.new(1, 1, 1)
924p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
925p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
926p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
927p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
928p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
929p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
930b15 = Instance.new("SpecialMesh", p15)
931b15.MeshType = Enum.MeshType.Sphere
932b15.Name = "Mesh"
933p16 = Instance.new("Part", m)
934p16.BrickColor = BrickColor.new("Black")
935p16.Material = Enum.Material.Metal
936p16.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)
937p16.FormFactor = Enum.FormFactor.Custom
938p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
939p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
940p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
941p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
942p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
943p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
944p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
945b16 = Instance.new("SpecialMesh", p16)
946b16.MeshType = Enum.MeshType.Brick
947b16.Name = "Mesh"
948b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
949p17 = Instance.new("Part", m)
950p17.BrickColor = BrickColor.new("Black")
951p17.Material = Enum.Material.SmoothPlastic
952p17.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)
953p17.FormFactor = Enum.FormFactor.Custom
954p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
955p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
956p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
957p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
958p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
959p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
960p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
961b17 = Instance.new("SpecialMesh", p17)
962b17.MeshType = Enum.MeshType.Brick
963b17.Name = "Mesh"
964b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
965p18 = Instance.new("Part", m)
966p18.BrickColor = BrickColor.new("Black")
967p18.Material = Enum.Material.SmoothPlastic
968p18.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)
969p18.FormFactor = Enum.FormFactor.Custom
970p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
971p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
972p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
973p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
974p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
975p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
976p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
977b18 = Instance.new("SpecialMesh", p18)
978b18.MeshType = Enum.MeshType.Brick
979b18.Name = "Mesh"
980b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
981p19 = Instance.new("Part", m)
982p19.BrickColor = BrickColor.new("Black")
983p19.Material = Enum.Material.SmoothPlastic
984p19.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)
985p19.FormFactor = Enum.FormFactor.Custom
986p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
987p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
988p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
989p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
990p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
991p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
992p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
993b19 = Instance.new("SpecialMesh", p19)
994b19.MeshType = Enum.MeshType.Brick
995b19.Name = "Mesh"
996b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
997p20 = Instance.new("Part", m)
998p20.BrickColor = BrickColor.new("Really black")
999p20.Material = Enum.Material.SmoothPlastic
1000p20.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)
1001p20.FormFactor = Enum.FormFactor.Custom
1002p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1003p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1004p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1005p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1006p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1007p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1008p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1009b20 = Instance.new("SpecialMesh", p20)
1010b20.MeshType = Enum.MeshType.Brick
1011b20.Name = "Mesh"
1012b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1013p21 = Instance.new("Part", m)
1014p21.BrickColor = BrickColor.new("Black")
1015p21.Material = Enum.Material.Metal
1016p21.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)
1017p21.FormFactor = Enum.FormFactor.Custom
1018p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1019p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1020p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1021p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1022p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1023p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1024p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1025b21 = Instance.new("SpecialMesh", p21)
1026b21.MeshType = Enum.MeshType.Wedge
1027b21.Name = "Mesh"
1028b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1029p22 = Instance.new("Part", m)
1030p22.BrickColor = BrickColor.new("Black")
1031p22.Material = Enum.Material.Metal
1032p22.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)
1033p22.FormFactor = Enum.FormFactor.Custom
1034p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1035p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1036p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1037p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1038p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1039p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1040p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1041b22 = Instance.new("SpecialMesh", p22)
1042b22.MeshType = Enum.MeshType.Brick
1043b22.Name = "Mesh"
1044b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1045p23 = Instance.new("Part", m)
1046p23.BrickColor = BrickColor.new("Black")
1047p23.Material = Enum.Material.Metal
1048p23.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)
1049p23.FormFactor = Enum.FormFactor.Custom
1050p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1051p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1052p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1053p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1054p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1055p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1056p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1057b23 = Instance.new("SpecialMesh", p23)
1058b23.MeshType = Enum.MeshType.Brick
1059b23.Name = "Mesh"
1060b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1061p24 = Instance.new("Part", m)
1062p24.BrickColor = BrickColor.new("Black")
1063p24.Material = Enum.Material.Metal
1064p24.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)
1065p24.FormFactor = Enum.FormFactor.Custom
1066p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1067p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1068p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1069p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1070p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1071p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1072p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1073b24 = Instance.new("SpecialMesh", p24)
1074b24.MeshType = Enum.MeshType.Brick
1075b24.Name = "Mesh"
1076b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1077p25 = Instance.new("Part", m)
1078p25.BrickColor = BrickColor.new("Black")
1079p25.Material = Enum.Material.Metal
1080p25.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)
1081p25.FormFactor = Enum.FormFactor.Custom
1082p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1083p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1084p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1085p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1086p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1087p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1088p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1089b25 = Instance.new("SpecialMesh", p25)
1090b25.MeshType = Enum.MeshType.Brick
1091b25.Name = "Mesh"
1092b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1093p26 = Instance.new("Part", m)
1094p26.BrickColor = BrickColor.new("Black")
1095p26.Material = Enum.Material.Metal
1096p26.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)
1097p26.FormFactor = Enum.FormFactor.Custom
1098p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1099p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1100p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1101p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1102p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1103p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1104p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1105b26 = Instance.new("SpecialMesh", p26)
1106b26.MeshType = Enum.MeshType.Brick
1107b26.Name = "Mesh"
1108b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1109p27 = Instance.new("Part", m)
1110p27.BrickColor = BrickColor.new("Black")
1111p27.Material = Enum.Material.Metal
1112p27.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)
1113p27.FormFactor = Enum.FormFactor.Custom
1114p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1115p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1116p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1117p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1118p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1119p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1120p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1121b27 = Instance.new("SpecialMesh", p27)
1122b27.MeshType = Enum.MeshType.Brick
1123b27.Name = "Mesh"
1124b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1125p28 = Instance.new("Part", m)
1126p28.BrickColor = BrickColor.new("Black")
1127p28.Material = Enum.Material.Metal
1128p28.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)
1129p28.FormFactor = Enum.FormFactor.Custom
1130p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1131p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1132p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1133p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1134p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1135p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1136p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1137b28 = Instance.new("SpecialMesh", p28)
1138b28.MeshType = Enum.MeshType.Brick
1139b28.Name = "Mesh"
1140b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1141p29 = Instance.new("Part", m)
1142p29.BrickColor = BrickColor.new("Black")
1143p29.Material = Enum.Material.Metal
1144p29.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)
1145p29.FormFactor = Enum.FormFactor.Custom
1146p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1147p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1148p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1149p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1150p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1151p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1152p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1153b29 = Instance.new("SpecialMesh", p29)
1154b29.MeshType = Enum.MeshType.Brick
1155b29.Name = "Mesh"
1156b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1157p30 = Instance.new("Part", m)
1158p30.BrickColor = BrickColor.new("Black")
1159p30.Material = Enum.Material.Metal
1160p30.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)
1161p30.FormFactor = Enum.FormFactor.Custom
1162p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1163p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1164p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1165p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1166p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1167p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1168p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1169b30 = Instance.new("SpecialMesh", p30)
1170b30.MeshType = Enum.MeshType.Wedge
1171b30.Name = "Mesh"
1172b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1173p31 = Instance.new("Part", m)
1174p31.BrickColor = BrickColor.new("Black")
1175p31.Material = Enum.Material.Metal
1176p31.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)
1177p31.FormFactor = Enum.FormFactor.Custom
1178p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1179p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1180p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1181p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1182p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1183p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1184p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1185b31 = Instance.new("SpecialMesh", p31)
1186b31.MeshType = Enum.MeshType.Brick
1187b31.Name = "Mesh"
1188b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1189p32 = Instance.new("Part", m)
1190p32.BrickColor = BrickColor.new("Black")
1191p32.Material = Enum.Material.Metal
1192p32.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)
1193p32.FormFactor = Enum.FormFactor.Custom
1194p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1195p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1196p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1197p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1198p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1199p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1200p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1201b32 = Instance.new("SpecialMesh", p32)
1202b32.MeshType = Enum.MeshType.Wedge
1203b32.Name = "Mesh"
1204b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1205p33 = Instance.new("Part", m)
1206p33.BrickColor = BrickColor.new("Black")
1207p33.Material = Enum.Material.Metal
1208p33.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)
1209p33.FormFactor = Enum.FormFactor.Custom
1210p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1211p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1212p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1213p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1214p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1215p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1216p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1217b33 = Instance.new("SpecialMesh", p33)
1218b33.MeshType = Enum.MeshType.Brick
1219b33.Name = "Mesh"
1220b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1221p34 = Instance.new("Part", m)
1222p34.BrickColor = BrickColor.new("Black")
1223p34.Material = Enum.Material.Metal
1224p34.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)
1225p34.FormFactor = Enum.FormFactor.Custom
1226p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1227p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1228p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1229p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1230p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1231p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1232p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1233b34 = Instance.new("SpecialMesh", p34)
1234b34.MeshType = Enum.MeshType.Brick
1235b34.Name = "Mesh"
1236b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1237w1 = Instance.new("Weld", p1)
1238w1.Name = "Part_Weld"
1239w1.Part0 = p1
1240w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1241w1.Part1 = p2
1242w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1243w2 = Instance.new("Weld", p2)
1244w2.Name = "Part_Weld"
1245w2.Part0 = p2
1246w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1247w2.Part1 = p3
1248w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1249w3 = Instance.new("Weld", p3)
1250w3.Name = "LeftArmPlate_Weld"
1251w3.Part0 = p3
1252w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1253w3.Part1 = p4
1254w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1255w4 = Instance.new("Weld", p4)
1256w4.Name = "Part_Weld"
1257w4.Part0 = p4
1258w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1259w4.Part1 = p5
1260w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1261w5 = Instance.new("Weld", p5)
1262w5.Name = "Part_Weld"
1263w5.Part0 = p5
1264w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1265w5.Part1 = p6
1266w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1267w6 = Instance.new("Weld", p6)
1268w6.Name = "Part_Weld"
1269w6.Part0 = p6
1270w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1271w6.Part1 = p7
1272w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1273w7 = Instance.new("Weld", p7)
1274w7.Name = "Part_Weld"
1275w7.Part0 = p7
1276w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1277w7.Part1 = p8
1278w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1279w8 = Instance.new("Weld", p8)
1280w8.Name = "Part_Weld"
1281w8.Part0 = p8
1282w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1283w8.Part1 = p9
1284w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1285w9 = Instance.new("Weld", p9)
1286w9.Name = "Part_Weld"
1287w9.Part0 = p9
1288w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1289w9.Part1 = p10
1290w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1291w10 = Instance.new("Weld", p10)
1292w10.Name = "Part_Weld"
1293w10.Part0 = p10
1294w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1295w10.Part1 = p11
1296w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1297w11 = Instance.new("Weld", p11)
1298w11.Name = "Part_Weld"
1299w11.Part0 = p11
1300w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1301w11.Part1 = p12
1302w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1303w12 = Instance.new("Weld", p12)
1304w12.Name = "Part_Weld"
1305w12.Part0 = p12
1306w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1307w12.Part1 = p13
1308w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1309w13 = Instance.new("Weld", p13)
1310w13.Name = "Part_Weld"
1311w13.Part0 = p13
1312w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1313w13.Part1 = p14
1314w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1315w14 = Instance.new("Weld", p14)
1316w14.Name = "Part_Weld"
1317w14.Part0 = p14
1318w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1319w14.Part1 = p15
1320w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1321w15 = Instance.new("Weld", p15)
1322w15.Name = "Part_Weld"
1323w15.Part0 = p15
1324w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1325w15.Part1 = p16
1326w15.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)
1327w16 = Instance.new("Weld", p16)
1328w16.Name = "Part_Weld"
1329w16.Part0 = p16
1330w16.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)
1331w16.Part1 = p17
1332w16.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)
1333w17 = Instance.new("Weld", p17)
1334w17.Name = "Part_Weld"
1335w17.Part0 = p17
1336w17.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)
1337w17.Part1 = p18
1338w17.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)
1339w18 = Instance.new("Weld", p18)
1340w18.Name = "Part_Weld"
1341w18.Part0 = p18
1342w18.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)
1343w18.Part1 = p19
1344w18.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)
1345w19 = Instance.new("Weld", p19)
1346w19.Name = "Part_Weld"
1347w19.Part0 = p19
1348w19.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)
1349w19.Part1 = p20
1350w19.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)
1351w20 = Instance.new("Weld", p20)
1352w20.Name = "Part_Weld"
1353w20.Part0 = p20
1354w20.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)
1355w20.Part1 = p21
1356w20.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)
1357w21 = Instance.new("Weld", p21)
1358w21.Name = "Part_Weld"
1359w21.Part0 = p21
1360w21.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)
1361w21.Part1 = p22
1362w21.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)
1363w22 = Instance.new("Weld", p22)
1364w22.Name = "Part_Weld"
1365w22.Part0 = p22
1366w22.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)
1367w22.Part1 = p23
1368w22.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)
1369w23 = Instance.new("Weld", p23)
1370w23.Name = "Part_Weld"
1371w23.Part0 = p23
1372w23.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)
1373w23.Part1 = p24
1374w23.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)
1375w24 = Instance.new("Weld", p24)
1376w24.Name = "Part_Weld"
1377w24.Part0 = p24
1378w24.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)
1379w24.Part1 = p25
1380w24.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)
1381w25 = Instance.new("Weld", p25)
1382w25.Name = "Part_Weld"
1383w25.Part0 = p25
1384w25.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)
1385w25.Part1 = p26
1386w25.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)
1387w26 = Instance.new("Weld", p26)
1388w26.Name = "Part_Weld"
1389w26.Part0 = p26
1390w26.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)
1391w26.Part1 = p27
1392w26.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)
1393w27 = Instance.new("Weld", p27)
1394w27.Name = "Part_Weld"
1395w27.Part0 = p27
1396w27.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)
1397w27.Part1 = p28
1398w27.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)
1399w28 = Instance.new("Weld", p28)
1400w28.Name = "Part_Weld"
1401w28.Part0 = p28
1402w28.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)
1403w28.Part1 = p29
1404w28.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)
1405w29 = Instance.new("Weld", p29)
1406w29.Name = "Part_Weld"
1407w29.Part0 = p29
1408w29.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)
1409w29.Part1 = p30
1410w29.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)
1411w30 = Instance.new("Weld", p30)
1412w30.Name = "Part_Weld"
1413w30.Part0 = p30
1414w30.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)
1415w30.Part1 = p31
1416w30.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)
1417w31 = Instance.new("Weld", p31)
1418w31.Name = "Part_Weld"
1419w31.Part0 = p31
1420w31.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)
1421w31.Part1 = p32
1422w31.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)
1423w32 = Instance.new("Weld", p32)
1424w32.Name = "Part_Weld"
1425w32.Part0 = p32
1426w32.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)
1427w32.Part1 = p33
1428w32.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)
1429w33 = Instance.new("Weld", p33)
1430w33.Name = "Part_Weld"
1431w33.Part0 = p33
1432w33.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)
1433w33.Part1 = p34
1434w33.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)
1435m.Parent = larm
1436m:MakeJoints()
1437----------------------------------------------------
1438local cor = Instance.new("Part", larm.LeftArm)
1439cor.Name = "Thingy"
1440cor.Locked = true
1441cor.BottomSurface = 0
1442cor.CanCollide = false
1443cor.Size = Vector3.new(1, 1, 1)
1444cor.Transparency = 1
1445cor.TopSurface = 0
1446corw = Instance.new("Weld", cor)
1447corw.Part0 = larm
1448corw.Part1 = cor
1449corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1450corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1451weld1 = Instance.new("Weld", larm.LeftArm)
1452weld1.Part0 = cor
1453weld1.Part1 = larm.LeftArm.LeftArmPlate
1454weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1455--Right Arm
1456m2 = Instance.new("Model")
1457m2.Name = "RightArm"
1458p1 = Instance.new("Part", m2)
1459p1.BrickColor = BrickColor.new("Lime green")
1460p1.Material = Enum.Material.Granite
1461p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1462p1.FormFactor = Enum.FormFactor.Custom
1463p1.Size = Vector3.new(1, 0.200000048, 1)
1464p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1465p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1466p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1467p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1468p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1469p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1470b1 = Instance.new("SpecialMesh", p1)
1471b1.MeshType = Enum.MeshType.Brick
1472b1.Name = "Mesh"
1473b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1474p2 = Instance.new("Part", m2)
1475p2.BrickColor = BrickColor.new("Lime green")
1476p2.Material = Enum.Material.Granite
1477p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1478p2.FormFactor = Enum.FormFactor.Custom
1479p2.Size = Vector3.new(1, 0.200000048, 1)
1480p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1481p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1482p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1483p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1484p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1485p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1486b2 = Instance.new("SpecialMesh", p2)
1487b2.MeshType = Enum.MeshType.Brick
1488b2.Name = "Mesh"
1489b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1490p3 = Instance.new("Part", m2)
1491p3.BrickColor = BrickColor.new("Lime green")
1492p3.Material = Enum.Material.Granite
1493p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1494p3.FormFactor = Enum.FormFactor.Custom
1495p3.Size = Vector3.new(1, 0.200000048, 1)
1496p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1497p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1498p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1499p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1500p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1501p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1502b3 = Instance.new("SpecialMesh", p3)
1503b3.MeshType = Enum.MeshType.Brick
1504b3.Name = "Mesh"
1505b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1506p4 = Instance.new("Part", m2)
1507p4.BrickColor = BrickColor.new("Lime green")
1508p4.Material = Enum.Material.Granite
1509p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1510p4.FormFactor = Enum.FormFactor.Custom
1511p4.Size = Vector3.new(1, 0.200000048, 1)
1512p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1513p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1514p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1515p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1516p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1517p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1518b4 = Instance.new("SpecialMesh", p4)
1519b4.MeshType = Enum.MeshType.Brick
1520b4.Name = "Mesh"
1521b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1522p5 = Instance.new("Part", m2)
1523p5.BrickColor = BrickColor.new("Lime green")
1524p5.Material = Enum.Material.Granite
1525p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1526p5.FormFactor = Enum.FormFactor.Custom
1527p5.Size = Vector3.new(1, 0.200000048, 1)
1528p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1529p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1530p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1531p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1532p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1533p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1534b5 = Instance.new("SpecialMesh", p5)
1535b5.MeshType = Enum.MeshType.Brick
1536b5.Name = "Mesh"
1537b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1538p6 = Instance.new("Part", m2)
1539p6.BrickColor = BrickColor.new("Lime green")
1540p6.Material = Enum.Material.Granite
1541p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1542p6.FormFactor = Enum.FormFactor.Custom
1543p6.Size = Vector3.new(1, 1, 1)
1544p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1545p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1546p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1547p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1548p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1549p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1550b6 = Instance.new("SpecialMesh", p6)
1551b6.MeshType = Enum.MeshType.Sphere
1552b6.Name = "Mesh"
1553p7 = Instance.new("Part", m2)
1554p7.BrickColor = BrickColor.new("Black")
1555p7.Material = Enum.Material.SmoothPlastic
1556p7.Name = "RightArmPlate"
1557p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1558p7.FormFactor = Enum.FormFactor.Symmetric
1559p7.Size = Vector3.new(1, 2, 1)
1560p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1561p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1562p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1563p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1564p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1565p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1566b7 = Instance.new("SpecialMesh", p7)
1567b7.MeshType = Enum.MeshType.Brick
1568b7.Name = "Mesh"
1569b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1570p8 = Instance.new("Part", m2)
1571p8.BrickColor = BrickColor.new("Lime green")
1572p8.Material = Enum.Material.Granite
1573p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1574p8.FormFactor = Enum.FormFactor.Custom
1575p8.Size = Vector3.new(1, 0.200000048, 1)
1576p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1577p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1578p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1579p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1580p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1581p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1582b8 = Instance.new("SpecialMesh", p8)
1583b8.MeshType = Enum.MeshType.Brick
1584b8.Name = "Mesh"
1585b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1586p9 = Instance.new("Part", m2)
1587p9.BrickColor = BrickColor.new("Black")
1588p9.Material = Enum.Material.SmoothPlastic
1589p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1590p9.FormFactor = Enum.FormFactor.Custom
1591p9.Size = Vector3.new(1, 0.349999994, 1)
1592p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1593p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1594p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1595p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1596p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1597p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1598b9 = Instance.new("SpecialMesh", p9)
1599b9.MeshType = Enum.MeshType.Brick
1600b9.Name = "Mesh"
1601b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1602p10 = Instance.new("Part", m2)
1603p10.BrickColor = BrickColor.new("Black")
1604p10.Material = Enum.Material.Metal
1605p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1606p10.FormFactor = Enum.FormFactor.Custom
1607p10.Size = Vector3.new(1, 0.25, 1)
1608p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1609p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1610p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1611p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1612p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1613p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1614b10 = Instance.new("SpecialMesh", p10)
1615b10.MeshType = Enum.MeshType.Brick
1616b10.Name = "Mesh"
1617b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1618p11 = Instance.new("Part", m2)
1619p11.BrickColor = BrickColor.new("Black")
1620p11.Material = Enum.Material.Metal
1621p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1622p11.FormFactor = Enum.FormFactor.Custom
1623p11.Size = Vector3.new(1, 0.25, 1)
1624p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1625p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1626p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1627p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1628p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1629p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1630b11 = Instance.new("SpecialMesh", p11)
1631b11.MeshType = Enum.MeshType.Brick
1632b11.Name = "Mesh"
1633b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1634p12 = Instance.new("Part", m2)
1635p12.BrickColor = BrickColor.new("Black")
1636p12.Material = Enum.Material.Metal
1637p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1638p12.FormFactor = Enum.FormFactor.Custom
1639p12.Size = Vector3.new(1, 0.25, 1)
1640p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1641p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1642p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1643p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1644p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1645p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1646b12 = Instance.new("SpecialMesh", p12)
1647b12.MeshType = Enum.MeshType.Brick
1648b12.Name = "Mesh"
1649b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1650p13 = Instance.new("Part", m2)
1651p13.BrickColor = BrickColor.new("Lime green")
1652p13.Material = Enum.Material.Granite
1653p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1654p13.FormFactor = Enum.FormFactor.Custom
1655p13.Size = Vector3.new(1, 0.200000048, 1)
1656p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1657p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1658p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1659p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1660p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1661p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1662b13 = Instance.new("SpecialMesh", p13)
1663b13.MeshType = Enum.MeshType.Brick
1664b13.Name = "Mesh"
1665b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1666p14 = Instance.new("Part", m2)
1667p14.BrickColor = BrickColor.new("Black")
1668p14.Material = Enum.Material.Metal
1669p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1670p14.FormFactor = Enum.FormFactor.Custom
1671p14.Size = Vector3.new(1, 0.25, 1)
1672p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1673p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1674p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1675p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1676p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1677p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1678b14 = Instance.new("SpecialMesh", p14)
1679b14.MeshType = Enum.MeshType.Brick
1680b14.Name = "Mesh"
1681b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1682p15 = Instance.new("Part", m2)
1683p15.BrickColor = BrickColor.new("Lime green")
1684p15.Material = Enum.Material.Granite
1685p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1686p15.FormFactor = Enum.FormFactor.Custom
1687p15.Size = Vector3.new(1, 0.200000048, 1)
1688p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1689p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1690p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1691p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1692p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1693p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1694b15 = Instance.new("SpecialMesh", p15)
1695b15.MeshType = Enum.MeshType.Brick
1696b15.Name = "Mesh"
1697b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1698p16 = Instance.new("Part", m2)
1699p16.BrickColor = BrickColor.new("Black")
1700p16.Material = Enum.Material.SmoothPlastic
1701p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1702p16.FormFactor = Enum.FormFactor.Custom
1703p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1704p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1705p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1706p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1707p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1708p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1709p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1710b16 = Instance.new("SpecialMesh", p16)
1711b16.MeshType = Enum.MeshType.Brick
1712b16.Name = "Mesh"
1713b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1714p17 = Instance.new("Part", m2)
1715p17.BrickColor = BrickColor.new("Black")
1716p17.Material = Enum.Material.SmoothPlastic
1717p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1718p17.FormFactor = Enum.FormFactor.Custom
1719p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1720p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1721p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1722p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1723p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1724p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1725p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1726b17 = Instance.new("SpecialMesh", p17)
1727b17.MeshType = Enum.MeshType.Brick
1728b17.Name = "Mesh"
1729b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1730p18 = Instance.new("Part", m2)
1731p18.BrickColor = BrickColor.new("Really black")
1732p18.Material = Enum.Material.SmoothPlastic
1733p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1734p18.FormFactor = Enum.FormFactor.Custom
1735p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1736p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1737p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1738p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1739p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1740p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1741p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1742b18 = Instance.new("SpecialMesh", p18)
1743b18.MeshType = Enum.MeshType.Brick
1744b18.Name = "Mesh"
1745b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1746p19 = Instance.new("Part", m2)
1747p19.BrickColor = BrickColor.new("Black")
1748p19.Material = Enum.Material.SmoothPlastic
1749p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1750p19.FormFactor = Enum.FormFactor.Custom
1751p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1752p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1753p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1754p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1755p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1756p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1757p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1758b19 = Instance.new("SpecialMesh", p19)
1759b19.MeshType = Enum.MeshType.Brick
1760b19.Name = "Mesh"
1761b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1762w1 = Instance.new("Weld", p1)
1763w1.Name = "Part_Weld"
1764w1.Part0 = p1
1765w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1766w1.Part1 = p2
1767w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1768w2 = Instance.new("Weld", p2)
1769w2.Name = "Part_Weld"
1770w2.Part0 = p2
1771w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1772w2.Part1 = p3
1773w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1774w3 = Instance.new("Weld", p3)
1775w3.Name = "Part_Weld"
1776w3.Part0 = p3
1777w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1778w3.Part1 = p4
1779w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1780w4 = Instance.new("Weld", p4)
1781w4.Name = "Part_Weld"
1782w4.Part0 = p4
1783w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1784w4.Part1 = p5
1785w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1786w5 = Instance.new("Weld", p5)
1787w5.Name = "Part_Weld"
1788w5.Part0 = p5
1789w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1790w5.Part1 = p6
1791w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1792w6 = Instance.new("Weld", p6)
1793w6.Name = "RightArmPlate_Weld"
1794w6.Part0 = p6
1795w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1796w6.Part1 = p7
1797w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1798w7 = Instance.new("Weld", p7)
1799w7.Name = "Part_Weld"
1800w7.Part0 = p7
1801w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1802w7.Part1 = p8
1803w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1804w8 = Instance.new("Weld", p8)
1805w8.Name = "Part_Weld"
1806w8.Part0 = p8
1807w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1808w8.Part1 = p9
1809w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1810w9 = Instance.new("Weld", p9)
1811w9.Name = "Part_Weld"
1812w9.Part0 = p9
1813w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1814w9.Part1 = p10
1815w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1816w10 = Instance.new("Weld", p10)
1817w10.Name = "Part_Weld"
1818w10.Part0 = p10
1819w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1820w10.Part1 = p11
1821w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1822w11 = Instance.new("Weld", p11)
1823w11.Name = "Part_Weld"
1824w11.Part0 = p11
1825w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1826w11.Part1 = p12
1827w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1828w12 = Instance.new("Weld", p12)
1829w12.Name = "Part_Weld"
1830w12.Part0 = p12
1831w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1832w12.Part1 = p13
1833w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1834w13 = Instance.new("Weld", p13)
1835w13.Name = "Part_Weld"
1836w13.Part0 = p13
1837w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1838w13.Part1 = p14
1839w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1840w14 = Instance.new("Weld", p14)
1841w14.Name = "Part_Weld"
1842w14.Part0 = p14
1843w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1844w14.Part1 = p15
1845w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1846w15 = Instance.new("Weld", p15)
1847w15.Name = "Part_Weld"
1848w15.Part0 = p15
1849w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1850w15.Part1 = p16
1851w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1852w16 = Instance.new("Weld", p16)
1853w16.Name = "Part_Weld"
1854w16.Part0 = p16
1855w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1856w16.Part1 = p17
1857w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1858w17 = Instance.new("Weld", p17)
1859w17.Name = "Part_Weld"
1860w17.Part0 = p17
1861w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1862w17.Part1 = p18
1863w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1864w18 = Instance.new("Weld", p18)
1865w18.Name = "Part_Weld"
1866w18.Part0 = p18
1867w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1868w18.Part1 = p19
1869w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1870m2.Parent = rarm
1871m2:MakeJoints()
1872----------------------------------------------------
1873local cor2 = Instance.new("Part", rarm.RightArm)
1874cor2.Name = "Thingy"
1875cor2.Locked = true
1876cor2.BottomSurface = 0
1877cor2.CanCollide = false
1878cor2.Size = Vector3.new(1, 1, 1)
1879cor2.Transparency = 1
1880cor2.TopSurface = 0
1881corw2 = Instance.new("Weld", cor2)
1882corw2.Part0 = rarm
1883corw2.Part1 = cor2
1884corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1885corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1886weld2 = Instance.new("Weld", rarm.RightArm)
1887weld2.Part0 = cor2
1888weld2.Part1 = rarm.RightArm.RightArmPlate
1889weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1890--Torso
1891m3 = Instance.new("Model")
1892m3.Name = "Torso"
1893p1 = Instance.new("Part", m3)
1894p1.BrickColor = BrickColor.new("Really black")
1895p1.Material = Enum.Material.Metal
1896p1.Name = "TorsoPlate"
1897p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1898p1.CanCollide = false
1899p1.Locked = true
1900p1.FormFactor = Enum.FormFactor.Custom
1901p1.Size = Vector3.new(2, 2, 1)
1902p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1903p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1904p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1905p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1906p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1907p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1908b1 = Instance.new("SpecialMesh", p1)
1909b1.MeshType = Enum.MeshType.Brick
1910b1.Name = "Mesh"
1911b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1912p2 = Instance.new("Part", m3)
1913p2.BrickColor = BrickColor.new("Really black")
1914p2.Material = Enum.Material.Metal
1915p2.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)
1916p2.CanCollide = false
1917p2.Locked = true
1918p2.FormFactor = Enum.FormFactor.Custom
1919p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1920b2 = Instance.new("SpecialMesh", p2)
1921b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1922b2.TextureId = ""
1923b2.MeshType = Enum.MeshType.FileMesh
1924b2.Name = "Mesh"
1925b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1926p3 = Instance.new("Part", m3)
1927p3.BrickColor = BrickColor.new("Black")
1928p3.Material = Enum.Material.Metal
1929p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1930p3.CanCollide = false
1931p3.Locked = true
1932p3.FormFactor = Enum.FormFactor.Custom
1933p3.Size = Vector3.new(2, 2, 0.200000018)
1934p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1935p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1936p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1937p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1938p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1939p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1940b3 = Instance.new("SpecialMesh", p3)
1941b3.MeshType = Enum.MeshType.Brick
1942b3.Name = "Mesh"
1943b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1944p4 = Instance.new("Part", m3)
1945p4.BrickColor = BrickColor.new("Black")
1946p4.Material = Enum.Material.Metal
1947p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1948p4.CanCollide = false
1949p4.Locked = true
1950p4.FormFactor = Enum.FormFactor.Custom
1951p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1952p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1953p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1954p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1955p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1956p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1957p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1958b4 = Instance.new("SpecialMesh", p4)
1959b4.MeshType = Enum.MeshType.Brick
1960b4.Name = "Mesh"
1961b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1962p5 = Instance.new("Part", m3)
1963p5.BrickColor = BrickColor.new("Black")
1964p5.Material = Enum.Material.Metal
1965p5.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)
1966p5.CanCollide = false
1967p5.Locked = true
1968p5.FormFactor = Enum.FormFactor.Custom
1969p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1970p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1971p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1972p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1973p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1974p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1975p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1976b5 = Instance.new("SpecialMesh", p5)
1977b5.MeshType = Enum.MeshType.Wedge
1978b5.Name = "Mesh"
1979b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1980p6 = Instance.new("Part", m3)
1981p6.BrickColor = BrickColor.new("Black")
1982p6.Material = Enum.Material.Metal
1983p6.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)
1984p6.CanCollide = false
1985p6.Locked = true
1986p6.FormFactor = Enum.FormFactor.Custom
1987p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1988p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1989p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1990p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1991p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1992p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1993p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1994b6 = Instance.new("SpecialMesh", p6)
1995b6.MeshType = Enum.MeshType.Wedge
1996b6.Name = "Mesh"
1997b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1998p7 = Instance.new("Part", m3)
1999p7.BrickColor = BrickColor.new("Black")
2000p7.Material = Enum.Material.Metal
2001p7.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)
2002p7.CanCollide = false
2003p7.Locked = true
2004p7.FormFactor = Enum.FormFactor.Custom
2005p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2006p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2007p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2008p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2009p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2010p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2011p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2012b7 = Instance.new("SpecialMesh", p7)
2013b7.MeshType = Enum.MeshType.Wedge
2014b7.Name = "Mesh"
2015p8 = Instance.new("Part", m3)
2016p8.BrickColor = BrickColor.new("Black")
2017p8.Material = Enum.Material.Metal
2018p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2019p8.CanCollide = false
2020p8.Locked = true
2021p8.FormFactor = Enum.FormFactor.Custom
2022p8.Size = Vector3.new(1, 2, 0.200000018)
2023p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2024p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2025p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2026p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2027p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2028p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2029b8 = Instance.new("SpecialMesh", p8)
2030b8.MeshType = Enum.MeshType.Brick
2031b8.Name = "Mesh"
2032b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2033p9 = Instance.new("Part", m3)
2034p9.BrickColor = BrickColor.new("Black")
2035p9.Material = Enum.Material.Metal
2036p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2037p9.CanCollide = false
2038p9.Locked = true
2039p9.FormFactor = Enum.FormFactor.Custom
2040p9.Size = Vector3.new(1, 2, 0.200000018)
2041p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2042p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2043p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2044p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2045p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2046p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2047b9 = Instance.new("SpecialMesh", p9)
2048b9.MeshType = Enum.MeshType.Brick
2049b9.Name = "Mesh"
2050b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2051p10 = Instance.new("Part", m3)
2052p10.BrickColor = BrickColor.new("Black")
2053p10.Material = Enum.Material.Metal
2054p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2055p10.CanCollide = false
2056p10.Locked = true
2057p10.FormFactor = Enum.FormFactor.Custom
2058p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2059p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2060p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2061p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2062p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2063p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2064p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2065b10 = Instance.new("SpecialMesh", p10)
2066b10.MeshType = Enum.MeshType.Brick
2067b10.Name = "Mesh"
2068b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2069p11 = Instance.new("Part", m3)
2070p11.BrickColor = BrickColor.new("Really black")
2071p11.Material = Enum.Material.Metal
2072p11.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)
2073p11.CanCollide = false
2074p11.Locked = true
2075p11.FormFactor = Enum.FormFactor.Custom
2076p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2077b11 = Instance.new("SpecialMesh", p11)
2078b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2079b11.TextureId = ""
2080b11.MeshType = Enum.MeshType.FileMesh
2081b11.Name = "Mesh"
2082b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2083p12 = Instance.new("Part", m3)
2084p12.BrickColor = BrickColor.new("Really black")
2085p12.Material = Enum.Material.Metal
2086p12.Transparency = 1
2087p12.Name = "Chain2Torso"
2088p12.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)
2089p12.CanCollide = false
2090p12.Locked = true
2091p12.FormFactor = Enum.FormFactor.Custom
2092p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2093b12 = Instance.new("SpecialMesh", p12)
2094b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2095b12.TextureId = ""
2096b12.MeshType = Enum.MeshType.FileMesh
2097b12.Name = "Mesh"
2098b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2099p13 = Instance.new("Part", m3)
2100p13.BrickColor = BrickColor.new("Really black")
2101p13.Material = Enum.Material.Metal
2102p13.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)
2103p13.CanCollide = false
2104p13.Locked = true
2105p13.FormFactor = Enum.FormFactor.Custom
2106p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2107b13 = Instance.new("SpecialMesh", p13)
2108b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2109b13.TextureId = ""
2110b13.MeshType = Enum.MeshType.FileMesh
2111b13.Name = "Mesh"
2112b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2113p14 = Instance.new("Part", m3)
2114p14.BrickColor = BrickColor.new("Really black")
2115p14.Material = Enum.Material.Metal
2116p14.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)
2117p14.CanCollide = false
2118p14.Locked = true
2119p14.FormFactor = Enum.FormFactor.Custom
2120p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2121b14 = Instance.new("SpecialMesh", p14)
2122b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2123b14.TextureId = ""
2124b14.MeshType = Enum.MeshType.FileMesh
2125b14.Name = "Mesh"
2126b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2127p15 = Instance.new("Part", m3)
2128p15.BrickColor = BrickColor.new("Really black")
2129p15.Material = Enum.Material.Metal
2130p15.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)
2131p15.CanCollide = false
2132p15.Locked = true
2133p15.FormFactor = Enum.FormFactor.Custom
2134p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2135b15 = Instance.new("SpecialMesh", p15)
2136b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2137b15.TextureId = ""
2138b15.MeshType = Enum.MeshType.FileMesh
2139b15.Name = "Mesh"
2140b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2141p16 = Instance.new("Part", m3)
2142p16.BrickColor = BrickColor.new("Really black")
2143p16.Material = Enum.Material.Metal
2144p16.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)
2145p16.CanCollide = false
2146p16.Locked = true
2147p16.FormFactor = Enum.FormFactor.Custom
2148p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2149b16 = Instance.new("SpecialMesh", p16)
2150b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2151b16.TextureId = ""
2152b16.MeshType = Enum.MeshType.FileMesh
2153b16.Name = "Mesh"
2154b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2155p17 = Instance.new("Part", m3)
2156p17.BrickColor = BrickColor.new("Really black")
2157p17.Material = Enum.Material.Metal
2158p17.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)
2159p17.CanCollide = false
2160p17.Locked = true
2161p17.FormFactor = Enum.FormFactor.Custom
2162p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2163b17 = Instance.new("SpecialMesh", p17)
2164b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2165b17.TextureId = ""
2166b17.MeshType = Enum.MeshType.FileMesh
2167b17.Name = "Mesh"
2168b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2169p18 = Instance.new("Part", m3)
2170p18.BrickColor = BrickColor.new("Really black")
2171p18.Material = Enum.Material.Metal
2172p18.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)
2173p18.CanCollide = false
2174p18.Locked = true
2175p18.FormFactor = Enum.FormFactor.Custom
2176p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2177b18 = Instance.new("SpecialMesh", p18)
2178b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2179b18.TextureId = ""
2180b18.MeshType = Enum.MeshType.FileMesh
2181b18.Name = "Mesh"
2182b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2183p19 = Instance.new("Part", m3)
2184p19.BrickColor = BrickColor.new("Really black")
2185p19.Material = Enum.Material.Metal
2186p19.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)
2187p19.CanCollide = false
2188p19.Locked = true
2189p19.FormFactor = Enum.FormFactor.Custom
2190p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2191b19 = Instance.new("SpecialMesh", p19)
2192b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2193b19.TextureId = ""
2194b19.MeshType = Enum.MeshType.FileMesh
2195b19.Name = "Mesh"
2196b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2197p20 = Instance.new("Part", m3)
2198p20.BrickColor = BrickColor.new("Really black")
2199p20.Material = Enum.Material.Metal
2200p20.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)
2201p20.CanCollide = false
2202p20.Locked = true
2203p20.FormFactor = Enum.FormFactor.Custom
2204p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2205b20 = Instance.new("SpecialMesh", p20)
2206b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2207b20.TextureId = ""
2208b20.MeshType = Enum.MeshType.FileMesh
2209b20.Name = "Mesh"
2210b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2211p21 = Instance.new("Part", m3)
2212p21.BrickColor = BrickColor.new("Really black")
2213p21.Material = Enum.Material.Metal
2214p21.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)
2215p21.CanCollide = false
2216p21.Locked = true
2217p21.FormFactor = Enum.FormFactor.Custom
2218p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2219b21 = Instance.new("SpecialMesh", p21)
2220b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2221b21.TextureId = ""
2222b21.MeshType = Enum.MeshType.FileMesh
2223b21.Name = "Mesh"
2224b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2225p22 = Instance.new("Part", m3)
2226p22.BrickColor = BrickColor.new("Really black")
2227p22.Material = Enum.Material.Metal
2228p22.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)
2229p22.CanCollide = false
2230p22.Locked = true
2231p22.FormFactor = Enum.FormFactor.Custom
2232p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2233b22 = Instance.new("SpecialMesh", p22)
2234b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2235b22.TextureId = ""
2236b22.MeshType = Enum.MeshType.FileMesh
2237b22.Name = "Mesh"
2238b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2239p23 = Instance.new("Part", m3)
2240p23.BrickColor = BrickColor.new("Really black")
2241p23.Material = Enum.Material.Metal
2242p23.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)
2243p23.CanCollide = false
2244p23.Locked = true
2245p23.FormFactor = Enum.FormFactor.Custom
2246p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2247b23 = Instance.new("SpecialMesh", p23)
2248b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2249b23.TextureId = ""
2250b23.MeshType = Enum.MeshType.FileMesh
2251b23.Name = "Mesh"
2252b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2253p24 = Instance.new("Part", m3)
2254p24.BrickColor = BrickColor.new("Really black")
2255p24.Material = Enum.Material.Metal
2256p24.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)
2257p24.CanCollide = false
2258p24.Locked = true
2259p24.FormFactor = Enum.FormFactor.Custom
2260p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2261b24 = Instance.new("SpecialMesh", p24)
2262b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2263b24.TextureId = ""
2264b24.MeshType = Enum.MeshType.FileMesh
2265b24.Name = "Mesh"
2266b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2267p25 = Instance.new("Part", m3)
2268p25.BrickColor = BrickColor.new("Really black")
2269p25.Material = Enum.Material.Metal
2270p25.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)
2271p25.CanCollide = false
2272p25.Locked = true
2273p25.FormFactor = Enum.FormFactor.Custom
2274p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2275b25 = Instance.new("SpecialMesh", p25)
2276b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2277b25.TextureId = ""
2278b25.MeshType = Enum.MeshType.FileMesh
2279b25.Name = "Mesh"
2280b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2281p26 = Instance.new("Part", m3)
2282p26.BrickColor = BrickColor.new("Really black")
2283p26.Material = Enum.Material.Metal
2284p26.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)
2285p26.CanCollide = false
2286p26.Locked = true
2287p26.FormFactor = Enum.FormFactor.Custom
2288p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2289b26 = Instance.new("SpecialMesh", p26)
2290b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2291b26.TextureId = ""
2292b26.MeshType = Enum.MeshType.FileMesh
2293b26.Name = "Mesh"
2294b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2295p27 = Instance.new("Part", m3)
2296p27.BrickColor = BrickColor.new("Really black")
2297p27.Material = Enum.Material.Metal
2298p27.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)
2299p27.CanCollide = false
2300p27.Locked = true
2301p27.FormFactor = Enum.FormFactor.Custom
2302p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2303b27 = Instance.new("SpecialMesh", p27)
2304b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2305b27.TextureId = ""
2306b27.MeshType = Enum.MeshType.FileMesh
2307b27.Name = "Mesh"
2308b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2309p28 = Instance.new("Part", m3)
2310p28.BrickColor = BrickColor.new("Really black")
2311p28.Material = Enum.Material.Metal
2312p28.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)
2313p28.CanCollide = false
2314p28.Locked = true
2315p28.FormFactor = Enum.FormFactor.Custom
2316p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2317b28 = Instance.new("SpecialMesh", p28)
2318b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2319b28.TextureId = ""
2320b28.MeshType = Enum.MeshType.FileMesh
2321b28.Name = "Mesh"
2322b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2323p29 = Instance.new("Part", m3)
2324p29.BrickColor = BrickColor.new("Really black")
2325p29.Material = Enum.Material.Metal
2326p29.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)
2327p29.CanCollide = false
2328p29.Locked = true
2329p29.FormFactor = Enum.FormFactor.Custom
2330p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2331b29 = Instance.new("SpecialMesh", p29)
2332b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2333b29.TextureId = ""
2334b29.MeshType = Enum.MeshType.FileMesh
2335b29.Name = "Mesh"
2336b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2337p30 = Instance.new("Part", m3)
2338p30.BrickColor = BrickColor.new("Really black")
2339p30.Material = Enum.Material.Metal
2340p30.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)
2341p30.CanCollide = false
2342p30.Locked = true
2343p30.FormFactor = Enum.FormFactor.Custom
2344p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2345b30 = Instance.new("SpecialMesh", p30)
2346b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2347b30.TextureId = ""
2348b30.MeshType = Enum.MeshType.FileMesh
2349b30.Name = "Mesh"
2350b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2351p31 = Instance.new("Part", m3)
2352p31.BrickColor = BrickColor.new("Really black")
2353p31.Material = Enum.Material.Metal
2354p31.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)
2355p31.CanCollide = false
2356p31.Locked = true
2357p31.FormFactor = Enum.FormFactor.Custom
2358p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2359b31 = Instance.new("SpecialMesh", p31)
2360b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2361b31.TextureId = ""
2362b31.MeshType = Enum.MeshType.FileMesh
2363b31.Name = "Mesh"
2364b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2365p32 = Instance.new("Part", m3)
2366p32.BrickColor = BrickColor.new("Really black")
2367p32.Material = Enum.Material.Metal
2368p32.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)
2369p32.CanCollide = false
2370p32.Locked = true
2371p32.FormFactor = Enum.FormFactor.Custom
2372p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2373b32 = Instance.new("SpecialMesh", p32)
2374b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2375b32.TextureId = ""
2376b32.MeshType = Enum.MeshType.FileMesh
2377b32.Name = "Mesh"
2378b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2379p33 = Instance.new("Part", m3)
2380p33.BrickColor = BrickColor.new("Really black")
2381p33.Material = Enum.Material.Metal
2382p33.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)
2383p33.CanCollide = false
2384p33.Locked = true
2385p33.FormFactor = Enum.FormFactor.Custom
2386p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2387b33 = Instance.new("SpecialMesh", p33)
2388b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2389b33.TextureId = ""
2390b33.MeshType = Enum.MeshType.FileMesh
2391b33.Name = "Mesh"
2392b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2393p34 = Instance.new("Part", m3)
2394p34.BrickColor = BrickColor.new("Really black")
2395p34.Material = Enum.Material.Metal
2396p34.Name = "Connection"
2397p34.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)
2398p34.CanCollide = false
2399p34.Locked = true
2400p34.FormFactor = Enum.FormFactor.Custom
2401p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2402b34 = Instance.new("SpecialMesh", p34)
2403b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2404b34.TextureId = ""
2405b34.MeshType = Enum.MeshType.FileMesh
2406b34.Name = "Mesh"
2407b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2408p35 = Instance.new("Part", m3)
2409p35.BrickColor = BrickColor.new("Really black")
2410p35.Material = Enum.Material.Metal
2411p35.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)
2412p35.CanCollide = false
2413p35.Locked = true
2414p35.FormFactor = Enum.FormFactor.Custom
2415p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2416b35 = Instance.new("SpecialMesh", p35)
2417b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2418b35.TextureId = ""
2419b35.MeshType = Enum.MeshType.FileMesh
2420b35.Name = "Mesh"
2421b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2422p36 = Instance.new("Part", m3)
2423p36.BrickColor = BrickColor.new("Really black")
2424p36.Material = Enum.Material.Metal
2425p36.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)
2426p36.CanCollide = false
2427p36.Locked = true
2428p36.FormFactor = Enum.FormFactor.Custom
2429p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2430b36 = Instance.new("SpecialMesh", p36)
2431b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2432b36.TextureId = ""
2433b36.MeshType = Enum.MeshType.FileMesh
2434b36.Name = "Mesh"
2435b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2436w1 = Instance.new("Weld", p2)
2437w1.Name = "Joint"
2438w1.Part0 = p2
2439w1.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)
2440w1.Part1 = p18
2441w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2442w2 = Instance.new("Weld", p3)
2443w2.Name = "Joint"
2444w2.Part0 = p3
2445w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2446w2.Part1 = p1
2447w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2448w3 = Instance.new("Weld", p4)
2449w3.Name = "Joint"
2450w3.Part0 = p4
2451w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2452w3.Part1 = p1
2453w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2454w4 = Instance.new("Weld", p5)
2455w4.Name = "Joint"
2456w4.Part0 = p5
2457w4.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)
2458w4.Part1 = p7
2459w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2460w5 = Instance.new("Weld", p6)
2461w5.Name = "Joint"
2462w5.Part0 = p6
2463w5.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)
2464w5.Part1 = p7
2465w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2466w6 = Instance.new("Weld", p7)
2467w6.Name = "Joint"
2468w6.Part0 = p7
2469w6.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)
2470w6.Part1 = p1
2471w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2472w7 = Instance.new("Weld", p8)
2473w7.Name = "Joint"
2474w7.Part0 = p8
2475w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2476w7.Part1 = p1
2477w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2478w8 = Instance.new("Weld", p9)
2479w8.Name = "Joint"
2480w8.Part0 = p9
2481w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2482w8.Part1 = p1
2483w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2484w9 = Instance.new("Weld", p10)
2485w9.Name = "Joint"
2486w9.Part0 = p10
2487w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2488w9.Part1 = p1
2489w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2490w10 = Instance.new("Weld", p11)
2491w10.Name = "Joint"
2492w10.Part0 = p11
2493w10.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)
2494w10.Part1 = p19
2495w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2496w11 = Instance.new("Weld", p12)
2497w11.Name = "Joint"
2498w11.Part0 = p12
2499w11.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)
2500w11.Part1 = p1
2501w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2502w12 = Instance.new("Weld", p13)
2503w12.Name = "Joint"
2504w12.Part0 = p13
2505w12.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)
2506w12.Part1 = p35
2507w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2508w13 = Instance.new("Weld", p14)
2509w13.Name = "Joint"
2510w13.Part0 = p14
2511w13.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)
2512w13.Part1 = p34
2513w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2514w14 = Instance.new("Weld", p15)
2515w14.Name = "Joint"
2516w14.Part0 = p15
2517w14.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)
2518w14.Part1 = p16
2519w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2520w15 = Instance.new("Weld", p16)
2521w15.Name = "Joint"
2522w15.Part0 = p16
2523w15.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)
2524w15.Part1 = p20
2525w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2526w16 = Instance.new("Weld", p17)
2527w16.Name = "Joint"
2528w16.Part0 = p17
2529w16.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)
2530w16.Part1 = p14
2531w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2532w17 = Instance.new("Weld", p18)
2533w17.Name = "Joint"
2534w17.Part0 = p18
2535w17.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)
2536w17.Part1 = p17
2537w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2538w18 = Instance.new("Weld", p19)
2539w18.Name = "Joint"
2540w18.Part0 = p19
2541w18.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)
2542w18.Part1 = p21
2543w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2544w19 = Instance.new("Weld", p20)
2545w19.Name = "Joint"
2546w19.Part0 = p20
2547w19.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)
2548w19.Part1 = p11
2549w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2550w20 = Instance.new("Weld", p21)
2551w20.Name = "Joint"
2552w20.Part0 = p21
2553w20.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)
2554w20.Part1 = p22
2555w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2556w21 = Instance.new("Weld", p22)
2557w21.Name = "Joint"
2558w21.Part0 = p22
2559w21.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)
2560w21.Part1 = p23
2561w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2562w22 = Instance.new("Weld", p23)
2563w22.Name = "Joint"
2564w22.Part0 = p23
2565w22.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)
2566w22.Part1 = p24
2567w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2568w23 = Instance.new("Weld", p24)
2569w23.Name = "Joint"
2570w23.Part0 = p24
2571w23.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)
2572w23.Part1 = p25
2573w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2574w24 = Instance.new("Weld", p25)
2575w24.Name = "Joint"
2576w24.Part0 = p25
2577w24.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)
2578w24.Part1 = p26
2579w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2580w25 = Instance.new("Weld", p26)
2581w25.Name = "Joint"
2582w25.Part0 = p26
2583w25.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)
2584w25.Part1 = p27
2585w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2586w26 = Instance.new("Weld", p27)
2587w26.Name = "Joint"
2588w26.Part0 = p27
2589w26.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)
2590w26.Part1 = p28
2591w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2592w27 = Instance.new("Weld", p28)
2593w27.Name = "Joint"
2594w27.Part0 = p28
2595w27.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)
2596w27.Part1 = p29
2597w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2598w28 = Instance.new("Weld", p29)
2599w28.Name = "Joint"
2600w28.Part0 = p29
2601w28.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)
2602w28.Part1 = p30
2603w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2604w29 = Instance.new("Weld", p30)
2605w29.Name = "Joint"
2606w29.Part0 = p30
2607w29.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)
2608w29.Part1 = p31
2609w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2610w30 = Instance.new("Weld", p31)
2611w30.Name = "Joint"
2612w30.Part0 = p31
2613w30.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)
2614w30.Part1 = p32
2615w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2616w31 = Instance.new("Weld", p32)
2617w31.Name = "Joint"
2618w31.Part0 = p32
2619w31.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)
2620w31.Part1 = p33
2621w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2622w32 = Instance.new("Weld", p33)
2623w32.Name = "Joint"
2624w32.Part0 = p33
2625w32.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)
2626w32.Part1 = p13
2627w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2628w33 = Instance.new("Weld", p34)
2629w33.Name = "Joint"
2630w33.Part0 = p34
2631w33.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)
2632w33.Part1 = p12
2633w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2634w34 = Instance.new("Weld", p35)
2635w34.Name = "Joint"
2636w34.Part0 = p35
2637w34.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)
2638w34.Part1 = p36
2639w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2640w35 = Instance.new("Weld", p36)
2641w35.Name = "Joint"
2642w35.Part0 = p36
2643w35.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)
2644w35.Part1 = p2
2645w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2646m3.Parent = torso
2647m3:MakeJoints()
2648----------------------------------------------------
2649local cor3 = Instance.new("Part", torso.Torso)
2650cor3.Name = "Thingy"
2651cor3.Locked = true
2652cor3.BottomSurface = 0
2653cor3.CanCollide = false
2654cor3.Size = Vector3.new(1, 1, 1)
2655cor3.Transparency = 1
2656cor3.TopSurface = 0
2657corw3 = Instance.new("Weld", cor3)
2658corw3.Part0 = torso
2659corw3.Part1 = cor3
2660corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2661corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2662weld3 = Instance.new("Weld", torso.Torso)
2663weld3.Part0 = cor3
2664weld3.Part1 = torso.Torso.TorsoPlate
2665weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2666--Left Leg
2667m4 = Instance.new("Model")
2668m4.Name = "LeftLeg"
2669p1 = Instance.new("Part", m4)
2670p1.BrickColor = BrickColor.new("Really black")
2671p1.Material = Enum.Material.Metal
2672p1.Name = "LeftLegPlate"
2673p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2674p1.Anchored = false
2675p1.CanCollide = false
2676p1.FormFactor = Enum.FormFactor.Custom
2677p1.Size = Vector3.new(1, 2, 1)
2678p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2679p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2680p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2681p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2682p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2683p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2684b1 = Instance.new("SpecialMesh", p1)
2685b1.MeshType = Enum.MeshType.Brick
2686b1.Name = "Mesh"
2687b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2688p2 = Instance.new("Part", m4)
2689p2.BrickColor = BrickColor.new("Really black")
2690p2.Material = Enum.Material.Metal
2691p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2692p2.Anchored = false
2693p2.CanCollide = false
2694p2.FormFactor = Enum.FormFactor.Custom
2695p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2696p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2697p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2698p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2699p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2700p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2701p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2702b2 = Instance.new("SpecialMesh", p2)
2703b2.MeshType = Enum.MeshType.Brick
2704b2.Name = "Mesh"
2705b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2706p3 = Instance.new("Part", m4)
2707p3.BrickColor = BrickColor.new("Really black")
2708p3.Material = Enum.Material.Metal
2709p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2710p3.Anchored = false
2711p3.CanCollide = false
2712p3.FormFactor = Enum.FormFactor.Custom
2713p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2714p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2715p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2716p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2717p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2718p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2719p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2720b3 = Instance.new("SpecialMesh", p3)
2721b3.MeshType = Enum.MeshType.Brick
2722b3.Name = "Mesh"
2723b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2724p4 = Instance.new("Part", m4)
2725p4.BrickColor = BrickColor.new("Black")
2726p4.Material = Enum.Material.Metal
2727p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2728p4.Anchored = false
2729p4.CanCollide = false
2730p4.FormFactor = Enum.FormFactor.Custom
2731p4.Size = Vector3.new(1, 2, 0.200000018)
2732p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2733p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2734p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2735p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2736p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2737p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2738b4 = Instance.new("SpecialMesh", p4)
2739b4.MeshType = Enum.MeshType.Brick
2740b4.Name = "Mesh"
2741b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2742p5 = Instance.new("Part", m4)
2743p5.BrickColor = BrickColor.new("Black")
2744p5.Material = Enum.Material.Metal
2745p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2746p5.Anchored = false
2747p5.CanCollide = false
2748p5.FormFactor = Enum.FormFactor.Custom
2749p5.Size = Vector3.new(1, 2, 0.200000018)
2750p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2751p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2752p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2753p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2754p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2755p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2756b5 = Instance.new("SpecialMesh", p5)
2757b5.MeshType = Enum.MeshType.Brick
2758b5.Name = "Mesh"
2759b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2760p6 = Instance.new("Part", m4)
2761p6.BrickColor = BrickColor.new("Black")
2762p6.Material = Enum.Material.Metal
2763p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2764p6.Anchored = false
2765p6.CanCollide = false
2766p6.FormFactor = Enum.FormFactor.Custom
2767p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2768p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2769p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2770p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2771p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2772p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2773p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2774b6 = Instance.new("SpecialMesh", p6)
2775b6.MeshType = Enum.MeshType.Brick
2776b6.Name = "Mesh"
2777b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2778p7 = Instance.new("Part", m4)
2779p7.BrickColor = BrickColor.new("Black")
2780p7.Material = Enum.Material.Metal
2781p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2782p7.Anchored = false
2783p7.CanCollide = false
2784p7.FormFactor = Enum.FormFactor.Custom
2785p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2786p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2787p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2788p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2789p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2790p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2791p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2792b7 = Instance.new("SpecialMesh", p7)
2793b7.MeshType = Enum.MeshType.Brick
2794b7.Name = "Mesh"
2795b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2796w1 = Instance.new("Weld", p2)
2797w1.Name = "Joint"
2798w1.Part0 = p2
2799w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2800w1.Part1 = p3
2801w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2802w2 = Instance.new("Weld", p3)
2803w2.Name = "Joint"
2804w2.Part0 = p3
2805w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2806w2.Part1 = p5
2807w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2808w3 = Instance.new("Weld", p4)
2809w3.Name = "Joint"
2810w3.Part0 = p4
2811w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2812w3.Part1 = p1
2813w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2814w4 = Instance.new("Weld", p5)
2815w4.Name = "Joint"
2816w4.Part0 = p5
2817w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2818w4.Part1 = p1
2819w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2820w5 = Instance.new("Weld", p6)
2821w5.Name = "Joint"
2822w5.Part0 = p6
2823w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2824w5.Part1 = p1
2825w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2826w6 = Instance.new("Weld", p7)
2827w6.Name = "Joint"
2828w6.Part0 = p7
2829w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2830w6.Part1 = p1
2831w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2832m4.Parent = lleg
2833m4:MakeJoints()
2834----------------------------------------------------
2835local cor4 = Instance.new("Part", lleg.LeftLeg)
2836cor4.Name = "Thingy"
2837cor4.Locked = true
2838cor4.BottomSurface = 0
2839cor4.CanCollide = false
2840cor4.Size = Vector3.new(1, 1, 1)
2841cor4.Transparency = 1
2842cor4.TopSurface = 0
2843corw4 = Instance.new("Weld", cor4)
2844corw4.Part0 = lleg
2845corw4.Part1 = cor4
2846corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2847corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2848weld4 = Instance.new("Weld", lleg.LeftLeg)
2849weld4.Part0 = cor4
2850weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2851weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2852--Right Leg
2853m5 = Instance.new("Model")
2854m5.Name = "RightLeg"
2855p1 = Instance.new("Part", m5)
2856p1.BrickColor = BrickColor.new("Really black")
2857p1.Material = Enum.Material.Metal
2858p1.Name = "RightLegPlate"
2859p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2860p1.Anchored = false
2861p1.CanCollide = false
2862p1.FormFactor = Enum.FormFactor.Custom
2863p1.Size = Vector3.new(1, 2, 1)
2864p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2865p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2866p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2867p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2868p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2869p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2870b1 = Instance.new("SpecialMesh", p1)
2871b1.MeshType = Enum.MeshType.Brick
2872b1.Name = "Mesh"
2873b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2874p2 = Instance.new("Part", m5)
2875p2.BrickColor = BrickColor.new("Really black")
2876p2.Material = Enum.Material.Metal
2877p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2878p2.Anchored = false
2879p2.CanCollide = false
2880p2.FormFactor = Enum.FormFactor.Custom
2881p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2882p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2883p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2884p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2885p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2886p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2887p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2888b2 = Instance.new("SpecialMesh", p2)
2889b2.MeshType = Enum.MeshType.Brick
2890b2.Name = "Mesh"
2891b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2892p3 = Instance.new("Part", m5)
2893p3.BrickColor = BrickColor.new("Really black")
2894p3.Material = Enum.Material.Metal
2895p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2896p3.Anchored = false
2897p3.CanCollide = false
2898p3.FormFactor = Enum.FormFactor.Custom
2899p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2900p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2901p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2902p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2903p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2904p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2905p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2906b3 = Instance.new("SpecialMesh", p3)
2907b3.MeshType = Enum.MeshType.Brick
2908b3.Name = "Mesh"
2909b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2910p4 = Instance.new("Part", m5)
2911p4.BrickColor = BrickColor.new("Black")
2912p4.Material = Enum.Material.Metal
2913p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2914p4.Anchored = false
2915p4.CanCollide = false
2916p4.FormFactor = Enum.FormFactor.Custom
2917p4.Size = Vector3.new(1, 2, 0.200000018)
2918p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2919p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2920p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2921p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2922p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2923p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2924b4 = Instance.new("SpecialMesh", p4)
2925b4.MeshType = Enum.MeshType.Brick
2926b4.Name = "Mesh"
2927b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2928p5 = Instance.new("Part", m5)
2929p5.BrickColor = BrickColor.new("Black")
2930p5.Material = Enum.Material.Metal
2931p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2932p5.Anchored = false
2933p5.CanCollide = false
2934p5.FormFactor = Enum.FormFactor.Custom
2935p5.Size = Vector3.new(1, 2, 0.200000018)
2936p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2937p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2938p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2939p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2940p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2941p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2942b5 = Instance.new("SpecialMesh", p5)
2943b5.MeshType = Enum.MeshType.Brick
2944b5.Name = "Mesh"
2945b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2946p6 = Instance.new("Part", m5)
2947p6.BrickColor = BrickColor.new("Black")
2948p6.Material = Enum.Material.Metal
2949p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2950p6.Anchored = false
2951p6.CanCollide = false
2952p6.FormFactor = Enum.FormFactor.Custom
2953p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2954p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2955p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2956p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2957p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2958p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2959p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2960b6 = Instance.new("SpecialMesh", p6)
2961b6.MeshType = Enum.MeshType.Brick
2962b6.Name = "Mesh"
2963b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2964p7 = Instance.new("Part", m5)
2965p7.BrickColor = BrickColor.new("Black")
2966p7.Material = Enum.Material.Metal
2967p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2968p7.Anchored = false
2969p7.CanCollide = false
2970p7.FormFactor = Enum.FormFactor.Custom
2971p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2972p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2973p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2974p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2975p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2976p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2977p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2978b7 = Instance.new("SpecialMesh", p7)
2979b7.MeshType = Enum.MeshType.Brick
2980b7.Name = "Mesh"
2981b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2982w1 = Instance.new("Weld", p2)
2983w1.Name = "Joint"
2984w1.Part0 = p2
2985w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2986w1.Part1 = p3
2987w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2988w2 = Instance.new("Weld", p3)
2989w2.Name = "Joint"
2990w2.Part0 = p3
2991w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2992w2.Part1 = p5
2993w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2994w3 = Instance.new("Weld", p4)
2995w3.Name = "Joint"
2996w3.Part0 = p4
2997w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2998w3.Part1 = p1
2999w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3000w4 = Instance.new("Weld", p5)
3001w4.Name = "Joint"
3002w4.Part0 = p5
3003w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3004w4.Part1 = p1
3005w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3006w5 = Instance.new("Weld", p6)
3007w5.Name = "Joint"
3008w5.Part0 = p6
3009w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3010w5.Part1 = p1
3011w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3012w6 = Instance.new("Weld", p7)
3013w6.Name = "Joint"
3014w6.Part0 = p7
3015w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3016w6.Part1 = p1
3017w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3018m5.Parent = rleg
3019m5:MakeJoints()
3020----------------------------------------------------
3021local cor5 = Instance.new("Part", rleg.RightLeg)
3022cor5.Name = "Thingy"
3023cor5.Locked = true
3024cor5.BottomSurface = 0
3025cor5.CanCollide = false
3026cor5.Size = Vector3.new(1, 1, 1)
3027cor5.Transparency = 1
3028cor5.TopSurface = 0
3029corw5 = Instance.new("Weld", cor5)
3030corw5.Part0 = rleg
3031corw5.Part1 = cor5
3032corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3033corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3034wld5 = Instance.new("Weld", rleg.RightLeg)
3035wld5.Part0 = cor5
3036wld5.Part1 = rleg.RightLeg.RightLegPlate
3037wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3038--Cape
3039m6 = Instance.new("Model")
3040m6.Name = "Cloak"
3041p1 = Instance.new("WedgePart", m6)
3042p1.BrickColor = BrickColor.new("Lime green")
3043p1.Material = Enum.Material.SmoothPlastic
3044p1.Name = "Wedge"
3045p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3046p1.CanCollide = false
3047p1.Locked = true
3048p1.FormFactor = Enum.FormFactor.Custom
3049p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3050p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3051p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3052p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3053p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3054p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3055p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3056b1 = Instance.new("SpecialMesh", p1)
3057b1.MeshType = Enum.MeshType.Wedge
3058b1.Name = "Mesh"
3059b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3060p2 = Instance.new("WedgePart", m6)
3061p2.BrickColor = BrickColor.new("Black")
3062p2.Material = Enum.Material.SmoothPlastic
3063p2.Name = "Wedge"
3064p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3065p2.CanCollide = false
3066p2.Locked = true
3067p2.FormFactor = Enum.FormFactor.Custom
3068p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3069p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3070p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3071p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3072p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3073p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3074p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3075b2 = Instance.new("SpecialMesh", p2)
3076b2.MeshType = Enum.MeshType.Wedge
3077b2.Name = "Mesh"
3078b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3079p3 = Instance.new("Part", m6)
3080p3.BrickColor = BrickColor.new("Black")
3081p3.Material = Enum.Material.SmoothPlastic
3082p3.Name = "CapeLevel2"
3083p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3084p3.CanCollide = false
3085p3.Locked = true
3086p3.FormFactor = Enum.FormFactor.Custom
3087p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3088p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3089p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3090p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3091p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3092p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3093p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3094b3 = Instance.new("BlockMesh", p3)
3095b3.Name = "Mesh"
3096b3.Scale = Vector3.new(1, 1, 0.602178097)
3097p4 = Instance.new("Part", m6)
3098p4.BrickColor = BrickColor.new("Black")
3099p4.Material = Enum.Material.SmoothPlastic
3100p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3101p4.CanCollide = false
3102p4.Locked = true
3103p4.FormFactor = Enum.FormFactor.Custom
3104p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3105p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3106p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3107p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3108p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3109p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3110p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3111b4 = Instance.new("BlockMesh", p4)
3112b4.Name = "Mesh"
3113b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3114p5 = Instance.new("Part", m6)
3115p5.BrickColor = BrickColor.new("Black")
3116p5.Material = Enum.Material.SmoothPlastic
3117p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3118p5.CanCollide = false
3119p5.Locked = true
3120p5.FormFactor = Enum.FormFactor.Custom
3121p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3122p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3123p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3124p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3125p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3126p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3127p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3128b5 = Instance.new("BlockMesh", p5)
3129b5.Name = "Mesh"
3130b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3131p6 = Instance.new("Part", m6)
3132p6.BrickColor = BrickColor.new("Black")
3133p6.Material = Enum.Material.SmoothPlastic
3134p6.Name = "CapeLevel1"
3135p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3136p6.CanCollide = false
3137p6.Locked = true
3138p6.FormFactor = Enum.FormFactor.Custom
3139p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3140p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3141p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3142p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3143p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3144p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3145p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3146b6 = Instance.new("BlockMesh", p6)
3147b6.Name = "Mesh"
3148b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3149p7 = Instance.new("Part", m6)
3150p7.BrickColor = BrickColor.new("Black")
3151p7.Material = Enum.Material.SmoothPlastic
3152p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3153p7.CanCollide = false
3154p7.Locked = true
3155p7.FormFactor = Enum.FormFactor.Custom
3156p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3157p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3158p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3159p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3160p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3161p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3162p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3163b7 = Instance.new("BlockMesh", p7)
3164b7.Name = "Mesh"
3165b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3166p8 = Instance.new("Part", m6)
3167p8.BrickColor = BrickColor.new("Black")
3168p8.Material = Enum.Material.SmoothPlastic
3169p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3170p8.CanCollide = false
3171p8.Locked = true
3172p8.FormFactor = Enum.FormFactor.Custom
3173p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3174p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3175p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3176p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3177p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3178p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3179p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3180b8 = Instance.new("BlockMesh", p8)
3181b8.Name = "Mesh"
3182b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3183p9 = Instance.new("Part", m6)
3184p9.BrickColor = BrickColor.new("Black")
3185p9.Material = Enum.Material.SmoothPlastic
3186p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3187p9.CanCollide = false
3188p9.Locked = true
3189p9.FormFactor = Enum.FormFactor.Custom
3190p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3191p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3192p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3193p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3194p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3195p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3196p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3197b9 = Instance.new("BlockMesh", p9)
3198b9.Name = "Mesh"
3199b9.Scale = Vector3.new(1, 1, 0.602178097)
3200p10 = Instance.new("Part", m6)
3201p10.BrickColor = BrickColor.new("Black")
3202p10.Material = Enum.Material.SmoothPlastic
3203p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3204p10.CanCollide = false
3205p10.Locked = true
3206p10.FormFactor = Enum.FormFactor.Custom
3207p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3208p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3209p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3210p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3211p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3212p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3213p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3214b10 = Instance.new("BlockMesh", p10)
3215b10.Name = "Mesh"
3216b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3217p11 = Instance.new("Part", m6)
3218p11.BrickColor = BrickColor.new("Black")
3219p11.Material = Enum.Material.SmoothPlastic
3220p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3221p11.CanCollide = false
3222p11.Locked = true
3223p11.FormFactor = Enum.FormFactor.Custom
3224p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3225p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3226p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3227p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3228p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3229p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3230p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3231b11 = Instance.new("BlockMesh", p11)
3232b11.Name = "Mesh"
3233b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3234p12 = Instance.new("Part", m6)
3235p12.BrickColor = BrickColor.new("Black")
3236p12.Material = Enum.Material.SmoothPlastic
3237p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3238p12.CanCollide = false
3239p12.Locked = true
3240p12.FormFactor = Enum.FormFactor.Custom
3241p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3242p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3243p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3244p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3245p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3246p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3247p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3248b12 = Instance.new("BlockMesh", p12)
3249b12.Name = "Mesh"
3250b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3251p13 = Instance.new("Part", m6)
3252p13.BrickColor = BrickColor.new("Black")
3253p13.Material = Enum.Material.SmoothPlastic
3254p13.Name = "BottomLeftFlap"
3255p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3256p13.CanCollide = false
3257p13.Locked = true
3258p13.FormFactor = Enum.FormFactor.Custom
3259p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3260p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3261p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3262p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3263p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3264p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3265p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3266b13 = Instance.new("BlockMesh", p13)
3267b13.Name = "Mesh"
3268b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3269p14 = Instance.new("Part", m6)
3270p14.BrickColor = BrickColor.new("Black")
3271p14.Material = Enum.Material.SmoothPlastic
3272p14.Transparency = 1
3273p14.Name = "Rotater"
3274p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3275p14.CanCollide = false
3276p14.Locked = true
3277p14.FormFactor = Enum.FormFactor.Custom
3278p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3279p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3280p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3281p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3282p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3283p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3284p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3285b14 = Instance.new("BlockMesh", p14)
3286b14.Name = "Mesh"
3287b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3288p15 = Instance.new("Part", m6)
3289p15.BrickColor = BrickColor.new("Black")
3290p15.Material = Enum.Material.SmoothPlastic
3291p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3292p15.CanCollide = false
3293p15.Locked = true
3294p15.FormFactor = Enum.FormFactor.Custom
3295p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3296p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3297p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3298p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3299p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3300p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3301p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3302b15 = Instance.new("BlockMesh", p15)
3303b15.Name = "Mesh"
3304b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3305p16 = Instance.new("Part", m6)
3306p16.BrickColor = BrickColor.new("Black")
3307p16.Material = Enum.Material.SmoothPlastic
3308p16.Name = "BottomCenterFlap"
3309p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3310p16.CanCollide = false
3311p16.Locked = true
3312p16.FormFactor = Enum.FormFactor.Custom
3313p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3314p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3315p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3316p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3317p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3318p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3319p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3320b16 = Instance.new("BlockMesh", p16)
3321b16.Name = "Mesh"
3322b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3323p17 = Instance.new("Part", m6)
3324p17.BrickColor = BrickColor.new("Black")
3325p17.Material = Enum.Material.SmoothPlastic
3326p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3327p17.CanCollide = false
3328p17.Locked = true
3329p17.FormFactor = Enum.FormFactor.Custom
3330p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3331p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3332p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3333p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3334p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3335p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3336p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3337b17 = Instance.new("BlockMesh", p17)
3338b17.Name = "Mesh"
3339b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3340p18 = Instance.new("Part", m6)
3341p18.BrickColor = BrickColor.new("Black")
3342p18.Material = Enum.Material.SmoothPlastic
3343p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3344p18.CanCollide = false
3345p18.Locked = true
3346p18.FormFactor = Enum.FormFactor.Custom
3347p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3348p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3349p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3350p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3351p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3352p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3353p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3354b18 = Instance.new("BlockMesh", p18)
3355b18.Name = "Mesh"
3356b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3357p19 = Instance.new("WedgePart", m6)
3358p19.BrickColor = BrickColor.new("Lime green")
3359p19.Name = "Wedge"
3360p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3361p19.CanCollide = false
3362p19.Locked = true
3363p19.FormFactor = Enum.FormFactor.Custom
3364p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3365p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3366p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3367p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3368p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3369p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3370p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3371b19 = Instance.new("SpecialMesh", p19)
3372b19.MeshType = Enum.MeshType.Wedge
3373b19.Name = "Mesh"
3374b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3375p20 = Instance.new("Part", m6)
3376p20.BrickColor = BrickColor.new("Black")
3377p20.Material = Enum.Material.SmoothPlastic
3378p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3379p20.CanCollide = false
3380p20.Locked = true
3381p20.FormFactor = Enum.FormFactor.Custom
3382p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3383p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3384p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3385p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3386p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3387p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3388p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3389b20 = Instance.new("BlockMesh", p20)
3390b20.Name = "Mesh"
3391b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3392p21 = Instance.new("Part", m6)
3393p21.BrickColor = BrickColor.new("Black")
3394p21.Material = Enum.Material.SmoothPlastic
3395p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3396p21.CanCollide = false
3397p21.Locked = true
3398p21.FormFactor = Enum.FormFactor.Custom
3399p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3400p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3401p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3402p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3403p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3404p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3405p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3406b21 = Instance.new("BlockMesh", p21)
3407b21.Name = "Mesh"
3408b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3409p22 = Instance.new("WedgePart", m6)
3410p22.BrickColor = BrickColor.new("Lime green")
3411p22.Name = "Wedge"
3412p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3413p22.CanCollide = false
3414p22.Locked = true
3415p22.FormFactor = Enum.FormFactor.Custom
3416p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3417p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3418p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3419p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3420p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3421p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3422p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3423b22 = Instance.new("SpecialMesh", p22)
3424b22.MeshType = Enum.MeshType.Wedge
3425b22.Name = "Mesh"
3426b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3427p23 = Instance.new("WedgePart", m6)
3428p23.BrickColor = BrickColor.new("Lime green")
3429p23.Material = Enum.Material.SmoothPlastic
3430p23.Name = "Wedge"
3431p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3432p23.CanCollide = false
3433p23.Locked = true
3434p23.FormFactor = Enum.FormFactor.Custom
3435p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3436p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3437p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3438p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3439p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3440p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3441p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3442b23 = Instance.new("SpecialMesh", p23)
3443b23.MeshType = Enum.MeshType.Wedge
3444b23.Name = "Mesh"
3445b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3446p24 = Instance.new("WedgePart", m6)
3447p24.BrickColor = BrickColor.new("Black")
3448p24.Material = Enum.Material.SmoothPlastic
3449p24.Name = "Wedge"
3450p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3451p24.CanCollide = false
3452p24.Locked = true
3453p24.FormFactor = Enum.FormFactor.Custom
3454p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3455p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3456p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3457p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3458p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3459p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3460p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3461b24 = Instance.new("SpecialMesh", p24)
3462b24.MeshType = Enum.MeshType.Wedge
3463b24.Name = "Mesh"
3464b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3465p25 = Instance.new("WedgePart", m6)
3466p25.BrickColor = BrickColor.new("Lime green")
3467p25.Name = "Wedge"
3468p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3469p25.CanCollide = false
3470p25.Locked = true
3471p25.FormFactor = Enum.FormFactor.Custom
3472p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3473p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3474p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3475p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3476p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3477p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3478p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3479b25 = Instance.new("SpecialMesh", p25)
3480b25.MeshType = Enum.MeshType.Wedge
3481b25.Name = "Mesh"
3482b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3483p26 = Instance.new("WedgePart", m6)
3484p26.BrickColor = BrickColor.new("Black")
3485p26.Material = Enum.Material.SmoothPlastic
3486p26.Name = "Wedge"
3487p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3488p26.CanCollide = false
3489p26.Locked = true
3490p26.FormFactor = Enum.FormFactor.Custom
3491p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3492p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3493p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3494p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3495p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3496p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3497p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3498b26 = Instance.new("SpecialMesh", p26)
3499b26.MeshType = Enum.MeshType.Wedge
3500b26.Name = "Mesh"
3501b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3502p27 = Instance.new("Part", m6)
3503p27.BrickColor = BrickColor.new("Black")
3504p27.Material = Enum.Material.SmoothPlastic
3505p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3506p27.CanCollide = false
3507p27.Locked = true
3508p27.FormFactor = Enum.FormFactor.Custom
3509p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3510p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3511p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3512p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3513p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3514p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3515p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3516b27 = Instance.new("BlockMesh", p27)
3517b27.Name = "Mesh"
3518b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3519p28 = Instance.new("WedgePart", m6)
3520p28.BrickColor = BrickColor.new("Black")
3521p28.Material = Enum.Material.SmoothPlastic
3522p28.Name = "Wedge"
3523p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3524p28.CanCollide = false
3525p28.Locked = true
3526p28.FormFactor = Enum.FormFactor.Custom
3527p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3528p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3529p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3530p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3531p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3532p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3533p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3534b28 = Instance.new("SpecialMesh", p28)
3535b28.MeshType = Enum.MeshType.Wedge
3536b28.Name = "Mesh"
3537b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3538p29 = Instance.new("Part", m6)
3539p29.BrickColor = BrickColor.new("Black")
3540p29.Material = Enum.Material.SmoothPlastic
3541p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3542p29.CanCollide = false
3543p29.Locked = true
3544p29.FormFactor = Enum.FormFactor.Custom
3545p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3546p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3547p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3548p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3549p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3550p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3551p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3552b29 = Instance.new("BlockMesh", p29)
3553b29.Name = "Mesh"
3554b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3555p30 = Instance.new("WedgePart", m6)
3556p30.BrickColor = BrickColor.new("Black")
3557p30.Material = Enum.Material.SmoothPlastic
3558p30.Name = "Wedge"
3559p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3560p30.CanCollide = false
3561p30.Locked = true
3562p30.FormFactor = Enum.FormFactor.Custom
3563p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3564p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3565p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3566p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3567p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3568p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3569p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3570b30 = Instance.new("SpecialMesh", p30)
3571b30.MeshType = Enum.MeshType.Wedge
3572b30.Name = "Mesh"
3573b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3574p31 = Instance.new("WedgePart", m6)
3575p31.BrickColor = BrickColor.new("Black")
3576p31.Material = Enum.Material.SmoothPlastic
3577p31.Name = "Wedge"
3578p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3579p31.CanCollide = false
3580p31.Locked = true
3581p31.FormFactor = Enum.FormFactor.Custom
3582p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3583p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3584p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3585p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3586p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3587p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3588p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3589b31 = Instance.new("SpecialMesh", p31)
3590b31.MeshType = Enum.MeshType.Wedge
3591b31.Name = "Mesh"
3592b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3593p32 = Instance.new("Part", m6)
3594p32.BrickColor = BrickColor.new("Black")
3595p32.Material = Enum.Material.SmoothPlastic
3596p32.Name = "BottomRightFlap"
3597p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3598p32.CanCollide = false
3599p32.Locked = true
3600p32.FormFactor = Enum.FormFactor.Custom
3601p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3602p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3603p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3604p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3605p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3606p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3607p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3608b32 = Instance.new("BlockMesh", p32)
3609b32.Name = "Mesh"
3610b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3611p33 = Instance.new("WedgePart", m6)
3612p33.BrickColor = BrickColor.new("Black")
3613p33.Material = Enum.Material.SmoothPlastic
3614p33.Name = "Wedge"
3615p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3616p33.CanCollide = false
3617p33.Locked = true
3618p33.FormFactor = Enum.FormFactor.Custom
3619p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3620p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3621p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3622p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3623p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3624p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3625p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3626b33 = Instance.new("SpecialMesh", p33)
3627b33.MeshType = Enum.MeshType.Wedge
3628b33.Name = "Mesh"
3629b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3630p34 = Instance.new("WedgePart", m6)
3631p34.BrickColor = BrickColor.new("Black")
3632p34.Material = Enum.Material.SmoothPlastic
3633p34.Name = "Wedge"
3634p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3635p34.CanCollide = false
3636p34.Locked = true
3637p34.FormFactor = Enum.FormFactor.Custom
3638p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3639p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3640p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3641p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3642p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3643p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3644p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3645b34 = Instance.new("SpecialMesh", p34)
3646b34.MeshType = Enum.MeshType.Wedge
3647b34.Name = "Mesh"
3648b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3649p35 = Instance.new("Part", m6)
3650p35.BrickColor = BrickColor.new("Black")
3651p35.Material = Enum.Material.SmoothPlastic
3652p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3653p35.CanCollide = false
3654p35.Locked = true
3655p35.FormFactor = Enum.FormFactor.Custom
3656p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3657p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3658p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3659p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3660p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3661p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3662p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3663b35 = Instance.new("BlockMesh", p35)
3664b35.Name = "Mesh"
3665b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3666p36 = Instance.new("WedgePart", m6)
3667p36.BrickColor = BrickColor.new("Black")
3668p36.Material = Enum.Material.SmoothPlastic
3669p36.Name = "Wedge"
3670p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3671p36.CanCollide = false
3672p36.Locked = true
3673p36.FormFactor = Enum.FormFactor.Custom
3674p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3675p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3676p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3677p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3678p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3679p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3680p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3681b36 = Instance.new("SpecialMesh", p36)
3682b36.MeshType = Enum.MeshType.Wedge
3683b36.Name = "Mesh"
3684b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3685p37 = Instance.new("Part", m6)
3686p37.BrickColor = BrickColor.new("Black")
3687p37.Material = Enum.Material.SmoothPlastic
3688p37.Name = "CapeLevel3"
3689p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3690p37.CanCollide = false
3691p37.Locked = true
3692p37.FormFactor = Enum.FormFactor.Custom
3693p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3694p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3695p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3696p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3697p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3698p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3699p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3700b37 = Instance.new("BlockMesh", p37)
3701b37.Name = "Mesh"
3702b37.Scale = Vector3.new(1, 1, 0.602178097)
3703p38 = Instance.new("WedgePart", m6)
3704p38.BrickColor = BrickColor.new("Lime green")
3705p38.Material = Enum.Material.SmoothPlastic
3706p38.Name = "Wedge"
3707p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3708p38.CanCollide = false
3709p38.Locked = true
3710p38.FormFactor = Enum.FormFactor.Custom
3711p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3712p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3713p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3714p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3715p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3716p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3717p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3718b38 = Instance.new("SpecialMesh", p38)
3719b38.MeshType = Enum.MeshType.Wedge
3720b38.Name = "Mesh"
3721b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3722p39 = Instance.new("WedgePart", m6)
3723p39.BrickColor = BrickColor.new("Lime green")
3724p39.Material = Enum.Material.SmoothPlastic
3725p39.Name = "Wedge"
3726p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3727p39.CanCollide = false
3728p39.Locked = true
3729p39.FormFactor = Enum.FormFactor.Custom
3730p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3731p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3732p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3733p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3734p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3735p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3736p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3737b39 = Instance.new("SpecialMesh", p39)
3738b39.MeshType = Enum.MeshType.Wedge
3739b39.Name = "Mesh"
3740b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3741p40 = Instance.new("WedgePart", m6)
3742p40.BrickColor = BrickColor.new("Black")
3743p40.Material = Enum.Material.SmoothPlastic
3744p40.Name = "Wedge"
3745p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3746p40.CanCollide = false
3747p40.Locked = true
3748p40.FormFactor = Enum.FormFactor.Custom
3749p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3750p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3751p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3752p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3753p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3754p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3755p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3756b40 = Instance.new("SpecialMesh", p40)
3757b40.MeshType = Enum.MeshType.Wedge
3758b40.Name = "Mesh"
3759b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3760p41 = Instance.new("WedgePart", m6)
3761p41.BrickColor = BrickColor.new("Black")
3762p41.Material = Enum.Material.SmoothPlastic
3763p41.Name = "Wedge"
3764p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3765p41.CanCollide = false
3766p41.Locked = true
3767p41.FormFactor = Enum.FormFactor.Custom
3768p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3769p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3770p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3771p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3772p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3773p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3774p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3775b41 = Instance.new("SpecialMesh", p41)
3776b41.MeshType = Enum.MeshType.Wedge
3777b41.Name = "Mesh"
3778b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3779p42 = Instance.new("WedgePart", m6)
3780p42.BrickColor = BrickColor.new("Black")
3781p42.Material = Enum.Material.SmoothPlastic
3782p42.Name = "Wedge"
3783p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3784p42.CanCollide = false
3785p42.Locked = true
3786p42.FormFactor = Enum.FormFactor.Custom
3787p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3788p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3789p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3790p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3791p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3792p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3793p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3794b42 = Instance.new("SpecialMesh", p42)
3795b42.MeshType = Enum.MeshType.Wedge
3796b42.Name = "Mesh"
3797b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3798p43 = Instance.new("WedgePart", m6)
3799p43.BrickColor = BrickColor.new("Black")
3800p43.Material = Enum.Material.SmoothPlastic
3801p43.Name = "Wedge"
3802p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3803p43.CanCollide = false
3804p43.Locked = true
3805p43.FormFactor = Enum.FormFactor.Custom
3806p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3807p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3808p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3809p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3810p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3811p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3812p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3813b43 = Instance.new("SpecialMesh", p43)
3814b43.MeshType = Enum.MeshType.Wedge
3815b43.Name = "Mesh"
3816b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3817p44 = Instance.new("WedgePart", m6)
3818p44.BrickColor = BrickColor.new("Black")
3819p44.Material = Enum.Material.SmoothPlastic
3820p44.Name = "Wedge"
3821p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3822p44.CanCollide = false
3823p44.Locked = true
3824p44.FormFactor = Enum.FormFactor.Custom
3825p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3826p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3827p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3828p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3829p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3830p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3831p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3832b44 = Instance.new("SpecialMesh", p44)
3833b44.MeshType = Enum.MeshType.Wedge
3834b44.Name = "Mesh"
3835b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3836p45 = Instance.new("WedgePart", m6)
3837p45.BrickColor = BrickColor.new("Black")
3838p45.Material = Enum.Material.SmoothPlastic
3839p45.Name = "Wedge"
3840p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3841p45.CanCollide = false
3842p45.Locked = true
3843p45.FormFactor = Enum.FormFactor.Custom
3844p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3845p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3846p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3847p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3848p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3849p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3850p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3851b45 = Instance.new("SpecialMesh", p45)
3852b45.MeshType = Enum.MeshType.Wedge
3853b45.Name = "Mesh"
3854b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3855p46 = Instance.new("WedgePart", m6)
3856p46.BrickColor = BrickColor.new("Black")
3857p46.Material = Enum.Material.SmoothPlastic
3858p46.Name = "Wedge"
3859p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3860p46.CanCollide = false
3861p46.Locked = true
3862p46.FormFactor = Enum.FormFactor.Custom
3863p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3864p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3865p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3866p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3867p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3868p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3869p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3870b46 = Instance.new("SpecialMesh", p46)
3871b46.MeshType = Enum.MeshType.Wedge
3872b46.Name = "Mesh"
3873b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3874p47 = Instance.new("Part", m6)
3875p47.BrickColor = BrickColor.new("Black")
3876p47.Material = Enum.Material.SmoothPlastic
3877p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3878p47.CanCollide = false
3879p47.Locked = true
3880p47.FormFactor = Enum.FormFactor.Custom
3881p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3882p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3883p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3884p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3885p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3886p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3887p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3888b47 = Instance.new("BlockMesh", p47)
3889b47.Name = "Mesh"
3890b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3891p48 = Instance.new("Part", m6)
3892p48.BrickColor = BrickColor.new("Black")
3893p48.Material = Enum.Material.SmoothPlastic
3894p48.Name = "CapeLevel4"
3895p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3896p48.CanCollide = false
3897p48.Locked = true
3898p48.FormFactor = Enum.FormFactor.Custom
3899p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3900p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3901p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3902p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3903p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3904p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3905p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3906b48 = Instance.new("BlockMesh", p48)
3907b48.Name = "Mesh"
3908b48.Scale = Vector3.new(1, 1, 0.602178097)
3909p49 = Instance.new("WedgePart", m6)
3910p49.BrickColor = BrickColor.new("Black")
3911p49.Material = Enum.Material.SmoothPlastic
3912p49.Name = "Wedge"
3913p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3914p49.CanCollide = false
3915p49.Locked = true
3916p49.FormFactor = Enum.FormFactor.Custom
3917p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3918p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3919p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3920p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3921p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3922p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3923p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3924b49 = Instance.new("SpecialMesh", p49)
3925b49.MeshType = Enum.MeshType.Wedge
3926b49.Name = "Mesh"
3927b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3928p50 = Instance.new("Part", m6)
3929p50.BrickColor = BrickColor.new("Black")
3930p50.Material = Enum.Material.SmoothPlastic
3931p50.Name = "CapeLevel1SubPart"
3932p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3933p50.CanCollide = false
3934p50.Locked = true
3935p50.FormFactor = Enum.FormFactor.Custom
3936p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3937p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3938p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3939p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3940p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3941p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3942p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3943b50 = Instance.new("BlockMesh", p50)
3944b50.Name = "Mesh"
3945b50.Scale = Vector3.new(1, 1, 0.602178097)
3946p51 = Instance.new("Part", m6)
3947p51.BrickColor = BrickColor.new("Black")
3948p51.Material = Enum.Material.SmoothPlastic
3949p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3950p51.CanCollide = false
3951p51.Locked = true
3952p51.FormFactor = Enum.FormFactor.Custom
3953p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3954p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3955p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3956p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3957p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3958p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3959p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3960b51 = Instance.new("BlockMesh", p51)
3961b51.Name = "Mesh"
3962b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3963p52 = Instance.new("Part", m6)
3964p52.BrickColor = BrickColor.new("Black")
3965p52.Material = Enum.Material.SmoothPlastic
3966p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3967p52.CanCollide = false
3968p52.Locked = true
3969p52.FormFactor = Enum.FormFactor.Custom
3970p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3971p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3972p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3973p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3974p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3975p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3976p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3977b52 = Instance.new("BlockMesh", p52)
3978b52.Name = "Mesh"
3979b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3980p53 = Instance.new("WedgePart", m6)
3981p53.BrickColor = BrickColor.new("Black")
3982p53.Material = Enum.Material.SmoothPlastic
3983p53.Name = "Wedge"
3984p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3985p53.CanCollide = false
3986p53.Locked = true
3987p53.FormFactor = Enum.FormFactor.Custom
3988p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3989p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3990p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3991p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3992p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3993p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3994p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3995b53 = Instance.new("SpecialMesh", p53)
3996b53.MeshType = Enum.MeshType.Wedge
3997b53.Name = "Mesh"
3998b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3999p54 = Instance.new("Part", m6)
4000p54.BrickColor = BrickColor.new("Black")
4001p54.Material = Enum.Material.SmoothPlastic
4002p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4003p54.CanCollide = false
4004p54.Locked = true
4005p54.FormFactor = Enum.FormFactor.Custom
4006p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4007p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4008p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4009p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4010p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4011p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4012p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4013b54 = Instance.new("BlockMesh", p54)
4014b54.Name = "Mesh"
4015b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4016p55 = Instance.new("WedgePart", m6)
4017p55.BrickColor = BrickColor.new("Black")
4018p55.Material = Enum.Material.SmoothPlastic
4019p55.Name = "Wedge"
4020p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4021p55.CanCollide = false
4022p55.Locked = true
4023p55.FormFactor = Enum.FormFactor.Custom
4024p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4025p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4026p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4027p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4028p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4029p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4030p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4031b55 = Instance.new("SpecialMesh", p55)
4032b55.MeshType = Enum.MeshType.Wedge
4033b55.Name = "Mesh"
4034b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4035p56 = Instance.new("WedgePart", m6)
4036p56.BrickColor = BrickColor.new("Lime green")
4037p56.Material = Enum.Material.SmoothPlastic
4038p56.Name = "Wedge"
4039p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4040p56.CanCollide = false
4041p56.Locked = true
4042p56.FormFactor = Enum.FormFactor.Custom
4043p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4044p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4045p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4046p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4047p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4048p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4049p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4050b56 = Instance.new("SpecialMesh", p56)
4051b56.MeshType = Enum.MeshType.Wedge
4052b56.Name = "Mesh"
4053b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4054p57 = Instance.new("WedgePart", m6)
4055p57.BrickColor = BrickColor.new("Black")
4056p57.Material = Enum.Material.SmoothPlastic
4057p57.Name = "Wedge"
4058p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4059p57.CanCollide = false
4060p57.Locked = true
4061p57.FormFactor = Enum.FormFactor.Custom
4062p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4063p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4064p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4065p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4066p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4067p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4068p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4069b57 = Instance.new("SpecialMesh", p57)
4070b57.MeshType = Enum.MeshType.Wedge
4071b57.Name = "Mesh"
4072b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4073p58 = Instance.new("Part", m6)
4074p58.BrickColor = BrickColor.new("Black")
4075p58.Material = Enum.Material.SmoothPlastic
4076p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4077p58.CanCollide = false
4078p58.Locked = true
4079p58.FormFactor = Enum.FormFactor.Custom
4080p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4081p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4082p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4083p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4084p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4085p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4086p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4087b58 = Instance.new("BlockMesh", p58)
4088b58.Name = "Mesh"
4089b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4090p59 = Instance.new("WedgePart", m6)
4091p59.BrickColor = BrickColor.new("Black")
4092p59.Material = Enum.Material.SmoothPlastic
4093p59.Name = "Wedge"
4094p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4095p59.CanCollide = false
4096p59.Locked = true
4097p59.FormFactor = Enum.FormFactor.Custom
4098p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4099p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4100p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4101p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4102p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4103p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4104p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4105b59 = Instance.new("SpecialMesh", p59)
4106b59.MeshType = Enum.MeshType.Wedge
4107b59.Name = "Mesh"
4108b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4109p60 = Instance.new("Part", m6)
4110p60.BrickColor = BrickColor.new("Black")
4111p60.Material = Enum.Material.SmoothPlastic
4112p60.Name = "NeckPart"
4113p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4114p60.CanCollide = false
4115p60.Locked = true
4116p60.FormFactor = Enum.FormFactor.Custom
4117p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4118p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4119p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4120p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4121p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4122p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4123p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4124b60 = Instance.new("BlockMesh", p60)
4125b60.Name = "Mesh"
4126b60.Scale = Vector3.new(1, 0.602178097, 1)
4127p61 = Instance.new("Part", m6)
4128p61.BrickColor = BrickColor.new("Black")
4129p61.Material = Enum.Material.SmoothPlastic
4130p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4131p61.CanCollide = false
4132p61.Locked = true
4133p61.FormFactor = Enum.FormFactor.Custom
4134p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4135p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4136p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4137p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4138p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4139p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4140p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4141b61 = Instance.new("BlockMesh", p61)
4142b61.Name = "Mesh"
4143b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4144p62 = Instance.new("WedgePart", m6)
4145p62.BrickColor = BrickColor.new("Black")
4146p62.Material = Enum.Material.SmoothPlastic
4147p62.Name = "Wedge"
4148p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4149p62.CanCollide = false
4150p62.Locked = true
4151p62.FormFactor = Enum.FormFactor.Custom
4152p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4153p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4154p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4155p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4156p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4157p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4158p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4159b62 = Instance.new("SpecialMesh", p62)
4160b62.MeshType = Enum.MeshType.Wedge
4161b62.Name = "Mesh"
4162b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4163p63 = Instance.new("WedgePart", m6)
4164p63.BrickColor = BrickColor.new("Lime green")
4165p63.Material = Enum.Material.SmoothPlastic
4166p63.Name = "Wedge"
4167p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4168p63.CanCollide = false
4169p63.Locked = true
4170p63.FormFactor = Enum.FormFactor.Custom
4171p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4172p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4173p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4174p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4175p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4176p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4177p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4178b63 = Instance.new("SpecialMesh", p63)
4179b63.MeshType = Enum.MeshType.Wedge
4180b63.Name = "Mesh"
4181b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4182p64 = Instance.new("WedgePart", m6)
4183p64.BrickColor = BrickColor.new("Black")
4184p64.Material = Enum.Material.SmoothPlastic
4185p64.Name = "Wedge"
4186p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4187p64.CanCollide = false
4188p64.Locked = true
4189p64.FormFactor = Enum.FormFactor.Custom
4190p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4191p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4192p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4193p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4194p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4195p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4196p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4197b64 = Instance.new("SpecialMesh", p64)
4198b64.MeshType = Enum.MeshType.Wedge
4199b64.Name = "Mesh"
4200b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4201p65 = Instance.new("WedgePart", m6)
4202p65.BrickColor = BrickColor.new("Black")
4203p65.Material = Enum.Material.SmoothPlastic
4204p65.Name = "Wedge"
4205p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4206p65.CanCollide = false
4207p65.Locked = true
4208p65.FormFactor = Enum.FormFactor.Custom
4209p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4210p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4211p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4212p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4213p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4214p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4215p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4216b65 = Instance.new("SpecialMesh", p65)
4217b65.MeshType = Enum.MeshType.Wedge
4218b65.Name = "Mesh"
4219b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4220p66 = Instance.new("WedgePart", m6)
4221p66.BrickColor = BrickColor.new("Black")
4222p66.Material = Enum.Material.SmoothPlastic
4223p66.Name = "Wedge"
4224p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4225p66.CanCollide = false
4226p66.Locked = true
4227p66.FormFactor = Enum.FormFactor.Custom
4228p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4229p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4230p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4231p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4232p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4233p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4234p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4235b66 = Instance.new("SpecialMesh", p66)
4236b66.MeshType = Enum.MeshType.Wedge
4237b66.Name = "Mesh"
4238b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4239p67 = Instance.new("WedgePart", m6)
4240p67.BrickColor = BrickColor.new("Black")
4241p67.Material = Enum.Material.SmoothPlastic
4242p67.Name = "Wedge"
4243p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4244p67.CanCollide = false
4245p67.Locked = true
4246p67.FormFactor = Enum.FormFactor.Custom
4247p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4248p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4249p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4250p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4251p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4252p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4253p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4254b67 = Instance.new("SpecialMesh", p67)
4255b67.MeshType = Enum.MeshType.Wedge
4256b67.Name = "Mesh"
4257b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4258p68 = Instance.new("WedgePart", m6)
4259p68.BrickColor = BrickColor.new("Lime green")
4260p68.Name = "Wedge"
4261p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4262p68.CanCollide = false
4263p68.Locked = true
4264p68.FormFactor = Enum.FormFactor.Custom
4265p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4266p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4267p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4268p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4269p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4270p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4271p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4272b68 = Instance.new("SpecialMesh", p68)
4273b68.MeshType = Enum.MeshType.Wedge
4274b68.Name = "Mesh"
4275b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4276p69 = Instance.new("WedgePart", m6)
4277p69.BrickColor = BrickColor.new("Lime green")
4278p69.Name = "Wedge"
4279p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4280p69.CanCollide = false
4281p69.Locked = true
4282p69.FormFactor = Enum.FormFactor.Custom
4283p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4284p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4285p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4286p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4287p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4288p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4289p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4290b69 = Instance.new("SpecialMesh", p69)
4291b69.MeshType = Enum.MeshType.Wedge
4292b69.Name = "Mesh"
4293b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4294p70 = Instance.new("WedgePart", m6)
4295p70.BrickColor = BrickColor.new("Black")
4296p70.Material = Enum.Material.SmoothPlastic
4297p70.Name = "Wedge"
4298p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4299p70.CanCollide = false
4300p70.Locked = true
4301p70.FormFactor = Enum.FormFactor.Custom
4302p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4303p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4304p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4305p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4306p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4307p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4308p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4309b70 = Instance.new("SpecialMesh", p70)
4310b70.MeshType = Enum.MeshType.Wedge
4311b70.Name = "Mesh"
4312b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4313p71 = Instance.new("WedgePart", m6)
4314p71.BrickColor = BrickColor.new("Lime green")
4315p71.Name = "Wedge"
4316p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4317p71.CanCollide = false
4318p71.Locked = true
4319p71.FormFactor = Enum.FormFactor.Custom
4320p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4321p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4322p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4323p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4324p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4325p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4326p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4327b71 = Instance.new("SpecialMesh", p71)
4328b71.MeshType = Enum.MeshType.Wedge
4329b71.Name = "Mesh"
4330b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4331p72 = Instance.new("WedgePart", m6)
4332p72.BrickColor = BrickColor.new("Black")
4333p72.Material = Enum.Material.SmoothPlastic
4334p72.Name = "Wedge"
4335p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4336p72.CanCollide = false
4337p72.Locked = true
4338p72.FormFactor = Enum.FormFactor.Custom
4339p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4340p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4341p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4342p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4343p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4344p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4345p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4346b72 = Instance.new("SpecialMesh", p72)
4347b72.MeshType = Enum.MeshType.Wedge
4348b72.Name = "Mesh"
4349b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4350p73 = Instance.new("WedgePart", m6)
4351p73.BrickColor = BrickColor.new("Black")
4352p73.Material = Enum.Material.SmoothPlastic
4353p73.Name = "Wedge"
4354p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4355p73.CanCollide = false
4356p73.Locked = true
4357p73.FormFactor = Enum.FormFactor.Custom
4358p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4359p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4360p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4361p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4362p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4363p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4364p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4365b73 = Instance.new("SpecialMesh", p73)
4366b73.MeshType = Enum.MeshType.Wedge
4367b73.Name = "Mesh"
4368b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4369p74 = Instance.new("WedgePart", m6)
4370p74.BrickColor = BrickColor.new("Black")
4371p74.Material = Enum.Material.SmoothPlastic
4372p74.Name = "Wedge"
4373p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4374p74.CanCollide = false
4375p74.Locked = true
4376p74.FormFactor = Enum.FormFactor.Custom
4377p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4378p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4379p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4380p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4381p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4382p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4383p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4384b74 = Instance.new("SpecialMesh", p74)
4385b74.MeshType = Enum.MeshType.Wedge
4386b74.Name = "Mesh"
4387b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4388p75 = Instance.new("WedgePart", m6)
4389p75.BrickColor = BrickColor.new("Black")
4390p75.Material = Enum.Material.SmoothPlastic
4391p75.Name = "Wedge"
4392p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4393p75.CanCollide = false
4394p75.Locked = true
4395p75.FormFactor = Enum.FormFactor.Custom
4396p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4397p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4398p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4399p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4400p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4401p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4402p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4403b75 = Instance.new("SpecialMesh", p75)
4404b75.MeshType = Enum.MeshType.Wedge
4405b75.Name = "Mesh"
4406b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4407p76 = Instance.new("WedgePart", m6)
4408p76.BrickColor = BrickColor.new("Black")
4409p76.Material = Enum.Material.SmoothPlastic
4410p76.Name = "Wedge"
4411p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4412p76.CanCollide = false
4413p76.Locked = true
4414p76.FormFactor = Enum.FormFactor.Custom
4415p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4416p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4417p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4418p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4419p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4420p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4421p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4422b76 = Instance.new("SpecialMesh", p76)
4423b76.MeshType = Enum.MeshType.Wedge
4424b76.Name = "Mesh"
4425b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4426p77 = Instance.new("WedgePart", m6)
4427p77.BrickColor = BrickColor.new("Lime green")
4428p77.Material = Enum.Material.SmoothPlastic
4429p77.Name = "Wedge"
4430p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4431p77.CanCollide = false
4432p77.Locked = true
4433p77.FormFactor = Enum.FormFactor.Custom
4434p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4435p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4436p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4437p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4438p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4439p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4440p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4441b77 = Instance.new("SpecialMesh", p77)
4442b77.MeshType = Enum.MeshType.Wedge
4443b77.Name = "Mesh"
4444b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4445p78 = Instance.new("WedgePart", m6)
4446p78.BrickColor = BrickColor.new("Black")
4447p78.Material = Enum.Material.SmoothPlastic
4448p78.Name = "Wedge"
4449p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4450p78.CanCollide = false
4451p78.Locked = true
4452p78.FormFactor = Enum.FormFactor.Custom
4453p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4454p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4455p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4456p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4457p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4458p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4459p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4460b78 = Instance.new("SpecialMesh", p78)
4461b78.MeshType = Enum.MeshType.Wedge
4462b78.Name = "Mesh"
4463b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4464p79 = Instance.new("WedgePart", m6)
4465p79.BrickColor = BrickColor.new("Lime green")
4466p79.Material = Enum.Material.SmoothPlastic
4467p79.Name = "Wedge"
4468p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4469p79.CanCollide = false
4470p79.Locked = true
4471p79.FormFactor = Enum.FormFactor.Custom
4472p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4473p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4474p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4475p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4476p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4477p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4478p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4479b79 = Instance.new("SpecialMesh", p79)
4480b79.MeshType = Enum.MeshType.Wedge
4481b79.Name = "Mesh"
4482b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4483p80 = Instance.new("WedgePart", m6)
4484p80.BrickColor = BrickColor.new("Black")
4485p80.Material = Enum.Material.SmoothPlastic
4486p80.Name = "Wedge"
4487p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4488p80.CanCollide = false
4489p80.Locked = true
4490p80.FormFactor = Enum.FormFactor.Custom
4491p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4492p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4493p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4494p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4495p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4496p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4497p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4498b80 = Instance.new("SpecialMesh", p80)
4499b80.MeshType = Enum.MeshType.Wedge
4500b80.Name = "Mesh"
4501b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4502w1 = Instance.new("Weld", p1)
4503w1.Name = "Joint"
4504w1.Part0 = p1
4505w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4506w1.Part1 = p47
4507w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4508w2 = Instance.new("Weld", p2)
4509w2.Name = "Joint"
4510w2.Part0 = p2
4511w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4512w2.Part1 = p11
4513w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4514w3 = Instance.new("Weld", p3)
4515w3.Name = "Joint"
4516w3.Part0 = p3
4517w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4518w3.Part1 = p50
4519w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4520w4 = Instance.new("Weld", p4)
4521w4.Name = "Joint"
4522w4.Part0 = p4
4523w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4524w4.Part1 = p5
4525w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4526w5 = Instance.new("Weld", p5)
4527w5.Name = "Joint"
4528w5.Part0 = p5
4529w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4530w5.Part1 = p27
4531w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4532w6 = Instance.new("Weld", p6)
4533w6.Name = "Joint"
4534w6.Part0 = p6
4535w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4536w6.Part1 = p14
4537w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4538w7 = Instance.new("Weld", p7)
4539w7.Name = "Joint"
4540w7.Part0 = p7
4541w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4542w7.Part1 = p10
4543w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4544w8 = Instance.new("Weld", p8)
4545w8.Name = "Joint"
4546w8.Part0 = p8
4547w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4548w8.Part1 = p32
4549w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4550w9 = Instance.new("Weld", p9)
4551w9.Name = "Joint"
4552w9.Part0 = p9
4553w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4554w9.Part1 = p16
4555w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4556w10 = Instance.new("Weld", p10)
4557w10.Name = "Joint"
4558w10.Part0 = p10
4559w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560w10.Part1 = p61
4561w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4562w11 = Instance.new("Weld", p11)
4563w11.Name = "Joint"
4564w11.Part0 = p11
4565w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566w11.Part1 = p13
4567w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4568w12 = Instance.new("Weld", p12)
4569w12.Name = "Joint"
4570w12.Part0 = p12
4571w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572w12.Part1 = p29
4573w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4574w13 = Instance.new("Weld", p13)
4575w13.Name = "Joint"
4576w13.Part0 = p13
4577w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578w13.Part1 = p48
4579w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4580w14 = Instance.new("Weld", p14)
4581w14.Name = "Joint"
4582w14.Part0 = p14
4583w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584w14.Part1 = p60
4585w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4586w15 = Instance.new("Weld", p15)
4587w15.Name = "Joint"
4588w15.Part0 = p15
4589w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590w15.Part1 = p17
4591w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4592w16 = Instance.new("Weld", p16)
4593w16.Name = "Joint"
4594w16.Part0 = p16
4595w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596w16.Part1 = p48
4597w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4598w17 = Instance.new("Weld", p17)
4599w17.Name = "Joint"
4600w17.Part0 = p17
4601w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4602w17.Part1 = p50
4603w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4604w18 = Instance.new("Weld", p18)
4605w18.Name = "Joint"
4606w18.Part0 = p18
4607w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608w18.Part1 = p50
4609w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4610w19 = Instance.new("Weld", p19)
4611w19.Name = "Joint"
4612w19.Part0 = p19
4613w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4614w19.Part1 = p54
4615w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4616w20 = Instance.new("Weld", p20)
4617w20.Name = "Joint"
4618w20.Part0 = p20
4619w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620w20.Part1 = p21
4621w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4622w21 = Instance.new("Weld", p21)
4623w21.Name = "Joint"
4624w21.Part0 = p21
4625w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626w21.Part1 = p37
4627w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4628w22 = Instance.new("Weld", p22)
4629w22.Name = "Joint"
4630w22.Part0 = p22
4631w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4632w22.Part1 = p8
4633w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4634w23 = Instance.new("Weld", p23)
4635w23.Name = "Joint"
4636w23.Part0 = p23
4637w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4638w23.Part1 = p35
4639w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4640w24 = Instance.new("Weld", p24)
4641w24.Name = "Joint"
4642w24.Part0 = p24
4643w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4644w24.Part1 = p48
4645w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4646w25 = Instance.new("Weld", p25)
4647w25.Name = "Joint"
4648w25.Part0 = p25
4649w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4650w25.Part1 = p8
4651w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4652w26 = Instance.new("Weld", p26)
4653w26.Name = "Joint"
4654w26.Part0 = p26
4655w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4656w26.Part1 = p6
4657w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4658w27 = Instance.new("Weld", p27)
4659w27.Name = "Joint"
4660w27.Part0 = p27
4661w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4662w27.Part1 = p48
4663w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4664w28 = Instance.new("Weld", p28)
4665w28.Name = "Joint"
4666w28.Part0 = p28
4667w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4668w28.Part1 = p35
4669w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4670w29 = Instance.new("Weld", p29)
4671w29.Name = "Joint"
4672w29.Part0 = p29
4673w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4674w29.Part1 = p37
4675w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4676w30 = Instance.new("Weld", p30)
4677w30.Name = "Joint"
4678w30.Part0 = p30
4679w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4680w30.Part1 = p20
4681w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4682w31 = Instance.new("Weld", p31)
4683w31.Name = "Joint"
4684w31.Part0 = p31
4685w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4686w31.Part1 = p16
4687w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4688w32 = Instance.new("Weld", p32)
4689w32.Name = "Joint"
4690w32.Part0 = p32
4691w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4692w32.Part1 = p48
4693w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4694w33 = Instance.new("Weld", p33)
4695w33.Name = "Joint"
4696w33.Part0 = p33
4697w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4698w33.Part1 = p21
4699w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4700w34 = Instance.new("Weld", p34)
4701w34.Name = "Joint"
4702w34.Part0 = p34
4703w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4704w34.Part1 = p27
4705w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4706w35 = Instance.new("Weld", p35)
4707w35.Name = "Joint"
4708w35.Part0 = p35
4709w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4710w35.Part1 = p58
4711w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4712w36 = Instance.new("Weld", p36)
4713w36.Name = "Joint"
4714w36.Part0 = p36
4715w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4716w36.Part1 = p29
4717w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4718w37 = Instance.new("Weld", p37)
4719w37.Name = "Joint"
4720w37.Part0 = p37
4721w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4722w37.Part1 = p3
4723w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4724w38 = Instance.new("Weld", p38)
4725w38.Name = "Joint"
4726w38.Part0 = p38
4727w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4728w38.Part1 = p4
4729w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4730w39 = Instance.new("Weld", p39)
4731w39.Name = "Joint"
4732w39.Part0 = p39
4733w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4734w39.Part1 = p12
4735w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4736w40 = Instance.new("Weld", p40)
4737w40.Name = "Joint"
4738w40.Part0 = p40
4739w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4740w40.Part1 = p52
4741w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4742w41 = Instance.new("Weld", p41)
4743w41.Name = "Joint"
4744w41.Part0 = p41
4745w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4746w41.Part1 = p5
4747w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4748w42 = Instance.new("Weld", p42)
4749w42.Name = "Joint"
4750w42.Part0 = p42
4751w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4752w42.Part1 = p8
4753w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4754w43 = Instance.new("Weld", p43)
4755w43.Name = "Joint"
4756w43.Part0 = p43
4757w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4758w43.Part1 = p5
4759w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4760w44 = Instance.new("Weld", p44)
4761w44.Name = "Joint"
4762w44.Part0 = p44
4763w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4764w44.Part1 = p15
4765w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4766w45 = Instance.new("Weld", p45)
4767w45.Name = "Joint"
4768w45.Part0 = p45
4769w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4770w45.Part1 = p11
4771w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4772w46 = Instance.new("Weld", p46)
4773w46.Name = "Joint"
4774w46.Part0 = p46
4775w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4776w46.Part1 = p6
4777w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4778w47 = Instance.new("Weld", p47)
4779w47.Name = "Joint"
4780w47.Part0 = p47
4781w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4782w47.Part1 = p18
4783w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4784w48 = Instance.new("Weld", p48)
4785w48.Name = "Joint"
4786w48.Part0 = p48
4787w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4788w48.Part1 = p37
4789w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4790w49 = Instance.new("Weld", p49)
4791w49.Name = "Joint"
4792w49.Part0 = p49
4793w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4794w49.Part1 = p47
4795w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4796w50 = Instance.new("Weld", p50)
4797w50.Name = "Joint"
4798w50.Part0 = p50
4799w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4800w50.Part1 = p6
4801w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4802w51 = Instance.new("Weld", p51)
4803w51.Name = "Joint"
4804w51.Part0 = p51
4805w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4806w51.Part1 = p52
4807w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4808w52 = Instance.new("Weld", p52)
4809w52.Name = "Joint"
4810w52.Part0 = p52
4811w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4812w52.Part1 = p3
4813w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4814w53 = Instance.new("Weld", p53)
4815w53.Name = "Joint"
4816w53.Part0 = p53
4817w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4818w53.Part1 = p9
4819w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4820w54 = Instance.new("Weld", p54)
4821w54.Name = "Joint"
4822w54.Part0 = p54
4823w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4824w54.Part1 = p9
4825w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4826w55 = Instance.new("Weld", p55)
4827w55.Name = "Joint"
4828w55.Part0 = p55
4829w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4830w55.Part1 = p8
4831w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4832w56 = Instance.new("Weld", p56)
4833w56.Name = "Joint"
4834w56.Part0 = p56
4835w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4836w56.Part1 = p20
4837w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4838w57 = Instance.new("Weld", p57)
4839w57.Name = "Joint"
4840w57.Part0 = p57
4841w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4842w57.Part1 = p47
4843w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4844w58 = Instance.new("Weld", p58)
4845w58.Name = "Joint"
4846w58.Part0 = p58
4847w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4848w58.Part1 = p3
4849w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4850w59 = Instance.new("Weld", p59)
4851w59.Name = "Joint"
4852w59.Part0 = p59
4853w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4854w59.Part1 = p32
4855w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4856w60 = Instance.new("Weld", p61)
4857w60.Name = "Joint"
4858w60.Part0 = p61
4859w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4860w60.Part1 = p48
4861w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4862w61 = Instance.new("Weld", p62)
4863w61.Name = "Joint"
4864w61.Part0 = p62
4865w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4866w61.Part1 = p10
4867w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4868w62 = Instance.new("Weld", p63)
4869w62.Name = "Joint"
4870w62.Part0 = p63
4871w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4872w62.Part1 = p7
4873w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4874w63 = Instance.new("Weld", p64)
4875w63.Name = "Joint"
4876w63.Part0 = p64
4877w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4878w63.Part1 = p54
4879w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4880w64 = Instance.new("Weld", p65)
4881w64.Name = "Joint"
4882w64.Part0 = p65
4883w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4884w64.Part1 = p13
4885w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4886w65 = Instance.new("Weld", p66)
4887w65.Name = "Joint"
4888w65.Part0 = p66
4889w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4890w65.Part1 = p52
4891w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4892w66 = Instance.new("Weld", p67)
4893w66.Name = "Joint"
4894w66.Part0 = p67
4895w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4896w66.Part1 = p16
4897w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4898w67 = Instance.new("Weld", p68)
4899w67.Name = "Joint"
4900w67.Part0 = p68
4901w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4902w67.Part1 = p11
4903w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4904w68 = Instance.new("Weld", p69)
4905w68.Name = "Joint"
4906w68.Part0 = p69
4907w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4908w68.Part1 = p11
4909w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4910w69 = Instance.new("Weld", p70)
4911w69.Name = "Joint"
4912w69.Part0 = p70
4913w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4914w69.Part1 = p58
4915w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4916w70 = Instance.new("Weld", p71)
4917w70.Name = "Joint"
4918w70.Part0 = p71
4919w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4920w70.Part1 = p54
4921w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4922w71 = Instance.new("Weld", p72)
4923w71.Name = "Joint"
4924w71.Part0 = p72
4925w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4926w71.Part1 = p9
4927w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4928w72 = Instance.new("Weld", p73)
4929w72.Name = "Joint"
4930w72.Part0 = p73
4931w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4932w72.Part1 = p13
4933w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4934w73 = Instance.new("Weld", p74)
4935w73.Name = "Joint"
4936w73.Part0 = p74
4937w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4938w73.Part1 = p10
4939w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4940w74 = Instance.new("Weld", p75)
4941w74.Name = "Joint"
4942w74.Part0 = p75
4943w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4944w74.Part1 = p54
4945w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4946w75 = Instance.new("Weld", p76)
4947w75.Name = "Joint"
4948w75.Part0 = p76
4949w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4950w75.Part1 = p32
4951w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4952w76 = Instance.new("Weld", p77)
4953w76.Name = "Joint"
4954w76.Part0 = p77
4955w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4956w76.Part1 = p15
4957w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4958w77 = Instance.new("Weld", p78)
4959w77.Name = "Joint"
4960w77.Part0 = p78
4961w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4962w77.Part1 = p15
4963w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4964w78 = Instance.new("Weld", p79)
4965w78.Name = "Joint"
4966w78.Part0 = p79
4967w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4968w78.Part1 = p51
4969w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4970w79 = Instance.new("Weld", p80)
4971w79.Name = "Joint"
4972w79.Part0 = p80
4973w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4974w79.Part1 = p12
4975w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4976m6.Parent = torso
4977m6:MakeJoints()
4978----------------------------------------------------
4979local cor6 = Instance.new("Part", torso.Cloak)
4980cor6.Name = "Thingy"
4981cor6.Locked = true
4982cor6.BottomSurface = 0
4983cor6.CanCollide = false
4984cor6.Size = Vector3.new(1,1,1)
4985cor6.Transparency = 1
4986cor6.TopSurface = 0
4987corw6 = Instance.new("Weld", cor6)
4988corw6.Part0 = torso
4989corw6.Part1 = cor6
4990corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4991corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4992weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4993weld6.Part0 = cor6
4994weld6.Part1 = torso.Cloak.NeckPart
4995weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4996--Amulet
4997m7 = Instance.new("Model")
4998m7.Name = "Amulet"
4999p1 = Instance.new("Part", m7)
5000p1.BrickColor = BrickColor.new("Lime green")
5001p1.Material = Enum.Material.Neon
5002p1.Name = "Center"
5003p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5004p1.CanCollide = false
5005p1.Locked = true
5006p1.FormFactor = Enum.FormFactor.Custom
5007p1.Shape = Enum.PartType.Cylinder
5008p1.Size = Vector3.new(0.5, 0.5, 0.5)
5009p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5010p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5011p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5012p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5013p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5014p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5015p2 = Instance.new("Part", m7)
5016p2.BrickColor = BrickColor.new("Really black")
5017p2.Material = Enum.Material.Metal
5018p2.Name = "Bottom"
5019p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5020p2.CanCollide = false
5021p2.Locked = true
5022p2.FormFactor = Enum.FormFactor.Custom
5023p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5024p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5025p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5026p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5027p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5028p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5029p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5030b1 = Instance.new("SpecialMesh", p2)
5031b1.MeshType = Enum.MeshType.Cylinder
5032b1.Name = "Mesh"
5033p3 = Instance.new("Part", m7)
5034p3.BrickColor = BrickColor.new("Really black")
5035p3.Material = Enum.Material.Metal
5036p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5037p3.CanCollide = false
5038p3.Locked = true
5039p3.FormFactor = Enum.FormFactor.Custom
5040p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5041p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5042p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5043p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5044p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5045p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5046p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5047b2 = Instance.new("SpecialMesh", p3)
5048b2.MeshType = Enum.MeshType.Brick
5049b2.Name = "Mesh"
5050b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5051p4 = Instance.new("Part", m7)
5052p4.BrickColor = BrickColor.new("Really black")
5053p4.Material = Enum.Material.Metal
5054p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5055p4.CanCollide = false
5056p4.Locked = true
5057p4.FormFactor = Enum.FormFactor.Custom
5058p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5059p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5060p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5061p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5062p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5063p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5064p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5065b3 = Instance.new("SpecialMesh", p4)
5066b3.MeshType = Enum.MeshType.Brick
5067b3.Name = "Mesh"
5068b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5069p5 = Instance.new("Part", m7)
5070p5.BrickColor = BrickColor.new("Really black")
5071p5.Material = Enum.Material.Metal
5072p5.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)
5073p5.CanCollide = false
5074p5.Locked = true
5075p5.FormFactor = Enum.FormFactor.Custom
5076p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5077p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5078p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5079p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5080p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5081p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5082p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5083b4 = Instance.new("SpecialMesh", p5)
5084b4.MeshType = Enum.MeshType.Brick
5085b4.Name = "Mesh"
5086b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5087p6 = Instance.new("Part", m7)
5088p6.BrickColor = BrickColor.new("Really black")
5089p6.Material = Enum.Material.Metal
5090p6.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)
5091p6.CanCollide = false
5092p6.Locked = true
5093p6.FormFactor = Enum.FormFactor.Custom
5094p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5095p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5096p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5097p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5098p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5099p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5100p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5101b5 = Instance.new("SpecialMesh", p6)
5102b5.MeshType = Enum.MeshType.Brick
5103b5.Name = "Mesh"
5104b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5105p7 = Instance.new("Part", m7)
5106p7.BrickColor = BrickColor.new("Really black")
5107p7.Material = Enum.Material.Metal
5108p7.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)
5109p7.CanCollide = false
5110p7.Locked = true
5111p7.FormFactor = Enum.FormFactor.Custom
5112p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5113p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5114p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5115p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5116p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5117p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5118p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5119b6 = Instance.new("SpecialMesh", p7)
5120b6.MeshType = Enum.MeshType.Brick
5121b6.Name = "Mesh"
5122b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5123p8 = Instance.new("Part", m7)
5124p8.BrickColor = BrickColor.new("Really black")
5125p8.Material = Enum.Material.Metal
5126p8.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)
5127p8.CanCollide = false
5128p8.Locked = true
5129p8.FormFactor = Enum.FormFactor.Custom
5130p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5131p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5132p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5133p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5134p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5135p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5136p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5137b7 = Instance.new("SpecialMesh", p8)
5138b7.MeshType = Enum.MeshType.Brick
5139b7.Name = "Mesh"
5140b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5141p9 = Instance.new("Part", m7)
5142p9.BrickColor = BrickColor.new("Really black")
5143p9.Material = Enum.Material.Metal
5144p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5145p9.CanCollide = false
5146p9.Locked = true
5147p9.FormFactor = Enum.FormFactor.Custom
5148p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5149p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5150p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5151p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5152p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5153p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5154p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5155b8 = Instance.new("SpecialMesh", p9)
5156b8.MeshType = Enum.MeshType.Brick
5157b8.Name = "Mesh"
5158b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5159p10 = Instance.new("Part", m7)
5160p10.BrickColor = BrickColor.new("Really black")
5161p10.Material = Enum.Material.Metal
5162p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5163p10.CanCollide = false
5164p10.Locked = true
5165p10.FormFactor = Enum.FormFactor.Custom
5166p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5167p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5168p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5169p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5170p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5171p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5172p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5173b9 = Instance.new("SpecialMesh", p10)
5174b9.MeshType = Enum.MeshType.Brick
5175b9.Name = "Mesh"
5176b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5177p11 = Instance.new("Part", m7)
5178p11.BrickColor = BrickColor.new("Really black")
5179p11.Material = Enum.Material.Metal
5180p11.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)
5181p11.CanCollide = false
5182p11.Locked = true
5183p11.FormFactor = Enum.FormFactor.Custom
5184p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5185p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5186p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5187p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5188p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5189p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5190p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5191b10 = Instance.new("SpecialMesh", p11)
5192b10.MeshType = Enum.MeshType.Brick
5193b10.Name = "Mesh"
5194b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5195p12 = Instance.new("Part", m7)
5196p12.BrickColor = BrickColor.new("Really black")
5197p12.Material = Enum.Material.Metal
5198p12.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)
5199p12.CanCollide = false
5200p12.Locked = true
5201p12.FormFactor = Enum.FormFactor.Custom
5202p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5203p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5204p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5205p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5206p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5207p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5208p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5209b11 = Instance.new("SpecialMesh", p12)
5210b11.MeshType = Enum.MeshType.Brick
5211b11.Name = "Mesh"
5212b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5213p13 = Instance.new("Part", m7)
5214p13.BrickColor = BrickColor.new("Really black")
5215p13.Material = Enum.Material.Metal
5216p13.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)
5217p13.CanCollide = false
5218p13.Locked = true
5219p13.FormFactor = Enum.FormFactor.Custom
5220p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5221p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5222p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5223p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5224p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5225p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5226p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5227b12 = Instance.new("SpecialMesh", p13)
5228b12.MeshType = Enum.MeshType.Brick
5229b12.Name = "Mesh"
5230b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5231p14 = Instance.new("Part", m7)
5232p14.BrickColor = BrickColor.new("Really black")
5233p14.Material = Enum.Material.Metal
5234p14.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)
5235p14.CanCollide = false
5236p14.Locked = true
5237p14.FormFactor = Enum.FormFactor.Custom
5238p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5239p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5240p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5241p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5242p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5243p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5244p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5245b13 = Instance.new("SpecialMesh", p14)
5246b13.MeshType = Enum.MeshType.Brick
5247b13.Name = "Mesh"
5248b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5249p15 = Instance.new("Part", m7)
5250p15.BrickColor = BrickColor.new("Really black")
5251p15.Material = Enum.Material.Metal
5252p15.Name = "Top"
5253p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5254p15.CanCollide = false
5255p15.Locked = true
5256p15.FormFactor = Enum.FormFactor.Custom
5257p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5258p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5259p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5260p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5261p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5262p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5263p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5264b14 = Instance.new("SpecialMesh", p15)
5265b14.MeshType = Enum.MeshType.Cylinder
5266b14.Name = "Mesh"
5267w1 = Instance.new("Weld", p1)
5268w1.Name = "Joint"
5269w1.Part0 = p1
5270w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5271w1.Part1 = p15
5272w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5273w2 = Instance.new("Weld", p2)
5274w2.Name = "Joint"
5275w2.Part0 = p2
5276w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5277w2.Part1 = p1
5278w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5279w3 = Instance.new("Weld", p3)
5280w3.Name = "Joint"
5281w3.Part0 = p3
5282w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5283w3.Part1 = p1
5284w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5285w4 = Instance.new("Weld", p4)
5286w4.Name = "Joint"
5287w4.Part0 = p4
5288w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5289w4.Part1 = p1
5290w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5291w5 = Instance.new("Weld", p5)
5292w5.Name = "Joint"
5293w5.Part0 = p5
5294w5.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)
5295w5.Part1 = p1
5296w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5297w6 = Instance.new("Weld", p6)
5298w6.Name = "Joint"
5299w6.Part0 = p6
5300w6.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)
5301w6.Part1 = p1
5302w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5303w7 = Instance.new("Weld", p7)
5304w7.Name = "Joint"
5305w7.Part0 = p7
5306w7.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)
5307w7.Part1 = p1
5308w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5309w8 = Instance.new("Weld", p8)
5310w8.Name = "Joint"
5311w8.Part0 = p8
5312w8.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)
5313w8.Part1 = p1
5314w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5315w9 = Instance.new("Weld", p9)
5316w9.Name = "Joint"
5317w9.Part0 = p9
5318w9.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)
5319w9.Part1 = p1
5320w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5321w10 = Instance.new("Weld", p10)
5322w10.Name = "Joint"
5323w10.Part0 = p10
5324w10.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)
5325w10.Part1 = p1
5326w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5327w11 = Instance.new("Weld", p11)
5328w11.Name = "Joint"
5329w11.Part0 = p11
5330w11.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)
5331w11.Part1 = p1
5332w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5333w12 = Instance.new("Weld", p12)
5334w12.Name = "Joint"
5335w12.Part0 = p12
5336w12.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)
5337w12.Part1 = p1
5338w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5339w13 = Instance.new("Weld", p13)
5340w13.Name = "Joint"
5341w13.Part0 = p13
5342w13.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)
5343w13.Part1 = p1
5344w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5345w14 = Instance.new("Weld", p14)
5346w14.Name = "Joint"
5347w14.Part0 = p14
5348w14.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)
5349w14.Part1 = p1
5350w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5351m7.Parent = torso
5352m7:MakeJoints()
5353----------------------------------------------------
5354local cor7 = Instance.new("Part", torso.Amulet)
5355cor7.Name = "Thingy"
5356cor7.Locked = true
5357cor7.BottomSurface = 0
5358cor7.CanCollide = false
5359cor7.Size = Vector3.new(1, 1, 1)
5360cor7.Transparency = 1
5361cor7.TopSurface = 0
5362corw7 = Instance.new("Weld", cor7)
5363corw7.Part0 = torso.Torso.Connection
5364corw7.Part1 = cor7
5365corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5366corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5367weld7 = Instance.new("Weld", torso.Amulet)
5368weld7.Part0 = cor7
5369weld7.Part1 = torso.Amulet.Top
5370weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5371--Zyrodoxa
5372m8 = Instance.new("Model")
5373m8.Name = "Zyrodoxa"
5374p1 = Instance.new("Part", m8)
5375p1.BrickColor = BrickColor.new("Really black")
5376p1.Material = Enum.Material.Metal
5377p1.Reflectance = 0.40000000596046
5378p1.Name = "Block"
5379p1.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)
5380p1.CanCollide = false
5381p1.Locked = true
5382p1.FormFactor = Enum.FormFactor.Custom
5383p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5384p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5385p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5386p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5387p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5388p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5389p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5390b1 = Instance.new("BlockMesh", p1)
5391b1.Name = "Mesh"
5392b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5393p2 = Instance.new("Part", m8)
5394p2.BrickColor = BrickColor.new("Black")
5395p2.Material = Enum.Material.Metal
5396p2.Reflectance = 0.40000000596046
5397p2.Name = "Block"
5398p2.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)
5399p2.CanCollide = false
5400p2.Locked = true
5401p2.FormFactor = Enum.FormFactor.Custom
5402p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5403p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5404p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5405p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5406p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5407p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5408p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5409b2 = Instance.new("BlockMesh", p2)
5410b2.Name = "Mesh"
5411b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5412p3 = Instance.new("Part", m8)
5413p3.BrickColor = BrickColor.new("Black")
5414p3.Material = Enum.Material.Metal
5415p3.Reflectance = 0.40000000596046
5416p3.Name = "Block"
5417p3.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)
5418p3.CanCollide = false
5419p3.Locked = true
5420p3.FormFactor = Enum.FormFactor.Custom
5421p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5422p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5423p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5424p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5425p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5426p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5427p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5428b3 = Instance.new("BlockMesh", p3)
5429b3.Name = "Mesh"
5430b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5431p4 = Instance.new("Part", m8)
5432p4.BrickColor = BrickColor.new("Lime green")
5433p4.Material = Enum.Material.Metal
5434p4.Name = "Block"
5435p4.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)
5436p4.CanCollide = false
5437p4.Locked = true
5438p4.FormFactor = Enum.FormFactor.Custom
5439p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5440p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5441p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5442p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5443p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5444p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5445p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5446b4 = Instance.new("BlockMesh", p4)
5447b4.Name = "Mesh"
5448b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5449p5 = Instance.new("Part", m8)
5450p5.BrickColor = BrickColor.new("Lime green")
5451p5.Material = Enum.Material.Neon
5452p5.Reflectance = 0.40000000596046
5453p5.Name = "Block"
5454p5.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)
5455p5.CanCollide = false
5456p5.Locked = true
5457p5.FormFactor = Enum.FormFactor.Custom
5458p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5459p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5460p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5461p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5462p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5463p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5464p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5465b5 = Instance.new("BlockMesh", p5)
5466b5.Name = "Mesh"
5467b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5468p6 = Instance.new("Part", m8)
5469p6.BrickColor = BrickColor.new("Parsley green")
5470p6.Material = Enum.Material.Metal
5471p6.Name = "Block"
5472p6.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)
5473p6.CanCollide = false
5474p6.Locked = true
5475p6.FormFactor = Enum.FormFactor.Custom
5476p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5477p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5478p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5479p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5480p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5481p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5482p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5483b6 = Instance.new("BlockMesh", p6)
5484b6.Name = "Mesh"
5485b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5486p7 = Instance.new("Part", m8)
5487p7.BrickColor = BrickColor.new("Lime green")
5488p7.Material = Enum.Material.Neon
5489p7.Reflectance = 0.40000000596046
5490p7.Name = "Block"
5491p7.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)
5492p7.CanCollide = false
5493p7.Locked = true
5494p7.FormFactor = Enum.FormFactor.Custom
5495p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5496p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5497p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5498p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5499p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5500p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5501p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5502b7 = Instance.new("BlockMesh", p7)
5503b7.Name = "Mesh"
5504b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5505p8 = Instance.new("Part", m8)
5506p8.BrickColor = BrickColor.new("Lime green")
5507p8.Material = Enum.Material.Neon
5508p8.Reflectance = 0.40000000596046
5509p8.Name = "Block"
5510p8.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)
5511p8.CanCollide = false
5512p8.Locked = true
5513p8.FormFactor = Enum.FormFactor.Custom
5514p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5515p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5516p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5517p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5518p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5519p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5520p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5521b8 = Instance.new("BlockMesh", p8)
5522b8.Name = "Mesh"
5523b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5524p9 = Instance.new("Part", m8)
5525p9.BrickColor = BrickColor.new("Really black")
5526p9.Material = Enum.Material.Metal
5527p9.Reflectance = 0.40000000596046
5528p9.Name = "Block"
5529p9.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)
5530p9.CanCollide = false
5531p9.Locked = true
5532p9.FormFactor = Enum.FormFactor.Custom
5533p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5534p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5535p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5536p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5537p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5538p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5539p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5540b9 = Instance.new("BlockMesh", p9)
5541b9.Name = "Mesh"
5542b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5543p10 = Instance.new("Part", m8)
5544p10.BrickColor = BrickColor.new("Really black")
5545p10.Material = Enum.Material.Metal
5546p10.Reflectance = 0.40000000596046
5547p10.Name = "Block"
5548p10.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)
5549p10.CanCollide = false
5550p10.Locked = true
5551p10.FormFactor = Enum.FormFactor.Custom
5552p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5553p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5554p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5555p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5556p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5557p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5558p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5559b10 = Instance.new("BlockMesh", p10)
5560b10.Name = "Mesh"
5561b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5562p11 = Instance.new("Part", m8)
5563p11.BrickColor = BrickColor.new("Black")
5564p11.Material = Enum.Material.Metal
5565p11.Name = "Circle"
5566p11.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)
5567p11.CanCollide = false
5568p11.Locked = true
5569p11.FormFactor = Enum.FormFactor.Custom
5570p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5571p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5572p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5573p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5574p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5575p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5576p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5577b11 = Instance.new("CylinderMesh", p11)
5578b11.Name = "Mesh"
5579b11.Scale = Vector3.new(1, 0.401569068, 1)
5580p12 = Instance.new("Part", m8)
5581p12.BrickColor = BrickColor.new("Lime green")
5582p12.Material = Enum.Material.Neon
5583p12.Reflectance = 0.40000000596046
5584p12.Name = "Block"
5585p12.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)
5586p12.CanCollide = false
5587p12.Locked = true
5588p12.FormFactor = Enum.FormFactor.Custom
5589p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5590p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5591p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5592p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5593p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5594p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5595p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5596b12 = Instance.new("BlockMesh", p12)
5597b12.Name = "Mesh"
5598b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5599p13 = Instance.new("Part", m8)
5600p13.BrickColor = BrickColor.new("Lime green")
5601p13.Material = Enum.Material.Metal
5602p13.Name = "Block"
5603p13.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)
5604p13.CanCollide = false
5605p13.Locked = true
5606p13.FormFactor = Enum.FormFactor.Custom
5607p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5608p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5609p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5610p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5611p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5612p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5613p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5614b13 = Instance.new("BlockMesh", p13)
5615b13.Name = "Mesh"
5616b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5617p14 = Instance.new("Part", m8)
5618p14.BrickColor = BrickColor.new("Black")
5619p14.Material = Enum.Material.Metal
5620p14.Reflectance = 0.40000000596046
5621p14.Name = "Block"
5622p14.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)
5623p14.CanCollide = false
5624p14.Locked = true
5625p14.FormFactor = Enum.FormFactor.Custom
5626p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5627p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5628p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5629p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5630p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5631p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5632p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5633b14 = Instance.new("BlockMesh", p14)
5634b14.Name = "Mesh"
5635b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5636p15 = Instance.new("Part", m8)
5637p15.BrickColor = BrickColor.new("Really black")
5638p15.Material = Enum.Material.Metal
5639p15.Reflectance = 0.40000000596046
5640p15.Name = "Block"
5641p15.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)
5642p15.CanCollide = false
5643p15.Locked = true
5644p15.FormFactor = Enum.FormFactor.Custom
5645p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5646p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5647p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5648p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5649p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5650p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5651p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5652b15 = Instance.new("BlockMesh", p15)
5653b15.Name = "Mesh"
5654b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5655p16 = Instance.new("Part", m8)
5656p16.BrickColor = BrickColor.new("Really black")
5657p16.Material = Enum.Material.Metal
5658p16.Name = "Handle"
5659p16.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)
5660p16.CanCollide = false
5661p16.Locked = true
5662p16.FormFactor = Enum.FormFactor.Custom
5663p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5664p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5665p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5666p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5667p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5668p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5669p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5670b16 = Instance.new("BlockMesh", p16)
5671b16.Name = "Mesh"
5672b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5673p17 = Instance.new("Part", m8)
5674p17.BrickColor = BrickColor.new("Lime green")
5675p17.Material = Enum.Material.Neon
5676p17.Reflectance = 0.40000000596046
5677p17.Name = "Block"
5678p17.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)
5679p17.CanCollide = false
5680p17.Locked = true
5681p17.FormFactor = Enum.FormFactor.Custom
5682p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5683p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5684p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5685p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5686p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5687p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5688p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5689b17 = Instance.new("BlockMesh", p17)
5690b17.Name = "Mesh"
5691b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5692p18 = Instance.new("Part", m8)
5693p18.BrickColor = BrickColor.new("Really black")
5694p18.Material = Enum.Material.Metal
5695p18.Name = "Block"
5696p18.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)
5697p18.CanCollide = false
5698p18.Locked = true
5699p18.FormFactor = Enum.FormFactor.Custom
5700p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5701p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5702p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5703p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5704p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5705p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5706p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5707b18 = Instance.new("BlockMesh", p18)
5708b18.Name = "Mesh"
5709b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5710p19 = Instance.new("Part", m8)
5711p19.BrickColor = BrickColor.new("Black")
5712p19.Material = Enum.Material.Metal
5713p19.Reflectance = 0.40000000596046
5714p19.Name = "Block"
5715p19.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)
5716p19.CanCollide = false
5717p19.Locked = true
5718p19.FormFactor = Enum.FormFactor.Custom
5719p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5720p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5721p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5722p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5723p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5724p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5725p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5726b19 = Instance.new("BlockMesh", p19)
5727b19.Name = "Mesh"
5728b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5729p20 = Instance.new("Part", m8)
5730p20.BrickColor = BrickColor.new("Lime green")
5731p20.Material = Enum.Material.Metal
5732p20.Name = "Block"
5733p20.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)
5734p20.CanCollide = false
5735p20.Locked = true
5736p20.FormFactor = Enum.FormFactor.Custom
5737p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5738p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5739p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5740p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5741p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5742p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5743p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5744b20 = Instance.new("BlockMesh", p20)
5745b20.Name = "Mesh"
5746b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5747p21 = Instance.new("Part", m8)
5748p21.BrickColor = BrickColor.new("Really black")
5749p21.Material = Enum.Material.Metal
5750p21.Name = "Block"
5751p21.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)
5752p21.CanCollide = false
5753p21.Locked = true
5754p21.FormFactor = Enum.FormFactor.Custom
5755p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5756p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5757p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5758p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5759p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5760p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5761p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5762b21 = Instance.new("BlockMesh", p21)
5763b21.Name = "Mesh"
5764b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5765p22 = Instance.new("Part", m8)
5766p22.BrickColor = BrickColor.new("Really black")
5767p22.Material = Enum.Material.Metal
5768p22.Reflectance = 0.40000000596046
5769p22.Name = "Block"
5770p22.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)
5771p22.CanCollide = false
5772p22.Locked = true
5773p22.FormFactor = Enum.FormFactor.Custom
5774p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5775p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5776p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5777p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5778p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5779p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5780p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5781b22 = Instance.new("BlockMesh", p22)
5782b22.Name = "Mesh"
5783b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5784p23 = Instance.new("Part", m8)
5785p23.BrickColor = BrickColor.new("Lime green")
5786p23.Material = Enum.Material.Marble
5787p23.Name = "Block"
5788p23.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)
5789p23.CanCollide = false
5790p23.Locked = true
5791p23.FormFactor = Enum.FormFactor.Custom
5792p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5793p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5794p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5795p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5796p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5797p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5798p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5799b23 = Instance.new("BlockMesh", p23)
5800b23.Name = "Mesh"
5801b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5802p24 = Instance.new("Part", m8)
5803p24.BrickColor = BrickColor.new("Really black")
5804p24.Material = Enum.Material.Metal
5805p24.Name = "Block"
5806p24.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)
5807p24.CanCollide = false
5808p24.Locked = true
5809p24.FormFactor = Enum.FormFactor.Custom
5810p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5811p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5812p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5813p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5814p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5815p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5816p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5817b24 = Instance.new("BlockMesh", p24)
5818b24.Name = "Mesh"
5819b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5820p25 = Instance.new("Part", m8)
5821p25.BrickColor = BrickColor.new("Lime green")
5822p25.Material = Enum.Material.Marble
5823p25.Name = "Block"
5824p25.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)
5825p25.CanCollide = false
5826p25.Locked = true
5827p25.FormFactor = Enum.FormFactor.Custom
5828p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5829p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5830p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5831p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5832p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5833p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5834p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5835b25 = Instance.new("BlockMesh", p25)
5836b25.Name = "Mesh"
5837b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5838p26 = Instance.new("Part", m8)
5839p26.BrickColor = BrickColor.new("Really black")
5840p26.Material = Enum.Material.Metal
5841p26.Reflectance = 0.40000000596046
5842p26.Name = "Block"
5843p26.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)
5844p26.CanCollide = false
5845p26.Locked = true
5846p26.FormFactor = Enum.FormFactor.Custom
5847p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5848p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5849p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5850p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5851p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5852p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5853p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5854b26 = Instance.new("BlockMesh", p26)
5855b26.Name = "Mesh"
5856b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5857p27 = Instance.new("Part", m8)
5858p27.BrickColor = BrickColor.new("Lime green")
5859p27.Material = Enum.Material.Metal
5860p27.Name = "Block"
5861p27.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)
5862p27.CanCollide = false
5863p27.Locked = true
5864p27.FormFactor = Enum.FormFactor.Custom
5865p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5866p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5867p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5868p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5869p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5870p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5871p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5872b27 = Instance.new("BlockMesh", p27)
5873b27.Name = "Mesh"
5874b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5875p28 = Instance.new("Part", m8)
5876p28.BrickColor = BrickColor.new("Really black")
5877p28.Material = Enum.Material.SmoothPlastic
5878p28.Reflectance = 0.0099999997764826
5879p28.Name = "Circle"
5880p28.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)
5881p28.CanCollide = false
5882p28.Locked = true
5883p28.FormFactor = Enum.FormFactor.Custom
5884p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5885p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5886p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5887p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5888p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5889p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5890p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5891b28 = Instance.new("CylinderMesh", p28)
5892b28.Name = "Mesh"
5893b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5894p29 = Instance.new("Part", m8)
5895p29.BrickColor = BrickColor.new("Black")
5896p29.Material = Enum.Material.Metal
5897p29.Reflectance = 0.40000000596046
5898p29.Name = "Block"
5899p29.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)
5900p29.CanCollide = false
5901p29.Locked = true
5902p29.FormFactor = Enum.FormFactor.Custom
5903p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5904p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5905p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5906p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5907p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5908p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5909p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5910b29 = Instance.new("BlockMesh", p29)
5911b29.Name = "Mesh"
5912b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5913p30 = Instance.new("Part", m8)
5914p30.BrickColor = BrickColor.new("Lime green")
5915p30.Material = Enum.Material.Metal
5916p30.Name = "Block"
5917p30.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)
5918p30.CanCollide = false
5919p30.Locked = true
5920p30.FormFactor = Enum.FormFactor.Custom
5921p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5922p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5923p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5924p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5925p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5926p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5927p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5928b30 = Instance.new("BlockMesh", p30)
5929b30.Name = "Mesh"
5930b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5931p31 = Instance.new("Part", m8)
5932p31.BrickColor = BrickColor.new("Lime green")
5933p31.Material = Enum.Material.Neon
5934p31.Reflectance = 0.40000000596046
5935p31.Name = "Block"
5936p31.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)
5937p31.CanCollide = false
5938p31.Locked = true
5939p31.FormFactor = Enum.FormFactor.Custom
5940p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5941p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5942p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5943p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5944p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5945p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5946p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5947b31 = Instance.new("BlockMesh", p31)
5948b31.Name = "Mesh"
5949b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5950p32 = Instance.new("Part", m8)
5951p32.BrickColor = BrickColor.new("Lime green")
5952p32.Material = Enum.Material.Metal
5953p32.Name = "Block"
5954p32.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)
5955p32.CanCollide = false
5956p32.Locked = true
5957p32.FormFactor = Enum.FormFactor.Custom
5958p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5959p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5960p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5961p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5962p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5963p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5964p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5965b32 = Instance.new("BlockMesh", p32)
5966b32.Name = "Mesh"
5967b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5968p33 = Instance.new("Part", m8)
5969p33.BrickColor = BrickColor.new("Really black")
5970p33.Material = Enum.Material.Metal
5971p33.Reflectance = 0.40000000596046
5972p33.Name = "Block"
5973p33.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)
5974p33.CanCollide = false
5975p33.Locked = true
5976p33.FormFactor = Enum.FormFactor.Custom
5977p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5978p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5979p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5980p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5981p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5982p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5983p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5984b33 = Instance.new("BlockMesh", p33)
5985b33.Name = "Mesh"
5986b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5987p34 = Instance.new("Part", m8)
5988p34.BrickColor = BrickColor.new("Lime green")
5989p34.Material = Enum.Material.Metal
5990p34.Name = "Block"
5991p34.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)
5992p34.CanCollide = false
5993p34.Locked = true
5994p34.FormFactor = Enum.FormFactor.Custom
5995p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5996p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5997p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5998p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5999p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6000p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6001p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6002b34 = Instance.new("BlockMesh", p34)
6003b34.Name = "Mesh"
6004b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6005p35 = Instance.new("Part", m8)
6006p35.BrickColor = BrickColor.new("Lime green")
6007p35.Material = Enum.Material.Metal
6008p35.Name = "Block"
6009p35.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)
6010p35.CanCollide = false
6011p35.Locked = true
6012p35.FormFactor = Enum.FormFactor.Custom
6013p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6014p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6015p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6016p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6017p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6018p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6019p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6020b35 = Instance.new("BlockMesh", p35)
6021b35.Name = "Mesh"
6022b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6023p36 = Instance.new("Part", m8)
6024p36.BrickColor = BrickColor.new("Lime green")
6025p36.Material = Enum.Material.Metal
6026p36.Name = "Block"
6027p36.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)
6028p36.CanCollide = false
6029p36.Locked = true
6030p36.FormFactor = Enum.FormFactor.Custom
6031p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6032p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6033p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6034p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6035p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6036p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6037p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6038b36 = Instance.new("BlockMesh", p36)
6039b36.Name = "Mesh"
6040b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6041p37 = Instance.new("Part", m8)
6042p37.BrickColor = BrickColor.new("Lime green")
6043p37.Material = Enum.Material.Marble
6044p37.Name = "Circle"
6045p37.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)
6046p37.CanCollide = false
6047p37.Locked = true
6048p37.FormFactor = Enum.FormFactor.Custom
6049p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6050p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6051p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6052p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6053p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6054p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6055p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6056b37 = Instance.new("CylinderMesh", p37)
6057b37.Name = "Mesh"
6058b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6059p38 = Instance.new("Part", m8)
6060p38.BrickColor = BrickColor.new("Really black")
6061p38.Material = Enum.Material.Metal
6062p38.Name = "Block"
6063p38.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)
6064p38.CanCollide = false
6065p38.Locked = true
6066p38.FormFactor = Enum.FormFactor.Custom
6067p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6068p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6069p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6070p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6071p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6072p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6073p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6074b38 = Instance.new("BlockMesh", p38)
6075b38.Name = "Mesh"
6076b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6077p39 = Instance.new("Part", m8)
6078p39.BrickColor = BrickColor.new("Really black")
6079p39.Material = Enum.Material.Metal
6080p39.Name = "Block"
6081p39.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)
6082p39.CanCollide = false
6083p39.Locked = true
6084p39.FormFactor = Enum.FormFactor.Custom
6085p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6086p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6087p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6088p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6089p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6090p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6091p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6092b39 = Instance.new("BlockMesh", p39)
6093b39.Name = "Mesh"
6094b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6095p40 = Instance.new("Part", m8)
6096p40.BrickColor = BrickColor.new("Really black")
6097p40.Material = Enum.Material.Metal
6098p40.Name = "Block"
6099p40.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)
6100p40.CanCollide = false
6101p40.Locked = true
6102p40.FormFactor = Enum.FormFactor.Custom
6103p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6104p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6105p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6106p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6107p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6108p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6109p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6110b40 = Instance.new("BlockMesh", p40)
6111b40.Name = "Mesh"
6112b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6113p41 = Instance.new("Part", m8)
6114p41.BrickColor = BrickColor.new("Lime green")
6115p41.Material = Enum.Material.Neon
6116p41.Reflectance = 0.40000000596046
6117p41.Name = "Block"
6118p41.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)
6119p41.CanCollide = false
6120p41.Locked = true
6121p41.FormFactor = Enum.FormFactor.Custom
6122p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6123p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6124p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6125p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6126p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6127p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6128p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6129b41 = Instance.new("BlockMesh", p41)
6130b41.Name = "Mesh"
6131b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6132p42 = Instance.new("Part", m8)
6133p42.BrickColor = BrickColor.new("Earth green")
6134p42.Material = Enum.Material.Metal
6135p42.Name = "Block"
6136p42.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)
6137p42.CanCollide = false
6138p42.Locked = true
6139p42.FormFactor = Enum.FormFactor.Custom
6140p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6141p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6142p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6143p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6144p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6145p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6146p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6147b42 = Instance.new("BlockMesh", p42)
6148b42.Name = "Mesh"
6149b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6150p43 = Instance.new("Part", m8)
6151p43.BrickColor = BrickColor.new("Really black")
6152p43.Material = Enum.Material.Metal
6153p43.Name = "Block"
6154p43.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)
6155p43.CanCollide = false
6156p43.Locked = true
6157p43.FormFactor = Enum.FormFactor.Custom
6158p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6159p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6160p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6161p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6162p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6163p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6164p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6165b43 = Instance.new("BlockMesh", p43)
6166b43.Name = "Mesh"
6167b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6168p44 = Instance.new("Part", m8)
6169p44.BrickColor = BrickColor.new("Lime green")
6170p44.Material = Enum.Material.Marble
6171p44.Name = "Circle"
6172p44.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)
6173p44.CanCollide = false
6174p44.Locked = true
6175p44.FormFactor = Enum.FormFactor.Custom
6176p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6177p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6178p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6179p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6180p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6181p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6182p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6183b44 = Instance.new("CylinderMesh", p44)
6184b44.Name = "Mesh"
6185b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6186p45 = Instance.new("Part", m8)
6187p45.BrickColor = BrickColor.new("Lime green")
6188p45.Material = Enum.Material.Neon
6189p45.Reflectance = 0.40000000596046
6190p45.Name = "Block"
6191p45.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)
6192p45.CanCollide = false
6193p45.Locked = true
6194p45.FormFactor = Enum.FormFactor.Custom
6195p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6196p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6197p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6198p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6199p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6200p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6201p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6202b45 = Instance.new("BlockMesh", p45)
6203b45.Name = "Mesh"
6204b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6205p46 = Instance.new("Part", m8)
6206p46.BrickColor = BrickColor.new("Black")
6207p46.Material = Enum.Material.Metal
6208p46.Name = "Block"
6209p46.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)
6210p46.CanCollide = false
6211p46.Locked = true
6212p46.FormFactor = Enum.FormFactor.Custom
6213p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6214p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6215p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6216p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6217p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6218p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6219p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6220b46 = Instance.new("BlockMesh", p46)
6221b46.Name = "Mesh"
6222b46.Scale = Vector3.new(1, 0.401569068, 1)
6223p47 = Instance.new("Part", m8)
6224p47.BrickColor = BrickColor.new("Earth green")
6225p47.Material = Enum.Material.Metal
6226p47.Name = "Block"
6227p47.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)
6228p47.CanCollide = false
6229p47.Locked = true
6230p47.FormFactor = Enum.FormFactor.Custom
6231p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6232p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6233p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6234p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6235p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6236p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6237p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6238b47 = Instance.new("BlockMesh", p47)
6239b47.Name = "Mesh"
6240b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6241p48 = Instance.new("Part", m8)
6242p48.BrickColor = BrickColor.new("Lime green")
6243p48.Material = Enum.Material.Metal
6244p48.Name = "Block"
6245p48.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)
6246p48.CanCollide = false
6247p48.Locked = true
6248p48.FormFactor = Enum.FormFactor.Custom
6249p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6250p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6251p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6252p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6253p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6254p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6255p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6256b48 = Instance.new("BlockMesh", p48)
6257b48.Name = "Mesh"
6258b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6259p49 = Instance.new("Part", m8)
6260p49.BrickColor = BrickColor.new("Lime green")
6261p49.Material = Enum.Material.Metal
6262p49.Name = "Block"
6263p49.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)
6264p49.CanCollide = false
6265p49.Locked = true
6266p49.FormFactor = Enum.FormFactor.Custom
6267p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6268p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6269p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6270p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6271p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6272p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6273p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6274b49 = Instance.new("BlockMesh", p49)
6275b49.Name = "Mesh"
6276b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6277p50 = Instance.new("Part", m8)
6278p50.BrickColor = BrickColor.new("Black")
6279p50.Material = Enum.Material.Metal
6280p50.Reflectance = 0.40000000596046
6281p50.Name = "Block"
6282p50.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)
6283p50.CanCollide = false
6284p50.Locked = true
6285p50.FormFactor = Enum.FormFactor.Custom
6286p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6287p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6288p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6289p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6290p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6291p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6292p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6293b50 = Instance.new("BlockMesh", p50)
6294b50.Name = "Mesh"
6295b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6296p51 = Instance.new("Part", m8)
6297p51.BrickColor = BrickColor.new("Lime green")
6298p51.Material = Enum.Material.Metal
6299p51.Name = "Block"
6300p51.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)
6301p51.CanCollide = false
6302p51.Locked = true
6303p51.FormFactor = Enum.FormFactor.Custom
6304p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6305p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6306p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6307p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6308p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6309p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6310p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6311b51 = Instance.new("BlockMesh", p51)
6312b51.Name = "Mesh"
6313b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6314p52 = Instance.new("Part", m8)
6315p52.BrickColor = BrickColor.new("Lime green")
6316p52.Material = Enum.Material.Metal
6317p52.Name = "Block"
6318p52.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)
6319p52.CanCollide = false
6320p52.Locked = true
6321p52.FormFactor = Enum.FormFactor.Custom
6322p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6323p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6324p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6325p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6326p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6327p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6328p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6329b52 = Instance.new("BlockMesh", p52)
6330b52.Name = "Mesh"
6331b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6332p53 = Instance.new("Part", m8)
6333p53.BrickColor = BrickColor.new("Really black")
6334p53.Material = Enum.Material.Metal
6335p53.Name = "Block"
6336p53.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)
6337p53.CanCollide = false
6338p53.Locked = true
6339p53.FormFactor = Enum.FormFactor.Custom
6340p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6341p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6342p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6343p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6344p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6345p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6346p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6347b53 = Instance.new("BlockMesh", p53)
6348b53.Name = "Mesh"
6349b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6350p54 = Instance.new("Part", m8)
6351p54.BrickColor = BrickColor.new("Really black")
6352p54.Material = Enum.Material.SmoothPlastic
6353p54.Reflectance = 0.0099999997764826
6354p54.Name = "Circle"
6355p54.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)
6356p54.CanCollide = false
6357p54.Locked = true
6358p54.FormFactor = Enum.FormFactor.Custom
6359p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6360p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6361p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6362p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6363p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6364p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6365p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6366b54 = Instance.new("CylinderMesh", p54)
6367b54.Name = "Mesh"
6368b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6369p55 = Instance.new("Part", m8)
6370p55.BrickColor = BrickColor.new("Really black")
6371p55.Material = Enum.Material.Metal
6372p55.Reflectance = 0.40000000596046
6373p55.Name = "Block"
6374p55.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)
6375p55.CanCollide = false
6376p55.Locked = true
6377p55.FormFactor = Enum.FormFactor.Custom
6378p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6379p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6380p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6381p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6382p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6383p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6384p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6385b55 = Instance.new("BlockMesh", p55)
6386b55.Name = "Mesh"
6387b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6388p56 = Instance.new("Part", m8)
6389p56.BrickColor = BrickColor.new("Black")
6390p56.Material = Enum.Material.Metal
6391p56.Reflectance = 0.40000000596046
6392p56.Name = "Block"
6393p56.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)
6394p56.CanCollide = false
6395p56.Locked = true
6396p56.FormFactor = Enum.FormFactor.Custom
6397p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6398p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6399p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6400p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6401p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6402p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6403p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6404b56 = Instance.new("BlockMesh", p56)
6405b56.Name = "Mesh"
6406b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6407p57 = Instance.new("Part", m8)
6408p57.BrickColor = BrickColor.new("Black")
6409p57.Material = Enum.Material.Metal
6410p57.Reflectance = 0.40000000596046
6411p57.Name = "Block"
6412p57.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)
6413p57.CanCollide = false
6414p57.Locked = true
6415p57.FormFactor = Enum.FormFactor.Custom
6416p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6417p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6418p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6419p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6420p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6421p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6422p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6423b57 = Instance.new("BlockMesh", p57)
6424b57.Name = "Mesh"
6425b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6426p58 = Instance.new("Part", m8)
6427p58.BrickColor = BrickColor.new("Lime green")
6428p58.Material = Enum.Material.Marble
6429p58.Name = "Block"
6430p58.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)
6431p58.CanCollide = false
6432p58.Locked = true
6433p58.FormFactor = Enum.FormFactor.Custom
6434p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6435p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6436p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6437p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6438p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6439p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6440p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6441b58 = Instance.new("BlockMesh", p58)
6442b58.Name = "Mesh"
6443b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6444p59 = Instance.new("Part", m8)
6445p59.BrickColor = BrickColor.new("Lime green")
6446p59.Material = Enum.Material.Metal
6447p59.Name = "Block"
6448p59.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)
6449p59.CanCollide = false
6450p59.Locked = true
6451p59.FormFactor = Enum.FormFactor.Custom
6452p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6453p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6454p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6455p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6456p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6457p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6458p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6459b59 = Instance.new("BlockMesh", p59)
6460b59.Name = "Mesh"
6461b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6462p60 = Instance.new("Part", m8)
6463p60.BrickColor = BrickColor.new("Lime green")
6464p60.Material = Enum.Material.Marble
6465p60.Name = "Circle"
6466p60.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)
6467p60.CanCollide = false
6468p60.Locked = true
6469p60.FormFactor = Enum.FormFactor.Custom
6470p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6471p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6472p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6473p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6474p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6475p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6476p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6477b60 = Instance.new("CylinderMesh", p60)
6478b60.Name = "Mesh"
6479b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6480p61 = Instance.new("Part", m8)
6481p61.BrickColor = BrickColor.new("Black")
6482p61.Material = Enum.Material.Metal
6483p61.Name = "Circle"
6484p61.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)
6485p61.CanCollide = false
6486p61.Locked = true
6487p61.FormFactor = Enum.FormFactor.Custom
6488p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6489p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6490p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6491p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6492p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6493p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6494p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6495b61 = Instance.new("CylinderMesh", p61)
6496b61.Name = "Mesh"
6497b61.Scale = Vector3.new(1, 0.401569068, 1)
6498p62 = Instance.new("Part", m8)
6499p62.BrickColor = BrickColor.new("Lime green")
6500p62.Material = Enum.Material.Metal
6501p62.Name = "Block"
6502p62.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)
6503p62.CanCollide = false
6504p62.Locked = true
6505p62.FormFactor = Enum.FormFactor.Custom
6506p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6507p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6508p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6509p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6510p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6511p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6512p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6513b62 = Instance.new("BlockMesh", p62)
6514b62.Name = "Mesh"
6515b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6516p63 = Instance.new("Part", m8)
6517p63.BrickColor = BrickColor.new("Lime green")
6518p63.Material = Enum.Material.Metal
6519p63.Name = "Block"
6520p63.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)
6521p63.CanCollide = false
6522p63.Locked = true
6523p63.FormFactor = Enum.FormFactor.Custom
6524p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6525p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6526p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6527p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6528p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6529p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6530p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6531b63 = Instance.new("BlockMesh", p63)
6532b63.Name = "Mesh"
6533b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6534p64 = Instance.new("Part", m8)
6535p64.BrickColor = BrickColor.new("Really black")
6536p64.Material = Enum.Material.SmoothPlastic
6537p64.Reflectance = 0.0099999997764826
6538p64.Name = "Block"
6539p64.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)
6540p64.CanCollide = false
6541p64.Locked = true
6542p64.FormFactor = Enum.FormFactor.Custom
6543p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6544p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6545p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6546p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6547p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6548p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6549p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6550b64 = Instance.new("BlockMesh", p64)
6551b64.Name = "Mesh"
6552b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6553p65 = Instance.new("Part", m8)
6554p65.BrickColor = BrickColor.new("Lime green")
6555p65.Material = Enum.Material.Metal
6556p65.Name = "Block"
6557p65.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)
6558p65.CanCollide = false
6559p65.Locked = true
6560p65.FormFactor = Enum.FormFactor.Custom
6561p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6562p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6563p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6564p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6565p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6566p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6567p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6568b65 = Instance.new("BlockMesh", p65)
6569b65.Name = "Mesh"
6570b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6571p66 = Instance.new("Part", m8)
6572p66.BrickColor = BrickColor.new("Really black")
6573p66.Material = Enum.Material.Metal
6574p66.Reflectance = 0.40000000596046
6575p66.Name = "Block"
6576p66.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)
6577p66.CanCollide = false
6578p66.Locked = true
6579p66.FormFactor = Enum.FormFactor.Custom
6580p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6581p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6582p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6583p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6584p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6585p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6586p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6587b66 = Instance.new("BlockMesh", p66)
6588b66.Name = "Mesh"
6589b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6590p67 = Instance.new("Part", m8)
6591p67.BrickColor = BrickColor.new("Lime green")
6592p67.Material = Enum.Material.Metal
6593p67.Name = "Block"
6594p67.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)
6595p67.CanCollide = false
6596p67.Locked = true
6597p67.FormFactor = Enum.FormFactor.Custom
6598p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6599p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6600p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6601p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6602p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6603p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6604p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6605b67 = Instance.new("BlockMesh", p67)
6606b67.Name = "Mesh"
6607b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6608p68 = Instance.new("Part", m8)
6609p68.BrickColor = BrickColor.new("Black")
6610p68.Material = Enum.Material.Metal
6611p68.Reflectance = 0.40000000596046
6612p68.Name = "Block"
6613p68.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)
6614p68.CanCollide = false
6615p68.Locked = true
6616p68.FormFactor = Enum.FormFactor.Custom
6617p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6618p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6619p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6620p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6621p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6622p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6623p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6624b68 = Instance.new("BlockMesh", p68)
6625b68.Name = "Mesh"
6626b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6627p69 = Instance.new("Part", m8)
6628p69.BrickColor = BrickColor.new("Earth green")
6629p69.Material = Enum.Material.Metal
6630p69.Name = "Block"
6631p69.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)
6632p69.CanCollide = false
6633p69.Locked = true
6634p69.FormFactor = Enum.FormFactor.Custom
6635p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6636p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6637p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6638p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6639p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6640p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6641p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6642b69 = Instance.new("BlockMesh", p69)
6643b69.Name = "Mesh"
6644b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6645p70 = Instance.new("Part", m8)
6646p70.BrickColor = BrickColor.new("Lime green")
6647p70.Material = Enum.Material.Marble
6648p70.Name = "Circle"
6649p70.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)
6650p70.CanCollide = false
6651p70.Locked = true
6652p70.FormFactor = Enum.FormFactor.Custom
6653p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6654p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6655p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6656p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6657p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6658p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6659p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6660b70 = Instance.new("CylinderMesh", p70)
6661b70.Name = "Mesh"
6662b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6663p71 = Instance.new("WedgePart", m8)
6664p71.BrickColor = BrickColor.new("Lime green")
6665p71.Material = Enum.Material.Neon
6666p71.Reflectance = 0.40000000596046
6667p71.Name = "Wedge"
6668p71.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)
6669p71.CanCollide = false
6670p71.Locked = true
6671p71.FormFactor = Enum.FormFactor.Custom
6672p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6673p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6674p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6675p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6676p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6677p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6678p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6679b71 = Instance.new("SpecialMesh", p71)
6680b71.MeshType = Enum.MeshType.Wedge
6681b71.Name = "Mesh"
6682b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6683p72 = Instance.new("WedgePart", m8)
6684p72.BrickColor = BrickColor.new("Lime green")
6685p72.Material = Enum.Material.Neon
6686p72.Reflectance = 0.40000000596046
6687p72.Name = "Wedge"
6688p72.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)
6689p72.CanCollide = false
6690p72.Locked = true
6691p72.FormFactor = Enum.FormFactor.Custom
6692p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6693p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6694p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6695p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6696p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6697p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6698p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6699b72 = Instance.new("SpecialMesh", p72)
6700b72.MeshType = Enum.MeshType.Wedge
6701b72.Name = "Mesh"
6702b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6703p73 = Instance.new("WedgePart", m8)
6704p73.BrickColor = BrickColor.new("Lime green")
6705p73.Material = Enum.Material.Neon
6706p73.Reflectance = 0.40000000596046
6707p73.Name = "Wedge"
6708p73.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)
6709p73.CanCollide = false
6710p73.Locked = true
6711p73.FormFactor = Enum.FormFactor.Custom
6712p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6713p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6714p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6715p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6716p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6717p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6718p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6719b73 = Instance.new("SpecialMesh", p73)
6720b73.MeshType = Enum.MeshType.Wedge
6721b73.Name = "Mesh"
6722b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6723p74 = Instance.new("WedgePart", m8)
6724p74.BrickColor = BrickColor.new("Lime green")
6725p74.Material = Enum.Material.Neon
6726p74.Reflectance = 0.40000000596046
6727p74.Name = "Wedge"
6728p74.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)
6729p74.CanCollide = false
6730p74.Locked = true
6731p74.FormFactor = Enum.FormFactor.Custom
6732p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6733p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6734p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6735p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6736p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6737p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6738p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6739b74 = Instance.new("SpecialMesh", p74)
6740b74.MeshType = Enum.MeshType.Wedge
6741b74.Name = "Mesh"
6742b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6743p75 = Instance.new("WedgePart", m8)
6744p75.BrickColor = BrickColor.new("Lime green")
6745p75.Material = Enum.Material.Neon
6746p75.Reflectance = 0.40000000596046
6747p75.Name = "Wedge"
6748p75.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)
6749p75.CanCollide = false
6750p75.Locked = true
6751p75.FormFactor = Enum.FormFactor.Custom
6752p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6753p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6754p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6755p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6756p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6757p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6758p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6759b75 = Instance.new("SpecialMesh", p75)
6760b75.MeshType = Enum.MeshType.Wedge
6761b75.Name = "Mesh"
6762b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6763p76 = Instance.new("WedgePart", m8)
6764p76.BrickColor = BrickColor.new("Lime green")
6765p76.Material = Enum.Material.Neon
6766p76.Reflectance = 0.40000000596046
6767p76.Name = "Wedge"
6768p76.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)
6769p76.CanCollide = false
6770p76.Locked = true
6771p76.FormFactor = Enum.FormFactor.Custom
6772p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6773p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6774p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6775p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6776p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6777p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6778p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6779b76 = Instance.new("SpecialMesh", p76)
6780b76.MeshType = Enum.MeshType.Wedge
6781b76.Name = "Mesh"
6782b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6783p77 = Instance.new("WedgePart", m8)
6784p77.BrickColor = BrickColor.new("Lime green")
6785p77.Material = Enum.Material.Neon
6786p77.Reflectance = 0.40000000596046
6787p77.Name = "Wedge"
6788p77.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)
6789p77.CanCollide = false
6790p77.Locked = true
6791p77.FormFactor = Enum.FormFactor.Custom
6792p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6793p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6794p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6795p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6796p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6797p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6798p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6799b77 = Instance.new("SpecialMesh", p77)
6800b77.MeshType = Enum.MeshType.Wedge
6801b77.Name = "Mesh"
6802b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6803p78 = Instance.new("WedgePart", m8)
6804p78.BrickColor = BrickColor.new("Lime green")
6805p78.Material = Enum.Material.Neon
6806p78.Reflectance = 0.40000000596046
6807p78.Name = "Wedge"
6808p78.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)
6809p78.CanCollide = false
6810p78.Locked = true
6811p78.FormFactor = Enum.FormFactor.Custom
6812p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6813p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6814p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6815p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6816p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6817p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6818p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6819b78 = Instance.new("SpecialMesh", p78)
6820b78.MeshType = Enum.MeshType.Wedge
6821b78.Name = "Mesh"
6822b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6823p79 = Instance.new("WedgePart", m8)
6824p79.BrickColor = BrickColor.new("Lime green")
6825p79.Material = Enum.Material.Neon
6826p79.Reflectance = 0.40000000596046
6827p79.Name = "Wedge"
6828p79.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)
6829p79.CanCollide = false
6830p79.Locked = true
6831p79.FormFactor = Enum.FormFactor.Custom
6832p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6833p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6834p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6835p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6836p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6837p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6838p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6839b79 = Instance.new("SpecialMesh", p79)
6840b79.MeshType = Enum.MeshType.Wedge
6841b79.Name = "Mesh"
6842b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6843p80 = Instance.new("WedgePart", m8)
6844p80.BrickColor = BrickColor.new("Black")
6845p80.Material = Enum.Material.Metal
6846p80.Reflectance = 0.40000000596046
6847p80.Name = "Wedge"
6848p80.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)
6849p80.CanCollide = false
6850p80.Locked = true
6851p80.FormFactor = Enum.FormFactor.Custom
6852p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6853p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6854p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6855p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6856p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6857p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6858p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6859b80 = Instance.new("SpecialMesh", p80)
6860b80.MeshType = Enum.MeshType.Wedge
6861b80.Name = "Mesh"
6862b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6863p81 = Instance.new("WedgePart", m8)
6864p81.BrickColor = BrickColor.new("Lime green")
6865p81.Material = Enum.Material.Neon
6866p81.Reflectance = 0.40000000596046
6867p81.Name = "Wedge"
6868p81.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)
6869p81.CanCollide = false
6870p81.Locked = true
6871p81.FormFactor = Enum.FormFactor.Custom
6872p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6873p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6874p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6875p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6876p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6877p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6878p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6879b81 = Instance.new("SpecialMesh", p81)
6880b81.MeshType = Enum.MeshType.Wedge
6881b81.Name = "Mesh"
6882b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6883p82 = Instance.new("WedgePart", m8)
6884p82.BrickColor = BrickColor.new("Really black")
6885p82.Material = Enum.Material.Metal
6886p82.Reflectance = 0.40000000596046
6887p82.Name = "Wedge"
6888p82.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)
6889p82.CanCollide = false
6890p82.Locked = true
6891p82.FormFactor = Enum.FormFactor.Custom
6892p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6893p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6894p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6895p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6896p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6897p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6898p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6899b82 = Instance.new("SpecialMesh", p82)
6900b82.MeshType = Enum.MeshType.Wedge
6901b82.Name = "Mesh"
6902b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6903p83 = Instance.new("WedgePart", m8)
6904p83.BrickColor = BrickColor.new("Really black")
6905p83.Material = Enum.Material.Metal
6906p83.Reflectance = 0.40000000596046
6907p83.Name = "Wedge"
6908p83.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)
6909p83.CanCollide = false
6910p83.Locked = true
6911p83.FormFactor = Enum.FormFactor.Custom
6912p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6913p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6914p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6915p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6916p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6917p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6918p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6919b83 = Instance.new("SpecialMesh", p83)
6920b83.MeshType = Enum.MeshType.Wedge
6921b83.Name = "Mesh"
6922b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6923p84 = Instance.new("WedgePart", m8)
6924p84.BrickColor = BrickColor.new("Lime green")
6925p84.Material = Enum.Material.Neon
6926p84.Reflectance = 0.40000000596046
6927p84.Name = "Wedge"
6928p84.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)
6929p84.CanCollide = false
6930p84.Locked = true
6931p84.FormFactor = Enum.FormFactor.Custom
6932p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6933p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6934p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6935p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6936p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6937p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6938p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6939b84 = Instance.new("SpecialMesh", p84)
6940b84.MeshType = Enum.MeshType.Wedge
6941b84.Name = "Mesh"
6942b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6943p85 = Instance.new("WedgePart", m8)
6944p85.BrickColor = BrickColor.new("Black")
6945p85.Material = Enum.Material.Metal
6946p85.Reflectance = 0.40000000596046
6947p85.Name = "Wedge"
6948p85.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)
6949p85.CanCollide = false
6950p85.Locked = true
6951p85.FormFactor = Enum.FormFactor.Custom
6952p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6953p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6954p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6955p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6956p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6957p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6958p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6959b85 = Instance.new("SpecialMesh", p85)
6960b85.MeshType = Enum.MeshType.Wedge
6961b85.Name = "Mesh"
6962b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6963p86 = Instance.new("WedgePart", m8)
6964p86.BrickColor = BrickColor.new("Lime green")
6965p86.Material = Enum.Material.Neon
6966p86.Reflectance = 0.40000000596046
6967p86.Name = "Wedge"
6968p86.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)
6969p86.CanCollide = false
6970p86.Locked = true
6971p86.FormFactor = Enum.FormFactor.Custom
6972p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6973p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6974p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6975p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6976p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6977p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6978p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6979b86 = Instance.new("SpecialMesh", p86)
6980b86.MeshType = Enum.MeshType.Wedge
6981b86.Name = "Mesh"
6982b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6983p87 = Instance.new("WedgePart", m8)
6984p87.BrickColor = BrickColor.new("Lime green")
6985p87.Material = Enum.Material.Neon
6986p87.Reflectance = 0.40000000596046
6987p87.Name = "Wedge"
6988p87.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)
6989p87.CanCollide = false
6990p87.Locked = true
6991p87.FormFactor = Enum.FormFactor.Custom
6992p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6993p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6994p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6995p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6996p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6997p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6998p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6999b87 = Instance.new("SpecialMesh", p87)
7000b87.MeshType = Enum.MeshType.Wedge
7001b87.Name = "Mesh"
7002b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
7003p88 = Instance.new("WedgePart", m8)
7004p88.BrickColor = BrickColor.new("Lime green")
7005p88.Material = Enum.Material.Neon
7006p88.Reflectance = 0.40000000596046
7007p88.Name = "Wedge"
7008p88.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)
7009p88.CanCollide = false
7010p88.Locked = true
7011p88.FormFactor = Enum.FormFactor.Custom
7012p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7013p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7014p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7015p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7016p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7017p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7018p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7019b88 = Instance.new("SpecialMesh", p88)
7020b88.MeshType = Enum.MeshType.Wedge
7021b88.Name = "Mesh"
7022b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7023p89 = Instance.new("WedgePart", m8)
7024p89.BrickColor = BrickColor.new("Lime green")
7025p89.Material = Enum.Material.Neon
7026p89.Reflectance = 0.40000000596046
7027p89.Name = "Wedge"
7028p89.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)
7029p89.CanCollide = false
7030p89.Locked = true
7031p89.FormFactor = Enum.FormFactor.Custom
7032p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7033p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7034p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7035p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7036p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7037p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7038p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7039b89 = Instance.new("SpecialMesh", p89)
7040b89.MeshType = Enum.MeshType.Wedge
7041b89.Name = "Mesh"
7042b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7043p90 = Instance.new("WedgePart", m8)
7044p90.BrickColor = BrickColor.new("Lime green")
7045p90.Material = Enum.Material.Neon
7046p90.Reflectance = 0.40000000596046
7047p90.Name = "Wedge"
7048p90.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)
7049p90.CanCollide = false
7050p90.Locked = true
7051p90.FormFactor = Enum.FormFactor.Custom
7052p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7053p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7054p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7055p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7056p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7057p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7058p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7059b90 = Instance.new("SpecialMesh", p90)
7060b90.MeshType = Enum.MeshType.Wedge
7061b90.Name = "Mesh"
7062b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7063p91 = Instance.new("WedgePart", m8)
7064p91.BrickColor = BrickColor.new("Really black")
7065p91.Material = Enum.Material.Metal
7066p91.Reflectance = 0.40000000596046
7067p91.Name = "Wedge"
7068p91.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)
7069p91.CanCollide = false
7070p91.Locked = true
7071p91.FormFactor = Enum.FormFactor.Custom
7072p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7073p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7074p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7075p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7076p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7077p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7078p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7079b91 = Instance.new("SpecialMesh", p91)
7080b91.MeshType = Enum.MeshType.Wedge
7081b91.Name = "Mesh"
7082b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7083p92 = Instance.new("WedgePart", m8)
7084p92.BrickColor = BrickColor.new("Lime green")
7085p92.Material = Enum.Material.Neon
7086p92.Reflectance = 0.40000000596046
7087p92.Name = "Wedge"
7088p92.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)
7089p92.CanCollide = false
7090p92.Locked = true
7091p92.FormFactor = Enum.FormFactor.Custom
7092p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7093p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7094p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7095p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7096p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7097p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7098p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7099b92 = Instance.new("SpecialMesh", p92)
7100b92.MeshType = Enum.MeshType.Wedge
7101b92.Name = "Mesh"
7102b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7103p93 = Instance.new("WedgePart", m8)
7104p93.BrickColor = BrickColor.new("Lime green")
7105p93.Material = Enum.Material.Neon
7106p93.Reflectance = 0.40000000596046
7107p93.Name = "Wedge"
7108p93.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)
7109p93.CanCollide = false
7110p93.Locked = true
7111p93.FormFactor = Enum.FormFactor.Custom
7112p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7113p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7114p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7115p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7116p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7117p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7118p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7119b93 = Instance.new("SpecialMesh", p93)
7120b93.MeshType = Enum.MeshType.Wedge
7121b93.Name = "Mesh"
7122b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7123p94 = Instance.new("WedgePart", m8)
7124p94.BrickColor = BrickColor.new("Lime green")
7125p94.Material = Enum.Material.Neon
7126p94.Reflectance = 0.40000000596046
7127p94.Name = "Wedge"
7128p94.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)
7129p94.CanCollide = false
7130p94.Locked = true
7131p94.FormFactor = Enum.FormFactor.Custom
7132p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7133p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7134p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7135p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7136p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7137p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7138p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7139b94 = Instance.new("SpecialMesh", p94)
7140b94.MeshType = Enum.MeshType.Wedge
7141b94.Name = "Mesh"
7142b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7143p95 = Instance.new("WedgePart", m8)
7144p95.BrickColor = BrickColor.new("Black")
7145p95.Material = Enum.Material.Metal
7146p95.Reflectance = 0.40000000596046
7147p95.Name = "Wedge"
7148p95.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)
7149p95.CanCollide = false
7150p95.Locked = true
7151p95.FormFactor = Enum.FormFactor.Custom
7152p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7153p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7154p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7155p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7156p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7157p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7158p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7159b95 = Instance.new("SpecialMesh", p95)
7160b95.MeshType = Enum.MeshType.Wedge
7161b95.Name = "Mesh"
7162b95.Scale = Vector3.new(0.261019886, 1, 1)
7163p96 = Instance.new("WedgePart", m8)
7164p96.BrickColor = BrickColor.new("Lime green")
7165p96.Material = Enum.Material.Neon
7166p96.Reflectance = 0.40000000596046
7167p96.Name = "Wedge"
7168p96.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)
7169p96.CanCollide = false
7170p96.Locked = true
7171p96.FormFactor = Enum.FormFactor.Custom
7172p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7173p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7174p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7175p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7176p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7177p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7178p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7179b96 = Instance.new("SpecialMesh", p96)
7180b96.MeshType = Enum.MeshType.Wedge
7181b96.Name = "Mesh"
7182b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7183p97 = Instance.new("WedgePart", m8)
7184p97.BrickColor = BrickColor.new("Lime green")
7185p97.Material = Enum.Material.Neon
7186p97.Reflectance = 0.40000000596046
7187p97.Name = "Wedge"
7188p97.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)
7189p97.CanCollide = false
7190p97.Locked = true
7191p97.FormFactor = Enum.FormFactor.Custom
7192p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7193p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7194p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7195p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7196p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7197p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7198p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7199b97 = Instance.new("SpecialMesh", p97)
7200b97.MeshType = Enum.MeshType.Wedge
7201b97.Name = "Mesh"
7202b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7203p98 = Instance.new("WedgePart", m8)
7204p98.BrickColor = BrickColor.new("Lime green")
7205p98.Material = Enum.Material.Neon
7206p98.Reflectance = 0.40000000596046
7207p98.Name = "Wedge"
7208p98.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)
7209p98.CanCollide = false
7210p98.Locked = true
7211p98.FormFactor = Enum.FormFactor.Custom
7212p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7213p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7214p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7215p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7216p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7217p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7218p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7219b98 = Instance.new("SpecialMesh", p98)
7220b98.MeshType = Enum.MeshType.Wedge
7221b98.Name = "Mesh"
7222b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7223p99 = Instance.new("WedgePart", m8)
7224p99.BrickColor = BrickColor.new("Lime green")
7225p99.Material = Enum.Material.Neon
7226p99.Reflectance = 0.40000000596046
7227p99.Name = "Wedge"
7228p99.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)
7229p99.CanCollide = false
7230p99.Locked = true
7231p99.FormFactor = Enum.FormFactor.Custom
7232p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7233p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7234p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7235p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7236p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7237p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7238p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7239b99 = Instance.new("SpecialMesh", p99)
7240b99.MeshType = Enum.MeshType.Wedge
7241b99.Name = "Mesh"
7242b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7243p100 = Instance.new("WedgePart", m8)
7244p100.BrickColor = BrickColor.new("Lime green")
7245p100.Material = Enum.Material.Neon
7246p100.Reflectance = 0.40000000596046
7247p100.Name = "Wedge"
7248p100.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)
7249p100.CanCollide = false
7250p100.Locked = true
7251p100.FormFactor = Enum.FormFactor.Custom
7252p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7253p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7254p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7255p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7256p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7257p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7258p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7259b100 = Instance.new("SpecialMesh", p100)
7260b100.MeshType = Enum.MeshType.Wedge
7261b100.Name = "Mesh"
7262b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7263p101 = Instance.new("WedgePart", m8)
7264p101.BrickColor = BrickColor.new("Lime green")
7265p101.Material = Enum.Material.Neon
7266p101.Reflectance = 0.40000000596046
7267p101.Name = "Wedge"
7268p101.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)
7269p101.CanCollide = false
7270p101.Locked = true
7271p101.FormFactor = Enum.FormFactor.Custom
7272p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7273p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7274p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7275p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7276p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7277p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7278p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7279b101 = Instance.new("SpecialMesh", p101)
7280b101.MeshType = Enum.MeshType.Wedge
7281b101.Name = "Mesh"
7282b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7283p102 = Instance.new("WedgePart", m8)
7284p102.BrickColor = BrickColor.new("Lime green")
7285p102.Material = Enum.Material.Neon
7286p102.Reflectance = 0.40000000596046
7287p102.Name = "Wedge"
7288p102.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)
7289p102.CanCollide = false
7290p102.Locked = true
7291p102.FormFactor = Enum.FormFactor.Custom
7292p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7293p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7294p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7295p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7296p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7297p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7298p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7299b102 = Instance.new("SpecialMesh", p102)
7300b102.MeshType = Enum.MeshType.Wedge
7301b102.Name = "Mesh"
7302b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7303p103 = Instance.new("WedgePart", m8)
7304p103.BrickColor = BrickColor.new("Lime green")
7305p103.Material = Enum.Material.Neon
7306p103.Reflectance = 0.40000000596046
7307p103.Name = "Wedge"
7308p103.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)
7309p103.CanCollide = false
7310p103.Locked = true
7311p103.FormFactor = Enum.FormFactor.Custom
7312p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7313p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7314p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7315p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7316p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7317p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7318p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7319b103 = Instance.new("SpecialMesh", p103)
7320b103.MeshType = Enum.MeshType.Wedge
7321b103.Name = "Mesh"
7322b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7323p104 = Instance.new("WedgePart", m8)
7324p104.BrickColor = BrickColor.new("Lime green")
7325p104.Material = Enum.Material.Neon
7326p104.Reflectance = 0.40000000596046
7327p104.Name = "Wedge"
7328p104.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)
7329p104.CanCollide = false
7330p104.Locked = true
7331p104.FormFactor = Enum.FormFactor.Custom
7332p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7333p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7334p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7335p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7336p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7337p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7338p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7339b104 = Instance.new("SpecialMesh", p104)
7340b104.MeshType = Enum.MeshType.Wedge
7341b104.Name = "Mesh"
7342b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7343p105 = Instance.new("WedgePart", m8)
7344p105.BrickColor = BrickColor.new("Really black")
7345p105.Material = Enum.Material.Metal
7346p105.Reflectance = 0.40000000596046
7347p105.Name = "Wedge"
7348p105.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)
7349p105.CanCollide = false
7350p105.Locked = true
7351p105.FormFactor = Enum.FormFactor.Custom
7352p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7353p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7354p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7355p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7356p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7357p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7358p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7359b105 = Instance.new("SpecialMesh", p105)
7360b105.MeshType = Enum.MeshType.Wedge
7361b105.Name = "Mesh"
7362b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7363p106 = Instance.new("WedgePart", m8)
7364p106.BrickColor = BrickColor.new("Lime green")
7365p106.Material = Enum.Material.Neon
7366p106.Reflectance = 0.40000000596046
7367p106.Name = "Wedge"
7368p106.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)
7369p106.CanCollide = false
7370p106.Locked = true
7371p106.FormFactor = Enum.FormFactor.Custom
7372p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7373p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7374p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7375p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7376p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7377p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7378p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7379b106 = Instance.new("SpecialMesh", p106)
7380b106.MeshType = Enum.MeshType.Wedge
7381b106.Name = "Mesh"
7382b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7383p107 = Instance.new("WedgePart", m8)
7384p107.BrickColor = BrickColor.new("Lime green")
7385p107.Material = Enum.Material.Neon
7386p107.Reflectance = 0.40000000596046
7387p107.Name = "Wedge"
7388p107.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)
7389p107.CanCollide = false
7390p107.Locked = true
7391p107.FormFactor = Enum.FormFactor.Custom
7392p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7393p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7394p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7395p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7396p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7397p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7398p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7399b107 = Instance.new("SpecialMesh", p107)
7400b107.MeshType = Enum.MeshType.Wedge
7401b107.Name = "Mesh"
7402b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7403p108 = Instance.new("WedgePart", m8)
7404p108.BrickColor = BrickColor.new("Black")
7405p108.Material = Enum.Material.Metal
7406p108.Reflectance = 0.40000000596046
7407p108.Name = "Wedge"
7408p108.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)
7409p108.CanCollide = false
7410p108.Locked = true
7411p108.FormFactor = Enum.FormFactor.Custom
7412p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7413p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7414p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7415p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7416p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7417p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7418p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7419b108 = Instance.new("SpecialMesh", p108)
7420b108.MeshType = Enum.MeshType.Wedge
7421b108.Name = "Mesh"
7422b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7423p109 = Instance.new("WedgePart", m8)
7424p109.BrickColor = BrickColor.new("Lime green")
7425p109.Material = Enum.Material.Neon
7426p109.Reflectance = 0.40000000596046
7427p109.Name = "Wedge"
7428p109.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)
7429p109.CanCollide = false
7430p109.Locked = true
7431p109.FormFactor = Enum.FormFactor.Custom
7432p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7433p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7434p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7435p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7436p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7437p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7438p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7439b109 = Instance.new("SpecialMesh", p109)
7440b109.MeshType = Enum.MeshType.Wedge
7441b109.Name = "Mesh"
7442b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7443p110 = Instance.new("WedgePart", m8)
7444p110.BrickColor = BrickColor.new("Lime green")
7445p110.Material = Enum.Material.Neon
7446p110.Reflectance = 0.40000000596046
7447p110.Name = "Wedge"
7448p110.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)
7449p110.CanCollide = false
7450p110.Locked = true
7451p110.FormFactor = Enum.FormFactor.Custom
7452p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7453p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7454p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7455p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7456p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7457p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7458p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7459b110 = Instance.new("SpecialMesh", p110)
7460b110.MeshType = Enum.MeshType.Wedge
7461b110.Name = "Mesh"
7462b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7463p111 = Instance.new("Part", m8)
7464p111.BrickColor = BrickColor.new("Really black")
7465p111.Material = Enum.Material.Metal
7466p111.Transparency = 1
7467p111.Name = "Hitbox"
7468p111.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)
7469p111.CanCollide = false
7470p111.Locked = true
7471p111.FormFactor = Enum.FormFactor.Custom
7472p111.Size = Vector3.new(0.22, 2.57, 1.22)
7473p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7474p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7475p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7476p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7477p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7478p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7479b111 = Instance.new("BlockMesh", p111)
7480b111.Name = "Mesh"
7481w1 = Instance.new("Weld", p1)
7482w1.Name = "Block_Weld"
7483w1.Part0 = p1
7484w1.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)
7485w1.Part1 = p2
7486w1.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)
7487w2 = Instance.new("Weld", p2)
7488w2.Name = "Block_Weld"
7489w2.Part0 = p2
7490w2.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)
7491w2.Part1 = p3
7492w2.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)
7493w3 = Instance.new("Weld", p3)
7494w3.Name = "Block_Weld"
7495w3.Part0 = p3
7496w3.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)
7497w3.Part1 = p4
7498w3.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)
7499w4 = Instance.new("Weld", p4)
7500w4.Name = "Block_Weld"
7501w4.Part0 = p4
7502w4.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)
7503w4.Part1 = p5
7504w4.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)
7505w5 = Instance.new("Weld", p5)
7506w5.Name = "Block_Weld"
7507w5.Part0 = p5
7508w5.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)
7509w5.Part1 = p6
7510w5.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)
7511w6 = Instance.new("Weld", p6)
7512w6.Name = "Block_Weld"
7513w6.Part0 = p6
7514w6.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)
7515w6.Part1 = p7
7516w6.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)
7517w7 = Instance.new("Weld", p7)
7518w7.Name = "Block_Weld"
7519w7.Part0 = p7
7520w7.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)
7521w7.Part1 = p8
7522w7.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)
7523w8 = Instance.new("Weld", p8)
7524w8.Name = "Block_Weld"
7525w8.Part0 = p8
7526w8.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)
7527w8.Part1 = p9
7528w8.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)
7529w9 = Instance.new("Weld", p9)
7530w9.Name = "Block_Weld"
7531w9.Part0 = p9
7532w9.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)
7533w9.Part1 = p10
7534w9.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)
7535w10 = Instance.new("Weld", p10)
7536w10.Name = "Circle_Weld"
7537w10.Part0 = p10
7538w10.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)
7539w10.Part1 = p11
7540w10.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)
7541w11 = Instance.new("Weld", p11)
7542w11.Name = "Block_Weld"
7543w11.Part0 = p11
7544w11.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)
7545w11.Part1 = p12
7546w11.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)
7547w12 = Instance.new("Weld", p12)
7548w12.Name = "Block_Weld"
7549w12.Part0 = p12
7550w12.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)
7551w12.Part1 = p13
7552w12.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)
7553w13 = Instance.new("Weld", p13)
7554w13.Name = "Block_Weld"
7555w13.Part0 = p13
7556w13.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)
7557w13.Part1 = p14
7558w13.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)
7559w14 = Instance.new("Weld", p14)
7560w14.Name = "Block_Weld"
7561w14.Part0 = p14
7562w14.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)
7563w14.Part1 = p15
7564w14.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)
7565w15 = Instance.new("Weld", p15)
7566w15.Name = "Handle_Weld"
7567w15.Part0 = p15
7568w15.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)
7569w15.Part1 = p16
7570w15.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)
7571w16 = Instance.new("Weld", p16)
7572w16.Name = "Block_Weld"
7573w16.Part0 = p16
7574w16.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)
7575w16.Part1 = p17
7576w16.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)
7577w17 = Instance.new("Weld", p17)
7578w17.Name = "Block_Weld"
7579w17.Part0 = p17
7580w17.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)
7581w17.Part1 = p18
7582w17.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)
7583w18 = Instance.new("Weld", p18)
7584w18.Name = "Block_Weld"
7585w18.Part0 = p18
7586w18.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)
7587w18.Part1 = p19
7588w18.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)
7589w19 = Instance.new("Weld", p19)
7590w19.Name = "Block_Weld"
7591w19.Part0 = p19
7592w19.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)
7593w19.Part1 = p20
7594w19.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)
7595w20 = Instance.new("Weld", p20)
7596w20.Name = "Block_Weld"
7597w20.Part0 = p20
7598w20.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)
7599w20.Part1 = p21
7600w20.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)
7601w21 = Instance.new("Weld", p21)
7602w21.Name = "Block_Weld"
7603w21.Part0 = p21
7604w21.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)
7605w21.Part1 = p22
7606w21.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)
7607w22 = Instance.new("Weld", p22)
7608w22.Name = "Block_Weld"
7609w22.Part0 = p22
7610w22.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)
7611w22.Part1 = p23
7612w22.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)
7613w23 = Instance.new("Weld", p23)
7614w23.Name = "Block_Weld"
7615w23.Part0 = p23
7616w23.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)
7617w23.Part1 = p24
7618w23.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)
7619w24 = Instance.new("Weld", p24)
7620w24.Name = "Block_Weld"
7621w24.Part0 = p24
7622w24.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)
7623w24.Part1 = p25
7624w24.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)
7625w25 = Instance.new("Weld", p25)
7626w25.Name = "Block_Weld"
7627w25.Part0 = p25
7628w25.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)
7629w25.Part1 = p26
7630w25.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)
7631w26 = Instance.new("Weld", p26)
7632w26.Name = "Block_Weld"
7633w26.Part0 = p26
7634w26.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)
7635w26.Part1 = p27
7636w26.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)
7637w27 = Instance.new("Weld", p27)
7638w27.Name = "Circle_Weld"
7639w27.Part0 = p27
7640w27.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)
7641w27.Part1 = p28
7642w27.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)
7643w28 = Instance.new("Weld", p28)
7644w28.Name = "Block_Weld"
7645w28.Part0 = p28
7646w28.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)
7647w28.Part1 = p29
7648w28.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)
7649w29 = Instance.new("Weld", p29)
7650w29.Name = "Block_Weld"
7651w29.Part0 = p29
7652w29.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)
7653w29.Part1 = p30
7654w29.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)
7655w30 = Instance.new("Weld", p30)
7656w30.Name = "Block_Weld"
7657w30.Part0 = p30
7658w30.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)
7659w30.Part1 = p31
7660w30.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)
7661w31 = Instance.new("Weld", p31)
7662w31.Name = "Block_Weld"
7663w31.Part0 = p31
7664w31.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)
7665w31.Part1 = p32
7666w31.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)
7667w32 = Instance.new("Weld", p32)
7668w32.Name = "Block_Weld"
7669w32.Part0 = p32
7670w32.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)
7671w32.Part1 = p33
7672w32.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)
7673w33 = Instance.new("Weld", p33)
7674w33.Name = "Block_Weld"
7675w33.Part0 = p33
7676w33.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)
7677w33.Part1 = p34
7678w33.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)
7679w34 = Instance.new("Weld", p34)
7680w34.Name = "Block_Weld"
7681w34.Part0 = p34
7682w34.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)
7683w34.Part1 = p35
7684w34.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)
7685w35 = Instance.new("Weld", p35)
7686w35.Name = "Block_Weld"
7687w35.Part0 = p35
7688w35.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)
7689w35.Part1 = p36
7690w35.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)
7691w36 = Instance.new("Weld", p36)
7692w36.Name = "Circle_Weld"
7693w36.Part0 = p36
7694w36.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)
7695w36.Part1 = p37
7696w36.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)
7697w37 = Instance.new("Weld", p37)
7698w37.Name = "Block_Weld"
7699w37.Part0 = p37
7700w37.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)
7701w37.Part1 = p38
7702w37.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)
7703w38 = Instance.new("Weld", p38)
7704w38.Name = "Block_Weld"
7705w38.Part0 = p38
7706w38.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)
7707w38.Part1 = p39
7708w38.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)
7709w39 = Instance.new("Weld", p39)
7710w39.Name = "Block_Weld"
7711w39.Part0 = p39
7712w39.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)
7713w39.Part1 = p40
7714w39.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)
7715w40 = Instance.new("Weld", p40)
7716w40.Name = "Block_Weld"
7717w40.Part0 = p40
7718w40.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)
7719w40.Part1 = p41
7720w40.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)
7721w41 = Instance.new("Weld", p41)
7722w41.Name = "Block_Weld"
7723w41.Part0 = p41
7724w41.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)
7725w41.Part1 = p42
7726w41.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)
7727w42 = Instance.new("Weld", p42)
7728w42.Name = "Block_Weld"
7729w42.Part0 = p42
7730w42.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)
7731w42.Part1 = p43
7732w42.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)
7733w43 = Instance.new("Weld", p43)
7734w43.Name = "Circle_Weld"
7735w43.Part0 = p43
7736w43.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)
7737w43.Part1 = p44
7738w43.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)
7739w44 = Instance.new("Weld", p44)
7740w44.Name = "Block_Weld"
7741w44.Part0 = p44
7742w44.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)
7743w44.Part1 = p45
7744w44.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)
7745w45 = Instance.new("Weld", p45)
7746w45.Name = "Block_Weld"
7747w45.Part0 = p45
7748w45.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)
7749w45.Part1 = p46
7750w45.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)
7751w46 = Instance.new("Weld", p46)
7752w46.Name = "Block_Weld"
7753w46.Part0 = p46
7754w46.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)
7755w46.Part1 = p47
7756w46.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)
7757w47 = Instance.new("Weld", p47)
7758w47.Name = "Block_Weld"
7759w47.Part0 = p47
7760w47.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)
7761w47.Part1 = p48
7762w47.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)
7763w48 = Instance.new("Weld", p48)
7764w48.Name = "Block_Weld"
7765w48.Part0 = p48
7766w48.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)
7767w48.Part1 = p49
7768w48.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)
7769w49 = Instance.new("Weld", p49)
7770w49.Name = "Block_Weld"
7771w49.Part0 = p49
7772w49.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)
7773w49.Part1 = p50
7774w49.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)
7775w50 = Instance.new("Weld", p50)
7776w50.Name = "Block_Weld"
7777w50.Part0 = p50
7778w50.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)
7779w50.Part1 = p51
7780w50.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)
7781w51 = Instance.new("Weld", p51)
7782w51.Name = "Block_Weld"
7783w51.Part0 = p51
7784w51.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)
7785w51.Part1 = p52
7786w51.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)
7787w52 = Instance.new("Weld", p52)
7788w52.Name = "Block_Weld"
7789w52.Part0 = p52
7790w52.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)
7791w52.Part1 = p53
7792w52.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)
7793w53 = Instance.new("Weld", p53)
7794w53.Name = "Circle_Weld"
7795w53.Part0 = p53
7796w53.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)
7797w53.Part1 = p54
7798w53.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)
7799w54 = Instance.new("Weld", p54)
7800w54.Name = "Block_Weld"
7801w54.Part0 = p54
7802w54.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)
7803w54.Part1 = p55
7804w54.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)
7805w55 = Instance.new("Weld", p55)
7806w55.Name = "Block_Weld"
7807w55.Part0 = p55
7808w55.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)
7809w55.Part1 = p56
7810w55.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)
7811w56 = Instance.new("Weld", p56)
7812w56.Name = "Block_Weld"
7813w56.Part0 = p56
7814w56.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)
7815w56.Part1 = p57
7816w56.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)
7817w57 = Instance.new("Weld", p57)
7818w57.Name = "Block_Weld"
7819w57.Part0 = p57
7820w57.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)
7821w57.Part1 = p58
7822w57.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)
7823w58 = Instance.new("Weld", p58)
7824w58.Name = "Block_Weld"
7825w58.Part0 = p58
7826w58.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)
7827w58.Part1 = p59
7828w58.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)
7829w59 = Instance.new("Weld", p59)
7830w59.Name = "Circle_Weld"
7831w59.Part0 = p59
7832w59.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)
7833w59.Part1 = p60
7834w59.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)
7835w60 = Instance.new("Weld", p60)
7836w60.Name = "Circle_Weld"
7837w60.Part0 = p60
7838w60.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)
7839w60.Part1 = p61
7840w60.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)
7841w61 = Instance.new("Weld", p61)
7842w61.Name = "Block_Weld"
7843w61.Part0 = p61
7844w61.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)
7845w61.Part1 = p62
7846w61.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)
7847w62 = Instance.new("Weld", p62)
7848w62.Name = "Block_Weld"
7849w62.Part0 = p62
7850w62.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)
7851w62.Part1 = p63
7852w62.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)
7853w63 = Instance.new("Weld", p63)
7854w63.Name = "Block_Weld"
7855w63.Part0 = p63
7856w63.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)
7857w63.Part1 = p64
7858w63.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)
7859w64 = Instance.new("Weld", p64)
7860w64.Name = "Block_Weld"
7861w64.Part0 = p64
7862w64.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)
7863w64.Part1 = p65
7864w64.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)
7865w65 = Instance.new("Weld", p65)
7866w65.Name = "Block_Weld"
7867w65.Part0 = p65
7868w65.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)
7869w65.Part1 = p66
7870w65.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)
7871w66 = Instance.new("Weld", p66)
7872w66.Name = "Block_Weld"
7873w66.Part0 = p66
7874w66.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)
7875w66.Part1 = p67
7876w66.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)
7877w67 = Instance.new("Weld", p67)
7878w67.Name = "Block_Weld"
7879w67.Part0 = p67
7880w67.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)
7881w67.Part1 = p68
7882w67.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)
7883w68 = Instance.new("Weld", p68)
7884w68.Name = "Block_Weld"
7885w68.Part0 = p68
7886w68.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)
7887w68.Part1 = p69
7888w68.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)
7889w69 = Instance.new("Weld", p69)
7890w69.Name = "Circle_Weld"
7891w69.Part0 = p69
7892w69.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)
7893w69.Part1 = p70
7894w69.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)
7895w70 = Instance.new("Weld", p70)
7896w70.Name = "Wedge_Weld"
7897w70.Part0 = p70
7898w70.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)
7899w70.Part1 = p71
7900w70.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)
7901w71 = Instance.new("Weld", p71)
7902w71.Name = "Wedge_Weld"
7903w71.Part0 = p71
7904w71.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)
7905w71.Part1 = p72
7906w71.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)
7907w72 = Instance.new("Weld", p72)
7908w72.Name = "Wedge_Weld"
7909w72.Part0 = p72
7910w72.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)
7911w72.Part1 = p73
7912w72.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)
7913w73 = Instance.new("Weld", p73)
7914w73.Name = "Wedge_Weld"
7915w73.Part0 = p73
7916w73.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)
7917w73.Part1 = p74
7918w73.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)
7919w74 = Instance.new("Weld", p74)
7920w74.Name = "Wedge_Weld"
7921w74.Part0 = p74
7922w74.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)
7923w74.Part1 = p75
7924w74.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)
7925w75 = Instance.new("Weld", p75)
7926w75.Name = "Wedge_Weld"
7927w75.Part0 = p75
7928w75.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)
7929w75.Part1 = p76
7930w75.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)
7931w76 = Instance.new("Weld", p76)
7932w76.Name = "Wedge_Weld"
7933w76.Part0 = p76
7934w76.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)
7935w76.Part1 = p77
7936w76.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)
7937w77 = Instance.new("Weld", p77)
7938w77.Name = "Wedge_Weld"
7939w77.Part0 = p77
7940w77.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)
7941w77.Part1 = p78
7942w77.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)
7943w78 = Instance.new("Weld", p78)
7944w78.Name = "Wedge_Weld"
7945w78.Part0 = p78
7946w78.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)
7947w78.Part1 = p79
7948w78.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)
7949w79 = Instance.new("Weld", p79)
7950w79.Name = "Wedge_Weld"
7951w79.Part0 = p79
7952w79.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)
7953w79.Part1 = p80
7954w79.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)
7955w80 = Instance.new("Weld", p80)
7956w80.Name = "Wedge_Weld"
7957w80.Part0 = p80
7958w80.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)
7959w80.Part1 = p81
7960w80.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)
7961w81 = Instance.new("Weld", p81)
7962w81.Name = "Wedge_Weld"
7963w81.Part0 = p81
7964w81.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)
7965w81.Part1 = p82
7966w81.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)
7967w82 = Instance.new("Weld", p82)
7968w82.Name = "Wedge_Weld"
7969w82.Part0 = p82
7970w82.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)
7971w82.Part1 = p83
7972w82.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)
7973w83 = Instance.new("Weld", p83)
7974w83.Name = "Wedge_Weld"
7975w83.Part0 = p83
7976w83.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)
7977w83.Part1 = p84
7978w83.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)
7979w84 = Instance.new("Weld", p84)
7980w84.Name = "Wedge_Weld"
7981w84.Part0 = p84
7982w84.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)
7983w84.Part1 = p85
7984w84.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)
7985w85 = Instance.new("Weld", p85)
7986w85.Name = "Wedge_Weld"
7987w85.Part0 = p85
7988w85.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)
7989w85.Part1 = p86
7990w85.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)
7991w86 = Instance.new("Weld", p86)
7992w86.Name = "Wedge_Weld"
7993w86.Part0 = p86
7994w86.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)
7995w86.Part1 = p87
7996w86.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)
7997w87 = Instance.new("Weld", p87)
7998w87.Name = "Wedge_Weld"
7999w87.Part0 = p87
8000w87.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)
8001w87.Part1 = p88
8002w87.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)
8003w88 = Instance.new("Weld", p88)
8004w88.Name = "Wedge_Weld"
8005w88.Part0 = p88
8006w88.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)
8007w88.Part1 = p89
8008w88.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)
8009w89 = Instance.new("Weld", p89)
8010w89.Name = "Wedge_Weld"
8011w89.Part0 = p89
8012w89.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)
8013w89.Part1 = p90
8014w89.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)
8015w90 = Instance.new("Weld", p90)
8016w90.Name = "Wedge_Weld"
8017w90.Part0 = p90
8018w90.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)
8019w90.Part1 = p91
8020w90.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)
8021w91 = Instance.new("Weld", p91)
8022w91.Name = "Wedge_Weld"
8023w91.Part0 = p91
8024w91.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)
8025w91.Part1 = p92
8026w91.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)
8027w92 = Instance.new("Weld", p92)
8028w92.Name = "Wedge_Weld"
8029w92.Part0 = p92
8030w92.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)
8031w92.Part1 = p93
8032w92.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)
8033w93 = Instance.new("Weld", p93)
8034w93.Name = "Wedge_Weld"
8035w93.Part0 = p93
8036w93.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)
8037w93.Part1 = p94
8038w93.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)
8039w94 = Instance.new("Weld", p94)
8040w94.Name = "Wedge_Weld"
8041w94.Part0 = p94
8042w94.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)
8043w94.Part1 = p95
8044w94.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)
8045w95 = Instance.new("Weld", p95)
8046w95.Name = "Wedge_Weld"
8047w95.Part0 = p95
8048w95.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)
8049w95.Part1 = p96
8050w95.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)
8051w96 = Instance.new("Weld", p96)
8052w96.Name = "Wedge_Weld"
8053w96.Part0 = p96
8054w96.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)
8055w96.Part1 = p97
8056w96.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)
8057w97 = Instance.new("Weld", p97)
8058w97.Name = "Wedge_Weld"
8059w97.Part0 = p97
8060w97.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)
8061w97.Part1 = p98
8062w97.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)
8063w98 = Instance.new("Weld", p98)
8064w98.Name = "Wedge_Weld"
8065w98.Part0 = p98
8066w98.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)
8067w98.Part1 = p99
8068w98.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)
8069w99 = Instance.new("Weld", p99)
8070w99.Name = "Wedge_Weld"
8071w99.Part0 = p99
8072w99.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)
8073w99.Part1 = p100
8074w99.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)
8075w100 = Instance.new("Weld", p100)
8076w100.Name = "Wedge_Weld"
8077w100.Part0 = p100
8078w100.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)
8079w100.Part1 = p101
8080w100.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)
8081w101 = Instance.new("Weld", p101)
8082w101.Name = "Wedge_Weld"
8083w101.Part0 = p101
8084w101.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)
8085w101.Part1 = p102
8086w101.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)
8087w102 = Instance.new("Weld", p102)
8088w102.Name = "Wedge_Weld"
8089w102.Part0 = p102
8090w102.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)
8091w102.Part1 = p103
8092w102.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)
8093w103 = Instance.new("Weld", p103)
8094w103.Name = "Wedge_Weld"
8095w103.Part0 = p103
8096w103.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)
8097w103.Part1 = p104
8098w103.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)
8099w104 = Instance.new("Weld", p104)
8100w104.Name = "Wedge_Weld"
8101w104.Part0 = p104
8102w104.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)
8103w104.Part1 = p105
8104w104.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)
8105w105 = Instance.new("Weld", p105)
8106w105.Name = "Wedge_Weld"
8107w105.Part0 = p105
8108w105.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)
8109w105.Part1 = p106
8110w105.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)
8111w106 = Instance.new("Weld", p106)
8112w106.Name = "Wedge_Weld"
8113w106.Part0 = p106
8114w106.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)
8115w106.Part1 = p107
8116w106.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)
8117w107 = Instance.new("Weld", p107)
8118w107.Name = "Wedge_Weld"
8119w107.Part0 = p107
8120w107.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)
8121w107.Part1 = p108
8122w107.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)
8123w108 = Instance.new("Weld", p108)
8124w108.Name = "Wedge_Weld"
8125w108.Part0 = p108
8126w108.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)
8127w108.Part1 = p109
8128w108.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)
8129w109 = Instance.new("Weld", p109)
8130w109.Name = "Wedge_Weld"
8131w109.Part0 = p109
8132w109.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)
8133w109.Part1 = p110
8134w109.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)
8135w110 = Instance.new("Weld", p110)
8136w110.Name = "Hitbox_Weld"
8137w110.Part0 = p110
8138w110.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)
8139w110.Part1 = p111
8140w110.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)
8141m8.Parent = rarm
8142m8:MakeJoints()
8143----------------------------------------------------
8144local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8145cor8.Name = "Thingy"
8146cor8.Locked = true
8147cor8.BottomSurface = 0
8148cor8.CanCollide = false
8149cor8.Size = Vector3.new(1, 1, 1)
8150cor8.Transparency = 1
8151cor8.TopSurface = 0
8152corw8 = Instance.new("Weld", cor8)
8153corw8.Part0 = rarm
8154corw8.Part1 = cor8
8155corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8156corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8157weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8158weld8.Part0 = cor8
8159weld8.Part1 = rarm.Zyrodoxa.Handle
8160weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8161Amulite = Instance.new("PointLight",m7.Center)
8162Amulite.Brightness = 0
8163Amulite.Color = Color3.new(0,1,0)
8164----------------------------------------------------
8165models = {m,m2,m3,m4,m5,m6,m7,m8}
8166parts = {}
8167Stepped:connect(function()
8168 for i,v in pairs(models) do
8169 for _, a in pairs(v:GetChildren()) do
8170 if v:IsA("Part") and v.Name ~= "Thingy" then
8171 table.insert(parts, a)
8172 for i,v in pairs(parts) do
8173 v.CanCollide = false
8174 end
8175 end
8176 end
8177 end
8178end)
8179----------------------------------------------------
8180local animpose = "Idle1"
8181local lastanimpose = "Idle1"
8182local grab = false
8183local Smooth = 1
8184local sine = 0
8185local change = 1
8186local val = 0
8187local ffing = false
8188----------------------------------------------------
8189--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8190
8191function FindHumanoids()
8192 local function c_region(Position, Size)
8193 local SizeOffset = Size/2
8194 local Point1 = Position - SizeOffset
8195 local Point2 = Position + SizeOffset
8196 local a = Instance.new("Part", workspace)
8197 a.Anchored = true
8198 a.Size = Size
8199 a.Position = Position
8200 print("Hey!, I'm making a part!")
8201 return Region3.new(Point1, Point2)
8202 end
8203
8204 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8205 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8206 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8207 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8208
8209 local regions = {a, b, c, d}
8210
8211 local found_humanoids = {}
8212 local already_found = {char.Name}
8213
8214 for _, region in pairs(regions) do
8215 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8216 print(part, part.Parent, part.Name) ---nope
8217 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8218 local humanoid = part.Parent:FindFirstChild("Humanoid")
8219 local name = humanoid.Parent.Name
8220 local exists = false
8221 for _, n in pairs(already_found) do
8222 if n == name then
8223 exists = true
8224 end
8225 end
8226 if not exists then
8227 table.insert(already_found, name)
8228 table.insert(found_humanoids, humanoid)
8229 end
8230 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8231 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8232 local name = humanoid.Parent.Parent.Name
8233 local exists = false
8234 for _, n in pairs(already_found) do
8235 if n == name then
8236 exists = true
8237 end
8238 end
8239 if not exists then
8240 table.insert(already_found, name)
8241 table.insert(found_humanoids, humanoid)
8242 end
8243 end
8244 end
8245 end
8246 return found_humanoids
8247end
8248
8249local humanoids = FindHumanoids()
8250if #humanoids == 0 then
8251 for i, v in pairs(humanoids) do
8252 print(v.Parent.Name)
8253 if Debounces.Slashing == true then
8254 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8255 elseif Debounces.Slashing == false then
8256 wait()
8257 end
8258 end
8259 wait(0.3)
8260end]]--
8261----------------------------------------------------
8262--[[mouse.KeyDown:connect(function(key)
8263 if key == "f" then
8264 if Debounces.CanAttack == true then
8265 Debounces.CanAttack = false
8266 Debounces.NoIdl = true
8267 Debounces.on = true
8268 for i = 1, 20 do
8269 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8270 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8271 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8272 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8273 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8274 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8275 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8276 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)
8277 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)
8278 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)
8279 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)
8280 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)
8281 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)
8282 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8283 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8284 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)
8285 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)
8286 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)
8287 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)
8288 if Debounces.on == false then
8289 break
8290 end
8291 fat.Event:wait()
8292 end
8293 end
8294 end
8295end)]]--
8296----------------------------------------------------
8297mod4 = Instance.new("Model",char)
8298
8299ptez = {0.7, 0.8, 0.9, 1}
8300
8301function FindNearestTorso(Position,Distance,SinglePlayer)
8302 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8303 local List = {}
8304 for i,v in pairs(workspace:GetChildren())do
8305 if v:IsA("Model")then
8306 if v:findFirstChild("Torso")then
8307 if v ~= char then
8308 if(v.Torso.Position -Position).magnitude <= Distance then
8309 table.insert(List,v)
8310 end
8311 end
8312 end
8313 end
8314 end
8315 return List
8316end
8317
8318function Slam()
8319 local part=Instance.new('Part',mod4)
8320 part.Anchored=true
8321 part.CanCollide=false
8322 part.FormFactor='Custom'
8323 part.Size=Vector3.new(.2,.2,.2)
8324 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8325 part.Transparency=.7
8326 part.BrickColor=BrickColor.new('Really black')
8327 mesh=Instance.new('SpecialMesh',part)
8328 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8329 mesh.Scale=Vector3.new(3,3,3)
8330 local part2=Instance.new('Part',mod4)
8331 part2.Anchored=true
8332 part2.CanCollide=false
8333 part2.FormFactor='Custom'
8334 part2.Size=Vector3.new(.2,.2,.2)
8335 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8336 part2.Transparency=.7
8337 part2.BrickColor=BrickColor.new('Lime green')
8338 mesh2=Instance.new('SpecialMesh',part2)
8339 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8340 mesh2.Scale=Vector3.new(3,1.5,3)
8341 x = Instance.new("Sound",larm)
8342 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8343 x.Pitch = ptez[math.random(1,#ptez)]
8344 x.Volume = 1
8345 wait(.1)
8346 x1 = Instance.new("Sound",larm)
8347 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8348 x1.Pitch = ptez[math.random(1,#ptez)]
8349 x1.Volume = 1
8350 wait(.1)
8351 x:Play()
8352 x1:Play()
8353 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8354 if v:FindFirstChild('Humanoid') then
8355 v.Humanoid:TakeDamage(math.random(30,45))
8356 end
8357 end
8358 coroutine.resume(coroutine.create(function()
8359 for i=0,0.62,0.13 do
8360 wait()
8361 part.CFrame=part.CFrame
8362 part.Transparency=i
8363 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8364 part2.CFrame=part2.CFrame
8365 part2.Transparency=i
8366 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8367 end
8368 part.Parent=nil
8369 part2.Parent=nil
8370 x:Destroy()
8371 end))
8372end
8373----------------------------------------------------
8374wPart = function(x,y,z,color,tr,cc,an,parent)
8375 local wp = Instance.new('WedgePart',parent or Weapon)
8376 wp.formFactor = 'Custom'
8377 wp.Size = Vector3.new(x,y,z)
8378 wp.BrickColor = BrickColor.new(color)
8379 wp.CanCollide = cc
8380 wp.Transparency = tr
8381 wp.Anchored = an
8382 wp.TopSurface,wp.BottomSurface = 0,0
8383 return wp
8384end
8385
8386Mesh = function(par,num,x,y,z)
8387 local msh = _
8388 if num == 1 then
8389 msh = Instance.new("CylinderMesh",par)
8390 elseif num == 2 then
8391 msh = Instance.new("SpecialMesh",par)
8392 msh.MeshType = 3
8393 elseif num == 3 then
8394 msh = Instance.new("BlockMesh",par)
8395 elseif num == 4 then
8396 msh = Instance.new("SpecialMesh",par)
8397 msh.MeshType = "Torso"
8398 elseif type(num) == 'string' then
8399 msh = Instance.new("SpecialMesh",par)
8400 msh.MeshId = num
8401 end
8402 msh.Scale = Vector3.new(x,y,z)
8403 return msh
8404end
8405
8406local function CFrameFromTopBack(at, top, back)
8407 local right = top:Cross(back)
8408 return CFrame.new(at.x, at.y, at.z,
8409 right.x, top.x, back.x,
8410 right.y, top.y, back.y,
8411 right.z, top.z, back.z)
8412end
8413
8414function Triangle(a, b, c)
8415 local edg1 = (c-a):Dot((b-a).unit)
8416 local edg2 = (a-b):Dot((c-b).unit)
8417 local edg3 = (b-c):Dot((a-c).unit)
8418 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8419 a, b, c = a, b, c
8420 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8421 a, b, c = b, c, a
8422 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8423 a, b, c = c, a, b
8424 else
8425 print("unreachable")
8426 end
8427 local len1 = (c-a):Dot((b-a).unit)
8428 local len2 = (b-a).magnitude - len1
8429 local width = (a + (b-a).unit*len1 - c).magnitude
8430 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8431 local list = {}
8432 if len1 > 0.01 then
8433 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8434 local sz = Vector3.new(0.2, width, len1)
8435 w1.Size = sz
8436 local sp = Mesh(w1,2,0,0,0)
8437 sp.MeshType='Wedge'
8438 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8439 w1:BreakJoints()
8440 w1.Anchored = true
8441 w1.Transparency = 0.7
8442 Spawn(function()
8443 for i=0,1,0.1 do
8444 fat.Event:wait()
8445 w1.Transparency=w1.Transparency+0.03
8446 end
8447 end)
8448 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8449 table.insert(list,w1)
8450 end
8451 if len2 > 0.01 then
8452 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8453 local sz = Vector3.new(0.2, width, len2)
8454 w2.Size = sz
8455 local sp = Mesh(w2,2,0,0,0)
8456 sp.MeshType='Wedge'
8457 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8458 w2:BreakJoints()
8459 w2.Anchored = true
8460 w2.Transparency = 0.7
8461 Spawn(function()
8462 for i=0,1,0.1 do
8463 fat.Event:wait()
8464 w2.Transparency=w2.Transparency+0.03
8465 end
8466 end)
8467 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8468 table.insert(list,w2)
8469 end
8470 return unpack(list)
8471end
8472
8473function trail(p,t,h)
8474 Spawn(function()
8475 local blcf = p.CFrame
8476 local scfr = blcf
8477 for i=1,t do
8478 local blcf = p.CFrame
8479 if scfr and (p.Position-scfr.p).magnitude > .1 then
8480 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)
8481 if a then game.Debris:AddItem(a,1) end
8482 if b then game.Debris:AddItem(b,1) end
8483 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)
8484 if a then game.Debris:AddItem(a,1) end
8485 if b then game.Debris:AddItem(b,1) end
8486 scfr = blcf
8487 elseif not scfr then
8488 scfr = blcf
8489 end
8490 fat.Event:wait()
8491 end
8492 scfr=nil
8493 end)
8494end
8495--trail(char.Sword.Blade,1e1000,5)
8496----------------------------------------------------
8497function Dmg()
8498 local partofdeath = rarm.Zyrodoxa.Hitbox
8499 local function CreateRegion3FromLocAndSize(Position, Size)
8500 local SizeOffset = Size/2
8501 local Point1 = Position - SizeOffset
8502 local Point2 = Position + SizeOffset
8503 return Region3.new(Point1, Point2)
8504 end
8505 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8506 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8507 Spawn(function()
8508 if Debounces.Slashing == true and Debounces.Slashed == false then
8509 Debounces.Slashed = true
8510 ypcall(function()
8511 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8512 humanoid:TakeDamage(math.random(10,18))
8513 end)
8514 wait(.4)
8515 Debounces.Slashed = false
8516 end
8517 end)
8518 end
8519end
8520----------------------------------------------------
8521pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8522ptz = {0.7, 0.8, 0.9, 1}
8523idz = {"161006212", "161006195"}
8524function attackone()
8525 for i = 1, 13 do
8526 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)
8527 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8528 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)
8529 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)
8530 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)
8531 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)
8532 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8533 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8534 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8535 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)
8536 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)
8537 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)
8538 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)
8539 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)
8540 if Debounces.on == false then
8541 break
8542 end
8543 fat.Event:wait()
8544 end
8545 trail(rarm.Zyrodoxa.Hitbox,20,2)
8546 Debounces.Slashing = true
8547 wait(0.2)
8548 --[[z = Instance.new("Sound", hed)
8549 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8550 z.Pitch = ptz[math.random(1,#ptz)]
8551 z.Volume = 1
8552 wait(.01)
8553 z:Play()]]--
8554 for i = 1, 14 do
8555 Dmg()
8556 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8557 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8558 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)
8559 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)
8560 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)
8561 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)
8562 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8563 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8564 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8565 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)
8566 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)
8567 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)
8568 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)
8569 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)
8570 if Debounces.on == false then break end
8571 rs:wait()
8572 end
8573 Debounces.Slashing = false
8574end
8575function attacktwo()
8576 Debounces.Slashing = true
8577 for i = 1, 14 do
8578 Dmg()
8579 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8580 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8581 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)
8582 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)
8583 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)
8584 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)
8585 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)
8586 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8587 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)
8588 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)
8589 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8590 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)
8591 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8592 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)
8593 if Debounces.on == false then
8594 break
8595 end
8596 rs:wait()
8597 end
8598end
8599----------------------------------------------------
8600ComboNum = 0
8601mouse.Button1Down:connect(function()
8602 if Debounces.CanAttack == true then
8603 Debounces.CanAttack = false
8604 Debounces.NoIdl = true
8605 Debounces.on = true
8606 if ComboNum == 0 then
8607 attackone()
8608 elseif ComboNum == 1 then
8609 attacktwo()
8610 --[[elseif ComboNum == 2 then
8611 attackthree()]]--
8612 end
8613 ComboNum = ComboNum + 1
8614 Debounces.CanAttack = true
8615 Debounces.on = false
8616 wait(.5)
8617 if Debounces.CanAttack == true then
8618 ComboNum = 0
8619 Debounces.NoIdl = false
8620 end
8621 end
8622end)
8623----------------------------------------------------
8624definition = 5
8625bc = {}
8626bezierparts = {}
8627function NoOutline(Part)
8628 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8629end
8630function draw(p,d)
8631 for i=1,d do
8632 local t = i/d
8633 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8634 end
8635 for i=1,d do
8636 local bcs = Instance.new("Part",char)
8637 NoOutline(bcs)
8638 bcs.Anchored = true
8639 bcs.CanCollide = false
8640 bcs.Material = "Neon"
8641 bcs.BrickColor = BrickColor.new("Lime green")
8642 bcs.Size = Vector3.new(1,1,1)
8643 bcs.Shape = Enum.PartType.Ball
8644 bcs.CFrame = CFrame.new(bc[i])
8645 local bcp = Instance.new("Part",char)
8646 NoOutline(bcp)
8647 bcp.Anchored = true
8648 bcp.CanCollide = false
8649 bcp.Material = "Neon"
8650 bcp.BrickColor = BrickColor.new("Lime green")
8651 local cm = Instance.new("CylinderMesh")
8652 cm.Parent = bcp
8653 if i ~= 1 then
8654 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8655 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8656 else
8657 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8658 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8659 end
8660 table.insert(bezierparts, bcs)
8661 table.insert(bezierparts, bcp)
8662 end
8663 Spawn(function() fat.Event:wait()
8664 for i,v in pairs(bezierparts) do
8665 v.Transparency = 1
8666 end
8667 end)
8668end
8669--local points = {larm.Position,rarn.Position,invisipart.Position}
8670--draw(points,definition)
8671mouse.KeyDown:connect(function(key)
8672 if key == "f" then
8673 if Debounces.CanAttack == true then
8674 Debounces.CanAttack = false
8675 Debounces.NoIdl = true
8676 Debounces.on = true
8677 for i = 1, 20 do
8678 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)
8679 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)
8680 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)
8681 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)
8682 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)
8683 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8684 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)
8685 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)
8686 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8687 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)
8688 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8689 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)
8690 if Debounces.on == false then
8691 break
8692 end
8693 fat.Event:wait()
8694 end
8695 rpart = Instance.new("Part",rarm)
8696 NoOutline(rpart)
8697 rpart.Anchored = false
8698 rpart.Size = Vector3.new(1,1,1)
8699 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8700 rpart.Transparency = 1
8701 newWeld(rarm, rpart, 0, 0, 0)
8702 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8703 lpart = Instance.new("Part",larm)
8704 NoOutline(lpart)
8705 lpart.Anchored = false
8706 lpart.Size = Vector3.new(1,1,1)
8707 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8708 lpart.Transparency = 1
8709 newWeld(larm, lpart, 0, 0, 0)
8710 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8711 invisipart = Instance.new("Part",torso)
8712 NoOutline(invisipart)
8713 invisipart.Anchored = false
8714 invisipart.Size = Vector3.new(1,1,1)
8715 invisipart.Transparency = 1
8716 invisipart.CFrame = torso.CFrame
8717 newWeld(torso, invisipart, 0, 0, 0)
8718 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8719 table.insert(bezierparts, rpart)
8720 table.insert(bezierparts, lpart)
8721 table.insert(bezierparts, invisipart)
8722 for i = 1, 40 do
8723 local points = {lpart.Position,invisipart.Position,rpart.Position}
8724 draw(points,definition)
8725 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8726 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)
8727 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)
8728 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)
8729 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)
8730 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)
8731 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8732 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)
8733 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)
8734 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8735 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)
8736 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8737 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)
8738 if Debounces.on == false then
8739 break
8740 end
8741 fat.Event:wait()
8742 end
8743 for i,v in pairs(bezierparts) do
8744 v:Destroy()
8745 end
8746 --draw(points,definition)
8747 if Debounces.CanAttack == false then
8748 Debounces.CanAttack = true
8749 Debounces.NoIdl = false
8750 Debounces.on = false
8751 end
8752 end
8753 end
8754end)
8755----------------------------------------------------
8756----------------------------------------------------
8757
8758---------------------------------------------------------------------------------------
8759----------------------------------------------------
8760mouse.KeyDown:connect(function(key)
8761 if key == "b" then
8762 hum.WalkSpeed = 0.01
8763 if Debounces.CanAttack == true then
8764 Debounces.CanAttack = false
8765 Debounces.NoIdl = true
8766 Debounces.on = true
8767 for i = 1,20 do
8768 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8769 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8770 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8771 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8772 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8773 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8774
8775 if Debounces.on == false then break end
8776 wait()
8777 end
8778 wait(1)
8779 v = Instance.new("Sound")
8780 v.SoundId = "rbxassetid://435742675"
8781 v.Parent = char
8782 v.Looped = false
8783 v.Pitch = 1
8784 v.Volume = 16
8785 wait(.01)
8786 v:Play()
8787
8788 if Daytime == true then
8789 Daytime = false
8790 l.TimeOfDay = 24
8791 else
8792 Daytime = true
8793 l.TimeOfDay = 12
8794 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8795 end
8796
8797 local Shockwave = function()
8798 local rng1 = Instance.new("Part", char)
8799 rng1.Anchored = true
8800 rng1.BrickColor = BrickColor.new("Really black")
8801 rng1.CanCollide = false
8802 rng1.FormFactor = 3
8803 rng1.Name = "Ring"
8804 rng1.Size = Vector3.new(1, 1, 1)
8805 rng1.Transparency = 0.35
8806 rng1.TopSurface = 0
8807 rng1.BottomSurface = 0
8808 local rngm1 = Instance.new("SpecialMesh", rng)
8809 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8810 rngm1.Scale = Vector3.new(10, 10, 1)
8811 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8812 local Wave = Instance.new("Part", game.Workspace--[[?]])
8813 Wave.Name = "Shockwave"
8814 Wave.BrickColor = BrickColor.new("Really black")
8815 Wave.Size = Vector3.new(1, 1, 1)
8816 Wave.Shape = "Ball"
8817 Wave.CanCollide = false
8818 Wave.Anchored = true
8819 Wave.TopSurface = 0
8820 Wave.BottomSurface = 0
8821
8822msh=Instance.new('SpecialMesh',pt)
8823msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8824msh.Scale=Vector3.new(8,4,8)
8825
8826 Wave.Touched:connect(function(hit)
8827 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8828 local Occlude = true
8829 local NotOccludes = {
8830 char.Name;
8831 "Wings";
8832 "Scythe";
8833 "Thingy";
8834 "Thingy2"; -- put all of the names in a table pls
8835 }
8836 for i,v in pairs(NotOccludes) do
8837 if hit.Parent.Name == v then
8838 Occlude = false
8839 end
8840 end
8841 --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
8842 if Occlude then
8843 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8844 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8845 end
8846 end
8847 end)
8848
8849 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8850
8851 coroutine.wrap(function()
8852 for i = 1, 20, 0.2 do
8853 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8854 rng1.Transparency = i/20
8855 wait()
8856 end
8857 wait()
8858 rng1:Destroy()
8859 end)()
8860
8861 Delay(0, function()
8862
8863 if Daytime == false then
8864 for i = 1, 50, 1 do
8865 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8866 Wave.CFrame = char.Torso.CFrame
8867 local t = i / 50
8868 Wave.Transparency = t
8869 wait()
8870 end
8871 else
8872 for i = 1, 50, 1 do
8873 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8874 Wave.CFrame = char.Torso.CFrame
8875 local t = i / 50
8876 Wave.Transparency = t
8877 wait()
8878 end
8879 end
8880 Wave:Destroy()
8881 end)
8882 Delay(0, function()
8883 while wait() do
8884 if Wave ~= nil then
8885 Wave.CFrame = char.Torso.CFrame
8886 else
8887 break
8888 end
8889 end
8890 end)
8891 end
8892 Shockwave()
8893
8894
8895 for i = 1, 15 do
8896 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)
8897 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)
8898 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8899 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)
8900 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8901 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8902 if Debounces.on == false then break end
8903 wait()
8904 end
8905 for i = 1, 15 do
8906 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)
8907 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)
8908 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8909 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)
8910 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8911 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8912 if Debounces.on == false then break end
8913 wait()
8914 end
8915 for i = 1, 15 do
8916 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)
8917 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)
8918 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8919 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)
8920 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8921 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8922 if Debounces.on == false then break end
8923 wait()
8924 end
8925 for i = 1, 15 do
8926 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)
8927 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)
8928 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8929 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)
8930 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8931 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8932 if Debounces.on == false then break end
8933 wait()
8934 end
8935 for i = 1, 15 do
8936 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)
8937 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)
8938 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8939 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)
8940 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8941 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8942 if Debounces.on == false then break end
8943 wait()
8944 end
8945 for i = 1, 15 do
8946 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)
8947 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)
8948 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8949 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)
8950 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8951 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8952 if Debounces.on == false then break end
8953 wait()
8954 end
8955 wait(1.4)
8956 Debounces.NoIdl = false
8957 hum.WalkSpeed = 16
8958 Debounces.on = false
8959 wait()
8960 if Debounces.CanAttack == false then
8961 Debounces.CanAttack = true
8962 v:Destroy()
8963 end
8964 end
8965 end
8966end)
8967------------------------------------------
8968
8969-------------------------------------------------
8970Grab = false
8971mouse.KeyDown:connect(function(key)
8972 if key == "z" then
8973 Debounces.on = true
8974 Debounces.NoIdl = true
8975 Debounces.ks = true
8976 if Grab == false then
8977 gp = nil
8978 for i = 1, 20 do
8979 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)
8980 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)
8981 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)
8982 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)
8983 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8984 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)
8985 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8986 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)
8987 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)
8988 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)
8989 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)
8990 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)
8991 if Debounces.on == false then break end
8992 fat.Event:wait()
8993 end
8994 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8995 ht = hit.Parent
8996 for i,v in pairs(ht:GetChildren()) do
8997 if v:IsA("Part") then
8998 v.CanCollide = false
8999 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
9000 end
9001 end
9002 hum1=ht:FindFirstChild('Humanoid')
9003 if hum1 ~= nil then
9004 if Debounces.ks==true then
9005 z = Instance.new("Sound",hed)
9006 z.SoundId = "rbxassetid://169380525"
9007 z.Volume = 1
9008 z:Play()
9009 Debounces.ks=false
9010 end
9011 hum1.PlatformStand=true
9012 hum1:ChangeState'Physics'
9013 gp = ht
9014 Grab = true
9015 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9016 asd.Parent = larm
9017 asd.Name = "asd"
9018 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9019 stanceToggle = "Grabbed"
9020 --[[elseif hum1 == nil then
9021 con1:disconnect()
9022 wait() return]]--
9023 end
9024 end)
9025 for i = 1, 20 do
9026 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)
9027 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)
9028 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)
9029 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)
9030 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9031 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)
9032 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9033 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)
9034 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)
9035 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)
9036 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)
9037 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)
9038 if Debounces.on == false then break end
9039 fat.Event:wait()
9040 end
9041 con1:disconnect()
9042 Debounces.on = false
9043 Debounces.NoIdl = false
9044 elseif Grab == true then
9045 Grab = false
9046 --[[for i = 1, 16 do
9047 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3)
9048 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)
9049 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9050 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9051 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)
9052 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)
9053 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9054 if Debounces.on == false then end
9055 rs:wait()
9056 end]]--
9057 for i = 1, 16 do
9058 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)
9059 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)
9060 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)
9061 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)
9062 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9063 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)
9064 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9065 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)
9066 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)
9067 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)
9068 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)
9069 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)
9070 if Debounces.on == false then end
9071 rs:wait()
9072 end
9073 for i = 1, 12 do
9074 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)
9075 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)
9076 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)
9077 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)
9078 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)
9079 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)
9080 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)
9081 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)
9082 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9083 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)
9084 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)
9085 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)
9086 if Debounces.on == false then end
9087 rs:wait()
9088 end
9089 Slam()
9090 if gp ~= nil then
9091 for i,v in pairs(larm:GetChildren()) do
9092 if v.Name == "asd" and v:IsA("Weld") then
9093 v:Remove()
9094 end
9095 if v:IsA("Part") then
9096 v.CanCollide = true
9097 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9098 end
9099 end
9100 end
9101 stanceToggle = "Idle1"
9102 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9103 bv.maxForce = Vector3.new(400000, 400000, 400000)
9104 bv.P = 125000
9105 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9106 ht=nil
9107 Debounces.on = false
9108 Debounces.NoIdl = false
9109 elseif ht == nil then wait()
9110 Grab = false
9111 Debounces.on = false
9112 Debounces.NoIdl = false
9113 end
9114 end
9115end)
9116----------------------------------------------------
9117-------------------------------------------------------------------------------------------------
9118
9119----------------------------------------------------
9120
9121
9122----------------------------------------------------
9123----------------------------------------------------
9124------------------------------------------------
9125pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9126mouse.KeyDown:connect(function(key)
9127 if key == "e" then
9128 if Debounces.CanAttack == true then
9129 Debounces.CanAttack = false
9130 Debounces.NoIdl = true
9131 Debounces.on = true
9132 Debounces.ks = true
9133 larm.Touched:connect(function(ht)
9134 hit = ht.Parent
9135 if ht and hit:IsA("Model") then
9136 if hit:FindFirstChild("Humanoid") then
9137 if hit.Name ~= p.Name then
9138 if Debounces.Slapping == true and Debounces.Slapped == false then
9139 Debounces.Slapped = true
9140 if Debounces.ks==true then
9141 z = Instance.new("Sound",hed)
9142 z.SoundId = "rbxassetid://169380525"
9143 z.Volume = 1
9144 z:Play()
9145 z1 = Instance.new("Sound",char)
9146 z1.SoundId = "rbxassetid://261010715"
9147 z1.Pitch = pts[math.random(1,#pts)]
9148 z1.Volume = 1
9149 z2 = Instance.new("Sound",char)
9150 z2.SoundId = "rbxassetid://261010715"
9151 z2.Pitch = z1.Pitch
9152 z2.Volume = 1
9153 z3 = Instance.new("Sound",char)
9154 z3.SoundId = "rbxassetid://261010715"
9155 z3.Pitch = z1.Pitch
9156 z3.Volume = 1
9157if Profanity == true then
9158 z1:Play()
9159 z2:Play()
9160 z3:Play()
9161else end
9162 Debounces.ks=false
9163 end
9164 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9165 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9166 wait(.5)
9167 Debounces.Slapped = false
9168 z:Destroy()
9169 z1:Destroy()
9170 z2:Destroy()
9171 z3:Destroy()
9172 end
9173 end
9174 end
9175 elseif ht and hit:IsA("Hat") then
9176 if hit.Parent.Name ~= p.Name then
9177 if hit.Parent:FindFirstChild("Humanoid") then
9178 if Debounces.Slapping == true and Debounces.Slapped == false then
9179 Debounces.Slapped = true
9180 if Debounces.ks==true then
9181 z = Instance.new("Sound",hed)
9182 z.SoundId = "rbxassetid://169380525"
9183 z.Volume = 1
9184 z:Play()
9185 z1 = Instance.new("Sound",char)
9186 z1.SoundId = "rbxassetid://261010715"
9187 z1.Pitch = pts[math.random(1,#pts)]
9188 z1.Volume = 1
9189 z2 = Instance.new("Sound",char)
9190 z2.SoundId = "rbxassetid://261010715"
9191 z2.Pitch = z1.Pitch
9192 z2.Volume = 1
9193 z3 = Instance.new("Sound",char)
9194 z3.SoundId = "rbxassetid://261010715"
9195 z3.Pitch = z1.Pitch
9196 z3.Volume = 1
9197 z1:Play()
9198 z2:Play()
9199 z3:Play()
9200 Debounces.ks=false
9201 end
9202 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9203 wait(.5)
9204 Debounces.Slapped = false
9205 z:Destroy()
9206 z1:Destroy()
9207 z2:Destroy()
9208 z3:Destroy()
9209 end
9210 end
9211 end
9212 end
9213 end)
9214 for i = 1, 14 do
9215 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)
9216 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0) * CFrame.Angles(math.rad(0), 0, math.rad(40)), 0.5)
9217 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)
9218 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)
9219 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9220 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9221 if Debounces.on==false then break end
9222 rs:wait(2)
9223 end
9224 Debounces.Slapping = true
9225 for i = 1, 20 do
9226 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)
9227 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)
9228 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)
9229 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)
9230 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9231 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9232 if Debounces.on==false then break end
9233 rs:wait(2)
9234 end
9235 Debounces.Slapping = false
9236 if Debounces.CanAttack == false then
9237 Debounces.CanAttack = true
9238 Debounces.NoIdl = false
9239 Debounces.on = false
9240 end
9241 end
9242 end
9243end)
9244-------------------------------
9245mouse.KeyDown:connect(function(key)
9246 if key == "t" then
9247 if Debounces.CanAttack == true then
9248 Debounces.CanAttack = false
9249 Debounces.on = true
9250 Debounces.NoIdl = true
9251 for i = 1, 20 do
9252 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)
9253 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)
9254 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)
9255 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9256 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9257 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)
9258
9259 if Debounces.on == false then break end
9260 wait()
9261 end
9262 Spawn(function()
9263 local Parts = {}
9264 for Y = -5,5 do
9265 local P = Instance.new("Part",char)
9266 P.Anchored = true
9267 P.FormFactor = "Custom"
9268 P.CanCollide = false
9269 P.Size = Vector3.new(1,2,1)
9270 P.TopSurface = "SmoothNoOutlines"
9271 P.BottomSurface = "SmoothNoOutlines"
9272 P.BrickColor = BrickColor.new("Really black")
9273 P.Name = tostring(Y)
9274 local i = (Y+5)/(10)
9275 i = 1-math.cos(math.pi*i-(math.pi/2))
9276 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9277 --[[P.Touched:connect(function(ht)
9278 local hit = ht.Parent
9279 if hit:FindFirstChild("Humanoid") then
9280 hit.Humanoid:TakeDamage(math.random(20,50))
9281 end
9282 end)]]--
9283 s = Instance.new("Sound",P)
9284 s.SoundId = "rbxassetid://228343271"
9285 s.Volume = 19
9286 s.Pitch = 0.9
9287 s:Play()
9288P.Touched:connect(function(ht)
9289 hit = ht.Parent
9290 if ht and hit:IsA("Model") then
9291 if hit:FindFirstChild("Humanoid") then
9292 if hit.Name ~= p.Name then
9293 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9294 Debounces.Slashed = true]]--
9295 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9296 hit:FindFirstChild("Humanoid").PlatformStand = true
9297 wait(1)
9298 --Debounces.Slashed = false
9299 --end
9300 end
9301 end
9302 elseif ht and hit:IsA("Hat") then
9303 if hit.Parent.Name ~= p.Name then
9304 if hit.Parent:FindFirstChild("Humanoid") then
9305 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9306 Debounces.Slashed = true]]--
9307 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9308 hit:FindFirstChild("Humanoid").PlatformStand = true
9309 wait(1)
9310 --Debounces.Slashed = false
9311 --end
9312 end
9313 end
9314 end
9315end)
9316 Parts[#Parts+1] = P
9317 end
9318 local BREAKIT = false
9319 local CParts = {}
9320 local Rocks = {}
9321 local LastPos = nil
9322 for i = 1,70 do
9323 for i2,v in pairs(Parts) do
9324 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9325 local cf = v.CFrame
9326 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9327 v.CFrame = cf
9328 v.Transparency = v.Transparency+0.02
9329 if v.Transparency >= 0.975 then BREAKIT = true end
9330 if v.Name == "0" then
9331 local Ignore = {}
9332 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9333 if v.Character ~= nil then
9334 Ignore[#Ignore+1] = v.Character
9335 end
9336 end
9337 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9338 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9339 if Hit ~= nil then
9340 if #Rocks == 0 then
9341 for i = 1,5 do
9342 local P = Instance.new("Part",char)
9343 Rocks[#Rocks+1] = P
9344 P.Anchored = true
9345 P.FormFactor = "Custom"
9346 P.BrickColor = Hit.BrickColor
9347 P.Material = Hit.Material
9348 P.TopSurface = "Smooth"
9349 P.BottomSurface = "Smooth"
9350 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9351 end
9352 end
9353 for i,P in pairs(Rocks) do
9354 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)))
9355 end
9356 local P = Instance.new("Part",char)
9357 CParts[#CParts+1] = {P,tick()}
9358 P.Anchored = true
9359 P.FormFactor = "Custom"
9360 P.BrickColor = Hit.BrickColor
9361 P.Material = Hit.Material
9362 P.TopSurface = "Smooth"
9363 P.BottomSurface = "Smooth"
9364 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9365 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9366 Pos = Pos.p
9367 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)))
9368 local P = P:Clone()
9369 CParts[#CParts+1] = {P,tick()}
9370 P.Parent = char
9371 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9372 Pos = Pos.p
9373 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)))
9374 if LastPos ~= nil then
9375 local P = P:Clone()
9376 CParts[#CParts+1] = {P,tick()}
9377 P.Parent = char
9378 P.BrickColor = BrickColor.new("Really black")
9379 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9380 Pos = Pos.p
9381 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9382 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9383 --P.Velocity = Vector3.new(0,-1000,0)
9384 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9385 end
9386 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9387 end
9388 end
9389 end
9390 if BREAKIT then break end
9391 wait(0.002)
9392 end
9393 for i,v in pairs(Rocks) do
9394 CParts[#CParts+1] = {v,tick()}
9395 end
9396 for i,v in pairs(Parts) do
9397 v:Destroy()
9398 end
9399 Parts = nil
9400 while true do
9401 local t = tick()
9402 local p = nil
9403 for i,v in pairs(CParts) do
9404 if t-v[2] > 4 then
9405 v[1].Transparency = v[1].Transparency+0.05
9406 if v[1].Transparency >= 1 then
9407 v[1]:Destroy()
9408 CParts[i] = nil
9409 end
9410 end
9411 p = v
9412 end
9413 if p == nil then break end
9414 wait(0.002)
9415 end
9416 for i,v in pairs(CParts) do
9417 v:Destroy()
9418 end
9419 CParts = {}
9420 end)
9421 for i = 1, 20 do
9422 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)
9423 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)
9424 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)
9425 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9426 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)
9427 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)
9428
9429 if Debounces.on == false then break end
9430 wait()
9431 end
9432 if Debounces.CanAttack == false then
9433 Debounces.CanAttack = true
9434 Debounces.on = false
9435 Debounces.NoIdl = false
9436 end
9437 end
9438 end
9439end)
9440----------------------------------------------------
9441----------------------------------------------------
9442----------------------------------------------------
9443-------------------
9444
9445Change = false
9446mouse.KeyDown:connect(function(key)
9447 if key == "n" then
9448 if Change == false then
9449 Change = true
9450 stanceToggle = "Idle2"
9451 elseif Change == true then
9452 Change = false
9453 stanceToggle = "Idle1"
9454 end
9455 end
9456end)
9457----------------------------------------------------
9458mod=Instance.new('Model',char)
9459
9460function charge()
9461 hed.Velocity=hed.CFrame.lookVector*200
9462 part=Instance.new('Part',mod)
9463 part.Anchored=true
9464 part.CanCollide=false
9465 part.FormFactor='Custom'
9466 part.Size=Vector3.new(.2,.2,.2)
9467 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9468 part.Transparency=.7
9469 part.BrickColor=BrickColor.new('Black')
9470 mesh=Instance.new('SpecialMesh',part)
9471 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9472 mesh.Scale=Vector3.new(10,5,10)
9473 part2=part:clone()
9474 part2.Parent=mod
9475 part2.BrickColor=BrickColor.new('Lime green')
9476 mesh2=mesh:clone()
9477 mesh2.Parent=part2
9478 mesh2.Scale=Vector3.new(20,10,20)
9479 part3=part2:clone()
9480 part3.Parent = mod
9481 part3.BrickColor=BrickColor.new('Really black')
9482 mesh3=mesh2:clone()
9483 mesh2.Parent=part3
9484 mesh3.Scale=Vector3.new(30,15,30)
9485 coroutine.resume(coroutine.create(function()
9486 for i=0,1,0.1 do
9487 wait()
9488 part.CFrame=part.CFrame
9489 part.Transparency=i
9490 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9491 part2.CFrame=part2.CFrame
9492 part2.Transparency=i
9493 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9494 part3.CFrame=part3.CFrame
9495 part3.Transparency=i
9496 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9497 end
9498 part.Parent=nil
9499 part2.Parent=nil
9500 part3.Parent = nil
9501 end))
9502end
9503--------------------
9504mouse.KeyDown:connect(function(key)
9505 if key == "g" then
9506 larm.BrickColor = BrickColor.new("Bright red")
9507 rarm.BrickColor = BrickColor.new("Bright red")
9508 if Debounces.CanAttack == true then
9509 Debounces.CanAttack = false
9510 Debounces.on = true
9511 Debounces.NoIdl = true
9512 chrg = lleg.Touched:connect(function(ht)
9513 hit = ht.Parent
9514 if ht and hit:IsA("Model") then
9515 if hit:FindFirstChild("Humanoid") then
9516 if hit.Name ~= p.Name then
9517 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9518 Debounces.Slashed = true]]--
9519 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9520 hit:FindFirstChild("Humanoid").PlatformStand = true
9521 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9522 --Debounces.Slashed = false
9523 --end
9524 end
9525 end
9526 elseif ht and hit:IsA("Hat") then
9527 if hit.Parent.Name ~= p.Name then
9528 if hit.Parent:FindFirstChild("Humanoid") then
9529 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9530 Debounces.Slashed = true]]--
9531 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9532 hit:FindFirstChild("Humanoid").PlatformStand = true
9533 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9534 --Debounces.Slashed = false
9535 end
9536 end
9537 end
9538 end)
9539 for i = 1, 14 do
9540 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)
9541 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)
9542 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)
9543 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)
9544 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)
9545 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)
9546
9547 if Debounces.on == false then break end
9548 wait()
9549 end
9550 charge()
9551 z = Instance.new("Sound",char)
9552 z.SoundId = "rbxassetid://200632875"
9553 z.Volume = 1
9554 z.Pitch = .8
9555 z1 = Instance.new("Sound",char)
9556 z1.SoundId = "rbxassetid://200632875"
9557 z1.Volume = 1
9558 z1.Pitch = .9
9559 z:Play()
9560 z1:Play()
9561 wait(1)
9562 z:Destroy()
9563 z1:Destroy()
9564 chrg:disconnect()
9565 if Debounces.CanAttack == false then
9566 Debounces.CanAttack = true
9567 Debounces.on = false
9568 Debounces.NoIdl = false
9569 larm.BrickColor = BrickColor.new("White")
9570 rarm.BrickColor = BrickColor.new("White")
9571 end
9572 end
9573 end
9574end)
9575------------------------------
9576mouse.KeyDown:connect(function(key)
9577 if string.byte(key) == 52 then
9578 Swing = 2
9579 char.Humanoid.WalkSpeed = 28
9580 end
9581end)
9582mouse.KeyUp:connect(function(key)
9583 if string.byte(key) == 52 then
9584 Swing = 1
9585 char.Humanoid.WalkSpeed = 16
9586 end
9587end)
9588----------------------------------------------------
9589
9590-------------------------------------------
9591CR = torso.Cloak.Rotater
9592CR2 = torso.Cloak.CapeLevel1
9593CR3 = torso.Cloak.CapeLevel2
9594CR4 = torso.Cloak.CapeLevel3
9595CR5 = torso.Cloak.CapeLevel4
9596jump = false
9597rs:connect(function()
9598 if char.Humanoid.Jump == true then
9599 jump = true
9600 else
9601 jump = false
9602 end
9603 char.Humanoid.FreeFalling:connect(function(f)
9604 if f then
9605 ffing = true
9606 else
9607 ffing = false
9608 end
9609 end)
9610 sine = sine + change
9611 if jump == true then
9612 animpose = "Jumping"
9613 elseif ffing == true then
9614 animpose = "Freefalling"
9615 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9616 animpose = "Idle"
9617 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9618 animpose = "Walking"
9619 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9620 animpose = "Running"
9621 end
9622 RightLeg = CFrame.new(0.5,-1,0)
9623 LeftLeg = CFrame.new(-0.5,-1,0)
9624
9625 lefth = (torso.CFrame*LeftLeg)
9626 righth = (torso.CFrame*RightLeg)
9627
9628 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9629
9630 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9631
9632 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9633 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9634 if animpose ~= lastanimpose then
9635 sine = 0
9636 if Debounces.NoIdl == false then
9637 if stanceToggle == "Idle1" then
9638 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)
9639 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)
9640 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)
9641 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)
9642 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)
9643 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)
9644 elseif stanceToggle == "Idle2" then
9645 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)
9646 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)
9647 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)
9648 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)
9649 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)
9650 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)
9651 end
9652 fat.Event:wait()
9653 end
9654 else
9655 end
9656 lastanimpose = animpose
9657 if Debounces.NoIdl == false then
9658 if animpose == "Idle" then
9659 change = 0.5
9660 if stanceToggle == "Idle1" then
9661 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)
9662 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)
9663 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)
9664 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)
9665 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)
9666 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)
9667 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)
9668 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)
9669 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)
9670 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)
9671 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)
9672 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)
9673 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)
9674 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)
9675 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)
9676 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)
9677 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)
9678 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)
9679 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)
9680 elseif stanceToggle == "Idle2" then
9681 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9682 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)
9683 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)
9684 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)
9685 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)
9686 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9687 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)
9688 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)
9689 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)
9690 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)
9691 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)
9692 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9693 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9694 --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)
9695 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)
9696 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)
9697 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)
9698 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)
9699 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)
9700 elseif stanceToggle == "Grabbed" then
9701 grab = true
9702 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9703 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9704 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)
9705 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)
9706 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)
9707 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)
9708 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)
9709 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)
9710 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9711 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9712 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)
9713 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)
9714 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)
9715 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)
9716 end
9717 elseif animpose == "Walking" then
9718 if stanceToggle == "Grabbed" then
9719 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9720 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9721 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)
9722 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)
9723 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)
9724 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)
9725 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)
9726 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)
9727 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)
9728 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9729 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9730 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)
9731 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)
9732 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)
9733 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)
9734 elseif stanceToggle ~= "Grabbed" then
9735 change = 1
9736 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9737 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9738 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)
9739 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)
9740 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)
9741 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)
9742 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)
9743 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)
9744 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)
9745 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)
9746 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)
9747 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)
9748 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)
9749 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)
9750 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9751 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9752 --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)
9753 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)
9754 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)
9755 --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)
9756 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)
9757 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)
9758 end
9759 elseif animpose == "Running" then
9760 change = 1
9761 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9762 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9763 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)
9764 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)
9765 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)
9766 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)
9767 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)
9768 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)
9769 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)
9770 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)
9771 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)
9772 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)
9773 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)
9774 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)
9775 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9776 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)
9777 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)
9778 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)
9779 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)
9780 elseif animpose == "Jumping" then
9781 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9782 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)
9783 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)
9784 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)
9785 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)
9786 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9787 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9788 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)
9789 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)
9790 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)
9791 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)
9792 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9793 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9794 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9795 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)
9796 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)
9797 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)
9798 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)
9799 elseif animpose == "Freefalling" then
9800 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9801 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)
9802 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)
9803 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)
9804 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)
9805 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9806 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9807 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)
9808 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)
9809 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)
9810 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)
9811 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9812 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9813 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9814 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)
9815 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)
9816 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)
9817 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)
9818 end
9819 end
9820end)
9821hum.MaxHealth = 5000
9822wait(3)
9823hum.Health = 5000
9824while wait() do
9825 wait(5)
9826 for i=1,100 do wait()
9827 Amulite.Brightness=Amulite.Brightness+0.02
9828 end
9829 for i=1,100 do wait()
9830 Amulite.Brightness=Amulite.Brightness-0.02
9831 end
9832end]]
9833
9834--//Do not touch anything below this line, you may break it.
9835local FeSource = nil;pcall(function()FeSource = game:GetService("HttpService"):GetAsync("https://raw.githubusercontent.com/WaverlyCole/FE-Compatibility-VoidSb-/master/translate.lua")end);
9836local ScriptSource = nil;pcall(function()ScriptSource = game:GetService("HttpService"):GetAsync(ScriptLink)end);
9837if not FeSource then error("Failed to grab update! Try again later.",0)end;if not ScriptSource then error("Failed to get link!",0)end;
9838local FeConversion = loadstring(FeSource);local FeSucc,FeErr = pcall(FeConversion);if not FeSucc then warn(FeErr)error("Failed to initiate! Try again later.",0) end;
9839local Script = loadstring(ScriptSource);local Succ,Err = pcall(Script);if not Succ then warn(Err)error("Error loading script.",0) end;