· 8 years ago · Aug 13, 2018, 05:38 PM
1if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3do
4 print("FE Compatibility code by Mokiros")
5 script.Parent = Player.Character
6
7 --RemoteEvent for communicating
8 local Event = Instance.new("RemoteEvent")
9 Event.Name = "UserInput_Event"
10
11 --Fake event to make stuff like Mouse.KeyDown work
12 local function fakeEvent()
13 local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
14 t.connect = t.Connect
15 return t
16 end
17
18 --Creating fake input objects with fake variables
19 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
20 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
21 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
22 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
23 end}
24 --Merged 2 functions into one by checking amount of arguments
25 CAS.UnbindAction = CAS.BindAction
26
27 --This function will trigger the events that have been :Connect()'ed
28 local function te(self,ev,...)
29 local t = m[ev]
30 if t and t._fakeEvent and t.Function then
31 t.Function(...)
32 end
33 end
34 m.TrigEvent = te
35 UIS.TrigEvent = te
36
37 Event.OnServerEvent:Connect(function(plr,io)
38 if plr~=Player then return end
39 if io.isMouse then
40 m.Target = io.Target
41 m.Hit = io.Hit
42 else
43 local b = io.UserInputState == Enum.UserInputState.Begin
44 if io.UserInputType == Enum.UserInputType.MouseButton1 then
45 return m:TrigEvent(b and "Button1Down" or "Button1Up")
46 end
47 for _,t in pairs(CAS.Actions) do
48 for _,k in pairs(t.Keys) do
49 if k==io.KeyCode then
50 t.Function(t.Name,io.UserInputState,io)
51 end
52 end
53 end
54 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
55 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
56 end
57 end)
58 Event.Parent = NLS([==[
59 local Player = game:GetService("Players").LocalPlayer
60 local Event = script:WaitForChild("UserInput_Event")
61
62 local UIS = game:GetService("UserInputService")
63 local input = function(io,a)
64 if a then return end
65 --Since InputObject is a client-side instance, we create and pass table instead
66 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
67 end
68 UIS.InputBegan:Connect(input)
69 UIS.InputEnded:Connect(input)
70
71 local Mouse = Player:GetMouse()
72 local h,t
73 --Give the server mouse data 30 times every second, but only if the values changed
74 --If player is not moving their mouse, client won't fire events
75 while wait(1/30) do
76 if h~=Mouse.Hit or t~=Mouse.Target then
77 h,t=Mouse.Hit,Mouse.Target
78 Event:FireServer({isMouse=true,Target=t,Hit=h})
79 end
80 end]==],Player.Character)
81 Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
82end
83local p = game.Players.LocalPlayer--300899323
84local char = p.Character
85local mouse = p:GetMouse()
86local larm = char["Left Arm"]
87local rarm = char["Right Arm"]
88local lleg = char["Left Leg"]
89local rleg = char["Right Leg"]
90local hed = char.Head
91local torso = char.Torso
92local hum = char.Humanoid
93local cam = game.Workspace.CurrentCamera
94local root = char.HumanoidRootPart
95local rj = root.RootJoint
96local deb = false
97local shot = 0
98local stanceToggle = "Idle1"
99local l = game:GetService("Lighting")
100local rs = game:GetService("RunService").RenderStepped
101local hb = game:GetService("RunService").Heartbeat
102local Stepped = game:GetService("RunService").Stepped
103math.randomseed(os.time())
104hum.JumpPower = 100
105---------------------
106
107-------------
108char["Body Colors"].HeadColor = BrickColor.new("Really black")
109char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
110char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
111char["Body Colors"].RightArmColor = BrickColor.new("Really black")
112---------------------------
113local Transforming = true
114hum.WalkSpeed = 0
115local fx = Instance.new("Part",torso)
116wit = torso.BrickColor.Color
117wit2 = Color3.new(0,0,0)
118local glowz = Instance.new("ParticleEmitter",fx)
119glowz.LightEmission = 1
120glowz.Texture = "rbxassetid://284205403"
121glowz.Color = ColorSequence.new(wit)
122glowz.Size = NumberSequence.new(5)
123glowz.Speed = NumberRange.new(25,50)
124glowz.LockedToPart = false
125glowz.Transparency = NumberSequence.new(0.75)
126glowz.RotSpeed = NumberRange.new(-2000,2000)
127glowz.Lifetime = NumberRange.new(1)
128glowz.Rate = 50000
129glowz.VelocitySpread = 9001
130fx.Anchored = true
131fx.Material = "Neon"
132fx.CanCollide = false
133fx.Locked = true
134fx.Transparency = 1
135fx.Material = "Neon"
136fx.Size = Vector3.new(1,1,1)
137fx.TopSurface = "SmoothNoOutlines"
138fx.BottomSurface = "SmoothNoOutlines"
139fx.BrickColor = BrickColor.new("Really black")
140fxm = Instance.new("SpecialMesh",fx)
141fxm.MeshType = "Sphere"
142local sa2 = Instance.new("Sound",torso)
143sa2.SoundId = "rbxassetid://93724183"
144sa2.Pitch = 0.5
145sa2.Volume = 5
146sa2.Looped = false
147sa2:Play()
148local value = 1
149fxm.Scale = Vector3.new(1,1,1)
150for i = 1, 20 do rs:wait()
151 value = value - 0.05
152 fx.Transparency = fx.Transparency - (1/20)
153 fx.CFrame = torso.CFrame
154 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
155 rs:wait()
156end
157----------------------------------------------------
158GroundWave1 = function()
159 local Transforming = true
160hum.WalkSpeed = 0
161local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
162 local Colors = {"White", "Really black"}
163 local wave = Instance.new("Part", torso)
164 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
165 wave.Anchored = true
166 wave.CanCollide = false
167 wave.Locked = true
168 wave.Size = Vector3.new(1, 1, 1)
169 wave.TopSurface = "Smooth"
170 wave.BottomSurface = "Smooth"
171 wave.Transparency = 0.35
172 wave.CFrame = HandCF
173 wm = Instance.new("SpecialMesh", wave)
174 wm.MeshId = "rbxassetid://3270017"
175 coroutine.wrap(function()
176 for i = 1, 30, 1 do
177 wm.Scale = Vector3.new(50, 50, 1 + i*50)
178 wave.Size = wm.Scale
179 wave.CFrame = HandCF
180 wave.Transparency = i/30
181 wait()
182 end
183 wait()
184 wave:Destroy()
185 end)()
186end
187----------------------------------------------------
188GroundWave = function()
189 if Transforming == true then
190 local value = 5
191 local value2 = 10
192 local value3 = 20
193local sa2 = Instance.new("Sound",torso)
194sa2.SoundId = "rbxassetid://413682983"
195sa2.Pitch = 1
196sa2.Volume = 10
197sa2.Looped = false
198sa2:Play()
199 local wave = Instance.new("Part", torso)
200local glowz = Instance.new("ParticleEmitter",wave)
201glowz.LightEmission = 1
202glowz.Texture = "0"
203glowz.Color = ColorSequence.new(wit)
204glowz.Size = NumberSequence.new(30)
205glowz.Speed = NumberRange.new(25,100)
206glowz.LockedToPart = false
207glowz.Transparency = NumberSequence.new(0.75)
208glowz.RotSpeed = NumberRange.new(-2000,2000)
209glowz.Lifetime = NumberRange.new(1)
210glowz.Rate = 50000
211glowz.VelocitySpread = 9001
212
213 wave.BrickColor = BrickColor.new("Lime green")
214 wave.Anchored = true
215 wave.CanCollide = false
216 wave.Locked = true
217 wave.Size = Vector3.new(1, 1, 1)
218 wave.TopSurface = "Smooth"
219 wave.BottomSurface = "Smooth"
220 wave.Transparency = 0.35
221 wave.CFrame = fx.CFrame
222 wave.Material = "Neon"
223 wm = Instance.new("SpecialMesh", wave)
224 wm.MeshType = "Sphere"
225 wm.Scale = Vector3.new(1,1,1)
226 local wave2 = Instance.new("Part", torso)
227 wave2.BrickColor = BrickColor.new("Lime green")
228 wave2.Anchored = true
229 wave2.CanCollide = false
230 wave2.Locked = true
231 wave2.Size = Vector3.new(1, 1, 1)
232 wave2.TopSurface = "Smooth"
233 wave2.BottomSurface = "Smooth"
234 wave2.Transparency = 0.35
235 wave2.CFrame = fx.CFrame
236 wave2.Material = "Neon"
237 wm2 = Instance.new("SpecialMesh", wave2)
238 wm2.MeshType = "FileMesh"
239 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
240 wm2.Scale = Vector3.new(1,1,1)
241 local wave3 = Instance.new("Part", torso)
242 wave3.BrickColor = BrickColor.new("Really black")
243 wave3.Anchored = true
244 wave3.CanCollide = false
245 wave3.Locked = true
246 wave3.Size = Vector3.new(1, 1, 1)
247 wave3.TopSurface = "Smooth"
248 wave3.BottomSurface = "Smooth"
249 wave3.Transparency = 0.35
250 wave3.CFrame = fx.CFrame
251 wave3.Material = "Neon"
252 wm3 = Instance.new("SpecialMesh", wave3)
253 wm3.MeshType = "FileMesh"
254 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
255 wm3.Scale = Vector3.new(1,1,1)
256 coroutine.wrap(function()
257 for i = 1, 18, 1 do
258 value = value - 0.5
259 value2 = value2 - 0.75*1.5
260 value3 = value3 - 0.475*1.5
261 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
262 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
263 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
264 --wave.Size = wm.Scale
265 wave.CFrame = fx.CFrame
266 wave.Transparency = i/14
267 --wave2.Size = wm2.Scale
268 wave2.CFrame = fx.CFrame
269 wave2.Rotation = Vector3.new(90, 0, 0)
270 wave2.Transparency = i/14
271 --wave3.Size = wm3.Scale
272 wave3.CFrame = fx.CFrame
273 wave3.Rotation = Vector3.new(90, 0, 0)
274 wave3.Transparency = i/14
275 wait()
276 glowz.Rate = 0
277
278 end
279 wait()
280 wave:Destroy()
281 wave2:Destroy()
282 wave3:Destroy()
283 end)()
284 elseif Transforming == false then
285 wait()
286 end
287end
288
289for i = 1, 100 do rs:wait()
290 fx.CFrame = torso.CFrame
291end
292
293Spawn(function()
294 while wait(1) do
295 GroundWave()
296 end
297end)
298
299wait(4)
300
301Transforming = false
302
303local value2 = 1
304for i = 1, 20 do rs:wait()
305 value2 = value2 - 0.05
306 glowz.Rate = 0
307
308 fx.Transparency = fx.Transparency + (1/20)
309 fx.CFrame = torso.CFrame
310 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
311 rs:wait()
312end
313glowz:Destroy()
314
315
316local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
317 local valuer = 5
318 local valuer2 = 10
319 local valuer3 = 15
320local sa2 = Instance.new("Sound",torso)
321sa2.SoundId = "rbxassetid://130972023"
322sa2.Pitch = 1
323sa2.Volume = 5
324sa2.Looped = false
325sa2:Play()
326local sar2 = Instance.new("Sound",torso)
327sar2.SoundId = "rbxassetid://153274423"
328sar2.Pitch = 1
329sar2.Volume = 5
330sar2.Looped = false
331sar2:Play()
332 local wave = Instance.new("Part", torso)
333 wave.BrickColor = BrickColor.new("Lime green")
334 wave.Anchored = true
335 wave.CanCollide = false
336 wave.Locked = true
337 wave.Size = Vector3.new(1, 1, 1)
338 wave.TopSurface = "Smooth"
339 wave.BottomSurface = "Smooth"
340 wave.Transparency = 0.35
341 wave.CFrame = HandCF
342 wm = Instance.new("SpecialMesh", wave)
343 wm.MeshId = "rbxassetid://3270017"
344 local wave2 = Instance.new("Part", torso)
345 wave2.BrickColor = BrickColor.new("Really black")
346 wave2.Anchored = true
347 wave2.CanCollide = false
348 wave2.Locked = true
349 wave2.Size = Vector3.new(1, 1, 1)
350 wave2.TopSurface = "Smooth"
351 wave2.BottomSurface = "Smooth"
352 wave2.Transparency = 0.35
353 wave2.CFrame = HandCF
354 wm2 = Instance.new("SpecialMesh", wave2)
355 wm2.MeshId = "rbxassetid://3270017"
356 local wave3 = Instance.new("Part", torso)
357 wave3.BrickColor = BrickColor.new("Lime green")
358 wave3.Anchored = true
359 wave3.CanCollide = false
360 wave3.Locked = true
361 wave3.Size = Vector3.new(1, 1, 1)
362 wave3.TopSurface = "Smooth"
363 wave3.BottomSurface = "Smooth"
364 wave3.Transparency = 0.35
365 wave3.CFrame = HandCF
366 wm3 = Instance.new("SpecialMesh", wave3)
367 wm3.MeshId = "rbxassetid://3270017"
368 coroutine.wrap(function()
369 for i = 1, 14, 1 do
370 valuer = valuer - 0.35
371 valuer2 = valuer - 0.45
372 valuer3 = valuer3 - 0.475
373 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
374 wave.Size = wm.Scale
375 wave.CFrame = HandCF
376 wave.Transparency = i/14
377 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
378 wave2.Size = wm2.Scale
379 wave2.CFrame = HandCF
380 wave2.Transparency = i/14
381 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
382 wave3.Size = wm2.Scale
383 wave3.CFrame = HandCF
384 wave3.Transparency = i/14
385 wait()
386 end
387 wait()
388 wave:Destroy()
389 wave2:Destroy()
390end)()
391hum.WalkSpeed = 16
392--------------------
393
394------------
395fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
396fire.Color = Color3.new(0,1,0)
397fire.SecondaryColor = Color3.new(0,1,0)
398fire.Enabled = true
399--------------------------------------------------------------------------------------------------------
400plr=game:service'Players'.LocalPlayer
401chr=plr.Character
402local ms = plr:GetMouse()
403CV="Bright red"
404
405local txt = Instance.new("BillboardGui", chr)
406txt.Adornee = chr.Head
407txt.Name = "_status"
408txt.Size = UDim2.new(4, 0, 2.5, 0)
409txt.StudsOffset = Vector3.new(-4, 2, 0)
410local text = Instance.new("TextLabel", txt)
411text.Size = UDim2.new(3, 0, 0.5, 0)
412text.FontSize = "Size24"
413text.TextScaled = true
414text.TextTransparency = 0
415text.BackgroundTransparency = 1
416text.TextTransparency = 0
417text.TextStrokeTransparency = 0
418text.Font = "Bodoni"
419text.TextStrokeColor3 = Color3.new(0,1,0)
420text.Text = "Pumpkin Overseer"
421--------------------------------------------------------
422char["Body Colors"].HeadColor = BrickColor.new("Really black")
423char["Body Colors"].TorsoColor = BrickColor.new("Really black")
424char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
425char["Body Colors"].RightArmColor = BrickColor.new("Really black")
426--------------------------------------------------------------
427fat = Instance.new("BindableEvent",script)
428fat.Name = "Heartbeat"
429
430script:WaitForChild("Heartbeat")
431
432frame = 1/30
433tf = 0
434allowframeloss = 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.
435tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
436lastframe = tick()
437script.Heartbeat:Fire() --ayy lmao
438
439game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
440 tf = tf + s
441 if tf >= frame then
442 if allowframeloss then
443 script.Heartbeat:Fire()
444 lastframe=tick()
445 else
446 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
447 for i=1, math.floor(tf/frame) do
448 script.Heartbeat:Fire()
449 end
450 lastframe=tick()
451 end
452 if tossremainder then
453 tf = 0
454 else
455 tf = tf - frame * math.floor(tf/frame)
456 end
457 end
458end)
459----------------------------------------------------
460for i,v in pairs(char:children()) do
461 if v:IsA("Hat") then
462 v:Destroy()
463 end
464end
465for i,v in pairs (hed:GetChildren()) do
466 if v:IsA("Sound") then
467 v:Destroy()
468 end
469end
470----------------------------------------------------
471Debounces = {
472CanAttack = true;
473CanJoke = true;
474NoIdl = false;
475Slashing = false;
476Slashed = false;
477ks = false;
478}
479----------------------------------------------------
480function weld5(part0, part1, c0, c1)
481 weeld=Instance.new("Weld", part0)
482 weeld.Part0=part0
483 weeld.Part1=part1
484 weeld.C0=c0
485 weeld.C1=c1
486 return weeld
487end
488----------------------------------------------------
489function NewPart(prnt,siz,cf,trans,anc,mat,col)
490 local prt=Instance.new("Part")
491 prt.Parent=prnt
492 prt.Name="Part"
493 prt.Size=siz
494 prt.CanCollide=false
495 prt.Anchored=anc
496 prt.Locked=true
497 prt.Transparency = trans
498 prt.TopSurface=10
499 prt.BottomSurface=10
500 prt.FrontSurface=10
501 prt.BackSurface=10
502 prt.LeftSurface=10
503 prt.RightSurface=10
504 prt:BreakJoints()
505 prt.CFrame=cf or CFrame.new(30,10,30)
506 prt.Material=mat
507 prt.BrickColor=BrickColor.new(col)
508 m=Instance.new("SpecialMesh",prt)
509 m.MeshType=6
510 return prt
511end
512----------------------------------------------------
513function lerp(a, b, t) -- Linear interpolation
514 return a + (b - a)*t
515end
516
517function slerp(a, b, t) --Spherical interpolation
518 dot = a:Dot(b)
519 if dot > 0.99999 or dot < -0.99999 then
520 return t <= 0.5 and a or b
521 else
522 r = math.acos(dot)
523 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
524 end
525end
526
527function matrixInterpolate(a, b, t)
528 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
529 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
530 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
531 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
532 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
533 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
534 local t = v1:Dot(v2)
535 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
536 return CFrame.new()
537 end
538 return CFrame.new(
539 v0.x, v0.y, v0.z,
540 v1.x, v1.y, v1.z,
541 v2.x, v2.y, v2.z,
542 v3.x, v3.y, v3.z)
543end
544----------------------------------------------------
545function genWeld(a,b)
546 local w = Instance.new("Weld",a)
547 w.Part0 = a
548 w.Part1 = b
549 return w
550end
551function weld(a, b)
552 local weld = Instance.new("Weld")
553 weld.Name = "W"
554 weld.Part0 = a
555 weld.Part1 = b
556 weld.C0 = a.CFrame:inverse() * b.CFrame
557 weld.Parent = a
558 return weld;
559end
560----------------------------------------------------
561function Lerp(c1,c2,al)
562 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
563 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
564 for i,v in pairs(com1) do
565 com1[i] = v+(com2[i]-v)*al
566 end
567 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
568end
569----------------------------------------------------
570newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
571 local wld = Instance.new("Weld", wp1)
572 wld.Part0 = wp0
573 wld.Part1 = wp1
574 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
575end
576----------------------------------------------------
577newWeld(torso, larm, -1.5, 0.5, 0)
578larm.Weld.C1 = CFrame.new(0, 0.5, 0)
579newWeld(torso, rarm, 1.5, 0.5, 0)
580rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
581newWeld(torso, hed, 0, 1.5, 0)
582newWeld(torso, lleg, -0.5, -1, 0)
583lleg.Weld.C1 = CFrame.new(0, 1, 0)
584newWeld(torso, rleg, 0.5, -1, 0)
585rleg.Weld.C1 = CFrame.new(0, 1, 0)
586newWeld(root, torso, 0, -1, 0)
587torso.Weld.C1 = CFrame.new(0, -1, 0)
588----------------------------------------------------
589
590hed.face.Texture = "http://www.roblox.com/asset/?id=0"
591hed.Transparency = 1
592
593-----------------------
594LittleWave = function()
595 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
596 local Colors = {"Lime green", "Black","Really black"}
597 local wave = Instance.new("Part", torso)
598
599
600 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
601
602
603 wave.Anchored = true
604 wave.CanCollide = false
605 wave.Material = "Neon"
606 wave.Locked = true
607 wave.Size = Vector3.new(1, 1, 1)
608 wave.TopSurface = "Smooth"
609 wave.BottomSurface = "Smooth"
610 wave.Transparency = 0.35
611 wave.CFrame = HandCF
612 wm = Instance.new("SpecialMesh", wave)
613 wm.MeshId = "rbxassetid://3270017"
614 coroutine.wrap(function()
615 for i = 1, 14, 1 do
616 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
617 wave.Size = wm.Scale
618 wave.CFrame = HandCF
619 wave.Transparency = i/14
620 wait()
621 end
622 wait()
623 wave:Destroy()
624 end)()
625end
626 Spawn(function()
627 while wait(.8) do
628 LittleWave()
629 end
630end)
631
632-----------------------------
633
634------------------------
635
636-------------------------
637
638
639----------------------------------------------------
640z = Instance.new("Sound", char)
641z.SoundId = "rbxassetid://435750418"
642z.Looped = true
643z.Pitch = 1
644z.Volume = 7
645wait(.1)
646z:Play()
647----------------------------------------------------
648
649
650---------------------
651
652New = function(Object, Parent, Name, Data)
653 local Object = Instance.new(Object)
654 for Index, Value in pairs(Data or {}) do
655 Object[Index] = Value
656 end
657 Object.Parent = Parent
658 Object.Name = Name
659 return Object
660end
661----------------------------------------------------
662--reaper hat
663for _,x in pairs(char:children()) do
664if x:IsA('Hat') then x:remove() end
665if x:IsA('Shirt') then x:remove() end
666if x:IsA('Pants') then x:remove() end
667end
668
669local h = Instance.new('Part', char)
670h.Name = 'DK Hood'
671h.Size = Vector3.new(0.5,0.5,0.5)
672h.CFrame = hed.CFrame
673h.CanCollide = false
674--
675newWeld(hed, h, 0, 0.35, 0)
676--
677local m = Instance.new('SpecialMesh', h)
678m.Name = "Reaper's Cowl"
679m.MeshType = 'FileMesh'
680m.Scale = Vector3.new(0.5,0.5,0.5)
681m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
682m.VertexColor = Vector3.new(1,1,1)
683local shirt = Instance.new("Shirt",p.Character)
684local pants = Instance.new("Pants",p.Character)
685shirt.ShirtTemplate = "rbxassetid://233027251"
686pants.PantsTemplate = "rbxassetid://149639608"
687--Left Arm
688m = Instance.new("Model")
689m.Name = "LeftArm"
690p1 = Instance.new("Part", m)
691p1.BrickColor = BrickColor.new("Lime green")
692p1.Material = Enum.Material.Granite
693p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
694p1.Size = Vector3.new(1, 0.200000048, 1)
695p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
696p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
697p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
698p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
699p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
700p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
701b1 = Instance.new("SpecialMesh", p1)
702b1.MeshType = Enum.MeshType.Brick
703b1.Name = "Mesh"
704b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
705p2 = Instance.new("Part", m)
706p2.BrickColor = BrickColor.new("Lime green")
707p2.Material = Enum.Material.Granite
708p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
709p2.Size = Vector3.new(1, 0.200000048, 1)
710p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
711p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
712p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
713p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
714p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
715p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
716b2 = Instance.new("SpecialMesh", p2)
717b2.MeshType = Enum.MeshType.Brick
718b2.Name = "Mesh"
719b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
720p3 = Instance.new("Part", m)
721p3.BrickColor = BrickColor.new("Lime green")
722p3.Material = Enum.Material.Granite
723p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
724p3.Size = Vector3.new(1, 0.200000048, 1)
725p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
726p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
727p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
728p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
729p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
730p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
731b3 = Instance.new("SpecialMesh", p3)
732b3.MeshType = Enum.MeshType.Brick
733b3.Name = "Mesh"
734b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
735p4 = Instance.new("Part", m)
736p4.BrickColor = BrickColor.new("Black")
737p4.Material = Enum.Material.SmoothPlastic
738p4.Name = "LeftArmPlate"
739p4.Size = Vector3.new(1, 2, 1)
740p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
741p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
742p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
743p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
744p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
745p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
746b4 = Instance.new("SpecialMesh", p4)
747b4.MeshType = Enum.MeshType.Brick
748b4.Name = "Mesh"
749b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
750p5 = Instance.new("Part", m)
751p5.BrickColor = BrickColor.new("Lime green")
752p5.Material = Enum.Material.Granite
753p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
754p5.Size = Vector3.new(1, 0.200000048, 1)
755p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
756p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
757p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
758p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
759p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
760p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
761b5 = Instance.new("SpecialMesh", p5)
762b5.MeshType = Enum.MeshType.Brick
763b5.Name = "Mesh"
764b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
765p6 = Instance.new("Part", m)
766p6.BrickColor = BrickColor.new("Lime green")
767p6.Material = Enum.Material.Granite
768p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
769p6.Size = Vector3.new(1, 0.200000048, 1)
770p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
771p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
772p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
773p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
774p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
775p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
776b6 = Instance.new("SpecialMesh", p6)
777b6.MeshType = Enum.MeshType.Brick
778b6.Name = "Mesh"
779b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
780p7 = Instance.new("Part", m)
781p7.BrickColor = BrickColor.new("Lime green")
782p7.Material = Enum.Material.Granite
783p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
784p7.FormFactor = Enum.FormFactor.Custom
785p7.Size = Vector3.new(1, 0.200000048, 1)
786p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
787p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
788p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
789p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
790p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
791p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
792b7 = Instance.new("SpecialMesh", p7)
793b7.MeshType = Enum.MeshType.Brick
794b7.Name = "Mesh"
795b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
796p8 = Instance.new("Part", m)
797p8.BrickColor = BrickColor.new("Lime green")
798p8.Material = Enum.Material.Granite
799p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
800p8.FormFactor = Enum.FormFactor.Custom
801p8.Size = Vector3.new(1, 0.200000048, 1)
802p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
803p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
804p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
805p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
806p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
807p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
808b8 = Instance.new("SpecialMesh", p8)
809b8.MeshType = Enum.MeshType.Brick
810b8.Name = "Mesh"
811b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
812p9 = Instance.new("Part", m)
813p9.BrickColor = BrickColor.new("Lime green")
814p9.Material = Enum.Material.Granite
815p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
816p9.FormFactor = Enum.FormFactor.Custom
817p9.Size = Vector3.new(1, 0.200000048, 1)
818p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
819p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
820p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
821p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
822p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
823p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
824b9 = Instance.new("SpecialMesh", p9)
825b9.MeshType = Enum.MeshType.Brick
826b9.Name = "Mesh"
827b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
828p10 = Instance.new("Part", m)
829p10.BrickColor = BrickColor.new("Black")
830p10.Material = Enum.Material.SmoothPlastic
831p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
832p10.FormFactor = Enum.FormFactor.Custom
833p10.Size = Vector3.new(1, 0.349999994, 1)
834p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
835p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
836p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
837p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
838p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
839p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
840b10 = Instance.new("SpecialMesh", p10)
841b10.MeshType = Enum.MeshType.Brick
842b10.Name = "Mesh"
843b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
844p11 = Instance.new("Part", m)
845p11.BrickColor = BrickColor.new("Black")
846p11.Material = Enum.Material.Metal
847p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
848p11.FormFactor = Enum.FormFactor.Custom
849p11.Size = Vector3.new(1, 0.25, 1)
850p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
851p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
852p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
853p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
854p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
855p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
856b11 = Instance.new("SpecialMesh", p11)
857b11.MeshType = Enum.MeshType.Brick
858b11.Name = "Mesh"
859b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
860p12 = Instance.new("Part", m)
861p12.BrickColor = BrickColor.new("Black")
862p12.Material = Enum.Material.Metal
863p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
864p12.FormFactor = Enum.FormFactor.Custom
865p12.Size = Vector3.new(1, 0.25, 1)
866p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
867p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
868p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
869p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
870p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
871p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
872b12 = Instance.new("SpecialMesh", p12)
873b12.MeshType = Enum.MeshType.Brick
874b12.Name = "Mesh"
875b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
876p13 = Instance.new("Part", m)
877p13.BrickColor = BrickColor.new("Black")
878p13.Material = Enum.Material.Metal
879p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
880p13.FormFactor = Enum.FormFactor.Custom
881p13.Size = Vector3.new(1, 0.25, 1)
882p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
883p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
884p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
885p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
886p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
887p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
888b13 = Instance.new("SpecialMesh", p13)
889b13.MeshType = Enum.MeshType.Brick
890b13.Name = "Mesh"
891b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
892p14 = Instance.new("Part", m)
893p14.BrickColor = BrickColor.new("Black")
894p14.Material = Enum.Material.Metal
895p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
896p14.FormFactor = Enum.FormFactor.Custom
897p14.Size = Vector3.new(1, 0.25, 1)
898p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
899p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
900p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
901p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
902p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
903p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
904b14 = Instance.new("SpecialMesh", p14)
905b14.MeshType = Enum.MeshType.Brick
906b14.Name = "Mesh"
907b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
908p15 = Instance.new("Part", m)
909p15.BrickColor = BrickColor.new("Lime green")
910p15.Material = Enum.Material.Granite
911p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
912p15.FormFactor = Enum.FormFactor.Custom
913p15.Size = Vector3.new(1, 1, 1)
914p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
915p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
916p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
917p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
918p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
919p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
920b15 = Instance.new("SpecialMesh", p15)
921b15.MeshType = Enum.MeshType.Sphere
922b15.Name = "Mesh"
923p16 = Instance.new("Part", m)
924p16.BrickColor = BrickColor.new("Black")
925p16.Material = Enum.Material.Metal
926p16.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)
927p16.FormFactor = Enum.FormFactor.Custom
928p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
929p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
930p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
931p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
932p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
933p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
934p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
935b16 = Instance.new("SpecialMesh", p16)
936b16.MeshType = Enum.MeshType.Brick
937b16.Name = "Mesh"
938b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
939p17 = Instance.new("Part", m)
940p17.BrickColor = BrickColor.new("Black")
941p17.Material = Enum.Material.SmoothPlastic
942p17.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)
943p17.FormFactor = Enum.FormFactor.Custom
944p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
945p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
946p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
947p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
948p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
949p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
950p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
951b17 = Instance.new("SpecialMesh", p17)
952b17.MeshType = Enum.MeshType.Brick
953b17.Name = "Mesh"
954b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
955p18 = Instance.new("Part", m)
956p18.BrickColor = BrickColor.new("Black")
957p18.Material = Enum.Material.SmoothPlastic
958p18.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)
959p18.FormFactor = Enum.FormFactor.Custom
960p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
961p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
962p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
963p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
964p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
965p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
966p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
967b18 = Instance.new("SpecialMesh", p18)
968b18.MeshType = Enum.MeshType.Brick
969b18.Name = "Mesh"
970b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
971p19 = Instance.new("Part", m)
972p19.BrickColor = BrickColor.new("Black")
973p19.Material = Enum.Material.SmoothPlastic
974p19.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)
975p19.FormFactor = Enum.FormFactor.Custom
976p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
977p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
978p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
979p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
980p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
981p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
982p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
983b19 = Instance.new("SpecialMesh", p19)
984b19.MeshType = Enum.MeshType.Brick
985b19.Name = "Mesh"
986b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
987p20 = Instance.new("Part", m)
988p20.BrickColor = BrickColor.new("Really black")
989p20.Material = Enum.Material.SmoothPlastic
990p20.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)
991p20.FormFactor = Enum.FormFactor.Custom
992p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
993p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
994p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
995p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
996p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
997p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
998p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
999b20 = Instance.new("SpecialMesh", p20)
1000b20.MeshType = Enum.MeshType.Brick
1001b20.Name = "Mesh"
1002b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1003p21 = Instance.new("Part", m)
1004p21.BrickColor = BrickColor.new("Black")
1005p21.Material = Enum.Material.Metal
1006p21.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)
1007p21.FormFactor = Enum.FormFactor.Custom
1008p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1009p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1010p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1011p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1012p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1013p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1014p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1015b21 = Instance.new("SpecialMesh", p21)
1016b21.MeshType = Enum.MeshType.Wedge
1017b21.Name = "Mesh"
1018b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1019p22 = Instance.new("Part", m)
1020p22.BrickColor = BrickColor.new("Black")
1021p22.Material = Enum.Material.Metal
1022p22.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)
1023p22.FormFactor = Enum.FormFactor.Custom
1024p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1025p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1026p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1027p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1028p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1029p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1030p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1031b22 = Instance.new("SpecialMesh", p22)
1032b22.MeshType = Enum.MeshType.Brick
1033b22.Name = "Mesh"
1034b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1035p23 = Instance.new("Part", m)
1036p23.BrickColor = BrickColor.new("Black")
1037p23.Material = Enum.Material.Metal
1038p23.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)
1039p23.FormFactor = Enum.FormFactor.Custom
1040p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1041p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1042p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1043p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1044p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1045p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1046p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1047b23 = Instance.new("SpecialMesh", p23)
1048b23.MeshType = Enum.MeshType.Brick
1049b23.Name = "Mesh"
1050b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1051p24 = Instance.new("Part", m)
1052p24.BrickColor = BrickColor.new("Black")
1053p24.Material = Enum.Material.Metal
1054p24.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)
1055p24.FormFactor = Enum.FormFactor.Custom
1056p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1057p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1058p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1059p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1060p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1061p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1062p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1063b24 = Instance.new("SpecialMesh", p24)
1064b24.MeshType = Enum.MeshType.Brick
1065b24.Name = "Mesh"
1066b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1067p25 = Instance.new("Part", m)
1068p25.BrickColor = BrickColor.new("Black")
1069p25.Material = Enum.Material.Metal
1070p25.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)
1071p25.FormFactor = Enum.FormFactor.Custom
1072p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1073p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1074p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1075p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1076p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1077p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1078p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1079b25 = Instance.new("SpecialMesh", p25)
1080b25.MeshType = Enum.MeshType.Brick
1081b25.Name = "Mesh"
1082b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1083p26 = Instance.new("Part", m)
1084p26.BrickColor = BrickColor.new("Black")
1085p26.Material = Enum.Material.Metal
1086p26.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)
1087p26.FormFactor = Enum.FormFactor.Custom
1088p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1089p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1090p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1091p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1092p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1093p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1094p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1095b26 = Instance.new("SpecialMesh", p26)
1096b26.MeshType = Enum.MeshType.Brick
1097b26.Name = "Mesh"
1098b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1099p27 = Instance.new("Part", m)
1100p27.BrickColor = BrickColor.new("Black")
1101p27.Material = Enum.Material.Metal
1102p27.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)
1103p27.FormFactor = Enum.FormFactor.Custom
1104p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1105p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1106p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1107p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1108p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1109p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1110p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1111b27 = Instance.new("SpecialMesh", p27)
1112b27.MeshType = Enum.MeshType.Brick
1113b27.Name = "Mesh"
1114b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1115p28 = Instance.new("Part", m)
1116p28.BrickColor = BrickColor.new("Black")
1117p28.Material = Enum.Material.Metal
1118p28.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)
1119p28.FormFactor = Enum.FormFactor.Custom
1120p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1121p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1122p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1123p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1124p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1125p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1126p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1127b28 = Instance.new("SpecialMesh", p28)
1128b28.MeshType = Enum.MeshType.Brick
1129b28.Name = "Mesh"
1130b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1131p29 = Instance.new("Part", m)
1132p29.BrickColor = BrickColor.new("Black")
1133p29.Material = Enum.Material.Metal
1134p29.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)
1135p29.FormFactor = Enum.FormFactor.Custom
1136p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1137p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1138p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1139p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1140p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1141p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1142p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1143b29 = Instance.new("SpecialMesh", p29)
1144b29.MeshType = Enum.MeshType.Brick
1145b29.Name = "Mesh"
1146b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1147p30 = Instance.new("Part", m)
1148p30.BrickColor = BrickColor.new("Black")
1149p30.Material = Enum.Material.Metal
1150p30.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)
1151p30.FormFactor = Enum.FormFactor.Custom
1152p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1153p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1154p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1155p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1156p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1157p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1158p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1159b30 = Instance.new("SpecialMesh", p30)
1160b30.MeshType = Enum.MeshType.Wedge
1161b30.Name = "Mesh"
1162b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1163p31 = Instance.new("Part", m)
1164p31.BrickColor = BrickColor.new("Black")
1165p31.Material = Enum.Material.Metal
1166p31.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)
1167p31.FormFactor = Enum.FormFactor.Custom
1168p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1169p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1170p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1171p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1172p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1173p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1174p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1175b31 = Instance.new("SpecialMesh", p31)
1176b31.MeshType = Enum.MeshType.Brick
1177b31.Name = "Mesh"
1178b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1179p32 = Instance.new("Part", m)
1180p32.BrickColor = BrickColor.new("Black")
1181p32.Material = Enum.Material.Metal
1182p32.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)
1183p32.FormFactor = Enum.FormFactor.Custom
1184p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1185p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1186p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1187p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1188p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1189p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1190p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1191b32 = Instance.new("SpecialMesh", p32)
1192b32.MeshType = Enum.MeshType.Wedge
1193b32.Name = "Mesh"
1194b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1195p33 = Instance.new("Part", m)
1196p33.BrickColor = BrickColor.new("Black")
1197p33.Material = Enum.Material.Metal
1198p33.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)
1199p33.FormFactor = Enum.FormFactor.Custom
1200p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1201p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1202p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1203p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1204p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1205p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1206p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1207b33 = Instance.new("SpecialMesh", p33)
1208b33.MeshType = Enum.MeshType.Brick
1209b33.Name = "Mesh"
1210b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1211p34 = Instance.new("Part", m)
1212p34.BrickColor = BrickColor.new("Black")
1213p34.Material = Enum.Material.Metal
1214p34.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)
1215p34.FormFactor = Enum.FormFactor.Custom
1216p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1217p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1218p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1219p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1220p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1221p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1222p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1223b34 = Instance.new("SpecialMesh", p34)
1224b34.MeshType = Enum.MeshType.Brick
1225b34.Name = "Mesh"
1226b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1227w1 = Instance.new("Weld", p1)
1228w1.Name = "Part_Weld"
1229w1.Part0 = p1
1230w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1231w1.Part1 = p2
1232w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1233w2 = Instance.new("Weld", p2)
1234w2.Name = "Part_Weld"
1235w2.Part0 = p2
1236w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1237w2.Part1 = p3
1238w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1239w3 = Instance.new("Weld", p3)
1240w3.Name = "LeftArmPlate_Weld"
1241w3.Part0 = p3
1242w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1243w3.Part1 = p4
1244w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1245w4 = Instance.new("Weld", p4)
1246w4.Name = "Part_Weld"
1247w4.Part0 = p4
1248w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1249w4.Part1 = p5
1250w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1251w5 = Instance.new("Weld", p5)
1252w5.Name = "Part_Weld"
1253w5.Part0 = p5
1254w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1255w5.Part1 = p6
1256w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1257w6 = Instance.new("Weld", p6)
1258w6.Name = "Part_Weld"
1259w6.Part0 = p6
1260w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1261w6.Part1 = p7
1262w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1263w7 = Instance.new("Weld", p7)
1264w7.Name = "Part_Weld"
1265w7.Part0 = p7
1266w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1267w7.Part1 = p8
1268w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1269w8 = Instance.new("Weld", p8)
1270w8.Name = "Part_Weld"
1271w8.Part0 = p8
1272w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1273w8.Part1 = p9
1274w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1275w9 = Instance.new("Weld", p9)
1276w9.Name = "Part_Weld"
1277w9.Part0 = p9
1278w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1279w9.Part1 = p10
1280w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1281w10 = Instance.new("Weld", p10)
1282w10.Name = "Part_Weld"
1283w10.Part0 = p10
1284w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1285w10.Part1 = p11
1286w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1287w11 = Instance.new("Weld", p11)
1288w11.Name = "Part_Weld"
1289w11.Part0 = p11
1290w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1291w11.Part1 = p12
1292w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1293w12 = Instance.new("Weld", p12)
1294w12.Name = "Part_Weld"
1295w12.Part0 = p12
1296w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1297w12.Part1 = p13
1298w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1299w13 = Instance.new("Weld", p13)
1300w13.Name = "Part_Weld"
1301w13.Part0 = p13
1302w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1303w13.Part1 = p14
1304w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1305w14 = Instance.new("Weld", p14)
1306w14.Name = "Part_Weld"
1307w14.Part0 = p14
1308w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1309w14.Part1 = p15
1310w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1311w15 = Instance.new("Weld", p15)
1312w15.Name = "Part_Weld"
1313w15.Part0 = p15
1314w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1315w15.Part1 = p16
1316w15.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)
1317w16 = Instance.new("Weld", p16)
1318w16.Name = "Part_Weld"
1319w16.Part0 = p16
1320w16.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)
1321w16.Part1 = p17
1322w16.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)
1323w17 = Instance.new("Weld", p17)
1324w17.Name = "Part_Weld"
1325w17.Part0 = p17
1326w17.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)
1327w17.Part1 = p18
1328w17.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)
1329w18 = Instance.new("Weld", p18)
1330w18.Name = "Part_Weld"
1331w18.Part0 = p18
1332w18.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)
1333w18.Part1 = p19
1334w18.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)
1335w19 = Instance.new("Weld", p19)
1336w19.Name = "Part_Weld"
1337w19.Part0 = p19
1338w19.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)
1339w19.Part1 = p20
1340w19.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)
1341w20 = Instance.new("Weld", p20)
1342w20.Name = "Part_Weld"
1343w20.Part0 = p20
1344w20.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)
1345w20.Part1 = p21
1346w20.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)
1347w21 = Instance.new("Weld", p21)
1348w21.Name = "Part_Weld"
1349w21.Part0 = p21
1350w21.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)
1351w21.Part1 = p22
1352w21.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)
1353w22 = Instance.new("Weld", p22)
1354w22.Name = "Part_Weld"
1355w22.Part0 = p22
1356w22.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)
1357w22.Part1 = p23
1358w22.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)
1359w23 = Instance.new("Weld", p23)
1360w23.Name = "Part_Weld"
1361w23.Part0 = p23
1362w23.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)
1363w23.Part1 = p24
1364w23.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)
1365w24 = Instance.new("Weld", p24)
1366w24.Name = "Part_Weld"
1367w24.Part0 = p24
1368w24.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)
1369w24.Part1 = p25
1370w24.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)
1371w25 = Instance.new("Weld", p25)
1372w25.Name = "Part_Weld"
1373w25.Part0 = p25
1374w25.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)
1375w25.Part1 = p26
1376w25.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)
1377w26 = Instance.new("Weld", p26)
1378w26.Name = "Part_Weld"
1379w26.Part0 = p26
1380w26.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)
1381w26.Part1 = p27
1382w26.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)
1383w27 = Instance.new("Weld", p27)
1384w27.Name = "Part_Weld"
1385w27.Part0 = p27
1386w27.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)
1387w27.Part1 = p28
1388w27.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)
1389w28 = Instance.new("Weld", p28)
1390w28.Name = "Part_Weld"
1391w28.Part0 = p28
1392w28.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)
1393w28.Part1 = p29
1394w28.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)
1395w29 = Instance.new("Weld", p29)
1396w29.Name = "Part_Weld"
1397w29.Part0 = p29
1398w29.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)
1399w29.Part1 = p30
1400w29.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)
1401w30 = Instance.new("Weld", p30)
1402w30.Name = "Part_Weld"
1403w30.Part0 = p30
1404w30.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)
1405w30.Part1 = p31
1406w30.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)
1407w31 = Instance.new("Weld", p31)
1408w31.Name = "Part_Weld"
1409w31.Part0 = p31
1410w31.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)
1411w31.Part1 = p32
1412w31.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)
1413w32 = Instance.new("Weld", p32)
1414w32.Name = "Part_Weld"
1415w32.Part0 = p32
1416w32.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)
1417w32.Part1 = p33
1418w32.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)
1419w33 = Instance.new("Weld", p33)
1420w33.Name = "Part_Weld"
1421w33.Part0 = p33
1422w33.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)
1423w33.Part1 = p34
1424w33.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)
1425m.Parent = larm
1426m:MakeJoints()
1427----------------------------------------------------
1428local cor = Instance.new("Part", larm.LeftArm)
1429cor.Name = "Thingy"
1430cor.Locked = true
1431cor.BottomSurface = 0
1432cor.CanCollide = false
1433cor.Size = Vector3.new(1, 1, 1)
1434cor.Transparency = 1
1435cor.TopSurface = 0
1436corw = Instance.new("Weld", cor)
1437corw.Part0 = larm
1438corw.Part1 = cor
1439corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1440corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1441weld1 = Instance.new("Weld", larm.LeftArm)
1442weld1.Part0 = cor
1443weld1.Part1 = larm.LeftArm.LeftArmPlate
1444weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1445--Right Arm
1446m2 = Instance.new("Model")
1447m2.Name = "RightArm"
1448p1 = Instance.new("Part", m2)
1449p1.BrickColor = BrickColor.new("Lime green")
1450p1.Material = Enum.Material.Granite
1451p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1452p1.FormFactor = Enum.FormFactor.Custom
1453p1.Size = Vector3.new(1, 0.200000048, 1)
1454p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1455p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1456p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1457p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1458p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1459p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1460b1 = Instance.new("SpecialMesh", p1)
1461b1.MeshType = Enum.MeshType.Brick
1462b1.Name = "Mesh"
1463b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1464p2 = Instance.new("Part", m2)
1465p2.BrickColor = BrickColor.new("Lime green")
1466p2.Material = Enum.Material.Granite
1467p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1468p2.FormFactor = Enum.FormFactor.Custom
1469p2.Size = Vector3.new(1, 0.200000048, 1)
1470p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1471p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1472p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1473p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1474p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1475p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1476b2 = Instance.new("SpecialMesh", p2)
1477b2.MeshType = Enum.MeshType.Brick
1478b2.Name = "Mesh"
1479b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1480p3 = Instance.new("Part", m2)
1481p3.BrickColor = BrickColor.new("Lime green")
1482p3.Material = Enum.Material.Granite
1483p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1484p3.FormFactor = Enum.FormFactor.Custom
1485p3.Size = Vector3.new(1, 0.200000048, 1)
1486p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1487p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1488p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1489p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1490p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1491p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1492b3 = Instance.new("SpecialMesh", p3)
1493b3.MeshType = Enum.MeshType.Brick
1494b3.Name = "Mesh"
1495b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1496p4 = Instance.new("Part", m2)
1497p4.BrickColor = BrickColor.new("Lime green")
1498p4.Material = Enum.Material.Granite
1499p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1500p4.FormFactor = Enum.FormFactor.Custom
1501p4.Size = Vector3.new(1, 0.200000048, 1)
1502p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1503p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1504p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1505p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1506p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1507p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1508b4 = Instance.new("SpecialMesh", p4)
1509b4.MeshType = Enum.MeshType.Brick
1510b4.Name = "Mesh"
1511b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1512p5 = Instance.new("Part", m2)
1513p5.BrickColor = BrickColor.new("Lime green")
1514p5.Material = Enum.Material.Granite
1515p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1516p5.FormFactor = Enum.FormFactor.Custom
1517p5.Size = Vector3.new(1, 0.200000048, 1)
1518p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1519p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1520p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1521p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1522p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1523p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1524b5 = Instance.new("SpecialMesh", p5)
1525b5.MeshType = Enum.MeshType.Brick
1526b5.Name = "Mesh"
1527b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1528p6 = Instance.new("Part", m2)
1529p6.BrickColor = BrickColor.new("Lime green")
1530p6.Material = Enum.Material.Granite
1531p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1532p6.FormFactor = Enum.FormFactor.Custom
1533p6.Size = Vector3.new(1, 1, 1)
1534p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1535p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1536p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1537p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1538p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1539p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1540b6 = Instance.new("SpecialMesh", p6)
1541b6.MeshType = Enum.MeshType.Sphere
1542b6.Name = "Mesh"
1543p7 = Instance.new("Part", m2)
1544p7.BrickColor = BrickColor.new("Black")
1545p7.Material = Enum.Material.SmoothPlastic
1546p7.Name = "RightArmPlate"
1547p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1548p7.FormFactor = Enum.FormFactor.Symmetric
1549p7.Size = Vector3.new(1, 2, 1)
1550p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1551p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1552p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1553p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1554p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1555p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1556b7 = Instance.new("SpecialMesh", p7)
1557b7.MeshType = Enum.MeshType.Brick
1558b7.Name = "Mesh"
1559b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1560p8 = Instance.new("Part", m2)
1561p8.BrickColor = BrickColor.new("Lime green")
1562p8.Material = Enum.Material.Granite
1563p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1564p8.FormFactor = Enum.FormFactor.Custom
1565p8.Size = Vector3.new(1, 0.200000048, 1)
1566p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1567p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1568p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1569p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1570p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1571p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1572b8 = Instance.new("SpecialMesh", p8)
1573b8.MeshType = Enum.MeshType.Brick
1574b8.Name = "Mesh"
1575b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1576p9 = Instance.new("Part", m2)
1577p9.BrickColor = BrickColor.new("Black")
1578p9.Material = Enum.Material.SmoothPlastic
1579p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1580p9.FormFactor = Enum.FormFactor.Custom
1581p9.Size = Vector3.new(1, 0.349999994, 1)
1582p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1583p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1584p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1585p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1586p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1587p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1588b9 = Instance.new("SpecialMesh", p9)
1589b9.MeshType = Enum.MeshType.Brick
1590b9.Name = "Mesh"
1591b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1592p10 = Instance.new("Part", m2)
1593p10.BrickColor = BrickColor.new("Black")
1594p10.Material = Enum.Material.Metal
1595p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1596p10.FormFactor = Enum.FormFactor.Custom
1597p10.Size = Vector3.new(1, 0.25, 1)
1598p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1599p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1600p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1601p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1602p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1603p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1604b10 = Instance.new("SpecialMesh", p10)
1605b10.MeshType = Enum.MeshType.Brick
1606b10.Name = "Mesh"
1607b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1608p11 = Instance.new("Part", m2)
1609p11.BrickColor = BrickColor.new("Black")
1610p11.Material = Enum.Material.Metal
1611p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1612p11.FormFactor = Enum.FormFactor.Custom
1613p11.Size = Vector3.new(1, 0.25, 1)
1614p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1615p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1616p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1617p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1618p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1619p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1620b11 = Instance.new("SpecialMesh", p11)
1621b11.MeshType = Enum.MeshType.Brick
1622b11.Name = "Mesh"
1623b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1624p12 = Instance.new("Part", m2)
1625p12.BrickColor = BrickColor.new("Black")
1626p12.Material = Enum.Material.Metal
1627p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1628p12.FormFactor = Enum.FormFactor.Custom
1629p12.Size = Vector3.new(1, 0.25, 1)
1630p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1631p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1632p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1633p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1634p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1635p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1636b12 = Instance.new("SpecialMesh", p12)
1637b12.MeshType = Enum.MeshType.Brick
1638b12.Name = "Mesh"
1639b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1640p13 = Instance.new("Part", m2)
1641p13.BrickColor = BrickColor.new("Lime green")
1642p13.Material = Enum.Material.Granite
1643p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1644p13.FormFactor = Enum.FormFactor.Custom
1645p13.Size = Vector3.new(1, 0.200000048, 1)
1646p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1647p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1648p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1649p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1650p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1651p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1652b13 = Instance.new("SpecialMesh", p13)
1653b13.MeshType = Enum.MeshType.Brick
1654b13.Name = "Mesh"
1655b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1656p14 = Instance.new("Part", m2)
1657p14.BrickColor = BrickColor.new("Black")
1658p14.Material = Enum.Material.Metal
1659p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1660p14.FormFactor = Enum.FormFactor.Custom
1661p14.Size = Vector3.new(1, 0.25, 1)
1662p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1663p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1664p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1665p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1666p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1667p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1668b14 = Instance.new("SpecialMesh", p14)
1669b14.MeshType = Enum.MeshType.Brick
1670b14.Name = "Mesh"
1671b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1672p15 = Instance.new("Part", m2)
1673p15.BrickColor = BrickColor.new("Lime green")
1674p15.Material = Enum.Material.Granite
1675p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1676p15.FormFactor = Enum.FormFactor.Custom
1677p15.Size = Vector3.new(1, 0.200000048, 1)
1678p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1679p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1680p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1681p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1682p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1683p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1684b15 = Instance.new("SpecialMesh", p15)
1685b15.MeshType = Enum.MeshType.Brick
1686b15.Name = "Mesh"
1687b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1688p16 = Instance.new("Part", m2)
1689p16.BrickColor = BrickColor.new("Black")
1690p16.Material = Enum.Material.SmoothPlastic
1691p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1692p16.FormFactor = Enum.FormFactor.Custom
1693p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1694p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1695p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1696p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1697p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1698p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1699p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1700b16 = Instance.new("SpecialMesh", p16)
1701b16.MeshType = Enum.MeshType.Brick
1702b16.Name = "Mesh"
1703b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1704p17 = Instance.new("Part", m2)
1705p17.BrickColor = BrickColor.new("Black")
1706p17.Material = Enum.Material.SmoothPlastic
1707p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1708p17.FormFactor = Enum.FormFactor.Custom
1709p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1710p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1711p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1712p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1713p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1714p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1715p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1716b17 = Instance.new("SpecialMesh", p17)
1717b17.MeshType = Enum.MeshType.Brick
1718b17.Name = "Mesh"
1719b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1720p18 = Instance.new("Part", m2)
1721p18.BrickColor = BrickColor.new("Really black")
1722p18.Material = Enum.Material.SmoothPlastic
1723p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1724p18.FormFactor = Enum.FormFactor.Custom
1725p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1726p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1727p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1728p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1729p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1730p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1731p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1732b18 = Instance.new("SpecialMesh", p18)
1733b18.MeshType = Enum.MeshType.Brick
1734b18.Name = "Mesh"
1735b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1736p19 = Instance.new("Part", m2)
1737p19.BrickColor = BrickColor.new("Black")
1738p19.Material = Enum.Material.SmoothPlastic
1739p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1740p19.FormFactor = Enum.FormFactor.Custom
1741p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1742p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1743p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1744p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1745p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1746p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1747p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1748b19 = Instance.new("SpecialMesh", p19)
1749b19.MeshType = Enum.MeshType.Brick
1750b19.Name = "Mesh"
1751b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1752w1 = Instance.new("Weld", p1)
1753w1.Name = "Part_Weld"
1754w1.Part0 = p1
1755w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1756w1.Part1 = p2
1757w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1758w2 = Instance.new("Weld", p2)
1759w2.Name = "Part_Weld"
1760w2.Part0 = p2
1761w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1762w2.Part1 = p3
1763w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764w3 = Instance.new("Weld", p3)
1765w3.Name = "Part_Weld"
1766w3.Part0 = p3
1767w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1768w3.Part1 = p4
1769w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770w4 = Instance.new("Weld", p4)
1771w4.Name = "Part_Weld"
1772w4.Part0 = p4
1773w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1774w4.Part1 = p5
1775w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1776w5 = Instance.new("Weld", p5)
1777w5.Name = "Part_Weld"
1778w5.Part0 = p5
1779w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1780w5.Part1 = p6
1781w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1782w6 = Instance.new("Weld", p6)
1783w6.Name = "RightArmPlate_Weld"
1784w6.Part0 = p6
1785w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1786w6.Part1 = p7
1787w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1788w7 = Instance.new("Weld", p7)
1789w7.Name = "Part_Weld"
1790w7.Part0 = p7
1791w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1792w7.Part1 = p8
1793w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1794w8 = Instance.new("Weld", p8)
1795w8.Name = "Part_Weld"
1796w8.Part0 = p8
1797w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1798w8.Part1 = p9
1799w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1800w9 = Instance.new("Weld", p9)
1801w9.Name = "Part_Weld"
1802w9.Part0 = p9
1803w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1804w9.Part1 = p10
1805w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1806w10 = Instance.new("Weld", p10)
1807w10.Name = "Part_Weld"
1808w10.Part0 = p10
1809w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1810w10.Part1 = p11
1811w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1812w11 = Instance.new("Weld", p11)
1813w11.Name = "Part_Weld"
1814w11.Part0 = p11
1815w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1816w11.Part1 = p12
1817w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1818w12 = Instance.new("Weld", p12)
1819w12.Name = "Part_Weld"
1820w12.Part0 = p12
1821w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1822w12.Part1 = p13
1823w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1824w13 = Instance.new("Weld", p13)
1825w13.Name = "Part_Weld"
1826w13.Part0 = p13
1827w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1828w13.Part1 = p14
1829w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1830w14 = Instance.new("Weld", p14)
1831w14.Name = "Part_Weld"
1832w14.Part0 = p14
1833w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1834w14.Part1 = p15
1835w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836w15 = Instance.new("Weld", p15)
1837w15.Name = "Part_Weld"
1838w15.Part0 = p15
1839w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1840w15.Part1 = p16
1841w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1842w16 = Instance.new("Weld", p16)
1843w16.Name = "Part_Weld"
1844w16.Part0 = p16
1845w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1846w16.Part1 = p17
1847w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1848w17 = Instance.new("Weld", p17)
1849w17.Name = "Part_Weld"
1850w17.Part0 = p17
1851w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1852w17.Part1 = p18
1853w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1854w18 = Instance.new("Weld", p18)
1855w18.Name = "Part_Weld"
1856w18.Part0 = p18
1857w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1858w18.Part1 = p19
1859w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1860m2.Parent = rarm
1861m2:MakeJoints()
1862----------------------------------------------------
1863local cor2 = Instance.new("Part", rarm.RightArm)
1864cor2.Name = "Thingy"
1865cor2.Locked = true
1866cor2.BottomSurface = 0
1867cor2.CanCollide = false
1868cor2.Size = Vector3.new(1, 1, 1)
1869cor2.Transparency = 1
1870cor2.TopSurface = 0
1871corw2 = Instance.new("Weld", cor2)
1872corw2.Part0 = rarm
1873corw2.Part1 = cor2
1874corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1875corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1876weld2 = Instance.new("Weld", rarm.RightArm)
1877weld2.Part0 = cor2
1878weld2.Part1 = rarm.RightArm.RightArmPlate
1879weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1880--Torso
1881m3 = Instance.new("Model")
1882m3.Name = "Torso"
1883p1 = Instance.new("Part", m3)
1884p1.BrickColor = BrickColor.new("Really black")
1885p1.Material = Enum.Material.Metal
1886p1.Name = "TorsoPlate"
1887p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1888p1.CanCollide = false
1889p1.Locked = true
1890p1.FormFactor = Enum.FormFactor.Custom
1891p1.Size = Vector3.new(2, 2, 1)
1892p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1893p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1894p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1895p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1896p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1897p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1898b1 = Instance.new("SpecialMesh", p1)
1899b1.MeshType = Enum.MeshType.Brick
1900b1.Name = "Mesh"
1901b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1902p2 = Instance.new("Part", m3)
1903p2.BrickColor = BrickColor.new("Really black")
1904p2.Material = Enum.Material.Metal
1905p2.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)
1906p2.CanCollide = false
1907p2.Locked = true
1908p2.FormFactor = Enum.FormFactor.Custom
1909p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1910b2 = Instance.new("SpecialMesh", p2)
1911b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1912b2.TextureId = ""
1913b2.MeshType = Enum.MeshType.FileMesh
1914b2.Name = "Mesh"
1915b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1916p3 = Instance.new("Part", m3)
1917p3.BrickColor = BrickColor.new("Black")
1918p3.Material = Enum.Material.Metal
1919p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1920p3.CanCollide = false
1921p3.Locked = true
1922p3.FormFactor = Enum.FormFactor.Custom
1923p3.Size = Vector3.new(2, 2, 0.200000018)
1924p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1925p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1926p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1927p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1928p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1929p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1930b3 = Instance.new("SpecialMesh", p3)
1931b3.MeshType = Enum.MeshType.Brick
1932b3.Name = "Mesh"
1933b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1934p4 = Instance.new("Part", m3)
1935p4.BrickColor = BrickColor.new("Black")
1936p4.Material = Enum.Material.Metal
1937p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1938p4.CanCollide = false
1939p4.Locked = true
1940p4.FormFactor = Enum.FormFactor.Custom
1941p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1942p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1943p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1944p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1945p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1946p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1947p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1948b4 = Instance.new("SpecialMesh", p4)
1949b4.MeshType = Enum.MeshType.Brick
1950b4.Name = "Mesh"
1951b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1952p5 = Instance.new("Part", m3)
1953p5.BrickColor = BrickColor.new("Black")
1954p5.Material = Enum.Material.Metal
1955p5.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)
1956p5.CanCollide = false
1957p5.Locked = true
1958p5.FormFactor = Enum.FormFactor.Custom
1959p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1960p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1961p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1962p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1963p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1964p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1965p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1966b5 = Instance.new("SpecialMesh", p5)
1967b5.MeshType = Enum.MeshType.Wedge
1968b5.Name = "Mesh"
1969b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1970p6 = Instance.new("Part", m3)
1971p6.BrickColor = BrickColor.new("Black")
1972p6.Material = Enum.Material.Metal
1973p6.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)
1974p6.CanCollide = false
1975p6.Locked = true
1976p6.FormFactor = Enum.FormFactor.Custom
1977p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1978p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1979p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1980p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1981p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1982p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1983p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1984b6 = Instance.new("SpecialMesh", p6)
1985b6.MeshType = Enum.MeshType.Wedge
1986b6.Name = "Mesh"
1987b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1988p7 = Instance.new("Part", m3)
1989p7.BrickColor = BrickColor.new("Black")
1990p7.Material = Enum.Material.Metal
1991p7.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)
1992p7.CanCollide = false
1993p7.Locked = true
1994p7.FormFactor = Enum.FormFactor.Custom
1995p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1996p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1997p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1998p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1999p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2000p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2001p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2002b7 = Instance.new("SpecialMesh", p7)
2003b7.MeshType = Enum.MeshType.Wedge
2004b7.Name = "Mesh"
2005p8 = Instance.new("Part", m3)
2006p8.BrickColor = BrickColor.new("Black")
2007p8.Material = Enum.Material.Metal
2008p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2009p8.CanCollide = false
2010p8.Locked = true
2011p8.FormFactor = Enum.FormFactor.Custom
2012p8.Size = Vector3.new(1, 2, 0.200000018)
2013p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2014p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2015p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2016p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2017p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2018p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2019b8 = Instance.new("SpecialMesh", p8)
2020b8.MeshType = Enum.MeshType.Brick
2021b8.Name = "Mesh"
2022b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2023p9 = Instance.new("Part", m3)
2024p9.BrickColor = BrickColor.new("Black")
2025p9.Material = Enum.Material.Metal
2026p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2027p9.CanCollide = false
2028p9.Locked = true
2029p9.FormFactor = Enum.FormFactor.Custom
2030p9.Size = Vector3.new(1, 2, 0.200000018)
2031p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2032p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2033p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2034p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2035p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2036p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2037b9 = Instance.new("SpecialMesh", p9)
2038b9.MeshType = Enum.MeshType.Brick
2039b9.Name = "Mesh"
2040b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2041p10 = Instance.new("Part", m3)
2042p10.BrickColor = BrickColor.new("Black")
2043p10.Material = Enum.Material.Metal
2044p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2045p10.CanCollide = false
2046p10.Locked = true
2047p10.FormFactor = Enum.FormFactor.Custom
2048p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2049p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2050p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2051p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2052p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2053p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2054p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2055b10 = Instance.new("SpecialMesh", p10)
2056b10.MeshType = Enum.MeshType.Brick
2057b10.Name = "Mesh"
2058b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2059p11 = Instance.new("Part", m3)
2060p11.BrickColor = BrickColor.new("Really black")
2061p11.Material = Enum.Material.Metal
2062p11.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)
2063p11.CanCollide = false
2064p11.Locked = true
2065p11.FormFactor = Enum.FormFactor.Custom
2066p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2067b11 = Instance.new("SpecialMesh", p11)
2068b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2069b11.TextureId = ""
2070b11.MeshType = Enum.MeshType.FileMesh
2071b11.Name = "Mesh"
2072b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2073p12 = Instance.new("Part", m3)
2074p12.BrickColor = BrickColor.new("Really black")
2075p12.Material = Enum.Material.Metal
2076p12.Transparency = 1
2077p12.Name = "Chain2Torso"
2078p12.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)
2079p12.CanCollide = false
2080p12.Locked = true
2081p12.FormFactor = Enum.FormFactor.Custom
2082p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2083b12 = Instance.new("SpecialMesh", p12)
2084b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2085b12.TextureId = ""
2086b12.MeshType = Enum.MeshType.FileMesh
2087b12.Name = "Mesh"
2088b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2089p13 = Instance.new("Part", m3)
2090p13.BrickColor = BrickColor.new("Really black")
2091p13.Material = Enum.Material.Metal
2092p13.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)
2093p13.CanCollide = false
2094p13.Locked = true
2095p13.FormFactor = Enum.FormFactor.Custom
2096p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2097b13 = Instance.new("SpecialMesh", p13)
2098b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2099b13.TextureId = ""
2100b13.MeshType = Enum.MeshType.FileMesh
2101b13.Name = "Mesh"
2102b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2103p14 = Instance.new("Part", m3)
2104p14.BrickColor = BrickColor.new("Really black")
2105p14.Material = Enum.Material.Metal
2106p14.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)
2107p14.CanCollide = false
2108p14.Locked = true
2109p14.FormFactor = Enum.FormFactor.Custom
2110p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2111b14 = Instance.new("SpecialMesh", p14)
2112b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2113b14.TextureId = ""
2114b14.MeshType = Enum.MeshType.FileMesh
2115b14.Name = "Mesh"
2116b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2117p15 = Instance.new("Part", m3)
2118p15.BrickColor = BrickColor.new("Really black")
2119p15.Material = Enum.Material.Metal
2120p15.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)
2121p15.CanCollide = false
2122p15.Locked = true
2123p15.FormFactor = Enum.FormFactor.Custom
2124p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2125b15 = Instance.new("SpecialMesh", p15)
2126b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2127b15.TextureId = ""
2128b15.MeshType = Enum.MeshType.FileMesh
2129b15.Name = "Mesh"
2130b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2131p16 = Instance.new("Part", m3)
2132p16.BrickColor = BrickColor.new("Really black")
2133p16.Material = Enum.Material.Metal
2134p16.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)
2135p16.CanCollide = false
2136p16.Locked = true
2137p16.FormFactor = Enum.FormFactor.Custom
2138p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2139b16 = Instance.new("SpecialMesh", p16)
2140b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2141b16.TextureId = ""
2142b16.MeshType = Enum.MeshType.FileMesh
2143b16.Name = "Mesh"
2144b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2145p17 = Instance.new("Part", m3)
2146p17.BrickColor = BrickColor.new("Really black")
2147p17.Material = Enum.Material.Metal
2148p17.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)
2149p17.CanCollide = false
2150p17.Locked = true
2151p17.FormFactor = Enum.FormFactor.Custom
2152p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2153b17 = Instance.new("SpecialMesh", p17)
2154b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2155b17.TextureId = ""
2156b17.MeshType = Enum.MeshType.FileMesh
2157b17.Name = "Mesh"
2158b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2159p18 = Instance.new("Part", m3)
2160p18.BrickColor = BrickColor.new("Really black")
2161p18.Material = Enum.Material.Metal
2162p18.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)
2163p18.CanCollide = false
2164p18.Locked = true
2165p18.FormFactor = Enum.FormFactor.Custom
2166p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2167b18 = Instance.new("SpecialMesh", p18)
2168b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2169b18.TextureId = ""
2170b18.MeshType = Enum.MeshType.FileMesh
2171b18.Name = "Mesh"
2172b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2173p19 = Instance.new("Part", m3)
2174p19.BrickColor = BrickColor.new("Really black")
2175p19.Material = Enum.Material.Metal
2176p19.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)
2177p19.CanCollide = false
2178p19.Locked = true
2179p19.FormFactor = Enum.FormFactor.Custom
2180p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2181b19 = Instance.new("SpecialMesh", p19)
2182b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2183b19.TextureId = ""
2184b19.MeshType = Enum.MeshType.FileMesh
2185b19.Name = "Mesh"
2186b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2187p20 = Instance.new("Part", m3)
2188p20.BrickColor = BrickColor.new("Really black")
2189p20.Material = Enum.Material.Metal
2190p20.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)
2191p20.CanCollide = false
2192p20.Locked = true
2193p20.FormFactor = Enum.FormFactor.Custom
2194p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2195b20 = Instance.new("SpecialMesh", p20)
2196b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2197b20.TextureId = ""
2198b20.MeshType = Enum.MeshType.FileMesh
2199b20.Name = "Mesh"
2200b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2201p21 = Instance.new("Part", m3)
2202p21.BrickColor = BrickColor.new("Really black")
2203p21.Material = Enum.Material.Metal
2204p21.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)
2205p21.CanCollide = false
2206p21.Locked = true
2207p21.FormFactor = Enum.FormFactor.Custom
2208p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2209b21 = Instance.new("SpecialMesh", p21)
2210b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2211b21.TextureId = ""
2212b21.MeshType = Enum.MeshType.FileMesh
2213b21.Name = "Mesh"
2214b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2215p22 = Instance.new("Part", m3)
2216p22.BrickColor = BrickColor.new("Really black")
2217p22.Material = Enum.Material.Metal
2218p22.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)
2219p22.CanCollide = false
2220p22.Locked = true
2221p22.FormFactor = Enum.FormFactor.Custom
2222p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2223b22 = Instance.new("SpecialMesh", p22)
2224b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2225b22.TextureId = ""
2226b22.MeshType = Enum.MeshType.FileMesh
2227b22.Name = "Mesh"
2228b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2229p23 = Instance.new("Part", m3)
2230p23.BrickColor = BrickColor.new("Really black")
2231p23.Material = Enum.Material.Metal
2232p23.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)
2233p23.CanCollide = false
2234p23.Locked = true
2235p23.FormFactor = Enum.FormFactor.Custom
2236p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2237b23 = Instance.new("SpecialMesh", p23)
2238b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2239b23.TextureId = ""
2240b23.MeshType = Enum.MeshType.FileMesh
2241b23.Name = "Mesh"
2242b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2243p24 = Instance.new("Part", m3)
2244p24.BrickColor = BrickColor.new("Really black")
2245p24.Material = Enum.Material.Metal
2246p24.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)
2247p24.CanCollide = false
2248p24.Locked = true
2249p24.FormFactor = Enum.FormFactor.Custom
2250p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2251b24 = Instance.new("SpecialMesh", p24)
2252b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2253b24.TextureId = ""
2254b24.MeshType = Enum.MeshType.FileMesh
2255b24.Name = "Mesh"
2256b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2257p25 = Instance.new("Part", m3)
2258p25.BrickColor = BrickColor.new("Really black")
2259p25.Material = Enum.Material.Metal
2260p25.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)
2261p25.CanCollide = false
2262p25.Locked = true
2263p25.FormFactor = Enum.FormFactor.Custom
2264p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2265b25 = Instance.new("SpecialMesh", p25)
2266b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2267b25.TextureId = ""
2268b25.MeshType = Enum.MeshType.FileMesh
2269b25.Name = "Mesh"
2270b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2271p26 = Instance.new("Part", m3)
2272p26.BrickColor = BrickColor.new("Really black")
2273p26.Material = Enum.Material.Metal
2274p26.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)
2275p26.CanCollide = false
2276p26.Locked = true
2277p26.FormFactor = Enum.FormFactor.Custom
2278p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2279b26 = Instance.new("SpecialMesh", p26)
2280b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2281b26.TextureId = ""
2282b26.MeshType = Enum.MeshType.FileMesh
2283b26.Name = "Mesh"
2284b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2285p27 = Instance.new("Part", m3)
2286p27.BrickColor = BrickColor.new("Really black")
2287p27.Material = Enum.Material.Metal
2288p27.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)
2289p27.CanCollide = false
2290p27.Locked = true
2291p27.FormFactor = Enum.FormFactor.Custom
2292p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2293b27 = Instance.new("SpecialMesh", p27)
2294b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2295b27.TextureId = ""
2296b27.MeshType = Enum.MeshType.FileMesh
2297b27.Name = "Mesh"
2298b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2299p28 = Instance.new("Part", m3)
2300p28.BrickColor = BrickColor.new("Really black")
2301p28.Material = Enum.Material.Metal
2302p28.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)
2303p28.CanCollide = false
2304p28.Locked = true
2305p28.FormFactor = Enum.FormFactor.Custom
2306p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2307b28 = Instance.new("SpecialMesh", p28)
2308b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2309b28.TextureId = ""
2310b28.MeshType = Enum.MeshType.FileMesh
2311b28.Name = "Mesh"
2312b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2313p29 = Instance.new("Part", m3)
2314p29.BrickColor = BrickColor.new("Really black")
2315p29.Material = Enum.Material.Metal
2316p29.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)
2317p29.CanCollide = false
2318p29.Locked = true
2319p29.FormFactor = Enum.FormFactor.Custom
2320p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2321b29 = Instance.new("SpecialMesh", p29)
2322b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2323b29.TextureId = ""
2324b29.MeshType = Enum.MeshType.FileMesh
2325b29.Name = "Mesh"
2326b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2327p30 = Instance.new("Part", m3)
2328p30.BrickColor = BrickColor.new("Really black")
2329p30.Material = Enum.Material.Metal
2330p30.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)
2331p30.CanCollide = false
2332p30.Locked = true
2333p30.FormFactor = Enum.FormFactor.Custom
2334p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2335b30 = Instance.new("SpecialMesh", p30)
2336b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2337b30.TextureId = ""
2338b30.MeshType = Enum.MeshType.FileMesh
2339b30.Name = "Mesh"
2340b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2341p31 = Instance.new("Part", m3)
2342p31.BrickColor = BrickColor.new("Really black")
2343p31.Material = Enum.Material.Metal
2344p31.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)
2345p31.CanCollide = false
2346p31.Locked = true
2347p31.FormFactor = Enum.FormFactor.Custom
2348p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2349b31 = Instance.new("SpecialMesh", p31)
2350b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2351b31.TextureId = ""
2352b31.MeshType = Enum.MeshType.FileMesh
2353b31.Name = "Mesh"
2354b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2355p32 = Instance.new("Part", m3)
2356p32.BrickColor = BrickColor.new("Really black")
2357p32.Material = Enum.Material.Metal
2358p32.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)
2359p32.CanCollide = false
2360p32.Locked = true
2361p32.FormFactor = Enum.FormFactor.Custom
2362p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2363b32 = Instance.new("SpecialMesh", p32)
2364b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2365b32.TextureId = ""
2366b32.MeshType = Enum.MeshType.FileMesh
2367b32.Name = "Mesh"
2368b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2369p33 = Instance.new("Part", m3)
2370p33.BrickColor = BrickColor.new("Really black")
2371p33.Material = Enum.Material.Metal
2372p33.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)
2373p33.CanCollide = false
2374p33.Locked = true
2375p33.FormFactor = Enum.FormFactor.Custom
2376p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2377b33 = Instance.new("SpecialMesh", p33)
2378b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2379b33.TextureId = ""
2380b33.MeshType = Enum.MeshType.FileMesh
2381b33.Name = "Mesh"
2382b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2383p34 = Instance.new("Part", m3)
2384p34.BrickColor = BrickColor.new("Really black")
2385p34.Material = Enum.Material.Metal
2386p34.Name = "Connection"
2387p34.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)
2388p34.CanCollide = false
2389p34.Locked = true
2390p34.FormFactor = Enum.FormFactor.Custom
2391p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2392b34 = Instance.new("SpecialMesh", p34)
2393b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2394b34.TextureId = ""
2395b34.MeshType = Enum.MeshType.FileMesh
2396b34.Name = "Mesh"
2397b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2398p35 = Instance.new("Part", m3)
2399p35.BrickColor = BrickColor.new("Really black")
2400p35.Material = Enum.Material.Metal
2401p35.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)
2402p35.CanCollide = false
2403p35.Locked = true
2404p35.FormFactor = Enum.FormFactor.Custom
2405p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2406b35 = Instance.new("SpecialMesh", p35)
2407b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2408b35.TextureId = ""
2409b35.MeshType = Enum.MeshType.FileMesh
2410b35.Name = "Mesh"
2411b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2412p36 = Instance.new("Part", m3)
2413p36.BrickColor = BrickColor.new("Really black")
2414p36.Material = Enum.Material.Metal
2415p36.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)
2416p36.CanCollide = false
2417p36.Locked = true
2418p36.FormFactor = Enum.FormFactor.Custom
2419p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2420b36 = Instance.new("SpecialMesh", p36)
2421b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2422b36.TextureId = ""
2423b36.MeshType = Enum.MeshType.FileMesh
2424b36.Name = "Mesh"
2425b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2426w1 = Instance.new("Weld", p2)
2427w1.Name = "Joint"
2428w1.Part0 = p2
2429w1.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)
2430w1.Part1 = p18
2431w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2432w2 = Instance.new("Weld", p3)
2433w2.Name = "Joint"
2434w2.Part0 = p3
2435w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2436w2.Part1 = p1
2437w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2438w3 = Instance.new("Weld", p4)
2439w3.Name = "Joint"
2440w3.Part0 = p4
2441w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2442w3.Part1 = p1
2443w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2444w4 = Instance.new("Weld", p5)
2445w4.Name = "Joint"
2446w4.Part0 = p5
2447w4.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)
2448w4.Part1 = p7
2449w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2450w5 = Instance.new("Weld", p6)
2451w5.Name = "Joint"
2452w5.Part0 = p6
2453w5.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)
2454w5.Part1 = p7
2455w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2456w6 = Instance.new("Weld", p7)
2457w6.Name = "Joint"
2458w6.Part0 = p7
2459w6.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)
2460w6.Part1 = p1
2461w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2462w7 = Instance.new("Weld", p8)
2463w7.Name = "Joint"
2464w7.Part0 = p8
2465w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2466w7.Part1 = p1
2467w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2468w8 = Instance.new("Weld", p9)
2469w8.Name = "Joint"
2470w8.Part0 = p9
2471w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2472w8.Part1 = p1
2473w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2474w9 = Instance.new("Weld", p10)
2475w9.Name = "Joint"
2476w9.Part0 = p10
2477w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2478w9.Part1 = p1
2479w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2480w10 = Instance.new("Weld", p11)
2481w10.Name = "Joint"
2482w10.Part0 = p11
2483w10.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)
2484w10.Part1 = p19
2485w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2486w11 = Instance.new("Weld", p12)
2487w11.Name = "Joint"
2488w11.Part0 = p12
2489w11.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)
2490w11.Part1 = p1
2491w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492w12 = Instance.new("Weld", p13)
2493w12.Name = "Joint"
2494w12.Part0 = p13
2495w12.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)
2496w12.Part1 = p35
2497w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2498w13 = Instance.new("Weld", p14)
2499w13.Name = "Joint"
2500w13.Part0 = p14
2501w13.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)
2502w13.Part1 = p34
2503w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2504w14 = Instance.new("Weld", p15)
2505w14.Name = "Joint"
2506w14.Part0 = p15
2507w14.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)
2508w14.Part1 = p16
2509w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2510w15 = Instance.new("Weld", p16)
2511w15.Name = "Joint"
2512w15.Part0 = p16
2513w15.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)
2514w15.Part1 = p20
2515w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2516w16 = Instance.new("Weld", p17)
2517w16.Name = "Joint"
2518w16.Part0 = p17
2519w16.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)
2520w16.Part1 = p14
2521w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2522w17 = Instance.new("Weld", p18)
2523w17.Name = "Joint"
2524w17.Part0 = p18
2525w17.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)
2526w17.Part1 = p17
2527w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2528w18 = Instance.new("Weld", p19)
2529w18.Name = "Joint"
2530w18.Part0 = p19
2531w18.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)
2532w18.Part1 = p21
2533w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2534w19 = Instance.new("Weld", p20)
2535w19.Name = "Joint"
2536w19.Part0 = p20
2537w19.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)
2538w19.Part1 = p11
2539w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2540w20 = Instance.new("Weld", p21)
2541w20.Name = "Joint"
2542w20.Part0 = p21
2543w20.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)
2544w20.Part1 = p22
2545w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2546w21 = Instance.new("Weld", p22)
2547w21.Name = "Joint"
2548w21.Part0 = p22
2549w21.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)
2550w21.Part1 = p23
2551w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2552w22 = Instance.new("Weld", p23)
2553w22.Name = "Joint"
2554w22.Part0 = p23
2555w22.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)
2556w22.Part1 = p24
2557w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2558w23 = Instance.new("Weld", p24)
2559w23.Name = "Joint"
2560w23.Part0 = p24
2561w23.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)
2562w23.Part1 = p25
2563w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2564w24 = Instance.new("Weld", p25)
2565w24.Name = "Joint"
2566w24.Part0 = p25
2567w24.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)
2568w24.Part1 = p26
2569w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2570w25 = Instance.new("Weld", p26)
2571w25.Name = "Joint"
2572w25.Part0 = p26
2573w25.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)
2574w25.Part1 = p27
2575w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2576w26 = Instance.new("Weld", p27)
2577w26.Name = "Joint"
2578w26.Part0 = p27
2579w26.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)
2580w26.Part1 = p28
2581w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2582w27 = Instance.new("Weld", p28)
2583w27.Name = "Joint"
2584w27.Part0 = p28
2585w27.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)
2586w27.Part1 = p29
2587w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2588w28 = Instance.new("Weld", p29)
2589w28.Name = "Joint"
2590w28.Part0 = p29
2591w28.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)
2592w28.Part1 = p30
2593w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2594w29 = Instance.new("Weld", p30)
2595w29.Name = "Joint"
2596w29.Part0 = p30
2597w29.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)
2598w29.Part1 = p31
2599w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2600w30 = Instance.new("Weld", p31)
2601w30.Name = "Joint"
2602w30.Part0 = p31
2603w30.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)
2604w30.Part1 = p32
2605w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2606w31 = Instance.new("Weld", p32)
2607w31.Name = "Joint"
2608w31.Part0 = p32
2609w31.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)
2610w31.Part1 = p33
2611w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2612w32 = Instance.new("Weld", p33)
2613w32.Name = "Joint"
2614w32.Part0 = p33
2615w32.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)
2616w32.Part1 = p13
2617w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2618w33 = Instance.new("Weld", p34)
2619w33.Name = "Joint"
2620w33.Part0 = p34
2621w33.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)
2622w33.Part1 = p12
2623w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2624w34 = Instance.new("Weld", p35)
2625w34.Name = "Joint"
2626w34.Part0 = p35
2627w34.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)
2628w34.Part1 = p36
2629w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2630w35 = Instance.new("Weld", p36)
2631w35.Name = "Joint"
2632w35.Part0 = p36
2633w35.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)
2634w35.Part1 = p2
2635w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2636m3.Parent = torso
2637m3:MakeJoints()
2638----------------------------------------------------
2639local cor3 = Instance.new("Part", torso.Torso)
2640cor3.Name = "Thingy"
2641cor3.Locked = true
2642cor3.BottomSurface = 0
2643cor3.CanCollide = false
2644cor3.Size = Vector3.new(1, 1, 1)
2645cor3.Transparency = 1
2646cor3.TopSurface = 0
2647corw3 = Instance.new("Weld", cor3)
2648corw3.Part0 = torso
2649corw3.Part1 = cor3
2650corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2651corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2652weld3 = Instance.new("Weld", torso.Torso)
2653weld3.Part0 = cor3
2654weld3.Part1 = torso.Torso.TorsoPlate
2655weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2656--Left Leg
2657m4 = Instance.new("Model")
2658m4.Name = "LeftLeg"
2659p1 = Instance.new("Part", m4)
2660p1.BrickColor = BrickColor.new("Really black")
2661p1.Material = Enum.Material.Metal
2662p1.Name = "LeftLegPlate"
2663p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2664p1.Anchored = false
2665p1.CanCollide = false
2666p1.FormFactor = Enum.FormFactor.Custom
2667p1.Size = Vector3.new(1, 2, 1)
2668p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2669p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2670p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2671p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2672p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2673p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2674b1 = Instance.new("SpecialMesh", p1)
2675b1.MeshType = Enum.MeshType.Brick
2676b1.Name = "Mesh"
2677b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2678p2 = Instance.new("Part", m4)
2679p2.BrickColor = BrickColor.new("Really black")
2680p2.Material = Enum.Material.Metal
2681p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2682p2.Anchored = false
2683p2.CanCollide = false
2684p2.FormFactor = Enum.FormFactor.Custom
2685p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2686p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2687p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2688p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2689p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2690p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2691p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2692b2 = Instance.new("SpecialMesh", p2)
2693b2.MeshType = Enum.MeshType.Brick
2694b2.Name = "Mesh"
2695b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2696p3 = Instance.new("Part", m4)
2697p3.BrickColor = BrickColor.new("Really black")
2698p3.Material = Enum.Material.Metal
2699p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2700p3.Anchored = false
2701p3.CanCollide = false
2702p3.FormFactor = Enum.FormFactor.Custom
2703p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2704p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2705p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2706p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2707p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2708p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2709p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2710b3 = Instance.new("SpecialMesh", p3)
2711b3.MeshType = Enum.MeshType.Brick
2712b3.Name = "Mesh"
2713b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2714p4 = Instance.new("Part", m4)
2715p4.BrickColor = BrickColor.new("Black")
2716p4.Material = Enum.Material.Metal
2717p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2718p4.Anchored = false
2719p4.CanCollide = false
2720p4.FormFactor = Enum.FormFactor.Custom
2721p4.Size = Vector3.new(1, 2, 0.200000018)
2722p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2723p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2724p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2725p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2726p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2727p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2728b4 = Instance.new("SpecialMesh", p4)
2729b4.MeshType = Enum.MeshType.Brick
2730b4.Name = "Mesh"
2731b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2732p5 = Instance.new("Part", m4)
2733p5.BrickColor = BrickColor.new("Black")
2734p5.Material = Enum.Material.Metal
2735p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2736p5.Anchored = false
2737p5.CanCollide = false
2738p5.FormFactor = Enum.FormFactor.Custom
2739p5.Size = Vector3.new(1, 2, 0.200000018)
2740p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2741p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2742p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2743p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2744p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2745p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2746b5 = Instance.new("SpecialMesh", p5)
2747b5.MeshType = Enum.MeshType.Brick
2748b5.Name = "Mesh"
2749b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2750p6 = Instance.new("Part", m4)
2751p6.BrickColor = BrickColor.new("Black")
2752p6.Material = Enum.Material.Metal
2753p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2754p6.Anchored = false
2755p6.CanCollide = false
2756p6.FormFactor = Enum.FormFactor.Custom
2757p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2758p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2759p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2760p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2761p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2762p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2763p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2764b6 = Instance.new("SpecialMesh", p6)
2765b6.MeshType = Enum.MeshType.Brick
2766b6.Name = "Mesh"
2767b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2768p7 = Instance.new("Part", m4)
2769p7.BrickColor = BrickColor.new("Black")
2770p7.Material = Enum.Material.Metal
2771p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2772p7.Anchored = false
2773p7.CanCollide = false
2774p7.FormFactor = Enum.FormFactor.Custom
2775p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2776p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2777p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2778p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2779p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2780p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2781p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2782b7 = Instance.new("SpecialMesh", p7)
2783b7.MeshType = Enum.MeshType.Brick
2784b7.Name = "Mesh"
2785b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2786w1 = Instance.new("Weld", p2)
2787w1.Name = "Joint"
2788w1.Part0 = p2
2789w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2790w1.Part1 = p3
2791w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2792w2 = Instance.new("Weld", p3)
2793w2.Name = "Joint"
2794w2.Part0 = p3
2795w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2796w2.Part1 = p5
2797w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2798w3 = Instance.new("Weld", p4)
2799w3.Name = "Joint"
2800w3.Part0 = p4
2801w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2802w3.Part1 = p1
2803w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2804w4 = Instance.new("Weld", p5)
2805w4.Name = "Joint"
2806w4.Part0 = p5
2807w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2808w4.Part1 = p1
2809w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2810w5 = Instance.new("Weld", p6)
2811w5.Name = "Joint"
2812w5.Part0 = p6
2813w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2814w5.Part1 = p1
2815w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2816w6 = Instance.new("Weld", p7)
2817w6.Name = "Joint"
2818w6.Part0 = p7
2819w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2820w6.Part1 = p1
2821w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2822m4.Parent = lleg
2823m4:MakeJoints()
2824----------------------------------------------------
2825local cor4 = Instance.new("Part", lleg.LeftLeg)
2826cor4.Name = "Thingy"
2827cor4.Locked = true
2828cor4.BottomSurface = 0
2829cor4.CanCollide = false
2830cor4.Size = Vector3.new(1, 1, 1)
2831cor4.Transparency = 1
2832cor4.TopSurface = 0
2833corw4 = Instance.new("Weld", cor4)
2834corw4.Part0 = lleg
2835corw4.Part1 = cor4
2836corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2837corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2838weld4 = Instance.new("Weld", lleg.LeftLeg)
2839weld4.Part0 = cor4
2840weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2841weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2842--Right Leg
2843m5 = Instance.new("Model")
2844m5.Name = "RightLeg"
2845p1 = Instance.new("Part", m5)
2846p1.BrickColor = BrickColor.new("Really black")
2847p1.Material = Enum.Material.Metal
2848p1.Name = "RightLegPlate"
2849p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2850p1.Anchored = false
2851p1.CanCollide = false
2852p1.FormFactor = Enum.FormFactor.Custom
2853p1.Size = Vector3.new(1, 2, 1)
2854p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2855p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2856p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2857p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2858p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2859p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2860b1 = Instance.new("SpecialMesh", p1)
2861b1.MeshType = Enum.MeshType.Brick
2862b1.Name = "Mesh"
2863b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2864p2 = Instance.new("Part", m5)
2865p2.BrickColor = BrickColor.new("Really black")
2866p2.Material = Enum.Material.Metal
2867p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2868p2.Anchored = false
2869p2.CanCollide = false
2870p2.FormFactor = Enum.FormFactor.Custom
2871p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2872p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2873p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2874p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2875p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2876p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2877p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2878b2 = Instance.new("SpecialMesh", p2)
2879b2.MeshType = Enum.MeshType.Brick
2880b2.Name = "Mesh"
2881b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2882p3 = Instance.new("Part", m5)
2883p3.BrickColor = BrickColor.new("Really black")
2884p3.Material = Enum.Material.Metal
2885p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2886p3.Anchored = false
2887p3.CanCollide = false
2888p3.FormFactor = Enum.FormFactor.Custom
2889p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2890p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2891p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2892p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2893p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2894p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2895p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2896b3 = Instance.new("SpecialMesh", p3)
2897b3.MeshType = Enum.MeshType.Brick
2898b3.Name = "Mesh"
2899b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2900p4 = Instance.new("Part", m5)
2901p4.BrickColor = BrickColor.new("Black")
2902p4.Material = Enum.Material.Metal
2903p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2904p4.Anchored = false
2905p4.CanCollide = false
2906p4.FormFactor = Enum.FormFactor.Custom
2907p4.Size = Vector3.new(1, 2, 0.200000018)
2908p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2909p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2910p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2911p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2912p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2913p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2914b4 = Instance.new("SpecialMesh", p4)
2915b4.MeshType = Enum.MeshType.Brick
2916b4.Name = "Mesh"
2917b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2918p5 = Instance.new("Part", m5)
2919p5.BrickColor = BrickColor.new("Black")
2920p5.Material = Enum.Material.Metal
2921p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2922p5.Anchored = false
2923p5.CanCollide = false
2924p5.FormFactor = Enum.FormFactor.Custom
2925p5.Size = Vector3.new(1, 2, 0.200000018)
2926p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2927p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2928p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2929p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2930p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2931p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2932b5 = Instance.new("SpecialMesh", p5)
2933b5.MeshType = Enum.MeshType.Brick
2934b5.Name = "Mesh"
2935b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2936p6 = Instance.new("Part", m5)
2937p6.BrickColor = BrickColor.new("Black")
2938p6.Material = Enum.Material.Metal
2939p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2940p6.Anchored = false
2941p6.CanCollide = false
2942p6.FormFactor = Enum.FormFactor.Custom
2943p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2944p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2945p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2946p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2947p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2948p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2949p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2950b6 = Instance.new("SpecialMesh", p6)
2951b6.MeshType = Enum.MeshType.Brick
2952b6.Name = "Mesh"
2953b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2954p7 = Instance.new("Part", m5)
2955p7.BrickColor = BrickColor.new("Black")
2956p7.Material = Enum.Material.Metal
2957p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2958p7.Anchored = false
2959p7.CanCollide = false
2960p7.FormFactor = Enum.FormFactor.Custom
2961p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2962p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2963p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2964p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2965p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2966p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2967p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2968b7 = Instance.new("SpecialMesh", p7)
2969b7.MeshType = Enum.MeshType.Brick
2970b7.Name = "Mesh"
2971b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2972w1 = Instance.new("Weld", p2)
2973w1.Name = "Joint"
2974w1.Part0 = p2
2975w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2976w1.Part1 = p3
2977w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2978w2 = Instance.new("Weld", p3)
2979w2.Name = "Joint"
2980w2.Part0 = p3
2981w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2982w2.Part1 = p5
2983w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2984w3 = Instance.new("Weld", p4)
2985w3.Name = "Joint"
2986w3.Part0 = p4
2987w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2988w3.Part1 = p1
2989w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2990w4 = Instance.new("Weld", p5)
2991w4.Name = "Joint"
2992w4.Part0 = p5
2993w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2994w4.Part1 = p1
2995w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2996w5 = Instance.new("Weld", p6)
2997w5.Name = "Joint"
2998w5.Part0 = p6
2999w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3000w5.Part1 = p1
3001w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3002w6 = Instance.new("Weld", p7)
3003w6.Name = "Joint"
3004w6.Part0 = p7
3005w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3006w6.Part1 = p1
3007w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3008m5.Parent = rleg
3009m5:MakeJoints()
3010----------------------------------------------------
3011local cor5 = Instance.new("Part", rleg.RightLeg)
3012cor5.Name = "Thingy"
3013cor5.Locked = true
3014cor5.BottomSurface = 0
3015cor5.CanCollide = false
3016cor5.Size = Vector3.new(1, 1, 1)
3017cor5.Transparency = 1
3018cor5.TopSurface = 0
3019corw5 = Instance.new("Weld", cor5)
3020corw5.Part0 = rleg
3021corw5.Part1 = cor5
3022corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3023corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3024wld5 = Instance.new("Weld", rleg.RightLeg)
3025wld5.Part0 = cor5
3026wld5.Part1 = rleg.RightLeg.RightLegPlate
3027wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3028--Cape
3029m6 = Instance.new("Model")
3030m6.Name = "Cloak"
3031p1 = Instance.new("WedgePart", m6)
3032p1.BrickColor = BrickColor.new("Lime green")
3033p1.Material = Enum.Material.SmoothPlastic
3034p1.Name = "Wedge"
3035p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3036p1.CanCollide = false
3037p1.Locked = true
3038p1.FormFactor = Enum.FormFactor.Custom
3039p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3040p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3041p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3042p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3043p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3044p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3045p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3046b1 = Instance.new("SpecialMesh", p1)
3047b1.MeshType = Enum.MeshType.Wedge
3048b1.Name = "Mesh"
3049b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3050p2 = Instance.new("WedgePart", m6)
3051p2.BrickColor = BrickColor.new("Black")
3052p2.Material = Enum.Material.SmoothPlastic
3053p2.Name = "Wedge"
3054p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3055p2.CanCollide = false
3056p2.Locked = true
3057p2.FormFactor = Enum.FormFactor.Custom
3058p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3059p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3060p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3061p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3062p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3063p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3064p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3065b2 = Instance.new("SpecialMesh", p2)
3066b2.MeshType = Enum.MeshType.Wedge
3067b2.Name = "Mesh"
3068b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3069p3 = Instance.new("Part", m6)
3070p3.BrickColor = BrickColor.new("Black")
3071p3.Material = Enum.Material.SmoothPlastic
3072p3.Name = "CapeLevel2"
3073p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3074p3.CanCollide = false
3075p3.Locked = true
3076p3.FormFactor = Enum.FormFactor.Custom
3077p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3078p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3079p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3080p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3081p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3082p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3083p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3084b3 = Instance.new("BlockMesh", p3)
3085b3.Name = "Mesh"
3086b3.Scale = Vector3.new(1, 1, 0.602178097)
3087p4 = Instance.new("Part", m6)
3088p4.BrickColor = BrickColor.new("Black")
3089p4.Material = Enum.Material.SmoothPlastic
3090p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3091p4.CanCollide = false
3092p4.Locked = true
3093p4.FormFactor = Enum.FormFactor.Custom
3094p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3095p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3096p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3097p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3098p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3099p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3100p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3101b4 = Instance.new("BlockMesh", p4)
3102b4.Name = "Mesh"
3103b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3104p5 = Instance.new("Part", m6)
3105p5.BrickColor = BrickColor.new("Black")
3106p5.Material = Enum.Material.SmoothPlastic
3107p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3108p5.CanCollide = false
3109p5.Locked = true
3110p5.FormFactor = Enum.FormFactor.Custom
3111p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3112p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3113p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3114p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3115p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3116p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3117p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3118b5 = Instance.new("BlockMesh", p5)
3119b5.Name = "Mesh"
3120b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3121p6 = Instance.new("Part", m6)
3122p6.BrickColor = BrickColor.new("Black")
3123p6.Material = Enum.Material.SmoothPlastic
3124p6.Name = "CapeLevel1"
3125p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3126p6.CanCollide = false
3127p6.Locked = true
3128p6.FormFactor = Enum.FormFactor.Custom
3129p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3130p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3131p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3132p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3133p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3134p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3135p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3136b6 = Instance.new("BlockMesh", p6)
3137b6.Name = "Mesh"
3138b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3139p7 = Instance.new("Part", m6)
3140p7.BrickColor = BrickColor.new("Black")
3141p7.Material = Enum.Material.SmoothPlastic
3142p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3143p7.CanCollide = false
3144p7.Locked = true
3145p7.FormFactor = Enum.FormFactor.Custom
3146p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3147p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3148p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3149p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3150p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3151p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3152p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3153b7 = Instance.new("BlockMesh", p7)
3154b7.Name = "Mesh"
3155b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3156p8 = Instance.new("Part", m6)
3157p8.BrickColor = BrickColor.new("Black")
3158p8.Material = Enum.Material.SmoothPlastic
3159p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3160p8.CanCollide = false
3161p8.Locked = true
3162p8.FormFactor = Enum.FormFactor.Custom
3163p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3164p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3165p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3166p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3167p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3168p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3169p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3170b8 = Instance.new("BlockMesh", p8)
3171b8.Name = "Mesh"
3172b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3173p9 = Instance.new("Part", m6)
3174p9.BrickColor = BrickColor.new("Black")
3175p9.Material = Enum.Material.SmoothPlastic
3176p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3177p9.CanCollide = false
3178p9.Locked = true
3179p9.FormFactor = Enum.FormFactor.Custom
3180p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3181p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3182p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3183p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3184p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3185p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3186p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3187b9 = Instance.new("BlockMesh", p9)
3188b9.Name = "Mesh"
3189b9.Scale = Vector3.new(1, 1, 0.602178097)
3190p10 = Instance.new("Part", m6)
3191p10.BrickColor = BrickColor.new("Black")
3192p10.Material = Enum.Material.SmoothPlastic
3193p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3194p10.CanCollide = false
3195p10.Locked = true
3196p10.FormFactor = Enum.FormFactor.Custom
3197p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3198p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3199p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3200p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3201p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3202p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3203p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3204b10 = Instance.new("BlockMesh", p10)
3205b10.Name = "Mesh"
3206b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3207p11 = Instance.new("Part", m6)
3208p11.BrickColor = BrickColor.new("Black")
3209p11.Material = Enum.Material.SmoothPlastic
3210p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3211p11.CanCollide = false
3212p11.Locked = true
3213p11.FormFactor = Enum.FormFactor.Custom
3214p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3215p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3216p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3217p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3218p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3219p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3220p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3221b11 = Instance.new("BlockMesh", p11)
3222b11.Name = "Mesh"
3223b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3224p12 = Instance.new("Part", m6)
3225p12.BrickColor = BrickColor.new("Black")
3226p12.Material = Enum.Material.SmoothPlastic
3227p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3228p12.CanCollide = false
3229p12.Locked = true
3230p12.FormFactor = Enum.FormFactor.Custom
3231p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3232p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3233p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3234p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3235p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3236p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3237p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3238b12 = Instance.new("BlockMesh", p12)
3239b12.Name = "Mesh"
3240b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3241p13 = Instance.new("Part", m6)
3242p13.BrickColor = BrickColor.new("Black")
3243p13.Material = Enum.Material.SmoothPlastic
3244p13.Name = "BottomLeftFlap"
3245p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3246p13.CanCollide = false
3247p13.Locked = true
3248p13.FormFactor = Enum.FormFactor.Custom
3249p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3250p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3251p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3252p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3253p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3254p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3255p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3256b13 = Instance.new("BlockMesh", p13)
3257b13.Name = "Mesh"
3258b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3259p14 = Instance.new("Part", m6)
3260p14.BrickColor = BrickColor.new("Black")
3261p14.Material = Enum.Material.SmoothPlastic
3262p14.Transparency = 1
3263p14.Name = "Rotater"
3264p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3265p14.CanCollide = false
3266p14.Locked = true
3267p14.FormFactor = Enum.FormFactor.Custom
3268p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3269p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3270p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3271p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3272p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3273p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3274p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3275b14 = Instance.new("BlockMesh", p14)
3276b14.Name = "Mesh"
3277b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3278p15 = Instance.new("Part", m6)
3279p15.BrickColor = BrickColor.new("Black")
3280p15.Material = Enum.Material.SmoothPlastic
3281p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3282p15.CanCollide = false
3283p15.Locked = true
3284p15.FormFactor = Enum.FormFactor.Custom
3285p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3286p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3287p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3288p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3289p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3290p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3291p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3292b15 = Instance.new("BlockMesh", p15)
3293b15.Name = "Mesh"
3294b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3295p16 = Instance.new("Part", m6)
3296p16.BrickColor = BrickColor.new("Black")
3297p16.Material = Enum.Material.SmoothPlastic
3298p16.Name = "BottomCenterFlap"
3299p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3300p16.CanCollide = false
3301p16.Locked = true
3302p16.FormFactor = Enum.FormFactor.Custom
3303p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3304p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3305p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3306p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3307p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3308p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3309p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3310b16 = Instance.new("BlockMesh", p16)
3311b16.Name = "Mesh"
3312b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3313p17 = Instance.new("Part", m6)
3314p17.BrickColor = BrickColor.new("Black")
3315p17.Material = Enum.Material.SmoothPlastic
3316p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3317p17.CanCollide = false
3318p17.Locked = true
3319p17.FormFactor = Enum.FormFactor.Custom
3320p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3321p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3322p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3323p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3324p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3325p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3326p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3327b17 = Instance.new("BlockMesh", p17)
3328b17.Name = "Mesh"
3329b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3330p18 = Instance.new("Part", m6)
3331p18.BrickColor = BrickColor.new("Black")
3332p18.Material = Enum.Material.SmoothPlastic
3333p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3334p18.CanCollide = false
3335p18.Locked = true
3336p18.FormFactor = Enum.FormFactor.Custom
3337p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3338p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3339p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3340p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3341p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3342p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3343p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3344b18 = Instance.new("BlockMesh", p18)
3345b18.Name = "Mesh"
3346b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3347p19 = Instance.new("WedgePart", m6)
3348p19.BrickColor = BrickColor.new("Lime green")
3349p19.Name = "Wedge"
3350p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3351p19.CanCollide = false
3352p19.Locked = true
3353p19.FormFactor = Enum.FormFactor.Custom
3354p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3355p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3356p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3357p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3358p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3359p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3360p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3361b19 = Instance.new("SpecialMesh", p19)
3362b19.MeshType = Enum.MeshType.Wedge
3363b19.Name = "Mesh"
3364b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3365p20 = Instance.new("Part", m6)
3366p20.BrickColor = BrickColor.new("Black")
3367p20.Material = Enum.Material.SmoothPlastic
3368p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3369p20.CanCollide = false
3370p20.Locked = true
3371p20.FormFactor = Enum.FormFactor.Custom
3372p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3373p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3374p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3375p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3376p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3377p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3378p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3379b20 = Instance.new("BlockMesh", p20)
3380b20.Name = "Mesh"
3381b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3382p21 = Instance.new("Part", m6)
3383p21.BrickColor = BrickColor.new("Black")
3384p21.Material = Enum.Material.SmoothPlastic
3385p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3386p21.CanCollide = false
3387p21.Locked = true
3388p21.FormFactor = Enum.FormFactor.Custom
3389p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3390p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3391p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3392p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3393p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3394p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3395p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3396b21 = Instance.new("BlockMesh", p21)
3397b21.Name = "Mesh"
3398b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3399p22 = Instance.new("WedgePart", m6)
3400p22.BrickColor = BrickColor.new("Lime green")
3401p22.Name = "Wedge"
3402p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3403p22.CanCollide = false
3404p22.Locked = true
3405p22.FormFactor = Enum.FormFactor.Custom
3406p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3407p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3408p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3409p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3410p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3411p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3412p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3413b22 = Instance.new("SpecialMesh", p22)
3414b22.MeshType = Enum.MeshType.Wedge
3415b22.Name = "Mesh"
3416b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3417p23 = Instance.new("WedgePart", m6)
3418p23.BrickColor = BrickColor.new("Lime green")
3419p23.Material = Enum.Material.SmoothPlastic
3420p23.Name = "Wedge"
3421p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3422p23.CanCollide = false
3423p23.Locked = true
3424p23.FormFactor = Enum.FormFactor.Custom
3425p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3426p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3427p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3428p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3429p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3430p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3431p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3432b23 = Instance.new("SpecialMesh", p23)
3433b23.MeshType = Enum.MeshType.Wedge
3434b23.Name = "Mesh"
3435b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3436p24 = Instance.new("WedgePart", m6)
3437p24.BrickColor = BrickColor.new("Black")
3438p24.Material = Enum.Material.SmoothPlastic
3439p24.Name = "Wedge"
3440p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3441p24.CanCollide = false
3442p24.Locked = true
3443p24.FormFactor = Enum.FormFactor.Custom
3444p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3445p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3446p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3447p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3448p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3449p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3450p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3451b24 = Instance.new("SpecialMesh", p24)
3452b24.MeshType = Enum.MeshType.Wedge
3453b24.Name = "Mesh"
3454b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3455p25 = Instance.new("WedgePart", m6)
3456p25.BrickColor = BrickColor.new("Lime green")
3457p25.Name = "Wedge"
3458p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3459p25.CanCollide = false
3460p25.Locked = true
3461p25.FormFactor = Enum.FormFactor.Custom
3462p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3463p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3464p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3465p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3466p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3467p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3468p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3469b25 = Instance.new("SpecialMesh", p25)
3470b25.MeshType = Enum.MeshType.Wedge
3471b25.Name = "Mesh"
3472b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3473p26 = Instance.new("WedgePart", m6)
3474p26.BrickColor = BrickColor.new("Black")
3475p26.Material = Enum.Material.SmoothPlastic
3476p26.Name = "Wedge"
3477p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3478p26.CanCollide = false
3479p26.Locked = true
3480p26.FormFactor = Enum.FormFactor.Custom
3481p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3482p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3483p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3484p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3485p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3486p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3487p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3488b26 = Instance.new("SpecialMesh", p26)
3489b26.MeshType = Enum.MeshType.Wedge
3490b26.Name = "Mesh"
3491b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3492p27 = Instance.new("Part", m6)
3493p27.BrickColor = BrickColor.new("Black")
3494p27.Material = Enum.Material.SmoothPlastic
3495p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3496p27.CanCollide = false
3497p27.Locked = true
3498p27.FormFactor = Enum.FormFactor.Custom
3499p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3500p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3501p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3502p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3503p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3504p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3505p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3506b27 = Instance.new("BlockMesh", p27)
3507b27.Name = "Mesh"
3508b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3509p28 = Instance.new("WedgePart", m6)
3510p28.BrickColor = BrickColor.new("Black")
3511p28.Material = Enum.Material.SmoothPlastic
3512p28.Name = "Wedge"
3513p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3514p28.CanCollide = false
3515p28.Locked = true
3516p28.FormFactor = Enum.FormFactor.Custom
3517p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3518p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3519p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3520p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3521p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3522p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3523p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3524b28 = Instance.new("SpecialMesh", p28)
3525b28.MeshType = Enum.MeshType.Wedge
3526b28.Name = "Mesh"
3527b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3528p29 = Instance.new("Part", m6)
3529p29.BrickColor = BrickColor.new("Black")
3530p29.Material = Enum.Material.SmoothPlastic
3531p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3532p29.CanCollide = false
3533p29.Locked = true
3534p29.FormFactor = Enum.FormFactor.Custom
3535p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3536p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3537p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3538p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3539p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3540p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3541p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3542b29 = Instance.new("BlockMesh", p29)
3543b29.Name = "Mesh"
3544b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3545p30 = Instance.new("WedgePart", m6)
3546p30.BrickColor = BrickColor.new("Black")
3547p30.Material = Enum.Material.SmoothPlastic
3548p30.Name = "Wedge"
3549p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3550p30.CanCollide = false
3551p30.Locked = true
3552p30.FormFactor = Enum.FormFactor.Custom
3553p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3554p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3555p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3556p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3557p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3558p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3559p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3560b30 = Instance.new("SpecialMesh", p30)
3561b30.MeshType = Enum.MeshType.Wedge
3562b30.Name = "Mesh"
3563b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3564p31 = Instance.new("WedgePart", m6)
3565p31.BrickColor = BrickColor.new("Black")
3566p31.Material = Enum.Material.SmoothPlastic
3567p31.Name = "Wedge"
3568p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3569p31.CanCollide = false
3570p31.Locked = true
3571p31.FormFactor = Enum.FormFactor.Custom
3572p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3573p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3574p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3575p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3576p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3577p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3578p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3579b31 = Instance.new("SpecialMesh", p31)
3580b31.MeshType = Enum.MeshType.Wedge
3581b31.Name = "Mesh"
3582b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3583p32 = Instance.new("Part", m6)
3584p32.BrickColor = BrickColor.new("Black")
3585p32.Material = Enum.Material.SmoothPlastic
3586p32.Name = "BottomRightFlap"
3587p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3588p32.CanCollide = false
3589p32.Locked = true
3590p32.FormFactor = Enum.FormFactor.Custom
3591p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3592p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3593p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3594p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3595p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3596p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3597p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3598b32 = Instance.new("BlockMesh", p32)
3599b32.Name = "Mesh"
3600b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3601p33 = Instance.new("WedgePart", m6)
3602p33.BrickColor = BrickColor.new("Black")
3603p33.Material = Enum.Material.SmoothPlastic
3604p33.Name = "Wedge"
3605p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3606p33.CanCollide = false
3607p33.Locked = true
3608p33.FormFactor = Enum.FormFactor.Custom
3609p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3610p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3611p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3612p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3613p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3614p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3615p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3616b33 = Instance.new("SpecialMesh", p33)
3617b33.MeshType = Enum.MeshType.Wedge
3618b33.Name = "Mesh"
3619b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3620p34 = Instance.new("WedgePart", m6)
3621p34.BrickColor = BrickColor.new("Black")
3622p34.Material = Enum.Material.SmoothPlastic
3623p34.Name = "Wedge"
3624p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3625p34.CanCollide = false
3626p34.Locked = true
3627p34.FormFactor = Enum.FormFactor.Custom
3628p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3629p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3630p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3631p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3632p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3633p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3634p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3635b34 = Instance.new("SpecialMesh", p34)
3636b34.MeshType = Enum.MeshType.Wedge
3637b34.Name = "Mesh"
3638b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3639p35 = Instance.new("Part", m6)
3640p35.BrickColor = BrickColor.new("Black")
3641p35.Material = Enum.Material.SmoothPlastic
3642p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3643p35.CanCollide = false
3644p35.Locked = true
3645p35.FormFactor = Enum.FormFactor.Custom
3646p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3647p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3648p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3649p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3650p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3651p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3652p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3653b35 = Instance.new("BlockMesh", p35)
3654b35.Name = "Mesh"
3655b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3656p36 = Instance.new("WedgePart", m6)
3657p36.BrickColor = BrickColor.new("Black")
3658p36.Material = Enum.Material.SmoothPlastic
3659p36.Name = "Wedge"
3660p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3661p36.CanCollide = false
3662p36.Locked = true
3663p36.FormFactor = Enum.FormFactor.Custom
3664p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3665p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3666p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3667p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3668p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3669p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3670p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3671b36 = Instance.new("SpecialMesh", p36)
3672b36.MeshType = Enum.MeshType.Wedge
3673b36.Name = "Mesh"
3674b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3675p37 = Instance.new("Part", m6)
3676p37.BrickColor = BrickColor.new("Black")
3677p37.Material = Enum.Material.SmoothPlastic
3678p37.Name = "CapeLevel3"
3679p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3680p37.CanCollide = false
3681p37.Locked = true
3682p37.FormFactor = Enum.FormFactor.Custom
3683p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3684p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3685p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3686p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3687p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3688p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3689p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3690b37 = Instance.new("BlockMesh", p37)
3691b37.Name = "Mesh"
3692b37.Scale = Vector3.new(1, 1, 0.602178097)
3693p38 = Instance.new("WedgePart", m6)
3694p38.BrickColor = BrickColor.new("Lime green")
3695p38.Material = Enum.Material.SmoothPlastic
3696p38.Name = "Wedge"
3697p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3698p38.CanCollide = false
3699p38.Locked = true
3700p38.FormFactor = Enum.FormFactor.Custom
3701p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3702p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3703p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3704p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3705p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3706p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3707p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3708b38 = Instance.new("SpecialMesh", p38)
3709b38.MeshType = Enum.MeshType.Wedge
3710b38.Name = "Mesh"
3711b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3712p39 = Instance.new("WedgePart", m6)
3713p39.BrickColor = BrickColor.new("Lime green")
3714p39.Material = Enum.Material.SmoothPlastic
3715p39.Name = "Wedge"
3716p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3717p39.CanCollide = false
3718p39.Locked = true
3719p39.FormFactor = Enum.FormFactor.Custom
3720p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3721p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3722p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3723p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3724p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3725p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3726p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3727b39 = Instance.new("SpecialMesh", p39)
3728b39.MeshType = Enum.MeshType.Wedge
3729b39.Name = "Mesh"
3730b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3731p40 = Instance.new("WedgePart", m6)
3732p40.BrickColor = BrickColor.new("Black")
3733p40.Material = Enum.Material.SmoothPlastic
3734p40.Name = "Wedge"
3735p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3736p40.CanCollide = false
3737p40.Locked = true
3738p40.FormFactor = Enum.FormFactor.Custom
3739p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3740p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3741p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3742p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3743p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3744p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3745p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3746b40 = Instance.new("SpecialMesh", p40)
3747b40.MeshType = Enum.MeshType.Wedge
3748b40.Name = "Mesh"
3749b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3750p41 = Instance.new("WedgePart", m6)
3751p41.BrickColor = BrickColor.new("Black")
3752p41.Material = Enum.Material.SmoothPlastic
3753p41.Name = "Wedge"
3754p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3755p41.CanCollide = false
3756p41.Locked = true
3757p41.FormFactor = Enum.FormFactor.Custom
3758p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3759p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3760p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3761p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3762p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3763p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3764p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3765b41 = Instance.new("SpecialMesh", p41)
3766b41.MeshType = Enum.MeshType.Wedge
3767b41.Name = "Mesh"
3768b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3769p42 = Instance.new("WedgePart", m6)
3770p42.BrickColor = BrickColor.new("Black")
3771p42.Material = Enum.Material.SmoothPlastic
3772p42.Name = "Wedge"
3773p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3774p42.CanCollide = false
3775p42.Locked = true
3776p42.FormFactor = Enum.FormFactor.Custom
3777p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3778p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3779p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3780p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3781p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3782p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3783p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3784b42 = Instance.new("SpecialMesh", p42)
3785b42.MeshType = Enum.MeshType.Wedge
3786b42.Name = "Mesh"
3787b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3788p43 = Instance.new("WedgePart", m6)
3789p43.BrickColor = BrickColor.new("Black")
3790p43.Material = Enum.Material.SmoothPlastic
3791p43.Name = "Wedge"
3792p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3793p43.CanCollide = false
3794p43.Locked = true
3795p43.FormFactor = Enum.FormFactor.Custom
3796p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3797p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3798p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3799p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3800p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3801p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3802p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3803b43 = Instance.new("SpecialMesh", p43)
3804b43.MeshType = Enum.MeshType.Wedge
3805b43.Name = "Mesh"
3806b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3807p44 = Instance.new("WedgePart", m6)
3808p44.BrickColor = BrickColor.new("Black")
3809p44.Material = Enum.Material.SmoothPlastic
3810p44.Name = "Wedge"
3811p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3812p44.CanCollide = false
3813p44.Locked = true
3814p44.FormFactor = Enum.FormFactor.Custom
3815p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3816p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3817p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3818p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3819p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3820p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3821p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3822b44 = Instance.new("SpecialMesh", p44)
3823b44.MeshType = Enum.MeshType.Wedge
3824b44.Name = "Mesh"
3825b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3826p45 = Instance.new("WedgePart", m6)
3827p45.BrickColor = BrickColor.new("Black")
3828p45.Material = Enum.Material.SmoothPlastic
3829p45.Name = "Wedge"
3830p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3831p45.CanCollide = false
3832p45.Locked = true
3833p45.FormFactor = Enum.FormFactor.Custom
3834p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3835p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3836p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3837p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3838p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3839p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3840p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3841b45 = Instance.new("SpecialMesh", p45)
3842b45.MeshType = Enum.MeshType.Wedge
3843b45.Name = "Mesh"
3844b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3845p46 = Instance.new("WedgePart", m6)
3846p46.BrickColor = BrickColor.new("Black")
3847p46.Material = Enum.Material.SmoothPlastic
3848p46.Name = "Wedge"
3849p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3850p46.CanCollide = false
3851p46.Locked = true
3852p46.FormFactor = Enum.FormFactor.Custom
3853p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3854p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3855p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3856p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3857p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3858p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3859p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3860b46 = Instance.new("SpecialMesh", p46)
3861b46.MeshType = Enum.MeshType.Wedge
3862b46.Name = "Mesh"
3863b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3864p47 = Instance.new("Part", m6)
3865p47.BrickColor = BrickColor.new("Black")
3866p47.Material = Enum.Material.SmoothPlastic
3867p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3868p47.CanCollide = false
3869p47.Locked = true
3870p47.FormFactor = Enum.FormFactor.Custom
3871p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3872p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3873p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3874p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3875p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3876p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3877p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3878b47 = Instance.new("BlockMesh", p47)
3879b47.Name = "Mesh"
3880b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3881p48 = Instance.new("Part", m6)
3882p48.BrickColor = BrickColor.new("Black")
3883p48.Material = Enum.Material.SmoothPlastic
3884p48.Name = "CapeLevel4"
3885p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3886p48.CanCollide = false
3887p48.Locked = true
3888p48.FormFactor = Enum.FormFactor.Custom
3889p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3890p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3891p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3892p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3893p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3894p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3895p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3896b48 = Instance.new("BlockMesh", p48)
3897b48.Name = "Mesh"
3898b48.Scale = Vector3.new(1, 1, 0.602178097)
3899p49 = Instance.new("WedgePart", m6)
3900p49.BrickColor = BrickColor.new("Black")
3901p49.Material = Enum.Material.SmoothPlastic
3902p49.Name = "Wedge"
3903p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3904p49.CanCollide = false
3905p49.Locked = true
3906p49.FormFactor = Enum.FormFactor.Custom
3907p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3908p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3909p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3910p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3911p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3912p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3913p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3914b49 = Instance.new("SpecialMesh", p49)
3915b49.MeshType = Enum.MeshType.Wedge
3916b49.Name = "Mesh"
3917b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3918p50 = Instance.new("Part", m6)
3919p50.BrickColor = BrickColor.new("Black")
3920p50.Material = Enum.Material.SmoothPlastic
3921p50.Name = "CapeLevel1SubPart"
3922p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3923p50.CanCollide = false
3924p50.Locked = true
3925p50.FormFactor = Enum.FormFactor.Custom
3926p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3927p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3928p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3929p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3930p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3931p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3932p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3933b50 = Instance.new("BlockMesh", p50)
3934b50.Name = "Mesh"
3935b50.Scale = Vector3.new(1, 1, 0.602178097)
3936p51 = Instance.new("Part", m6)
3937p51.BrickColor = BrickColor.new("Black")
3938p51.Material = Enum.Material.SmoothPlastic
3939p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3940p51.CanCollide = false
3941p51.Locked = true
3942p51.FormFactor = Enum.FormFactor.Custom
3943p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3944p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3945p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3946p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3947p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3948p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3949p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3950b51 = Instance.new("BlockMesh", p51)
3951b51.Name = "Mesh"
3952b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3953p52 = Instance.new("Part", m6)
3954p52.BrickColor = BrickColor.new("Black")
3955p52.Material = Enum.Material.SmoothPlastic
3956p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3957p52.CanCollide = false
3958p52.Locked = true
3959p52.FormFactor = Enum.FormFactor.Custom
3960p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3961p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3962p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3963p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3964p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3965p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3966p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3967b52 = Instance.new("BlockMesh", p52)
3968b52.Name = "Mesh"
3969b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3970p53 = Instance.new("WedgePart", m6)
3971p53.BrickColor = BrickColor.new("Black")
3972p53.Material = Enum.Material.SmoothPlastic
3973p53.Name = "Wedge"
3974p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3975p53.CanCollide = false
3976p53.Locked = true
3977p53.FormFactor = Enum.FormFactor.Custom
3978p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3979p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3980p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3981p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3982p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3983p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3984p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3985b53 = Instance.new("SpecialMesh", p53)
3986b53.MeshType = Enum.MeshType.Wedge
3987b53.Name = "Mesh"
3988b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3989p54 = Instance.new("Part", m6)
3990p54.BrickColor = BrickColor.new("Black")
3991p54.Material = Enum.Material.SmoothPlastic
3992p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3993p54.CanCollide = false
3994p54.Locked = true
3995p54.FormFactor = Enum.FormFactor.Custom
3996p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3997p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3998p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3999p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4000p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4001p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4002p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4003b54 = Instance.new("BlockMesh", p54)
4004b54.Name = "Mesh"
4005b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4006p55 = Instance.new("WedgePart", m6)
4007p55.BrickColor = BrickColor.new("Black")
4008p55.Material = Enum.Material.SmoothPlastic
4009p55.Name = "Wedge"
4010p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4011p55.CanCollide = false
4012p55.Locked = true
4013p55.FormFactor = Enum.FormFactor.Custom
4014p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4015p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4016p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4017p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4018p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4019p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4020p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4021b55 = Instance.new("SpecialMesh", p55)
4022b55.MeshType = Enum.MeshType.Wedge
4023b55.Name = "Mesh"
4024b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4025p56 = Instance.new("WedgePart", m6)
4026p56.BrickColor = BrickColor.new("Lime green")
4027p56.Material = Enum.Material.SmoothPlastic
4028p56.Name = "Wedge"
4029p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4030p56.CanCollide = false
4031p56.Locked = true
4032p56.FormFactor = Enum.FormFactor.Custom
4033p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4034p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4035p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4036p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4037p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4038p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4039p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4040b56 = Instance.new("SpecialMesh", p56)
4041b56.MeshType = Enum.MeshType.Wedge
4042b56.Name = "Mesh"
4043b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4044p57 = Instance.new("WedgePart", m6)
4045p57.BrickColor = BrickColor.new("Black")
4046p57.Material = Enum.Material.SmoothPlastic
4047p57.Name = "Wedge"
4048p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4049p57.CanCollide = false
4050p57.Locked = true
4051p57.FormFactor = Enum.FormFactor.Custom
4052p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4053p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4054p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4055p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4056p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4057p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4058p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4059b57 = Instance.new("SpecialMesh", p57)
4060b57.MeshType = Enum.MeshType.Wedge
4061b57.Name = "Mesh"
4062b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4063p58 = Instance.new("Part", m6)
4064p58.BrickColor = BrickColor.new("Black")
4065p58.Material = Enum.Material.SmoothPlastic
4066p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4067p58.CanCollide = false
4068p58.Locked = true
4069p58.FormFactor = Enum.FormFactor.Custom
4070p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4071p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4072p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4073p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4074p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4075p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4076p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4077b58 = Instance.new("BlockMesh", p58)
4078b58.Name = "Mesh"
4079b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4080p59 = Instance.new("WedgePart", m6)
4081p59.BrickColor = BrickColor.new("Black")
4082p59.Material = Enum.Material.SmoothPlastic
4083p59.Name = "Wedge"
4084p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4085p59.CanCollide = false
4086p59.Locked = true
4087p59.FormFactor = Enum.FormFactor.Custom
4088p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4089p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4090p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4091p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4092p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4093p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4094p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4095b59 = Instance.new("SpecialMesh", p59)
4096b59.MeshType = Enum.MeshType.Wedge
4097b59.Name = "Mesh"
4098b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4099p60 = Instance.new("Part", m6)
4100p60.BrickColor = BrickColor.new("Black")
4101p60.Material = Enum.Material.SmoothPlastic
4102p60.Name = "NeckPart"
4103p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4104p60.CanCollide = false
4105p60.Locked = true
4106p60.FormFactor = Enum.FormFactor.Custom
4107p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4108p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4109p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4110p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4111p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4112p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4113p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4114b60 = Instance.new("BlockMesh", p60)
4115b60.Name = "Mesh"
4116b60.Scale = Vector3.new(1, 0.602178097, 1)
4117p61 = Instance.new("Part", m6)
4118p61.BrickColor = BrickColor.new("Black")
4119p61.Material = Enum.Material.SmoothPlastic
4120p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4121p61.CanCollide = false
4122p61.Locked = true
4123p61.FormFactor = Enum.FormFactor.Custom
4124p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4125p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4126p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4127p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4128p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4129p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4130p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4131b61 = Instance.new("BlockMesh", p61)
4132b61.Name = "Mesh"
4133b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4134p62 = Instance.new("WedgePart", m6)
4135p62.BrickColor = BrickColor.new("Black")
4136p62.Material = Enum.Material.SmoothPlastic
4137p62.Name = "Wedge"
4138p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4139p62.CanCollide = false
4140p62.Locked = true
4141p62.FormFactor = Enum.FormFactor.Custom
4142p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4143p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4144p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4145p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4146p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4147p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4148p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4149b62 = Instance.new("SpecialMesh", p62)
4150b62.MeshType = Enum.MeshType.Wedge
4151b62.Name = "Mesh"
4152b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4153p63 = Instance.new("WedgePart", m6)
4154p63.BrickColor = BrickColor.new("Lime green")
4155p63.Material = Enum.Material.SmoothPlastic
4156p63.Name = "Wedge"
4157p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4158p63.CanCollide = false
4159p63.Locked = true
4160p63.FormFactor = Enum.FormFactor.Custom
4161p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4162p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4163p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4164p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4165p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4166p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4167p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4168b63 = Instance.new("SpecialMesh", p63)
4169b63.MeshType = Enum.MeshType.Wedge
4170b63.Name = "Mesh"
4171b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4172p64 = Instance.new("WedgePart", m6)
4173p64.BrickColor = BrickColor.new("Black")
4174p64.Material = Enum.Material.SmoothPlastic
4175p64.Name = "Wedge"
4176p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4177p64.CanCollide = false
4178p64.Locked = true
4179p64.FormFactor = Enum.FormFactor.Custom
4180p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4181p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4182p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4183p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4184p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4185p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4186p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4187b64 = Instance.new("SpecialMesh", p64)
4188b64.MeshType = Enum.MeshType.Wedge
4189b64.Name = "Mesh"
4190b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4191p65 = Instance.new("WedgePart", m6)
4192p65.BrickColor = BrickColor.new("Black")
4193p65.Material = Enum.Material.SmoothPlastic
4194p65.Name = "Wedge"
4195p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4196p65.CanCollide = false
4197p65.Locked = true
4198p65.FormFactor = Enum.FormFactor.Custom
4199p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4200p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4201p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4202p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4203p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4204p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4205p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4206b65 = Instance.new("SpecialMesh", p65)
4207b65.MeshType = Enum.MeshType.Wedge
4208b65.Name = "Mesh"
4209b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4210p66 = Instance.new("WedgePart", m6)
4211p66.BrickColor = BrickColor.new("Black")
4212p66.Material = Enum.Material.SmoothPlastic
4213p66.Name = "Wedge"
4214p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4215p66.CanCollide = false
4216p66.Locked = true
4217p66.FormFactor = Enum.FormFactor.Custom
4218p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4219p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4220p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4221p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4222p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4223p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4224p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4225b66 = Instance.new("SpecialMesh", p66)
4226b66.MeshType = Enum.MeshType.Wedge
4227b66.Name = "Mesh"
4228b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4229p67 = Instance.new("WedgePart", m6)
4230p67.BrickColor = BrickColor.new("Black")
4231p67.Material = Enum.Material.SmoothPlastic
4232p67.Name = "Wedge"
4233p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4234p67.CanCollide = false
4235p67.Locked = true
4236p67.FormFactor = Enum.FormFactor.Custom
4237p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4238p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4239p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4240p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4241p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4242p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4243p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4244b67 = Instance.new("SpecialMesh", p67)
4245b67.MeshType = Enum.MeshType.Wedge
4246b67.Name = "Mesh"
4247b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4248p68 = Instance.new("WedgePart", m6)
4249p68.BrickColor = BrickColor.new("Lime green")
4250p68.Name = "Wedge"
4251p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4252p68.CanCollide = false
4253p68.Locked = true
4254p68.FormFactor = Enum.FormFactor.Custom
4255p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4256p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4257p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4258p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4259p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4260p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4261p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4262b68 = Instance.new("SpecialMesh", p68)
4263b68.MeshType = Enum.MeshType.Wedge
4264b68.Name = "Mesh"
4265b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4266p69 = Instance.new("WedgePart", m6)
4267p69.BrickColor = BrickColor.new("Lime green")
4268p69.Name = "Wedge"
4269p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4270p69.CanCollide = false
4271p69.Locked = true
4272p69.FormFactor = Enum.FormFactor.Custom
4273p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4274p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4275p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4276p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4277p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4278p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4279p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4280b69 = Instance.new("SpecialMesh", p69)
4281b69.MeshType = Enum.MeshType.Wedge
4282b69.Name = "Mesh"
4283b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4284p70 = Instance.new("WedgePart", m6)
4285p70.BrickColor = BrickColor.new("Black")
4286p70.Material = Enum.Material.SmoothPlastic
4287p70.Name = "Wedge"
4288p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4289p70.CanCollide = false
4290p70.Locked = true
4291p70.FormFactor = Enum.FormFactor.Custom
4292p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4293p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4294p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4295p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4296p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4297p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4298p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4299b70 = Instance.new("SpecialMesh", p70)
4300b70.MeshType = Enum.MeshType.Wedge
4301b70.Name = "Mesh"
4302b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4303p71 = Instance.new("WedgePart", m6)
4304p71.BrickColor = BrickColor.new("Lime green")
4305p71.Name = "Wedge"
4306p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4307p71.CanCollide = false
4308p71.Locked = true
4309p71.FormFactor = Enum.FormFactor.Custom
4310p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4311p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4312p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4313p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4314p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4315p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4316p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4317b71 = Instance.new("SpecialMesh", p71)
4318b71.MeshType = Enum.MeshType.Wedge
4319b71.Name = "Mesh"
4320b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4321p72 = Instance.new("WedgePart", m6)
4322p72.BrickColor = BrickColor.new("Black")
4323p72.Material = Enum.Material.SmoothPlastic
4324p72.Name = "Wedge"
4325p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4326p72.CanCollide = false
4327p72.Locked = true
4328p72.FormFactor = Enum.FormFactor.Custom
4329p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4330p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4331p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4332p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4333p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4334p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4335p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4336b72 = Instance.new("SpecialMesh", p72)
4337b72.MeshType = Enum.MeshType.Wedge
4338b72.Name = "Mesh"
4339b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4340p73 = Instance.new("WedgePart", m6)
4341p73.BrickColor = BrickColor.new("Black")
4342p73.Material = Enum.Material.SmoothPlastic
4343p73.Name = "Wedge"
4344p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4345p73.CanCollide = false
4346p73.Locked = true
4347p73.FormFactor = Enum.FormFactor.Custom
4348p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4349p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4350p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4351p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4352p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4353p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4354p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4355b73 = Instance.new("SpecialMesh", p73)
4356b73.MeshType = Enum.MeshType.Wedge
4357b73.Name = "Mesh"
4358b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4359p74 = Instance.new("WedgePart", m6)
4360p74.BrickColor = BrickColor.new("Black")
4361p74.Material = Enum.Material.SmoothPlastic
4362p74.Name = "Wedge"
4363p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4364p74.CanCollide = false
4365p74.Locked = true
4366p74.FormFactor = Enum.FormFactor.Custom
4367p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4368p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4369p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4370p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4371p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4372p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4373p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4374b74 = Instance.new("SpecialMesh", p74)
4375b74.MeshType = Enum.MeshType.Wedge
4376b74.Name = "Mesh"
4377b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4378p75 = Instance.new("WedgePart", m6)
4379p75.BrickColor = BrickColor.new("Black")
4380p75.Material = Enum.Material.SmoothPlastic
4381p75.Name = "Wedge"
4382p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4383p75.CanCollide = false
4384p75.Locked = true
4385p75.FormFactor = Enum.FormFactor.Custom
4386p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4387p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4388p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4389p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4390p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4391p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4392p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4393b75 = Instance.new("SpecialMesh", p75)
4394b75.MeshType = Enum.MeshType.Wedge
4395b75.Name = "Mesh"
4396b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4397p76 = Instance.new("WedgePart", m6)
4398p76.BrickColor = BrickColor.new("Black")
4399p76.Material = Enum.Material.SmoothPlastic
4400p76.Name = "Wedge"
4401p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4402p76.CanCollide = false
4403p76.Locked = true
4404p76.FormFactor = Enum.FormFactor.Custom
4405p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4406p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4407p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4408p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4409p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4410p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4411p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4412b76 = Instance.new("SpecialMesh", p76)
4413b76.MeshType = Enum.MeshType.Wedge
4414b76.Name = "Mesh"
4415b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4416p77 = Instance.new("WedgePart", m6)
4417p77.BrickColor = BrickColor.new("Lime green")
4418p77.Material = Enum.Material.SmoothPlastic
4419p77.Name = "Wedge"
4420p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4421p77.CanCollide = false
4422p77.Locked = true
4423p77.FormFactor = Enum.FormFactor.Custom
4424p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4425p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4426p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4427p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4428p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4429p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4430p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4431b77 = Instance.new("SpecialMesh", p77)
4432b77.MeshType = Enum.MeshType.Wedge
4433b77.Name = "Mesh"
4434b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4435p78 = Instance.new("WedgePart", m6)
4436p78.BrickColor = BrickColor.new("Black")
4437p78.Material = Enum.Material.SmoothPlastic
4438p78.Name = "Wedge"
4439p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4440p78.CanCollide = false
4441p78.Locked = true
4442p78.FormFactor = Enum.FormFactor.Custom
4443p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4444p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4445p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4446p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4447p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4448p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4449p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4450b78 = Instance.new("SpecialMesh", p78)
4451b78.MeshType = Enum.MeshType.Wedge
4452b78.Name = "Mesh"
4453b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4454p79 = Instance.new("WedgePart", m6)
4455p79.BrickColor = BrickColor.new("Lime green")
4456p79.Material = Enum.Material.SmoothPlastic
4457p79.Name = "Wedge"
4458p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4459p79.CanCollide = false
4460p79.Locked = true
4461p79.FormFactor = Enum.FormFactor.Custom
4462p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4463p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4464p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4465p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4466p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4467p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4468p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4469b79 = Instance.new("SpecialMesh", p79)
4470b79.MeshType = Enum.MeshType.Wedge
4471b79.Name = "Mesh"
4472b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4473p80 = Instance.new("WedgePart", m6)
4474p80.BrickColor = BrickColor.new("Black")
4475p80.Material = Enum.Material.SmoothPlastic
4476p80.Name = "Wedge"
4477p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4478p80.CanCollide = false
4479p80.Locked = true
4480p80.FormFactor = Enum.FormFactor.Custom
4481p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4482p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4483p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4484p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4485p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4486p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4487p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4488b80 = Instance.new("SpecialMesh", p80)
4489b80.MeshType = Enum.MeshType.Wedge
4490b80.Name = "Mesh"
4491b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4492w1 = Instance.new("Weld", p1)
4493w1.Name = "Joint"
4494w1.Part0 = p1
4495w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4496w1.Part1 = p47
4497w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4498w2 = Instance.new("Weld", p2)
4499w2.Name = "Joint"
4500w2.Part0 = p2
4501w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4502w2.Part1 = p11
4503w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4504w3 = Instance.new("Weld", p3)
4505w3.Name = "Joint"
4506w3.Part0 = p3
4507w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4508w3.Part1 = p50
4509w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4510w4 = Instance.new("Weld", p4)
4511w4.Name = "Joint"
4512w4.Part0 = p4
4513w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4514w4.Part1 = p5
4515w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4516w5 = Instance.new("Weld", p5)
4517w5.Name = "Joint"
4518w5.Part0 = p5
4519w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4520w5.Part1 = p27
4521w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4522w6 = Instance.new("Weld", p6)
4523w6.Name = "Joint"
4524w6.Part0 = p6
4525w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4526w6.Part1 = p14
4527w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4528w7 = Instance.new("Weld", p7)
4529w7.Name = "Joint"
4530w7.Part0 = p7
4531w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4532w7.Part1 = p10
4533w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4534w8 = Instance.new("Weld", p8)
4535w8.Name = "Joint"
4536w8.Part0 = p8
4537w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4538w8.Part1 = p32
4539w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4540w9 = Instance.new("Weld", p9)
4541w9.Name = "Joint"
4542w9.Part0 = p9
4543w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4544w9.Part1 = p16
4545w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4546w10 = Instance.new("Weld", p10)
4547w10.Name = "Joint"
4548w10.Part0 = p10
4549w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4550w10.Part1 = p61
4551w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4552w11 = Instance.new("Weld", p11)
4553w11.Name = "Joint"
4554w11.Part0 = p11
4555w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4556w11.Part1 = p13
4557w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4558w12 = Instance.new("Weld", p12)
4559w12.Name = "Joint"
4560w12.Part0 = p12
4561w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4562w12.Part1 = p29
4563w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4564w13 = Instance.new("Weld", p13)
4565w13.Name = "Joint"
4566w13.Part0 = p13
4567w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4568w13.Part1 = p48
4569w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570w14 = Instance.new("Weld", p14)
4571w14.Name = "Joint"
4572w14.Part0 = p14
4573w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4574w14.Part1 = p60
4575w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576w15 = Instance.new("Weld", p15)
4577w15.Name = "Joint"
4578w15.Part0 = p15
4579w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4580w15.Part1 = p17
4581w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582w16 = Instance.new("Weld", p16)
4583w16.Name = "Joint"
4584w16.Part0 = p16
4585w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4586w16.Part1 = p48
4587w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588w17 = Instance.new("Weld", p17)
4589w17.Name = "Joint"
4590w17.Part0 = p17
4591w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4592w17.Part1 = p50
4593w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594w18 = Instance.new("Weld", p18)
4595w18.Name = "Joint"
4596w18.Part0 = p18
4597w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4598w18.Part1 = p50
4599w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600w19 = Instance.new("Weld", p19)
4601w19.Name = "Joint"
4602w19.Part0 = p19
4603w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4604w19.Part1 = p54
4605w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606w20 = Instance.new("Weld", p20)
4607w20.Name = "Joint"
4608w20.Part0 = p20
4609w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4610w20.Part1 = p21
4611w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612w21 = Instance.new("Weld", p21)
4613w21.Name = "Joint"
4614w21.Part0 = p21
4615w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4616w21.Part1 = p37
4617w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618w22 = Instance.new("Weld", p22)
4619w22.Name = "Joint"
4620w22.Part0 = p22
4621w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4622w22.Part1 = p8
4623w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624w23 = Instance.new("Weld", p23)
4625w23.Name = "Joint"
4626w23.Part0 = p23
4627w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4628w23.Part1 = p35
4629w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630w24 = Instance.new("Weld", p24)
4631w24.Name = "Joint"
4632w24.Part0 = p24
4633w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4634w24.Part1 = p48
4635w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636w25 = Instance.new("Weld", p25)
4637w25.Name = "Joint"
4638w25.Part0 = p25
4639w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4640w25.Part1 = p8
4641w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642w26 = Instance.new("Weld", p26)
4643w26.Name = "Joint"
4644w26.Part0 = p26
4645w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4646w26.Part1 = p6
4647w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4648w27 = Instance.new("Weld", p27)
4649w27.Name = "Joint"
4650w27.Part0 = p27
4651w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4652w27.Part1 = p48
4653w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4654w28 = Instance.new("Weld", p28)
4655w28.Name = "Joint"
4656w28.Part0 = p28
4657w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4658w28.Part1 = p35
4659w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4660w29 = Instance.new("Weld", p29)
4661w29.Name = "Joint"
4662w29.Part0 = p29
4663w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4664w29.Part1 = p37
4665w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4666w30 = Instance.new("Weld", p30)
4667w30.Name = "Joint"
4668w30.Part0 = p30
4669w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4670w30.Part1 = p20
4671w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672w31 = Instance.new("Weld", p31)
4673w31.Name = "Joint"
4674w31.Part0 = p31
4675w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4676w31.Part1 = p16
4677w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4678w32 = Instance.new("Weld", p32)
4679w32.Name = "Joint"
4680w32.Part0 = p32
4681w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4682w32.Part1 = p48
4683w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4684w33 = Instance.new("Weld", p33)
4685w33.Name = "Joint"
4686w33.Part0 = p33
4687w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4688w33.Part1 = p21
4689w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690w34 = Instance.new("Weld", p34)
4691w34.Name = "Joint"
4692w34.Part0 = p34
4693w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4694w34.Part1 = p27
4695w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696w35 = Instance.new("Weld", p35)
4697w35.Name = "Joint"
4698w35.Part0 = p35
4699w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4700w35.Part1 = p58
4701w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4702w36 = Instance.new("Weld", p36)
4703w36.Name = "Joint"
4704w36.Part0 = p36
4705w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4706w36.Part1 = p29
4707w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708w37 = Instance.new("Weld", p37)
4709w37.Name = "Joint"
4710w37.Part0 = p37
4711w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4712w37.Part1 = p3
4713w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714w38 = Instance.new("Weld", p38)
4715w38.Name = "Joint"
4716w38.Part0 = p38
4717w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4718w38.Part1 = p4
4719w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4720w39 = Instance.new("Weld", p39)
4721w39.Name = "Joint"
4722w39.Part0 = p39
4723w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4724w39.Part1 = p12
4725w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4726w40 = Instance.new("Weld", p40)
4727w40.Name = "Joint"
4728w40.Part0 = p40
4729w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4730w40.Part1 = p52
4731w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732w41 = Instance.new("Weld", p41)
4733w41.Name = "Joint"
4734w41.Part0 = p41
4735w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4736w41.Part1 = p5
4737w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4738w42 = Instance.new("Weld", p42)
4739w42.Name = "Joint"
4740w42.Part0 = p42
4741w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4742w42.Part1 = p8
4743w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4744w43 = Instance.new("Weld", p43)
4745w43.Name = "Joint"
4746w43.Part0 = p43
4747w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4748w43.Part1 = p5
4749w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4750w44 = Instance.new("Weld", p44)
4751w44.Name = "Joint"
4752w44.Part0 = p44
4753w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4754w44.Part1 = p15
4755w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756w45 = Instance.new("Weld", p45)
4757w45.Name = "Joint"
4758w45.Part0 = p45
4759w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4760w45.Part1 = p11
4761w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4762w46 = Instance.new("Weld", p46)
4763w46.Name = "Joint"
4764w46.Part0 = p46
4765w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4766w46.Part1 = p6
4767w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768w47 = Instance.new("Weld", p47)
4769w47.Name = "Joint"
4770w47.Part0 = p47
4771w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4772w47.Part1 = p18
4773w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4774w48 = Instance.new("Weld", p48)
4775w48.Name = "Joint"
4776w48.Part0 = p48
4777w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4778w48.Part1 = p37
4779w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4780w49 = Instance.new("Weld", p49)
4781w49.Name = "Joint"
4782w49.Part0 = p49
4783w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4784w49.Part1 = p47
4785w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4786w50 = Instance.new("Weld", p50)
4787w50.Name = "Joint"
4788w50.Part0 = p50
4789w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4790w50.Part1 = p6
4791w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4792w51 = Instance.new("Weld", p51)
4793w51.Name = "Joint"
4794w51.Part0 = p51
4795w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4796w51.Part1 = p52
4797w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4798w52 = Instance.new("Weld", p52)
4799w52.Name = "Joint"
4800w52.Part0 = p52
4801w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4802w52.Part1 = p3
4803w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4804w53 = Instance.new("Weld", p53)
4805w53.Name = "Joint"
4806w53.Part0 = p53
4807w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4808w53.Part1 = p9
4809w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4810w54 = Instance.new("Weld", p54)
4811w54.Name = "Joint"
4812w54.Part0 = p54
4813w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4814w54.Part1 = p9
4815w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4816w55 = Instance.new("Weld", p55)
4817w55.Name = "Joint"
4818w55.Part0 = p55
4819w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4820w55.Part1 = p8
4821w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4822w56 = Instance.new("Weld", p56)
4823w56.Name = "Joint"
4824w56.Part0 = p56
4825w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4826w56.Part1 = p20
4827w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4828w57 = Instance.new("Weld", p57)
4829w57.Name = "Joint"
4830w57.Part0 = p57
4831w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4832w57.Part1 = p47
4833w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834w58 = Instance.new("Weld", p58)
4835w58.Name = "Joint"
4836w58.Part0 = p58
4837w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4838w58.Part1 = p3
4839w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4840w59 = Instance.new("Weld", p59)
4841w59.Name = "Joint"
4842w59.Part0 = p59
4843w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4844w59.Part1 = p32
4845w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4846w60 = Instance.new("Weld", p61)
4847w60.Name = "Joint"
4848w60.Part0 = p61
4849w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4850w60.Part1 = p48
4851w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852w61 = Instance.new("Weld", p62)
4853w61.Name = "Joint"
4854w61.Part0 = p62
4855w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4856w61.Part1 = p10
4857w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4858w62 = Instance.new("Weld", p63)
4859w62.Name = "Joint"
4860w62.Part0 = p63
4861w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4862w62.Part1 = p7
4863w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4864w63 = Instance.new("Weld", p64)
4865w63.Name = "Joint"
4866w63.Part0 = p64
4867w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4868w63.Part1 = p54
4869w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4870w64 = Instance.new("Weld", p65)
4871w64.Name = "Joint"
4872w64.Part0 = p65
4873w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4874w64.Part1 = p13
4875w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4876w65 = Instance.new("Weld", p66)
4877w65.Name = "Joint"
4878w65.Part0 = p66
4879w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4880w65.Part1 = p52
4881w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4882w66 = Instance.new("Weld", p67)
4883w66.Name = "Joint"
4884w66.Part0 = p67
4885w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4886w66.Part1 = p16
4887w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4888w67 = Instance.new("Weld", p68)
4889w67.Name = "Joint"
4890w67.Part0 = p68
4891w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4892w67.Part1 = p11
4893w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4894w68 = Instance.new("Weld", p69)
4895w68.Name = "Joint"
4896w68.Part0 = p69
4897w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4898w68.Part1 = p11
4899w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4900w69 = Instance.new("Weld", p70)
4901w69.Name = "Joint"
4902w69.Part0 = p70
4903w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4904w69.Part1 = p58
4905w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4906w70 = Instance.new("Weld", p71)
4907w70.Name = "Joint"
4908w70.Part0 = p71
4909w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4910w70.Part1 = p54
4911w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4912w71 = Instance.new("Weld", p72)
4913w71.Name = "Joint"
4914w71.Part0 = p72
4915w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4916w71.Part1 = p9
4917w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4918w72 = Instance.new("Weld", p73)
4919w72.Name = "Joint"
4920w72.Part0 = p73
4921w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4922w72.Part1 = p13
4923w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4924w73 = Instance.new("Weld", p74)
4925w73.Name = "Joint"
4926w73.Part0 = p74
4927w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4928w73.Part1 = p10
4929w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4930w74 = Instance.new("Weld", p75)
4931w74.Name = "Joint"
4932w74.Part0 = p75
4933w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4934w74.Part1 = p54
4935w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4936w75 = Instance.new("Weld", p76)
4937w75.Name = "Joint"
4938w75.Part0 = p76
4939w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4940w75.Part1 = p32
4941w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4942w76 = Instance.new("Weld", p77)
4943w76.Name = "Joint"
4944w76.Part0 = p77
4945w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4946w76.Part1 = p15
4947w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4948w77 = Instance.new("Weld", p78)
4949w77.Name = "Joint"
4950w77.Part0 = p78
4951w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4952w77.Part1 = p15
4953w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4954w78 = Instance.new("Weld", p79)
4955w78.Name = "Joint"
4956w78.Part0 = p79
4957w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4958w78.Part1 = p51
4959w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4960w79 = Instance.new("Weld", p80)
4961w79.Name = "Joint"
4962w79.Part0 = p80
4963w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4964w79.Part1 = p12
4965w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4966m6.Parent = torso
4967m6:MakeJoints()
4968----------------------------------------------------
4969local cor6 = Instance.new("Part", torso.Cloak)
4970cor6.Name = "Thingy"
4971cor6.Locked = true
4972cor6.BottomSurface = 0
4973cor6.CanCollide = false
4974cor6.Size = Vector3.new(1,1,1)
4975cor6.Transparency = 1
4976cor6.TopSurface = 0
4977corw6 = Instance.new("Weld", cor6)
4978corw6.Part0 = torso
4979corw6.Part1 = cor6
4980corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4981corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4982weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
4983weld6.Part0 = cor6
4984weld6.Part1 = torso.Cloak.NeckPart
4985weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
4986--Amulet
4987m7 = Instance.new("Model")
4988m7.Name = "Amulet"
4989p1 = Instance.new("Part", m7)
4990p1.BrickColor = BrickColor.new("Lime green")
4991p1.Material = Enum.Material.Neon
4992p1.Name = "Center"
4993p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
4994p1.CanCollide = false
4995p1.Locked = true
4996p1.FormFactor = Enum.FormFactor.Custom
4997p1.Shape = Enum.PartType.Cylinder
4998p1.Size = Vector3.new(0.5, 0.5, 0.5)
4999p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5000p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5001p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5002p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5003p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5004p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5005p2 = Instance.new("Part", m7)
5006p2.BrickColor = BrickColor.new("Really black")
5007p2.Material = Enum.Material.Metal
5008p2.Name = "Bottom"
5009p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5010p2.CanCollide = false
5011p2.Locked = true
5012p2.FormFactor = Enum.FormFactor.Custom
5013p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5014p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5015p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5016p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5017p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5018p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5019p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5020b1 = Instance.new("SpecialMesh", p2)
5021b1.MeshType = Enum.MeshType.Cylinder
5022b1.Name = "Mesh"
5023p3 = Instance.new("Part", m7)
5024p3.BrickColor = BrickColor.new("Really black")
5025p3.Material = Enum.Material.Metal
5026p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5027p3.CanCollide = false
5028p3.Locked = true
5029p3.FormFactor = Enum.FormFactor.Custom
5030p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5031p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5032p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5033p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5034p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5035p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5036p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5037b2 = Instance.new("SpecialMesh", p3)
5038b2.MeshType = Enum.MeshType.Brick
5039b2.Name = "Mesh"
5040b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5041p4 = Instance.new("Part", m7)
5042p4.BrickColor = BrickColor.new("Really black")
5043p4.Material = Enum.Material.Metal
5044p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5045p4.CanCollide = false
5046p4.Locked = true
5047p4.FormFactor = Enum.FormFactor.Custom
5048p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5049p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5050p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5051p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5052p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5053p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5054p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5055b3 = Instance.new("SpecialMesh", p4)
5056b3.MeshType = Enum.MeshType.Brick
5057b3.Name = "Mesh"
5058b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5059p5 = Instance.new("Part", m7)
5060p5.BrickColor = BrickColor.new("Really black")
5061p5.Material = Enum.Material.Metal
5062p5.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)
5063p5.CanCollide = false
5064p5.Locked = true
5065p5.FormFactor = Enum.FormFactor.Custom
5066p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5067p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5068p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5069p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5070p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5071p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5072p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5073b4 = Instance.new("SpecialMesh", p5)
5074b4.MeshType = Enum.MeshType.Brick
5075b4.Name = "Mesh"
5076b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5077p6 = Instance.new("Part", m7)
5078p6.BrickColor = BrickColor.new("Really black")
5079p6.Material = Enum.Material.Metal
5080p6.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)
5081p6.CanCollide = false
5082p6.Locked = true
5083p6.FormFactor = Enum.FormFactor.Custom
5084p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5085p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5086p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5087p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5088p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5089p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5090p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5091b5 = Instance.new("SpecialMesh", p6)
5092b5.MeshType = Enum.MeshType.Brick
5093b5.Name = "Mesh"
5094b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5095p7 = Instance.new("Part", m7)
5096p7.BrickColor = BrickColor.new("Really black")
5097p7.Material = Enum.Material.Metal
5098p7.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)
5099p7.CanCollide = false
5100p7.Locked = true
5101p7.FormFactor = Enum.FormFactor.Custom
5102p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5103p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5104p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5105p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5106p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5107p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5108p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5109b6 = Instance.new("SpecialMesh", p7)
5110b6.MeshType = Enum.MeshType.Brick
5111b6.Name = "Mesh"
5112b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5113p8 = Instance.new("Part", m7)
5114p8.BrickColor = BrickColor.new("Really black")
5115p8.Material = Enum.Material.Metal
5116p8.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)
5117p8.CanCollide = false
5118p8.Locked = true
5119p8.FormFactor = Enum.FormFactor.Custom
5120p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5121p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5122p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5123p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5124p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5125p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5126p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5127b7 = Instance.new("SpecialMesh", p8)
5128b7.MeshType = Enum.MeshType.Brick
5129b7.Name = "Mesh"
5130b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5131p9 = Instance.new("Part", m7)
5132p9.BrickColor = BrickColor.new("Really black")
5133p9.Material = Enum.Material.Metal
5134p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5135p9.CanCollide = false
5136p9.Locked = true
5137p9.FormFactor = Enum.FormFactor.Custom
5138p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5139p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5140p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5141p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5142p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5143p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5144p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5145b8 = Instance.new("SpecialMesh", p9)
5146b8.MeshType = Enum.MeshType.Brick
5147b8.Name = "Mesh"
5148b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5149p10 = Instance.new("Part", m7)
5150p10.BrickColor = BrickColor.new("Really black")
5151p10.Material = Enum.Material.Metal
5152p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5153p10.CanCollide = false
5154p10.Locked = true
5155p10.FormFactor = Enum.FormFactor.Custom
5156p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5157p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5158p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5159p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5160p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5161p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5162p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5163b9 = Instance.new("SpecialMesh", p10)
5164b9.MeshType = Enum.MeshType.Brick
5165b9.Name = "Mesh"
5166b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5167p11 = Instance.new("Part", m7)
5168p11.BrickColor = BrickColor.new("Really black")
5169p11.Material = Enum.Material.Metal
5170p11.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)
5171p11.CanCollide = false
5172p11.Locked = true
5173p11.FormFactor = Enum.FormFactor.Custom
5174p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5175p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5176p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5177p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5178p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5179p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5180p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5181b10 = Instance.new("SpecialMesh", p11)
5182b10.MeshType = Enum.MeshType.Brick
5183b10.Name = "Mesh"
5184b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5185p12 = Instance.new("Part", m7)
5186p12.BrickColor = BrickColor.new("Really black")
5187p12.Material = Enum.Material.Metal
5188p12.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)
5189p12.CanCollide = false
5190p12.Locked = true
5191p12.FormFactor = Enum.FormFactor.Custom
5192p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5193p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5194p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5195p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5196p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5197p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5198p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5199b11 = Instance.new("SpecialMesh", p12)
5200b11.MeshType = Enum.MeshType.Brick
5201b11.Name = "Mesh"
5202b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5203p13 = Instance.new("Part", m7)
5204p13.BrickColor = BrickColor.new("Really black")
5205p13.Material = Enum.Material.Metal
5206p13.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)
5207p13.CanCollide = false
5208p13.Locked = true
5209p13.FormFactor = Enum.FormFactor.Custom
5210p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5211p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5212p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5213p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5214p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5215p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5216p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5217b12 = Instance.new("SpecialMesh", p13)
5218b12.MeshType = Enum.MeshType.Brick
5219b12.Name = "Mesh"
5220b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5221p14 = Instance.new("Part", m7)
5222p14.BrickColor = BrickColor.new("Really black")
5223p14.Material = Enum.Material.Metal
5224p14.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)
5225p14.CanCollide = false
5226p14.Locked = true
5227p14.FormFactor = Enum.FormFactor.Custom
5228p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5229p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5230p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5231p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5232p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5233p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5234p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5235b13 = Instance.new("SpecialMesh", p14)
5236b13.MeshType = Enum.MeshType.Brick
5237b13.Name = "Mesh"
5238b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5239p15 = Instance.new("Part", m7)
5240p15.BrickColor = BrickColor.new("Really black")
5241p15.Material = Enum.Material.Metal
5242p15.Name = "Top"
5243p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5244p15.CanCollide = false
5245p15.Locked = true
5246p15.FormFactor = Enum.FormFactor.Custom
5247p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5248p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5249p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5250p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5251p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5252p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5253p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5254b14 = Instance.new("SpecialMesh", p15)
5255b14.MeshType = Enum.MeshType.Cylinder
5256b14.Name = "Mesh"
5257w1 = Instance.new("Weld", p1)
5258w1.Name = "Joint"
5259w1.Part0 = p1
5260w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5261w1.Part1 = p15
5262w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5263w2 = Instance.new("Weld", p2)
5264w2.Name = "Joint"
5265w2.Part0 = p2
5266w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5267w2.Part1 = p1
5268w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5269w3 = Instance.new("Weld", p3)
5270w3.Name = "Joint"
5271w3.Part0 = p3
5272w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5273w3.Part1 = p1
5274w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5275w4 = Instance.new("Weld", p4)
5276w4.Name = "Joint"
5277w4.Part0 = p4
5278w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5279w4.Part1 = p1
5280w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5281w5 = Instance.new("Weld", p5)
5282w5.Name = "Joint"
5283w5.Part0 = p5
5284w5.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)
5285w5.Part1 = p1
5286w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5287w6 = Instance.new("Weld", p6)
5288w6.Name = "Joint"
5289w6.Part0 = p6
5290w6.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)
5291w6.Part1 = p1
5292w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5293w7 = Instance.new("Weld", p7)
5294w7.Name = "Joint"
5295w7.Part0 = p7
5296w7.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)
5297w7.Part1 = p1
5298w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5299w8 = Instance.new("Weld", p8)
5300w8.Name = "Joint"
5301w8.Part0 = p8
5302w8.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)
5303w8.Part1 = p1
5304w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5305w9 = Instance.new("Weld", p9)
5306w9.Name = "Joint"
5307w9.Part0 = p9
5308w9.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)
5309w9.Part1 = p1
5310w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5311w10 = Instance.new("Weld", p10)
5312w10.Name = "Joint"
5313w10.Part0 = p10
5314w10.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)
5315w10.Part1 = p1
5316w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5317w11 = Instance.new("Weld", p11)
5318w11.Name = "Joint"
5319w11.Part0 = p11
5320w11.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)
5321w11.Part1 = p1
5322w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5323w12 = Instance.new("Weld", p12)
5324w12.Name = "Joint"
5325w12.Part0 = p12
5326w12.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)
5327w12.Part1 = p1
5328w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5329w13 = Instance.new("Weld", p13)
5330w13.Name = "Joint"
5331w13.Part0 = p13
5332w13.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)
5333w13.Part1 = p1
5334w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5335w14 = Instance.new("Weld", p14)
5336w14.Name = "Joint"
5337w14.Part0 = p14
5338w14.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)
5339w14.Part1 = p1
5340w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5341m7.Parent = torso
5342m7:MakeJoints()
5343----------------------------------------------------
5344local cor7 = Instance.new("Part", torso.Amulet)
5345cor7.Name = "Thingy"
5346cor7.Locked = true
5347cor7.BottomSurface = 0
5348cor7.CanCollide = false
5349cor7.Size = Vector3.new(1, 1, 1)
5350cor7.Transparency = 1
5351cor7.TopSurface = 0
5352corw7 = Instance.new("Weld", cor7)
5353corw7.Part0 = torso.Torso.Connection
5354corw7.Part1 = cor7
5355corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5356corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5357weld7 = Instance.new("Weld", torso.Amulet)
5358weld7.Part0 = cor7
5359weld7.Part1 = torso.Amulet.Top
5360weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5361--Zyrodoxa
5362m8 = Instance.new("Model")
5363m8.Name = "Zyrodoxa"
5364p1 = Instance.new("Part", m8)
5365p1.BrickColor = BrickColor.new("Really black")
5366p1.Material = Enum.Material.Metal
5367p1.Reflectance = 0.40000000596046
5368p1.Name = "Block"
5369p1.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)
5370p1.CanCollide = false
5371p1.Locked = true
5372p1.FormFactor = Enum.FormFactor.Custom
5373p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5374p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5375p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5376p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5377p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5378p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5379p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5380b1 = Instance.new("BlockMesh", p1)
5381b1.Name = "Mesh"
5382b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5383p2 = Instance.new("Part", m8)
5384p2.BrickColor = BrickColor.new("Black")
5385p2.Material = Enum.Material.Metal
5386p2.Reflectance = 0.40000000596046
5387p2.Name = "Block"
5388p2.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)
5389p2.CanCollide = false
5390p2.Locked = true
5391p2.FormFactor = Enum.FormFactor.Custom
5392p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5393p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5394p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5395p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5396p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5397p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5398p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5399b2 = Instance.new("BlockMesh", p2)
5400b2.Name = "Mesh"
5401b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5402p3 = Instance.new("Part", m8)
5403p3.BrickColor = BrickColor.new("Black")
5404p3.Material = Enum.Material.Metal
5405p3.Reflectance = 0.40000000596046
5406p3.Name = "Block"
5407p3.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)
5408p3.CanCollide = false
5409p3.Locked = true
5410p3.FormFactor = Enum.FormFactor.Custom
5411p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5412p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5413p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5414p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5415p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5416p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5417p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5418b3 = Instance.new("BlockMesh", p3)
5419b3.Name = "Mesh"
5420b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5421p4 = Instance.new("Part", m8)
5422p4.BrickColor = BrickColor.new("Lime green")
5423p4.Material = Enum.Material.Metal
5424p4.Name = "Block"
5425p4.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)
5426p4.CanCollide = false
5427p4.Locked = true
5428p4.FormFactor = Enum.FormFactor.Custom
5429p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5430p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5431p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5432p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5433p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5434p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5435p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5436b4 = Instance.new("BlockMesh", p4)
5437b4.Name = "Mesh"
5438b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5439p5 = Instance.new("Part", m8)
5440p5.BrickColor = BrickColor.new("Lime green")
5441p5.Material = Enum.Material.Neon
5442p5.Reflectance = 0.40000000596046
5443p5.Name = "Block"
5444p5.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)
5445p5.CanCollide = false
5446p5.Locked = true
5447p5.FormFactor = Enum.FormFactor.Custom
5448p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5449p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5450p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5451p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5452p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5453p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5454p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5455b5 = Instance.new("BlockMesh", p5)
5456b5.Name = "Mesh"
5457b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5458p6 = Instance.new("Part", m8)
5459p6.BrickColor = BrickColor.new("Parsley green")
5460p6.Material = Enum.Material.Metal
5461p6.Name = "Block"
5462p6.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)
5463p6.CanCollide = false
5464p6.Locked = true
5465p6.FormFactor = Enum.FormFactor.Custom
5466p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5467p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5468p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5469p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5470p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5471p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5472p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5473b6 = Instance.new("BlockMesh", p6)
5474b6.Name = "Mesh"
5475b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5476p7 = Instance.new("Part", m8)
5477p7.BrickColor = BrickColor.new("Lime green")
5478p7.Material = Enum.Material.Neon
5479p7.Reflectance = 0.40000000596046
5480p7.Name = "Block"
5481p7.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)
5482p7.CanCollide = false
5483p7.Locked = true
5484p7.FormFactor = Enum.FormFactor.Custom
5485p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5486p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5487p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5488p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5489p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5490p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5491p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5492b7 = Instance.new("BlockMesh", p7)
5493b7.Name = "Mesh"
5494b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5495p8 = Instance.new("Part", m8)
5496p8.BrickColor = BrickColor.new("Lime green")
5497p8.Material = Enum.Material.Neon
5498p8.Reflectance = 0.40000000596046
5499p8.Name = "Block"
5500p8.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)
5501p8.CanCollide = false
5502p8.Locked = true
5503p8.FormFactor = Enum.FormFactor.Custom
5504p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5505p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5506p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5507p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5508p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5509p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5510p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5511b8 = Instance.new("BlockMesh", p8)
5512b8.Name = "Mesh"
5513b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5514p9 = Instance.new("Part", m8)
5515p9.BrickColor = BrickColor.new("Really black")
5516p9.Material = Enum.Material.Metal
5517p9.Reflectance = 0.40000000596046
5518p9.Name = "Block"
5519p9.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)
5520p9.CanCollide = false
5521p9.Locked = true
5522p9.FormFactor = Enum.FormFactor.Custom
5523p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5524p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5525p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5526p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5527p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5528p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5529p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5530b9 = Instance.new("BlockMesh", p9)
5531b9.Name = "Mesh"
5532b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5533p10 = Instance.new("Part", m8)
5534p10.BrickColor = BrickColor.new("Really black")
5535p10.Material = Enum.Material.Metal
5536p10.Reflectance = 0.40000000596046
5537p10.Name = "Block"
5538p10.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)
5539p10.CanCollide = false
5540p10.Locked = true
5541p10.FormFactor = Enum.FormFactor.Custom
5542p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5543p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5544p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5545p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5546p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5547p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5548p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5549b10 = Instance.new("BlockMesh", p10)
5550b10.Name = "Mesh"
5551b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5552p11 = Instance.new("Part", m8)
5553p11.BrickColor = BrickColor.new("Black")
5554p11.Material = Enum.Material.Metal
5555p11.Name = "Circle"
5556p11.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)
5557p11.CanCollide = false
5558p11.Locked = true
5559p11.FormFactor = Enum.FormFactor.Custom
5560p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5561p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5562p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5563p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5564p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5565p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5566p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5567b11 = Instance.new("CylinderMesh", p11)
5568b11.Name = "Mesh"
5569b11.Scale = Vector3.new(1, 0.401569068, 1)
5570p12 = Instance.new("Part", m8)
5571p12.BrickColor = BrickColor.new("Lime green")
5572p12.Material = Enum.Material.Neon
5573p12.Reflectance = 0.40000000596046
5574p12.Name = "Block"
5575p12.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)
5576p12.CanCollide = false
5577p12.Locked = true
5578p12.FormFactor = Enum.FormFactor.Custom
5579p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5580p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5581p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5582p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5583p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5584p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5585p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5586b12 = Instance.new("BlockMesh", p12)
5587b12.Name = "Mesh"
5588b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5589p13 = Instance.new("Part", m8)
5590p13.BrickColor = BrickColor.new("Lime green")
5591p13.Material = Enum.Material.Metal
5592p13.Name = "Block"
5593p13.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)
5594p13.CanCollide = false
5595p13.Locked = true
5596p13.FormFactor = Enum.FormFactor.Custom
5597p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5598p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5599p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5600p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5601p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5602p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5603p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5604b13 = Instance.new("BlockMesh", p13)
5605b13.Name = "Mesh"
5606b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5607p14 = Instance.new("Part", m8)
5608p14.BrickColor = BrickColor.new("Black")
5609p14.Material = Enum.Material.Metal
5610p14.Reflectance = 0.40000000596046
5611p14.Name = "Block"
5612p14.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)
5613p14.CanCollide = false
5614p14.Locked = true
5615p14.FormFactor = Enum.FormFactor.Custom
5616p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5617p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5618p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5619p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5620p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5621p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5622p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5623b14 = Instance.new("BlockMesh", p14)
5624b14.Name = "Mesh"
5625b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5626p15 = Instance.new("Part", m8)
5627p15.BrickColor = BrickColor.new("Really black")
5628p15.Material = Enum.Material.Metal
5629p15.Reflectance = 0.40000000596046
5630p15.Name = "Block"
5631p15.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)
5632p15.CanCollide = false
5633p15.Locked = true
5634p15.FormFactor = Enum.FormFactor.Custom
5635p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5636p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5637p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5638p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5639p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5640p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5641p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5642b15 = Instance.new("BlockMesh", p15)
5643b15.Name = "Mesh"
5644b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5645p16 = Instance.new("Part", m8)
5646p16.BrickColor = BrickColor.new("Really black")
5647p16.Material = Enum.Material.Metal
5648p16.Name = "Handle"
5649p16.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)
5650p16.CanCollide = false
5651p16.Locked = true
5652p16.FormFactor = Enum.FormFactor.Custom
5653p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5654p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5655p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5656p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5657p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5658p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5659p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5660b16 = Instance.new("BlockMesh", p16)
5661b16.Name = "Mesh"
5662b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5663p17 = Instance.new("Part", m8)
5664p17.BrickColor = BrickColor.new("Lime green")
5665p17.Material = Enum.Material.Neon
5666p17.Reflectance = 0.40000000596046
5667p17.Name = "Block"
5668p17.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)
5669p17.CanCollide = false
5670p17.Locked = true
5671p17.FormFactor = Enum.FormFactor.Custom
5672p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5673p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5674p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5675p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5676p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5677p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5678p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5679b17 = Instance.new("BlockMesh", p17)
5680b17.Name = "Mesh"
5681b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5682p18 = Instance.new("Part", m8)
5683p18.BrickColor = BrickColor.new("Really black")
5684p18.Material = Enum.Material.Metal
5685p18.Name = "Block"
5686p18.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)
5687p18.CanCollide = false
5688p18.Locked = true
5689p18.FormFactor = Enum.FormFactor.Custom
5690p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5691p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5692p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5693p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5694p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5695p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5696p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5697b18 = Instance.new("BlockMesh", p18)
5698b18.Name = "Mesh"
5699b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5700p19 = Instance.new("Part", m8)
5701p19.BrickColor = BrickColor.new("Black")
5702p19.Material = Enum.Material.Metal
5703p19.Reflectance = 0.40000000596046
5704p19.Name = "Block"
5705p19.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)
5706p19.CanCollide = false
5707p19.Locked = true
5708p19.FormFactor = Enum.FormFactor.Custom
5709p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5710p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5711p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5712p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5713p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5714p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5715p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5716b19 = Instance.new("BlockMesh", p19)
5717b19.Name = "Mesh"
5718b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5719p20 = Instance.new("Part", m8)
5720p20.BrickColor = BrickColor.new("Lime green")
5721p20.Material = Enum.Material.Metal
5722p20.Name = "Block"
5723p20.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)
5724p20.CanCollide = false
5725p20.Locked = true
5726p20.FormFactor = Enum.FormFactor.Custom
5727p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5728p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5729p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5730p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5731p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5732p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5733p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5734b20 = Instance.new("BlockMesh", p20)
5735b20.Name = "Mesh"
5736b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5737p21 = Instance.new("Part", m8)
5738p21.BrickColor = BrickColor.new("Really black")
5739p21.Material = Enum.Material.Metal
5740p21.Name = "Block"
5741p21.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)
5742p21.CanCollide = false
5743p21.Locked = true
5744p21.FormFactor = Enum.FormFactor.Custom
5745p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5746p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5747p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5748p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5749p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5750p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5751p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5752b21 = Instance.new("BlockMesh", p21)
5753b21.Name = "Mesh"
5754b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5755p22 = Instance.new("Part", m8)
5756p22.BrickColor = BrickColor.new("Really black")
5757p22.Material = Enum.Material.Metal
5758p22.Reflectance = 0.40000000596046
5759p22.Name = "Block"
5760p22.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)
5761p22.CanCollide = false
5762p22.Locked = true
5763p22.FormFactor = Enum.FormFactor.Custom
5764p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5765p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5766p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5767p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5768p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5769p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5770p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5771b22 = Instance.new("BlockMesh", p22)
5772b22.Name = "Mesh"
5773b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5774p23 = Instance.new("Part", m8)
5775p23.BrickColor = BrickColor.new("Lime green")
5776p23.Material = Enum.Material.Marble
5777p23.Name = "Block"
5778p23.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)
5779p23.CanCollide = false
5780p23.Locked = true
5781p23.FormFactor = Enum.FormFactor.Custom
5782p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5783p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5784p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5785p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5786p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5787p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5788p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5789b23 = Instance.new("BlockMesh", p23)
5790b23.Name = "Mesh"
5791b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5792p24 = Instance.new("Part", m8)
5793p24.BrickColor = BrickColor.new("Really black")
5794p24.Material = Enum.Material.Metal
5795p24.Name = "Block"
5796p24.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)
5797p24.CanCollide = false
5798p24.Locked = true
5799p24.FormFactor = Enum.FormFactor.Custom
5800p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5801p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5802p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5803p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5804p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5805p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5806p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5807b24 = Instance.new("BlockMesh", p24)
5808b24.Name = "Mesh"
5809b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5810p25 = Instance.new("Part", m8)
5811p25.BrickColor = BrickColor.new("Lime green")
5812p25.Material = Enum.Material.Marble
5813p25.Name = "Block"
5814p25.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)
5815p25.CanCollide = false
5816p25.Locked = true
5817p25.FormFactor = Enum.FormFactor.Custom
5818p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5819p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5820p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5821p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5822p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5823p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5824p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5825b25 = Instance.new("BlockMesh", p25)
5826b25.Name = "Mesh"
5827b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5828p26 = Instance.new("Part", m8)
5829p26.BrickColor = BrickColor.new("Really black")
5830p26.Material = Enum.Material.Metal
5831p26.Reflectance = 0.40000000596046
5832p26.Name = "Block"
5833p26.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)
5834p26.CanCollide = false
5835p26.Locked = true
5836p26.FormFactor = Enum.FormFactor.Custom
5837p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5838p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5839p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5840p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5841p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5842p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5843p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5844b26 = Instance.new("BlockMesh", p26)
5845b26.Name = "Mesh"
5846b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5847p27 = Instance.new("Part", m8)
5848p27.BrickColor = BrickColor.new("Lime green")
5849p27.Material = Enum.Material.Metal
5850p27.Name = "Block"
5851p27.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)
5852p27.CanCollide = false
5853p27.Locked = true
5854p27.FormFactor = Enum.FormFactor.Custom
5855p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5856p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5857p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5858p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5859p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5860p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5861p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5862b27 = Instance.new("BlockMesh", p27)
5863b27.Name = "Mesh"
5864b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5865p28 = Instance.new("Part", m8)
5866p28.BrickColor = BrickColor.new("Really black")
5867p28.Material = Enum.Material.SmoothPlastic
5868p28.Reflectance = 0.0099999997764826
5869p28.Name = "Circle"
5870p28.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)
5871p28.CanCollide = false
5872p28.Locked = true
5873p28.FormFactor = Enum.FormFactor.Custom
5874p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5875p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5876p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5877p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5878p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5879p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5880p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5881b28 = Instance.new("CylinderMesh", p28)
5882b28.Name = "Mesh"
5883b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5884p29 = Instance.new("Part", m8)
5885p29.BrickColor = BrickColor.new("Black")
5886p29.Material = Enum.Material.Metal
5887p29.Reflectance = 0.40000000596046
5888p29.Name = "Block"
5889p29.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)
5890p29.CanCollide = false
5891p29.Locked = true
5892p29.FormFactor = Enum.FormFactor.Custom
5893p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5894p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5895p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5896p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5897p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5898p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5899p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5900b29 = Instance.new("BlockMesh", p29)
5901b29.Name = "Mesh"
5902b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5903p30 = Instance.new("Part", m8)
5904p30.BrickColor = BrickColor.new("Lime green")
5905p30.Material = Enum.Material.Metal
5906p30.Name = "Block"
5907p30.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)
5908p30.CanCollide = false
5909p30.Locked = true
5910p30.FormFactor = Enum.FormFactor.Custom
5911p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5912p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5913p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5914p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5915p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5916p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5917p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5918b30 = Instance.new("BlockMesh", p30)
5919b30.Name = "Mesh"
5920b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5921p31 = Instance.new("Part", m8)
5922p31.BrickColor = BrickColor.new("Lime green")
5923p31.Material = Enum.Material.Neon
5924p31.Reflectance = 0.40000000596046
5925p31.Name = "Block"
5926p31.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)
5927p31.CanCollide = false
5928p31.Locked = true
5929p31.FormFactor = Enum.FormFactor.Custom
5930p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5931p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5932p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5933p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5934p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5935p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5936p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5937b31 = Instance.new("BlockMesh", p31)
5938b31.Name = "Mesh"
5939b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5940p32 = Instance.new("Part", m8)
5941p32.BrickColor = BrickColor.new("Lime green")
5942p32.Material = Enum.Material.Metal
5943p32.Name = "Block"
5944p32.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)
5945p32.CanCollide = false
5946p32.Locked = true
5947p32.FormFactor = Enum.FormFactor.Custom
5948p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5949p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5950p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5951p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5952p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5953p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5954p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5955b32 = Instance.new("BlockMesh", p32)
5956b32.Name = "Mesh"
5957b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5958p33 = Instance.new("Part", m8)
5959p33.BrickColor = BrickColor.new("Really black")
5960p33.Material = Enum.Material.Metal
5961p33.Reflectance = 0.40000000596046
5962p33.Name = "Block"
5963p33.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)
5964p33.CanCollide = false
5965p33.Locked = true
5966p33.FormFactor = Enum.FormFactor.Custom
5967p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5968p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5969p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5970p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5971p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5972p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5973p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5974b33 = Instance.new("BlockMesh", p33)
5975b33.Name = "Mesh"
5976b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5977p34 = Instance.new("Part", m8)
5978p34.BrickColor = BrickColor.new("Lime green")
5979p34.Material = Enum.Material.Metal
5980p34.Name = "Block"
5981p34.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)
5982p34.CanCollide = false
5983p34.Locked = true
5984p34.FormFactor = Enum.FormFactor.Custom
5985p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5986p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5987p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5988p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5989p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5990p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5991p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5992b34 = Instance.new("BlockMesh", p34)
5993b34.Name = "Mesh"
5994b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5995p35 = Instance.new("Part", m8)
5996p35.BrickColor = BrickColor.new("Lime green")
5997p35.Material = Enum.Material.Metal
5998p35.Name = "Block"
5999p35.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)
6000p35.CanCollide = false
6001p35.Locked = true
6002p35.FormFactor = Enum.FormFactor.Custom
6003p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6004p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6005p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6006p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6007p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6008p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6009p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6010b35 = Instance.new("BlockMesh", p35)
6011b35.Name = "Mesh"
6012b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6013p36 = Instance.new("Part", m8)
6014p36.BrickColor = BrickColor.new("Lime green")
6015p36.Material = Enum.Material.Metal
6016p36.Name = "Block"
6017p36.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)
6018p36.CanCollide = false
6019p36.Locked = true
6020p36.FormFactor = Enum.FormFactor.Custom
6021p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6022p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6023p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6024p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6025p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6026p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6027p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6028b36 = Instance.new("BlockMesh", p36)
6029b36.Name = "Mesh"
6030b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6031p37 = Instance.new("Part", m8)
6032p37.BrickColor = BrickColor.new("Lime green")
6033p37.Material = Enum.Material.Marble
6034p37.Name = "Circle"
6035p37.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)
6036p37.CanCollide = false
6037p37.Locked = true
6038p37.FormFactor = Enum.FormFactor.Custom
6039p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6040p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6041p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6042p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6043p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6044p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6045p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6046b37 = Instance.new("CylinderMesh", p37)
6047b37.Name = "Mesh"
6048b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6049p38 = Instance.new("Part", m8)
6050p38.BrickColor = BrickColor.new("Really black")
6051p38.Material = Enum.Material.Metal
6052p38.Name = "Block"
6053p38.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)
6054p38.CanCollide = false
6055p38.Locked = true
6056p38.FormFactor = Enum.FormFactor.Custom
6057p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6058p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6059p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6060p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6061p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6062p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6063p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6064b38 = Instance.new("BlockMesh", p38)
6065b38.Name = "Mesh"
6066b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6067p39 = Instance.new("Part", m8)
6068p39.BrickColor = BrickColor.new("Really black")
6069p39.Material = Enum.Material.Metal
6070p39.Name = "Block"
6071p39.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)
6072p39.CanCollide = false
6073p39.Locked = true
6074p39.FormFactor = Enum.FormFactor.Custom
6075p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6076p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6077p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6078p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6079p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6080p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6081p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6082b39 = Instance.new("BlockMesh", p39)
6083b39.Name = "Mesh"
6084b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6085p40 = Instance.new("Part", m8)
6086p40.BrickColor = BrickColor.new("Really black")
6087p40.Material = Enum.Material.Metal
6088p40.Name = "Block"
6089p40.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)
6090p40.CanCollide = false
6091p40.Locked = true
6092p40.FormFactor = Enum.FormFactor.Custom
6093p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6094p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6095p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6096p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6097p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6098p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6099p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6100b40 = Instance.new("BlockMesh", p40)
6101b40.Name = "Mesh"
6102b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6103p41 = Instance.new("Part", m8)
6104p41.BrickColor = BrickColor.new("Lime green")
6105p41.Material = Enum.Material.Neon
6106p41.Reflectance = 0.40000000596046
6107p41.Name = "Block"
6108p41.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)
6109p41.CanCollide = false
6110p41.Locked = true
6111p41.FormFactor = Enum.FormFactor.Custom
6112p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6113p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6114p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6115p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6116p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6117p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6118p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6119b41 = Instance.new("BlockMesh", p41)
6120b41.Name = "Mesh"
6121b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6122p42 = Instance.new("Part", m8)
6123p42.BrickColor = BrickColor.new("Earth green")
6124p42.Material = Enum.Material.Metal
6125p42.Name = "Block"
6126p42.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)
6127p42.CanCollide = false
6128p42.Locked = true
6129p42.FormFactor = Enum.FormFactor.Custom
6130p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6131p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6132p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6133p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6134p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6135p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6136p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6137b42 = Instance.new("BlockMesh", p42)
6138b42.Name = "Mesh"
6139b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6140p43 = Instance.new("Part", m8)
6141p43.BrickColor = BrickColor.new("Really black")
6142p43.Material = Enum.Material.Metal
6143p43.Name = "Block"
6144p43.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)
6145p43.CanCollide = false
6146p43.Locked = true
6147p43.FormFactor = Enum.FormFactor.Custom
6148p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6149p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6150p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6151p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6152p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6153p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6154p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6155b43 = Instance.new("BlockMesh", p43)
6156b43.Name = "Mesh"
6157b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6158p44 = Instance.new("Part", m8)
6159p44.BrickColor = BrickColor.new("Lime green")
6160p44.Material = Enum.Material.Marble
6161p44.Name = "Circle"
6162p44.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)
6163p44.CanCollide = false
6164p44.Locked = true
6165p44.FormFactor = Enum.FormFactor.Custom
6166p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6167p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6168p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6169p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6170p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6171p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6172p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6173b44 = Instance.new("CylinderMesh", p44)
6174b44.Name = "Mesh"
6175b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6176p45 = Instance.new("Part", m8)
6177p45.BrickColor = BrickColor.new("Lime green")
6178p45.Material = Enum.Material.Neon
6179p45.Reflectance = 0.40000000596046
6180p45.Name = "Block"
6181p45.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)
6182p45.CanCollide = false
6183p45.Locked = true
6184p45.FormFactor = Enum.FormFactor.Custom
6185p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6186p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6187p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6188p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6189p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6190p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6191p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6192b45 = Instance.new("BlockMesh", p45)
6193b45.Name = "Mesh"
6194b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6195p46 = Instance.new("Part", m8)
6196p46.BrickColor = BrickColor.new("Black")
6197p46.Material = Enum.Material.Metal
6198p46.Name = "Block"
6199p46.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)
6200p46.CanCollide = false
6201p46.Locked = true
6202p46.FormFactor = Enum.FormFactor.Custom
6203p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6204p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6205p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6206p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6207p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6208p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6209p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6210b46 = Instance.new("BlockMesh", p46)
6211b46.Name = "Mesh"
6212b46.Scale = Vector3.new(1, 0.401569068, 1)
6213p47 = Instance.new("Part", m8)
6214p47.BrickColor = BrickColor.new("Earth green")
6215p47.Material = Enum.Material.Metal
6216p47.Name = "Block"
6217p47.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)
6218p47.CanCollide = false
6219p47.Locked = true
6220p47.FormFactor = Enum.FormFactor.Custom
6221p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6222p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6223p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6224p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6225p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6226p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6227p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6228b47 = Instance.new("BlockMesh", p47)
6229b47.Name = "Mesh"
6230b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6231p48 = Instance.new("Part", m8)
6232p48.BrickColor = BrickColor.new("Lime green")
6233p48.Material = Enum.Material.Metal
6234p48.Name = "Block"
6235p48.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)
6236p48.CanCollide = false
6237p48.Locked = true
6238p48.FormFactor = Enum.FormFactor.Custom
6239p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6240p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6241p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6242p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6243p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6244p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6245p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6246b48 = Instance.new("BlockMesh", p48)
6247b48.Name = "Mesh"
6248b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6249p49 = Instance.new("Part", m8)
6250p49.BrickColor = BrickColor.new("Lime green")
6251p49.Material = Enum.Material.Metal
6252p49.Name = "Block"
6253p49.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)
6254p49.CanCollide = false
6255p49.Locked = true
6256p49.FormFactor = Enum.FormFactor.Custom
6257p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6258p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6259p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6260p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6261p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6262p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6263p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6264b49 = Instance.new("BlockMesh", p49)
6265b49.Name = "Mesh"
6266b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6267p50 = Instance.new("Part", m8)
6268p50.BrickColor = BrickColor.new("Black")
6269p50.Material = Enum.Material.Metal
6270p50.Reflectance = 0.40000000596046
6271p50.Name = "Block"
6272p50.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)
6273p50.CanCollide = false
6274p50.Locked = true
6275p50.FormFactor = Enum.FormFactor.Custom
6276p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6277p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6278p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6279p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6280p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6281p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6282p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6283b50 = Instance.new("BlockMesh", p50)
6284b50.Name = "Mesh"
6285b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6286p51 = Instance.new("Part", m8)
6287p51.BrickColor = BrickColor.new("Lime green")
6288p51.Material = Enum.Material.Metal
6289p51.Name = "Block"
6290p51.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)
6291p51.CanCollide = false
6292p51.Locked = true
6293p51.FormFactor = Enum.FormFactor.Custom
6294p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6295p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6296p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6297p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6298p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6299p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6300p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6301b51 = Instance.new("BlockMesh", p51)
6302b51.Name = "Mesh"
6303b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6304p52 = Instance.new("Part", m8)
6305p52.BrickColor = BrickColor.new("Lime green")
6306p52.Material = Enum.Material.Metal
6307p52.Name = "Block"
6308p52.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)
6309p52.CanCollide = false
6310p52.Locked = true
6311p52.FormFactor = Enum.FormFactor.Custom
6312p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6313p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6314p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6315p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6316p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6317p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6318p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6319b52 = Instance.new("BlockMesh", p52)
6320b52.Name = "Mesh"
6321b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6322p53 = Instance.new("Part", m8)
6323p53.BrickColor = BrickColor.new("Really black")
6324p53.Material = Enum.Material.Metal
6325p53.Name = "Block"
6326p53.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)
6327p53.CanCollide = false
6328p53.Locked = true
6329p53.FormFactor = Enum.FormFactor.Custom
6330p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6331p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6332p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6333p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6334p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6335p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6336p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6337b53 = Instance.new("BlockMesh", p53)
6338b53.Name = "Mesh"
6339b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6340p54 = Instance.new("Part", m8)
6341p54.BrickColor = BrickColor.new("Really black")
6342p54.Material = Enum.Material.SmoothPlastic
6343p54.Reflectance = 0.0099999997764826
6344p54.Name = "Circle"
6345p54.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)
6346p54.CanCollide = false
6347p54.Locked = true
6348p54.FormFactor = Enum.FormFactor.Custom
6349p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6350p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6351p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6352p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6353p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6354p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6355p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6356b54 = Instance.new("CylinderMesh", p54)
6357b54.Name = "Mesh"
6358b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6359p55 = Instance.new("Part", m8)
6360p55.BrickColor = BrickColor.new("Really black")
6361p55.Material = Enum.Material.Metal
6362p55.Reflectance = 0.40000000596046
6363p55.Name = "Block"
6364p55.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)
6365p55.CanCollide = false
6366p55.Locked = true
6367p55.FormFactor = Enum.FormFactor.Custom
6368p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6369p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6370p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6371p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6372p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6373p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6374p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6375b55 = Instance.new("BlockMesh", p55)
6376b55.Name = "Mesh"
6377b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6378p56 = Instance.new("Part", m8)
6379p56.BrickColor = BrickColor.new("Black")
6380p56.Material = Enum.Material.Metal
6381p56.Reflectance = 0.40000000596046
6382p56.Name = "Block"
6383p56.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)
6384p56.CanCollide = false
6385p56.Locked = true
6386p56.FormFactor = Enum.FormFactor.Custom
6387p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6388p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6389p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6390p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6391p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6392p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6393p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6394b56 = Instance.new("BlockMesh", p56)
6395b56.Name = "Mesh"
6396b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6397p57 = Instance.new("Part", m8)
6398p57.BrickColor = BrickColor.new("Black")
6399p57.Material = Enum.Material.Metal
6400p57.Reflectance = 0.40000000596046
6401p57.Name = "Block"
6402p57.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)
6403p57.CanCollide = false
6404p57.Locked = true
6405p57.FormFactor = Enum.FormFactor.Custom
6406p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6407p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6408p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6409p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6410p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6411p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6412p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6413b57 = Instance.new("BlockMesh", p57)
6414b57.Name = "Mesh"
6415b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6416p58 = Instance.new("Part", m8)
6417p58.BrickColor = BrickColor.new("Lime green")
6418p58.Material = Enum.Material.Marble
6419p58.Name = "Block"
6420p58.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)
6421p58.CanCollide = false
6422p58.Locked = true
6423p58.FormFactor = Enum.FormFactor.Custom
6424p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6425p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6426p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6427p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6428p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6429p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6430p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6431b58 = Instance.new("BlockMesh", p58)
6432b58.Name = "Mesh"
6433b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6434p59 = Instance.new("Part", m8)
6435p59.BrickColor = BrickColor.new("Lime green")
6436p59.Material = Enum.Material.Metal
6437p59.Name = "Block"
6438p59.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)
6439p59.CanCollide = false
6440p59.Locked = true
6441p59.FormFactor = Enum.FormFactor.Custom
6442p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6443p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6444p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6445p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6446p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6447p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6448p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6449b59 = Instance.new("BlockMesh", p59)
6450b59.Name = "Mesh"
6451b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6452p60 = Instance.new("Part", m8)
6453p60.BrickColor = BrickColor.new("Lime green")
6454p60.Material = Enum.Material.Marble
6455p60.Name = "Circle"
6456p60.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)
6457p60.CanCollide = false
6458p60.Locked = true
6459p60.FormFactor = Enum.FormFactor.Custom
6460p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6461p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6462p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6463p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6464p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6465p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6466p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6467b60 = Instance.new("CylinderMesh", p60)
6468b60.Name = "Mesh"
6469b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6470p61 = Instance.new("Part", m8)
6471p61.BrickColor = BrickColor.new("Black")
6472p61.Material = Enum.Material.Metal
6473p61.Name = "Circle"
6474p61.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)
6475p61.CanCollide = false
6476p61.Locked = true
6477p61.FormFactor = Enum.FormFactor.Custom
6478p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6479p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6480p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6481p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6482p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6483p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6484p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6485b61 = Instance.new("CylinderMesh", p61)
6486b61.Name = "Mesh"
6487b61.Scale = Vector3.new(1, 0.401569068, 1)
6488p62 = Instance.new("Part", m8)
6489p62.BrickColor = BrickColor.new("Lime green")
6490p62.Material = Enum.Material.Metal
6491p62.Name = "Block"
6492p62.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)
6493p62.CanCollide = false
6494p62.Locked = true
6495p62.FormFactor = Enum.FormFactor.Custom
6496p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6497p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6498p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6499p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6500p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6501p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6502p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6503b62 = Instance.new("BlockMesh", p62)
6504b62.Name = "Mesh"
6505b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6506p63 = Instance.new("Part", m8)
6507p63.BrickColor = BrickColor.new("Lime green")
6508p63.Material = Enum.Material.Metal
6509p63.Name = "Block"
6510p63.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)
6511p63.CanCollide = false
6512p63.Locked = true
6513p63.FormFactor = Enum.FormFactor.Custom
6514p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6515p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6516p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6517p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6518p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6519p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6520p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6521b63 = Instance.new("BlockMesh", p63)
6522b63.Name = "Mesh"
6523b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6524p64 = Instance.new("Part", m8)
6525p64.BrickColor = BrickColor.new("Really black")
6526p64.Material = Enum.Material.SmoothPlastic
6527p64.Reflectance = 0.0099999997764826
6528p64.Name = "Block"
6529p64.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)
6530p64.CanCollide = false
6531p64.Locked = true
6532p64.FormFactor = Enum.FormFactor.Custom
6533p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6534p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6535p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6536p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6537p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6538p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6539p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6540b64 = Instance.new("BlockMesh", p64)
6541b64.Name = "Mesh"
6542b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6543p65 = Instance.new("Part", m8)
6544p65.BrickColor = BrickColor.new("Lime green")
6545p65.Material = Enum.Material.Metal
6546p65.Name = "Block"
6547p65.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)
6548p65.CanCollide = false
6549p65.Locked = true
6550p65.FormFactor = Enum.FormFactor.Custom
6551p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6552p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6553p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6554p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6555p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6556p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6557p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6558b65 = Instance.new("BlockMesh", p65)
6559b65.Name = "Mesh"
6560b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6561p66 = Instance.new("Part", m8)
6562p66.BrickColor = BrickColor.new("Really black")
6563p66.Material = Enum.Material.Metal
6564p66.Reflectance = 0.40000000596046
6565p66.Name = "Block"
6566p66.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)
6567p66.CanCollide = false
6568p66.Locked = true
6569p66.FormFactor = Enum.FormFactor.Custom
6570p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6571p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6572p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6573p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6574p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6575p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6576p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6577b66 = Instance.new("BlockMesh", p66)
6578b66.Name = "Mesh"
6579b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6580p67 = Instance.new("Part", m8)
6581p67.BrickColor = BrickColor.new("Lime green")
6582p67.Material = Enum.Material.Metal
6583p67.Name = "Block"
6584p67.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)
6585p67.CanCollide = false
6586p67.Locked = true
6587p67.FormFactor = Enum.FormFactor.Custom
6588p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6589p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6590p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6591p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6592p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6593p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6594p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6595b67 = Instance.new("BlockMesh", p67)
6596b67.Name = "Mesh"
6597b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6598p68 = Instance.new("Part", m8)
6599p68.BrickColor = BrickColor.new("Black")
6600p68.Material = Enum.Material.Metal
6601p68.Reflectance = 0.40000000596046
6602p68.Name = "Block"
6603p68.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)
6604p68.CanCollide = false
6605p68.Locked = true
6606p68.FormFactor = Enum.FormFactor.Custom
6607p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6608p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6609p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6610p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6611p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6612p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6613p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6614b68 = Instance.new("BlockMesh", p68)
6615b68.Name = "Mesh"
6616b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6617p69 = Instance.new("Part", m8)
6618p69.BrickColor = BrickColor.new("Earth green")
6619p69.Material = Enum.Material.Metal
6620p69.Name = "Block"
6621p69.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)
6622p69.CanCollide = false
6623p69.Locked = true
6624p69.FormFactor = Enum.FormFactor.Custom
6625p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6626p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6627p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6628p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6629p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6630p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6631p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6632b69 = Instance.new("BlockMesh", p69)
6633b69.Name = "Mesh"
6634b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6635p70 = Instance.new("Part", m8)
6636p70.BrickColor = BrickColor.new("Lime green")
6637p70.Material = Enum.Material.Marble
6638p70.Name = "Circle"
6639p70.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)
6640p70.CanCollide = false
6641p70.Locked = true
6642p70.FormFactor = Enum.FormFactor.Custom
6643p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6644p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6645p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6646p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6647p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6648p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6649p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6650b70 = Instance.new("CylinderMesh", p70)
6651b70.Name = "Mesh"
6652b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6653p71 = Instance.new("WedgePart", m8)
6654p71.BrickColor = BrickColor.new("Lime green")
6655p71.Material = Enum.Material.Neon
6656p71.Reflectance = 0.40000000596046
6657p71.Name = "Wedge"
6658p71.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)
6659p71.CanCollide = false
6660p71.Locked = true
6661p71.FormFactor = Enum.FormFactor.Custom
6662p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6663p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6664p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6665p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6666p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6667p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6668p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6669b71 = Instance.new("SpecialMesh", p71)
6670b71.MeshType = Enum.MeshType.Wedge
6671b71.Name = "Mesh"
6672b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6673p72 = Instance.new("WedgePart", m8)
6674p72.BrickColor = BrickColor.new("Lime green")
6675p72.Material = Enum.Material.Neon
6676p72.Reflectance = 0.40000000596046
6677p72.Name = "Wedge"
6678p72.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)
6679p72.CanCollide = false
6680p72.Locked = true
6681p72.FormFactor = Enum.FormFactor.Custom
6682p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6683p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6684p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6685p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6686p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6687p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6688p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6689b72 = Instance.new("SpecialMesh", p72)
6690b72.MeshType = Enum.MeshType.Wedge
6691b72.Name = "Mesh"
6692b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6693p73 = Instance.new("WedgePart", m8)
6694p73.BrickColor = BrickColor.new("Lime green")
6695p73.Material = Enum.Material.Neon
6696p73.Reflectance = 0.40000000596046
6697p73.Name = "Wedge"
6698p73.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)
6699p73.CanCollide = false
6700p73.Locked = true
6701p73.FormFactor = Enum.FormFactor.Custom
6702p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6703p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6704p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6705p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6706p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6707p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6708p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6709b73 = Instance.new("SpecialMesh", p73)
6710b73.MeshType = Enum.MeshType.Wedge
6711b73.Name = "Mesh"
6712b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6713p74 = Instance.new("WedgePart", m8)
6714p74.BrickColor = BrickColor.new("Lime green")
6715p74.Material = Enum.Material.Neon
6716p74.Reflectance = 0.40000000596046
6717p74.Name = "Wedge"
6718p74.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)
6719p74.CanCollide = false
6720p74.Locked = true
6721p74.FormFactor = Enum.FormFactor.Custom
6722p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6723p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6724p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6725p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6726p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6727p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6728p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6729b74 = Instance.new("SpecialMesh", p74)
6730b74.MeshType = Enum.MeshType.Wedge
6731b74.Name = "Mesh"
6732b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6733p75 = Instance.new("WedgePart", m8)
6734p75.BrickColor = BrickColor.new("Lime green")
6735p75.Material = Enum.Material.Neon
6736p75.Reflectance = 0.40000000596046
6737p75.Name = "Wedge"
6738p75.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)
6739p75.CanCollide = false
6740p75.Locked = true
6741p75.FormFactor = Enum.FormFactor.Custom
6742p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6743p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6744p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6745p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6746p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6747p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6748p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6749b75 = Instance.new("SpecialMesh", p75)
6750b75.MeshType = Enum.MeshType.Wedge
6751b75.Name = "Mesh"
6752b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6753p76 = Instance.new("WedgePart", m8)
6754p76.BrickColor = BrickColor.new("Lime green")
6755p76.Material = Enum.Material.Neon
6756p76.Reflectance = 0.40000000596046
6757p76.Name = "Wedge"
6758p76.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)
6759p76.CanCollide = false
6760p76.Locked = true
6761p76.FormFactor = Enum.FormFactor.Custom
6762p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6763p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6764p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6765p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6766p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6767p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6768p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6769b76 = Instance.new("SpecialMesh", p76)
6770b76.MeshType = Enum.MeshType.Wedge
6771b76.Name = "Mesh"
6772b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6773p77 = Instance.new("WedgePart", m8)
6774p77.BrickColor = BrickColor.new("Lime green")
6775p77.Material = Enum.Material.Neon
6776p77.Reflectance = 0.40000000596046
6777p77.Name = "Wedge"
6778p77.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)
6779p77.CanCollide = false
6780p77.Locked = true
6781p77.FormFactor = Enum.FormFactor.Custom
6782p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6783p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6784p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6785p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6786p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6787p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6788p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6789b77 = Instance.new("SpecialMesh", p77)
6790b77.MeshType = Enum.MeshType.Wedge
6791b77.Name = "Mesh"
6792b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6793p78 = Instance.new("WedgePart", m8)
6794p78.BrickColor = BrickColor.new("Lime green")
6795p78.Material = Enum.Material.Neon
6796p78.Reflectance = 0.40000000596046
6797p78.Name = "Wedge"
6798p78.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)
6799p78.CanCollide = false
6800p78.Locked = true
6801p78.FormFactor = Enum.FormFactor.Custom
6802p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6803p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6804p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6805p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6806p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6807p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6808p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6809b78 = Instance.new("SpecialMesh", p78)
6810b78.MeshType = Enum.MeshType.Wedge
6811b78.Name = "Mesh"
6812b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6813p79 = Instance.new("WedgePart", m8)
6814p79.BrickColor = BrickColor.new("Lime green")
6815p79.Material = Enum.Material.Neon
6816p79.Reflectance = 0.40000000596046
6817p79.Name = "Wedge"
6818p79.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)
6819p79.CanCollide = false
6820p79.Locked = true
6821p79.FormFactor = Enum.FormFactor.Custom
6822p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6823p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6824p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6825p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6826p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6827p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6828p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6829b79 = Instance.new("SpecialMesh", p79)
6830b79.MeshType = Enum.MeshType.Wedge
6831b79.Name = "Mesh"
6832b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6833p80 = Instance.new("WedgePart", m8)
6834p80.BrickColor = BrickColor.new("Black")
6835p80.Material = Enum.Material.Metal
6836p80.Reflectance = 0.40000000596046
6837p80.Name = "Wedge"
6838p80.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)
6839p80.CanCollide = false
6840p80.Locked = true
6841p80.FormFactor = Enum.FormFactor.Custom
6842p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6843p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6844p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6845p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6846p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6847p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6848p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6849b80 = Instance.new("SpecialMesh", p80)
6850b80.MeshType = Enum.MeshType.Wedge
6851b80.Name = "Mesh"
6852b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6853p81 = Instance.new("WedgePart", m8)
6854p81.BrickColor = BrickColor.new("Lime green")
6855p81.Material = Enum.Material.Neon
6856p81.Reflectance = 0.40000000596046
6857p81.Name = "Wedge"
6858p81.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)
6859p81.CanCollide = false
6860p81.Locked = true
6861p81.FormFactor = Enum.FormFactor.Custom
6862p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6863p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6864p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6865p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6866p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6867p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6868p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6869b81 = Instance.new("SpecialMesh", p81)
6870b81.MeshType = Enum.MeshType.Wedge
6871b81.Name = "Mesh"
6872b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6873p82 = Instance.new("WedgePart", m8)
6874p82.BrickColor = BrickColor.new("Really black")
6875p82.Material = Enum.Material.Metal
6876p82.Reflectance = 0.40000000596046
6877p82.Name = "Wedge"
6878p82.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)
6879p82.CanCollide = false
6880p82.Locked = true
6881p82.FormFactor = Enum.FormFactor.Custom
6882p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6883p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6884p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6885p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6886p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6887p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6888p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6889b82 = Instance.new("SpecialMesh", p82)
6890b82.MeshType = Enum.MeshType.Wedge
6891b82.Name = "Mesh"
6892b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6893p83 = Instance.new("WedgePart", m8)
6894p83.BrickColor = BrickColor.new("Really black")
6895p83.Material = Enum.Material.Metal
6896p83.Reflectance = 0.40000000596046
6897p83.Name = "Wedge"
6898p83.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)
6899p83.CanCollide = false
6900p83.Locked = true
6901p83.FormFactor = Enum.FormFactor.Custom
6902p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6903p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6904p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6905p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6906p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6907p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6908p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6909b83 = Instance.new("SpecialMesh", p83)
6910b83.MeshType = Enum.MeshType.Wedge
6911b83.Name = "Mesh"
6912b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6913p84 = Instance.new("WedgePart", m8)
6914p84.BrickColor = BrickColor.new("Lime green")
6915p84.Material = Enum.Material.Neon
6916p84.Reflectance = 0.40000000596046
6917p84.Name = "Wedge"
6918p84.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)
6919p84.CanCollide = false
6920p84.Locked = true
6921p84.FormFactor = Enum.FormFactor.Custom
6922p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6923p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6924p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6925p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6926p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6927p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6928p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6929b84 = Instance.new("SpecialMesh", p84)
6930b84.MeshType = Enum.MeshType.Wedge
6931b84.Name = "Mesh"
6932b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6933p85 = Instance.new("WedgePart", m8)
6934p85.BrickColor = BrickColor.new("Black")
6935p85.Material = Enum.Material.Metal
6936p85.Reflectance = 0.40000000596046
6937p85.Name = "Wedge"
6938p85.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)
6939p85.CanCollide = false
6940p85.Locked = true
6941p85.FormFactor = Enum.FormFactor.Custom
6942p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6943p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6944p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6945p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6946p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6947p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6948p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6949b85 = Instance.new("SpecialMesh", p85)
6950b85.MeshType = Enum.MeshType.Wedge
6951b85.Name = "Mesh"
6952b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
6953p86 = Instance.new("WedgePart", m8)
6954p86.BrickColor = BrickColor.new("Lime green")
6955p86.Material = Enum.Material.Neon
6956p86.Reflectance = 0.40000000596046
6957p86.Name = "Wedge"
6958p86.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)
6959p86.CanCollide = false
6960p86.Locked = true
6961p86.FormFactor = Enum.FormFactor.Custom
6962p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6963p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6964p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6965p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6966p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6967p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6968p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6969b86 = Instance.new("SpecialMesh", p86)
6970b86.MeshType = Enum.MeshType.Wedge
6971b86.Name = "Mesh"
6972b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
6973p87 = Instance.new("WedgePart", m8)
6974p87.BrickColor = BrickColor.new("Lime green")
6975p87.Material = Enum.Material.Neon
6976p87.Reflectance = 0.40000000596046
6977p87.Name = "Wedge"
6978p87.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)
6979p87.CanCollide = false
6980p87.Locked = true
6981p87.FormFactor = Enum.FormFactor.Custom
6982p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6983p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6984p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6985p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6986p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6987p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6988p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6989b87 = Instance.new("SpecialMesh", p87)
6990b87.MeshType = Enum.MeshType.Wedge
6991b87.Name = "Mesh"
6992b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6993p88 = Instance.new("WedgePart", m8)
6994p88.BrickColor = BrickColor.new("Lime green")
6995p88.Material = Enum.Material.Neon
6996p88.Reflectance = 0.40000000596046
6997p88.Name = "Wedge"
6998p88.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)
6999p88.CanCollide = false
7000p88.Locked = true
7001p88.FormFactor = Enum.FormFactor.Custom
7002p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7003p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7004p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7005p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7006p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7007p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7008p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7009b88 = Instance.new("SpecialMesh", p88)
7010b88.MeshType = Enum.MeshType.Wedge
7011b88.Name = "Mesh"
7012b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7013p89 = Instance.new("WedgePart", m8)
7014p89.BrickColor = BrickColor.new("Lime green")
7015p89.Material = Enum.Material.Neon
7016p89.Reflectance = 0.40000000596046
7017p89.Name = "Wedge"
7018p89.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)
7019p89.CanCollide = false
7020p89.Locked = true
7021p89.FormFactor = Enum.FormFactor.Custom
7022p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7023p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7024p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7025p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7026p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7027p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7028p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7029b89 = Instance.new("SpecialMesh", p89)
7030b89.MeshType = Enum.MeshType.Wedge
7031b89.Name = "Mesh"
7032b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7033p90 = Instance.new("WedgePart", m8)
7034p90.BrickColor = BrickColor.new("Lime green")
7035p90.Material = Enum.Material.Neon
7036p90.Reflectance = 0.40000000596046
7037p90.Name = "Wedge"
7038p90.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)
7039p90.CanCollide = false
7040p90.Locked = true
7041p90.FormFactor = Enum.FormFactor.Custom
7042p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7043p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7044p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7045p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7046p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7047p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7048p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7049b90 = Instance.new("SpecialMesh", p90)
7050b90.MeshType = Enum.MeshType.Wedge
7051b90.Name = "Mesh"
7052b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7053p91 = Instance.new("WedgePart", m8)
7054p91.BrickColor = BrickColor.new("Really black")
7055p91.Material = Enum.Material.Metal
7056p91.Reflectance = 0.40000000596046
7057p91.Name = "Wedge"
7058p91.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)
7059p91.CanCollide = false
7060p91.Locked = true
7061p91.FormFactor = Enum.FormFactor.Custom
7062p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7063p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7064p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7065p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7066p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7067p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7068p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7069b91 = Instance.new("SpecialMesh", p91)
7070b91.MeshType = Enum.MeshType.Wedge
7071b91.Name = "Mesh"
7072b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7073p92 = Instance.new("WedgePart", m8)
7074p92.BrickColor = BrickColor.new("Lime green")
7075p92.Material = Enum.Material.Neon
7076p92.Reflectance = 0.40000000596046
7077p92.Name = "Wedge"
7078p92.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)
7079p92.CanCollide = false
7080p92.Locked = true
7081p92.FormFactor = Enum.FormFactor.Custom
7082p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7083p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7084p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7085p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7086p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7087p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7088p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7089b92 = Instance.new("SpecialMesh", p92)
7090b92.MeshType = Enum.MeshType.Wedge
7091b92.Name = "Mesh"
7092b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7093p93 = Instance.new("WedgePart", m8)
7094p93.BrickColor = BrickColor.new("Lime green")
7095p93.Material = Enum.Material.Neon
7096p93.Reflectance = 0.40000000596046
7097p93.Name = "Wedge"
7098p93.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)
7099p93.CanCollide = false
7100p93.Locked = true
7101p93.FormFactor = Enum.FormFactor.Custom
7102p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7103p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7104p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7105p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7106p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7107p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7108p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7109b93 = Instance.new("SpecialMesh", p93)
7110b93.MeshType = Enum.MeshType.Wedge
7111b93.Name = "Mesh"
7112b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7113p94 = Instance.new("WedgePart", m8)
7114p94.BrickColor = BrickColor.new("Lime green")
7115p94.Material = Enum.Material.Neon
7116p94.Reflectance = 0.40000000596046
7117p94.Name = "Wedge"
7118p94.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)
7119p94.CanCollide = false
7120p94.Locked = true
7121p94.FormFactor = Enum.FormFactor.Custom
7122p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7123p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7124p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7125p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7126p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7127p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7128p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7129b94 = Instance.new("SpecialMesh", p94)
7130b94.MeshType = Enum.MeshType.Wedge
7131b94.Name = "Mesh"
7132b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7133p95 = Instance.new("WedgePart", m8)
7134p95.BrickColor = BrickColor.new("Black")
7135p95.Material = Enum.Material.Metal
7136p95.Reflectance = 0.40000000596046
7137p95.Name = "Wedge"
7138p95.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)
7139p95.CanCollide = false
7140p95.Locked = true
7141p95.FormFactor = Enum.FormFactor.Custom
7142p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7143p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7144p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7145p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7146p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7147p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7148p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7149b95 = Instance.new("SpecialMesh", p95)
7150b95.MeshType = Enum.MeshType.Wedge
7151b95.Name = "Mesh"
7152b95.Scale = Vector3.new(0.261019886, 1, 1)
7153p96 = Instance.new("WedgePart", m8)
7154p96.BrickColor = BrickColor.new("Lime green")
7155p96.Material = Enum.Material.Neon
7156p96.Reflectance = 0.40000000596046
7157p96.Name = "Wedge"
7158p96.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)
7159p96.CanCollide = false
7160p96.Locked = true
7161p96.FormFactor = Enum.FormFactor.Custom
7162p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7163p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7164p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7165p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7166p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7167p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7168p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7169b96 = Instance.new("SpecialMesh", p96)
7170b96.MeshType = Enum.MeshType.Wedge
7171b96.Name = "Mesh"
7172b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7173p97 = Instance.new("WedgePart", m8)
7174p97.BrickColor = BrickColor.new("Lime green")
7175p97.Material = Enum.Material.Neon
7176p97.Reflectance = 0.40000000596046
7177p97.Name = "Wedge"
7178p97.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)
7179p97.CanCollide = false
7180p97.Locked = true
7181p97.FormFactor = Enum.FormFactor.Custom
7182p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7183p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7184p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7185p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7186p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7187p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7188p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7189b97 = Instance.new("SpecialMesh", p97)
7190b97.MeshType = Enum.MeshType.Wedge
7191b97.Name = "Mesh"
7192b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7193p98 = Instance.new("WedgePart", m8)
7194p98.BrickColor = BrickColor.new("Lime green")
7195p98.Material = Enum.Material.Neon
7196p98.Reflectance = 0.40000000596046
7197p98.Name = "Wedge"
7198p98.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)
7199p98.CanCollide = false
7200p98.Locked = true
7201p98.FormFactor = Enum.FormFactor.Custom
7202p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7203p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7204p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7205p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7206p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7207p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7208p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7209b98 = Instance.new("SpecialMesh", p98)
7210b98.MeshType = Enum.MeshType.Wedge
7211b98.Name = "Mesh"
7212b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7213p99 = Instance.new("WedgePart", m8)
7214p99.BrickColor = BrickColor.new("Lime green")
7215p99.Material = Enum.Material.Neon
7216p99.Reflectance = 0.40000000596046
7217p99.Name = "Wedge"
7218p99.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)
7219p99.CanCollide = false
7220p99.Locked = true
7221p99.FormFactor = Enum.FormFactor.Custom
7222p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7223p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7224p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7225p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7226p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7227p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7228p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7229b99 = Instance.new("SpecialMesh", p99)
7230b99.MeshType = Enum.MeshType.Wedge
7231b99.Name = "Mesh"
7232b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7233p100 = Instance.new("WedgePart", m8)
7234p100.BrickColor = BrickColor.new("Lime green")
7235p100.Material = Enum.Material.Neon
7236p100.Reflectance = 0.40000000596046
7237p100.Name = "Wedge"
7238p100.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)
7239p100.CanCollide = false
7240p100.Locked = true
7241p100.FormFactor = Enum.FormFactor.Custom
7242p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7243p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7244p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7245p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7246p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7247p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7248p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7249b100 = Instance.new("SpecialMesh", p100)
7250b100.MeshType = Enum.MeshType.Wedge
7251b100.Name = "Mesh"
7252b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7253p101 = Instance.new("WedgePart", m8)
7254p101.BrickColor = BrickColor.new("Lime green")
7255p101.Material = Enum.Material.Neon
7256p101.Reflectance = 0.40000000596046
7257p101.Name = "Wedge"
7258p101.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)
7259p101.CanCollide = false
7260p101.Locked = true
7261p101.FormFactor = Enum.FormFactor.Custom
7262p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7263p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7264p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7265p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7266p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7267p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7268p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7269b101 = Instance.new("SpecialMesh", p101)
7270b101.MeshType = Enum.MeshType.Wedge
7271b101.Name = "Mesh"
7272b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7273p102 = Instance.new("WedgePart", m8)
7274p102.BrickColor = BrickColor.new("Lime green")
7275p102.Material = Enum.Material.Neon
7276p102.Reflectance = 0.40000000596046
7277p102.Name = "Wedge"
7278p102.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)
7279p102.CanCollide = false
7280p102.Locked = true
7281p102.FormFactor = Enum.FormFactor.Custom
7282p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7283p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7284p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7285p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7286p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7287p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7288p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7289b102 = Instance.new("SpecialMesh", p102)
7290b102.MeshType = Enum.MeshType.Wedge
7291b102.Name = "Mesh"
7292b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7293p103 = Instance.new("WedgePart", m8)
7294p103.BrickColor = BrickColor.new("Lime green")
7295p103.Material = Enum.Material.Neon
7296p103.Reflectance = 0.40000000596046
7297p103.Name = "Wedge"
7298p103.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)
7299p103.CanCollide = false
7300p103.Locked = true
7301p103.FormFactor = Enum.FormFactor.Custom
7302p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7303p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7304p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7305p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7306p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7307p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7308p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7309b103 = Instance.new("SpecialMesh", p103)
7310b103.MeshType = Enum.MeshType.Wedge
7311b103.Name = "Mesh"
7312b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7313p104 = Instance.new("WedgePart", m8)
7314p104.BrickColor = BrickColor.new("Lime green")
7315p104.Material = Enum.Material.Neon
7316p104.Reflectance = 0.40000000596046
7317p104.Name = "Wedge"
7318p104.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)
7319p104.CanCollide = false
7320p104.Locked = true
7321p104.FormFactor = Enum.FormFactor.Custom
7322p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7323p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7324p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7325p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7326p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7327p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7328p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7329b104 = Instance.new("SpecialMesh", p104)
7330b104.MeshType = Enum.MeshType.Wedge
7331b104.Name = "Mesh"
7332b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7333p105 = Instance.new("WedgePart", m8)
7334p105.BrickColor = BrickColor.new("Really black")
7335p105.Material = Enum.Material.Metal
7336p105.Reflectance = 0.40000000596046
7337p105.Name = "Wedge"
7338p105.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)
7339p105.CanCollide = false
7340p105.Locked = true
7341p105.FormFactor = Enum.FormFactor.Custom
7342p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7343p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7344p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7345p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7346p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7347p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7348p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7349b105 = Instance.new("SpecialMesh", p105)
7350b105.MeshType = Enum.MeshType.Wedge
7351b105.Name = "Mesh"
7352b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7353p106 = Instance.new("WedgePart", m8)
7354p106.BrickColor = BrickColor.new("Lime green")
7355p106.Material = Enum.Material.Neon
7356p106.Reflectance = 0.40000000596046
7357p106.Name = "Wedge"
7358p106.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)
7359p106.CanCollide = false
7360p106.Locked = true
7361p106.FormFactor = Enum.FormFactor.Custom
7362p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7363p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7364p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7365p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7366p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7367p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7368p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7369b106 = Instance.new("SpecialMesh", p106)
7370b106.MeshType = Enum.MeshType.Wedge
7371b106.Name = "Mesh"
7372b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7373p107 = Instance.new("WedgePart", m8)
7374p107.BrickColor = BrickColor.new("Lime green")
7375p107.Material = Enum.Material.Neon
7376p107.Reflectance = 0.40000000596046
7377p107.Name = "Wedge"
7378p107.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)
7379p107.CanCollide = false
7380p107.Locked = true
7381p107.FormFactor = Enum.FormFactor.Custom
7382p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7383p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7384p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7385p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7386p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7387p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7388p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7389b107 = Instance.new("SpecialMesh", p107)
7390b107.MeshType = Enum.MeshType.Wedge
7391b107.Name = "Mesh"
7392b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7393p108 = Instance.new("WedgePart", m8)
7394p108.BrickColor = BrickColor.new("Black")
7395p108.Material = Enum.Material.Metal
7396p108.Reflectance = 0.40000000596046
7397p108.Name = "Wedge"
7398p108.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)
7399p108.CanCollide = false
7400p108.Locked = true
7401p108.FormFactor = Enum.FormFactor.Custom
7402p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7403p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7404p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7405p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7406p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7407p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7408p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7409b108 = Instance.new("SpecialMesh", p108)
7410b108.MeshType = Enum.MeshType.Wedge
7411b108.Name = "Mesh"
7412b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7413p109 = Instance.new("WedgePart", m8)
7414p109.BrickColor = BrickColor.new("Lime green")
7415p109.Material = Enum.Material.Neon
7416p109.Reflectance = 0.40000000596046
7417p109.Name = "Wedge"
7418p109.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)
7419p109.CanCollide = false
7420p109.Locked = true
7421p109.FormFactor = Enum.FormFactor.Custom
7422p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7423p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7424p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7425p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7426p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7427p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7428p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7429b109 = Instance.new("SpecialMesh", p109)
7430b109.MeshType = Enum.MeshType.Wedge
7431b109.Name = "Mesh"
7432b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7433p110 = Instance.new("WedgePart", m8)
7434p110.BrickColor = BrickColor.new("Lime green")
7435p110.Material = Enum.Material.Neon
7436p110.Reflectance = 0.40000000596046
7437p110.Name = "Wedge"
7438p110.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)
7439p110.CanCollide = false
7440p110.Locked = true
7441p110.FormFactor = Enum.FormFactor.Custom
7442p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7443p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7444p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7445p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7446p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7447p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7448p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7449b110 = Instance.new("SpecialMesh", p110)
7450b110.MeshType = Enum.MeshType.Wedge
7451b110.Name = "Mesh"
7452b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7453p111 = Instance.new("Part", m8)
7454p111.BrickColor = BrickColor.new("Really black")
7455p111.Material = Enum.Material.Metal
7456p111.Transparency = 1
7457p111.Name = "Hitbox"
7458p111.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)
7459p111.CanCollide = false
7460p111.Locked = true
7461p111.FormFactor = Enum.FormFactor.Custom
7462p111.Size = Vector3.new(0.22, 2.57, 1.22)
7463p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7464p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7465p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7466p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7467p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7468p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7469b111 = Instance.new("BlockMesh", p111)
7470b111.Name = "Mesh"
7471w1 = Instance.new("Weld", p1)
7472w1.Name = "Block_Weld"
7473w1.Part0 = p1
7474w1.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)
7475w1.Part1 = p2
7476w1.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)
7477w2 = Instance.new("Weld", p2)
7478w2.Name = "Block_Weld"
7479w2.Part0 = p2
7480w2.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)
7481w2.Part1 = p3
7482w2.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)
7483w3 = Instance.new("Weld", p3)
7484w3.Name = "Block_Weld"
7485w3.Part0 = p3
7486w3.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)
7487w3.Part1 = p4
7488w3.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)
7489w4 = Instance.new("Weld", p4)
7490w4.Name = "Block_Weld"
7491w4.Part0 = p4
7492w4.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)
7493w4.Part1 = p5
7494w4.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)
7495w5 = Instance.new("Weld", p5)
7496w5.Name = "Block_Weld"
7497w5.Part0 = p5
7498w5.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)
7499w5.Part1 = p6
7500w5.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)
7501w6 = Instance.new("Weld", p6)
7502w6.Name = "Block_Weld"
7503w6.Part0 = p6
7504w6.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)
7505w6.Part1 = p7
7506w6.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)
7507w7 = Instance.new("Weld", p7)
7508w7.Name = "Block_Weld"
7509w7.Part0 = p7
7510w7.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)
7511w7.Part1 = p8
7512w7.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)
7513w8 = Instance.new("Weld", p8)
7514w8.Name = "Block_Weld"
7515w8.Part0 = p8
7516w8.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)
7517w8.Part1 = p9
7518w8.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)
7519w9 = Instance.new("Weld", p9)
7520w9.Name = "Block_Weld"
7521w9.Part0 = p9
7522w9.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)
7523w9.Part1 = p10
7524w9.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)
7525w10 = Instance.new("Weld", p10)
7526w10.Name = "Circle_Weld"
7527w10.Part0 = p10
7528w10.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)
7529w10.Part1 = p11
7530w10.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)
7531w11 = Instance.new("Weld", p11)
7532w11.Name = "Block_Weld"
7533w11.Part0 = p11
7534w11.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)
7535w11.Part1 = p12
7536w11.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)
7537w12 = Instance.new("Weld", p12)
7538w12.Name = "Block_Weld"
7539w12.Part0 = p12
7540w12.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)
7541w12.Part1 = p13
7542w12.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)
7543w13 = Instance.new("Weld", p13)
7544w13.Name = "Block_Weld"
7545w13.Part0 = p13
7546w13.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)
7547w13.Part1 = p14
7548w13.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)
7549w14 = Instance.new("Weld", p14)
7550w14.Name = "Block_Weld"
7551w14.Part0 = p14
7552w14.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)
7553w14.Part1 = p15
7554w14.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)
7555w15 = Instance.new("Weld", p15)
7556w15.Name = "Handle_Weld"
7557w15.Part0 = p15
7558w15.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)
7559w15.Part1 = p16
7560w15.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)
7561w16 = Instance.new("Weld", p16)
7562w16.Name = "Block_Weld"
7563w16.Part0 = p16
7564w16.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)
7565w16.Part1 = p17
7566w16.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)
7567w17 = Instance.new("Weld", p17)
7568w17.Name = "Block_Weld"
7569w17.Part0 = p17
7570w17.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)
7571w17.Part1 = p18
7572w17.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)
7573w18 = Instance.new("Weld", p18)
7574w18.Name = "Block_Weld"
7575w18.Part0 = p18
7576w18.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)
7577w18.Part1 = p19
7578w18.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)
7579w19 = Instance.new("Weld", p19)
7580w19.Name = "Block_Weld"
7581w19.Part0 = p19
7582w19.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)
7583w19.Part1 = p20
7584w19.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)
7585w20 = Instance.new("Weld", p20)
7586w20.Name = "Block_Weld"
7587w20.Part0 = p20
7588w20.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)
7589w20.Part1 = p21
7590w20.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)
7591w21 = Instance.new("Weld", p21)
7592w21.Name = "Block_Weld"
7593w21.Part0 = p21
7594w21.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)
7595w21.Part1 = p22
7596w21.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)
7597w22 = Instance.new("Weld", p22)
7598w22.Name = "Block_Weld"
7599w22.Part0 = p22
7600w22.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)
7601w22.Part1 = p23
7602w22.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)
7603w23 = Instance.new("Weld", p23)
7604w23.Name = "Block_Weld"
7605w23.Part0 = p23
7606w23.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)
7607w23.Part1 = p24
7608w23.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)
7609w24 = Instance.new("Weld", p24)
7610w24.Name = "Block_Weld"
7611w24.Part0 = p24
7612w24.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)
7613w24.Part1 = p25
7614w24.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)
7615w25 = Instance.new("Weld", p25)
7616w25.Name = "Block_Weld"
7617w25.Part0 = p25
7618w25.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)
7619w25.Part1 = p26
7620w25.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)
7621w26 = Instance.new("Weld", p26)
7622w26.Name = "Block_Weld"
7623w26.Part0 = p26
7624w26.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)
7625w26.Part1 = p27
7626w26.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)
7627w27 = Instance.new("Weld", p27)
7628w27.Name = "Circle_Weld"
7629w27.Part0 = p27
7630w27.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)
7631w27.Part1 = p28
7632w27.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)
7633w28 = Instance.new("Weld", p28)
7634w28.Name = "Block_Weld"
7635w28.Part0 = p28
7636w28.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)
7637w28.Part1 = p29
7638w28.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)
7639w29 = Instance.new("Weld", p29)
7640w29.Name = "Block_Weld"
7641w29.Part0 = p29
7642w29.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)
7643w29.Part1 = p30
7644w29.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)
7645w30 = Instance.new("Weld", p30)
7646w30.Name = "Block_Weld"
7647w30.Part0 = p30
7648w30.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)
7649w30.Part1 = p31
7650w30.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)
7651w31 = Instance.new("Weld", p31)
7652w31.Name = "Block_Weld"
7653w31.Part0 = p31
7654w31.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)
7655w31.Part1 = p32
7656w31.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)
7657w32 = Instance.new("Weld", p32)
7658w32.Name = "Block_Weld"
7659w32.Part0 = p32
7660w32.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)
7661w32.Part1 = p33
7662w32.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)
7663w33 = Instance.new("Weld", p33)
7664w33.Name = "Block_Weld"
7665w33.Part0 = p33
7666w33.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)
7667w33.Part1 = p34
7668w33.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)
7669w34 = Instance.new("Weld", p34)
7670w34.Name = "Block_Weld"
7671w34.Part0 = p34
7672w34.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)
7673w34.Part1 = p35
7674w34.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)
7675w35 = Instance.new("Weld", p35)
7676w35.Name = "Block_Weld"
7677w35.Part0 = p35
7678w35.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)
7679w35.Part1 = p36
7680w35.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)
7681w36 = Instance.new("Weld", p36)
7682w36.Name = "Circle_Weld"
7683w36.Part0 = p36
7684w36.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)
7685w36.Part1 = p37
7686w36.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)
7687w37 = Instance.new("Weld", p37)
7688w37.Name = "Block_Weld"
7689w37.Part0 = p37
7690w37.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)
7691w37.Part1 = p38
7692w37.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)
7693w38 = Instance.new("Weld", p38)
7694w38.Name = "Block_Weld"
7695w38.Part0 = p38
7696w38.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)
7697w38.Part1 = p39
7698w38.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)
7699w39 = Instance.new("Weld", p39)
7700w39.Name = "Block_Weld"
7701w39.Part0 = p39
7702w39.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)
7703w39.Part1 = p40
7704w39.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)
7705w40 = Instance.new("Weld", p40)
7706w40.Name = "Block_Weld"
7707w40.Part0 = p40
7708w40.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)
7709w40.Part1 = p41
7710w40.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)
7711w41 = Instance.new("Weld", p41)
7712w41.Name = "Block_Weld"
7713w41.Part0 = p41
7714w41.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)
7715w41.Part1 = p42
7716w41.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)
7717w42 = Instance.new("Weld", p42)
7718w42.Name = "Block_Weld"
7719w42.Part0 = p42
7720w42.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)
7721w42.Part1 = p43
7722w42.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)
7723w43 = Instance.new("Weld", p43)
7724w43.Name = "Circle_Weld"
7725w43.Part0 = p43
7726w43.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)
7727w43.Part1 = p44
7728w43.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)
7729w44 = Instance.new("Weld", p44)
7730w44.Name = "Block_Weld"
7731w44.Part0 = p44
7732w44.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)
7733w44.Part1 = p45
7734w44.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)
7735w45 = Instance.new("Weld", p45)
7736w45.Name = "Block_Weld"
7737w45.Part0 = p45
7738w45.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)
7739w45.Part1 = p46
7740w45.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)
7741w46 = Instance.new("Weld", p46)
7742w46.Name = "Block_Weld"
7743w46.Part0 = p46
7744w46.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)
7745w46.Part1 = p47
7746w46.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)
7747w47 = Instance.new("Weld", p47)
7748w47.Name = "Block_Weld"
7749w47.Part0 = p47
7750w47.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)
7751w47.Part1 = p48
7752w47.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)
7753w48 = Instance.new("Weld", p48)
7754w48.Name = "Block_Weld"
7755w48.Part0 = p48
7756w48.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)
7757w48.Part1 = p49
7758w48.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)
7759w49 = Instance.new("Weld", p49)
7760w49.Name = "Block_Weld"
7761w49.Part0 = p49
7762w49.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)
7763w49.Part1 = p50
7764w49.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)
7765w50 = Instance.new("Weld", p50)
7766w50.Name = "Block_Weld"
7767w50.Part0 = p50
7768w50.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)
7769w50.Part1 = p51
7770w50.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)
7771w51 = Instance.new("Weld", p51)
7772w51.Name = "Block_Weld"
7773w51.Part0 = p51
7774w51.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)
7775w51.Part1 = p52
7776w51.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)
7777w52 = Instance.new("Weld", p52)
7778w52.Name = "Block_Weld"
7779w52.Part0 = p52
7780w52.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)
7781w52.Part1 = p53
7782w52.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)
7783w53 = Instance.new("Weld", p53)
7784w53.Name = "Circle_Weld"
7785w53.Part0 = p53
7786w53.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)
7787w53.Part1 = p54
7788w53.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)
7789w54 = Instance.new("Weld", p54)
7790w54.Name = "Block_Weld"
7791w54.Part0 = p54
7792w54.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)
7793w54.Part1 = p55
7794w54.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)
7795w55 = Instance.new("Weld", p55)
7796w55.Name = "Block_Weld"
7797w55.Part0 = p55
7798w55.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)
7799w55.Part1 = p56
7800w55.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)
7801w56 = Instance.new("Weld", p56)
7802w56.Name = "Block_Weld"
7803w56.Part0 = p56
7804w56.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)
7805w56.Part1 = p57
7806w56.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)
7807w57 = Instance.new("Weld", p57)
7808w57.Name = "Block_Weld"
7809w57.Part0 = p57
7810w57.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)
7811w57.Part1 = p58
7812w57.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)
7813w58 = Instance.new("Weld", p58)
7814w58.Name = "Block_Weld"
7815w58.Part0 = p58
7816w58.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)
7817w58.Part1 = p59
7818w58.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)
7819w59 = Instance.new("Weld", p59)
7820w59.Name = "Circle_Weld"
7821w59.Part0 = p59
7822w59.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)
7823w59.Part1 = p60
7824w59.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)
7825w60 = Instance.new("Weld", p60)
7826w60.Name = "Circle_Weld"
7827w60.Part0 = p60
7828w60.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)
7829w60.Part1 = p61
7830w60.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)
7831w61 = Instance.new("Weld", p61)
7832w61.Name = "Block_Weld"
7833w61.Part0 = p61
7834w61.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)
7835w61.Part1 = p62
7836w61.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)
7837w62 = Instance.new("Weld", p62)
7838w62.Name = "Block_Weld"
7839w62.Part0 = p62
7840w62.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)
7841w62.Part1 = p63
7842w62.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)
7843w63 = Instance.new("Weld", p63)
7844w63.Name = "Block_Weld"
7845w63.Part0 = p63
7846w63.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)
7847w63.Part1 = p64
7848w63.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)
7849w64 = Instance.new("Weld", p64)
7850w64.Name = "Block_Weld"
7851w64.Part0 = p64
7852w64.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)
7853w64.Part1 = p65
7854w64.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)
7855w65 = Instance.new("Weld", p65)
7856w65.Name = "Block_Weld"
7857w65.Part0 = p65
7858w65.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)
7859w65.Part1 = p66
7860w65.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)
7861w66 = Instance.new("Weld", p66)
7862w66.Name = "Block_Weld"
7863w66.Part0 = p66
7864w66.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)
7865w66.Part1 = p67
7866w66.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)
7867w67 = Instance.new("Weld", p67)
7868w67.Name = "Block_Weld"
7869w67.Part0 = p67
7870w67.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)
7871w67.Part1 = p68
7872w67.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)
7873w68 = Instance.new("Weld", p68)
7874w68.Name = "Block_Weld"
7875w68.Part0 = p68
7876w68.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)
7877w68.Part1 = p69
7878w68.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)
7879w69 = Instance.new("Weld", p69)
7880w69.Name = "Circle_Weld"
7881w69.Part0 = p69
7882w69.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)
7883w69.Part1 = p70
7884w69.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)
7885w70 = Instance.new("Weld", p70)
7886w70.Name = "Wedge_Weld"
7887w70.Part0 = p70
7888w70.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)
7889w70.Part1 = p71
7890w70.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)
7891w71 = Instance.new("Weld", p71)
7892w71.Name = "Wedge_Weld"
7893w71.Part0 = p71
7894w71.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)
7895w71.Part1 = p72
7896w71.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)
7897w72 = Instance.new("Weld", p72)
7898w72.Name = "Wedge_Weld"
7899w72.Part0 = p72
7900w72.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)
7901w72.Part1 = p73
7902w72.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)
7903w73 = Instance.new("Weld", p73)
7904w73.Name = "Wedge_Weld"
7905w73.Part0 = p73
7906w73.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)
7907w73.Part1 = p74
7908w73.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)
7909w74 = Instance.new("Weld", p74)
7910w74.Name = "Wedge_Weld"
7911w74.Part0 = p74
7912w74.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)
7913w74.Part1 = p75
7914w74.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)
7915w75 = Instance.new("Weld", p75)
7916w75.Name = "Wedge_Weld"
7917w75.Part0 = p75
7918w75.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)
7919w75.Part1 = p76
7920w75.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)
7921w76 = Instance.new("Weld", p76)
7922w76.Name = "Wedge_Weld"
7923w76.Part0 = p76
7924w76.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)
7925w76.Part1 = p77
7926w76.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)
7927w77 = Instance.new("Weld", p77)
7928w77.Name = "Wedge_Weld"
7929w77.Part0 = p77
7930w77.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)
7931w77.Part1 = p78
7932w77.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)
7933w78 = Instance.new("Weld", p78)
7934w78.Name = "Wedge_Weld"
7935w78.Part0 = p78
7936w78.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)
7937w78.Part1 = p79
7938w78.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)
7939w79 = Instance.new("Weld", p79)
7940w79.Name = "Wedge_Weld"
7941w79.Part0 = p79
7942w79.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)
7943w79.Part1 = p80
7944w79.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)
7945w80 = Instance.new("Weld", p80)
7946w80.Name = "Wedge_Weld"
7947w80.Part0 = p80
7948w80.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)
7949w80.Part1 = p81
7950w80.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)
7951w81 = Instance.new("Weld", p81)
7952w81.Name = "Wedge_Weld"
7953w81.Part0 = p81
7954w81.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)
7955w81.Part1 = p82
7956w81.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)
7957w82 = Instance.new("Weld", p82)
7958w82.Name = "Wedge_Weld"
7959w82.Part0 = p82
7960w82.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)
7961w82.Part1 = p83
7962w82.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)
7963w83 = Instance.new("Weld", p83)
7964w83.Name = "Wedge_Weld"
7965w83.Part0 = p83
7966w83.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)
7967w83.Part1 = p84
7968w83.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)
7969w84 = Instance.new("Weld", p84)
7970w84.Name = "Wedge_Weld"
7971w84.Part0 = p84
7972w84.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)
7973w84.Part1 = p85
7974w84.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)
7975w85 = Instance.new("Weld", p85)
7976w85.Name = "Wedge_Weld"
7977w85.Part0 = p85
7978w85.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)
7979w85.Part1 = p86
7980w85.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)
7981w86 = Instance.new("Weld", p86)
7982w86.Name = "Wedge_Weld"
7983w86.Part0 = p86
7984w86.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)
7985w86.Part1 = p87
7986w86.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)
7987w87 = Instance.new("Weld", p87)
7988w87.Name = "Wedge_Weld"
7989w87.Part0 = p87
7990w87.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)
7991w87.Part1 = p88
7992w87.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)
7993w88 = Instance.new("Weld", p88)
7994w88.Name = "Wedge_Weld"
7995w88.Part0 = p88
7996w88.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)
7997w88.Part1 = p89
7998w88.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)
7999w89 = Instance.new("Weld", p89)
8000w89.Name = "Wedge_Weld"
8001w89.Part0 = p89
8002w89.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)
8003w89.Part1 = p90
8004w89.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)
8005w90 = Instance.new("Weld", p90)
8006w90.Name = "Wedge_Weld"
8007w90.Part0 = p90
8008w90.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)
8009w90.Part1 = p91
8010w90.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)
8011w91 = Instance.new("Weld", p91)
8012w91.Name = "Wedge_Weld"
8013w91.Part0 = p91
8014w91.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)
8015w91.Part1 = p92
8016w91.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)
8017w92 = Instance.new("Weld", p92)
8018w92.Name = "Wedge_Weld"
8019w92.Part0 = p92
8020w92.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)
8021w92.Part1 = p93
8022w92.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)
8023w93 = Instance.new("Weld", p93)
8024w93.Name = "Wedge_Weld"
8025w93.Part0 = p93
8026w93.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)
8027w93.Part1 = p94
8028w93.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)
8029w94 = Instance.new("Weld", p94)
8030w94.Name = "Wedge_Weld"
8031w94.Part0 = p94
8032w94.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)
8033w94.Part1 = p95
8034w94.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)
8035w95 = Instance.new("Weld", p95)
8036w95.Name = "Wedge_Weld"
8037w95.Part0 = p95
8038w95.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)
8039w95.Part1 = p96
8040w95.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)
8041w96 = Instance.new("Weld", p96)
8042w96.Name = "Wedge_Weld"
8043w96.Part0 = p96
8044w96.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)
8045w96.Part1 = p97
8046w96.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)
8047w97 = Instance.new("Weld", p97)
8048w97.Name = "Wedge_Weld"
8049w97.Part0 = p97
8050w97.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)
8051w97.Part1 = p98
8052w97.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)
8053w98 = Instance.new("Weld", p98)
8054w98.Name = "Wedge_Weld"
8055w98.Part0 = p98
8056w98.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)
8057w98.Part1 = p99
8058w98.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)
8059w99 = Instance.new("Weld", p99)
8060w99.Name = "Wedge_Weld"
8061w99.Part0 = p99
8062w99.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)
8063w99.Part1 = p100
8064w99.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)
8065w100 = Instance.new("Weld", p100)
8066w100.Name = "Wedge_Weld"
8067w100.Part0 = p100
8068w100.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)
8069w100.Part1 = p101
8070w100.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)
8071w101 = Instance.new("Weld", p101)
8072w101.Name = "Wedge_Weld"
8073w101.Part0 = p101
8074w101.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)
8075w101.Part1 = p102
8076w101.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)
8077w102 = Instance.new("Weld", p102)
8078w102.Name = "Wedge_Weld"
8079w102.Part0 = p102
8080w102.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)
8081w102.Part1 = p103
8082w102.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)
8083w103 = Instance.new("Weld", p103)
8084w103.Name = "Wedge_Weld"
8085w103.Part0 = p103
8086w103.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)
8087w103.Part1 = p104
8088w103.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)
8089w104 = Instance.new("Weld", p104)
8090w104.Name = "Wedge_Weld"
8091w104.Part0 = p104
8092w104.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)
8093w104.Part1 = p105
8094w104.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)
8095w105 = Instance.new("Weld", p105)
8096w105.Name = "Wedge_Weld"
8097w105.Part0 = p105
8098w105.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)
8099w105.Part1 = p106
8100w105.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)
8101w106 = Instance.new("Weld", p106)
8102w106.Name = "Wedge_Weld"
8103w106.Part0 = p106
8104w106.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)
8105w106.Part1 = p107
8106w106.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)
8107w107 = Instance.new("Weld", p107)
8108w107.Name = "Wedge_Weld"
8109w107.Part0 = p107
8110w107.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)
8111w107.Part1 = p108
8112w107.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)
8113w108 = Instance.new("Weld", p108)
8114w108.Name = "Wedge_Weld"
8115w108.Part0 = p108
8116w108.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)
8117w108.Part1 = p109
8118w108.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)
8119w109 = Instance.new("Weld", p109)
8120w109.Name = "Wedge_Weld"
8121w109.Part0 = p109
8122w109.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)
8123w109.Part1 = p110
8124w109.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)
8125w110 = Instance.new("Weld", p110)
8126w110.Name = "Hitbox_Weld"
8127w110.Part0 = p110
8128w110.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)
8129w110.Part1 = p111
8130w110.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)
8131m8.Parent = rarm
8132m8:MakeJoints()
8133----------------------------------------------------
8134local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8135cor8.Name = "Thingy"
8136cor8.Locked = true
8137cor8.BottomSurface = 0
8138cor8.CanCollide = false
8139cor8.Size = Vector3.new(1, 1, 1)
8140cor8.Transparency = 1
8141cor8.TopSurface = 0
8142corw8 = Instance.new("Weld", cor8)
8143corw8.Part0 = rarm
8144corw8.Part1 = cor8
8145corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8146corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8147weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8148weld8.Part0 = cor8
8149weld8.Part1 = rarm.Zyrodoxa.Handle
8150weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8151Amulite = Instance.new("PointLight",m7.Center)
8152Amulite.Brightness = 0
8153Amulite.Color = Color3.new(0,1,0)
8154----------------------------------------------------
8155models = {m,m2,m3,m4,m5,m6,m7,m8}
8156parts = {}
8157Stepped:connect(function()
8158 for i,v in pairs(models) do
8159 for _, a in pairs(v:GetChildren()) do
8160 if v:IsA("Part") and v.Name ~= "Thingy" then
8161 table.insert(parts, a)
8162 for i,v in pairs(parts) do
8163 v.CanCollide = false
8164 end
8165 end
8166 end
8167 end
8168end)
8169----------------------------------------------------
8170local animpose = "Idle1"
8171local lastanimpose = "Idle1"
8172local grab = false
8173local Smooth = 1
8174local sine = 0
8175local change = 1
8176local val = 0
8177local ffing = false
8178----------------------------------------------------
8179--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8180
8181function FindHumanoids()
8182 local function c_region(Position, Size)
8183 local SizeOffset = Size/2
8184 local Point1 = Position - SizeOffset
8185 local Point2 = Position + SizeOffset
8186 local a = Instance.new("Part", workspace)
8187 a.Anchored = true
8188 a.Size = Size
8189 a.Position = Position
8190 print("Hey!, I'm making a part!")
8191 return Region3.new(Point1, Point2)
8192 end
8193
8194 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8195 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8196 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8197 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8198
8199 local regions = {a, b, c, d}
8200
8201 local found_humanoids = {}
8202 local already_found = {char.Name}
8203
8204 for _, region in pairs(regions) do
8205 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8206 print(part, part.Parent, part.Name) ---nope
8207 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8208 local humanoid = part.Parent:FindFirstChild("Humanoid")
8209 local name = humanoid.Parent.Name
8210 local exists = false
8211 for _, n in pairs(already_found) do
8212 if n == name then
8213 exists = true
8214 end
8215 end
8216 if not exists then
8217 table.insert(already_found, name)
8218 table.insert(found_humanoids, humanoid)
8219 end
8220 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8221 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8222 local name = humanoid.Parent.Parent.Name
8223 local exists = false
8224 for _, n in pairs(already_found) do
8225 if n == name then
8226 exists = true
8227 end
8228 end
8229 if not exists then
8230 table.insert(already_found, name)
8231 table.insert(found_humanoids, humanoid)
8232 end
8233 end
8234 end
8235 end
8236 return found_humanoids
8237end
8238
8239local humanoids = FindHumanoids()
8240if #humanoids == 0 then
8241 for i, v in pairs(humanoids) do
8242 print(v.Parent.Name)
8243 if Debounces.Slashing == true then
8244 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8245 elseif Debounces.Slashing == false then
8246 wait()
8247 end
8248 end
8249 wait(0.3)
8250end]]--
8251----------------------------------------------------
8252--[[mouse.KeyDown:connect(function(key)
8253 if key == "f" then
8254 if Debounces.CanAttack == true then
8255 Debounces.CanAttack = false
8256 Debounces.NoIdl = true
8257 Debounces.on = true
8258 for i = 1, 20 do
8259 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8260 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8261 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8262 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8263 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8264 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8265 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8266 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)
8267 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)
8268 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)
8269 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)
8270 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)
8271 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)
8272 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8273 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8274 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)
8275 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)
8276 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)
8277 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)
8278 if Debounces.on == false then
8279 break
8280 end
8281 fat.Event:wait()
8282 end
8283 end
8284 end
8285end)]]--
8286----------------------------------------------------
8287mod4 = Instance.new("Model",char)
8288
8289ptez = {0.7, 0.8, 0.9, 1}
8290
8291function FindNearestTorso(Position,Distance,SinglePlayer)
8292 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8293 local List = {}
8294 for i,v in pairs(workspace:GetChildren())do
8295 if v:IsA("Model")then
8296 if v:findFirstChild("Torso")then
8297 if v ~= char then
8298 if(v.Torso.Position -Position).magnitude <= Distance then
8299 table.insert(List,v)
8300 end
8301 end
8302 end
8303 end
8304 end
8305 return List
8306end
8307
8308function Slam()
8309 local part=Instance.new('Part',mod4)
8310 part.Anchored=true
8311 part.CanCollide=false
8312 part.FormFactor='Custom'
8313 part.Size=Vector3.new(.2,.2,.2)
8314 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8315 part.Transparency=.7
8316 part.BrickColor=BrickColor.new('Really black')
8317 mesh=Instance.new('SpecialMesh',part)
8318 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8319 mesh.Scale=Vector3.new(3,3,3)
8320 local part2=Instance.new('Part',mod4)
8321 part2.Anchored=true
8322 part2.CanCollide=false
8323 part2.FormFactor='Custom'
8324 part2.Size=Vector3.new(.2,.2,.2)
8325 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8326 part2.Transparency=.7
8327 part2.BrickColor=BrickColor.new('Lime green')
8328 mesh2=Instance.new('SpecialMesh',part2)
8329 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8330 mesh2.Scale=Vector3.new(3,1.5,3)
8331 x = Instance.new("Sound",larm)
8332 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8333 x.Pitch = ptez[math.random(1,#ptez)]
8334 x.Volume = 1
8335 wait(.1)
8336 x1 = Instance.new("Sound",larm)
8337 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8338 x1.Pitch = ptez[math.random(1,#ptez)]
8339 x1.Volume = 1
8340 wait(.1)
8341 x:Play()
8342 x1:Play()
8343 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8344 if v:FindFirstChild('Humanoid') then
8345 v.Humanoid:TakeDamage(math.random(30,45))
8346 end
8347 end
8348 coroutine.resume(coroutine.create(function()
8349 for i=0,0.62,0.13 do
8350 wait()
8351 part.CFrame=part.CFrame
8352 part.Transparency=i
8353 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8354 part2.CFrame=part2.CFrame
8355 part2.Transparency=i
8356 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8357 end
8358 part.Parent=nil
8359 part2.Parent=nil
8360 x:Destroy()
8361 end))
8362end
8363----------------------------------------------------
8364wPart = function(x,y,z,color,tr,cc,an,parent)
8365 local wp = Instance.new('WedgePart',parent or Weapon)
8366 wp.formFactor = 'Custom'
8367 wp.Size = Vector3.new(x,y,z)
8368 wp.BrickColor = BrickColor.new(color)
8369 wp.CanCollide = cc
8370 wp.Transparency = tr
8371 wp.Anchored = an
8372 wp.TopSurface,wp.BottomSurface = 0,0
8373 return wp
8374end
8375
8376Mesh = function(par,num,x,y,z)
8377 local msh = _
8378 if num == 1 then
8379 msh = Instance.new("CylinderMesh",par)
8380 elseif num == 2 then
8381 msh = Instance.new("SpecialMesh",par)
8382 msh.MeshType = 3
8383 elseif num == 3 then
8384 msh = Instance.new("BlockMesh",par)
8385 elseif num == 4 then
8386 msh = Instance.new("SpecialMesh",par)
8387 msh.MeshType = "Torso"
8388 elseif type(num) == 'string' then
8389 msh = Instance.new("SpecialMesh",par)
8390 msh.MeshId = num
8391 end
8392 msh.Scale = Vector3.new(x,y,z)
8393 return msh
8394end
8395
8396local function CFrameFromTopBack(at, top, back)
8397 local right = top:Cross(back)
8398 return CFrame.new(at.x, at.y, at.z,
8399 right.x, top.x, back.x,
8400 right.y, top.y, back.y,
8401 right.z, top.z, back.z)
8402end
8403
8404function Triangle(a, b, c)
8405 local edg1 = (c-a):Dot((b-a).unit)
8406 local edg2 = (a-b):Dot((c-b).unit)
8407 local edg3 = (b-c):Dot((a-c).unit)
8408 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8409 a, b, c = a, b, c
8410 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8411 a, b, c = b, c, a
8412 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8413 a, b, c = c, a, b
8414 else
8415 print("unreachable")
8416 end
8417 local len1 = (c-a):Dot((b-a).unit)
8418 local len2 = (b-a).magnitude - len1
8419 local width = (a + (b-a).unit*len1 - c).magnitude
8420 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8421 local list = {}
8422 if len1 > 0.01 then
8423 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8424 local sz = Vector3.new(0.2, width, len1)
8425 w1.Size = sz
8426 local sp = Mesh(w1,2,0,0,0)
8427 sp.MeshType='Wedge'
8428 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8429 w1:BreakJoints()
8430 w1.Anchored = true
8431 w1.Transparency = 0.7
8432 Spawn(function()
8433 for i=0,1,0.1 do
8434 fat.Event:wait()
8435 w1.Transparency=w1.Transparency+0.03
8436 end
8437 end)
8438 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8439 table.insert(list,w1)
8440 end
8441 if len2 > 0.01 then
8442 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8443 local sz = Vector3.new(0.2, width, len2)
8444 w2.Size = sz
8445 local sp = Mesh(w2,2,0,0,0)
8446 sp.MeshType='Wedge'
8447 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8448 w2:BreakJoints()
8449 w2.Anchored = true
8450 w2.Transparency = 0.7
8451 Spawn(function()
8452 for i=0,1,0.1 do
8453 fat.Event:wait()
8454 w2.Transparency=w2.Transparency+0.03
8455 end
8456 end)
8457 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8458 table.insert(list,w2)
8459 end
8460 return unpack(list)
8461end
8462
8463function trail(p,t,h)
8464 Spawn(function()
8465 local blcf = p.CFrame
8466 local scfr = blcf
8467 for i=1,t do
8468 local blcf = p.CFrame
8469 if scfr and (p.Position-scfr.p).magnitude > .1 then
8470 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)
8471 if a then game.Debris:AddItem(a,1) end
8472 if b then game.Debris:AddItem(b,1) end
8473 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)
8474 if a then game.Debris:AddItem(a,1) end
8475 if b then game.Debris:AddItem(b,1) end
8476 scfr = blcf
8477 elseif not scfr then
8478 scfr = blcf
8479 end
8480 fat.Event:wait()
8481 end
8482 scfr=nil
8483 end)
8484end
8485--trail(char.Sword.Blade,1e1000,5)
8486----------------------------------------------------
8487function Dmg()
8488 local partofdeath = rarm.Zyrodoxa.Hitbox
8489 local function CreateRegion3FromLocAndSize(Position, Size)
8490 local SizeOffset = Size/2
8491 local Point1 = Position - SizeOffset
8492 local Point2 = Position + SizeOffset
8493 return Region3.new(Point1, Point2)
8494 end
8495 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8496 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8497 Spawn(function()
8498 if Debounces.Slashing == true and Debounces.Slashed == false then
8499 Debounces.Slashed = true
8500 ypcall(function()
8501 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8502 humanoid:TakeDamage(math.random(10,18))
8503 end)
8504 wait(.4)
8505 Debounces.Slashed = false
8506 end
8507 end)
8508 end
8509end
8510----------------------------------------------------
8511pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8512ptz = {0.7, 0.8, 0.9, 1}
8513idz = {"161006212", "161006195"}
8514function attackone()
8515 for i = 1, 13 do
8516 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)
8517 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8518 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)
8519 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)
8520 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)
8521 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)
8522 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8523 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8524 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8525 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)
8526 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)
8527 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)
8528 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)
8529 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)
8530 if Debounces.on == false then
8531 break
8532 end
8533 fat.Event:wait()
8534 end
8535 trail(rarm.Zyrodoxa.Hitbox,20,2)
8536 Debounces.Slashing = true
8537 wait(0.2)
8538 --[[z = Instance.new("Sound", hed)
8539 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8540 z.Pitch = ptz[math.random(1,#ptz)]
8541 z.Volume = 1
8542 wait(.01)
8543 z:Play()]]--
8544 for i = 1, 14 do
8545 Dmg()
8546 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8547 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8548 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)
8549 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)
8550 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)
8551 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)
8552 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8553 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8554 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8555 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)
8556 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)
8557 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)
8558 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)
8559 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)
8560 if Debounces.on == false then break end
8561 rs:wait()
8562 end
8563 Debounces.Slashing = false
8564end
8565function attacktwo()
8566 Debounces.Slashing = true
8567 for i = 1, 14 do
8568 Dmg()
8569 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8570 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8571 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)
8572 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)
8573 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)
8574 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)
8575 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)
8576 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8577 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)
8578 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)
8579 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8580 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)
8581 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8582 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)
8583 if Debounces.on == false then
8584 break
8585 end
8586 rs:wait()
8587 end
8588end
8589----------------------------------------------------
8590ComboNum = 0
8591mouse.Button1Down:connect(function()
8592 if Debounces.CanAttack == true then
8593 Debounces.CanAttack = false
8594 Debounces.NoIdl = true
8595 Debounces.on = true
8596 if ComboNum == 0 then
8597 attackone()
8598 elseif ComboNum == 1 then
8599 attacktwo()
8600 --[[elseif ComboNum == 2 then
8601 attackthree()]]--
8602 end
8603 ComboNum = ComboNum + 1
8604 Debounces.CanAttack = true
8605 Debounces.on = false
8606 wait(.5)
8607 if Debounces.CanAttack == true then
8608 ComboNum = 0
8609 Debounces.NoIdl = false
8610 end
8611 end
8612end)
8613----------------------------------------------------
8614definition = 5
8615bc = {}
8616bezierparts = {}
8617function NoOutline(Part)
8618 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8619end
8620function draw(p,d)
8621 for i=1,d do
8622 local t = i/d
8623 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8624 end
8625 for i=1,d do
8626 local bcs = Instance.new("Part",char)
8627 NoOutline(bcs)
8628 bcs.Anchored = true
8629 bcs.CanCollide = false
8630 bcs.Material = "Neon"
8631 bcs.BrickColor = BrickColor.new("Lime green")
8632 bcs.Size = Vector3.new(1,1,1)
8633 bcs.Shape = Enum.PartType.Ball
8634 bcs.CFrame = CFrame.new(bc[i])
8635 local bcp = Instance.new("Part",char)
8636 NoOutline(bcp)
8637 bcp.Anchored = true
8638 bcp.CanCollide = false
8639 bcp.Material = "Neon"
8640 bcp.BrickColor = BrickColor.new("Lime green")
8641 local cm = Instance.new("CylinderMesh")
8642 cm.Parent = bcp
8643 if i ~= 1 then
8644 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8645 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8646 else
8647 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8648 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8649 end
8650 table.insert(bezierparts, bcs)
8651 table.insert(bezierparts, bcp)
8652 end
8653 Spawn(function() fat.Event:wait()
8654 for i,v in pairs(bezierparts) do
8655 v.Transparency = 1
8656 end
8657 end)
8658end
8659--local points = {larm.Position,rarn.Position,invisipart.Position}
8660--draw(points,definition)
8661mouse.KeyDown:connect(function(key)
8662 if key == "f" then
8663 if Debounces.CanAttack == true then
8664 Debounces.CanAttack = false
8665 Debounces.NoIdl = true
8666 Debounces.on = true
8667 for i = 1, 20 do
8668 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)
8669 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)
8670 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)
8671 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)
8672 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)
8673 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8674 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)
8675 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)
8676 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8677 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)
8678 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8679 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)
8680 if Debounces.on == false then
8681 break
8682 end
8683 fat.Event:wait()
8684 end
8685 rpart = Instance.new("Part",rarm)
8686 NoOutline(rpart)
8687 rpart.Anchored = false
8688 rpart.Size = Vector3.new(1,1,1)
8689 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8690 rpart.Transparency = 1
8691 newWeld(rarm, rpart, 0, 0, 0)
8692 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8693 lpart = Instance.new("Part",larm)
8694 NoOutline(lpart)
8695 lpart.Anchored = false
8696 lpart.Size = Vector3.new(1,1,1)
8697 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8698 lpart.Transparency = 1
8699 newWeld(larm, lpart, 0, 0, 0)
8700 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8701 invisipart = Instance.new("Part",torso)
8702 NoOutline(invisipart)
8703 invisipart.Anchored = false
8704 invisipart.Size = Vector3.new(1,1,1)
8705 invisipart.Transparency = 1
8706 invisipart.CFrame = torso.CFrame
8707 newWeld(torso, invisipart, 0, 0, 0)
8708 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8709 table.insert(bezierparts, rpart)
8710 table.insert(bezierparts, lpart)
8711 table.insert(bezierparts, invisipart)
8712 for i = 1, 40 do
8713 local points = {lpart.Position,invisipart.Position,rpart.Position}
8714 draw(points,definition)
8715 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8716 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)
8717 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)
8718 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)
8719 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)
8720 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)
8721 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8722 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)
8723 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)
8724 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8725 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)
8726 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8727 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)
8728 if Debounces.on == false then
8729 break
8730 end
8731 fat.Event:wait()
8732 end
8733 for i,v in pairs(bezierparts) do
8734 v:Destroy()
8735 end
8736 --draw(points,definition)
8737 if Debounces.CanAttack == false then
8738 Debounces.CanAttack = true
8739 Debounces.NoIdl = false
8740 Debounces.on = false
8741 end
8742 end
8743 end
8744end)
8745----------------------------------------------------
8746----------------------------------------------------
8747
8748---------------------------------------------------------------------------------------
8749----------------------------------------------------
8750mouse.KeyDown:connect(function(key)
8751 if key == "b" then
8752 hum.WalkSpeed = 0.01
8753 if Debounces.CanAttack == true then
8754 Debounces.CanAttack = false
8755 Debounces.NoIdl = true
8756 Debounces.on = true
8757 for i = 1,20 do
8758 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8759 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8760 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8761 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8762 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8763 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8764
8765 if Debounces.on == false then break end
8766 wait()
8767 end
8768 wait(1)
8769 v = Instance.new("Sound")
8770 v.SoundId = "rbxassetid://435742675"
8771 v.Parent = char
8772 v.Looped = false
8773 v.Pitch = 1
8774 v.Volume = 16
8775 wait(.01)
8776 v:Play()
8777
8778 if Daytime == true then
8779 Daytime = false
8780 l.TimeOfDay = 24
8781 else
8782 Daytime = true
8783 l.TimeOfDay = 12
8784 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8785 end
8786
8787 local Shockwave = function()
8788 local rng1 = Instance.new("Part", char)
8789 rng1.Anchored = true
8790 rng1.BrickColor = BrickColor.new("Really black")
8791 rng1.CanCollide = false
8792 rng1.FormFactor = 3
8793 rng1.Name = "Ring"
8794 rng1.Size = Vector3.new(1, 1, 1)
8795 rng1.Transparency = 0.35
8796 rng1.TopSurface = 0
8797 rng1.BottomSurface = 0
8798 local rngm1 = Instance.new("SpecialMesh", rng)
8799 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8800 rngm1.Scale = Vector3.new(10, 10, 1)
8801 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8802 local Wave = Instance.new("Part", game.Workspace--[[?]])
8803 Wave.Name = "Shockwave"
8804 Wave.BrickColor = BrickColor.new("Really black")
8805 Wave.Size = Vector3.new(1, 1, 1)
8806 Wave.Shape = "Ball"
8807 Wave.CanCollide = false
8808 Wave.Anchored = true
8809 Wave.TopSurface = 0
8810 Wave.BottomSurface = 0
8811
8812msh=Instance.new('SpecialMesh',pt)
8813msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8814msh.Scale=Vector3.new(8,4,8)
8815
8816 Wave.Touched:connect(function(hit)
8817 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8818 local Occlude = true
8819 local NotOccludes = {
8820 char.Name;
8821 "Wings";
8822 "Scythe";
8823 "Thingy";
8824 "Thingy2"; -- put all of the names in a table pls
8825 }
8826 for i,v in pairs(NotOccludes) do
8827 if hit.Parent.Name == v then
8828 Occlude = false
8829 end
8830 end
8831 --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
8832 if Occlude then
8833 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8834 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8835 end
8836 end
8837 end)
8838
8839 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8840
8841 coroutine.wrap(function()
8842 for i = 1, 20, 0.2 do
8843 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8844 rng1.Transparency = i/20
8845 wait()
8846 end
8847 wait()
8848 rng1:Destroy()
8849 end)()
8850
8851 Delay(0, function()
8852
8853 if Daytime == false then
8854 for i = 1, 50, 1 do
8855 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8856 Wave.CFrame = char.Torso.CFrame
8857 local t = i / 50
8858 Wave.Transparency = t
8859 wait()
8860 end
8861 else
8862 for i = 1, 50, 1 do
8863 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8864 Wave.CFrame = char.Torso.CFrame
8865 local t = i / 50
8866 Wave.Transparency = t
8867 wait()
8868 end
8869 end
8870 Wave:Destroy()
8871 end)
8872 Delay(0, function()
8873 while wait() do
8874 if Wave ~= nil then
8875 Wave.CFrame = char.Torso.CFrame
8876 else
8877 break
8878 end
8879 end
8880 end)
8881 end
8882 Shockwave()
8883
8884
8885 for i = 1, 15 do
8886 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)
8887 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)
8888 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8889 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)
8890 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8891 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8892 if Debounces.on == false then break end
8893 wait()
8894 end
8895 for i = 1, 15 do
8896 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)
8897 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)
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(0)), 0.1)
8901 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 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.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
8907 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)
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(-40)), 0.1)
8911 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 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, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
8917 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)
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(0)), 0.1)
8921 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 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.6, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-130)), 0.2)
8927 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)
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(-40)), 0.1)
8931 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 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, .45, 0) * CFrame.Angles(math.rad(120), math.rad(0), math.rad(-70)), 0.2)
8937 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)
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(0)), 0.1)
8941 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8942 if Debounces.on == false then break end
8943 wait()
8944 end
8945 wait(1.4)
8946 Debounces.NoIdl = false
8947 hum.WalkSpeed = 16
8948 Debounces.on = false
8949 wait()
8950 if Debounces.CanAttack == false then
8951 Debounces.CanAttack = true
8952 v:Destroy()
8953 end
8954 end
8955 end
8956end)
8957------------------------------------------
8958
8959-------------------------------------------------
8960Grab = false
8961mouse.KeyDown:connect(function(key)
8962 if key == "z" then
8963 Debounces.on = true
8964 Debounces.NoIdl = true
8965 Debounces.ks = true
8966 if Grab == false then
8967 gp = nil
8968 for i = 1, 20 do
8969 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)
8970 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)
8971 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)
8972 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)
8973 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
8974 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)
8975 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
8976 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)
8977 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)
8978 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)
8979 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)
8980 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)
8981 if Debounces.on == false then break end
8982 fat.Event:wait()
8983 end
8984 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
8985 ht = hit.Parent
8986 for i,v in pairs(ht:GetChildren()) do
8987 if v:IsA("Part") then
8988 v.CanCollide = false
8989 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
8990 end
8991 end
8992 hum1=ht:FindFirstChild('Humanoid')
8993 if hum1 ~= nil then
8994 if Debounces.ks==true then
8995 z = Instance.new("Sound",hed)
8996 z.SoundId = "rbxassetid://169380525"
8997 z.Volume = 1
8998 z:Play()
8999 Debounces.ks=false
9000 end
9001 hum1.PlatformStand=true
9002 hum1:ChangeState'Physics'
9003 gp = ht
9004 Grab = true
9005 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9006 asd.Parent = larm
9007 asd.Name = "asd"
9008 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9009 stanceToggle = "Grabbed"
9010 --[[elseif hum1 == nil then
9011 con1:disconnect()
9012 wait() return]]--
9013 end
9014 end)
9015 for i = 1, 20 do
9016 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)
9017 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)
9018 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)
9019 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)
9020 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9021 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)
9022 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9023 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)
9024 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)
9025 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)
9026 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)
9027 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)
9028 if Debounces.on == false then break end
9029 fat.Event:wait()
9030 end
9031 con1:disconnect()
9032 Debounces.on = false
9033 Debounces.NoIdl = false
9034 elseif Grab == true then
9035 Grab = false
9036 --[[for i = 1, 16 do
9037 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)
9038 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)
9039 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9040 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9041 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)
9042 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)
9043 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9044 if Debounces.on == false then end
9045 rs:wait()
9046 end]]--
9047 for i = 1, 16 do
9048 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)
9049 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)
9050 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)
9051 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)
9052 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9053 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)
9054 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9055 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)
9056 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)
9057 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)
9058 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)
9059 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)
9060 if Debounces.on == false then end
9061 rs:wait()
9062 end
9063 for i = 1, 12 do
9064 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)
9065 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)
9066 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)
9067 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)
9068 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)
9069 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)
9070 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)
9071 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)
9072 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9073 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)
9074 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)
9075 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)
9076 if Debounces.on == false then end
9077 rs:wait()
9078 end
9079 Slam()
9080 if gp ~= nil then
9081 for i,v in pairs(larm:GetChildren()) do
9082 if v.Name == "asd" and v:IsA("Weld") then
9083 v:Remove()
9084 end
9085 if v:IsA("Part") then
9086 v.CanCollide = true
9087 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9088 end
9089 end
9090 end
9091 stanceToggle = "Idle1"
9092 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9093 bv.maxForce = Vector3.new(400000, 400000, 400000)
9094 bv.P = 125000
9095 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9096 ht=nil
9097 Debounces.on = false
9098 Debounces.NoIdl = false
9099 elseif ht == nil then wait()
9100 Grab = false
9101 Debounces.on = false
9102 Debounces.NoIdl = false
9103 end
9104 end
9105end)
9106----------------------------------------------------
9107-------------------------------------------------------------------------------------------------
9108
9109----------------------------------------------------
9110
9111
9112----------------------------------------------------
9113----------------------------------------------------
9114------------------------------------------------
9115pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9116mouse.KeyDown:connect(function(key)
9117 if key == "e" then
9118 if Debounces.CanAttack == true then
9119 Debounces.CanAttack = false
9120 Debounces.NoIdl = true
9121 Debounces.on = true
9122 Debounces.ks = true
9123 larm.Touched:connect(function(ht)
9124 hit = ht.Parent
9125 if ht and hit:IsA("Model") then
9126 if hit:FindFirstChild("Humanoid") then
9127 if hit.Name ~= p.Name then
9128 if Debounces.Slapping == true and Debounces.Slapped == false then
9129 Debounces.Slapped = true
9130 if Debounces.ks==true then
9131 z = Instance.new("Sound",hed)
9132 z.SoundId = "rbxassetid://169380525"
9133 z.Volume = 1
9134 z:Play()
9135 z1 = Instance.new("Sound",char)
9136 z1.SoundId = "rbxassetid://261010715"
9137 z1.Pitch = pts[math.random(1,#pts)]
9138 z1.Volume = 1
9139 z2 = Instance.new("Sound",char)
9140 z2.SoundId = "rbxassetid://261010715"
9141 z2.Pitch = z1.Pitch
9142 z2.Volume = 1
9143 z3 = Instance.new("Sound",char)
9144 z3.SoundId = "rbxassetid://261010715"
9145 z3.Pitch = z1.Pitch
9146 z3.Volume = 1
9147if Profanity == true then
9148 z1:Play()
9149 z2:Play()
9150 z3:Play()
9151else end
9152 Debounces.ks=false
9153 end
9154 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9155 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9156 wait(.5)
9157 Debounces.Slapped = false
9158 z:Destroy()
9159 z1:Destroy()
9160 z2:Destroy()
9161 z3:Destroy()
9162 end
9163 end
9164 end
9165 elseif ht and hit:IsA("Hat") then
9166 if hit.Parent.Name ~= p.Name then
9167 if hit.Parent:FindFirstChild("Humanoid") then
9168 if Debounces.Slapping == true and Debounces.Slapped == false then
9169 Debounces.Slapped = true
9170 if Debounces.ks==true then
9171 z = Instance.new("Sound",hed)
9172 z.SoundId = "rbxassetid://169380525"
9173 z.Volume = 1
9174 z:Play()
9175 z1 = Instance.new("Sound",char)
9176 z1.SoundId = "rbxassetid://261010715"
9177 z1.Pitch = pts[math.random(1,#pts)]
9178 z1.Volume = 1
9179 z2 = Instance.new("Sound",char)
9180 z2.SoundId = "rbxassetid://261010715"
9181 z2.Pitch = z1.Pitch
9182 z2.Volume = 1
9183 z3 = Instance.new("Sound",char)
9184 z3.SoundId = "rbxassetid://261010715"
9185 z3.Pitch = z1.Pitch
9186 z3.Volume = 1
9187 z1:Play()
9188 z2:Play()
9189 z3:Play()
9190 Debounces.ks=false
9191 end
9192 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9193 wait(.5)
9194 Debounces.Slapped = false
9195 z:Destroy()
9196 z1:Destroy()
9197 z2:Destroy()
9198 z3:Destroy()
9199 end
9200 end
9201 end
9202 end
9203 end)
9204 for i = 1, 14 do
9205 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)
9206 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)
9207 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)
9208 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)
9209 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9210 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9211 if Debounces.on==false then break end
9212 rs:wait(2)
9213 end
9214 Debounces.Slapping = true
9215 for i = 1, 20 do
9216 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)
9217 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)
9218 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)
9219 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)
9220 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9221 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9222 if Debounces.on==false then break end
9223 rs:wait(2)
9224 end
9225 Debounces.Slapping = false
9226 if Debounces.CanAttack == false then
9227 Debounces.CanAttack = true
9228 Debounces.NoIdl = false
9229 Debounces.on = false
9230 end
9231 end
9232 end
9233end)
9234-------------------------------
9235mouse.KeyDown:connect(function(key)
9236 if key == "t" then
9237 if Debounces.CanAttack == true then
9238 Debounces.CanAttack = false
9239 Debounces.on = true
9240 Debounces.NoIdl = true
9241 for i = 1, 20 do
9242 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)
9243 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)
9244 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)
9245 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9246 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9247 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)
9248
9249 if Debounces.on == false then break end
9250 wait()
9251 end
9252 Spawn(function()
9253 local Parts = {}
9254 for Y = -5,5 do
9255 local P = Instance.new("Part",char)
9256 P.Anchored = true
9257 P.FormFactor = "Custom"
9258 P.CanCollide = false
9259 P.Size = Vector3.new(1,2,1)
9260 P.TopSurface = "SmoothNoOutlines"
9261 P.BottomSurface = "SmoothNoOutlines"
9262 P.BrickColor = BrickColor.new("Really black")
9263 P.Name = tostring(Y)
9264 local i = (Y+5)/(10)
9265 i = 1-math.cos(math.pi*i-(math.pi/2))
9266 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9267 --[[P.Touched:connect(function(ht)
9268 local hit = ht.Parent
9269 if hit:FindFirstChild("Humanoid") then
9270 hit.Humanoid:TakeDamage(math.random(20,50))
9271 end
9272 end)]]--
9273 s = Instance.new("Sound",P)
9274 s.SoundId = "rbxassetid://228343271"
9275 s.Volume = 19
9276 s.Pitch = 0.9
9277 s:Play()
9278P.Touched:connect(function(ht)
9279 hit = ht.Parent
9280 if ht and hit:IsA("Model") then
9281 if hit:FindFirstChild("Humanoid") then
9282 if hit.Name ~= p.Name then
9283 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9284 Debounces.Slashed = true]]--
9285 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9286 hit:FindFirstChild("Humanoid").PlatformStand = true
9287 wait(1)
9288 --Debounces.Slashed = false
9289 --end
9290 end
9291 end
9292 elseif ht and hit:IsA("Hat") then
9293 if hit.Parent.Name ~= p.Name then
9294 if hit.Parent:FindFirstChild("Humanoid") then
9295 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9296 Debounces.Slashed = true]]--
9297 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9298 hit:FindFirstChild("Humanoid").PlatformStand = true
9299 wait(1)
9300 --Debounces.Slashed = false
9301 --end
9302 end
9303 end
9304 end
9305end)
9306 Parts[#Parts+1] = P
9307 end
9308 local BREAKIT = false
9309 local CParts = {}
9310 local Rocks = {}
9311 local LastPos = nil
9312 for i = 1,70 do
9313 for i2,v in pairs(Parts) do
9314 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9315 local cf = v.CFrame
9316 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9317 v.CFrame = cf
9318 v.Transparency = v.Transparency+0.02
9319 if v.Transparency >= 0.975 then BREAKIT = true end
9320 if v.Name == "0" then
9321 local Ignore = {}
9322 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9323 if v.Character ~= nil then
9324 Ignore[#Ignore+1] = v.Character
9325 end
9326 end
9327 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9328 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9329 if Hit ~= nil then
9330 if #Rocks == 0 then
9331 for i = 1,5 do
9332 local P = Instance.new("Part",char)
9333 Rocks[#Rocks+1] = P
9334 P.Anchored = true
9335 P.FormFactor = "Custom"
9336 P.BrickColor = Hit.BrickColor
9337 P.Material = Hit.Material
9338 P.TopSurface = "Smooth"
9339 P.BottomSurface = "Smooth"
9340 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9341 end
9342 end
9343 for i,P in pairs(Rocks) do
9344 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)))
9345 end
9346 local P = Instance.new("Part",char)
9347 CParts[#CParts+1] = {P,tick()}
9348 P.Anchored = true
9349 P.FormFactor = "Custom"
9350 P.BrickColor = Hit.BrickColor
9351 P.Material = Hit.Material
9352 P.TopSurface = "Smooth"
9353 P.BottomSurface = "Smooth"
9354 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9355 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9356 Pos = Pos.p
9357 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)))
9358 local P = P:Clone()
9359 CParts[#CParts+1] = {P,tick()}
9360 P.Parent = char
9361 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9362 Pos = Pos.p
9363 P.CFrame = ((CFrame.new(Pos,Pos+SurfaceNorm)*CFrame.Angles(math.rad(90),0,0))-Vector3.new(0,0.25,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,-20)))
9364 if LastPos ~= nil then
9365 local P = P:Clone()
9366 CParts[#CParts+1] = {P,tick()}
9367 P.Parent = char
9368 P.BrickColor = BrickColor.new("Really black")
9369 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9370 Pos = Pos.p
9371 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9372 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9373 --P.Velocity = Vector3.new(0,-1000,0)
9374 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9375 end
9376 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9377 end
9378 end
9379 end
9380 if BREAKIT then break end
9381 wait(0.002)
9382 end
9383 for i,v in pairs(Rocks) do
9384 CParts[#CParts+1] = {v,tick()}
9385 end
9386 for i,v in pairs(Parts) do
9387 v:Destroy()
9388 end
9389 Parts = nil
9390 while true do
9391 local t = tick()
9392 local p = nil
9393 for i,v in pairs(CParts) do
9394 if t-v[2] > 4 then
9395 v[1].Transparency = v[1].Transparency+0.05
9396 if v[1].Transparency >= 1 then
9397 v[1]:Destroy()
9398 CParts[i] = nil
9399 end
9400 end
9401 p = v
9402 end
9403 if p == nil then break end
9404 wait(0.002)
9405 end
9406 for i,v in pairs(CParts) do
9407 v:Destroy()
9408 end
9409 CParts = {}
9410 end)
9411 for i = 1, 20 do
9412 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)
9413 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)
9414 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)
9415 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9416 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)
9417 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)
9418
9419 if Debounces.on == false then break end
9420 wait()
9421 end
9422 if Debounces.CanAttack == false then
9423 Debounces.CanAttack = true
9424 Debounces.on = false
9425 Debounces.NoIdl = false
9426 end
9427 end
9428 end
9429end)
9430----------------------------------------------------
9431----------------------------------------------------
9432----------------------------------------------------
9433-------------------
9434
9435Change = false
9436mouse.KeyDown:connect(function(key)
9437 if key == "n" then
9438 if Change == false then
9439 Change = true
9440 stanceToggle = "Idle2"
9441 elseif Change == true then
9442 Change = false
9443 stanceToggle = "Idle1"
9444 end
9445 end
9446end)
9447----------------------------------------------------
9448mod=Instance.new('Model',char)
9449
9450function charge()
9451 hed.Velocity=hed.CFrame.lookVector*200
9452 part=Instance.new('Part',mod)
9453 part.Anchored=true
9454 part.CanCollide=false
9455 part.FormFactor='Custom'
9456 part.Size=Vector3.new(.2,.2,.2)
9457 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9458 part.Transparency=.7
9459 part.BrickColor=BrickColor.new('Black')
9460 mesh=Instance.new('SpecialMesh',part)
9461 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9462 mesh.Scale=Vector3.new(10,5,10)
9463 part2=part:clone()
9464 part2.Parent=mod
9465 part2.BrickColor=BrickColor.new('Lime green')
9466 mesh2=mesh:clone()
9467 mesh2.Parent=part2
9468 mesh2.Scale=Vector3.new(20,10,20)
9469 part3=part2:clone()
9470 part3.Parent = mod
9471 part3.BrickColor=BrickColor.new('Really black')
9472 mesh3=mesh2:clone()
9473 mesh2.Parent=part3
9474 mesh3.Scale=Vector3.new(30,15,30)
9475 coroutine.resume(coroutine.create(function()
9476 for i=0,1,0.1 do
9477 wait()
9478 part.CFrame=part.CFrame
9479 part.Transparency=i
9480 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9481 part2.CFrame=part2.CFrame
9482 part2.Transparency=i
9483 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9484 part3.CFrame=part3.CFrame
9485 part3.Transparency=i
9486 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9487 end
9488 part.Parent=nil
9489 part2.Parent=nil
9490 part3.Parent = nil
9491 end))
9492end
9493--------------------
9494mouse.KeyDown:connect(function(key)
9495 if key == "g" then
9496 larm.BrickColor = BrickColor.new("Bright red")
9497 rarm.BrickColor = BrickColor.new("Bright red")
9498 if Debounces.CanAttack == true then
9499 Debounces.CanAttack = false
9500 Debounces.on = true
9501 Debounces.NoIdl = true
9502 chrg = lleg.Touched:connect(function(ht)
9503 hit = ht.Parent
9504 if ht and hit:IsA("Model") then
9505 if hit:FindFirstChild("Humanoid") then
9506 if hit.Name ~= p.Name then
9507 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9508 Debounces.Slashed = true]]--
9509 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9510 hit:FindFirstChild("Humanoid").PlatformStand = true
9511 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9512 --Debounces.Slashed = false
9513 --end
9514 end
9515 end
9516 elseif ht and hit:IsA("Hat") then
9517 if hit.Parent.Name ~= p.Name then
9518 if hit.Parent:FindFirstChild("Humanoid") then
9519 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9520 Debounces.Slashed = true]]--
9521 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9522 hit:FindFirstChild("Humanoid").PlatformStand = true
9523 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9524 --Debounces.Slashed = false
9525 end
9526 end
9527 end
9528 end)
9529 for i = 1, 14 do
9530 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)
9531 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)
9532 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)
9533 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)
9534 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)
9535 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)
9536
9537 if Debounces.on == false then break end
9538 wait()
9539 end
9540 charge()
9541 z = Instance.new("Sound",char)
9542 z.SoundId = "rbxassetid://200632875"
9543 z.Volume = 1
9544 z.Pitch = .8
9545 z1 = Instance.new("Sound",char)
9546 z1.SoundId = "rbxassetid://200632875"
9547 z1.Volume = 1
9548 z1.Pitch = .9
9549 z:Play()
9550 z1:Play()
9551 wait(1)
9552 z:Destroy()
9553 z1:Destroy()
9554 chrg:disconnect()
9555 if Debounces.CanAttack == false then
9556 Debounces.CanAttack = true
9557 Debounces.on = false
9558 Debounces.NoIdl = false
9559 larm.BrickColor = BrickColor.new("White")
9560 rarm.BrickColor = BrickColor.new("White")
9561 end
9562 end
9563 end
9564end)
9565------------------------------
9566mouse.KeyDown:connect(function(key)
9567 if string.byte(key) == 52 then
9568 Swing = 2
9569 char.Humanoid.WalkSpeed = 28
9570 end
9571end)
9572mouse.KeyUp:connect(function(key)
9573 if string.byte(key) == 52 then
9574 Swing = 1
9575 char.Humanoid.WalkSpeed = 16
9576 end
9577end)
9578----------------------------------------------------
9579
9580-------------------------------------------
9581CR = torso.Cloak.Rotater
9582CR2 = torso.Cloak.CapeLevel1
9583CR3 = torso.Cloak.CapeLevel2
9584CR4 = torso.Cloak.CapeLevel3
9585CR5 = torso.Cloak.CapeLevel4
9586jump = false
9587rs:connect(function()
9588 if char.Humanoid.Jump == true then
9589 jump = true
9590 else
9591 jump = false
9592 end
9593 char.Humanoid.FreeFalling:connect(function(f)
9594 if f then
9595 ffing = true
9596 else
9597 ffing = false
9598 end
9599 end)
9600 sine = sine + change
9601 if jump == true then
9602 animpose = "Jumping"
9603 elseif ffing == true then
9604 animpose = "Freefalling"
9605 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9606 animpose = "Idle"
9607 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9608 animpose = "Walking"
9609 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9610 animpose = "Running"
9611 end
9612 RightLeg = CFrame.new(0.5,-1,0)
9613 LeftLeg = CFrame.new(-0.5,-1,0)
9614
9615 lefth = (torso.CFrame*LeftLeg)
9616 righth = (torso.CFrame*RightLeg)
9617
9618 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9619
9620 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9621
9622 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9623 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9624 if animpose ~= lastanimpose then
9625 sine = 0
9626 if Debounces.NoIdl == false then
9627 if stanceToggle == "Idle1" then
9628 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)
9629 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)
9630 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)
9631 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)
9632 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)
9633 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)
9634 elseif stanceToggle == "Idle2" then
9635 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)
9636 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)
9637 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)
9638 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)
9639 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)
9640 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)
9641 end
9642 fat.Event:wait()
9643 end
9644 else
9645 end
9646 lastanimpose = animpose
9647 if Debounces.NoIdl == false then
9648 if animpose == "Idle" then
9649 change = 0.5
9650 if stanceToggle == "Idle1" then
9651 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)
9652 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)
9653 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)
9654 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)
9655 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)
9656 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)
9657 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)
9658 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)
9659 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)
9660 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)
9661 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)
9662 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)
9663 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)
9664 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)
9665 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)
9666 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)
9667 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)
9668 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)
9669 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)
9670 elseif stanceToggle == "Idle2" then
9671 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9672 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)
9673 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)
9674 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)
9675 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)
9676 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9677 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)
9678 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)
9679 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)
9680 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)
9681 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)
9682 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9683 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9684 --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)
9685 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)
9686 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)
9687 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)
9688 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)
9689 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)
9690 elseif stanceToggle == "Grabbed" then
9691 grab = true
9692 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9693 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9694 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)
9695 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)
9696 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)
9697 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)
9698 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)
9699 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)
9700 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9701 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9702 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)
9703 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)
9704 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)
9705 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)
9706 end
9707 elseif animpose == "Walking" then
9708 if stanceToggle == "Grabbed" then
9709 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9710 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9711 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)
9712 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)
9713 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)
9714 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)
9715 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)
9716 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)
9717 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)
9718 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9719 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9720 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)
9721 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)
9722 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)
9723 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)
9724 elseif stanceToggle ~= "Grabbed" then
9725 change = 1
9726 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9727 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9728 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)
9729 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)
9730 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)
9731 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)
9732 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)
9733 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)
9734 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)
9735 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)
9736 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)
9737 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)
9738 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)
9739 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)
9740 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9741 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9742 --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)
9743 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)
9744 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)
9745 --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)
9746 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)
9747 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)
9748 end
9749 elseif animpose == "Running" then
9750 change = 1
9751 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9752 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9753 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)
9754 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)
9755 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)
9756 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)
9757 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)
9758 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)
9759 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)
9760 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)
9761 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)
9762 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)
9763 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)
9764 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)
9765 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9766 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)
9767 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)
9768 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)
9769 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)
9770 elseif animpose == "Jumping" then
9771 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9772 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)
9773 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)
9774 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)
9775 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)
9776 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9777 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9778 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)
9779 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)
9780 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)
9781 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)
9782 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9783 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9784 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9785 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)
9786 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)
9787 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)
9788 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)
9789 elseif animpose == "Freefalling" then
9790 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9791 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)
9792 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)
9793 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)
9794 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)
9795 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9796 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9797 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)
9798 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)
9799 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)
9800 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)
9801 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9802 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9803 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9804 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)
9805 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)
9806 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)
9807 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)
9808 end
9809 end
9810end)
9811hum.MaxHealth = 5000
9812wait(3)
9813hum.Health = 5000
9814while wait() do
9815 wait(5)
9816 for i=1,100 do wait()
9817 Amulite.Brightness=Amulite.Brightness+0.02
9818 end
9819 for i=1,100 do wait()
9820 Amulite.Brightness=Amulite.Brightness-0.02
9821 end
9822end