· 8 years ago · Jul 30, 2018, 02:32 AM
1if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2local Player,game,owner = owner,game
3local RealPlayer = Player
4do
5 print("FE Compatibility code by Mokiros")
6 local rp = RealPlayer
7 script.Parent = rp.Character
8
9 --RemoteEvent for communicating
10 local Event = Instance.new("RemoteEvent")
11 Event.Name = "UserInput_Event"
12
13 --Fake event to make stuff like Mouse.KeyDown work
14 local function fakeEvent()
15 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
16 t.connect = t.Connect
17 return t
18 end
19
20 --Creating fake input objects with fake variables
21 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
22 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
23 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
24 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
25 end}
26 --Merged 2 functions into one by checking amount of arguments
27 CAS.UnbindAction = CAS.BindAction
28
29 --This function will trigger the events that have been :Connect()'ed
30 local function te(self,ev,...)
31 local t = m[ev]
32 if t and t._fakeEvent then
33 for _,f in pairs(t.Functions) do
34 f(...)
35 end
36 end
37 end
38 m.TrigEvent = te
39 UIS.TrigEvent = te
40
41 Event.OnServerEvent:Connect(function(plr,io)
42 if plr~=rp then return end
43 m.Target = io.Target
44 m.Hit = io.Hit
45 if not io.isMouse then
46 local b = io.UserInputState == Enum.UserInputState.Begin
47 if io.UserInputType == Enum.UserInputType.MouseButton1 then
48 return m:TrigEvent(b and "Button1Down" or "Button1Up")
49 end
50 for _,t in pairs(CAS.Actions) do
51 for _,k in pairs(t.Keys) do
52 if k==io.KeyCode then
53 t.Function(t.Name,io.UserInputState,io)
54 end
55 end
56 end
57 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59 end
60 end)
61 Event.Parent = NLS([==[
62 local Player = game:GetService("Players").LocalPlayer
63 local Event = script:WaitForChild("UserInput_Event")
64
65 local Mouse = Player:GetMouse()
66 local UIS = game:GetService("UserInputService")
67 local input = function(io,a)
68 if a then return end
69 --Since InputObject is a client-side instance, we create and pass table instead
70 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
71 end
72 UIS.InputBegan:Connect(input)
73 UIS.InputEnded:Connect(input)
74
75 local h,t
76 --Give the server mouse data 30 times every second, but only if the values changed
77 --If player is not moving their mouse, client won't fire events
78 while wait(1/30) do
79 if h~=Mouse.Hit or t~=Mouse.Target then
80 h,t=Mouse.Hit,Mouse.Target
81 Event:FireServer({isMouse=true,Target=t,Hit=h})
82 end
83 end]==],Player.Character)
84
85 ----Sandboxed game object that allows the usage of client-side methods and services
86 --Real game object
87 local _rg = game
88
89 --Metatable for fake service
90 local fsmt = {
91 __index = function(self,k)
92 local s = rawget(self,"_RealService")
93 if s then return s[k] end
94 end,
95 __newindex = function(self,k,v)
96 local s = rawget(self,"_RealService")
97 if s then s[k]=v end
98 end,
99 __call = function(self,...)
100 local s = rawget(self,"_RealService")
101 if s then return s(...) end
102 end
103 }
104 local function FakeService(t,RealService)
105 t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
106 return setmetatable(t,fsmt)
107 end
108
109 --Fake game object
110 local g = {
111 GetService = function(self,s)
112 return self[s]
113 end,
114 Players = FakeService({
115 LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
116 },"Players"),
117 UserInputService = FakeService(UIS,"UserInputService"),
118 ContextActionService = FakeService(CAS,"ContextActionService"),
119 }
120 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
121 g.service = g.GetService
122
123 g.RunService = FakeService({
124 RenderStepped = _rg:GetService("RunService").Heartbeat,
125 BindToRenderStep = function(self,name,_,fun)
126 self._btrs[name] = self.Heartbeat:Connect(fun)
127 end,
128 UnbindFromRenderStep = function(self,name)
129 self._btrs[name]:Disconnect()
130 end,
131 },"RunService")
132
133 setmetatable(g,{
134 __index=function(self,s)
135 return _rg:GetService(s) or typeof(_rg[s])=="function"
136 and function(_,...)return _rg[s](_rg,...)end or _rg[s]
137 end,
138 __newindex = fsmt.__newindex,
139 __call = fsmt.__call
140 })
141 --Changing owner to fake player object to support owner:GetMouse()
142 game,owner = g,g.Players.LocalPlayer
143end
144local p = game.Players.LocalPlayer--300899323
145local char = p.Character
146local mouse = p:GetMouse()
147local larm = char["Left Arm"]
148local rarm = char["Right Arm"]
149local lleg = char["Left Leg"]
150local rleg = char["Right Leg"]
151local hed = char.Head
152local torso = char.Torso
153local hum = char.Humanoid
154local cam = game.Workspace.CurrentCamera
155local root = char.HumanoidRootPart
156local rj = root.RootJoint
157local deb = false
158local shot = 0
159local stanceToggle = "Idle1"
160local l = game:GetService("Lighting")
161local rs = game:GetService("RunService").RenderStepped
162local hb = game:GetService("RunService").Heartbeat
163local Stepped = game:GetService("RunService").Stepped
164math.randomseed(os.time())
165hum.JumpPower = 100
166---------------------
167
168-------------
169char["Body Colors"].HeadColor = BrickColor.new("Really black")
170char["Body Colors"].TorsoColor = BrickColor.new("Really Black")
171char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
172char["Body Colors"].RightArmColor = BrickColor.new("Really black")
173---------------------------
174local Transforming = true
175hum.WalkSpeed = 0
176local fx = Instance.new("Part",torso)
177wit = torso.BrickColor.Color
178wit2 = Color3.new(0,0,0)
179local glowz = Instance.new("ParticleEmitter",fx)
180glowz.LightEmission = 1
181glowz.Texture = "rbxassetid://284205403"
182glowz.Color = ColorSequence.new(wit)
183glowz.Size = NumberSequence.new(5)
184glowz.Speed = NumberRange.new(25,50)
185glowz.LockedToPart = false
186glowz.Transparency = NumberSequence.new(0.75)
187glowz.RotSpeed = NumberRange.new(-2000,2000)
188glowz.Lifetime = NumberRange.new(1)
189glowz.Rate = 50000
190glowz.VelocitySpread = 9001
191fx.Anchored = true
192fx.Material = "Neon"
193fx.CanCollide = false
194fx.Locked = true
195fx.Transparency = 1
196fx.Material = "Neon"
197fx.Size = Vector3.new(1,1,1)
198fx.TopSurface = "SmoothNoOutlines"
199fx.BottomSurface = "SmoothNoOutlines"
200fx.BrickColor = BrickColor.new("Really black")
201fxm = Instance.new("SpecialMesh",fx)
202fxm.MeshType = "Sphere"
203local sa2 = Instance.new("Sound",torso)
204sa2.SoundId = "rbxassetid://93724183"
205sa2.Pitch = 0.5
206sa2.Volume = 5
207sa2.Looped = false
208sa2:Play()
209local value = 1
210fxm.Scale = Vector3.new(1,1,1)
211for i = 1, 20 do rs:wait()
212 value = value - 0.05
213 fx.Transparency = fx.Transparency - (1/20)
214 fx.CFrame = torso.CFrame
215 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
216 rs:wait()
217end
218----------------------------------------------------
219GroundWave1 = function()
220 local Transforming = true
221hum.WalkSpeed = 0
222local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
223 local Colors = {"White", "Really black"}
224 local wave = Instance.new("Part", torso)
225 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
226 wave.Anchored = true
227 wave.CanCollide = false
228 wave.Locked = true
229 wave.Size = Vector3.new(1, 1, 1)
230 wave.TopSurface = "Smooth"
231 wave.BottomSurface = "Smooth"
232 wave.Transparency = 0.35
233 wave.CFrame = HandCF
234 wm = Instance.new("SpecialMesh", wave)
235 wm.MeshId = "rbxassetid://3270017"
236 coroutine.wrap(function()
237 for i = 1, 30, 1 do
238 wm.Scale = Vector3.new(50, 50, 1 + i*50)
239 wave.Size = wm.Scale
240 wave.CFrame = HandCF
241 wave.Transparency = i/30
242 wait()
243 end
244 wait()
245 wave:Destroy()
246 end)()
247end
248----------------------------------------------------
249GroundWave = function()
250 if Transforming == true then
251 local value = 5
252 local value2 = 10
253 local value3 = 20
254local sa2 = Instance.new("Sound",torso)
255sa2.SoundId = "rbxassetid://413682983"
256sa2.Pitch = 1
257sa2.Volume = 10
258sa2.Looped = false
259sa2:Play()
260 local wave = Instance.new("Part", torso)
261local glowz = Instance.new("ParticleEmitter",wave)
262glowz.LightEmission = 1
263glowz.Texture = "0"
264glowz.Color = ColorSequence.new(wit)
265glowz.Size = NumberSequence.new(30)
266glowz.Speed = NumberRange.new(25,100)
267glowz.LockedToPart = false
268glowz.Transparency = NumberSequence.new(0.75)
269glowz.RotSpeed = NumberRange.new(-2000,2000)
270glowz.Lifetime = NumberRange.new(1)
271glowz.Rate = 50000
272glowz.VelocitySpread = 9001
273
274 wave.BrickColor = BrickColor.new("Really blue")
275 wave.Anchored = true
276 wave.CanCollide = false
277 wave.Locked = true
278 wave.Size = Vector3.new(1, 1, 1)
279 wave.TopSurface = "Smooth"
280 wave.BottomSurface = "Smooth"
281 wave.Transparency = 0.35
282 wave.CFrame = fx.CFrame
283 wave.Material = "Neon"
284 wm = Instance.new("SpecialMesh", wave)
285 wm.MeshType = "Sphere"
286 wm.Scale = Vector3.new(1,1,1)
287 local wave2 = Instance.new("Part", torso)
288 wave2.BrickColor = BrickColor.new("Really blue")
289 wave2.Anchored = true
290 wave2.CanCollide = false
291 wave2.Locked = true
292 wave2.Size = Vector3.new(1, 1, 1)
293 wave2.TopSurface = "Smooth"
294 wave2.BottomSurface = "Smooth"
295 wave2.Transparency = 0.35
296 wave2.CFrame = fx.CFrame
297 wave2.Material = "Neon"
298 wm2 = Instance.new("SpecialMesh", wave2)
299 wm2.MeshType = "FileMesh"
300 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
301 wm2.Scale = Vector3.new(1,1,1)
302 local wave3 = Instance.new("Part", torso)
303 wave3.BrickColor = BrickColor.new("Really blue")
304 wave3.Anchored = true
305 wave3.CanCollide = false
306 wave3.Locked = true
307 wave3.Size = Vector3.new(1, 1, 1)
308 wave3.TopSurface = "Smooth"
309 wave3.BottomSurface = "Smooth"
310 wave3.Transparency = 0.35
311 wave3.CFrame = fx.CFrame
312 wave3.Material = "Neon"
313 wm3 = Instance.new("SpecialMesh", wave3)
314 wm3.MeshType = "FileMesh"
315 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
316 wm3.Scale = Vector3.new(1,1,1)
317 coroutine.wrap(function()
318 for i = 1, 18, 1 do
319 value = value - 0.5
320 value2 = value2 - 0.75*1.5
321 value3 = value3 - 0.475*1.5
322 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
323 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
324 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
325 --wave.Size = wm.Scale
326 wave.CFrame = fx.CFrame
327 wave.Transparency = i/14
328 --wave2.Size = wm2.Scale
329 wave2.CFrame = fx.CFrame
330 wave2.Rotation = Vector3.new(90, 0, 0)
331 wave2.Transparency = i/14
332 --wave3.Size = wm3.Scale
333 wave3.CFrame = fx.CFrame
334 wave3.Rotation = Vector3.new(90, 0, 0)
335 wave3.Transparency = i/14
336 wait()
337 glowz.Rate = 0
338
339 end
340 wait()
341 wave:Destroy()
342 wave2:Destroy()
343 wave3:Destroy()
344 end)()
345 elseif Transforming == false then
346 wait()
347 end
348end
349
350for i = 1, 100 do rs:wait()
351 fx.CFrame = torso.CFrame
352end
353
354Spawn(function()
355 while wait(1) do
356 GroundWave()
357 end
358end)
359
360wait(4)
361
362Transforming = false
363
364local value2 = 1
365for i = 1, 20 do rs:wait()
366 value2 = value2 - 0.05
367 glowz.Rate = 0
368
369 fx.Transparency = fx.Transparency + (1/20)
370 fx.CFrame = torso.CFrame
371 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
372 rs:wait()
373end
374glowz:Destroy()
375
376
377local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
378 local valuer = 5
379 local valuer2 = 10
380 local valuer3 = 15
381local sa2 = Instance.new("Sound",torso)
382sa2.SoundId = "rbxassetid://130972023"
383sa2.Pitch = 1
384sa2.Volume = 5
385sa2.Looped = false
386sa2:Play()
387local sar2 = Instance.new("Sound",torso)
388sar2.SoundId = "rbxassetid://153274423"
389sar2.Pitch = 1
390sar2.Volume = 5
391sar2.Looped = false
392sar2:Play()
393 local wave = Instance.new("Part", torso)
394 wave.BrickColor = BrickColor.new("Really blue")
395 wave.Anchored = true
396 wave.CanCollide = false
397 wave.Locked = true
398 wave.Size = Vector3.new(1, 1, 1)
399 wave.TopSurface = "Smooth"
400 wave.BottomSurface = "Smooth"
401 wave.Transparency = 0.35
402 wave.CFrame = HandCF
403 wm = Instance.new("SpecialMesh", wave)
404 wm.MeshId = "rbxassetid://3270017"
405 local wave2 = Instance.new("Part", torso)
406 wave2.BrickColor = BrickColor.new("Really blue")
407 wave2.Anchored = true
408 wave2.CanCollide = false
409 wave2.Locked = true
410 wave2.Size = Vector3.new(1, 1, 1)
411 wave2.TopSurface = "Smooth"
412 wave2.BottomSurface = "Smooth"
413 wave2.Transparency = 0.35
414 wave2.CFrame = HandCF
415 wm2 = Instance.new("SpecialMesh", wave2)
416 wm2.MeshId = "rbxassetid://3270017"
417 local wave3 = Instance.new("Part", torso)
418 wave3.Anchored = true
419 wave3.CanCollide = false
420 wave3.Locked = true
421 wave3.Size = Vector3.new(1, 1, 1)
422 wave3.TopSurface = "Smooth"
423 wave3.BottomSurface = "Smooth"
424 wave3.Transparency = 0.35
425 wave3.CFrame = HandCF
426 wm3 = Instance.new("SpecialMesh", wave3)
427 wm3.MeshId = "rbxassetid://3270017"
428 coroutine.wrap(function()
429 for i = 1, 14, 1 do
430 valuer = valuer - 0.35
431 valuer2 = valuer - 0.45
432 valuer3 = valuer3 - 0.475
433 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
434 wave.Size = wm.Scale
435 wave.CFrame = HandCF
436 wave.Transparency = i/14
437 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
438 wave2.Size = wm2.Scale
439 wave2.CFrame = HandCF
440 wave2.Transparency = i/14
441 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
442 wave3.Size = wm2.Scale
443 wave3.CFrame = HandCF
444 wave3.Transparency = i/14
445 wait()
446 end
447 wait()
448 wave:Destroy()
449 wave2:Destroy()
450end)()
451hum.WalkSpeed = 16
452--------------------
453
454------------
455fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
456fire.Color = Color3.new(0,0,255)
457fire.SecondaryColor = Color3.new(0,0,255)
458fire.Enabled = true
459--------------------------------------------------------------------------------------------------------
460plr=game:service'Players'.LocalPlayer
461chr=plr.Character
462local ms = plr:GetMouse()
463CV="Bright red"
464
465local txt = Instance.new("BillboardGui", chr)
466txt.Adornee = chr.Head
467txt.Name = "_status"
468txt.Size = UDim2.new(4, 0, 2.5, 0)
469txt.StudsOffset = Vector3.new(-4, 2, 0)
470local text = Instance.new("TextLabel", txt)
471text.Size = UDim2.new(3, 0, 0.5, 0)
472text.FontSize = "Size24"
473text.TextScaled = true
474text.TextTransparency = 0
475text.BackgroundTransparency = 1
476text.TextTransparency = 0
477text.TextStrokeTransparency = 0
478text.Font = "Bodoni"
479text.TextStrokeColor3 = Color3.new(0,0,255)
480text.Text = "Pumpkin Lord"
481--------------------------------------------------------
482char["Body Colors"].HeadColor = BrickColor.new("Really black")
483char["Body Colors"].TorsoColor = BrickColor.new("Really black")
484char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
485char["Body Colors"].RightArmColor = BrickColor.new("Really black")
486--------------------------------------------------------------
487fat = Instance.new("BindableEvent",script)
488fat.Name = "Heartbeat"
489
490script:WaitForChild("Heartbeat")
491
492frame = 1/30
493tf = 0
494allowframeloss = 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.
495tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
496lastframe = tick()
497script.Heartbeat:Fire() --ayy lmao
498
499game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
500 tf = tf + s
501 if tf >= frame then
502 if allowframeloss then
503 script.Heartbeat:Fire()
504 lastframe=tick()
505 else
506 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
507 for i=1, math.floor(tf/frame) do
508 script.Heartbeat:Fire()
509 end
510 lastframe=tick()
511 end
512 if tossremainder then
513 tf = 0
514 else
515 tf = tf - frame * math.floor(tf/frame)
516 end
517 end
518end)
519----------------------------------------------------
520for i,v in pairs(char:children()) do
521 if v:IsA("Hat") then
522 v:Destroy()
523 end
524end
525for i,v in pairs (hed:GetChildren()) do
526 if v:IsA("Sound") then
527 v:Destroy()
528 end
529end
530----------------------------------------------------
531Debounces = {
532CanAttack = true;
533CanJoke = true;
534NoIdl = false;
535Slashing = false;
536Slashed = false;
537ks = false;
538}
539----------------------------------------------------
540function weld5(part0, part1, c0, c1)
541 weeld=Instance.new("Weld", part0)
542 weeld.Part0=part0
543 weeld.Part1=part1
544 weeld.C0=c0
545 weeld.C1=c1
546 return weeld
547end
548----------------------------------------------------
549function NewPart(prnt,siz,cf,trans,anc,mat,col)
550 local prt=Instance.new("Part")
551 prt.Parent=prnt
552 prt.Name="Part"
553 prt.Size=siz
554 prt.CanCollide=false
555 prt.Anchored=anc
556 prt.Locked=true
557 prt.Transparency = trans
558 prt.TopSurface=10
559 prt.BottomSurface=10
560 prt.FrontSurface=10
561 prt.BackSurface=10
562 prt.LeftSurface=10
563 prt.RightSurface=10
564 prt:BreakJoints()
565 prt.CFrame=cf or CFrame.new(30,10,30)
566 prt.Material=mat
567 prt.BrickColor=BrickColor.new(col)
568 m=Instance.new("SpecialMesh",prt)
569 m.MeshType=6
570 return prt
571end
572----------------------------------------------------
573function lerp(a, b, t) -- Linear interpolation
574 return a + (b - a)*t
575end
576
577function slerp(a, b, t) --Spherical interpolation
578 dot = a:Dot(b)
579 if dot > 0.99999 or dot < -0.99999 then
580 return t <= 0.5 and a or b
581 else
582 r = math.acos(dot)
583 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
584 end
585end
586
587function matrixInterpolate(a, b, t)
588 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
589 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
590 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
591 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
592 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
593 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
594 local t = v1:Dot(v2)
595 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
596 return CFrame.new()
597 end
598 return CFrame.new(
599 v0.x, v0.y, v0.z,
600 v1.x, v1.y, v1.z,
601 v2.x, v2.y, v2.z,
602 v3.x, v3.y, v3.z)
603end
604----------------------------------------------------
605function genWeld(a,b)
606 local w = Instance.new("Weld",a)
607 w.Part0 = a
608 w.Part1 = b
609 return w
610end
611function weld(a, b)
612 local weld = Instance.new("Weld")
613 weld.Name = "W"
614 weld.Part0 = a
615 weld.Part1 = b
616 weld.C0 = a.CFrame:inverse() * b.CFrame
617 weld.Parent = a
618 return weld;
619end
620----------------------------------------------------
621function Lerp(c1,c2,al)
622 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
623 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
624 for i,v in pairs(com1) do
625 com1[i] = v+(com2[i]-v)*al
626 end
627 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
628end
629----------------------------------------------------
630newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
631 local wld = Instance.new("Weld", wp1)
632 wld.Part0 = wp0
633 wld.Part1 = wp1
634 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
635end
636----------------------------------------------------
637newWeld(torso, larm, -1.5, 0.5, 0)
638larm.Weld.C1 = CFrame.new(0, 0.5, 0)
639newWeld(torso, rarm, 1.5, 0.5, 0)
640rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
641newWeld(torso, hed, 0, 1.5, 0)
642newWeld(torso, lleg, -0.5, -1, 0)
643lleg.Weld.C1 = CFrame.new(0, 1, 0)
644newWeld(torso, rleg, 0.5, -1, 0)
645rleg.Weld.C1 = CFrame.new(0, 1, 0)
646newWeld(root, torso, 0, -1, 0)
647torso.Weld.C1 = CFrame.new(0, -1, 0)
648----------------------------------------------------
649
650hed.face.Texture = "http://www.roblox.com/asset/?id=0"
651hed.Transparency = 1
652
653-----------------------
654LittleWave = function()
655 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
656 local Colors = {"Really blue", "Black","Really black"}
657 local wave = Instance.new("Part", torso)
658
659
660 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
661
662
663 wave.Anchored = true
664 wave.CanCollide = false
665 wave.Material = "Neon"
666 wave.Locked = true
667 wave.Size = Vector3.new(1, 1, 1)
668 wave.TopSurface = "Smooth"
669 wave.BottomSurface = "Smooth"
670 wave.Transparency = 0.35
671 wave.CFrame = HandCF
672 wm = Instance.new("SpecialMesh", wave)
673 wm.MeshId = "rbxassetid://3270017"
674 coroutine.wrap(function()
675 for i = 1, 14, 1 do
676 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
677 wave.Size = wm.Scale
678 wave.CFrame = HandCF
679 wave.Transparency = i/14
680 wait()
681 end
682 wait()
683 wave:Destroy()
684 end)()
685end
686 Spawn(function()
687 while wait(.8) do
688 LittleWave()
689 end
690end)
691
692-----------------------------
693
694------------------------
695
696-------------------------
697
698
699----------------------------------------------------
700z = Instance.new("Sound", char)
701z.SoundId = "rbxassetid://435750418"
702z.Looped = true
703z.Pitch = 1
704z.Volume = 7
705wait(.1)
706z:Play()
707----------------------------------------------------
708
709
710---------------------
711
712New = function(Object, Parent, Name, Data)
713 local Object = Instance.new(Object)
714 for Index, Value in pairs(Data or {}) do
715 Object[Index] = Value
716 end
717 Object.Parent = Parent
718 Object.Name = Name
719 return Object
720end
721----------------------------------------------------
722--reaper hat
723for _,x in pairs(char:children()) do
724if x:IsA('Hat') then x:remove() end
725if x:IsA('Shirt') then x:remove() end
726if x:IsA('Pants') then x:remove() end
727end
728
729local h = Instance.new('Part', char)
730h.Name = 'DK Hood'
731h.Size = Vector3.new(0.5,0.5,0.5)
732h.CFrame = hed.CFrame
733h.CanCollide = false
734--
735newWeld(hed, h, 0, 0.35, 0)
736--
737local m = Instance.new('SpecialMesh', h)
738m.Name = "Reaper's Cowl"
739m.MeshType = 'FileMesh'
740m.Scale = Vector3.new(0.5,0.5,0.5)
741m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=1215108563'
742m.VertexColor = Vector3.new(1,1,1)
743local shirt = Instance.new("Shirt",p.Character)
744local pants = Instance.new("Pants",p.Character)
745shirt.ShirtTemplate = "rbxassetid://233027251"
746pants.PantsTemplate = "rbxassetid://149639608"
747--Left Arm
748m = Instance.new("Model")
749m.Name = "LeftArm"
750p1 = Instance.new("Part", m)
751p1.BrickColor = BrickColor.new("Really blue")
752p1.Material = Enum.Material.Granite
753p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
754p1.Size = Vector3.new(1, 0.200000048, 1)
755p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
756p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
757p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
758p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
759p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
760p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
761b1 = Instance.new("SpecialMesh", p1)
762b1.MeshType = Enum.MeshType.Brick
763b1.Name = "Mesh"
764b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
765p2 = Instance.new("Part", m)
766p2.BrickColor = BrickColor.new("Really blue")
767p2.Material = Enum.Material.Granite
768p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
769p2.Size = Vector3.new(1, 0.200000048, 1)
770p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
771p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
772p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
773p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
774p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
775p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
776b2 = Instance.new("SpecialMesh", p2)
777b2.MeshType = Enum.MeshType.Brick
778b2.Name = "Mesh"
779b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
780p3 = Instance.new("Part", m)
781p3.BrickColor = BrickColor.new("Really blue")
782p3.Material = Enum.Material.Granite
783p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
784p3.Size = Vector3.new(1, 0.200000048, 1)
785p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
786p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
787p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
788p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
789p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
790p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
791b3 = Instance.new("SpecialMesh", p3)
792b3.MeshType = Enum.MeshType.Brick
793b3.Name = "Mesh"
794b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
795p4 = Instance.new("Part", m)
796p4.BrickColor = BrickColor.new("Black")
797p4.Material = Enum.Material.SmoothPlastic
798p4.Name = "LeftArmPlate"
799p4.Size = Vector3.new(1, 2, 1)
800p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
801p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
802p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
803p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
804p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
805p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
806b4 = Instance.new("SpecialMesh", p4)
807b4.MeshType = Enum.MeshType.Brick
808b4.Name = "Mesh"
809b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
810p5 = Instance.new("Part", m)
811p5.BrickColor = BrickColor.new("Really blue")
812p5.Material = Enum.Material.Granite
813p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
814p5.Size = Vector3.new(1, 0.200000048, 1)
815p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
816p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
817p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
818p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
819p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
820p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
821b5 = Instance.new("SpecialMesh", p5)
822b5.MeshType = Enum.MeshType.Brick
823b5.Name = "Mesh"
824b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
825p6 = Instance.new("Part", m)
826p6.BrickColor = BrickColor.new("Really blue")
827p6.Material = Enum.Material.Granite
828p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
829p6.Size = Vector3.new(1, 0.200000048, 1)
830p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
831p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
832p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
833p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
834p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
835p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
836b6 = Instance.new("SpecialMesh", p6)
837b6.MeshType = Enum.MeshType.Brick
838b6.Name = "Mesh"
839b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
840p7 = Instance.new("Part", m)
841p7.BrickColor = BrickColor.new("Really blue")
842p7.Material = Enum.Material.Granite
843p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
844p7.FormFactor = Enum.FormFactor.Custom
845p7.Size = Vector3.new(1, 0.200000048, 1)
846p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
847p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
848p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
849p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
850p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
851p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
852b7 = Instance.new("SpecialMesh", p7)
853b7.MeshType = Enum.MeshType.Brick
854b7.Name = "Mesh"
855b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
856p8 = Instance.new("Part", m)
857p8.BrickColor = BrickColor.new("Really blue")
858p8.Material = Enum.Material.Granite
859p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
860p8.FormFactor = Enum.FormFactor.Custom
861p8.Size = Vector3.new(1, 0.200000048, 1)
862p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
863p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
864p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
865p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
866p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
867p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
868b8 = Instance.new("SpecialMesh", p8)
869b8.MeshType = Enum.MeshType.Brick
870b8.Name = "Mesh"
871b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
872p9 = Instance.new("Part", m)
873p9.BrickColor = BrickColor.new("Really blue")
874p9.Material = Enum.Material.Granite
875p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
876p9.FormFactor = Enum.FormFactor.Custom
877p9.Size = Vector3.new(1, 0.200000048, 1)
878p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
879p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
880p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
881p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
882p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
883p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
884b9 = Instance.new("SpecialMesh", p9)
885b9.MeshType = Enum.MeshType.Brick
886b9.Name = "Mesh"
887b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
888p10 = Instance.new("Part", m)
889p10.BrickColor = BrickColor.new("Black")
890p10.Material = Enum.Material.SmoothPlastic
891p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
892p10.FormFactor = Enum.FormFactor.Custom
893p10.Size = Vector3.new(1, 0.349999994, 1)
894p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
895p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
896p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
897p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
898p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
899p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
900b10 = Instance.new("SpecialMesh", p10)
901b10.MeshType = Enum.MeshType.Brick
902b10.Name = "Mesh"
903b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
904p11 = Instance.new("Part", m)
905p11.BrickColor = BrickColor.new("Black")
906p11.Material = Enum.Material.Metal
907p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
908p11.FormFactor = Enum.FormFactor.Custom
909p11.Size = Vector3.new(1, 0.25, 1)
910p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
911p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
912p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
913p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
914p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
915p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
916b11 = Instance.new("SpecialMesh", p11)
917b11.MeshType = Enum.MeshType.Brick
918b11.Name = "Mesh"
919b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
920p12 = Instance.new("Part", m)
921p12.BrickColor = BrickColor.new("Black")
922p12.Material = Enum.Material.Metal
923p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
924p12.FormFactor = Enum.FormFactor.Custom
925p12.Size = Vector3.new(1, 0.25, 1)
926p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
927p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
928p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
929p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
930p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
931p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
932b12 = Instance.new("SpecialMesh", p12)
933b12.MeshType = Enum.MeshType.Brick
934b12.Name = "Mesh"
935b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
936p13 = Instance.new("Part", m)
937p13.BrickColor = BrickColor.new("Black")
938p13.Material = Enum.Material.Metal
939p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
940p13.FormFactor = Enum.FormFactor.Custom
941p13.Size = Vector3.new(1, 0.25, 1)
942p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
943p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
944p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
945p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
946p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
947p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
948b13 = Instance.new("SpecialMesh", p13)
949b13.MeshType = Enum.MeshType.Brick
950b13.Name = "Mesh"
951b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
952p14 = Instance.new("Part", m)
953p14.BrickColor = BrickColor.new("Black")
954p14.Material = Enum.Material.Metal
955p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
956p14.FormFactor = Enum.FormFactor.Custom
957p14.Size = Vector3.new(1, 0.25, 1)
958p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
959p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
960p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
961p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
962p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
963p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
964b14 = Instance.new("SpecialMesh", p14)
965b14.MeshType = Enum.MeshType.Brick
966b14.Name = "Mesh"
967b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
968p15 = Instance.new("Part", m)
969p15.BrickColor = BrickColor.new("Really blue")
970p15.Material = Enum.Material.Granite
971p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
972p15.FormFactor = Enum.FormFactor.Custom
973p15.Size = Vector3.new(1, 1, 1)
974p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
975p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
976p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
977p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
978p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
979p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
980b15 = Instance.new("SpecialMesh", p15)
981b15.MeshType = Enum.MeshType.Sphere
982b15.Name = "Mesh"
983p16 = Instance.new("Part", m)
984p16.BrickColor = BrickColor.new("Black")
985p16.Material = Enum.Material.Metal
986p16.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)
987p16.FormFactor = Enum.FormFactor.Custom
988p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
989p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
990p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
991p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
992p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
993p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
994p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
995b16 = Instance.new("SpecialMesh", p16)
996b16.MeshType = Enum.MeshType.Brick
997b16.Name = "Mesh"
998b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
999p17 = Instance.new("Part", m)
1000p17.BrickColor = BrickColor.new("Black")
1001p17.Material = Enum.Material.SmoothPlastic
1002p17.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)
1003p17.FormFactor = Enum.FormFactor.Custom
1004p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1005p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1006p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1007p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1008p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1009p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1010p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1011b17 = Instance.new("SpecialMesh", p17)
1012b17.MeshType = Enum.MeshType.Brick
1013b17.Name = "Mesh"
1014b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1015p18 = Instance.new("Part", m)
1016p18.BrickColor = BrickColor.new("Black")
1017p18.Material = Enum.Material.SmoothPlastic
1018p18.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)
1019p18.FormFactor = Enum.FormFactor.Custom
1020p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1021p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1022p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1023p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1024p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1025p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1026p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1027b18 = Instance.new("SpecialMesh", p18)
1028b18.MeshType = Enum.MeshType.Brick
1029b18.Name = "Mesh"
1030b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1031p19 = Instance.new("Part", m)
1032p19.BrickColor = BrickColor.new("Black")
1033p19.Material = Enum.Material.SmoothPlastic
1034p19.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)
1035p19.FormFactor = Enum.FormFactor.Custom
1036p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1037p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1038p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1039p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1040p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1041p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1042p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1043b19 = Instance.new("SpecialMesh", p19)
1044b19.MeshType = Enum.MeshType.Brick
1045b19.Name = "Mesh"
1046b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1047p20 = Instance.new("Part", m)
1048p20.BrickColor = BrickColor.new("Really black")
1049p20.Material = Enum.Material.SmoothPlastic
1050p20.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)
1051p20.FormFactor = Enum.FormFactor.Custom
1052p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1053p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1054p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1055p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1056p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1057p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1058p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1059b20 = Instance.new("SpecialMesh", p20)
1060b20.MeshType = Enum.MeshType.Brick
1061b20.Name = "Mesh"
1062b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1063p21 = Instance.new("Part", m)
1064p21.BrickColor = BrickColor.new("Black")
1065p21.Material = Enum.Material.Metal
1066p21.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)
1067p21.FormFactor = Enum.FormFactor.Custom
1068p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1069p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1070p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1071p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1072p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1073p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1074p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1075b21 = Instance.new("SpecialMesh", p21)
1076b21.MeshType = Enum.MeshType.Wedge
1077b21.Name = "Mesh"
1078b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1079p22 = Instance.new("Part", m)
1080p22.BrickColor = BrickColor.new("Black")
1081p22.Material = Enum.Material.Metal
1082p22.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)
1083p22.FormFactor = Enum.FormFactor.Custom
1084p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1085p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1086p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1087p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1088p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1089p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1090p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1091b22 = Instance.new("SpecialMesh", p22)
1092b22.MeshType = Enum.MeshType.Brick
1093b22.Name = "Mesh"
1094b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1095p23 = Instance.new("Part", m)
1096p23.BrickColor = BrickColor.new("Black")
1097p23.Material = Enum.Material.Metal
1098p23.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)
1099p23.FormFactor = Enum.FormFactor.Custom
1100p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1101p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1102p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1103p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1104p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1105p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1106p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1107b23 = Instance.new("SpecialMesh", p23)
1108b23.MeshType = Enum.MeshType.Brick
1109b23.Name = "Mesh"
1110b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1111p24 = Instance.new("Part", m)
1112p24.BrickColor = BrickColor.new("Black")
1113p24.Material = Enum.Material.Metal
1114p24.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)
1115p24.FormFactor = Enum.FormFactor.Custom
1116p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1117p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1118p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1119p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1120p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1121p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1122p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1123b24 = Instance.new("SpecialMesh", p24)
1124b24.MeshType = Enum.MeshType.Brick
1125b24.Name = "Mesh"
1126b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1127p25 = Instance.new("Part", m)
1128p25.BrickColor = BrickColor.new("Black")
1129p25.Material = Enum.Material.Metal
1130p25.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)
1131p25.FormFactor = Enum.FormFactor.Custom
1132p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1133p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1134p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1135p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1136p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1137p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1138p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1139b25 = Instance.new("SpecialMesh", p25)
1140b25.MeshType = Enum.MeshType.Brick
1141b25.Name = "Mesh"
1142b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1143p26 = Instance.new("Part", m)
1144p26.BrickColor = BrickColor.new("Black")
1145p26.Material = Enum.Material.Metal
1146p26.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)
1147p26.FormFactor = Enum.FormFactor.Custom
1148p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1149p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1150p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1151p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1152p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1153p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1154p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1155b26 = Instance.new("SpecialMesh", p26)
1156b26.MeshType = Enum.MeshType.Brick
1157b26.Name = "Mesh"
1158b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1159p27 = Instance.new("Part", m)
1160p27.BrickColor = BrickColor.new("Black")
1161p27.Material = Enum.Material.Metal
1162p27.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)
1163p27.FormFactor = Enum.FormFactor.Custom
1164p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1165p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1166p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1167p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1168p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1169p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1170p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1171b27 = Instance.new("SpecialMesh", p27)
1172b27.MeshType = Enum.MeshType.Brick
1173b27.Name = "Mesh"
1174b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1175p28 = Instance.new("Part", m)
1176p28.BrickColor = BrickColor.new("Black")
1177p28.Material = Enum.Material.Metal
1178p28.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)
1179p28.FormFactor = Enum.FormFactor.Custom
1180p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1181p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1182p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1183p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1184p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1185p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1186p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1187b28 = Instance.new("SpecialMesh", p28)
1188b28.MeshType = Enum.MeshType.Brick
1189b28.Name = "Mesh"
1190b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1191p29 = Instance.new("Part", m)
1192p29.BrickColor = BrickColor.new("Black")
1193p29.Material = Enum.Material.Metal
1194p29.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)
1195p29.FormFactor = Enum.FormFactor.Custom
1196p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1197p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1198p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1199p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1200p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1201p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1202p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1203b29 = Instance.new("SpecialMesh", p29)
1204b29.MeshType = Enum.MeshType.Brick
1205b29.Name = "Mesh"
1206b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1207p30 = Instance.new("Part", m)
1208p30.BrickColor = BrickColor.new("Black")
1209p30.Material = Enum.Material.Metal
1210p30.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)
1211p30.FormFactor = Enum.FormFactor.Custom
1212p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1213p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1214p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1215p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1216p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1217p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1218p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1219b30 = Instance.new("SpecialMesh", p30)
1220b30.MeshType = Enum.MeshType.Wedge
1221b30.Name = "Mesh"
1222b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1223p31 = Instance.new("Part", m)
1224p31.BrickColor = BrickColor.new("Black")
1225p31.Material = Enum.Material.Metal
1226p31.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)
1227p31.FormFactor = Enum.FormFactor.Custom
1228p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1229p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1230p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1231p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1232p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1233p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1234p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1235b31 = Instance.new("SpecialMesh", p31)
1236b31.MeshType = Enum.MeshType.Brick
1237b31.Name = "Mesh"
1238b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1239p32 = Instance.new("Part", m)
1240p32.BrickColor = BrickColor.new("Black")
1241p32.Material = Enum.Material.Metal
1242p32.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)
1243p32.FormFactor = Enum.FormFactor.Custom
1244p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1245p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1246p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1247p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1248p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1249p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1250p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1251b32 = Instance.new("SpecialMesh", p32)
1252b32.MeshType = Enum.MeshType.Wedge
1253b32.Name = "Mesh"
1254b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1255p33 = Instance.new("Part", m)
1256p33.BrickColor = BrickColor.new("Black")
1257p33.Material = Enum.Material.Metal
1258p33.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)
1259p33.FormFactor = Enum.FormFactor.Custom
1260p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1261p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1262p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1263p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1264p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1265p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1266p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1267b33 = Instance.new("SpecialMesh", p33)
1268b33.MeshType = Enum.MeshType.Brick
1269b33.Name = "Mesh"
1270b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1271p34 = Instance.new("Part", m)
1272p34.BrickColor = BrickColor.new("Black")
1273p34.Material = Enum.Material.Metal
1274p34.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)
1275p34.FormFactor = Enum.FormFactor.Custom
1276p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1277p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1278p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1279p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1280p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1281p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1282p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1283b34 = Instance.new("SpecialMesh", p34)
1284b34.MeshType = Enum.MeshType.Brick
1285b34.Name = "Mesh"
1286b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1287w1 = Instance.new("Weld", p1)
1288w1.Name = "Part_Weld"
1289w1.Part0 = p1
1290w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1291w1.Part1 = p2
1292w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1293w2 = Instance.new("Weld", p2)
1294w2.Name = "Part_Weld"
1295w2.Part0 = p2
1296w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1297w2.Part1 = p3
1298w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1299w3 = Instance.new("Weld", p3)
1300w3.Name = "LeftArmPlate_Weld"
1301w3.Part0 = p3
1302w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1303w3.Part1 = p4
1304w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1305w4 = Instance.new("Weld", p4)
1306w4.Name = "Part_Weld"
1307w4.Part0 = p4
1308w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1309w4.Part1 = p5
1310w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1311w5 = Instance.new("Weld", p5)
1312w5.Name = "Part_Weld"
1313w5.Part0 = p5
1314w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1315w5.Part1 = p6
1316w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1317w6 = Instance.new("Weld", p6)
1318w6.Name = "Part_Weld"
1319w6.Part0 = p6
1320w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1321w6.Part1 = p7
1322w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1323w7 = Instance.new("Weld", p7)
1324w7.Name = "Part_Weld"
1325w7.Part0 = p7
1326w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1327w7.Part1 = p8
1328w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1329w8 = Instance.new("Weld", p8)
1330w8.Name = "Part_Weld"
1331w8.Part0 = p8
1332w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1333w8.Part1 = p9
1334w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1335w9 = Instance.new("Weld", p9)
1336w9.Name = "Part_Weld"
1337w9.Part0 = p9
1338w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1339w9.Part1 = p10
1340w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1341w10 = Instance.new("Weld", p10)
1342w10.Name = "Part_Weld"
1343w10.Part0 = p10
1344w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1345w10.Part1 = p11
1346w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1347w11 = Instance.new("Weld", p11)
1348w11.Name = "Part_Weld"
1349w11.Part0 = p11
1350w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1351w11.Part1 = p12
1352w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1353w12 = Instance.new("Weld", p12)
1354w12.Name = "Part_Weld"
1355w12.Part0 = p12
1356w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1357w12.Part1 = p13
1358w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1359w13 = Instance.new("Weld", p13)
1360w13.Name = "Part_Weld"
1361w13.Part0 = p13
1362w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1363w13.Part1 = p14
1364w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1365w14 = Instance.new("Weld", p14)
1366w14.Name = "Part_Weld"
1367w14.Part0 = p14
1368w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1369w14.Part1 = p15
1370w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1371w15 = Instance.new("Weld", p15)
1372w15.Name = "Part_Weld"
1373w15.Part0 = p15
1374w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1375w15.Part1 = p16
1376w15.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)
1377w16 = Instance.new("Weld", p16)
1378w16.Name = "Part_Weld"
1379w16.Part0 = p16
1380w16.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)
1381w16.Part1 = p17
1382w16.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)
1383w17 = Instance.new("Weld", p17)
1384w17.Name = "Part_Weld"
1385w17.Part0 = p17
1386w17.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)
1387w17.Part1 = p18
1388w17.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)
1389w18 = Instance.new("Weld", p18)
1390w18.Name = "Part_Weld"
1391w18.Part0 = p18
1392w18.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)
1393w18.Part1 = p19
1394w18.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)
1395w19 = Instance.new("Weld", p19)
1396w19.Name = "Part_Weld"
1397w19.Part0 = p19
1398w19.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)
1399w19.Part1 = p20
1400w19.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)
1401w20 = Instance.new("Weld", p20)
1402w20.Name = "Part_Weld"
1403w20.Part0 = p20
1404w20.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)
1405w20.Part1 = p21
1406w20.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)
1407w21 = Instance.new("Weld", p21)
1408w21.Name = "Part_Weld"
1409w21.Part0 = p21
1410w21.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)
1411w21.Part1 = p22
1412w21.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)
1413w22 = Instance.new("Weld", p22)
1414w22.Name = "Part_Weld"
1415w22.Part0 = p22
1416w22.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)
1417w22.Part1 = p23
1418w22.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)
1419w23 = Instance.new("Weld", p23)
1420w23.Name = "Part_Weld"
1421w23.Part0 = p23
1422w23.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)
1423w23.Part1 = p24
1424w23.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)
1425w24 = Instance.new("Weld", p24)
1426w24.Name = "Part_Weld"
1427w24.Part0 = p24
1428w24.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)
1429w24.Part1 = p25
1430w24.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)
1431w25 = Instance.new("Weld", p25)
1432w25.Name = "Part_Weld"
1433w25.Part0 = p25
1434w25.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)
1435w25.Part1 = p26
1436w25.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)
1437w26 = Instance.new("Weld", p26)
1438w26.Name = "Part_Weld"
1439w26.Part0 = p26
1440w26.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)
1441w26.Part1 = p27
1442w26.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)
1443w27 = Instance.new("Weld", p27)
1444w27.Name = "Part_Weld"
1445w27.Part0 = p27
1446w27.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)
1447w27.Part1 = p28
1448w27.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)
1449w28 = Instance.new("Weld", p28)
1450w28.Name = "Part_Weld"
1451w28.Part0 = p28
1452w28.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)
1453w28.Part1 = p29
1454w28.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)
1455w29 = Instance.new("Weld", p29)
1456w29.Name = "Part_Weld"
1457w29.Part0 = p29
1458w29.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)
1459w29.Part1 = p30
1460w29.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)
1461w30 = Instance.new("Weld", p30)
1462w30.Name = "Part_Weld"
1463w30.Part0 = p30
1464w30.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)
1465w30.Part1 = p31
1466w30.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)
1467w31 = Instance.new("Weld", p31)
1468w31.Name = "Part_Weld"
1469w31.Part0 = p31
1470w31.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)
1471w31.Part1 = p32
1472w31.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)
1473w32 = Instance.new("Weld", p32)
1474w32.Name = "Part_Weld"
1475w32.Part0 = p32
1476w32.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)
1477w32.Part1 = p33
1478w32.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)
1479w33 = Instance.new("Weld", p33)
1480w33.Name = "Part_Weld"
1481w33.Part0 = p33
1482w33.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)
1483w33.Part1 = p34
1484w33.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)
1485m.Parent = larm
1486m:MakeJoints()
1487----------------------------------------------------
1488local cor = Instance.new("Part", larm.LeftArm)
1489cor.Name = "Thingy"
1490cor.Locked = true
1491cor.BottomSurface = 0
1492cor.CanCollide = false
1493cor.Size = Vector3.new(1, 1, 1)
1494cor.Transparency = 1
1495cor.TopSurface = 0
1496corw = Instance.new("Weld", cor)
1497corw.Part0 = larm
1498corw.Part1 = cor
1499corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1500corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1501weld1 = Instance.new("Weld", larm.LeftArm)
1502weld1.Part0 = cor
1503weld1.Part1 = larm.LeftArm.LeftArmPlate
1504weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1505--Right Arm
1506m2 = Instance.new("Model")
1507m2.Name = "RightArm"
1508p1 = Instance.new("Part", m2)
1509p1.BrickColor = BrickColor.new("Really blue")
1510p1.Material = Enum.Material.Granite
1511p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1512p1.FormFactor = Enum.FormFactor.Custom
1513p1.Size = Vector3.new(1, 0.200000048, 1)
1514p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1515p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1516p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1517p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1518p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1519p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1520b1 = Instance.new("SpecialMesh", p1)
1521b1.MeshType = Enum.MeshType.Brick
1522b1.Name = "Mesh"
1523b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1524p2 = Instance.new("Part", m2)
1525p2.BrickColor = BrickColor.new("Really blue")
1526p2.Material = Enum.Material.Granite
1527p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1528p2.FormFactor = Enum.FormFactor.Custom
1529p2.Size = Vector3.new(1, 0.200000048, 1)
1530p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1531p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1532p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1533p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1534p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1535p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1536b2 = Instance.new("SpecialMesh", p2)
1537b2.MeshType = Enum.MeshType.Brick
1538b2.Name = "Mesh"
1539b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1540p3 = Instance.new("Part", m2)
1541p3.BrickColor = BrickColor.new("Really blue")
1542p3.Material = Enum.Material.Granite
1543p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1544p3.FormFactor = Enum.FormFactor.Custom
1545p3.Size = Vector3.new(1, 0.200000048, 1)
1546p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1547p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1548p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1549p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1550p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1551p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1552b3 = Instance.new("SpecialMesh", p3)
1553b3.MeshType = Enum.MeshType.Brick
1554b3.Name = "Mesh"
1555b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1556p4 = Instance.new("Part", m2)
1557p4.BrickColor = BrickColor.new("Really blue")
1558p4.Material = Enum.Material.Granite
1559p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1560p4.FormFactor = Enum.FormFactor.Custom
1561p4.Size = Vector3.new(1, 0.200000048, 1)
1562p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1563p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1564p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1565p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1566p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1567p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1568b4 = Instance.new("SpecialMesh", p4)
1569b4.MeshType = Enum.MeshType.Brick
1570b4.Name = "Mesh"
1571b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1572p5 = Instance.new("Part", m2)
1573p5.BrickColor = BrickColor.new("Really blue")
1574p5.Material = Enum.Material.Granite
1575p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1576p5.FormFactor = Enum.FormFactor.Custom
1577p5.Size = Vector3.new(1, 0.200000048, 1)
1578p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1579p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1580p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1581p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1582p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1583p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1584b5 = Instance.new("SpecialMesh", p5)
1585b5.MeshType = Enum.MeshType.Brick
1586b5.Name = "Mesh"
1587b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1588p6 = Instance.new("Part", m2)
1589p6.BrickColor = BrickColor.new("Really blue")
1590p6.Material = Enum.Material.Granite
1591p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1592p6.FormFactor = Enum.FormFactor.Custom
1593p6.Size = Vector3.new(1, 1, 1)
1594p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1595p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1596p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1597p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1598p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1599p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1600b6 = Instance.new("SpecialMesh", p6)
1601b6.MeshType = Enum.MeshType.Sphere
1602b6.Name = "Mesh"
1603p7 = Instance.new("Part", m2)
1604p7.BrickColor = BrickColor.new("Black")
1605p7.Material = Enum.Material.SmoothPlastic
1606p7.Name = "RightArmPlate"
1607p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1608p7.FormFactor = Enum.FormFactor.Symmetric
1609p7.Size = Vector3.new(1, 2, 1)
1610p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1611p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1612p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1613p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1614p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1615p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1616b7 = Instance.new("SpecialMesh", p7)
1617b7.MeshType = Enum.MeshType.Brick
1618b7.Name = "Mesh"
1619b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1620p8 = Instance.new("Part", m2)
1621p8.BrickColor = BrickColor.new("Lime green")
1622p8.Material = Enum.Material.Granite
1623p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1624p8.FormFactor = Enum.FormFactor.Custom
1625p8.Size = Vector3.new(1, 0.200000048, 1)
1626p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1627p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1628p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1629p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1630p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1631p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1632b8 = Instance.new("SpecialMesh", p8)
1633b8.MeshType = Enum.MeshType.Brick
1634b8.Name = "Mesh"
1635b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1636p9 = Instance.new("Part", m2)
1637p9.BrickColor = BrickColor.new("Black")
1638p9.Material = Enum.Material.SmoothPlastic
1639p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1640p9.FormFactor = Enum.FormFactor.Custom
1641p9.Size = Vector3.new(1, 0.349999994, 1)
1642p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1643p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1644p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1645p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1646p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1647p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1648b9 = Instance.new("SpecialMesh", p9)
1649b9.MeshType = Enum.MeshType.Brick
1650b9.Name = "Mesh"
1651b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1652p10 = Instance.new("Part", m2)
1653p10.BrickColor = BrickColor.new("Black")
1654p10.Material = Enum.Material.Metal
1655p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1656p10.FormFactor = Enum.FormFactor.Custom
1657p10.Size = Vector3.new(1, 0.25, 1)
1658p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1659p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1660p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1661p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1662p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1663p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1664b10 = Instance.new("SpecialMesh", p10)
1665b10.MeshType = Enum.MeshType.Brick
1666b10.Name = "Mesh"
1667b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1668p11 = Instance.new("Part", m2)
1669p11.BrickColor = BrickColor.new("Black")
1670p11.Material = Enum.Material.Metal
1671p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1672p11.FormFactor = Enum.FormFactor.Custom
1673p11.Size = Vector3.new(1, 0.25, 1)
1674p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1675p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1676p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1677p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1678p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1679p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1680b11 = Instance.new("SpecialMesh", p11)
1681b11.MeshType = Enum.MeshType.Brick
1682b11.Name = "Mesh"
1683b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1684p12 = Instance.new("Part", m2)
1685p12.BrickColor = BrickColor.new("Black")
1686p12.Material = Enum.Material.Metal
1687p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1688p12.FormFactor = Enum.FormFactor.Custom
1689p12.Size = Vector3.new(1, 0.25, 1)
1690p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1691p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1692p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1693p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1694p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1695p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1696b12 = Instance.new("SpecialMesh", p12)
1697b12.MeshType = Enum.MeshType.Brick
1698b12.Name = "Mesh"
1699b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1700p13 = Instance.new("Part", m2)
1701p13.BrickColor = BrickColor.new("Lime green")
1702p13.Material = Enum.Material.Granite
1703p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1704p13.FormFactor = Enum.FormFactor.Custom
1705p13.Size = Vector3.new(1, 0.200000048, 1)
1706p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1707p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1708p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1709p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1710p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1711p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1712b13 = Instance.new("SpecialMesh", p13)
1713b13.MeshType = Enum.MeshType.Brick
1714b13.Name = "Mesh"
1715b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1716p14 = Instance.new("Part", m2)
1717p14.BrickColor = BrickColor.new("Black")
1718p14.Material = Enum.Material.Metal
1719p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1720p14.FormFactor = Enum.FormFactor.Custom
1721p14.Size = Vector3.new(1, 0.25, 1)
1722p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1723p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1724p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1725p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1726p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1727p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1728b14 = Instance.new("SpecialMesh", p14)
1729b14.MeshType = Enum.MeshType.Brick
1730b14.Name = "Mesh"
1731b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1732p15 = Instance.new("Part", m2)
1733p15.BrickColor = BrickColor.new("Really blue")
1734p15.Material = Enum.Material.Granite
1735p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1736p15.FormFactor = Enum.FormFactor.Custom
1737p15.Size = Vector3.new(1, 0.200000048, 1)
1738p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1739p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1740p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1741p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1742p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1743p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1744b15 = Instance.new("SpecialMesh", p15)
1745b15.MeshType = Enum.MeshType.Brick
1746b15.Name = "Mesh"
1747b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1748p16 = Instance.new("Part", m2)
1749p16.BrickColor = BrickColor.new("Black")
1750p16.Material = Enum.Material.SmoothPlastic
1751p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1752p16.FormFactor = Enum.FormFactor.Custom
1753p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1754p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1755p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1756p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1757p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1758p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1759p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1760b16 = Instance.new("SpecialMesh", p16)
1761b16.MeshType = Enum.MeshType.Brick
1762b16.Name = "Mesh"
1763b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1764p17 = Instance.new("Part", m2)
1765p17.BrickColor = BrickColor.new("Black")
1766p17.Material = Enum.Material.SmoothPlastic
1767p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1768p17.FormFactor = Enum.FormFactor.Custom
1769p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1770p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1771p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1772p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1773p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1774p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1775p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1776b17 = Instance.new("SpecialMesh", p17)
1777b17.MeshType = Enum.MeshType.Brick
1778b17.Name = "Mesh"
1779b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1780p18 = Instance.new("Part", m2)
1781p18.BrickColor = BrickColor.new("Really black")
1782p18.Material = Enum.Material.SmoothPlastic
1783p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1784p18.FormFactor = Enum.FormFactor.Custom
1785p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1786p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1787p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1788p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1789p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1790p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1791p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1792b18 = Instance.new("SpecialMesh", p18)
1793b18.MeshType = Enum.MeshType.Brick
1794b18.Name = "Mesh"
1795b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1796p19 = Instance.new("Part", m2)
1797p19.BrickColor = BrickColor.new("Black")
1798p19.Material = Enum.Material.SmoothPlastic
1799p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1800p19.FormFactor = Enum.FormFactor.Custom
1801p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1802p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1803p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1804p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1805p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1806p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1807p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1808b19 = Instance.new("SpecialMesh", p19)
1809b19.MeshType = Enum.MeshType.Brick
1810b19.Name = "Mesh"
1811b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1812w1 = Instance.new("Weld", p1)
1813w1.Name = "Part_Weld"
1814w1.Part0 = p1
1815w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1816w1.Part1 = p2
1817w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1818w2 = Instance.new("Weld", p2)
1819w2.Name = "Part_Weld"
1820w2.Part0 = p2
1821w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1822w2.Part1 = p3
1823w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1824w3 = Instance.new("Weld", p3)
1825w3.Name = "Part_Weld"
1826w3.Part0 = p3
1827w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1828w3.Part1 = p4
1829w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1830w4 = Instance.new("Weld", p4)
1831w4.Name = "Part_Weld"
1832w4.Part0 = p4
1833w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1834w4.Part1 = p5
1835w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836w5 = Instance.new("Weld", p5)
1837w5.Name = "Part_Weld"
1838w5.Part0 = p5
1839w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1840w5.Part1 = p6
1841w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1842w6 = Instance.new("Weld", p6)
1843w6.Name = "RightArmPlate_Weld"
1844w6.Part0 = p6
1845w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1846w6.Part1 = p7
1847w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1848w7 = Instance.new("Weld", p7)
1849w7.Name = "Part_Weld"
1850w7.Part0 = p7
1851w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1852w7.Part1 = p8
1853w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1854w8 = Instance.new("Weld", p8)
1855w8.Name = "Part_Weld"
1856w8.Part0 = p8
1857w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1858w8.Part1 = p9
1859w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1860w9 = Instance.new("Weld", p9)
1861w9.Name = "Part_Weld"
1862w9.Part0 = p9
1863w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1864w9.Part1 = p10
1865w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1866w10 = Instance.new("Weld", p10)
1867w10.Name = "Part_Weld"
1868w10.Part0 = p10
1869w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1870w10.Part1 = p11
1871w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1872w11 = Instance.new("Weld", p11)
1873w11.Name = "Part_Weld"
1874w11.Part0 = p11
1875w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1876w11.Part1 = p12
1877w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1878w12 = Instance.new("Weld", p12)
1879w12.Name = "Part_Weld"
1880w12.Part0 = p12
1881w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1882w12.Part1 = p13
1883w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1884w13 = Instance.new("Weld", p13)
1885w13.Name = "Part_Weld"
1886w13.Part0 = p13
1887w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1888w13.Part1 = p14
1889w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1890w14 = Instance.new("Weld", p14)
1891w14.Name = "Part_Weld"
1892w14.Part0 = p14
1893w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1894w14.Part1 = p15
1895w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1896w15 = Instance.new("Weld", p15)
1897w15.Name = "Part_Weld"
1898w15.Part0 = p15
1899w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1900w15.Part1 = p16
1901w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1902w16 = Instance.new("Weld", p16)
1903w16.Name = "Part_Weld"
1904w16.Part0 = p16
1905w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1906w16.Part1 = p17
1907w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1908w17 = Instance.new("Weld", p17)
1909w17.Name = "Part_Weld"
1910w17.Part0 = p17
1911w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1912w17.Part1 = p18
1913w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1914w18 = Instance.new("Weld", p18)
1915w18.Name = "Part_Weld"
1916w18.Part0 = p18
1917w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1918w18.Part1 = p19
1919w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1920m2.Parent = rarm
1921m2:MakeJoints()
1922----------------------------------------------------
1923local cor2 = Instance.new("Part", rarm.RightArm)
1924cor2.Name = "Thingy"
1925cor2.Locked = true
1926cor2.BottomSurface = 0
1927cor2.CanCollide = false
1928cor2.Size = Vector3.new(1, 1, 1)
1929cor2.Transparency = 1
1930cor2.TopSurface = 0
1931corw2 = Instance.new("Weld", cor2)
1932corw2.Part0 = rarm
1933corw2.Part1 = cor2
1934corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1935corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1936weld2 = Instance.new("Weld", rarm.RightArm)
1937weld2.Part0 = cor2
1938weld2.Part1 = rarm.RightArm.RightArmPlate
1939weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1940--Torso
1941m3 = Instance.new("Model")
1942m3.Name = "Torso"
1943p1 = Instance.new("Part", m3)
1944p1.BrickColor = BrickColor.new("Really black")
1945p1.Material = Enum.Material.Metal
1946p1.Name = "TorsoPlate"
1947p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1948p1.CanCollide = false
1949p1.Locked = true
1950p1.FormFactor = Enum.FormFactor.Custom
1951p1.Size = Vector3.new(2, 2, 1)
1952p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1953p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1954p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1955p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1956p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1957p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1958b1 = Instance.new("SpecialMesh", p1)
1959b1.MeshType = Enum.MeshType.Brick
1960b1.Name = "Mesh"
1961b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1962p2 = Instance.new("Part", m3)
1963p2.BrickColor = BrickColor.new("Really black")
1964p2.Material = Enum.Material.Metal
1965p2.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)
1966p2.CanCollide = false
1967p2.Locked = true
1968p2.FormFactor = Enum.FormFactor.Custom
1969p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1970b2 = Instance.new("SpecialMesh", p2)
1971b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1972b2.TextureId = ""
1973b2.MeshType = Enum.MeshType.FileMesh
1974b2.Name = "Mesh"
1975b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1976p3 = Instance.new("Part", m3)
1977p3.BrickColor = BrickColor.new("Black")
1978p3.Material = Enum.Material.Metal
1979p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1980p3.CanCollide = false
1981p3.Locked = true
1982p3.FormFactor = Enum.FormFactor.Custom
1983p3.Size = Vector3.new(2, 2, 0.200000018)
1984p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1985p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1986p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1987p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1988p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1989p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1990b3 = Instance.new("SpecialMesh", p3)
1991b3.MeshType = Enum.MeshType.Brick
1992b3.Name = "Mesh"
1993b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1994p4 = Instance.new("Part", m3)
1995p4.BrickColor = BrickColor.new("Black")
1996p4.Material = Enum.Material.Metal
1997p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1998p4.CanCollide = false
1999p4.Locked = true
2000p4.FormFactor = Enum.FormFactor.Custom
2001p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
2002p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2003p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2004p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2005p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2006p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2007p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2008b4 = Instance.new("SpecialMesh", p4)
2009b4.MeshType = Enum.MeshType.Brick
2010b4.Name = "Mesh"
2011b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2012p5 = Instance.new("Part", m3)
2013p5.BrickColor = BrickColor.new("Black")
2014p5.Material = Enum.Material.Metal
2015p5.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)
2016p5.CanCollide = false
2017p5.Locked = true
2018p5.FormFactor = Enum.FormFactor.Custom
2019p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
2020p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2021p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2022p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2023p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2024p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2025p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2026b5 = Instance.new("SpecialMesh", p5)
2027b5.MeshType = Enum.MeshType.Wedge
2028b5.Name = "Mesh"
2029b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2030p6 = Instance.new("Part", m3)
2031p6.BrickColor = BrickColor.new("Black")
2032p6.Material = Enum.Material.Metal
2033p6.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)
2034p6.CanCollide = false
2035p6.Locked = true
2036p6.FormFactor = Enum.FormFactor.Custom
2037p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
2038p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2039p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2040p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2041p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2042p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2043p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2044b6 = Instance.new("SpecialMesh", p6)
2045b6.MeshType = Enum.MeshType.Wedge
2046b6.Name = "Mesh"
2047b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2048p7 = Instance.new("Part", m3)
2049p7.BrickColor = BrickColor.new("Black")
2050p7.Material = Enum.Material.Metal
2051p7.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)
2052p7.CanCollide = false
2053p7.Locked = true
2054p7.FormFactor = Enum.FormFactor.Custom
2055p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2056p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2057p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2058p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2059p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2060p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2061p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2062b7 = Instance.new("SpecialMesh", p7)
2063b7.MeshType = Enum.MeshType.Wedge
2064b7.Name = "Mesh"
2065p8 = Instance.new("Part", m3)
2066p8.BrickColor = BrickColor.new("Black")
2067p8.Material = Enum.Material.Metal
2068p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2069p8.CanCollide = false
2070p8.Locked = true
2071p8.FormFactor = Enum.FormFactor.Custom
2072p8.Size = Vector3.new(1, 2, 0.200000018)
2073p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2074p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2075p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2076p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2077p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2078p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2079b8 = Instance.new("SpecialMesh", p8)
2080b8.MeshType = Enum.MeshType.Brick
2081b8.Name = "Mesh"
2082b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2083p9 = Instance.new("Part", m3)
2084p9.BrickColor = BrickColor.new("Black")
2085p9.Material = Enum.Material.Metal
2086p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2087p9.CanCollide = false
2088p9.Locked = true
2089p9.FormFactor = Enum.FormFactor.Custom
2090p9.Size = Vector3.new(1, 2, 0.200000018)
2091p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2092p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2093p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2094p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2095p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2096p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2097b9 = Instance.new("SpecialMesh", p9)
2098b9.MeshType = Enum.MeshType.Brick
2099b9.Name = "Mesh"
2100b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2101p10 = Instance.new("Part", m3)
2102p10.BrickColor = BrickColor.new("Black")
2103p10.Material = Enum.Material.Metal
2104p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2105p10.CanCollide = false
2106p10.Locked = true
2107p10.FormFactor = Enum.FormFactor.Custom
2108p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2109p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2110p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2111p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2112p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2113p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2114p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2115b10 = Instance.new("SpecialMesh", p10)
2116b10.MeshType = Enum.MeshType.Brick
2117b10.Name = "Mesh"
2118b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2119p11 = Instance.new("Part", m3)
2120p11.BrickColor = BrickColor.new("Really black")
2121p11.Material = Enum.Material.Metal
2122p11.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)
2123p11.CanCollide = false
2124p11.Locked = true
2125p11.FormFactor = Enum.FormFactor.Custom
2126p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2127b11 = Instance.new("SpecialMesh", p11)
2128b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2129b11.TextureId = ""
2130b11.MeshType = Enum.MeshType.FileMesh
2131b11.Name = "Mesh"
2132b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2133p12 = Instance.new("Part", m3)
2134p12.BrickColor = BrickColor.new("Really black")
2135p12.Material = Enum.Material.Metal
2136p12.Transparency = 1
2137p12.Name = "Chain2Torso"
2138p12.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)
2139p12.CanCollide = false
2140p12.Locked = true
2141p12.FormFactor = Enum.FormFactor.Custom
2142p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2143b12 = Instance.new("SpecialMesh", p12)
2144b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2145b12.TextureId = ""
2146b12.MeshType = Enum.MeshType.FileMesh
2147b12.Name = "Mesh"
2148b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2149p13 = Instance.new("Part", m3)
2150p13.BrickColor = BrickColor.new("Really black")
2151p13.Material = Enum.Material.Metal
2152p13.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)
2153p13.CanCollide = false
2154p13.Locked = true
2155p13.FormFactor = Enum.FormFactor.Custom
2156p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2157b13 = Instance.new("SpecialMesh", p13)
2158b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2159b13.TextureId = ""
2160b13.MeshType = Enum.MeshType.FileMesh
2161b13.Name = "Mesh"
2162b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2163p14 = Instance.new("Part", m3)
2164p14.BrickColor = BrickColor.new("Really black")
2165p14.Material = Enum.Material.Metal
2166p14.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)
2167p14.CanCollide = false
2168p14.Locked = true
2169p14.FormFactor = Enum.FormFactor.Custom
2170p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2171b14 = Instance.new("SpecialMesh", p14)
2172b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2173b14.TextureId = ""
2174b14.MeshType = Enum.MeshType.FileMesh
2175b14.Name = "Mesh"
2176b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2177p15 = Instance.new("Part", m3)
2178p15.BrickColor = BrickColor.new("Really black")
2179p15.Material = Enum.Material.Metal
2180p15.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)
2181p15.CanCollide = false
2182p15.Locked = true
2183p15.FormFactor = Enum.FormFactor.Custom
2184p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2185b15 = Instance.new("SpecialMesh", p15)
2186b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2187b15.TextureId = ""
2188b15.MeshType = Enum.MeshType.FileMesh
2189b15.Name = "Mesh"
2190b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2191p16 = Instance.new("Part", m3)
2192p16.BrickColor = BrickColor.new("Really black")
2193p16.Material = Enum.Material.Metal
2194p16.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)
2195p16.CanCollide = false
2196p16.Locked = true
2197p16.FormFactor = Enum.FormFactor.Custom
2198p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2199b16 = Instance.new("SpecialMesh", p16)
2200b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2201b16.TextureId = ""
2202b16.MeshType = Enum.MeshType.FileMesh
2203b16.Name = "Mesh"
2204b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2205p17 = Instance.new("Part", m3)
2206p17.BrickColor = BrickColor.new("Really black")
2207p17.Material = Enum.Material.Metal
2208p17.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)
2209p17.CanCollide = false
2210p17.Locked = true
2211p17.FormFactor = Enum.FormFactor.Custom
2212p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2213b17 = Instance.new("SpecialMesh", p17)
2214b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2215b17.TextureId = ""
2216b17.MeshType = Enum.MeshType.FileMesh
2217b17.Name = "Mesh"
2218b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2219p18 = Instance.new("Part", m3)
2220p18.BrickColor = BrickColor.new("Really black")
2221p18.Material = Enum.Material.Metal
2222p18.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)
2223p18.CanCollide = false
2224p18.Locked = true
2225p18.FormFactor = Enum.FormFactor.Custom
2226p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2227b18 = Instance.new("SpecialMesh", p18)
2228b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2229b18.TextureId = ""
2230b18.MeshType = Enum.MeshType.FileMesh
2231b18.Name = "Mesh"
2232b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2233p19 = Instance.new("Part", m3)
2234p19.BrickColor = BrickColor.new("Really black")
2235p19.Material = Enum.Material.Metal
2236p19.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)
2237p19.CanCollide = false
2238p19.Locked = true
2239p19.FormFactor = Enum.FormFactor.Custom
2240p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2241b19 = Instance.new("SpecialMesh", p19)
2242b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2243b19.TextureId = ""
2244b19.MeshType = Enum.MeshType.FileMesh
2245b19.Name = "Mesh"
2246b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2247p20 = Instance.new("Part", m3)
2248p20.BrickColor = BrickColor.new("Really black")
2249p20.Material = Enum.Material.Metal
2250p20.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)
2251p20.CanCollide = false
2252p20.Locked = true
2253p20.FormFactor = Enum.FormFactor.Custom
2254p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2255b20 = Instance.new("SpecialMesh", p20)
2256b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2257b20.TextureId = ""
2258b20.MeshType = Enum.MeshType.FileMesh
2259b20.Name = "Mesh"
2260b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2261p21 = Instance.new("Part", m3)
2262p21.BrickColor = BrickColor.new("Really black")
2263p21.Material = Enum.Material.Metal
2264p21.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)
2265p21.CanCollide = false
2266p21.Locked = true
2267p21.FormFactor = Enum.FormFactor.Custom
2268p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2269b21 = Instance.new("SpecialMesh", p21)
2270b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2271b21.TextureId = ""
2272b21.MeshType = Enum.MeshType.FileMesh
2273b21.Name = "Mesh"
2274b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2275p22 = Instance.new("Part", m3)
2276p22.BrickColor = BrickColor.new("Really black")
2277p22.Material = Enum.Material.Metal
2278p22.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)
2279p22.CanCollide = false
2280p22.Locked = true
2281p22.FormFactor = Enum.FormFactor.Custom
2282p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2283b22 = Instance.new("SpecialMesh", p22)
2284b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2285b22.TextureId = ""
2286b22.MeshType = Enum.MeshType.FileMesh
2287b22.Name = "Mesh"
2288b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2289p23 = Instance.new("Part", m3)
2290p23.BrickColor = BrickColor.new("Really black")
2291p23.Material = Enum.Material.Metal
2292p23.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)
2293p23.CanCollide = false
2294p23.Locked = true
2295p23.FormFactor = Enum.FormFactor.Custom
2296p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2297b23 = Instance.new("SpecialMesh", p23)
2298b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2299b23.TextureId = ""
2300b23.MeshType = Enum.MeshType.FileMesh
2301b23.Name = "Mesh"
2302b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2303p24 = Instance.new("Part", m3)
2304p24.BrickColor = BrickColor.new("Really black")
2305p24.Material = Enum.Material.Metal
2306p24.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)
2307p24.CanCollide = false
2308p24.Locked = true
2309p24.FormFactor = Enum.FormFactor.Custom
2310p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2311b24 = Instance.new("SpecialMesh", p24)
2312b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2313b24.TextureId = ""
2314b24.MeshType = Enum.MeshType.FileMesh
2315b24.Name = "Mesh"
2316b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2317p25 = Instance.new("Part", m3)
2318p25.BrickColor = BrickColor.new("Really black")
2319p25.Material = Enum.Material.Metal
2320p25.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)
2321p25.CanCollide = false
2322p25.Locked = true
2323p25.FormFactor = Enum.FormFactor.Custom
2324p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2325b25 = Instance.new("SpecialMesh", p25)
2326b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2327b25.TextureId = ""
2328b25.MeshType = Enum.MeshType.FileMesh
2329b25.Name = "Mesh"
2330b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2331p26 = Instance.new("Part", m3)
2332p26.BrickColor = BrickColor.new("Really black")
2333p26.Material = Enum.Material.Metal
2334p26.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)
2335p26.CanCollide = false
2336p26.Locked = true
2337p26.FormFactor = Enum.FormFactor.Custom
2338p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2339b26 = Instance.new("SpecialMesh", p26)
2340b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2341b26.TextureId = ""
2342b26.MeshType = Enum.MeshType.FileMesh
2343b26.Name = "Mesh"
2344b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2345p27 = Instance.new("Part", m3)
2346p27.BrickColor = BrickColor.new("Really black")
2347p27.Material = Enum.Material.Metal
2348p27.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)
2349p27.CanCollide = false
2350p27.Locked = true
2351p27.FormFactor = Enum.FormFactor.Custom
2352p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2353b27 = Instance.new("SpecialMesh", p27)
2354b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2355b27.TextureId = ""
2356b27.MeshType = Enum.MeshType.FileMesh
2357b27.Name = "Mesh"
2358b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2359p28 = Instance.new("Part", m3)
2360p28.BrickColor = BrickColor.new("Really black")
2361p28.Material = Enum.Material.Metal
2362p28.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)
2363p28.CanCollide = false
2364p28.Locked = true
2365p28.FormFactor = Enum.FormFactor.Custom
2366p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2367b28 = Instance.new("SpecialMesh", p28)
2368b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2369b28.TextureId = ""
2370b28.MeshType = Enum.MeshType.FileMesh
2371b28.Name = "Mesh"
2372b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2373p29 = Instance.new("Part", m3)
2374p29.BrickColor = BrickColor.new("Really black")
2375p29.Material = Enum.Material.Metal
2376p29.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)
2377p29.CanCollide = false
2378p29.Locked = true
2379p29.FormFactor = Enum.FormFactor.Custom
2380p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2381b29 = Instance.new("SpecialMesh", p29)
2382b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2383b29.TextureId = ""
2384b29.MeshType = Enum.MeshType.FileMesh
2385b29.Name = "Mesh"
2386b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2387p30 = Instance.new("Part", m3)
2388p30.BrickColor = BrickColor.new("Really black")
2389p30.Material = Enum.Material.Metal
2390p30.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)
2391p30.CanCollide = false
2392p30.Locked = true
2393p30.FormFactor = Enum.FormFactor.Custom
2394p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2395b30 = Instance.new("SpecialMesh", p30)
2396b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2397b30.TextureId = ""
2398b30.MeshType = Enum.MeshType.FileMesh
2399b30.Name = "Mesh"
2400b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2401p31 = Instance.new("Part", m3)
2402p31.BrickColor = BrickColor.new("Really black")
2403p31.Material = Enum.Material.Metal
2404p31.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)
2405p31.CanCollide = false
2406p31.Locked = true
2407p31.FormFactor = Enum.FormFactor.Custom
2408p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2409b31 = Instance.new("SpecialMesh", p31)
2410b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2411b31.TextureId = ""
2412b31.MeshType = Enum.MeshType.FileMesh
2413b31.Name = "Mesh"
2414b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2415p32 = Instance.new("Part", m3)
2416p32.BrickColor = BrickColor.new("Really black")
2417p32.Material = Enum.Material.Metal
2418p32.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)
2419p32.CanCollide = false
2420p32.Locked = true
2421p32.FormFactor = Enum.FormFactor.Custom
2422p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2423b32 = Instance.new("SpecialMesh", p32)
2424b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2425b32.TextureId = ""
2426b32.MeshType = Enum.MeshType.FileMesh
2427b32.Name = "Mesh"
2428b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2429p33 = Instance.new("Part", m3)
2430p33.BrickColor = BrickColor.new("Really black")
2431p33.Material = Enum.Material.Metal
2432p33.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)
2433p33.CanCollide = false
2434p33.Locked = true
2435p33.FormFactor = Enum.FormFactor.Custom
2436p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2437b33 = Instance.new("SpecialMesh", p33)
2438b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2439b33.TextureId = ""
2440b33.MeshType = Enum.MeshType.FileMesh
2441b33.Name = "Mesh"
2442b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2443p34 = Instance.new("Part", m3)
2444p34.BrickColor = BrickColor.new("Really black")
2445p34.Material = Enum.Material.Metal
2446p34.Name = "Connection"
2447p34.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)
2448p34.CanCollide = false
2449p34.Locked = true
2450p34.FormFactor = Enum.FormFactor.Custom
2451p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2452b34 = Instance.new("SpecialMesh", p34)
2453b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2454b34.TextureId = ""
2455b34.MeshType = Enum.MeshType.FileMesh
2456b34.Name = "Mesh"
2457b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2458p35 = Instance.new("Part", m3)
2459p35.BrickColor = BrickColor.new("Really black")
2460p35.Material = Enum.Material.Metal
2461p35.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)
2462p35.CanCollide = false
2463p35.Locked = true
2464p35.FormFactor = Enum.FormFactor.Custom
2465p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2466b35 = Instance.new("SpecialMesh", p35)
2467b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2468b35.TextureId = ""
2469b35.MeshType = Enum.MeshType.FileMesh
2470b35.Name = "Mesh"
2471b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2472p36 = Instance.new("Part", m3)
2473p36.BrickColor = BrickColor.new("Really black")
2474p36.Material = Enum.Material.Metal
2475p36.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)
2476p36.CanCollide = false
2477p36.Locked = true
2478p36.FormFactor = Enum.FormFactor.Custom
2479p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2480b36 = Instance.new("SpecialMesh", p36)
2481b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2482b36.TextureId = ""
2483b36.MeshType = Enum.MeshType.FileMesh
2484b36.Name = "Mesh"
2485b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2486w1 = Instance.new("Weld", p2)
2487w1.Name = "Joint"
2488w1.Part0 = p2
2489w1.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)
2490w1.Part1 = p18
2491w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492w2 = Instance.new("Weld", p3)
2493w2.Name = "Joint"
2494w2.Part0 = p3
2495w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2496w2.Part1 = p1
2497w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2498w3 = Instance.new("Weld", p4)
2499w3.Name = "Joint"
2500w3.Part0 = p4
2501w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2502w3.Part1 = p1
2503w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2504w4 = Instance.new("Weld", p5)
2505w4.Name = "Joint"
2506w4.Part0 = p5
2507w4.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)
2508w4.Part1 = p7
2509w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2510w5 = Instance.new("Weld", p6)
2511w5.Name = "Joint"
2512w5.Part0 = p6
2513w5.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)
2514w5.Part1 = p7
2515w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2516w6 = Instance.new("Weld", p7)
2517w6.Name = "Joint"
2518w6.Part0 = p7
2519w6.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)
2520w6.Part1 = p1
2521w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2522w7 = Instance.new("Weld", p8)
2523w7.Name = "Joint"
2524w7.Part0 = p8
2525w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2526w7.Part1 = p1
2527w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2528w8 = Instance.new("Weld", p9)
2529w8.Name = "Joint"
2530w8.Part0 = p9
2531w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2532w8.Part1 = p1
2533w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2534w9 = Instance.new("Weld", p10)
2535w9.Name = "Joint"
2536w9.Part0 = p10
2537w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2538w9.Part1 = p1
2539w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2540w10 = Instance.new("Weld", p11)
2541w10.Name = "Joint"
2542w10.Part0 = p11
2543w10.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)
2544w10.Part1 = p19
2545w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2546w11 = Instance.new("Weld", p12)
2547w11.Name = "Joint"
2548w11.Part0 = p12
2549w11.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)
2550w11.Part1 = p1
2551w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2552w12 = Instance.new("Weld", p13)
2553w12.Name = "Joint"
2554w12.Part0 = p13
2555w12.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)
2556w12.Part1 = p35
2557w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2558w13 = Instance.new("Weld", p14)
2559w13.Name = "Joint"
2560w13.Part0 = p14
2561w13.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)
2562w13.Part1 = p34
2563w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2564w14 = Instance.new("Weld", p15)
2565w14.Name = "Joint"
2566w14.Part0 = p15
2567w14.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)
2568w14.Part1 = p16
2569w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2570w15 = Instance.new("Weld", p16)
2571w15.Name = "Joint"
2572w15.Part0 = p16
2573w15.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)
2574w15.Part1 = p20
2575w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2576w16 = Instance.new("Weld", p17)
2577w16.Name = "Joint"
2578w16.Part0 = p17
2579w16.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)
2580w16.Part1 = p14
2581w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2582w17 = Instance.new("Weld", p18)
2583w17.Name = "Joint"
2584w17.Part0 = p18
2585w17.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)
2586w17.Part1 = p17
2587w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2588w18 = Instance.new("Weld", p19)
2589w18.Name = "Joint"
2590w18.Part0 = p19
2591w18.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)
2592w18.Part1 = p21
2593w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2594w19 = Instance.new("Weld", p20)
2595w19.Name = "Joint"
2596w19.Part0 = p20
2597w19.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)
2598w19.Part1 = p11
2599w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2600w20 = Instance.new("Weld", p21)
2601w20.Name = "Joint"
2602w20.Part0 = p21
2603w20.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)
2604w20.Part1 = p22
2605w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2606w21 = Instance.new("Weld", p22)
2607w21.Name = "Joint"
2608w21.Part0 = p22
2609w21.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)
2610w21.Part1 = p23
2611w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2612w22 = Instance.new("Weld", p23)
2613w22.Name = "Joint"
2614w22.Part0 = p23
2615w22.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)
2616w22.Part1 = p24
2617w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2618w23 = Instance.new("Weld", p24)
2619w23.Name = "Joint"
2620w23.Part0 = p24
2621w23.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)
2622w23.Part1 = p25
2623w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2624w24 = Instance.new("Weld", p25)
2625w24.Name = "Joint"
2626w24.Part0 = p25
2627w24.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)
2628w24.Part1 = p26
2629w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2630w25 = Instance.new("Weld", p26)
2631w25.Name = "Joint"
2632w25.Part0 = p26
2633w25.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)
2634w25.Part1 = p27
2635w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2636w26 = Instance.new("Weld", p27)
2637w26.Name = "Joint"
2638w26.Part0 = p27
2639w26.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)
2640w26.Part1 = p28
2641w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2642w27 = Instance.new("Weld", p28)
2643w27.Name = "Joint"
2644w27.Part0 = p28
2645w27.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)
2646w27.Part1 = p29
2647w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2648w28 = Instance.new("Weld", p29)
2649w28.Name = "Joint"
2650w28.Part0 = p29
2651w28.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)
2652w28.Part1 = p30
2653w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2654w29 = Instance.new("Weld", p30)
2655w29.Name = "Joint"
2656w29.Part0 = p30
2657w29.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)
2658w29.Part1 = p31
2659w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2660w30 = Instance.new("Weld", p31)
2661w30.Name = "Joint"
2662w30.Part0 = p31
2663w30.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)
2664w30.Part1 = p32
2665w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2666w31 = Instance.new("Weld", p32)
2667w31.Name = "Joint"
2668w31.Part0 = p32
2669w31.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)
2670w31.Part1 = p33
2671w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2672w32 = Instance.new("Weld", p33)
2673w32.Name = "Joint"
2674w32.Part0 = p33
2675w32.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)
2676w32.Part1 = p13
2677w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2678w33 = Instance.new("Weld", p34)
2679w33.Name = "Joint"
2680w33.Part0 = p34
2681w33.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)
2682w33.Part1 = p12
2683w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2684w34 = Instance.new("Weld", p35)
2685w34.Name = "Joint"
2686w34.Part0 = p35
2687w34.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)
2688w34.Part1 = p36
2689w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2690w35 = Instance.new("Weld", p36)
2691w35.Name = "Joint"
2692w35.Part0 = p36
2693w35.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)
2694w35.Part1 = p2
2695w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2696m3.Parent = torso
2697m3:MakeJoints()
2698----------------------------------------------------
2699local cor3 = Instance.new("Part", torso.Torso)
2700cor3.Name = "Thingy"
2701cor3.Locked = true
2702cor3.BottomSurface = 0
2703cor3.CanCollide = false
2704cor3.Size = Vector3.new(1, 1, 1)
2705cor3.Transparency = 1
2706cor3.TopSurface = 0
2707corw3 = Instance.new("Weld", cor3)
2708corw3.Part0 = torso
2709corw3.Part1 = cor3
2710corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2711corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2712weld3 = Instance.new("Weld", torso.Torso)
2713weld3.Part0 = cor3
2714weld3.Part1 = torso.Torso.TorsoPlate
2715weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2716--Left Leg
2717m4 = Instance.new("Model")
2718m4.Name = "LeftLeg"
2719p1 = Instance.new("Part", m4)
2720p1.BrickColor = BrickColor.new("Really black")
2721p1.Material = Enum.Material.Metal
2722p1.Name = "LeftLegPlate"
2723p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2724p1.Anchored = false
2725p1.CanCollide = false
2726p1.FormFactor = Enum.FormFactor.Custom
2727p1.Size = Vector3.new(1, 2, 1)
2728p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2729p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2730p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2731p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2732p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2733p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2734b1 = Instance.new("SpecialMesh", p1)
2735b1.MeshType = Enum.MeshType.Brick
2736b1.Name = "Mesh"
2737b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2738p2 = Instance.new("Part", m4)
2739p2.BrickColor = BrickColor.new("Really black")
2740p2.Material = Enum.Material.Metal
2741p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2742p2.Anchored = false
2743p2.CanCollide = false
2744p2.FormFactor = Enum.FormFactor.Custom
2745p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2746p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2747p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2748p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2749p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2750p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2751p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2752b2 = Instance.new("SpecialMesh", p2)
2753b2.MeshType = Enum.MeshType.Brick
2754b2.Name = "Mesh"
2755b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2756p3 = Instance.new("Part", m4)
2757p3.BrickColor = BrickColor.new("Really black")
2758p3.Material = Enum.Material.Metal
2759p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2760p3.Anchored = false
2761p3.CanCollide = false
2762p3.FormFactor = Enum.FormFactor.Custom
2763p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2764p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2765p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2766p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2767p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2768p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2769p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2770b3 = Instance.new("SpecialMesh", p3)
2771b3.MeshType = Enum.MeshType.Brick
2772b3.Name = "Mesh"
2773b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2774p4 = Instance.new("Part", m4)
2775p4.BrickColor = BrickColor.new("Black")
2776p4.Material = Enum.Material.Metal
2777p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2778p4.Anchored = false
2779p4.CanCollide = false
2780p4.FormFactor = Enum.FormFactor.Custom
2781p4.Size = Vector3.new(1, 2, 0.200000018)
2782p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2783p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2784p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2785p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2786p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2787p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2788b4 = Instance.new("SpecialMesh", p4)
2789b4.MeshType = Enum.MeshType.Brick
2790b4.Name = "Mesh"
2791b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2792p5 = Instance.new("Part", m4)
2793p5.BrickColor = BrickColor.new("Black")
2794p5.Material = Enum.Material.Metal
2795p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2796p5.Anchored = false
2797p5.CanCollide = false
2798p5.FormFactor = Enum.FormFactor.Custom
2799p5.Size = Vector3.new(1, 2, 0.200000018)
2800p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2801p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2802p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2803p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2804p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2805p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2806b5 = Instance.new("SpecialMesh", p5)
2807b5.MeshType = Enum.MeshType.Brick
2808b5.Name = "Mesh"
2809b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2810p6 = Instance.new("Part", m4)
2811p6.BrickColor = BrickColor.new("Black")
2812p6.Material = Enum.Material.Metal
2813p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2814p6.Anchored = false
2815p6.CanCollide = false
2816p6.FormFactor = Enum.FormFactor.Custom
2817p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2818p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2819p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2820p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2821p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2822p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2823p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2824b6 = Instance.new("SpecialMesh", p6)
2825b6.MeshType = Enum.MeshType.Brick
2826b6.Name = "Mesh"
2827b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2828p7 = Instance.new("Part", m4)
2829p7.BrickColor = BrickColor.new("Black")
2830p7.Material = Enum.Material.Metal
2831p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2832p7.Anchored = false
2833p7.CanCollide = false
2834p7.FormFactor = Enum.FormFactor.Custom
2835p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2836p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2837p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2838p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2839p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2840p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2841p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2842b7 = Instance.new("SpecialMesh", p7)
2843b7.MeshType = Enum.MeshType.Brick
2844b7.Name = "Mesh"
2845b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2846w1 = Instance.new("Weld", p2)
2847w1.Name = "Joint"
2848w1.Part0 = p2
2849w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2850w1.Part1 = p3
2851w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2852w2 = Instance.new("Weld", p3)
2853w2.Name = "Joint"
2854w2.Part0 = p3
2855w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2856w2.Part1 = p5
2857w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2858w3 = Instance.new("Weld", p4)
2859w3.Name = "Joint"
2860w3.Part0 = p4
2861w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2862w3.Part1 = p1
2863w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2864w4 = Instance.new("Weld", p5)
2865w4.Name = "Joint"
2866w4.Part0 = p5
2867w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2868w4.Part1 = p1
2869w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2870w5 = Instance.new("Weld", p6)
2871w5.Name = "Joint"
2872w5.Part0 = p6
2873w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2874w5.Part1 = p1
2875w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2876w6 = Instance.new("Weld", p7)
2877w6.Name = "Joint"
2878w6.Part0 = p7
2879w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2880w6.Part1 = p1
2881w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2882m4.Parent = lleg
2883m4:MakeJoints()
2884----------------------------------------------------
2885local cor4 = Instance.new("Part", lleg.LeftLeg)
2886cor4.Name = "Thingy"
2887cor4.Locked = true
2888cor4.BottomSurface = 0
2889cor4.CanCollide = false
2890cor4.Size = Vector3.new(1, 1, 1)
2891cor4.Transparency = 1
2892cor4.TopSurface = 0
2893corw4 = Instance.new("Weld", cor4)
2894corw4.Part0 = lleg
2895corw4.Part1 = cor4
2896corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2897corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2898weld4 = Instance.new("Weld", lleg.LeftLeg)
2899weld4.Part0 = cor4
2900weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2901weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2902--Right Leg
2903m5 = Instance.new("Model")
2904m5.Name = "RightLeg"
2905p1 = Instance.new("Part", m5)
2906p1.BrickColor = BrickColor.new("Really black")
2907p1.Material = Enum.Material.Metal
2908p1.Name = "RightLegPlate"
2909p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2910p1.Anchored = false
2911p1.CanCollide = false
2912p1.FormFactor = Enum.FormFactor.Custom
2913p1.Size = Vector3.new(1, 2, 1)
2914p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2915p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2916p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2917p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2918p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2919p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2920b1 = Instance.new("SpecialMesh", p1)
2921b1.MeshType = Enum.MeshType.Brick
2922b1.Name = "Mesh"
2923b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2924p2 = Instance.new("Part", m5)
2925p2.BrickColor = BrickColor.new("Really black")
2926p2.Material = Enum.Material.Metal
2927p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2928p2.Anchored = false
2929p2.CanCollide = false
2930p2.FormFactor = Enum.FormFactor.Custom
2931p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2932p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2933p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2934p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2935p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2936p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2937p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2938b2 = Instance.new("SpecialMesh", p2)
2939b2.MeshType = Enum.MeshType.Brick
2940b2.Name = "Mesh"
2941b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2942p3 = Instance.new("Part", m5)
2943p3.BrickColor = BrickColor.new("Really black")
2944p3.Material = Enum.Material.Metal
2945p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2946p3.Anchored = false
2947p3.CanCollide = false
2948p3.FormFactor = Enum.FormFactor.Custom
2949p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2950p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2951p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2952p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2953p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2954p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2955p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2956b3 = Instance.new("SpecialMesh", p3)
2957b3.MeshType = Enum.MeshType.Brick
2958b3.Name = "Mesh"
2959b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2960p4 = Instance.new("Part", m5)
2961p4.BrickColor = BrickColor.new("Black")
2962p4.Material = Enum.Material.Metal
2963p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2964p4.Anchored = false
2965p4.CanCollide = false
2966p4.FormFactor = Enum.FormFactor.Custom
2967p4.Size = Vector3.new(1, 2, 0.200000018)
2968p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2969p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2970p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2971p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2972p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2973p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2974b4 = Instance.new("SpecialMesh", p4)
2975b4.MeshType = Enum.MeshType.Brick
2976b4.Name = "Mesh"
2977b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2978p5 = Instance.new("Part", m5)
2979p5.BrickColor = BrickColor.new("Black")
2980p5.Material = Enum.Material.Metal
2981p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2982p5.Anchored = false
2983p5.CanCollide = false
2984p5.FormFactor = Enum.FormFactor.Custom
2985p5.Size = Vector3.new(1, 2, 0.200000018)
2986p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2987p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2988p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2989p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2990p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2991p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2992b5 = Instance.new("SpecialMesh", p5)
2993b5.MeshType = Enum.MeshType.Brick
2994b5.Name = "Mesh"
2995b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2996p6 = Instance.new("Part", m5)
2997p6.BrickColor = BrickColor.new("Black")
2998p6.Material = Enum.Material.Metal
2999p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3000p6.Anchored = false
3001p6.CanCollide = false
3002p6.FormFactor = Enum.FormFactor.Custom
3003p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
3004p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3005p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3006p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3007p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3008p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3009p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3010b6 = Instance.new("SpecialMesh", p6)
3011b6.MeshType = Enum.MeshType.Brick
3012b6.Name = "Mesh"
3013b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3014p7 = Instance.new("Part", m5)
3015p7.BrickColor = BrickColor.new("Black")
3016p7.Material = Enum.Material.Metal
3017p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3018p7.Anchored = false
3019p7.CanCollide = false
3020p7.FormFactor = Enum.FormFactor.Custom
3021p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
3022p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3023p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3024p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3025p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3026p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3027p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3028b7 = Instance.new("SpecialMesh", p7)
3029b7.MeshType = Enum.MeshType.Brick
3030b7.Name = "Mesh"
3031b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3032w1 = Instance.new("Weld", p2)
3033w1.Name = "Joint"
3034w1.Part0 = p2
3035w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3036w1.Part1 = p3
3037w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3038w2 = Instance.new("Weld", p3)
3039w2.Name = "Joint"
3040w2.Part0 = p3
3041w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3042w2.Part1 = p5
3043w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3044w3 = Instance.new("Weld", p4)
3045w3.Name = "Joint"
3046w3.Part0 = p4
3047w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3048w3.Part1 = p1
3049w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3050w4 = Instance.new("Weld", p5)
3051w4.Name = "Joint"
3052w4.Part0 = p5
3053w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3054w4.Part1 = p1
3055w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3056w5 = Instance.new("Weld", p6)
3057w5.Name = "Joint"
3058w5.Part0 = p6
3059w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3060w5.Part1 = p1
3061w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3062w6 = Instance.new("Weld", p7)
3063w6.Name = "Joint"
3064w6.Part0 = p7
3065w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3066w6.Part1 = p1
3067w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3068m5.Parent = rleg
3069m5:MakeJoints()
3070----------------------------------------------------
3071local cor5 = Instance.new("Part", rleg.RightLeg)
3072cor5.Name = "Thingy"
3073cor5.Locked = true
3074cor5.BottomSurface = 0
3075cor5.CanCollide = false
3076cor5.Size = Vector3.new(1, 1, 1)
3077cor5.Transparency = 1
3078cor5.TopSurface = 0
3079corw5 = Instance.new("Weld", cor5)
3080corw5.Part0 = rleg
3081corw5.Part1 = cor5
3082corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3083corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3084wld5 = Instance.new("Weld", rleg.RightLeg)
3085wld5.Part0 = cor5
3086wld5.Part1 = rleg.RightLeg.RightLegPlate
3087wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3088--Cape
3089m6 = Instance.new("Model")
3090m6.Name = "Cloak"
3091p1 = Instance.new("WedgePart", m6)
3092p1.BrickColor = BrickColor.new("Really blue")
3093p1.Material = Enum.Material.SmoothPlastic
3094p1.Name = "Wedge"
3095p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3096p1.CanCollide = false
3097p1.Locked = true
3098p1.FormFactor = Enum.FormFactor.Custom
3099p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3100p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3101p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3102p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3103p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3104p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3105p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3106b1 = Instance.new("SpecialMesh", p1)
3107b1.MeshType = Enum.MeshType.Wedge
3108b1.Name = "Mesh"
3109b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3110p2 = Instance.new("WedgePart", m6)
3111p2.BrickColor = BrickColor.new("Black")
3112p2.Material = Enum.Material.SmoothPlastic
3113p2.Name = "Wedge"
3114p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3115p2.CanCollide = false
3116p2.Locked = true
3117p2.FormFactor = Enum.FormFactor.Custom
3118p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3119p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3120p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3121p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3122p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3123p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3124p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3125b2 = Instance.new("SpecialMesh", p2)
3126b2.MeshType = Enum.MeshType.Wedge
3127b2.Name = "Mesh"
3128b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3129p3 = Instance.new("Part", m6)
3130p3.BrickColor = BrickColor.new("Black")
3131p3.Material = Enum.Material.SmoothPlastic
3132p3.Name = "CapeLevel2"
3133p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3134p3.CanCollide = false
3135p3.Locked = true
3136p3.FormFactor = Enum.FormFactor.Custom
3137p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3138p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3139p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3140p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3141p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3142p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3143p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3144b3 = Instance.new("BlockMesh", p3)
3145b3.Name = "Mesh"
3146b3.Scale = Vector3.new(1, 1, 0.602178097)
3147p4 = Instance.new("Part", m6)
3148p4.BrickColor = BrickColor.new("Black")
3149p4.Material = Enum.Material.SmoothPlastic
3150p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3151p4.CanCollide = false
3152p4.Locked = true
3153p4.FormFactor = Enum.FormFactor.Custom
3154p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3155p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3156p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3157p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3158p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3159p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3160p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3161b4 = Instance.new("BlockMesh", p4)
3162b4.Name = "Mesh"
3163b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3164p5 = Instance.new("Part", m6)
3165p5.BrickColor = BrickColor.new("Black")
3166p5.Material = Enum.Material.SmoothPlastic
3167p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3168p5.CanCollide = false
3169p5.Locked = true
3170p5.FormFactor = Enum.FormFactor.Custom
3171p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3172p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3173p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3174p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3175p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3176p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3177p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3178b5 = Instance.new("BlockMesh", p5)
3179b5.Name = "Mesh"
3180b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3181p6 = Instance.new("Part", m6)
3182p6.BrickColor = BrickColor.new("Black")
3183p6.Material = Enum.Material.SmoothPlastic
3184p6.Name = "CapeLevel1"
3185p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3186p6.CanCollide = false
3187p6.Locked = true
3188p6.FormFactor = Enum.FormFactor.Custom
3189p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3190p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3191p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3192p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3193p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3194p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3195p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3196b6 = Instance.new("BlockMesh", p6)
3197b6.Name = "Mesh"
3198b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3199p7 = Instance.new("Part", m6)
3200p7.BrickColor = BrickColor.new("Black")
3201p7.Material = Enum.Material.SmoothPlastic
3202p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3203p7.CanCollide = false
3204p7.Locked = true
3205p7.FormFactor = Enum.FormFactor.Custom
3206p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3207p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3208p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3209p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3210p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3211p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3212p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3213b7 = Instance.new("BlockMesh", p7)
3214b7.Name = "Mesh"
3215b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3216p8 = Instance.new("Part", m6)
3217p8.BrickColor = BrickColor.new("Black")
3218p8.Material = Enum.Material.SmoothPlastic
3219p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3220p8.CanCollide = false
3221p8.Locked = true
3222p8.FormFactor = Enum.FormFactor.Custom
3223p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3224p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3225p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3226p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3227p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3228p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3229p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3230b8 = Instance.new("BlockMesh", p8)
3231b8.Name = "Mesh"
3232b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3233p9 = Instance.new("Part", m6)
3234p9.BrickColor = BrickColor.new("Black")
3235p9.Material = Enum.Material.SmoothPlastic
3236p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3237p9.CanCollide = false
3238p9.Locked = true
3239p9.FormFactor = Enum.FormFactor.Custom
3240p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3241p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3242p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3243p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3244p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3245p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3246p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3247b9 = Instance.new("BlockMesh", p9)
3248b9.Name = "Mesh"
3249b9.Scale = Vector3.new(1, 1, 0.602178097)
3250p10 = Instance.new("Part", m6)
3251p10.BrickColor = BrickColor.new("Black")
3252p10.Material = Enum.Material.SmoothPlastic
3253p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3254p10.CanCollide = false
3255p10.Locked = true
3256p10.FormFactor = Enum.FormFactor.Custom
3257p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3258p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3259p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3260p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3261p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3262p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3263p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3264b10 = Instance.new("BlockMesh", p10)
3265b10.Name = "Mesh"
3266b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3267p11 = Instance.new("Part", m6)
3268p11.BrickColor = BrickColor.new("Black")
3269p11.Material = Enum.Material.SmoothPlastic
3270p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3271p11.CanCollide = false
3272p11.Locked = true
3273p11.FormFactor = Enum.FormFactor.Custom
3274p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3275p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3276p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3277p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3278p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3279p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3280p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3281b11 = Instance.new("BlockMesh", p11)
3282b11.Name = "Mesh"
3283b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3284p12 = Instance.new("Part", m6)
3285p12.BrickColor = BrickColor.new("Black")
3286p12.Material = Enum.Material.SmoothPlastic
3287p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3288p12.CanCollide = false
3289p12.Locked = true
3290p12.FormFactor = Enum.FormFactor.Custom
3291p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3292p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3293p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3294p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3295p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3296p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3297p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3298b12 = Instance.new("BlockMesh", p12)
3299b12.Name = "Mesh"
3300b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3301p13 = Instance.new("Part", m6)
3302p13.BrickColor = BrickColor.new("Black")
3303p13.Material = Enum.Material.SmoothPlastic
3304p13.Name = "BottomLeftFlap"
3305p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3306p13.CanCollide = false
3307p13.Locked = true
3308p13.FormFactor = Enum.FormFactor.Custom
3309p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3310p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3311p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3312p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3313p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3314p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3315p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3316b13 = Instance.new("BlockMesh", p13)
3317b13.Name = "Mesh"
3318b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3319p14 = Instance.new("Part", m6)
3320p14.BrickColor = BrickColor.new("Black")
3321p14.Material = Enum.Material.SmoothPlastic
3322p14.Transparency = 1
3323p14.Name = "Rotater"
3324p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3325p14.CanCollide = false
3326p14.Locked = true
3327p14.FormFactor = Enum.FormFactor.Custom
3328p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3329p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3330p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3331p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3332p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3333p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3334p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3335b14 = Instance.new("BlockMesh", p14)
3336b14.Name = "Mesh"
3337b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3338p15 = Instance.new("Part", m6)
3339p15.BrickColor = BrickColor.new("Black")
3340p15.Material = Enum.Material.SmoothPlastic
3341p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3342p15.CanCollide = false
3343p15.Locked = true
3344p15.FormFactor = Enum.FormFactor.Custom
3345p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3346p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3347p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3348p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3349p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3350p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3351p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3352b15 = Instance.new("BlockMesh", p15)
3353b15.Name = "Mesh"
3354b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3355p16 = Instance.new("Part", m6)
3356p16.BrickColor = BrickColor.new("Black")
3357p16.Material = Enum.Material.SmoothPlastic
3358p16.Name = "BottomCenterFlap"
3359p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3360p16.CanCollide = false
3361p16.Locked = true
3362p16.FormFactor = Enum.FormFactor.Custom
3363p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3364p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3365p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3366p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3367p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3368p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3369p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3370b16 = Instance.new("BlockMesh", p16)
3371b16.Name = "Mesh"
3372b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3373p17 = Instance.new("Part", m6)
3374p17.BrickColor = BrickColor.new("Black")
3375p17.Material = Enum.Material.SmoothPlastic
3376p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3377p17.CanCollide = false
3378p17.Locked = true
3379p17.FormFactor = Enum.FormFactor.Custom
3380p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3381p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3382p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3383p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3384p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3385p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3386p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3387b17 = Instance.new("BlockMesh", p17)
3388b17.Name = "Mesh"
3389b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3390p18 = Instance.new("Part", m6)
3391p18.BrickColor = BrickColor.new("Black")
3392p18.Material = Enum.Material.SmoothPlastic
3393p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3394p18.CanCollide = false
3395p18.Locked = true
3396p18.FormFactor = Enum.FormFactor.Custom
3397p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3398p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3399p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3400p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3401p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3402p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3403p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3404b18 = Instance.new("BlockMesh", p18)
3405b18.Name = "Mesh"
3406b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3407p19 = Instance.new("WedgePart", m6)
3408p19.BrickColor = BrickColor.new("Really blue")
3409p19.Name = "Wedge"
3410p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3411p19.CanCollide = false
3412p19.Locked = true
3413p19.FormFactor = Enum.FormFactor.Custom
3414p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3415p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3416p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3417p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3418p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3419p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3420p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3421b19 = Instance.new("SpecialMesh", p19)
3422b19.MeshType = Enum.MeshType.Wedge
3423b19.Name = "Mesh"
3424b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3425p20 = Instance.new("Part", m6)
3426p20.BrickColor = BrickColor.new("Black")
3427p20.Material = Enum.Material.SmoothPlastic
3428p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3429p20.CanCollide = false
3430p20.Locked = true
3431p20.FormFactor = Enum.FormFactor.Custom
3432p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3433p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3434p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3435p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3436p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3437p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3438p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3439b20 = Instance.new("BlockMesh", p20)
3440b20.Name = "Mesh"
3441b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3442p21 = Instance.new("Part", m6)
3443p21.BrickColor = BrickColor.new("Black")
3444p21.Material = Enum.Material.SmoothPlastic
3445p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3446p21.CanCollide = false
3447p21.Locked = true
3448p21.FormFactor = Enum.FormFactor.Custom
3449p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3450p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3451p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3452p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3453p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3454p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3455p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3456b21 = Instance.new("BlockMesh", p21)
3457b21.Name = "Mesh"
3458b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3459p22 = Instance.new("WedgePart", m6)
3460p22.BrickColor = BrickColor.new("Really blue")
3461p22.Name = "Wedge"
3462p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3463p22.CanCollide = false
3464p22.Locked = true
3465p22.FormFactor = Enum.FormFactor.Custom
3466p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3467p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3468p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3469p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3470p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3471p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3472p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3473b22 = Instance.new("SpecialMesh", p22)
3474b22.MeshType = Enum.MeshType.Wedge
3475b22.Name = "Mesh"
3476b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3477p23 = Instance.new("WedgePart", m6)
3478p23.BrickColor = BrickColor.new("Really blue")
3479p23.Material = Enum.Material.SmoothPlastic
3480p23.Name = "Wedge"
3481p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3482p23.CanCollide = false
3483p23.Locked = true
3484p23.FormFactor = Enum.FormFactor.Custom
3485p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3486p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3487p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3488p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3489p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3490p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3491p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3492b23 = Instance.new("SpecialMesh", p23)
3493b23.MeshType = Enum.MeshType.Wedge
3494b23.Name = "Mesh"
3495b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3496p24 = Instance.new("WedgePart", m6)
3497p24.BrickColor = BrickColor.new("Black")
3498p24.Material = Enum.Material.SmoothPlastic
3499p24.Name = "Wedge"
3500p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3501p24.CanCollide = false
3502p24.Locked = true
3503p24.FormFactor = Enum.FormFactor.Custom
3504p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3505p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3506p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3507p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3508p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3509p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3510p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3511b24 = Instance.new("SpecialMesh", p24)
3512b24.MeshType = Enum.MeshType.Wedge
3513b24.Name = "Mesh"
3514b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3515p25 = Instance.new("WedgePart", m6)
3516p25.BrickColor = BrickColor.new("Really blue")
3517p25.Name = "Wedge"
3518p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3519p25.CanCollide = false
3520p25.Locked = true
3521p25.FormFactor = Enum.FormFactor.Custom
3522p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3523p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3524p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3525p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3526p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3527p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3528p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3529b25 = Instance.new("SpecialMesh", p25)
3530b25.MeshType = Enum.MeshType.Wedge
3531b25.Name = "Mesh"
3532b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3533p26 = Instance.new("WedgePart", m6)
3534p26.BrickColor = BrickColor.new("Black")
3535p26.Material = Enum.Material.SmoothPlastic
3536p26.Name = "Wedge"
3537p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3538p26.CanCollide = false
3539p26.Locked = true
3540p26.FormFactor = Enum.FormFactor.Custom
3541p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3542p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3543p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3544p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3545p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3546p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3547p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3548b26 = Instance.new("SpecialMesh", p26)
3549b26.MeshType = Enum.MeshType.Wedge
3550b26.Name = "Mesh"
3551b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3552p27 = Instance.new("Part", m6)
3553p27.BrickColor = BrickColor.new("Black")
3554p27.Material = Enum.Material.SmoothPlastic
3555p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3556p27.CanCollide = false
3557p27.Locked = true
3558p27.FormFactor = Enum.FormFactor.Custom
3559p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3560p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3561p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3562p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3563p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3564p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3565p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3566b27 = Instance.new("BlockMesh", p27)
3567b27.Name = "Mesh"
3568b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3569p28 = Instance.new("WedgePart", m6)
3570p28.BrickColor = BrickColor.new("Black")
3571p28.Material = Enum.Material.SmoothPlastic
3572p28.Name = "Wedge"
3573p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3574p28.CanCollide = false
3575p28.Locked = true
3576p28.FormFactor = Enum.FormFactor.Custom
3577p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3578p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3579p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3580p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3581p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3582p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3583p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3584b28 = Instance.new("SpecialMesh", p28)
3585b28.MeshType = Enum.MeshType.Wedge
3586b28.Name = "Mesh"
3587b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3588p29 = Instance.new("Part", m6)
3589p29.BrickColor = BrickColor.new("Black")
3590p29.Material = Enum.Material.SmoothPlastic
3591p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3592p29.CanCollide = false
3593p29.Locked = true
3594p29.FormFactor = Enum.FormFactor.Custom
3595p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3596p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3597p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3598p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3599p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3600p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3601p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3602b29 = Instance.new("BlockMesh", p29)
3603b29.Name = "Mesh"
3604b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3605p30 = Instance.new("WedgePart", m6)
3606p30.BrickColor = BrickColor.new("Black")
3607p30.Material = Enum.Material.SmoothPlastic
3608p30.Name = "Wedge"
3609p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3610p30.CanCollide = false
3611p30.Locked = true
3612p30.FormFactor = Enum.FormFactor.Custom
3613p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3614p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3615p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3616p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3617p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3618p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3619p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3620b30 = Instance.new("SpecialMesh", p30)
3621b30.MeshType = Enum.MeshType.Wedge
3622b30.Name = "Mesh"
3623b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3624p31 = Instance.new("WedgePart", m6)
3625p31.BrickColor = BrickColor.new("Black")
3626p31.Material = Enum.Material.SmoothPlastic
3627p31.Name = "Wedge"
3628p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3629p31.CanCollide = false
3630p31.Locked = true
3631p31.FormFactor = Enum.FormFactor.Custom
3632p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3633p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3634p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3635p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3636p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3637p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3638p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3639b31 = Instance.new("SpecialMesh", p31)
3640b31.MeshType = Enum.MeshType.Wedge
3641b31.Name = "Mesh"
3642b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3643p32 = Instance.new("Part", m6)
3644p32.BrickColor = BrickColor.new("Black")
3645p32.Material = Enum.Material.SmoothPlastic
3646p32.Name = "BottomRightFlap"
3647p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3648p32.CanCollide = false
3649p32.Locked = true
3650p32.FormFactor = Enum.FormFactor.Custom
3651p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3652p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3653p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3654p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3655p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3656p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3657p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3658b32 = Instance.new("BlockMesh", p32)
3659b32.Name = "Mesh"
3660b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3661p33 = Instance.new("WedgePart", m6)
3662p33.BrickColor = BrickColor.new("Black")
3663p33.Material = Enum.Material.SmoothPlastic
3664p33.Name = "Wedge"
3665p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3666p33.CanCollide = false
3667p33.Locked = true
3668p33.FormFactor = Enum.FormFactor.Custom
3669p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3670p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3671p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3672p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3673p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3674p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3675p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3676b33 = Instance.new("SpecialMesh", p33)
3677b33.MeshType = Enum.MeshType.Wedge
3678b33.Name = "Mesh"
3679b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3680p34 = Instance.new("WedgePart", m6)
3681p34.BrickColor = BrickColor.new("Black")
3682p34.Material = Enum.Material.SmoothPlastic
3683p34.Name = "Wedge"
3684p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3685p34.CanCollide = false
3686p34.Locked = true
3687p34.FormFactor = Enum.FormFactor.Custom
3688p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3689p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3690p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3691p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3692p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3693p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3694p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3695b34 = Instance.new("SpecialMesh", p34)
3696b34.MeshType = Enum.MeshType.Wedge
3697b34.Name = "Mesh"
3698b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3699p35 = Instance.new("Part", m6)
3700p35.BrickColor = BrickColor.new("Black")
3701p35.Material = Enum.Material.SmoothPlastic
3702p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3703p35.CanCollide = false
3704p35.Locked = true
3705p35.FormFactor = Enum.FormFactor.Custom
3706p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3707p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3708p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3709p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3710p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3711p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3712p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3713b35 = Instance.new("BlockMesh", p35)
3714b35.Name = "Mesh"
3715b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3716p36 = Instance.new("WedgePart", m6)
3717p36.BrickColor = BrickColor.new("Black")
3718p36.Material = Enum.Material.SmoothPlastic
3719p36.Name = "Wedge"
3720p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3721p36.CanCollide = false
3722p36.Locked = true
3723p36.FormFactor = Enum.FormFactor.Custom
3724p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3725p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3726p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3727p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3728p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3729p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3730p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3731b36 = Instance.new("SpecialMesh", p36)
3732b36.MeshType = Enum.MeshType.Wedge
3733b36.Name = "Mesh"
3734b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3735p37 = Instance.new("Part", m6)
3736p37.BrickColor = BrickColor.new("Black")
3737p37.Material = Enum.Material.SmoothPlastic
3738p37.Name = "CapeLevel3"
3739p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3740p37.CanCollide = false
3741p37.Locked = true
3742p37.FormFactor = Enum.FormFactor.Custom
3743p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3744p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3745p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3746p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3747p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3748p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3749p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3750b37 = Instance.new("BlockMesh", p37)
3751b37.Name = "Mesh"
3752b37.Scale = Vector3.new(1, 1, 0.602178097)
3753p38 = Instance.new("WedgePart", m6)
3754p38.BrickColor = BrickColor.new("Really blue")
3755p38.Material = Enum.Material.SmoothPlastic
3756p38.Name = "Wedge"
3757p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3758p38.CanCollide = false
3759p38.Locked = true
3760p38.FormFactor = Enum.FormFactor.Custom
3761p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3762p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3763p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3764p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3765p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3766p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3767p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3768b38 = Instance.new("SpecialMesh", p38)
3769b38.MeshType = Enum.MeshType.Wedge
3770b38.Name = "Mesh"
3771b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3772p39 = Instance.new("WedgePart", m6)
3773p39.BrickColor = BrickColor.new("Really blue")
3774p39.Material = Enum.Material.SmoothPlastic
3775p39.Name = "Wedge"
3776p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3777p39.CanCollide = false
3778p39.Locked = true
3779p39.FormFactor = Enum.FormFactor.Custom
3780p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3781p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3782p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3783p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3784p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3785p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3786p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3787b39 = Instance.new("SpecialMesh", p39)
3788b39.MeshType = Enum.MeshType.Wedge
3789b39.Name = "Mesh"
3790b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3791p40 = Instance.new("WedgePart", m6)
3792p40.BrickColor = BrickColor.new("Black")
3793p40.Material = Enum.Material.SmoothPlastic
3794p40.Name = "Wedge"
3795p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3796p40.CanCollide = false
3797p40.Locked = true
3798p40.FormFactor = Enum.FormFactor.Custom
3799p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3800p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3801p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3802p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3803p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3804p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3805p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3806b40 = Instance.new("SpecialMesh", p40)
3807b40.MeshType = Enum.MeshType.Wedge
3808b40.Name = "Mesh"
3809b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3810p41 = Instance.new("WedgePart", m6)
3811p41.BrickColor = BrickColor.new("Black")
3812p41.Material = Enum.Material.SmoothPlastic
3813p41.Name = "Wedge"
3814p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3815p41.CanCollide = false
3816p41.Locked = true
3817p41.FormFactor = Enum.FormFactor.Custom
3818p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3819p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3820p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3821p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3822p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3823p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3824p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3825b41 = Instance.new("SpecialMesh", p41)
3826b41.MeshType = Enum.MeshType.Wedge
3827b41.Name = "Mesh"
3828b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3829p42 = Instance.new("WedgePart", m6)
3830p42.BrickColor = BrickColor.new("Black")
3831p42.Material = Enum.Material.SmoothPlastic
3832p42.Name = "Wedge"
3833p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3834p42.CanCollide = false
3835p42.Locked = true
3836p42.FormFactor = Enum.FormFactor.Custom
3837p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3838p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3839p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3840p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3841p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3842p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3843p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3844b42 = Instance.new("SpecialMesh", p42)
3845b42.MeshType = Enum.MeshType.Wedge
3846b42.Name = "Mesh"
3847b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3848p43 = Instance.new("WedgePart", m6)
3849p43.BrickColor = BrickColor.new("Black")
3850p43.Material = Enum.Material.SmoothPlastic
3851p43.Name = "Wedge"
3852p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3853p43.CanCollide = false
3854p43.Locked = true
3855p43.FormFactor = Enum.FormFactor.Custom
3856p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3857p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3858p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3859p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3860p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3861p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3862p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3863b43 = Instance.new("SpecialMesh", p43)
3864b43.MeshType = Enum.MeshType.Wedge
3865b43.Name = "Mesh"
3866b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3867p44 = Instance.new("WedgePart", m6)
3868p44.BrickColor = BrickColor.new("Black")
3869p44.Material = Enum.Material.SmoothPlastic
3870p44.Name = "Wedge"
3871p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3872p44.CanCollide = false
3873p44.Locked = true
3874p44.FormFactor = Enum.FormFactor.Custom
3875p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3876p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3877p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3878p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3879p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3880p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3881p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3882b44 = Instance.new("SpecialMesh", p44)
3883b44.MeshType = Enum.MeshType.Wedge
3884b44.Name = "Mesh"
3885b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3886p45 = Instance.new("WedgePart", m6)
3887p45.BrickColor = BrickColor.new("Black")
3888p45.Material = Enum.Material.SmoothPlastic
3889p45.Name = "Wedge"
3890p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3891p45.CanCollide = false
3892p45.Locked = true
3893p45.FormFactor = Enum.FormFactor.Custom
3894p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3895p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3896p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3897p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3898p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3899p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3900p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3901b45 = Instance.new("SpecialMesh", p45)
3902b45.MeshType = Enum.MeshType.Wedge
3903b45.Name = "Mesh"
3904b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3905p46 = Instance.new("WedgePart", m6)
3906p46.BrickColor = BrickColor.new("Black")
3907p46.Material = Enum.Material.SmoothPlastic
3908p46.Name = "Wedge"
3909p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3910p46.CanCollide = false
3911p46.Locked = true
3912p46.FormFactor = Enum.FormFactor.Custom
3913p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3914p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3915p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3916p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3917p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3918p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3919p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3920b46 = Instance.new("SpecialMesh", p46)
3921b46.MeshType = Enum.MeshType.Wedge
3922b46.Name = "Mesh"
3923b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3924p47 = Instance.new("Part", m6)
3925p47.BrickColor = BrickColor.new("Black")
3926p47.Material = Enum.Material.SmoothPlastic
3927p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3928p47.CanCollide = false
3929p47.Locked = true
3930p47.FormFactor = Enum.FormFactor.Custom
3931p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3932p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3933p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3934p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3935p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3936p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3937p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3938b47 = Instance.new("BlockMesh", p47)
3939b47.Name = "Mesh"
3940b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3941p48 = Instance.new("Part", m6)
3942p48.BrickColor = BrickColor.new("Black")
3943p48.Material = Enum.Material.SmoothPlastic
3944p48.Name = "CapeLevel4"
3945p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3946p48.CanCollide = false
3947p48.Locked = true
3948p48.FormFactor = Enum.FormFactor.Custom
3949p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3950p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3951p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3952p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3953p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3954p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3955p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3956b48 = Instance.new("BlockMesh", p48)
3957b48.Name = "Mesh"
3958b48.Scale = Vector3.new(1, 1, 0.602178097)
3959p49 = Instance.new("WedgePart", m6)
3960p49.BrickColor = BrickColor.new("Black")
3961p49.Material = Enum.Material.SmoothPlastic
3962p49.Name = "Wedge"
3963p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3964p49.CanCollide = false
3965p49.Locked = true
3966p49.FormFactor = Enum.FormFactor.Custom
3967p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3968p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3969p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3970p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3971p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3972p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3973p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3974b49 = Instance.new("SpecialMesh", p49)
3975b49.MeshType = Enum.MeshType.Wedge
3976b49.Name = "Mesh"
3977b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3978p50 = Instance.new("Part", m6)
3979p50.BrickColor = BrickColor.new("Black")
3980p50.Material = Enum.Material.SmoothPlastic
3981p50.Name = "CapeLevel1SubPart"
3982p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3983p50.CanCollide = false
3984p50.Locked = true
3985p50.FormFactor = Enum.FormFactor.Custom
3986p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3987p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3988p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3989p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3990p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3991p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3992p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3993b50 = Instance.new("BlockMesh", p50)
3994b50.Name = "Mesh"
3995b50.Scale = Vector3.new(1, 1, 0.602178097)
3996p51 = Instance.new("Part", m6)
3997p51.BrickColor = BrickColor.new("Black")
3998p51.Material = Enum.Material.SmoothPlastic
3999p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4000p51.CanCollide = false
4001p51.Locked = true
4002p51.FormFactor = Enum.FormFactor.Custom
4003p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4004p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4005p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4006p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4007p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4008p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4009p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4010b51 = Instance.new("BlockMesh", p51)
4011b51.Name = "Mesh"
4012b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4013p52 = Instance.new("Part", m6)
4014p52.BrickColor = BrickColor.new("Black")
4015p52.Material = Enum.Material.SmoothPlastic
4016p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4017p52.CanCollide = false
4018p52.Locked = true
4019p52.FormFactor = Enum.FormFactor.Custom
4020p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4021p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4022p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4023p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4024p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4025p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4026p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4027b52 = Instance.new("BlockMesh", p52)
4028b52.Name = "Mesh"
4029b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4030p53 = Instance.new("WedgePart", m6)
4031p53.BrickColor = BrickColor.new("Black")
4032p53.Material = Enum.Material.SmoothPlastic
4033p53.Name = "Wedge"
4034p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4035p53.CanCollide = false
4036p53.Locked = true
4037p53.FormFactor = Enum.FormFactor.Custom
4038p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4039p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4040p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4041p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4042p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4043p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4044p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4045b53 = Instance.new("SpecialMesh", p53)
4046b53.MeshType = Enum.MeshType.Wedge
4047b53.Name = "Mesh"
4048b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4049p54 = Instance.new("Part", m6)
4050p54.BrickColor = BrickColor.new("Black")
4051p54.Material = Enum.Material.SmoothPlastic
4052p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4053p54.CanCollide = false
4054p54.Locked = true
4055p54.FormFactor = Enum.FormFactor.Custom
4056p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4057p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4058p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4059p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4060p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4061p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4062p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4063b54 = Instance.new("BlockMesh", p54)
4064b54.Name = "Mesh"
4065b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4066p55 = Instance.new("WedgePart", m6)
4067p55.BrickColor = BrickColor.new("Black")
4068p55.Material = Enum.Material.SmoothPlastic
4069p55.Name = "Wedge"
4070p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4071p55.CanCollide = false
4072p55.Locked = true
4073p55.FormFactor = Enum.FormFactor.Custom
4074p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4075p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4076p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4077p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4078p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4079p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4080p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4081b55 = Instance.new("SpecialMesh", p55)
4082b55.MeshType = Enum.MeshType.Wedge
4083b55.Name = "Mesh"
4084b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4085p56 = Instance.new("WedgePart", m6)
4086p56.BrickColor = BrickColor.new("Really blue")
4087p56.Material = Enum.Material.SmoothPlastic
4088p56.Name = "Wedge"
4089p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4090p56.CanCollide = false
4091p56.Locked = true
4092p56.FormFactor = Enum.FormFactor.Custom
4093p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4094p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4095p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4096p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4097p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4098p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4099p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4100b56 = Instance.new("SpecialMesh", p56)
4101b56.MeshType = Enum.MeshType.Wedge
4102b56.Name = "Mesh"
4103b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4104p57 = Instance.new("WedgePart", m6)
4105p57.BrickColor = BrickColor.new("Black")
4106p57.Material = Enum.Material.SmoothPlastic
4107p57.Name = "Wedge"
4108p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4109p57.CanCollide = false
4110p57.Locked = true
4111p57.FormFactor = Enum.FormFactor.Custom
4112p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4113p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4114p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4115p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4116p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4117p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4118p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4119b57 = Instance.new("SpecialMesh", p57)
4120b57.MeshType = Enum.MeshType.Wedge
4121b57.Name = "Mesh"
4122b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4123p58 = Instance.new("Part", m6)
4124p58.BrickColor = BrickColor.new("Black")
4125p58.Material = Enum.Material.SmoothPlastic
4126p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4127p58.CanCollide = false
4128p58.Locked = true
4129p58.FormFactor = Enum.FormFactor.Custom
4130p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4131p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4132p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4133p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4134p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4135p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4136p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4137b58 = Instance.new("BlockMesh", p58)
4138b58.Name = "Mesh"
4139b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4140p59 = Instance.new("WedgePart", m6)
4141p59.BrickColor = BrickColor.new("Black")
4142p59.Material = Enum.Material.SmoothPlastic
4143p59.Name = "Wedge"
4144p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4145p59.CanCollide = false
4146p59.Locked = true
4147p59.FormFactor = Enum.FormFactor.Custom
4148p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4149p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4150p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4151p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4152p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4153p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4154p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4155b59 = Instance.new("SpecialMesh", p59)
4156b59.MeshType = Enum.MeshType.Wedge
4157b59.Name = "Mesh"
4158b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4159p60 = Instance.new("Part", m6)
4160p60.BrickColor = BrickColor.new("Black")
4161p60.Material = Enum.Material.SmoothPlastic
4162p60.Name = "NeckPart"
4163p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4164p60.CanCollide = false
4165p60.Locked = true
4166p60.FormFactor = Enum.FormFactor.Custom
4167p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4168p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4169p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4170p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4171p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4172p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4173p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4174b60 = Instance.new("BlockMesh", p60)
4175b60.Name = "Mesh"
4176b60.Scale = Vector3.new(1, 0.602178097, 1)
4177p61 = Instance.new("Part", m6)
4178p61.BrickColor = BrickColor.new("Black")
4179p61.Material = Enum.Material.SmoothPlastic
4180p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4181p61.CanCollide = false
4182p61.Locked = true
4183p61.FormFactor = Enum.FormFactor.Custom
4184p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4185p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4186p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4187p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4188p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4189p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4190p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4191b61 = Instance.new("BlockMesh", p61)
4192b61.Name = "Mesh"
4193b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4194p62 = Instance.new("WedgePart", m6)
4195p62.BrickColor = BrickColor.new("Black")
4196p62.Material = Enum.Material.SmoothPlastic
4197p62.Name = "Wedge"
4198p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4199p62.CanCollide = false
4200p62.Locked = true
4201p62.FormFactor = Enum.FormFactor.Custom
4202p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4203p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4204p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4205p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4206p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4207p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4208p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4209b62 = Instance.new("SpecialMesh", p62)
4210b62.MeshType = Enum.MeshType.Wedge
4211b62.Name = "Mesh"
4212b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4213p63 = Instance.new("WedgePart", m6)
4214p63.BrickColor = BrickColor.new("Really blue")
4215p63.Material = Enum.Material.SmoothPlastic
4216p63.Name = "Wedge"
4217p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4218p63.CanCollide = false
4219p63.Locked = true
4220p63.FormFactor = Enum.FormFactor.Custom
4221p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4222p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4223p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4224p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4225p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4226p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4227p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4228b63 = Instance.new("SpecialMesh", p63)
4229b63.MeshType = Enum.MeshType.Wedge
4230b63.Name = "Mesh"
4231b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4232p64 = Instance.new("WedgePart", m6)
4233p64.BrickColor = BrickColor.new("Black")
4234p64.Material = Enum.Material.SmoothPlastic
4235p64.Name = "Wedge"
4236p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4237p64.CanCollide = false
4238p64.Locked = true
4239p64.FormFactor = Enum.FormFactor.Custom
4240p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4241p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4242p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4243p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4244p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4245p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4246p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4247b64 = Instance.new("SpecialMesh", p64)
4248b64.MeshType = Enum.MeshType.Wedge
4249b64.Name = "Mesh"
4250b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4251p65 = Instance.new("WedgePart", m6)
4252p65.BrickColor = BrickColor.new("Black")
4253p65.Material = Enum.Material.SmoothPlastic
4254p65.Name = "Wedge"
4255p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4256p65.CanCollide = false
4257p65.Locked = true
4258p65.FormFactor = Enum.FormFactor.Custom
4259p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4260p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4261p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4262p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4263p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4264p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4265p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4266b65 = Instance.new("SpecialMesh", p65)
4267b65.MeshType = Enum.MeshType.Wedge
4268b65.Name = "Mesh"
4269b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4270p66 = Instance.new("WedgePart", m6)
4271p66.BrickColor = BrickColor.new("Black")
4272p66.Material = Enum.Material.SmoothPlastic
4273p66.Name = "Wedge"
4274p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4275p66.CanCollide = false
4276p66.Locked = true
4277p66.FormFactor = Enum.FormFactor.Custom
4278p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4279p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4280p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4281p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4282p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4283p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4284p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4285b66 = Instance.new("SpecialMesh", p66)
4286b66.MeshType = Enum.MeshType.Wedge
4287b66.Name = "Mesh"
4288b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4289p67 = Instance.new("WedgePart", m6)
4290p67.BrickColor = BrickColor.new("Black")
4291p67.Material = Enum.Material.SmoothPlastic
4292p67.Name = "Wedge"
4293p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4294p67.CanCollide = false
4295p67.Locked = true
4296p67.FormFactor = Enum.FormFactor.Custom
4297p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4298p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4299p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4300p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4301p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4302p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4303p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4304b67 = Instance.new("SpecialMesh", p67)
4305b67.MeshType = Enum.MeshType.Wedge
4306b67.Name = "Mesh"
4307b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4308p68 = Instance.new("WedgePart", m6)
4309p68.BrickColor = BrickColor.new("Really blue")
4310p68.Name = "Wedge"
4311p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4312p68.CanCollide = false
4313p68.Locked = true
4314p68.FormFactor = Enum.FormFactor.Custom
4315p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4316p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4317p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4318p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4319p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4320p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4321p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4322b68 = Instance.new("SpecialMesh", p68)
4323b68.MeshType = Enum.MeshType.Wedge
4324b68.Name = "Mesh"
4325b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4326p69 = Instance.new("WedgePart", m6)
4327p68.BrickColor = BrickColor.new("Really blue")
4328p69.Name = "Wedge"
4329p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4330p69.CanCollide = false
4331p69.Locked = true
4332p69.FormFactor = Enum.FormFactor.Custom
4333p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4334p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4335p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4336p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4337p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4338p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4339p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4340b69 = Instance.new("SpecialMesh", p69)
4341b69.MeshType = Enum.MeshType.Wedge
4342b69.Name = "Mesh"
4343b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4344p70 = Instance.new("WedgePart", m6)
4345p70.BrickColor = BrickColor.new("Black")
4346p70.Material = Enum.Material.SmoothPlastic
4347p70.Name = "Wedge"
4348p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4349p70.CanCollide = false
4350p70.Locked = true
4351p70.FormFactor = Enum.FormFactor.Custom
4352p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4353p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4354p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4355p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4356p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4357p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4358p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4359b70 = Instance.new("SpecialMesh", p70)
4360b70.MeshType = Enum.MeshType.Wedge
4361b70.Name = "Mesh"
4362b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4363p71 = Instance.new("WedgePart", m6)
4364p71.BrickColor = BrickColor.new("Really blue")
4365p71.Name = "Wedge"
4366p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4367p71.CanCollide = false
4368p71.Locked = true
4369p71.FormFactor = Enum.FormFactor.Custom
4370p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4371p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4372p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4373p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4374p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4375p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4376p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4377b71 = Instance.new("SpecialMesh", p71)
4378b71.MeshType = Enum.MeshType.Wedge
4379b71.Name = "Mesh"
4380b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4381p72 = Instance.new("WedgePart", m6)
4382p72.BrickColor = BrickColor.new("Black")
4383p72.Material = Enum.Material.SmoothPlastic
4384p72.Name = "Wedge"
4385p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4386p72.CanCollide = false
4387p72.Locked = true
4388p72.FormFactor = Enum.FormFactor.Custom
4389p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4390p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4391p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4392p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4393p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4394p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4395p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4396b72 = Instance.new("SpecialMesh", p72)
4397b72.MeshType = Enum.MeshType.Wedge
4398b72.Name = "Mesh"
4399b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4400p73 = Instance.new("WedgePart", m6)
4401p73.BrickColor = BrickColor.new("Black")
4402p73.Material = Enum.Material.SmoothPlastic
4403p73.Name = "Wedge"
4404p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4405p73.CanCollide = false
4406p73.Locked = true
4407p73.FormFactor = Enum.FormFactor.Custom
4408p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4409p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4410p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4411p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4412p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4413p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4414p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4415b73 = Instance.new("SpecialMesh", p73)
4416b73.MeshType = Enum.MeshType.Wedge
4417b73.Name = "Mesh"
4418b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4419p74 = Instance.new("WedgePart", m6)
4420p74.BrickColor = BrickColor.new("Black")
4421p74.Material = Enum.Material.SmoothPlastic
4422p74.Name = "Wedge"
4423p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4424p74.CanCollide = false
4425p74.Locked = true
4426p74.FormFactor = Enum.FormFactor.Custom
4427p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4428p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4429p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4430p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4431p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4432p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4433p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4434b74 = Instance.new("SpecialMesh", p74)
4435b74.MeshType = Enum.MeshType.Wedge
4436b74.Name = "Mesh"
4437b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4438p75 = Instance.new("WedgePart", m6)
4439p75.BrickColor = BrickColor.new("Black")
4440p75.Material = Enum.Material.SmoothPlastic
4441p75.Name = "Wedge"
4442p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4443p75.CanCollide = false
4444p75.Locked = true
4445p75.FormFactor = Enum.FormFactor.Custom
4446p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4447p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4448p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4449p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4450p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4451p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4452p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4453b75 = Instance.new("SpecialMesh", p75)
4454b75.MeshType = Enum.MeshType.Wedge
4455b75.Name = "Mesh"
4456b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4457p76 = Instance.new("WedgePart", m6)
4458p76.BrickColor = BrickColor.new("Black")
4459p76.Material = Enum.Material.SmoothPlastic
4460p76.Name = "Wedge"
4461p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4462p76.CanCollide = false
4463p76.Locked = true
4464p76.FormFactor = Enum.FormFactor.Custom
4465p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4466p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4467p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4468p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4469p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4470p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4471p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4472b76 = Instance.new("SpecialMesh", p76)
4473b76.MeshType = Enum.MeshType.Wedge
4474b76.Name = "Mesh"
4475b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4476p77 = Instance.new("WedgePart", m6)
4477p77.BrickColor = BrickColor.new("Really blue")
4478p77.Material = Enum.Material.SmoothPlastic
4479p77.Name = "Wedge"
4480p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4481p77.CanCollide = false
4482p77.Locked = true
4483p77.FormFactor = Enum.FormFactor.Custom
4484p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4485p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4486p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4487p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4488p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4489p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4490p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4491b77 = Instance.new("SpecialMesh", p77)
4492b77.MeshType = Enum.MeshType.Wedge
4493b77.Name = "Mesh"
4494b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4495p78 = Instance.new("WedgePart", m6)
4496p78.BrickColor = BrickColor.new("Black")
4497p78.Material = Enum.Material.SmoothPlastic
4498p78.Name = "Wedge"
4499p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4500p78.CanCollide = false
4501p78.Locked = true
4502p78.FormFactor = Enum.FormFactor.Custom
4503p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4504p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4505p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4506p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4507p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4508p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4509p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4510b78 = Instance.new("SpecialMesh", p78)
4511b78.MeshType = Enum.MeshType.Wedge
4512b78.Name = "Mesh"
4513b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4514p79 = Instance.new("WedgePart", m6)
4515p79.BrickColor = BrickColor.new("Really blue")
4516p79.Material = Enum.Material.SmoothPlastic
4517p79.Name = "Wedge"
4518p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4519p79.CanCollide = false
4520p79.Locked = true
4521p79.FormFactor = Enum.FormFactor.Custom
4522p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4523p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4524p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4525p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4526p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4527p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4528p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4529b79 = Instance.new("SpecialMesh", p79)
4530b79.MeshType = Enum.MeshType.Wedge
4531b79.Name = "Mesh"
4532b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4533p80 = Instance.new("WedgePart", m6)
4534p80.BrickColor = BrickColor.new("Black")
4535p80.Material = Enum.Material.SmoothPlastic
4536p80.Name = "Wedge"
4537p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4538p80.CanCollide = false
4539p80.Locked = true
4540p80.FormFactor = Enum.FormFactor.Custom
4541p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4542p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4543p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4544p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4545p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4546p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4547p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4548b80 = Instance.new("SpecialMesh", p80)
4549b80.MeshType = Enum.MeshType.Wedge
4550b80.Name = "Mesh"
4551b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4552w1 = Instance.new("Weld", p1)
4553w1.Name = "Joint"
4554w1.Part0 = p1
4555w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4556w1.Part1 = p47
4557w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4558w2 = Instance.new("Weld", p2)
4559w2.Name = "Joint"
4560w2.Part0 = p2
4561w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4562w2.Part1 = p11
4563w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4564w3 = Instance.new("Weld", p3)
4565w3.Name = "Joint"
4566w3.Part0 = p3
4567w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4568w3.Part1 = p50
4569w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570w4 = Instance.new("Weld", p4)
4571w4.Name = "Joint"
4572w4.Part0 = p4
4573w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4574w4.Part1 = p5
4575w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576w5 = Instance.new("Weld", p5)
4577w5.Name = "Joint"
4578w5.Part0 = p5
4579w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4580w5.Part1 = p27
4581w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582w6 = Instance.new("Weld", p6)
4583w6.Name = "Joint"
4584w6.Part0 = p6
4585w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4586w6.Part1 = p14
4587w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588w7 = Instance.new("Weld", p7)
4589w7.Name = "Joint"
4590w7.Part0 = p7
4591w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4592w7.Part1 = p10
4593w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594w8 = Instance.new("Weld", p8)
4595w8.Name = "Joint"
4596w8.Part0 = p8
4597w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4598w8.Part1 = p32
4599w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600w9 = Instance.new("Weld", p9)
4601w9.Name = "Joint"
4602w9.Part0 = p9
4603w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4604w9.Part1 = p16
4605w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606w10 = Instance.new("Weld", p10)
4607w10.Name = "Joint"
4608w10.Part0 = p10
4609w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4610w10.Part1 = p61
4611w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612w11 = Instance.new("Weld", p11)
4613w11.Name = "Joint"
4614w11.Part0 = p11
4615w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4616w11.Part1 = p13
4617w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618w12 = Instance.new("Weld", p12)
4619w12.Name = "Joint"
4620w12.Part0 = p12
4621w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4622w12.Part1 = p29
4623w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624w13 = Instance.new("Weld", p13)
4625w13.Name = "Joint"
4626w13.Part0 = p13
4627w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4628w13.Part1 = p48
4629w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630w14 = Instance.new("Weld", p14)
4631w14.Name = "Joint"
4632w14.Part0 = p14
4633w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4634w14.Part1 = p60
4635w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636w15 = Instance.new("Weld", p15)
4637w15.Name = "Joint"
4638w15.Part0 = p15
4639w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4640w15.Part1 = p17
4641w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642w16 = Instance.new("Weld", p16)
4643w16.Name = "Joint"
4644w16.Part0 = p16
4645w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4646w16.Part1 = p48
4647w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4648w17 = Instance.new("Weld", p17)
4649w17.Name = "Joint"
4650w17.Part0 = p17
4651w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4652w17.Part1 = p50
4653w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4654w18 = Instance.new("Weld", p18)
4655w18.Name = "Joint"
4656w18.Part0 = p18
4657w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4658w18.Part1 = p50
4659w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4660w19 = Instance.new("Weld", p19)
4661w19.Name = "Joint"
4662w19.Part0 = p19
4663w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4664w19.Part1 = p54
4665w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4666w20 = Instance.new("Weld", p20)
4667w20.Name = "Joint"
4668w20.Part0 = p20
4669w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4670w20.Part1 = p21
4671w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672w21 = Instance.new("Weld", p21)
4673w21.Name = "Joint"
4674w21.Part0 = p21
4675w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4676w21.Part1 = p37
4677w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4678w22 = Instance.new("Weld", p22)
4679w22.Name = "Joint"
4680w22.Part0 = p22
4681w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4682w22.Part1 = p8
4683w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4684w23 = Instance.new("Weld", p23)
4685w23.Name = "Joint"
4686w23.Part0 = p23
4687w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4688w23.Part1 = p35
4689w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4690w24 = Instance.new("Weld", p24)
4691w24.Name = "Joint"
4692w24.Part0 = p24
4693w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4694w24.Part1 = p48
4695w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4696w25 = Instance.new("Weld", p25)
4697w25.Name = "Joint"
4698w25.Part0 = p25
4699w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4700w25.Part1 = p8
4701w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4702w26 = Instance.new("Weld", p26)
4703w26.Name = "Joint"
4704w26.Part0 = p26
4705w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4706w26.Part1 = p6
4707w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4708w27 = Instance.new("Weld", p27)
4709w27.Name = "Joint"
4710w27.Part0 = p27
4711w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4712w27.Part1 = p48
4713w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4714w28 = Instance.new("Weld", p28)
4715w28.Name = "Joint"
4716w28.Part0 = p28
4717w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4718w28.Part1 = p35
4719w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4720w29 = Instance.new("Weld", p29)
4721w29.Name = "Joint"
4722w29.Part0 = p29
4723w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4724w29.Part1 = p37
4725w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4726w30 = Instance.new("Weld", p30)
4727w30.Name = "Joint"
4728w30.Part0 = p30
4729w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4730w30.Part1 = p20
4731w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4732w31 = Instance.new("Weld", p31)
4733w31.Name = "Joint"
4734w31.Part0 = p31
4735w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4736w31.Part1 = p16
4737w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4738w32 = Instance.new("Weld", p32)
4739w32.Name = "Joint"
4740w32.Part0 = p32
4741w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4742w32.Part1 = p48
4743w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4744w33 = Instance.new("Weld", p33)
4745w33.Name = "Joint"
4746w33.Part0 = p33
4747w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4748w33.Part1 = p21
4749w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4750w34 = Instance.new("Weld", p34)
4751w34.Name = "Joint"
4752w34.Part0 = p34
4753w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4754w34.Part1 = p27
4755w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756w35 = Instance.new("Weld", p35)
4757w35.Name = "Joint"
4758w35.Part0 = p35
4759w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4760w35.Part1 = p58
4761w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4762w36 = Instance.new("Weld", p36)
4763w36.Name = "Joint"
4764w36.Part0 = p36
4765w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4766w36.Part1 = p29
4767w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768w37 = Instance.new("Weld", p37)
4769w37.Name = "Joint"
4770w37.Part0 = p37
4771w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4772w37.Part1 = p3
4773w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4774w38 = Instance.new("Weld", p38)
4775w38.Name = "Joint"
4776w38.Part0 = p38
4777w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4778w38.Part1 = p4
4779w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4780w39 = Instance.new("Weld", p39)
4781w39.Name = "Joint"
4782w39.Part0 = p39
4783w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4784w39.Part1 = p12
4785w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4786w40 = Instance.new("Weld", p40)
4787w40.Name = "Joint"
4788w40.Part0 = p40
4789w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4790w40.Part1 = p52
4791w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4792w41 = Instance.new("Weld", p41)
4793w41.Name = "Joint"
4794w41.Part0 = p41
4795w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4796w41.Part1 = p5
4797w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4798w42 = Instance.new("Weld", p42)
4799w42.Name = "Joint"
4800w42.Part0 = p42
4801w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4802w42.Part1 = p8
4803w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4804w43 = Instance.new("Weld", p43)
4805w43.Name = "Joint"
4806w43.Part0 = p43
4807w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4808w43.Part1 = p5
4809w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4810w44 = Instance.new("Weld", p44)
4811w44.Name = "Joint"
4812w44.Part0 = p44
4813w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4814w44.Part1 = p15
4815w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4816w45 = Instance.new("Weld", p45)
4817w45.Name = "Joint"
4818w45.Part0 = p45
4819w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4820w45.Part1 = p11
4821w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4822w46 = Instance.new("Weld", p46)
4823w46.Name = "Joint"
4824w46.Part0 = p46
4825w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4826w46.Part1 = p6
4827w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4828w47 = Instance.new("Weld", p47)
4829w47.Name = "Joint"
4830w47.Part0 = p47
4831w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4832w47.Part1 = p18
4833w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834w48 = Instance.new("Weld", p48)
4835w48.Name = "Joint"
4836w48.Part0 = p48
4837w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4838w48.Part1 = p37
4839w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4840w49 = Instance.new("Weld", p49)
4841w49.Name = "Joint"
4842w49.Part0 = p49
4843w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4844w49.Part1 = p47
4845w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4846w50 = Instance.new("Weld", p50)
4847w50.Name = "Joint"
4848w50.Part0 = p50
4849w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4850w50.Part1 = p6
4851w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852w51 = Instance.new("Weld", p51)
4853w51.Name = "Joint"
4854w51.Part0 = p51
4855w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4856w51.Part1 = p52
4857w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4858w52 = Instance.new("Weld", p52)
4859w52.Name = "Joint"
4860w52.Part0 = p52
4861w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4862w52.Part1 = p3
4863w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4864w53 = Instance.new("Weld", p53)
4865w53.Name = "Joint"
4866w53.Part0 = p53
4867w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4868w53.Part1 = p9
4869w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4870w54 = Instance.new("Weld", p54)
4871w54.Name = "Joint"
4872w54.Part0 = p54
4873w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4874w54.Part1 = p9
4875w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4876w55 = Instance.new("Weld", p55)
4877w55.Name = "Joint"
4878w55.Part0 = p55
4879w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4880w55.Part1 = p8
4881w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4882w56 = Instance.new("Weld", p56)
4883w56.Name = "Joint"
4884w56.Part0 = p56
4885w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4886w56.Part1 = p20
4887w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4888w57 = Instance.new("Weld", p57)
4889w57.Name = "Joint"
4890w57.Part0 = p57
4891w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4892w57.Part1 = p47
4893w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4894w58 = Instance.new("Weld", p58)
4895w58.Name = "Joint"
4896w58.Part0 = p58
4897w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4898w58.Part1 = p3
4899w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4900w59 = Instance.new("Weld", p59)
4901w59.Name = "Joint"
4902w59.Part0 = p59
4903w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4904w59.Part1 = p32
4905w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4906w60 = Instance.new("Weld", p61)
4907w60.Name = "Joint"
4908w60.Part0 = p61
4909w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4910w60.Part1 = p48
4911w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4912w61 = Instance.new("Weld", p62)
4913w61.Name = "Joint"
4914w61.Part0 = p62
4915w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4916w61.Part1 = p10
4917w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4918w62 = Instance.new("Weld", p63)
4919w62.Name = "Joint"
4920w62.Part0 = p63
4921w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4922w62.Part1 = p7
4923w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4924w63 = Instance.new("Weld", p64)
4925w63.Name = "Joint"
4926w63.Part0 = p64
4927w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4928w63.Part1 = p54
4929w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4930w64 = Instance.new("Weld", p65)
4931w64.Name = "Joint"
4932w64.Part0 = p65
4933w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4934w64.Part1 = p13
4935w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4936w65 = Instance.new("Weld", p66)
4937w65.Name = "Joint"
4938w65.Part0 = p66
4939w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4940w65.Part1 = p52
4941w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4942w66 = Instance.new("Weld", p67)
4943w66.Name = "Joint"
4944w66.Part0 = p67
4945w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4946w66.Part1 = p16
4947w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4948w67 = Instance.new("Weld", p68)
4949w67.Name = "Joint"
4950w67.Part0 = p68
4951w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4952w67.Part1 = p11
4953w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4954w68 = Instance.new("Weld", p69)
4955w68.Name = "Joint"
4956w68.Part0 = p69
4957w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4958w68.Part1 = p11
4959w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4960w69 = Instance.new("Weld", p70)
4961w69.Name = "Joint"
4962w69.Part0 = p70
4963w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4964w69.Part1 = p58
4965w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4966w70 = Instance.new("Weld", p71)
4967w70.Name = "Joint"
4968w70.Part0 = p71
4969w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4970w70.Part1 = p54
4971w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4972w71 = Instance.new("Weld", p72)
4973w71.Name = "Joint"
4974w71.Part0 = p72
4975w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4976w71.Part1 = p9
4977w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4978w72 = Instance.new("Weld", p73)
4979w72.Name = "Joint"
4980w72.Part0 = p73
4981w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4982w72.Part1 = p13
4983w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4984w73 = Instance.new("Weld", p74)
4985w73.Name = "Joint"
4986w73.Part0 = p74
4987w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4988w73.Part1 = p10
4989w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4990w74 = Instance.new("Weld", p75)
4991w74.Name = "Joint"
4992w74.Part0 = p75
4993w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4994w74.Part1 = p54
4995w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4996w75 = Instance.new("Weld", p76)
4997w75.Name = "Joint"
4998w75.Part0 = p76
4999w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5000w75.Part1 = p32
5001w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5002w76 = Instance.new("Weld", p77)
5003w76.Name = "Joint"
5004w76.Part0 = p77
5005w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5006w76.Part1 = p15
5007w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5008w77 = Instance.new("Weld", p78)
5009w77.Name = "Joint"
5010w77.Part0 = p78
5011w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5012w77.Part1 = p15
5013w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5014w78 = Instance.new("Weld", p79)
5015w78.Name = "Joint"
5016w78.Part0 = p79
5017w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5018w78.Part1 = p51
5019w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5020w79 = Instance.new("Weld", p80)
5021w79.Name = "Joint"
5022w79.Part0 = p80
5023w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5024w79.Part1 = p12
5025w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5026m6.Parent = torso
5027m6:MakeJoints()
5028----------------------------------------------------
5029local cor6 = Instance.new("Part", torso.Cloak)
5030cor6.Name = "Thingy"
5031cor6.Locked = true
5032cor6.BottomSurface = 0
5033cor6.CanCollide = false
5034cor6.Size = Vector3.new(1,1,1)
5035cor6.Transparency = 1
5036cor6.TopSurface = 0
5037corw6 = Instance.new("Weld", cor6)
5038corw6.Part0 = torso
5039corw6.Part1 = cor6
5040corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5041corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5042weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5043weld6.Part0 = cor6
5044weld6.Part1 = torso.Cloak.NeckPart
5045weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5046--Amulet
5047m7 = Instance.new("Model")
5048m7.Name = "Amulet"
5049p1 = Instance.new("Part", m7)
5050p1.BrickColor = BrickColor.new("Really blue")
5051p1.Material = Enum.Material.Neon
5052p1.Name = "Center"
5053p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5054p1.CanCollide = false
5055p1.Locked = true
5056p1.FormFactor = Enum.FormFactor.Custom
5057p1.Shape = Enum.PartType.Cylinder
5058p1.Size = Vector3.new(0.5, 0.5, 0.5)
5059p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5060p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5061p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5062p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5063p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5064p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5065p2 = Instance.new("Part", m7)
5066p2.BrickColor = BrickColor.new("Really black")
5067p2.Material = Enum.Material.Metal
5068p2.Name = "Bottom"
5069p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5070p2.CanCollide = false
5071p2.Locked = true
5072p2.FormFactor = Enum.FormFactor.Custom
5073p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5074p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5075p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5076p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5077p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5078p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5079p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5080b1 = Instance.new("SpecialMesh", p2)
5081b1.MeshType = Enum.MeshType.Cylinder
5082b1.Name = "Mesh"
5083p3 = Instance.new("Part", m7)
5084p3.BrickColor = BrickColor.new("Really black")
5085p3.Material = Enum.Material.Metal
5086p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5087p3.CanCollide = false
5088p3.Locked = true
5089p3.FormFactor = Enum.FormFactor.Custom
5090p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5091p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5092p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5093p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5094p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5095p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5096p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5097b2 = Instance.new("SpecialMesh", p3)
5098b2.MeshType = Enum.MeshType.Brick
5099b2.Name = "Mesh"
5100b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5101p4 = Instance.new("Part", m7)
5102p4.BrickColor = BrickColor.new("Really black")
5103p4.Material = Enum.Material.Metal
5104p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5105p4.CanCollide = false
5106p4.Locked = true
5107p4.FormFactor = Enum.FormFactor.Custom
5108p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5109p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5110p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5111p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5112p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5113p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5114p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5115b3 = Instance.new("SpecialMesh", p4)
5116b3.MeshType = Enum.MeshType.Brick
5117b3.Name = "Mesh"
5118b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5119p5 = Instance.new("Part", m7)
5120p5.BrickColor = BrickColor.new("Really black")
5121p5.Material = Enum.Material.Metal
5122p5.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)
5123p5.CanCollide = false
5124p5.Locked = true
5125p5.FormFactor = Enum.FormFactor.Custom
5126p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5127p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5128p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5129p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5130p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5131p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5132p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5133b4 = Instance.new("SpecialMesh", p5)
5134b4.MeshType = Enum.MeshType.Brick
5135b4.Name = "Mesh"
5136b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5137p6 = Instance.new("Part", m7)
5138p6.BrickColor = BrickColor.new("Really black")
5139p6.Material = Enum.Material.Metal
5140p6.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)
5141p6.CanCollide = false
5142p6.Locked = true
5143p6.FormFactor = Enum.FormFactor.Custom
5144p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5145p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5146p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5147p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5148p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5149p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5150p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5151b5 = Instance.new("SpecialMesh", p6)
5152b5.MeshType = Enum.MeshType.Brick
5153b5.Name = "Mesh"
5154b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5155p7 = Instance.new("Part", m7)
5156p7.BrickColor = BrickColor.new("Really black")
5157p7.Material = Enum.Material.Metal
5158p7.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)
5159p7.CanCollide = false
5160p7.Locked = true
5161p7.FormFactor = Enum.FormFactor.Custom
5162p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5163p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5164p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5165p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5166p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5167p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5168p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5169b6 = Instance.new("SpecialMesh", p7)
5170b6.MeshType = Enum.MeshType.Brick
5171b6.Name = "Mesh"
5172b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5173p8 = Instance.new("Part", m7)
5174p8.BrickColor = BrickColor.new("Really black")
5175p8.Material = Enum.Material.Metal
5176p8.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)
5177p8.CanCollide = false
5178p8.Locked = true
5179p8.FormFactor = Enum.FormFactor.Custom
5180p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5181p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5182p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5183p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5184p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5185p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5186p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5187b7 = Instance.new("SpecialMesh", p8)
5188b7.MeshType = Enum.MeshType.Brick
5189b7.Name = "Mesh"
5190b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5191p9 = Instance.new("Part", m7)
5192p9.BrickColor = BrickColor.new("Really black")
5193p9.Material = Enum.Material.Metal
5194p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5195p9.CanCollide = false
5196p9.Locked = true
5197p9.FormFactor = Enum.FormFactor.Custom
5198p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5199p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5200p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5201p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5202p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5203p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5204p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5205b8 = Instance.new("SpecialMesh", p9)
5206b8.MeshType = Enum.MeshType.Brick
5207b8.Name = "Mesh"
5208b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5209p10 = Instance.new("Part", m7)
5210p10.BrickColor = BrickColor.new("Really black")
5211p10.Material = Enum.Material.Metal
5212p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5213p10.CanCollide = false
5214p10.Locked = true
5215p10.FormFactor = Enum.FormFactor.Custom
5216p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5217p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5218p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5219p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5220p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5221p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5222p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5223b9 = Instance.new("SpecialMesh", p10)
5224b9.MeshType = Enum.MeshType.Brick
5225b9.Name = "Mesh"
5226b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5227p11 = Instance.new("Part", m7)
5228p11.BrickColor = BrickColor.new("Really black")
5229p11.Material = Enum.Material.Metal
5230p11.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)
5231p11.CanCollide = false
5232p11.Locked = true
5233p11.FormFactor = Enum.FormFactor.Custom
5234p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5235p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5236p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5237p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5238p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5239p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5240p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5241b10 = Instance.new("SpecialMesh", p11)
5242b10.MeshType = Enum.MeshType.Brick
5243b10.Name = "Mesh"
5244b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5245p12 = Instance.new("Part", m7)
5246p12.BrickColor = BrickColor.new("Really black")
5247p12.Material = Enum.Material.Metal
5248p12.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)
5249p12.CanCollide = false
5250p12.Locked = true
5251p12.FormFactor = Enum.FormFactor.Custom
5252p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5253p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5254p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5255p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5256p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5257p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5258p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5259b11 = Instance.new("SpecialMesh", p12)
5260b11.MeshType = Enum.MeshType.Brick
5261b11.Name = "Mesh"
5262b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5263p13 = Instance.new("Part", m7)
5264p13.BrickColor = BrickColor.new("Really black")
5265p13.Material = Enum.Material.Metal
5266p13.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)
5267p13.CanCollide = false
5268p13.Locked = true
5269p13.FormFactor = Enum.FormFactor.Custom
5270p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5271p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5272p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5273p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5274p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5275p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5276p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5277b12 = Instance.new("SpecialMesh", p13)
5278b12.MeshType = Enum.MeshType.Brick
5279b12.Name = "Mesh"
5280b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5281p14 = Instance.new("Part", m7)
5282p14.BrickColor = BrickColor.new("Really black")
5283p14.Material = Enum.Material.Metal
5284p14.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)
5285p14.CanCollide = false
5286p14.Locked = true
5287p14.FormFactor = Enum.FormFactor.Custom
5288p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5289p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5290p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5291p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5292p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5293p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5294p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5295b13 = Instance.new("SpecialMesh", p14)
5296b13.MeshType = Enum.MeshType.Brick
5297b13.Name = "Mesh"
5298b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5299p15 = Instance.new("Part", m7)
5300p15.BrickColor = BrickColor.new("Really black")
5301p15.Material = Enum.Material.Metal
5302p15.Name = "Top"
5303p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5304p15.CanCollide = false
5305p15.Locked = true
5306p15.FormFactor = Enum.FormFactor.Custom
5307p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5308p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5309p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5310p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5311p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5312p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5313p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5314b14 = Instance.new("SpecialMesh", p15)
5315b14.MeshType = Enum.MeshType.Cylinder
5316b14.Name = "Mesh"
5317w1 = Instance.new("Weld", p1)
5318w1.Name = "Joint"
5319w1.Part0 = p1
5320w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5321w1.Part1 = p15
5322w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5323w2 = Instance.new("Weld", p2)
5324w2.Name = "Joint"
5325w2.Part0 = p2
5326w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5327w2.Part1 = p1
5328w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5329w3 = Instance.new("Weld", p3)
5330w3.Name = "Joint"
5331w3.Part0 = p3
5332w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5333w3.Part1 = p1
5334w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5335w4 = Instance.new("Weld", p4)
5336w4.Name = "Joint"
5337w4.Part0 = p4
5338w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5339w4.Part1 = p1
5340w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5341w5 = Instance.new("Weld", p5)
5342w5.Name = "Joint"
5343w5.Part0 = p5
5344w5.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)
5345w5.Part1 = p1
5346w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5347w6 = Instance.new("Weld", p6)
5348w6.Name = "Joint"
5349w6.Part0 = p6
5350w6.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)
5351w6.Part1 = p1
5352w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5353w7 = Instance.new("Weld", p7)
5354w7.Name = "Joint"
5355w7.Part0 = p7
5356w7.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)
5357w7.Part1 = p1
5358w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5359w8 = Instance.new("Weld", p8)
5360w8.Name = "Joint"
5361w8.Part0 = p8
5362w8.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)
5363w8.Part1 = p1
5364w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5365w9 = Instance.new("Weld", p9)
5366w9.Name = "Joint"
5367w9.Part0 = p9
5368w9.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)
5369w9.Part1 = p1
5370w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5371w10 = Instance.new("Weld", p10)
5372w10.Name = "Joint"
5373w10.Part0 = p10
5374w10.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)
5375w10.Part1 = p1
5376w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5377w11 = Instance.new("Weld", p11)
5378w11.Name = "Joint"
5379w11.Part0 = p11
5380w11.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)
5381w11.Part1 = p1
5382w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5383w12 = Instance.new("Weld", p12)
5384w12.Name = "Joint"
5385w12.Part0 = p12
5386w12.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)
5387w12.Part1 = p1
5388w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5389w13 = Instance.new("Weld", p13)
5390w13.Name = "Joint"
5391w13.Part0 = p13
5392w13.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)
5393w13.Part1 = p1
5394w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5395w14 = Instance.new("Weld", p14)
5396w14.Name = "Joint"
5397w14.Part0 = p14
5398w14.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)
5399w14.Part1 = p1
5400w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5401m7.Parent = torso
5402m7:MakeJoints()
5403----------------------------------------------------
5404local cor7 = Instance.new("Part", torso.Amulet)
5405cor7.Name = "Thingy"
5406cor7.Locked = true
5407cor7.BottomSurface = 0
5408cor7.CanCollide = false
5409cor7.Size = Vector3.new(1, 1, 1)
5410cor7.Transparency = 1
5411cor7.TopSurface = 0
5412corw7 = Instance.new("Weld", cor7)
5413corw7.Part0 = torso.Torso.Connection
5414corw7.Part1 = cor7
5415corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5416corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5417weld7 = Instance.new("Weld", torso.Amulet)
5418weld7.Part0 = cor7
5419weld7.Part1 = torso.Amulet.Top
5420weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5421--Zyrodoxa
5422m8 = Instance.new("Model")
5423m8.Name = "Zyrodoxa"
5424p1 = Instance.new("Part", m8)
5425p1.BrickColor = BrickColor.new("Really black")
5426p1.Material = Enum.Material.Metal
5427p1.Reflectance = 0.40000000596046
5428p1.Name = "Block"
5429p1.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)
5430p1.CanCollide = false
5431p1.Locked = true
5432p1.FormFactor = Enum.FormFactor.Custom
5433p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5434p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5435p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5436p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5437p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5438p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5439p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5440b1 = Instance.new("BlockMesh", p1)
5441b1.Name = "Mesh"
5442b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5443p2 = Instance.new("Part", m8)
5444p2.BrickColor = BrickColor.new("Black")
5445p2.Material = Enum.Material.Metal
5446p2.Reflectance = 0.40000000596046
5447p2.Name = "Block"
5448p2.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)
5449p2.CanCollide = false
5450p2.Locked = true
5451p2.FormFactor = Enum.FormFactor.Custom
5452p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5453p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5454p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5455p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5456p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5457p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5458p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5459b2 = Instance.new("BlockMesh", p2)
5460b2.Name = "Mesh"
5461b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5462p3 = Instance.new("Part", m8)
5463p3.BrickColor = BrickColor.new("Black")
5464p3.Material = Enum.Material.Metal
5465p3.Reflectance = 0.40000000596046
5466p3.Name = "Block"
5467p3.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)
5468p3.CanCollide = false
5469p3.Locked = true
5470p3.FormFactor = Enum.FormFactor.Custom
5471p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5472p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5473p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5474p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5475p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5476p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5477p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5478b3 = Instance.new("BlockMesh", p3)
5479b3.Name = "Mesh"
5480b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5481p4 = Instance.new("Part", m8)
5482p4.BrickColor = BrickColor.new("Really blue")
5483p4.Material = Enum.Material.Metal
5484p4.Name = "Block"
5485p4.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)
5486p4.CanCollide = false
5487p4.Locked = true
5488p4.FormFactor = Enum.FormFactor.Custom
5489p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5490p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5491p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5492p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5493p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5494p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5495p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5496b4 = Instance.new("BlockMesh", p4)
5497b4.Name = "Mesh"
5498b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5499p5 = Instance.new("Part", m8)
5500p5.BrickColor = BrickColor.new("Really blue")
5501p5.Material = Enum.Material.Neon
5502p5.Reflectance = 0.40000000596046
5503p5.Name = "Block"
5504p5.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)
5505p5.CanCollide = false
5506p5.Locked = true
5507p5.FormFactor = Enum.FormFactor.Custom
5508p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5509p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5510p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5511p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5512p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5513p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5514p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5515b5 = Instance.new("BlockMesh", p5)
5516b5.Name = "Mesh"
5517b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5518p6 = Instance.new("Part", m8)
5519p6.BrickColor = BrickColor.new("Dark blue")
5520p6.Material = Enum.Material.Metal
5521p6.Name = "Block"
5522p6.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)
5523p6.CanCollide = false
5524p6.Locked = true
5525p6.FormFactor = Enum.FormFactor.Custom
5526p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5527p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5528p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5529p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5530p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5531p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5532p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5533b6 = Instance.new("BlockMesh", p6)
5534b6.Name = "Mesh"
5535b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5536p7 = Instance.new("Part", m8)
5537p7.BrickColor = BrickColor.new("Really blue")
5538p7.Material = Enum.Material.Neon
5539p7.Reflectance = 0.40000000596046
5540p7.Name = "Block"
5541p7.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)
5542p7.CanCollide = false
5543p7.Locked = true
5544p7.FormFactor = Enum.FormFactor.Custom
5545p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5546p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5547p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5548p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5549p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5550p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5551p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5552b7 = Instance.new("BlockMesh", p7)
5553b7.Name = "Mesh"
5554b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5555p8 = Instance.new("Part", m8)
5556p8.BrickColor = BrickColor.new("Really blue")
5557p8.Material = Enum.Material.Neon
5558p8.Reflectance = 0.40000000596046
5559p8.Name = "Block"
5560p8.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)
5561p8.CanCollide = false
5562p8.Locked = true
5563p8.FormFactor = Enum.FormFactor.Custom
5564p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5565p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5566p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5567p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5568p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5569p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5570p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5571b8 = Instance.new("BlockMesh", p8)
5572b8.Name = "Mesh"
5573b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5574p9 = Instance.new("Part", m8)
5575p9.BrickColor = BrickColor.new("Really black")
5576p9.Material = Enum.Material.Metal
5577p9.Reflectance = 0.40000000596046
5578p9.Name = "Block"
5579p9.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)
5580p9.CanCollide = false
5581p9.Locked = true
5582p9.FormFactor = Enum.FormFactor.Custom
5583p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5584p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5585p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5586p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5587p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5588p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5589p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5590b9 = Instance.new("BlockMesh", p9)
5591b9.Name = "Mesh"
5592b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5593p10 = Instance.new("Part", m8)
5594p10.BrickColor = BrickColor.new("Really black")
5595p10.Material = Enum.Material.Metal
5596p10.Reflectance = 0.40000000596046
5597p10.Name = "Block"
5598p10.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)
5599p10.CanCollide = false
5600p10.Locked = true
5601p10.FormFactor = Enum.FormFactor.Custom
5602p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5603p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5604p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5605p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5606p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5607p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5608p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5609b10 = Instance.new("BlockMesh", p10)
5610b10.Name = "Mesh"
5611b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5612p11 = Instance.new("Part", m8)
5613p11.BrickColor = BrickColor.new("Black")
5614p11.Material = Enum.Material.Metal
5615p11.Name = "Circle"
5616p11.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)
5617p11.CanCollide = false
5618p11.Locked = true
5619p11.FormFactor = Enum.FormFactor.Custom
5620p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5621p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5622p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5623p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5624p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5625p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5626p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5627b11 = Instance.new("CylinderMesh", p11)
5628b11.Name = "Mesh"
5629b11.Scale = Vector3.new(1, 0.401569068, 1)
5630p12 = Instance.new("Part", m8)
5631p12.BrickColor = BrickColor.new("Really blue")
5632p12.Material = Enum.Material.Neon
5633p12.Reflectance = 0.40000000596046
5634p12.Name = "Block"
5635p12.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)
5636p12.CanCollide = false
5637p12.Locked = true
5638p12.FormFactor = Enum.FormFactor.Custom
5639p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5640p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5641p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5642p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5643p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5644p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5645p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5646b12 = Instance.new("BlockMesh", p12)
5647b12.Name = "Mesh"
5648b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5649p13 = Instance.new("Part", m8)
5650p13.BrickColor = BrickColor.new("Really blue")
5651p13.Material = Enum.Material.Metal
5652p13.Name = "Block"
5653p13.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)
5654p13.CanCollide = false
5655p13.Locked = true
5656p13.FormFactor = Enum.FormFactor.Custom
5657p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5658p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5659p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5660p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5661p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5662p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5663p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5664b13 = Instance.new("BlockMesh", p13)
5665b13.Name = "Mesh"
5666b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5667p14 = Instance.new("Part", m8)
5668p14.BrickColor = BrickColor.new("Black")
5669p14.Material = Enum.Material.Metal
5670p14.Reflectance = 0.40000000596046
5671p14.Name = "Block"
5672p14.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)
5673p14.CanCollide = false
5674p14.Locked = true
5675p14.FormFactor = Enum.FormFactor.Custom
5676p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5677p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5678p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5679p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5680p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5681p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5682p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5683b14 = Instance.new("BlockMesh", p14)
5684b14.Name = "Mesh"
5685b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5686p15 = Instance.new("Part", m8)
5687p15.BrickColor = BrickColor.new("Really black")
5688p15.Material = Enum.Material.Metal
5689p15.Reflectance = 0.40000000596046
5690p15.Name = "Block"
5691p15.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)
5692p15.CanCollide = false
5693p15.Locked = true
5694p15.FormFactor = Enum.FormFactor.Custom
5695p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5696p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5697p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5698p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5699p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5700p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5701p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5702b15 = Instance.new("BlockMesh", p15)
5703b15.Name = "Mesh"
5704b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5705p16 = Instance.new("Part", m8)
5706p16.BrickColor = BrickColor.new("Really black")
5707p16.Material = Enum.Material.Metal
5708p16.Name = "Handle"
5709p16.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)
5710p16.CanCollide = false
5711p16.Locked = true
5712p16.FormFactor = Enum.FormFactor.Custom
5713p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5714p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5715p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5716p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5717p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5718p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5719p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5720b16 = Instance.new("BlockMesh", p16)
5721b16.Name = "Mesh"
5722b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5723p17 = Instance.new("Part", m8)
5724p17.BrickColor = BrickColor.new("Really blue")
5725p17.Material = Enum.Material.Neon
5726p17.Reflectance = 0.40000000596046
5727p17.Name = "Block"
5728p17.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)
5729p17.CanCollide = false
5730p17.Locked = true
5731p17.FormFactor = Enum.FormFactor.Custom
5732p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5733p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5734p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5735p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5736p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5737p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5738p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5739b17 = Instance.new("BlockMesh", p17)
5740b17.Name = "Mesh"
5741b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5742p18 = Instance.new("Part", m8)
5743p18.BrickColor = BrickColor.new("Really black")
5744p18.Material = Enum.Material.Metal
5745p18.Name = "Block"
5746p18.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)
5747p18.CanCollide = false
5748p18.Locked = true
5749p18.FormFactor = Enum.FormFactor.Custom
5750p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5751p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5752p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5753p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5754p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5755p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5756p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5757b18 = Instance.new("BlockMesh", p18)
5758b18.Name = "Mesh"
5759b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5760p19 = Instance.new("Part", m8)
5761p19.BrickColor = BrickColor.new("Black")
5762p19.Material = Enum.Material.Metal
5763p19.Reflectance = 0.40000000596046
5764p19.Name = "Block"
5765p19.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)
5766p19.CanCollide = false
5767p19.Locked = true
5768p19.FormFactor = Enum.FormFactor.Custom
5769p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5770p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5771p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5772p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5773p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5774p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5775p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5776b19 = Instance.new("BlockMesh", p19)
5777b19.Name = "Mesh"
5778b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5779p20 = Instance.new("Part", m8)
5780p20.BrickColor = BrickColor.new("Really blue")
5781p20.Material = Enum.Material.Metal
5782p20.Name = "Block"
5783p20.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)
5784p20.CanCollide = false
5785p20.Locked = true
5786p20.FormFactor = Enum.FormFactor.Custom
5787p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5788p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5789p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5790p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5791p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5792p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5793p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5794b20 = Instance.new("BlockMesh", p20)
5795b20.Name = "Mesh"
5796b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5797p21 = Instance.new("Part", m8)
5798p21.BrickColor = BrickColor.new("Really black")
5799p21.Material = Enum.Material.Metal
5800p21.Name = "Block"
5801p21.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)
5802p21.CanCollide = false
5803p21.Locked = true
5804p21.FormFactor = Enum.FormFactor.Custom
5805p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5806p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5807p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5808p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5809p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5810p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5811p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5812b21 = Instance.new("BlockMesh", p21)
5813b21.Name = "Mesh"
5814b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5815p22 = Instance.new("Part", m8)
5816p22.BrickColor = BrickColor.new("Really black")
5817p22.Material = Enum.Material.Metal
5818p22.Reflectance = 0.40000000596046
5819p22.Name = "Block"
5820p22.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)
5821p22.CanCollide = false
5822p22.Locked = true
5823p22.FormFactor = Enum.FormFactor.Custom
5824p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5825p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5826p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5827p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5828p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5829p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5830p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5831b22 = Instance.new("BlockMesh", p22)
5832b22.Name = "Mesh"
5833b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5834p23 = Instance.new("Part", m8)
5835p23.BrickColor = BrickColor.new("Lime green")
5836p23.Material = Enum.Material.Marble
5837p23.Name = "Block"
5838p23.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)
5839p23.CanCollide = false
5840p23.Locked = true
5841p23.FormFactor = Enum.FormFactor.Custom
5842p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5843p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5844p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5845p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5846p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5847p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5848p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5849b23 = Instance.new("BlockMesh", p23)
5850b23.Name = "Mesh"
5851b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5852p24 = Instance.new("Part", m8)
5853p24.BrickColor = BrickColor.new("Really black")
5854p24.Material = Enum.Material.Metal
5855p24.Name = "Block"
5856p24.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)
5857p24.CanCollide = false
5858p24.Locked = true
5859p24.FormFactor = Enum.FormFactor.Custom
5860p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5861p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5862p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5863p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5864p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5865p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5866p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5867b24 = Instance.new("BlockMesh", p24)
5868b24.Name = "Mesh"
5869b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5870p25 = Instance.new("Part", m8)
5871p25.BrickColor = BrickColor.new("Really blue")
5872p25.Material = Enum.Material.Marble
5873p25.Name = "Block"
5874p25.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)
5875p25.CanCollide = false
5876p25.Locked = true
5877p25.FormFactor = Enum.FormFactor.Custom
5878p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5879p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5880p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5881p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5882p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5883p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5884p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5885b25 = Instance.new("BlockMesh", p25)
5886b25.Name = "Mesh"
5887b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5888p26 = Instance.new("Part", m8)
5889p26.BrickColor = BrickColor.new("Really black")
5890p26.Material = Enum.Material.Metal
5891p26.Reflectance = 0.40000000596046
5892p26.Name = "Block"
5893p26.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)
5894p26.CanCollide = false
5895p26.Locked = true
5896p26.FormFactor = Enum.FormFactor.Custom
5897p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5898p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5899p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5900p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5901p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5902p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5903p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5904b26 = Instance.new("BlockMesh", p26)
5905b26.Name = "Mesh"
5906b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5907p27 = Instance.new("Part", m8)
5908p27.BrickColor = BrickColor.new("Really blue")
5909p27.Material = Enum.Material.Metal
5910p27.Name = "Block"
5911p27.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)
5912p27.CanCollide = false
5913p27.Locked = true
5914p27.FormFactor = Enum.FormFactor.Custom
5915p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5916p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5917p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5918p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5919p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5920p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5921p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5922b27 = Instance.new("BlockMesh", p27)
5923b27.Name = "Mesh"
5924b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5925p28 = Instance.new("Part", m8)
5926p28.BrickColor = BrickColor.new("Really black")
5927p28.Material = Enum.Material.SmoothPlastic
5928p28.Reflectance = 0.0099999997764826
5929p28.Name = "Circle"
5930p28.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)
5931p28.CanCollide = false
5932p28.Locked = true
5933p28.FormFactor = Enum.FormFactor.Custom
5934p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5935p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5936p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5937p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5938p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5939p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5940p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5941b28 = Instance.new("CylinderMesh", p28)
5942b28.Name = "Mesh"
5943b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5944p29 = Instance.new("Part", m8)
5945p29.BrickColor = BrickColor.new("Black")
5946p29.Material = Enum.Material.Metal
5947p29.Reflectance = 0.40000000596046
5948p29.Name = "Block"
5949p29.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)
5950p29.CanCollide = false
5951p29.Locked = true
5952p29.FormFactor = Enum.FormFactor.Custom
5953p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5954p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5955p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5956p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5957p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5958p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5959p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5960b29 = Instance.new("BlockMesh", p29)
5961b29.Name = "Mesh"
5962b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5963p30 = Instance.new("Part", m8)
5964p30.BrickColor = BrickColor.new("Really blue")
5965p30.Material = Enum.Material.Metal
5966p30.Name = "Block"
5967p30.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)
5968p30.CanCollide = false
5969p30.Locked = true
5970p30.FormFactor = Enum.FormFactor.Custom
5971p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5972p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5973p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5974p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5975p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5976p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5977p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5978b30 = Instance.new("BlockMesh", p30)
5979b30.Name = "Mesh"
5980b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5981p31 = Instance.new("Part", m8)
5982p31.BrickColor = BrickColor.new("Really blue")
5983p31.Material = Enum.Material.Neon
5984p31.Reflectance = 0.40000000596046
5985p31.Name = "Block"
5986p31.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)
5987p31.CanCollide = false
5988p31.Locked = true
5989p31.FormFactor = Enum.FormFactor.Custom
5990p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5991p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5992p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5993p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5994p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5995p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5996p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5997b31 = Instance.new("BlockMesh", p31)
5998b31.Name = "Mesh"
5999b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
6000p32 = Instance.new("Part", m8)
6001p32.BrickColor = BrickColor.new("Really blue")
6002p32.Material = Enum.Material.Metal
6003p32.Name = "Block"
6004p32.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)
6005p32.CanCollide = false
6006p32.Locked = true
6007p32.FormFactor = Enum.FormFactor.Custom
6008p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6009p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6010p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6011p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6012p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6013p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6014p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6015b32 = Instance.new("BlockMesh", p32)
6016b32.Name = "Mesh"
6017b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6018p33 = Instance.new("Part", m8)
6019p33.BrickColor = BrickColor.new("Really black")
6020p33.Material = Enum.Material.Metal
6021p33.Reflectance = 0.40000000596046
6022p33.Name = "Block"
6023p33.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)
6024p33.CanCollide = false
6025p33.Locked = true
6026p33.FormFactor = Enum.FormFactor.Custom
6027p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6028p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6029p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6030p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6031p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6032p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6033p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6034b33 = Instance.new("BlockMesh", p33)
6035b33.Name = "Mesh"
6036b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6037p34 = Instance.new("Part", m8)
6038p34.BrickColor = BrickColor.new("Really blue")
6039p34.Material = Enum.Material.Metal
6040p34.Name = "Block"
6041p34.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)
6042p34.CanCollide = false
6043p34.Locked = true
6044p34.FormFactor = Enum.FormFactor.Custom
6045p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6046p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6047p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6048p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6049p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6050p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6051p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6052b34 = Instance.new("BlockMesh", p34)
6053b34.Name = "Mesh"
6054b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6055p35 = Instance.new("Part", m8)
6056p35.BrickColor = BrickColor.new("Really blue")
6057p35.Material = Enum.Material.Metal
6058p35.Name = "Block"
6059p35.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)
6060p35.CanCollide = false
6061p35.Locked = true
6062p35.FormFactor = Enum.FormFactor.Custom
6063p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6064p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6065p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6066p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6067p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6068p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6069p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6070b35 = Instance.new("BlockMesh", p35)
6071b35.Name = "Mesh"
6072b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6073p36 = Instance.new("Part", m8)
6074p36.BrickColor = BrickColor.new("Really blue")
6075p36.Material = Enum.Material.Metal
6076p36.Name = "Block"
6077p36.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)
6078p36.CanCollide = false
6079p36.Locked = true
6080p36.FormFactor = Enum.FormFactor.Custom
6081p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6082p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6083p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6084p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6085p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6086p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6087p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6088b36 = Instance.new("BlockMesh", p36)
6089b36.Name = "Mesh"
6090b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6091p37 = Instance.new("Part", m8)
6092p37.BrickColor = BrickColor.new("Really blue")
6093p37.Material = Enum.Material.Marble
6094p37.Name = "Circle"
6095p37.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)
6096p37.CanCollide = false
6097p37.Locked = true
6098p37.FormFactor = Enum.FormFactor.Custom
6099p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6100p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6101p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6102p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6103p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6104p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6105p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6106b37 = Instance.new("CylinderMesh", p37)
6107b37.Name = "Mesh"
6108b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6109p38 = Instance.new("Part", m8)
6110p38.BrickColor = BrickColor.new("Really black")
6111p38.Material = Enum.Material.Metal
6112p38.Name = "Block"
6113p38.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)
6114p38.CanCollide = false
6115p38.Locked = true
6116p38.FormFactor = Enum.FormFactor.Custom
6117p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6118p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6119p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6120p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6121p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6122p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6123p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6124b38 = Instance.new("BlockMesh", p38)
6125b38.Name = "Mesh"
6126b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6127p39 = Instance.new("Part", m8)
6128p39.BrickColor = BrickColor.new("Really black")
6129p39.Material = Enum.Material.Metal
6130p39.Name = "Block"
6131p39.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)
6132p39.CanCollide = false
6133p39.Locked = true
6134p39.FormFactor = Enum.FormFactor.Custom
6135p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6136p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6137p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6138p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6139p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6140p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6141p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6142b39 = Instance.new("BlockMesh", p39)
6143b39.Name = "Mesh"
6144b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6145p40 = Instance.new("Part", m8)
6146p40.BrickColor = BrickColor.new("Really black")
6147p40.Material = Enum.Material.Metal
6148p40.Name = "Block"
6149p40.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)
6150p40.CanCollide = false
6151p40.Locked = true
6152p40.FormFactor = Enum.FormFactor.Custom
6153p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6154p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6155p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6156p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6157p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6158p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6159p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6160b40 = Instance.new("BlockMesh", p40)
6161b40.Name = "Mesh"
6162b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6163p41 = Instance.new("Part", m8)
6164p41.BrickColor = BrickColor.new("Really blue")
6165p41.Material = Enum.Material.Neon
6166p41.Reflectance = 0.40000000596046
6167p41.Name = "Block"
6168p41.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)
6169p41.CanCollide = false
6170p41.Locked = true
6171p41.FormFactor = Enum.FormFactor.Custom
6172p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6173p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6174p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6175p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6176p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6177p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6178p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6179b41 = Instance.new("BlockMesh", p41)
6180b41.Name = "Mesh"
6181b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6182p42 = Instance.new("Part", m8)
6183p42.BrickColor = BrickColor.new("Dark blue")
6184p42.Material = Enum.Material.Metal
6185p42.Name = "Block"
6186p42.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)
6187p42.CanCollide = false
6188p42.Locked = true
6189p42.FormFactor = Enum.FormFactor.Custom
6190p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6191p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6192p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6193p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6194p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6195p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6196p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6197b42 = Instance.new("BlockMesh", p42)
6198b42.Name = "Mesh"
6199b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6200p43 = Instance.new("Part", m8)
6201p43.BrickColor = BrickColor.new("Really black")
6202p43.Material = Enum.Material.Metal
6203p43.Name = "Block"
6204p43.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)
6205p43.CanCollide = false
6206p43.Locked = true
6207p43.FormFactor = Enum.FormFactor.Custom
6208p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6209p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6210p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6211p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6212p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6213p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6214p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6215b43 = Instance.new("BlockMesh", p43)
6216b43.Name = "Mesh"
6217b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6218p44 = Instance.new("Part", m8)
6219p44.BrickColor = BrickColor.new("Really blue")
6220p44.Material = Enum.Material.Marble
6221p44.Name = "Circle"
6222p44.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)
6223p44.CanCollide = false
6224p44.Locked = true
6225p44.FormFactor = Enum.FormFactor.Custom
6226p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6227p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6228p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6229p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6230p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6231p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6232p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6233b44 = Instance.new("CylinderMesh", p44)
6234b44.Name = "Mesh"
6235b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6236p45 = Instance.new("Part", m8)
6237p45.BrickColor = BrickColor.new("Really blue")
6238p45.Material = Enum.Material.Neon
6239p45.Reflectance = 0.40000000596046
6240p45.Name = "Block"
6241p45.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)
6242p45.CanCollide = false
6243p45.Locked = true
6244p45.FormFactor = Enum.FormFactor.Custom
6245p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6246p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6247p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6248p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6249p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6250p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6251p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6252b45 = Instance.new("BlockMesh", p45)
6253b45.Name = "Mesh"
6254b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6255p46 = Instance.new("Part", m8)
6256p46.BrickColor = BrickColor.new("Black")
6257p46.Material = Enum.Material.Metal
6258p46.Name = "Block"
6259p46.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)
6260p46.CanCollide = false
6261p46.Locked = true
6262p46.FormFactor = Enum.FormFactor.Custom
6263p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6264p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6265p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6266p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6267p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6268p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6269p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6270b46 = Instance.new("BlockMesh", p46)
6271b46.Name = "Mesh"
6272b46.Scale = Vector3.new(1, 0.401569068, 1)
6273p47 = Instance.new("Part", m8)
6274p47.BrickColor = BrickColor.new("Dark blue")
6275p47.Material = Enum.Material.Metal
6276p47.Name = "Block"
6277p47.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)
6278p47.CanCollide = false
6279p47.Locked = true
6280p47.FormFactor = Enum.FormFactor.Custom
6281p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6282p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6283p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6284p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6285p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6286p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6287p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6288b47 = Instance.new("BlockMesh", p47)
6289b47.Name = "Mesh"
6290b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6291p48 = Instance.new("Part", m8)
6292p48.BrickColor = BrickColor.new("Really blue")
6293p48.Material = Enum.Material.Metal
6294p48.Name = "Block"
6295p48.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)
6296p48.CanCollide = false
6297p48.Locked = true
6298p48.FormFactor = Enum.FormFactor.Custom
6299p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6300p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6301p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6302p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6303p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6304p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6305p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6306b48 = Instance.new("BlockMesh", p48)
6307b48.Name = "Mesh"
6308b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6309p49 = Instance.new("Part", m8)
6310p49.BrickColor = BrickColor.new("Really blue")
6311p49.Material = Enum.Material.Metal
6312p49.Name = "Block"
6313p49.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)
6314p49.CanCollide = false
6315p49.Locked = true
6316p49.FormFactor = Enum.FormFactor.Custom
6317p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6318p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6319p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6320p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6321p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6322p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6323p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6324b49 = Instance.new("BlockMesh", p49)
6325b49.Name = "Mesh"
6326b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6327p50 = Instance.new("Part", m8)
6328p50.BrickColor = BrickColor.new("Black")
6329p50.Material = Enum.Material.Metal
6330p50.Reflectance = 0.40000000596046
6331p50.Name = "Block"
6332p50.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)
6333p50.CanCollide = false
6334p50.Locked = true
6335p50.FormFactor = Enum.FormFactor.Custom
6336p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6337p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6338p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6339p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6340p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6341p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6342p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6343b50 = Instance.new("BlockMesh", p50)
6344b50.Name = "Mesh"
6345b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6346p51 = Instance.new("Part", m8)
6347p51.BrickColor = BrickColor.new("Really blue")
6348p51.Material = Enum.Material.Metal
6349p51.Name = "Block"
6350p51.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)
6351p51.CanCollide = false
6352p51.Locked = true
6353p51.FormFactor = Enum.FormFactor.Custom
6354p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6355p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6356p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6357p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6358p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6359p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6360p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6361b51 = Instance.new("BlockMesh", p51)
6362b51.Name = "Mesh"
6363b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6364p52 = Instance.new("Part", m8)
6365p52.BrickColor = BrickColor.new("Really blue")
6366p52.Material = Enum.Material.Metal
6367p52.Name = "Block"
6368p52.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)
6369p52.CanCollide = false
6370p52.Locked = true
6371p52.FormFactor = Enum.FormFactor.Custom
6372p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6373p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6374p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6375p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6376p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6377p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6378p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6379b52 = Instance.new("BlockMesh", p52)
6380b52.Name = "Mesh"
6381b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6382p53 = Instance.new("Part", m8)
6383p53.BrickColor = BrickColor.new("Really black")
6384p53.Material = Enum.Material.Metal
6385p53.Name = "Block"
6386p53.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)
6387p53.CanCollide = false
6388p53.Locked = true
6389p53.FormFactor = Enum.FormFactor.Custom
6390p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6391p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6392p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6393p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6394p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6395p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6396p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6397b53 = Instance.new("BlockMesh", p53)
6398b53.Name = "Mesh"
6399b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6400p54 = Instance.new("Part", m8)
6401p54.BrickColor = BrickColor.new("Really black")
6402p54.Material = Enum.Material.SmoothPlastic
6403p54.Reflectance = 0.0099999997764826
6404p54.Name = "Circle"
6405p54.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)
6406p54.CanCollide = false
6407p54.Locked = true
6408p54.FormFactor = Enum.FormFactor.Custom
6409p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6410p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6411p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6412p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6413p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6414p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6415p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6416b54 = Instance.new("CylinderMesh", p54)
6417b54.Name = "Mesh"
6418b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6419p55 = Instance.new("Part", m8)
6420p55.BrickColor = BrickColor.new("Really black")
6421p55.Material = Enum.Material.Metal
6422p55.Reflectance = 0.40000000596046
6423p55.Name = "Block"
6424p55.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)
6425p55.CanCollide = false
6426p55.Locked = true
6427p55.FormFactor = Enum.FormFactor.Custom
6428p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6429p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6430p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6431p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6432p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6433p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6434p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6435b55 = Instance.new("BlockMesh", p55)
6436b55.Name = "Mesh"
6437b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6438p56 = Instance.new("Part", m8)
6439p56.BrickColor = BrickColor.new("Black")
6440p56.Material = Enum.Material.Metal
6441p56.Reflectance = 0.40000000596046
6442p56.Name = "Block"
6443p56.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)
6444p56.CanCollide = false
6445p56.Locked = true
6446p56.FormFactor = Enum.FormFactor.Custom
6447p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6448p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6449p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6450p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6451p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6452p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6453p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6454b56 = Instance.new("BlockMesh", p56)
6455b56.Name = "Mesh"
6456b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6457p57 = Instance.new("Part", m8)
6458p57.BrickColor = BrickColor.new("Black")
6459p57.Material = Enum.Material.Metal
6460p57.Reflectance = 0.40000000596046
6461p57.Name = "Block"
6462p57.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)
6463p57.CanCollide = false
6464p57.Locked = true
6465p57.FormFactor = Enum.FormFactor.Custom
6466p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6467p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6468p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6469p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6470p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6471p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6472p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6473b57 = Instance.new("BlockMesh", p57)
6474b57.Name = "Mesh"
6475b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6476p58 = Instance.new("Part", m8)
6477p58.BrickColor = BrickColor.new("Really blue")
6478p58.Material = Enum.Material.Marble
6479p58.Name = "Block"
6480p58.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)
6481p58.CanCollide = false
6482p58.Locked = true
6483p58.FormFactor = Enum.FormFactor.Custom
6484p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6485p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6486p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6487p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6488p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6489p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6490p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6491b58 = Instance.new("BlockMesh", p58)
6492b58.Name = "Mesh"
6493b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6494p59 = Instance.new("Part", m8)
6495p59.BrickColor = BrickColor.new("Really blue")
6496p59.Material = Enum.Material.Metal
6497p59.Name = "Block"
6498p59.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)
6499p59.CanCollide = false
6500p59.Locked = true
6501p59.FormFactor = Enum.FormFactor.Custom
6502p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6503p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6504p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6505p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6506p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6507p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6508p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6509b59 = Instance.new("BlockMesh", p59)
6510b59.Name = "Mesh"
6511b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6512p60 = Instance.new("Part", m8)
6513p60.BrickColor = BrickColor.new("Really blue")
6514p60.Material = Enum.Material.Marble
6515p60.Name = "Circle"
6516p60.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)
6517p60.CanCollide = false
6518p60.Locked = true
6519p60.FormFactor = Enum.FormFactor.Custom
6520p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6521p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6522p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6523p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6524p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6525p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6526p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6527b60 = Instance.new("CylinderMesh", p60)
6528b60.Name = "Mesh"
6529b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6530p61 = Instance.new("Part", m8)
6531p61.BrickColor = BrickColor.new("Black")
6532p61.Material = Enum.Material.Metal
6533p61.Name = "Circle"
6534p61.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)
6535p61.CanCollide = false
6536p61.Locked = true
6537p61.FormFactor = Enum.FormFactor.Custom
6538p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6539p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6540p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6541p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6542p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6543p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6544p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6545b61 = Instance.new("CylinderMesh", p61)
6546b61.Name = "Mesh"
6547b61.Scale = Vector3.new(1, 0.401569068, 1)
6548p62 = Instance.new("Part", m8)
6549p62.BrickColor = BrickColor.new("Really blue")
6550p62.Material = Enum.Material.Metal
6551p62.Name = "Block"
6552p62.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)
6553p62.CanCollide = false
6554p62.Locked = true
6555p62.FormFactor = Enum.FormFactor.Custom
6556p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6557p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6558p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6559p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6560p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6561p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6562p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6563b62 = Instance.new("BlockMesh", p62)
6564b62.Name = "Mesh"
6565b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6566p63 = Instance.new("Part", m8)
6567p63.BrickColor = BrickColor.new("Really blue")
6568p63.Material = Enum.Material.Metal
6569p63.Name = "Block"
6570p63.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)
6571p63.CanCollide = false
6572p63.Locked = true
6573p63.FormFactor = Enum.FormFactor.Custom
6574p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6575p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6576p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6577p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6578p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6579p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6580p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6581b63 = Instance.new("BlockMesh", p63)
6582b63.Name = "Mesh"
6583b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6584p64 = Instance.new("Part", m8)
6585p64.BrickColor = BrickColor.new("Really black")
6586p64.Material = Enum.Material.SmoothPlastic
6587p64.Reflectance = 0.0099999997764826
6588p64.Name = "Block"
6589p64.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)
6590p64.CanCollide = false
6591p64.Locked = true
6592p64.FormFactor = Enum.FormFactor.Custom
6593p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6594p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6595p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6596p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6597p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6598p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6599p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6600b64 = Instance.new("BlockMesh", p64)
6601b64.Name = "Mesh"
6602b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6603p65 = Instance.new("Part", m8)
6604p65.BrickColor = BrickColor.new("Really blue")
6605p65.Material = Enum.Material.Metal
6606p65.Name = "Block"
6607p65.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)
6608p65.CanCollide = false
6609p65.Locked = true
6610p65.FormFactor = Enum.FormFactor.Custom
6611p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6612p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6613p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6614p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6615p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6616p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6617p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6618b65 = Instance.new("BlockMesh", p65)
6619b65.Name = "Mesh"
6620b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6621p66 = Instance.new("Part", m8)
6622p66.BrickColor = BrickColor.new("Really black")
6623p66.Material = Enum.Material.Metal
6624p66.Reflectance = 0.40000000596046
6625p66.Name = "Block"
6626p66.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)
6627p66.CanCollide = false
6628p66.Locked = true
6629p66.FormFactor = Enum.FormFactor.Custom
6630p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6631p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6632p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6633p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6634p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6635p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6636p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6637b66 = Instance.new("BlockMesh", p66)
6638b66.Name = "Mesh"
6639b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6640p67 = Instance.new("Part", m8)
6641p67.BrickColor = BrickColor.new("Really blue")
6642p67.Material = Enum.Material.Metal
6643p67.Name = "Block"
6644p67.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)
6645p67.CanCollide = false
6646p67.Locked = true
6647p67.FormFactor = Enum.FormFactor.Custom
6648p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6649p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6650p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6651p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6652p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6653p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6654p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6655b67 = Instance.new("BlockMesh", p67)
6656b67.Name = "Mesh"
6657b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6658p68 = Instance.new("Part", m8)
6659p68.BrickColor = BrickColor.new("Black")
6660p68.Material = Enum.Material.Metal
6661p68.Reflectance = 0.40000000596046
6662p68.Name = "Block"
6663p68.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)
6664p68.CanCollide = false
6665p68.Locked = true
6666p68.FormFactor = Enum.FormFactor.Custom
6667p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6668p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6669p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6670p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6671p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6672p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6673p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6674b68 = Instance.new("BlockMesh", p68)
6675b68.Name = "Mesh"
6676b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6677p69 = Instance.new("Part", m8)
6678p69.BrickColor = BrickColor.new("Dark blue")
6679p69.Material = Enum.Material.Metal
6680p69.Name = "Block"
6681p69.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)
6682p69.CanCollide = false
6683p69.Locked = true
6684p69.FormFactor = Enum.FormFactor.Custom
6685p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6686p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6687p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6688p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6689p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6690p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6691p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6692b69 = Instance.new("BlockMesh", p69)
6693b69.Name = "Mesh"
6694b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6695p70 = Instance.new("Part", m8)
6696p70.BrickColor = BrickColor.new("Really blue")
6697p70.Material = Enum.Material.Marble
6698p70.Name = "Circle"
6699p70.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)
6700p70.CanCollide = false
6701p70.Locked = true
6702p70.FormFactor = Enum.FormFactor.Custom
6703p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6704p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6705p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6706p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6707p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6708p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6709p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6710b70 = Instance.new("CylinderMesh", p70)
6711b70.Name = "Mesh"
6712b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6713p71 = Instance.new("WedgePart", m8)
6714p71.BrickColor = BrickColor.new("Really blue")
6715p71.Material = Enum.Material.Neon
6716p71.Reflectance = 0.40000000596046
6717p71.Name = "Wedge"
6718p71.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)
6719p71.CanCollide = false
6720p71.Locked = true
6721p71.FormFactor = Enum.FormFactor.Custom
6722p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6723p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6724p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6725p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6726p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6727p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6728p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6729b71 = Instance.new("SpecialMesh", p71)
6730b71.MeshType = Enum.MeshType.Wedge
6731b71.Name = "Mesh"
6732b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6733p72 = Instance.new("WedgePart", m8)
6734p72.BrickColor = BrickColor.new("Really blue")
6735p72.Material = Enum.Material.Neon
6736p72.Reflectance = 0.40000000596046
6737p72.Name = "Wedge"
6738p72.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)
6739p72.CanCollide = false
6740p72.Locked = true
6741p72.FormFactor = Enum.FormFactor.Custom
6742p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6743p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6744p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6745p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6746p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6747p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6748p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6749b72 = Instance.new("SpecialMesh", p72)
6750b72.MeshType = Enum.MeshType.Wedge
6751b72.Name = "Mesh"
6752b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6753p73 = Instance.new("WedgePart", m8)
6754p73.BrickColor = BrickColor.new("Really blue")
6755p73.Material = Enum.Material.Neon
6756p73.Reflectance = 0.40000000596046
6757p73.Name = "Wedge"
6758p73.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)
6759p73.CanCollide = false
6760p73.Locked = true
6761p73.FormFactor = Enum.FormFactor.Custom
6762p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6763p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6764p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6765p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6766p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6767p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6768p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6769b73 = Instance.new("SpecialMesh", p73)
6770b73.MeshType = Enum.MeshType.Wedge
6771b73.Name = "Mesh"
6772b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6773p74 = Instance.new("WedgePart", m8)
6774p74.BrickColor = BrickColor.new("Really blue")
6775p74.Material = Enum.Material.Neon
6776p74.Reflectance = 0.40000000596046
6777p74.Name = "Wedge"
6778p74.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)
6779p74.CanCollide = false
6780p74.Locked = true
6781p74.FormFactor = Enum.FormFactor.Custom
6782p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6783p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6784p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6785p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6786p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6787p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6788p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6789b74 = Instance.new("SpecialMesh", p74)
6790b74.MeshType = Enum.MeshType.Wedge
6791b74.Name = "Mesh"
6792b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6793p75 = Instance.new("WedgePart", m8)
6794p75.BrickColor = BrickColor.new("Really blue")
6795p75.Material = Enum.Material.Neon
6796p75.Reflectance = 0.40000000596046
6797p75.Name = "Wedge"
6798p75.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)
6799p75.CanCollide = false
6800p75.Locked = true
6801p75.FormFactor = Enum.FormFactor.Custom
6802p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6803p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6804p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6805p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6806p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6807p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6808p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6809b75 = Instance.new("SpecialMesh", p75)
6810b75.MeshType = Enum.MeshType.Wedge
6811b75.Name = "Mesh"
6812b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6813p76 = Instance.new("WedgePart", m8)
6814p76.BrickColor = BrickColor.new("Really blue")
6815p76.Material = Enum.Material.Neon
6816p76.Reflectance = 0.40000000596046
6817p76.Name = "Wedge"
6818p76.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)
6819p76.CanCollide = false
6820p76.Locked = true
6821p76.FormFactor = Enum.FormFactor.Custom
6822p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6823p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6824p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6825p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6826p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6827p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6828p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6829b76 = Instance.new("SpecialMesh", p76)
6830b76.MeshType = Enum.MeshType.Wedge
6831b76.Name = "Mesh"
6832b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6833p77 = Instance.new("WedgePart", m8)
6834p77.BrickColor = BrickColor.new("Really blue")
6835p77.Material = Enum.Material.Neon
6836p77.Reflectance = 0.40000000596046
6837p77.Name = "Wedge"
6838p77.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)
6839p77.CanCollide = false
6840p77.Locked = true
6841p77.FormFactor = Enum.FormFactor.Custom
6842p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6843p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6844p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6845p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6846p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6847p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6848p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6849b77 = Instance.new("SpecialMesh", p77)
6850b77.MeshType = Enum.MeshType.Wedge
6851b77.Name = "Mesh"
6852b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6853p78 = Instance.new("WedgePart", m8)
6854p78.BrickColor = BrickColor.new("Really blue")
6855p78.Material = Enum.Material.Neon
6856p78.Reflectance = 0.40000000596046
6857p78.Name = "Wedge"
6858p78.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)
6859p78.CanCollide = false
6860p78.Locked = true
6861p78.FormFactor = Enum.FormFactor.Custom
6862p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6863p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6864p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6865p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6866p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6867p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6868p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6869b78 = Instance.new("SpecialMesh", p78)
6870b78.MeshType = Enum.MeshType.Wedge
6871b78.Name = "Mesh"
6872b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6873p79 = Instance.new("WedgePart", m8)
6874p79.BrickColor = BrickColor.new("Really blue")
6875p79.Material = Enum.Material.Neon
6876p79.Reflectance = 0.40000000596046
6877p79.Name = "Wedge"
6878p79.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)
6879p79.CanCollide = false
6880p79.Locked = true
6881p79.FormFactor = Enum.FormFactor.Custom
6882p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6883p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6884p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6885p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6886p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6887p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6888p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6889b79 = Instance.new("SpecialMesh", p79)
6890b79.MeshType = Enum.MeshType.Wedge
6891b79.Name = "Mesh"
6892b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6893p80 = Instance.new("WedgePart", m8)
6894p80.BrickColor = BrickColor.new("Black")
6895p80.Material = Enum.Material.Metal
6896p80.Reflectance = 0.40000000596046
6897p80.Name = "Wedge"
6898p80.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)
6899p80.CanCollide = false
6900p80.Locked = true
6901p80.FormFactor = Enum.FormFactor.Custom
6902p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6903p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6904p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6905p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6906p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6907p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6908p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6909b80 = Instance.new("SpecialMesh", p80)
6910b80.MeshType = Enum.MeshType.Wedge
6911b80.Name = "Mesh"
6912b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6913p81 = Instance.new("WedgePart", m8)
6914p81.BrickColor = BrickColor.new("Really blue")
6915p81.Material = Enum.Material.Neon
6916p81.Reflectance = 0.40000000596046
6917p81.Name = "Wedge"
6918p81.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)
6919p81.CanCollide = false
6920p81.Locked = true
6921p81.FormFactor = Enum.FormFactor.Custom
6922p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6923p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6924p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6925p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6926p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6927p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6928p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6929b81 = Instance.new("SpecialMesh", p81)
6930b81.MeshType = Enum.MeshType.Wedge
6931b81.Name = "Mesh"
6932b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6933p82 = Instance.new("WedgePart", m8)
6934p82.BrickColor = BrickColor.new("Really black")
6935p82.Material = Enum.Material.Metal
6936p82.Reflectance = 0.40000000596046
6937p82.Name = "Wedge"
6938p82.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)
6939p82.CanCollide = false
6940p82.Locked = true
6941p82.FormFactor = Enum.FormFactor.Custom
6942p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6943p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6944p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6945p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6946p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6947p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6948p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6949b82 = Instance.new("SpecialMesh", p82)
6950b82.MeshType = Enum.MeshType.Wedge
6951b82.Name = "Mesh"
6952b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6953p83 = Instance.new("WedgePart", m8)
6954p83.BrickColor = BrickColor.new("Really black")
6955p83.Material = Enum.Material.Metal
6956p83.Reflectance = 0.40000000596046
6957p83.Name = "Wedge"
6958p83.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)
6959p83.CanCollide = false
6960p83.Locked = true
6961p83.FormFactor = Enum.FormFactor.Custom
6962p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6963p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6964p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6965p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6966p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6967p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6968p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6969b83 = Instance.new("SpecialMesh", p83)
6970b83.MeshType = Enum.MeshType.Wedge
6971b83.Name = "Mesh"
6972b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6973p84 = Instance.new("WedgePart", m8)
6974p84.BrickColor = BrickColor.new("Really blue")
6975p84.Material = Enum.Material.Neon
6976p84.Reflectance = 0.40000000596046
6977p84.Name = "Wedge"
6978p84.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)
6979p84.CanCollide = false
6980p84.Locked = true
6981p84.FormFactor = Enum.FormFactor.Custom
6982p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6983p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6984p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6985p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6986p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6987p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6988p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6989b84 = Instance.new("SpecialMesh", p84)
6990b84.MeshType = Enum.MeshType.Wedge
6991b84.Name = "Mesh"
6992b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6993p85 = Instance.new("WedgePart", m8)
6994p85.BrickColor = BrickColor.new("Black")
6995p85.Material = Enum.Material.Metal
6996p85.Reflectance = 0.40000000596046
6997p85.Name = "Wedge"
6998p85.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)
6999p85.CanCollide = false
7000p85.Locked = true
7001p85.FormFactor = Enum.FormFactor.Custom
7002p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
7003p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7004p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7005p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7006p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7007p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7008p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7009b85 = Instance.new("SpecialMesh", p85)
7010b85.MeshType = Enum.MeshType.Wedge
7011b85.Name = "Mesh"
7012b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
7013p86 = Instance.new("WedgePart", m8)
7014p86.BrickColor = BrickColor.new("Really blue")
7015p86.Material = Enum.Material.Neon
7016p86.Reflectance = 0.40000000596046
7017p86.Name = "Wedge"
7018p86.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)
7019p86.CanCollide = false
7020p86.Locked = true
7021p86.FormFactor = Enum.FormFactor.Custom
7022p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7023p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7024p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7025p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7026p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7027p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7028p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7029b86 = Instance.new("SpecialMesh", p86)
7030b86.MeshType = Enum.MeshType.Wedge
7031b86.Name = "Mesh"
7032b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
7033p87 = Instance.new("WedgePart", m8)
7034p87.BrickColor = BrickColor.new("Really blue")
7035p87.Material = Enum.Material.Neon
7036p87.Reflectance = 0.40000000596046
7037p87.Name = "Wedge"
7038p87.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)
7039p87.CanCollide = false
7040p87.Locked = true
7041p87.FormFactor = Enum.FormFactor.Custom
7042p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7043p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7044p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7045p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7046p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7047p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7048p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7049b87 = Instance.new("SpecialMesh", p87)
7050b87.MeshType = Enum.MeshType.Wedge
7051b87.Name = "Mesh"
7052b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
7053p88 = Instance.new("WedgePart", m8)
7054p88.BrickColor = BrickColor.new("Really blue")
7055p88.Material = Enum.Material.Neon
7056p88.Reflectance = 0.40000000596046
7057p88.Name = "Wedge"
7058p88.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)
7059p88.CanCollide = false
7060p88.Locked = true
7061p88.FormFactor = Enum.FormFactor.Custom
7062p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7063p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7064p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7065p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7066p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7067p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7068p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7069b88 = Instance.new("SpecialMesh", p88)
7070b88.MeshType = Enum.MeshType.Wedge
7071b88.Name = "Mesh"
7072b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7073p89 = Instance.new("WedgePart", m8)
7074p89.BrickColor = BrickColor.new("Really blue")
7075p89.Material = Enum.Material.Neon
7076p89.Reflectance = 0.40000000596046
7077p89.Name = "Wedge"
7078p89.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)
7079p89.CanCollide = false
7080p89.Locked = true
7081p89.FormFactor = Enum.FormFactor.Custom
7082p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7083p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7084p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7085p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7086p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7087p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7088p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7089b89 = Instance.new("SpecialMesh", p89)
7090b89.MeshType = Enum.MeshType.Wedge
7091b89.Name = "Mesh"
7092b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7093p90 = Instance.new("WedgePart", m8)
7094p90.BrickColor = BrickColor.new("Really blue")
7095p90.Material = Enum.Material.Neon
7096p90.Reflectance = 0.40000000596046
7097p90.Name = "Wedge"
7098p90.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)
7099p90.CanCollide = false
7100p90.Locked = true
7101p90.FormFactor = Enum.FormFactor.Custom
7102p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7103p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7104p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7105p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7106p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7107p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7108p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7109b90 = Instance.new("SpecialMesh", p90)
7110b90.MeshType = Enum.MeshType.Wedge
7111b90.Name = "Mesh"
7112b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7113p91 = Instance.new("WedgePart", m8)
7114p91.BrickColor = BrickColor.new("Really black")
7115p91.Material = Enum.Material.Metal
7116p91.Reflectance = 0.40000000596046
7117p91.Name = "Wedge"
7118p91.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)
7119p91.CanCollide = false
7120p91.Locked = true
7121p91.FormFactor = Enum.FormFactor.Custom
7122p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7123p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7124p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7125p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7126p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7127p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7128p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7129b91 = Instance.new("SpecialMesh", p91)
7130b91.MeshType = Enum.MeshType.Wedge
7131b91.Name = "Mesh"
7132b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7133p92 = Instance.new("WedgePart", m8)
7134p92.BrickColor = BrickColor.new("Really blue")
7135p92.Material = Enum.Material.Neon
7136p92.Reflectance = 0.40000000596046
7137p92.Name = "Wedge"
7138p92.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)
7139p92.CanCollide = false
7140p92.Locked = true
7141p92.FormFactor = Enum.FormFactor.Custom
7142p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7143p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7144p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7145p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7146p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7147p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7148p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7149b92 = Instance.new("SpecialMesh", p92)
7150b92.MeshType = Enum.MeshType.Wedge
7151b92.Name = "Mesh"
7152b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7153p93 = Instance.new("WedgePart", m8)
7154p93.BrickColor = BrickColor.new("Really blue")
7155p93.Material = Enum.Material.Neon
7156p93.Reflectance = 0.40000000596046
7157p93.Name = "Wedge"
7158p93.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)
7159p93.CanCollide = false
7160p93.Locked = true
7161p93.FormFactor = Enum.FormFactor.Custom
7162p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7163p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7164p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7165p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7166p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7167p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7168p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7169b93 = Instance.new("SpecialMesh", p93)
7170b93.MeshType = Enum.MeshType.Wedge
7171b93.Name = "Mesh"
7172b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7173p94 = Instance.new("WedgePart", m8)
7174p94.BrickColor = BrickColor.new("Really blue")
7175p94.Material = Enum.Material.Neon
7176p94.Reflectance = 0.40000000596046
7177p94.Name = "Wedge"
7178p94.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)
7179p94.CanCollide = false
7180p94.Locked = true
7181p94.FormFactor = Enum.FormFactor.Custom
7182p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7183p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7184p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7185p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7186p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7187p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7188p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7189b94 = Instance.new("SpecialMesh", p94)
7190b94.MeshType = Enum.MeshType.Wedge
7191b94.Name = "Mesh"
7192b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7193p95 = Instance.new("WedgePart", m8)
7194p95.BrickColor = BrickColor.new("Black")
7195p95.Material = Enum.Material.Metal
7196p95.Reflectance = 0.40000000596046
7197p95.Name = "Wedge"
7198p95.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)
7199p95.CanCollide = false
7200p95.Locked = true
7201p95.FormFactor = Enum.FormFactor.Custom
7202p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7203p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7204p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7205p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7206p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7207p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7208p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7209b95 = Instance.new("SpecialMesh", p95)
7210b95.MeshType = Enum.MeshType.Wedge
7211b95.Name = "Mesh"
7212b95.Scale = Vector3.new(0.261019886, 1, 1)
7213p96 = Instance.new("WedgePart", m8)
7214p96.BrickColor = BrickColor.new("Really blue")
7215p96.Material = Enum.Material.Neon
7216p96.Reflectance = 0.40000000596046
7217p96.Name = "Wedge"
7218p96.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)
7219p96.CanCollide = false
7220p96.Locked = true
7221p96.FormFactor = Enum.FormFactor.Custom
7222p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7223p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7224p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7225p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7226p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7227p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7228p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7229b96 = Instance.new("SpecialMesh", p96)
7230b96.MeshType = Enum.MeshType.Wedge
7231b96.Name = "Mesh"
7232b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7233p97 = Instance.new("WedgePart", m8)
7234p97.BrickColor = BrickColor.new("Really blue")
7235p97.Material = Enum.Material.Neon
7236p97.Reflectance = 0.40000000596046
7237p97.Name = "Wedge"
7238p97.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)
7239p97.CanCollide = false
7240p97.Locked = true
7241p97.FormFactor = Enum.FormFactor.Custom
7242p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7243p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7244p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7245p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7246p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7247p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7248p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7249b97 = Instance.new("SpecialMesh", p97)
7250b97.MeshType = Enum.MeshType.Wedge
7251b97.Name = "Mesh"
7252b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7253p98 = Instance.new("WedgePart", m8)
7254p98.BrickColor = BrickColor.new("Really blue")
7255p98.Material = Enum.Material.Neon
7256p98.Reflectance = 0.40000000596046
7257p98.Name = "Wedge"
7258p98.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)
7259p98.CanCollide = false
7260p98.Locked = true
7261p98.FormFactor = Enum.FormFactor.Custom
7262p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7263p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7264p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7265p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7266p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7267p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7268p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7269b98 = Instance.new("SpecialMesh", p98)
7270b98.MeshType = Enum.MeshType.Wedge
7271b98.Name = "Mesh"
7272b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7273p99 = Instance.new("WedgePart", m8)
7274p99.BrickColor = BrickColor.new("Really blue")
7275p99.Material = Enum.Material.Neon
7276p99.Reflectance = 0.40000000596046
7277p99.Name = "Wedge"
7278p99.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)
7279p99.CanCollide = false
7280p99.Locked = true
7281p99.FormFactor = Enum.FormFactor.Custom
7282p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7283p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7284p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7285p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7286p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7287p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7288p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7289b99 = Instance.new("SpecialMesh", p99)
7290b99.MeshType = Enum.MeshType.Wedge
7291b99.Name = "Mesh"
7292b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7293p100 = Instance.new("WedgePart", m8)
7294p100.BrickColor = BrickColor.new("Really blue")
7295p100.Material = Enum.Material.Neon
7296p100.Reflectance = 0.40000000596046
7297p100.Name = "Wedge"
7298p100.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)
7299p100.CanCollide = false
7300p100.Locked = true
7301p100.FormFactor = Enum.FormFactor.Custom
7302p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7303p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7304p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7305p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7306p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7307p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7308p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7309b100 = Instance.new("SpecialMesh", p100)
7310b100.MeshType = Enum.MeshType.Wedge
7311b100.Name = "Mesh"
7312b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7313p101 = Instance.new("WedgePart", m8)
7314p101.BrickColor = BrickColor.new("Really blue")
7315p101.Material = Enum.Material.Neon
7316p101.Reflectance = 0.40000000596046
7317p101.Name = "Wedge"
7318p101.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)
7319p101.CanCollide = false
7320p101.Locked = true
7321p101.FormFactor = Enum.FormFactor.Custom
7322p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7323p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7324p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7325p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7326p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7327p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7328p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7329b101 = Instance.new("SpecialMesh", p101)
7330b101.MeshType = Enum.MeshType.Wedge
7331b101.Name = "Mesh"
7332b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7333p102 = Instance.new("WedgePart", m8)
7334p102.BrickColor = BrickColor.new("Really blue")
7335p102.Material = Enum.Material.Neon
7336p102.Reflectance = 0.40000000596046
7337p102.Name = "Wedge"
7338p102.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)
7339p102.CanCollide = false
7340p102.Locked = true
7341p102.FormFactor = Enum.FormFactor.Custom
7342p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7343p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7344p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7345p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7346p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7347p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7348p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7349b102 = Instance.new("SpecialMesh", p102)
7350b102.MeshType = Enum.MeshType.Wedge
7351b102.Name = "Mesh"
7352b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7353p103 = Instance.new("WedgePart", m8)
7354p103.BrickColor = BrickColor.new("Really blue")
7355p103.Material = Enum.Material.Neon
7356p103.Reflectance = 0.40000000596046
7357p103.Name = "Wedge"
7358p103.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)
7359p103.CanCollide = false
7360p103.Locked = true
7361p103.FormFactor = Enum.FormFactor.Custom
7362p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7363p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7364p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7365p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7366p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7367p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7368p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7369b103 = Instance.new("SpecialMesh", p103)
7370b103.MeshType = Enum.MeshType.Wedge
7371b103.Name = "Mesh"
7372b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7373p104 = Instance.new("WedgePart", m8)
7374p104.BrickColor = BrickColor.new("Really blue")
7375p104.Material = Enum.Material.Neon
7376p104.Reflectance = 0.40000000596046
7377p104.Name = "Wedge"
7378p104.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)
7379p104.CanCollide = false
7380p104.Locked = true
7381p104.FormFactor = Enum.FormFactor.Custom
7382p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7383p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7384p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7385p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7386p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7387p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7388p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7389b104 = Instance.new("SpecialMesh", p104)
7390b104.MeshType = Enum.MeshType.Wedge
7391b104.Name = "Mesh"
7392b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7393p105 = Instance.new("WedgePart", m8)
7394p105.BrickColor = BrickColor.new("Really black")
7395p105.Material = Enum.Material.Metal
7396p105.Reflectance = 0.40000000596046
7397p105.Name = "Wedge"
7398p105.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)
7399p105.CanCollide = false
7400p105.Locked = true
7401p105.FormFactor = Enum.FormFactor.Custom
7402p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7403p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7404p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7405p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7406p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7407p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7408p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7409b105 = Instance.new("SpecialMesh", p105)
7410b105.MeshType = Enum.MeshType.Wedge
7411b105.Name = "Mesh"
7412b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7413p106 = Instance.new("WedgePart", m8)
7414p106.BrickColor = BrickColor.new("Really blue")
7415p106.Material = Enum.Material.Neon
7416p106.Reflectance = 0.40000000596046
7417p106.Name = "Wedge"
7418p106.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)
7419p106.CanCollide = false
7420p106.Locked = true
7421p106.FormFactor = Enum.FormFactor.Custom
7422p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7423p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7424p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7425p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7426p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7427p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7428p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7429b106 = Instance.new("SpecialMesh", p106)
7430b106.MeshType = Enum.MeshType.Wedge
7431b106.Name = "Mesh"
7432b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7433p107 = Instance.new("WedgePart", m8)
7434p107.BrickColor = BrickColor.new("Really blue")
7435p107.Material = Enum.Material.Neon
7436p107.Reflectance = 0.40000000596046
7437p107.Name = "Wedge"
7438p107.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)
7439p107.CanCollide = false
7440p107.Locked = true
7441p107.FormFactor = Enum.FormFactor.Custom
7442p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7443p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7444p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7445p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7446p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7447p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7448p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7449b107 = Instance.new("SpecialMesh", p107)
7450b107.MeshType = Enum.MeshType.Wedge
7451b107.Name = "Mesh"
7452b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7453p108 = Instance.new("WedgePart", m8)
7454p108.BrickColor = BrickColor.new("Black")
7455p108.Material = Enum.Material.Metal
7456p108.Reflectance = 0.40000000596046
7457p108.Name = "Wedge"
7458p108.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)
7459p108.CanCollide = false
7460p108.Locked = true
7461p108.FormFactor = Enum.FormFactor.Custom
7462p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7463p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7464p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7465p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7466p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7467p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7468p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7469b108 = Instance.new("SpecialMesh", p108)
7470b108.MeshType = Enum.MeshType.Wedge
7471b108.Name = "Mesh"
7472b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7473p109 = Instance.new("WedgePart", m8)
7474p109.BrickColor = BrickColor.new("Really blue")
7475p109.Material = Enum.Material.Neon
7476p109.Reflectance = 0.40000000596046
7477p109.Name = "Wedge"
7478p109.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)
7479p109.CanCollide = false
7480p109.Locked = true
7481p109.FormFactor = Enum.FormFactor.Custom
7482p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7483p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7484p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7485p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7486p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7487p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7488p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7489b109 = Instance.new("SpecialMesh", p109)
7490b109.MeshType = Enum.MeshType.Wedge
7491b109.Name = "Mesh"
7492b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7493p110 = Instance.new("WedgePart", m8)
7494p110.BrickColor = BrickColor.new("Really blue")
7495p110.Material = Enum.Material.Neon
7496p110.Reflectance = 0.40000000596046
7497p110.Name = "Wedge"
7498p110.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)
7499p110.CanCollide = false
7500p110.Locked = true
7501p110.FormFactor = Enum.FormFactor.Custom
7502p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7503p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7504p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7505p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7506p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7507p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7508p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7509b110 = Instance.new("SpecialMesh", p110)
7510b110.MeshType = Enum.MeshType.Wedge
7511b110.Name = "Mesh"
7512b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7513p111 = Instance.new("Part", m8)
7514p111.BrickColor = BrickColor.new("Really black")
7515p111.Material = Enum.Material.Metal
7516p111.Transparency = 1
7517p111.Name = "Hitbox"
7518p111.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)
7519p111.CanCollide = false
7520p111.Locked = true
7521p111.FormFactor = Enum.FormFactor.Custom
7522p111.Size = Vector3.new(0.22, 2.57, 1.22)
7523p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7524p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7525p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7526p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7527p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7528p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7529b111 = Instance.new("BlockMesh", p111)
7530b111.Name = "Mesh"
7531w1 = Instance.new("Weld", p1)
7532w1.Name = "Block_Weld"
7533w1.Part0 = p1
7534w1.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)
7535w1.Part1 = p2
7536w1.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)
7537w2 = Instance.new("Weld", p2)
7538w2.Name = "Block_Weld"
7539w2.Part0 = p2
7540w2.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)
7541w2.Part1 = p3
7542w2.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)
7543w3 = Instance.new("Weld", p3)
7544w3.Name = "Block_Weld"
7545w3.Part0 = p3
7546w3.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)
7547w3.Part1 = p4
7548w3.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)
7549w4 = Instance.new("Weld", p4)
7550w4.Name = "Block_Weld"
7551w4.Part0 = p4
7552w4.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)
7553w4.Part1 = p5
7554w4.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)
7555w5 = Instance.new("Weld", p5)
7556w5.Name = "Block_Weld"
7557w5.Part0 = p5
7558w5.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)
7559w5.Part1 = p6
7560w5.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)
7561w6 = Instance.new("Weld", p6)
7562w6.Name = "Block_Weld"
7563w6.Part0 = p6
7564w6.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)
7565w6.Part1 = p7
7566w6.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)
7567w7 = Instance.new("Weld", p7)
7568w7.Name = "Block_Weld"
7569w7.Part0 = p7
7570w7.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)
7571w7.Part1 = p8
7572w7.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)
7573w8 = Instance.new("Weld", p8)
7574w8.Name = "Block_Weld"
7575w8.Part0 = p8
7576w8.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)
7577w8.Part1 = p9
7578w8.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)
7579w9 = Instance.new("Weld", p9)
7580w9.Name = "Block_Weld"
7581w9.Part0 = p9
7582w9.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)
7583w9.Part1 = p10
7584w9.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)
7585w10 = Instance.new("Weld", p10)
7586w10.Name = "Circle_Weld"
7587w10.Part0 = p10
7588w10.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)
7589w10.Part1 = p11
7590w10.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)
7591w11 = Instance.new("Weld", p11)
7592w11.Name = "Block_Weld"
7593w11.Part0 = p11
7594w11.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)
7595w11.Part1 = p12
7596w11.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)
7597w12 = Instance.new("Weld", p12)
7598w12.Name = "Block_Weld"
7599w12.Part0 = p12
7600w12.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)
7601w12.Part1 = p13
7602w12.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)
7603w13 = Instance.new("Weld", p13)
7604w13.Name = "Block_Weld"
7605w13.Part0 = p13
7606w13.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)
7607w13.Part1 = p14
7608w13.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)
7609w14 = Instance.new("Weld", p14)
7610w14.Name = "Block_Weld"
7611w14.Part0 = p14
7612w14.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)
7613w14.Part1 = p15
7614w14.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)
7615w15 = Instance.new("Weld", p15)
7616w15.Name = "Handle_Weld"
7617w15.Part0 = p15
7618w15.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)
7619w15.Part1 = p16
7620w15.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)
7621w16 = Instance.new("Weld", p16)
7622w16.Name = "Block_Weld"
7623w16.Part0 = p16
7624w16.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)
7625w16.Part1 = p17
7626w16.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)
7627w17 = Instance.new("Weld", p17)
7628w17.Name = "Block_Weld"
7629w17.Part0 = p17
7630w17.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)
7631w17.Part1 = p18
7632w17.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)
7633w18 = Instance.new("Weld", p18)
7634w18.Name = "Block_Weld"
7635w18.Part0 = p18
7636w18.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)
7637w18.Part1 = p19
7638w18.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)
7639w19 = Instance.new("Weld", p19)
7640w19.Name = "Block_Weld"
7641w19.Part0 = p19
7642w19.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)
7643w19.Part1 = p20
7644w19.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)
7645w20 = Instance.new("Weld", p20)
7646w20.Name = "Block_Weld"
7647w20.Part0 = p20
7648w20.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)
7649w20.Part1 = p21
7650w20.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)
7651w21 = Instance.new("Weld", p21)
7652w21.Name = "Block_Weld"
7653w21.Part0 = p21
7654w21.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)
7655w21.Part1 = p22
7656w21.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)
7657w22 = Instance.new("Weld", p22)
7658w22.Name = "Block_Weld"
7659w22.Part0 = p22
7660w22.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)
7661w22.Part1 = p23
7662w22.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)
7663w23 = Instance.new("Weld", p23)
7664w23.Name = "Block_Weld"
7665w23.Part0 = p23
7666w23.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)
7667w23.Part1 = p24
7668w23.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)
7669w24 = Instance.new("Weld", p24)
7670w24.Name = "Block_Weld"
7671w24.Part0 = p24
7672w24.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)
7673w24.Part1 = p25
7674w24.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)
7675w25 = Instance.new("Weld", p25)
7676w25.Name = "Block_Weld"
7677w25.Part0 = p25
7678w25.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)
7679w25.Part1 = p26
7680w25.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)
7681w26 = Instance.new("Weld", p26)
7682w26.Name = "Block_Weld"
7683w26.Part0 = p26
7684w26.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)
7685w26.Part1 = p27
7686w26.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)
7687w27 = Instance.new("Weld", p27)
7688w27.Name = "Circle_Weld"
7689w27.Part0 = p27
7690w27.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)
7691w27.Part1 = p28
7692w27.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)
7693w28 = Instance.new("Weld", p28)
7694w28.Name = "Block_Weld"
7695w28.Part0 = p28
7696w28.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)
7697w28.Part1 = p29
7698w28.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)
7699w29 = Instance.new("Weld", p29)
7700w29.Name = "Block_Weld"
7701w29.Part0 = p29
7702w29.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)
7703w29.Part1 = p30
7704w29.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)
7705w30 = Instance.new("Weld", p30)
7706w30.Name = "Block_Weld"
7707w30.Part0 = p30
7708w30.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)
7709w30.Part1 = p31
7710w30.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)
7711w31 = Instance.new("Weld", p31)
7712w31.Name = "Block_Weld"
7713w31.Part0 = p31
7714w31.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)
7715w31.Part1 = p32
7716w31.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)
7717w32 = Instance.new("Weld", p32)
7718w32.Name = "Block_Weld"
7719w32.Part0 = p32
7720w32.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)
7721w32.Part1 = p33
7722w32.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)
7723w33 = Instance.new("Weld", p33)
7724w33.Name = "Block_Weld"
7725w33.Part0 = p33
7726w33.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)
7727w33.Part1 = p34
7728w33.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)
7729w34 = Instance.new("Weld", p34)
7730w34.Name = "Block_Weld"
7731w34.Part0 = p34
7732w34.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)
7733w34.Part1 = p35
7734w34.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)
7735w35 = Instance.new("Weld", p35)
7736w35.Name = "Block_Weld"
7737w35.Part0 = p35
7738w35.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)
7739w35.Part1 = p36
7740w35.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)
7741w36 = Instance.new("Weld", p36)
7742w36.Name = "Circle_Weld"
7743w36.Part0 = p36
7744w36.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)
7745w36.Part1 = p37
7746w36.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)
7747w37 = Instance.new("Weld", p37)
7748w37.Name = "Block_Weld"
7749w37.Part0 = p37
7750w37.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)
7751w37.Part1 = p38
7752w37.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)
7753w38 = Instance.new("Weld", p38)
7754w38.Name = "Block_Weld"
7755w38.Part0 = p38
7756w38.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)
7757w38.Part1 = p39
7758w38.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)
7759w39 = Instance.new("Weld", p39)
7760w39.Name = "Block_Weld"
7761w39.Part0 = p39
7762w39.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)
7763w39.Part1 = p40
7764w39.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)
7765w40 = Instance.new("Weld", p40)
7766w40.Name = "Block_Weld"
7767w40.Part0 = p40
7768w40.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)
7769w40.Part1 = p41
7770w40.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)
7771w41 = Instance.new("Weld", p41)
7772w41.Name = "Block_Weld"
7773w41.Part0 = p41
7774w41.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)
7775w41.Part1 = p42
7776w41.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)
7777w42 = Instance.new("Weld", p42)
7778w42.Name = "Block_Weld"
7779w42.Part0 = p42
7780w42.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)
7781w42.Part1 = p43
7782w42.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)
7783w43 = Instance.new("Weld", p43)
7784w43.Name = "Circle_Weld"
7785w43.Part0 = p43
7786w43.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)
7787w43.Part1 = p44
7788w43.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)
7789w44 = Instance.new("Weld", p44)
7790w44.Name = "Block_Weld"
7791w44.Part0 = p44
7792w44.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)
7793w44.Part1 = p45
7794w44.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)
7795w45 = Instance.new("Weld", p45)
7796w45.Name = "Block_Weld"
7797w45.Part0 = p45
7798w45.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)
7799w45.Part1 = p46
7800w45.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)
7801w46 = Instance.new("Weld", p46)
7802w46.Name = "Block_Weld"
7803w46.Part0 = p46
7804w46.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)
7805w46.Part1 = p47
7806w46.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)
7807w47 = Instance.new("Weld", p47)
7808w47.Name = "Block_Weld"
7809w47.Part0 = p47
7810w47.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)
7811w47.Part1 = p48
7812w47.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)
7813w48 = Instance.new("Weld", p48)
7814w48.Name = "Block_Weld"
7815w48.Part0 = p48
7816w48.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)
7817w48.Part1 = p49
7818w48.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)
7819w49 = Instance.new("Weld", p49)
7820w49.Name = "Block_Weld"
7821w49.Part0 = p49
7822w49.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)
7823w49.Part1 = p50
7824w49.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)
7825w50 = Instance.new("Weld", p50)
7826w50.Name = "Block_Weld"
7827w50.Part0 = p50
7828w50.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)
7829w50.Part1 = p51
7830w50.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)
7831w51 = Instance.new("Weld", p51)
7832w51.Name = "Block_Weld"
7833w51.Part0 = p51
7834w51.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)
7835w51.Part1 = p52
7836w51.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)
7837w52 = Instance.new("Weld", p52)
7838w52.Name = "Block_Weld"
7839w52.Part0 = p52
7840w52.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)
7841w52.Part1 = p53
7842w52.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)
7843w53 = Instance.new("Weld", p53)
7844w53.Name = "Circle_Weld"
7845w53.Part0 = p53
7846w53.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)
7847w53.Part1 = p54
7848w53.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)
7849w54 = Instance.new("Weld", p54)
7850w54.Name = "Block_Weld"
7851w54.Part0 = p54
7852w54.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)
7853w54.Part1 = p55
7854w54.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)
7855w55 = Instance.new("Weld", p55)
7856w55.Name = "Block_Weld"
7857w55.Part0 = p55
7858w55.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)
7859w55.Part1 = p56
7860w55.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)
7861w56 = Instance.new("Weld", p56)
7862w56.Name = "Block_Weld"
7863w56.Part0 = p56
7864w56.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)
7865w56.Part1 = p57
7866w56.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)
7867w57 = Instance.new("Weld", p57)
7868w57.Name = "Block_Weld"
7869w57.Part0 = p57
7870w57.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)
7871w57.Part1 = p58
7872w57.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)
7873w58 = Instance.new("Weld", p58)
7874w58.Name = "Block_Weld"
7875w58.Part0 = p58
7876w58.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)
7877w58.Part1 = p59
7878w58.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)
7879w59 = Instance.new("Weld", p59)
7880w59.Name = "Circle_Weld"
7881w59.Part0 = p59
7882w59.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)
7883w59.Part1 = p60
7884w59.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)
7885w60 = Instance.new("Weld", p60)
7886w60.Name = "Circle_Weld"
7887w60.Part0 = p60
7888w60.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)
7889w60.Part1 = p61
7890w60.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)
7891w61 = Instance.new("Weld", p61)
7892w61.Name = "Block_Weld"
7893w61.Part0 = p61
7894w61.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)
7895w61.Part1 = p62
7896w61.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)
7897w62 = Instance.new("Weld", p62)
7898w62.Name = "Block_Weld"
7899w62.Part0 = p62
7900w62.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)
7901w62.Part1 = p63
7902w62.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)
7903w63 = Instance.new("Weld", p63)
7904w63.Name = "Block_Weld"
7905w63.Part0 = p63
7906w63.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)
7907w63.Part1 = p64
7908w63.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)
7909w64 = Instance.new("Weld", p64)
7910w64.Name = "Block_Weld"
7911w64.Part0 = p64
7912w64.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)
7913w64.Part1 = p65
7914w64.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)
7915w65 = Instance.new("Weld", p65)
7916w65.Name = "Block_Weld"
7917w65.Part0 = p65
7918w65.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)
7919w65.Part1 = p66
7920w65.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)
7921w66 = Instance.new("Weld", p66)
7922w66.Name = "Block_Weld"
7923w66.Part0 = p66
7924w66.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)
7925w66.Part1 = p67
7926w66.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)
7927w67 = Instance.new("Weld", p67)
7928w67.Name = "Block_Weld"
7929w67.Part0 = p67
7930w67.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)
7931w67.Part1 = p68
7932w67.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)
7933w68 = Instance.new("Weld", p68)
7934w68.Name = "Block_Weld"
7935w68.Part0 = p68
7936w68.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)
7937w68.Part1 = p69
7938w68.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)
7939w69 = Instance.new("Weld", p69)
7940w69.Name = "Circle_Weld"
7941w69.Part0 = p69
7942w69.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)
7943w69.Part1 = p70
7944w69.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)
7945w70 = Instance.new("Weld", p70)
7946w70.Name = "Wedge_Weld"
7947w70.Part0 = p70
7948w70.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)
7949w70.Part1 = p71
7950w70.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)
7951w71 = Instance.new("Weld", p71)
7952w71.Name = "Wedge_Weld"
7953w71.Part0 = p71
7954w71.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)
7955w71.Part1 = p72
7956w71.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)
7957w72 = Instance.new("Weld", p72)
7958w72.Name = "Wedge_Weld"
7959w72.Part0 = p72
7960w72.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)
7961w72.Part1 = p73
7962w72.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)
7963w73 = Instance.new("Weld", p73)
7964w73.Name = "Wedge_Weld"
7965w73.Part0 = p73
7966w73.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)
7967w73.Part1 = p74
7968w73.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)
7969w74 = Instance.new("Weld", p74)
7970w74.Name = "Wedge_Weld"
7971w74.Part0 = p74
7972w74.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)
7973w74.Part1 = p75
7974w74.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)
7975w75 = Instance.new("Weld", p75)
7976w75.Name = "Wedge_Weld"
7977w75.Part0 = p75
7978w75.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)
7979w75.Part1 = p76
7980w75.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)
7981w76 = Instance.new("Weld", p76)
7982w76.Name = "Wedge_Weld"
7983w76.Part0 = p76
7984w76.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)
7985w76.Part1 = p77
7986w76.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)
7987w77 = Instance.new("Weld", p77)
7988w77.Name = "Wedge_Weld"
7989w77.Part0 = p77
7990w77.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)
7991w77.Part1 = p78
7992w77.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)
7993w78 = Instance.new("Weld", p78)
7994w78.Name = "Wedge_Weld"
7995w78.Part0 = p78
7996w78.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)
7997w78.Part1 = p79
7998w78.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)
7999w79 = Instance.new("Weld", p79)
8000w79.Name = "Wedge_Weld"
8001w79.Part0 = p79
8002w79.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)
8003w79.Part1 = p80
8004w79.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)
8005w80 = Instance.new("Weld", p80)
8006w80.Name = "Wedge_Weld"
8007w80.Part0 = p80
8008w80.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)
8009w80.Part1 = p81
8010w80.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)
8011w81 = Instance.new("Weld", p81)
8012w81.Name = "Wedge_Weld"
8013w81.Part0 = p81
8014w81.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)
8015w81.Part1 = p82
8016w81.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)
8017w82 = Instance.new("Weld", p82)
8018w82.Name = "Wedge_Weld"
8019w82.Part0 = p82
8020w82.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)
8021w82.Part1 = p83
8022w82.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)
8023w83 = Instance.new("Weld", p83)
8024w83.Name = "Wedge_Weld"
8025w83.Part0 = p83
8026w83.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)
8027w83.Part1 = p84
8028w83.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)
8029w84 = Instance.new("Weld", p84)
8030w84.Name = "Wedge_Weld"
8031w84.Part0 = p84
8032w84.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)
8033w84.Part1 = p85
8034w84.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)
8035w85 = Instance.new("Weld", p85)
8036w85.Name = "Wedge_Weld"
8037w85.Part0 = p85
8038w85.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)
8039w85.Part1 = p86
8040w85.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)
8041w86 = Instance.new("Weld", p86)
8042w86.Name = "Wedge_Weld"
8043w86.Part0 = p86
8044w86.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)
8045w86.Part1 = p87
8046w86.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)
8047w87 = Instance.new("Weld", p87)
8048w87.Name = "Wedge_Weld"
8049w87.Part0 = p87
8050w87.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)
8051w87.Part1 = p88
8052w87.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)
8053w88 = Instance.new("Weld", p88)
8054w88.Name = "Wedge_Weld"
8055w88.Part0 = p88
8056w88.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)
8057w88.Part1 = p89
8058w88.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)
8059w89 = Instance.new("Weld", p89)
8060w89.Name = "Wedge_Weld"
8061w89.Part0 = p89
8062w89.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)
8063w89.Part1 = p90
8064w89.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)
8065w90 = Instance.new("Weld", p90)
8066w90.Name = "Wedge_Weld"
8067w90.Part0 = p90
8068w90.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)
8069w90.Part1 = p91
8070w90.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)
8071w91 = Instance.new("Weld", p91)
8072w91.Name = "Wedge_Weld"
8073w91.Part0 = p91
8074w91.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)
8075w91.Part1 = p92
8076w91.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)
8077w92 = Instance.new("Weld", p92)
8078w92.Name = "Wedge_Weld"
8079w92.Part0 = p92
8080w92.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)
8081w92.Part1 = p93
8082w92.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)
8083w93 = Instance.new("Weld", p93)
8084w93.Name = "Wedge_Weld"
8085w93.Part0 = p93
8086w93.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)
8087w93.Part1 = p94
8088w93.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)
8089w94 = Instance.new("Weld", p94)
8090w94.Name = "Wedge_Weld"
8091w94.Part0 = p94
8092w94.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)
8093w94.Part1 = p95
8094w94.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)
8095w95 = Instance.new("Weld", p95)
8096w95.Name = "Wedge_Weld"
8097w95.Part0 = p95
8098w95.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)
8099w95.Part1 = p96
8100w95.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)
8101w96 = Instance.new("Weld", p96)
8102w96.Name = "Wedge_Weld"
8103w96.Part0 = p96
8104w96.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)
8105w96.Part1 = p97
8106w96.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)
8107w97 = Instance.new("Weld", p97)
8108w97.Name = "Wedge_Weld"
8109w97.Part0 = p97
8110w97.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)
8111w97.Part1 = p98
8112w97.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)
8113w98 = Instance.new("Weld", p98)
8114w98.Name = "Wedge_Weld"
8115w98.Part0 = p98
8116w98.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)
8117w98.Part1 = p99
8118w98.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)
8119w99 = Instance.new("Weld", p99)
8120w99.Name = "Wedge_Weld"
8121w99.Part0 = p99
8122w99.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)
8123w99.Part1 = p100
8124w99.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)
8125w100 = Instance.new("Weld", p100)
8126w100.Name = "Wedge_Weld"
8127w100.Part0 = p100
8128w100.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)
8129w100.Part1 = p101
8130w100.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)
8131w101 = Instance.new("Weld", p101)
8132w101.Name = "Wedge_Weld"
8133w101.Part0 = p101
8134w101.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)
8135w101.Part1 = p102
8136w101.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)
8137w102 = Instance.new("Weld", p102)
8138w102.Name = "Wedge_Weld"
8139w102.Part0 = p102
8140w102.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)
8141w102.Part1 = p103
8142w102.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)
8143w103 = Instance.new("Weld", p103)
8144w103.Name = "Wedge_Weld"
8145w103.Part0 = p103
8146w103.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)
8147w103.Part1 = p104
8148w103.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)
8149w104 = Instance.new("Weld", p104)
8150w104.Name = "Wedge_Weld"
8151w104.Part0 = p104
8152w104.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)
8153w104.Part1 = p105
8154w104.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)
8155w105 = Instance.new("Weld", p105)
8156w105.Name = "Wedge_Weld"
8157w105.Part0 = p105
8158w105.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)
8159w105.Part1 = p106
8160w105.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)
8161w106 = Instance.new("Weld", p106)
8162w106.Name = "Wedge_Weld"
8163w106.Part0 = p106
8164w106.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)
8165w106.Part1 = p107
8166w106.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)
8167w107 = Instance.new("Weld", p107)
8168w107.Name = "Wedge_Weld"
8169w107.Part0 = p107
8170w107.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)
8171w107.Part1 = p108
8172w107.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)
8173w108 = Instance.new("Weld", p108)
8174w108.Name = "Wedge_Weld"
8175w108.Part0 = p108
8176w108.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)
8177w108.Part1 = p109
8178w108.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)
8179w109 = Instance.new("Weld", p109)
8180w109.Name = "Wedge_Weld"
8181w109.Part0 = p109
8182w109.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)
8183w109.Part1 = p110
8184w109.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)
8185w110 = Instance.new("Weld", p110)
8186w110.Name = "Hitbox_Weld"
8187w110.Part0 = p110
8188w110.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)
8189w110.Part1 = p111
8190w110.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)
8191m8.Parent = rarm
8192m8:MakeJoints()
8193----------------------------------------------------
8194local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8195cor8.Name = "Thingy"
8196cor8.Locked = true
8197cor8.BottomSurface = 0
8198cor8.CanCollide = false
8199cor8.Size = Vector3.new(1, 1, 1)
8200cor8.Transparency = 1
8201cor8.TopSurface = 0
8202corw8 = Instance.new("Weld", cor8)
8203corw8.Part0 = rarm
8204corw8.Part1 = cor8
8205corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8206corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8207weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8208weld8.Part0 = cor8
8209weld8.Part1 = rarm.Zyrodoxa.Handle
8210weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8211Amulite = Instance.new("PointLight",m7.Center)
8212Amulite.Brightness = 0
8213Amulite.Color = Color3.new(0,0,255)
8214----------------------------------------------------
8215models = {m,m2,m3,m4,m5,m6,m7,m8}
8216parts = {}
8217Stepped:connect(function()
8218 for i,v in pairs(models) do
8219 for _, a in pairs(v:GetChildren()) do
8220 if v:IsA("Part") and v.Name ~= "Thingy" then
8221 table.insert(parts, a)
8222 for i,v in pairs(parts) do
8223 v.CanCollide = false
8224 end
8225 end
8226 end
8227 end
8228end)
8229----------------------------------------------------
8230local animpose = "Idle1"
8231local lastanimpose = "Idle1"
8232local grab = false
8233local Smooth = 1
8234local sine = 0
8235local change = 1
8236local val = 0
8237local ffing = false
8238----------------------------------------------------
8239--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8240
8241function FindHumanoids()
8242 local function c_region(Position, Size)
8243 local SizeOffset = Size/2
8244 local Point1 = Position - SizeOffset
8245 local Point2 = Position + SizeOffset
8246 local a = Instance.new("Part", workspace)
8247 a.Anchored = true
8248 a.Size = Size
8249 a.Position = Position
8250 print("Hey!, I'm making a part!")
8251 return Region3.new(Point1, Point2)
8252 end
8253
8254 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8255 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8256 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8257 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8258
8259 local regions = {a, b, c, d}
8260
8261 local found_humanoids = {}
8262 local already_found = {char.Name}
8263
8264 for _, region in pairs(regions) do
8265 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8266 print(part, part.Parent, part.Name) ---nope
8267 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8268 local humanoid = part.Parent:FindFirstChild("Humanoid")
8269 local name = humanoid.Parent.Name
8270 local exists = false
8271 for _, n in pairs(already_found) do
8272 if n == name then
8273 exists = true
8274 end
8275 end
8276 if not exists then
8277 table.insert(already_found, name)
8278 table.insert(found_humanoids, humanoid)
8279 end
8280 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8281 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8282 local name = humanoid.Parent.Parent.Name
8283 local exists = false
8284 for _, n in pairs(already_found) do
8285 if n == name then
8286 exists = true
8287 end
8288 end
8289 if not exists then
8290 table.insert(already_found, name)
8291 table.insert(found_humanoids, humanoid)
8292 end
8293 end
8294 end
8295 end
8296 return found_humanoids
8297end
8298
8299local humanoids = FindHumanoids()
8300if #humanoids == 0 then
8301 for i, v in pairs(humanoids) do
8302 print(v.Parent.Name)
8303 if Debounces.Slashing == true then
8304 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8305 elseif Debounces.Slashing == false then
8306 wait()
8307 end
8308 end
8309 wait(0.3)
8310end]]--
8311----------------------------------------------------
8312--[[mouse.KeyDown:connect(function(key)
8313 if key == "f" then
8314 if Debounces.CanAttack == true then
8315 Debounces.CanAttack = false
8316 Debounces.NoIdl = true
8317 Debounces.on = true
8318 for i = 1, 20 do
8319 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8320 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8321 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8322 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8323 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8324 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8325 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8326 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)
8327 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)
8328 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)
8329 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)
8330 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)
8331 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)
8332 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8333 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8334 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)
8335 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)
8336 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)
8337 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)
8338 if Debounces.on == false then
8339 break
8340 end
8341 fat.Event:wait()
8342 end
8343 end
8344 end
8345end)]]--
8346----------------------------------------------------
8347mod4 = Instance.new("Model",char)
8348
8349ptez = {0.7, 0.8, 0.9, 1}
8350
8351function FindNearestTorso(Position,Distance,SinglePlayer)
8352 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8353 local List = {}
8354 for i,v in pairs(workspace:GetChildren())do
8355 if v:IsA("Model")then
8356 if v:findFirstChild("Torso")then
8357 if v ~= char then
8358 if(v.Torso.Position -Position).magnitude <= Distance then
8359 table.insert(List,v)
8360 end
8361 end
8362 end
8363 end
8364 end
8365 return List
8366end
8367
8368function Slam()
8369 local part=Instance.new('Part',mod4)
8370 part.Anchored=true
8371 part.CanCollide=false
8372 part.FormFactor='Custom'
8373 part.Size=Vector3.new(.2,.2,.2)
8374 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8375 part.Transparency=.7
8376 part.BrickColor=BrickColor.new('Really black')
8377 mesh=Instance.new('SpecialMesh',part)
8378 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8379 mesh.Scale=Vector3.new(3,3,3)
8380 local part2=Instance.new('Part',mod4)
8381 part2.Anchored=true
8382 part2.CanCollide=false
8383 part2.FormFactor='Custom'
8384 part2.Size=Vector3.new(.2,.2,.2)
8385 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8386 part2.Transparency=.7
8387 part2.BrickColor=BrickColor.new('Really blue')
8388 mesh2=Instance.new('SpecialMesh',part2)
8389 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8390 mesh2.Scale=Vector3.new(3,1.5,3)
8391 x = Instance.new("Sound",larm)
8392 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8393 x.Pitch = ptez[math.random(1,#ptez)]
8394 x.Volume = 1
8395 wait(.1)
8396 x1 = Instance.new("Sound",larm)
8397 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8398 x1.Pitch = ptez[math.random(1,#ptez)]
8399 x1.Volume = 1
8400 wait(.1)
8401 x:Play()
8402 x1:Play()
8403 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8404 if v:FindFirstChild('Humanoid') then
8405 v.Humanoid:TakeDamage(math.random(30,45))
8406 end
8407 end
8408 coroutine.resume(coroutine.create(function()
8409 for i=0,0.62,0.13 do
8410 wait()
8411 part.CFrame=part.CFrame
8412 part.Transparency=i
8413 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8414 part2.CFrame=part2.CFrame
8415 part2.Transparency=i
8416 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8417 end
8418 part.Parent=nil
8419 part2.Parent=nil
8420 x:Destroy()
8421 end))
8422end
8423----------------------------------------------------
8424wPart = function(x,y,z,color,tr,cc,an,parent)
8425 local wp = Instance.new('WedgePart',parent or Weapon)
8426 wp.formFactor = 'Custom'
8427 wp.Size = Vector3.new(x,y,z)
8428 wp.BrickColor = BrickColor.new(color)
8429 wp.CanCollide = cc
8430 wp.Transparency = tr
8431 wp.Anchored = an
8432 wp.TopSurface,wp.BottomSurface = 0,0
8433 return wp
8434end
8435
8436Mesh = function(par,num,x,y,z)
8437 local msh = _
8438 if num == 1 then
8439 msh = Instance.new("CylinderMesh",par)
8440 elseif num == 2 then
8441 msh = Instance.new("SpecialMesh",par)
8442 msh.MeshType = 3
8443 elseif num == 3 then
8444 msh = Instance.new("BlockMesh",par)
8445 elseif num == 4 then
8446 msh = Instance.new("SpecialMesh",par)
8447 msh.MeshType = "Torso"
8448 elseif type(num) == 'string' then
8449 msh = Instance.new("SpecialMesh",par)
8450 msh.MeshId = num
8451 end
8452 msh.Scale = Vector3.new(x,y,z)
8453 return msh
8454end
8455
8456local function CFrameFromTopBack(at, top, back)
8457 local right = top:Cross(back)
8458 return CFrame.new(at.x, at.y, at.z,
8459 right.x, top.x, back.x,
8460 right.y, top.y, back.y,
8461 right.z, top.z, back.z)
8462end
8463
8464function Triangle(a, b, c)
8465 local edg1 = (c-a):Dot((b-a).unit)
8466 local edg2 = (a-b):Dot((c-b).unit)
8467 local edg3 = (b-c):Dot((a-c).unit)
8468 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8469 a, b, c = a, b, c
8470 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8471 a, b, c = b, c, a
8472 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8473 a, b, c = c, a, b
8474 else
8475 print("unreachable")
8476 end
8477 local len1 = (c-a):Dot((b-a).unit)
8478 local len2 = (b-a).magnitude - len1
8479 local width = (a + (b-a).unit*len1 - c).magnitude
8480 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8481 local list = {}
8482 if len1 > 0.01 then
8483 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8484 local sz = Vector3.new(0.2, width, len1)
8485 w1.Size = sz
8486 local sp = Mesh(w1,2,0,0,0)
8487 sp.MeshType='Wedge'
8488 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8489 w1:BreakJoints()
8490 w1.Anchored = true
8491 w1.Transparency = 0.7
8492 Spawn(function()
8493 for i=0,1,0.1 do
8494 fat.Event:wait()
8495 w1.Transparency=w1.Transparency+0.03
8496 end
8497 end)
8498 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8499 table.insert(list,w1)
8500 end
8501 if len2 > 0.01 then
8502 local w2 = wPart(0,0,0,'Really blue',0.5,false,true,char)
8503 local sz = Vector3.new(0.2, width, len2)
8504 w2.Size = sz
8505 local sp = Mesh(w2,2,0,0,0)
8506 sp.MeshType='Wedge'
8507 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8508 w2:BreakJoints()
8509 w2.Anchored = true
8510 w2.Transparency = 0.7
8511 Spawn(function()
8512 for i=0,1,0.1 do
8513 fat.Event:wait()
8514 w2.Transparency=w2.Transparency+0.03
8515 end
8516 end)
8517 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8518 table.insert(list,w2)
8519 end
8520 return unpack(list)
8521end
8522
8523function trail(p,t,h)
8524 Spawn(function()
8525 local blcf = p.CFrame
8526 local scfr = blcf
8527 for i=1,t do
8528 local blcf = p.CFrame
8529 if scfr and (p.Position-scfr.p).magnitude > .1 then
8530 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)
8531 if a then game.Debris:AddItem(a,1) end
8532 if b then game.Debris:AddItem(b,1) end
8533 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)
8534 if a then game.Debris:AddItem(a,1) end
8535 if b then game.Debris:AddItem(b,1) end
8536 scfr = blcf
8537 elseif not scfr then
8538 scfr = blcf
8539 end
8540 fat.Event:wait()
8541 end
8542 scfr=nil
8543 end)
8544end
8545--trail(char.Sword.Blade,1e1000,5)
8546----------------------------------------------------
8547function Dmg()
8548 local partofdeath = rarm.Zyrodoxa.Hitbox
8549 local function CreateRegion3FromLocAndSize(Position, Size)
8550 local SizeOffset = Size/2
8551 local Point1 = Position - SizeOffset
8552 local Point2 = Position + SizeOffset
8553 return Region3.new(Point1, Point2)
8554 end
8555 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8556 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8557 Spawn(function()
8558 if Debounces.Slashing == true and Debounces.Slashed == false then
8559 Debounces.Slashed = true
8560 ypcall(function()
8561 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8562 humanoid:TakeDamage(math.random(10,18))
8563 end)
8564 wait(.4)
8565 Debounces.Slashed = false
8566 end
8567 end)
8568 end
8569end
8570----------------------------------------------------
8571pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8572ptz = {0.7, 0.8, 0.9, 1}
8573idz = {"161006212", "161006195"}
8574function attackone()
8575 for i = 1, 13 do
8576 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)
8577 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8578 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)
8579 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)
8580 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)
8581 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)
8582 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8583 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8584 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8585 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)
8586 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)
8587 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)
8588 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)
8589 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)
8590 if Debounces.on == false then
8591 break
8592 end
8593 fat.Event:wait()
8594 end
8595 trail(rarm.Zyrodoxa.Hitbox,20,2)
8596 Debounces.Slashing = true
8597 wait(0.2)
8598 --[[z = Instance.new("Sound", hed)
8599 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8600 z.Pitch = ptz[math.random(1,#ptz)]
8601 z.Volume = 1
8602 wait(.01)
8603 z:Play()]]--
8604 for i = 1, 14 do
8605 Dmg()
8606 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8607 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8608 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)
8609 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)
8610 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)
8611 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)
8612 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8613 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8614 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8615 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)
8616 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)
8617 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)
8618 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)
8619 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)
8620 if Debounces.on == false then break end
8621 rs:wait()
8622 end
8623 Debounces.Slashing = false
8624end
8625function attacktwo()
8626 Debounces.Slashing = true
8627 for i = 1, 14 do
8628 Dmg()
8629 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8630 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8631 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)
8632 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)
8633 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)
8634 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)
8635 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)
8636 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8637 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)
8638 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)
8639 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8640 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)
8641 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8642 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)
8643 if Debounces.on == false then
8644 break
8645 end
8646 rs:wait()
8647 end
8648end
8649----------------------------------------------------
8650ComboNum = 0
8651mouse.Button1Down:connect(function()
8652 if Debounces.CanAttack == true then
8653 Debounces.CanAttack = false
8654 Debounces.NoIdl = true
8655 Debounces.on = true
8656 if ComboNum == 0 then
8657 attackone()
8658 elseif ComboNum == 1 then
8659 attacktwo()
8660 --[[elseif ComboNum == 2 then
8661 attackthree()]]--
8662 end
8663 ComboNum = ComboNum + 1
8664 Debounces.CanAttack = true
8665 Debounces.on = false
8666 wait(.5)
8667 if Debounces.CanAttack == true then
8668 ComboNum = 0
8669 Debounces.NoIdl = false
8670 end
8671 end
8672end)
8673----------------------------------------------------
8674definition = 5
8675bc = {}
8676bezierparts = {}
8677function NoOutline(Part)
8678 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8679end
8680function draw(p,d)
8681 for i=1,d do
8682 local t = i/d
8683 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8684 end
8685 for i=1,d do
8686 local bcs = Instance.new("Part",char)
8687 NoOutline(bcs)
8688 bcs.Anchored = true
8689 bcs.CanCollide = false
8690 bcs.Material = "Neon"
8691 bcs.BrickColor = BrickColor.new("Really Blue")
8692 bcs.Size = Vector3.new(1,1,1)
8693 bcs.Shape = Enum.PartType.Ball
8694 bcs.CFrame = CFrame.new(bc[i])
8695 local bcp = Instance.new("Part",char)
8696 NoOutline(bcp)
8697 bcp.Anchored = true
8698 bcp.CanCollide = false
8699 bcp.Material = "Neon"
8700 bcp.BrickColor = BrickColor.new("Really Blue")
8701 local cm = Instance.new("CylinderMesh")
8702 cm.Parent = bcp
8703 if i ~= 1 then
8704 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8705 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8706 else
8707 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8708 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8709 end
8710 table.insert(bezierparts, bcs)
8711 table.insert(bezierparts, bcp)
8712 end
8713 Spawn(function() fat.Event:wait()
8714 for i,v in pairs(bezierparts) do
8715 v.Transparency = 1
8716 end
8717 end)
8718end
8719--local points = {larm.Position,rarn.Position,invisipart.Position}
8720--draw(points,definition)
8721mouse.KeyDown:connect(function(key)
8722 if key == "f" then
8723 if Debounces.CanAttack == true then
8724 Debounces.CanAttack = false
8725 Debounces.NoIdl = true
8726 Debounces.on = true
8727 for i = 1, 20 do
8728 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)
8729 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)
8730 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)
8731 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)
8732 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)
8733 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8734 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)
8735 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)
8736 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8737 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)
8738 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8739 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)
8740 if Debounces.on == false then
8741 break
8742 end
8743 fat.Event:wait()
8744 end
8745 rpart = Instance.new("Part",rarm)
8746 NoOutline(rpart)
8747 rpart.Anchored = false
8748 rpart.Size = Vector3.new(1,1,1)
8749 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8750 rpart.Transparency = 1
8751 newWeld(rarm, rpart, 0, 0, 0)
8752 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8753 lpart = Instance.new("Part",larm)
8754 NoOutline(lpart)
8755 lpart.Anchored = false
8756 lpart.Size = Vector3.new(1,1,1)
8757 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8758 lpart.Transparency = 1
8759 newWeld(larm, lpart, 0, 0, 0)
8760 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8761 invisipart = Instance.new("Part",torso)
8762 NoOutline(invisipart)
8763 invisipart.Anchored = false
8764 invisipart.Size = Vector3.new(1,1,1)
8765 invisipart.Transparency = 1
8766 invisipart.CFrame = torso.CFrame
8767 newWeld(torso, invisipart, 0, 0, 0)
8768 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8769 table.insert(bezierparts, rpart)
8770 table.insert(bezierparts, lpart)
8771 table.insert(bezierparts, invisipart)
8772 for i = 1, 40 do
8773 local points = {lpart.Position,invisipart.Position,rpart.Position}
8774 draw(points,definition)
8775 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8776 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)
8777 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)
8778 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)
8779 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)
8780 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)
8781 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8782 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)
8783 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)
8784 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8785 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)
8786 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8787 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)
8788 if Debounces.on == false then
8789 break
8790 end
8791 fat.Event:wait()
8792 end
8793 for i,v in pairs(bezierparts) do
8794 v:Destroy()
8795 end
8796 --draw(points,definition)
8797 if Debounces.CanAttack == false then
8798 Debounces.CanAttack = true
8799 Debounces.NoIdl = false
8800 Debounces.on = false
8801 end
8802 end
8803 end
8804end)
8805----------------------------------------------------
8806----------------------------------------------------
8807
8808---------------------------------------------------------------------------------------
8809----------------------------------------------------
8810mouse.KeyDown:connect(function(key)
8811 if key == "b" then
8812 hum.WalkSpeed = 0.01
8813 if Debounces.CanAttack == true then
8814 Debounces.CanAttack = false
8815 Debounces.NoIdl = true
8816 Debounces.on = true
8817 for i = 1,20 do
8818 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8819 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8820 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8821 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8822 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8823 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8824
8825 if Debounces.on == false then break end
8826 wait()
8827 end
8828 wait(1)
8829 v = Instance.new("Sound")
8830 v.SoundId = "rbxassetid://435742675"
8831 v.Parent = char
8832 v.Looped = false
8833 v.Pitch = 1
8834 v.Volume = 16
8835 wait(.01)
8836 v:Play()
8837
8838 if Daytime == true then
8839 Daytime = false
8840 l.TimeOfDay = 24
8841 else
8842 Daytime = true
8843 l.TimeOfDay = 12
8844 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8845 end
8846
8847 local Shockwave = function()
8848 local rng1 = Instance.new("Part", char)
8849 rng1.Anchored = true
8850 rng1.BrickColor = BrickColor.new("Really black")
8851 rng1.CanCollide = false
8852 rng1.FormFactor = 3
8853 rng1.Name = "Ring"
8854 rng1.Size = Vector3.new(1, 1, 1)
8855 rng1.Transparency = 0.35
8856 rng1.TopSurface = 0
8857 rng1.BottomSurface = 0
8858 local rngm1 = Instance.new("SpecialMesh", rng)
8859 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8860 rngm1.Scale = Vector3.new(10, 10, 1)
8861 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8862 local Wave = Instance.new("Part", game.Workspace--[[?]])
8863 Wave.Name = "Shockwave"
8864 Wave.BrickColor = BrickColor.new("Really black")
8865 Wave.Size = Vector3.new(1, 1, 1)
8866 Wave.Shape = "Ball"
8867 Wave.CanCollide = false
8868 Wave.Anchored = true
8869 Wave.TopSurface = 0
8870 Wave.BottomSurface = 0
8871
8872msh=Instance.new('SpecialMesh',pt)
8873msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8874msh.Scale=Vector3.new(8,4,8)
8875
8876 Wave.Touched:connect(function(hit)
8877 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8878 local Occlude = true
8879 local NotOccludes = {
8880 char.Name;
8881 "Wings";
8882 "Scythe";
8883 "Thingy";
8884 "Thingy2"; -- put all of the names in a table pls
8885 }
8886 for i,v in pairs(NotOccludes) do
8887 if hit.Parent.Name == v then
8888 Occlude = false
8889 end
8890 end
8891 --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
8892 if Occlude then
8893 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8894 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8895 end
8896 end
8897 end)
8898
8899 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8900
8901 coroutine.wrap(function()
8902 for i = 1, 20, 0.2 do
8903 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8904 rng1.Transparency = i/20
8905 wait()
8906 end
8907 wait()
8908 rng1:Destroy()
8909 end)()
8910
8911 Delay(0, function()
8912
8913 if Daytime == false then
8914 for i = 1, 50, 1 do
8915 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8916 Wave.CFrame = char.Torso.CFrame
8917 local t = i / 50
8918 Wave.Transparency = t
8919 wait()
8920 end
8921 else
8922 for i = 1, 50, 1 do
8923 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8924 Wave.CFrame = char.Torso.CFrame
8925 local t = i / 50
8926 Wave.Transparency = t
8927 wait()
8928 end
8929 end
8930 Wave:Destroy()
8931 end)
8932 Delay(0, function()
8933 while wait() do
8934 if Wave ~= nil then
8935 Wave.CFrame = char.Torso.CFrame
8936 else
8937 break
8938 end
8939 end
8940 end)
8941 end
8942 Shockwave()
8943
8944
8945 for i = 1, 15 do
8946 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)
8947 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)
8948 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8949 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
8950 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8951 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8952 if Debounces.on == false then break end
8953 wait()
8954 end
8955 for i = 1, 15 do
8956 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)
8957 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)
8958 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8959 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)
8960 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8961 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8962 if Debounces.on == false then break end
8963 wait()
8964 end
8965 for i = 1, 15 do
8966 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)
8967 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)
8968 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8969 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)
8970 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8971 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8972 if Debounces.on == false then break end
8973 wait()
8974 end
8975 for i = 1, 15 do
8976 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)
8977 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)
8978 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8979 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)
8980 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8981 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8982 if Debounces.on == false then break end
8983 wait()
8984 end
8985 for i = 1, 15 do
8986 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)
8987 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)
8988 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8989 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)
8990 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8991 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8992 if Debounces.on == false then break end
8993 wait()
8994 end
8995 for i = 1, 15 do
8996 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)
8997 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)
8998 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8999 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)
9000 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
9001 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
9002 if Debounces.on == false then break end
9003 wait()
9004 end
9005 wait(1.4)
9006 Debounces.NoIdl = false
9007 hum.WalkSpeed = 16
9008 Debounces.on = false
9009 wait()
9010 if Debounces.CanAttack == false then
9011 Debounces.CanAttack = true
9012 v:Destroy()
9013 end
9014 end
9015 end
9016end)
9017------------------------------------------
9018
9019-------------------------------------------------
9020Grab = false
9021mouse.KeyDown:connect(function(key)
9022 if key == "z" then
9023 Debounces.on = true
9024 Debounces.NoIdl = true
9025 Debounces.ks = true
9026 if Grab == false then
9027 gp = nil
9028 for i = 1, 20 do
9029 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)
9030 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)
9031 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)
9032 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)
9033 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
9034 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)
9035 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
9036 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)
9037 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)
9038 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)
9039 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)
9040 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)
9041 if Debounces.on == false then break end
9042 fat.Event:wait()
9043 end
9044 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
9045 ht = hit.Parent
9046 for i,v in pairs(ht:GetChildren()) do
9047 if v:IsA("Part") then
9048 v.CanCollide = false
9049 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
9050 end
9051 end
9052 hum1=ht:FindFirstChild('Humanoid')
9053 if hum1 ~= nil then
9054 if Debounces.ks==true then
9055 z = Instance.new("Sound",hed)
9056 z.SoundId = "rbxassetid://169380525"
9057 z.Volume = 1
9058 z:Play()
9059 Debounces.ks=false
9060 end
9061 hum1.PlatformStand=true
9062 hum1:ChangeState'Physics'
9063 gp = ht
9064 Grab = true
9065 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9066 asd.Parent = larm
9067 asd.Name = "asd"
9068 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9069 stanceToggle = "Grabbed"
9070 --[[elseif hum1 == nil then
9071 con1:disconnect()
9072 wait() return]]--
9073 end
9074 end)
9075 for i = 1, 20 do
9076 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)
9077 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)
9078 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)
9079 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)
9080 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9081 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)
9082 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9083 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)
9084 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)
9085 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)
9086 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)
9087 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)
9088 if Debounces.on == false then break end
9089 fat.Event:wait()
9090 end
9091 con1:disconnect()
9092 Debounces.on = false
9093 Debounces.NoIdl = false
9094 elseif Grab == true then
9095 Grab = false
9096 --[[for i = 1, 16 do
9097 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)
9098 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)
9099 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9100 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9101 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)
9102 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)
9103 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9104 if Debounces.on == false then end
9105 rs:wait()
9106 end]]--
9107 for i = 1, 16 do
9108 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)
9109 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)
9110 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)
9111 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)
9112 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9113 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)
9114 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9115 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)
9116 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)
9117 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)
9118 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)
9119 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)
9120 if Debounces.on == false then end
9121 rs:wait()
9122 end
9123 for i = 1, 12 do
9124 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)
9125 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)
9126 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)
9127 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)
9128 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)
9129 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)
9130 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)
9131 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)
9132 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9133 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)
9134 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)
9135 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)
9136 if Debounces.on == false then end
9137 rs:wait()
9138 end
9139 Slam()
9140 if gp ~= nil then
9141 for i,v in pairs(larm:GetChildren()) do
9142 if v.Name == "asd" and v:IsA("Weld") then
9143 v:Remove()
9144 end
9145 if v:IsA("Part") then
9146 v.CanCollide = true
9147 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9148 end
9149 end
9150 end
9151 stanceToggle = "Idle1"
9152 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9153 bv.maxForce = Vector3.new(400000, 400000, 400000)
9154 bv.P = 125000
9155 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9156 ht=nil
9157 Debounces.on = false
9158 Debounces.NoIdl = false
9159 elseif ht == nil then wait()
9160 Grab = false
9161 Debounces.on = false
9162 Debounces.NoIdl = false
9163 end
9164 end
9165end)
9166----------------------------------------------------
9167-------------------------------------------------------------------------------------------------
9168
9169----------------------------------------------------
9170
9171
9172----------------------------------------------------
9173----------------------------------------------------
9174------------------------------------------------
9175pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9176mouse.KeyDown:connect(function(key)
9177 if key == "e" then
9178 if Debounces.CanAttack == true then
9179 Debounces.CanAttack = false
9180 Debounces.NoIdl = true
9181 Debounces.on = true
9182 Debounces.ks = true
9183 larm.Touched:connect(function(ht)
9184 hit = ht.Parent
9185 if ht and hit:IsA("Model") then
9186 if hit:FindFirstChild("Humanoid") then
9187 if hit.Name ~= p.Name then
9188 if Debounces.Slapping == true and Debounces.Slapped == false then
9189 Debounces.Slapped = true
9190 if Debounces.ks==true then
9191 z = Instance.new("Sound",hed)
9192 z.SoundId = "rbxassetid://169380525"
9193 z.Volume = 1
9194 z:Play()
9195 z1 = Instance.new("Sound",char)
9196 z1.SoundId = "rbxassetid://261010715"
9197 z1.Pitch = pts[math.random(1,#pts)]
9198 z1.Volume = 1
9199 z2 = Instance.new("Sound",char)
9200 z2.SoundId = "rbxassetid://261010715"
9201 z2.Pitch = z1.Pitch
9202 z2.Volume = 1
9203 z3 = Instance.new("Sound",char)
9204 z3.SoundId = "rbxassetid://261010715"
9205 z3.Pitch = z1.Pitch
9206 z3.Volume = 1
9207if Profanity == true then
9208 z1:Play()
9209 z2:Play()
9210 z3:Play()
9211else end
9212 Debounces.ks=false
9213 end
9214 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9215 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9216 wait(.5)
9217 Debounces.Slapped = false
9218 z:Destroy()
9219 z1:Destroy()
9220 z2:Destroy()
9221 z3:Destroy()
9222 end
9223 end
9224 end
9225 elseif ht and hit:IsA("Hat") then
9226 if hit.Parent.Name ~= p.Name then
9227 if hit.Parent:FindFirstChild("Humanoid") then
9228 if Debounces.Slapping == true and Debounces.Slapped == false then
9229 Debounces.Slapped = true
9230 if Debounces.ks==true then
9231 z = Instance.new("Sound",hed)
9232 z.SoundId = "rbxassetid://169380525"
9233 z.Volume = 1
9234 z:Play()
9235 z1 = Instance.new("Sound",char)
9236 z1.SoundId = "rbxassetid://261010715"
9237 z1.Pitch = pts[math.random(1,#pts)]
9238 z1.Volume = 1
9239 z2 = Instance.new("Sound",char)
9240 z2.SoundId = "rbxassetid://261010715"
9241 z2.Pitch = z1.Pitch
9242 z2.Volume = 1
9243 z3 = Instance.new("Sound",char)
9244 z3.SoundId = "rbxassetid://261010715"
9245 z3.Pitch = z1.Pitch
9246 z3.Volume = 1
9247 z1:Play()
9248 z2:Play()
9249 z3:Play()
9250 Debounces.ks=false
9251 end
9252 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9253 wait(.5)
9254 Debounces.Slapped = false
9255 z:Destroy()
9256 z1:Destroy()
9257 z2:Destroy()
9258 z3:Destroy()
9259 end
9260 end
9261 end
9262 end
9263 end)
9264 for i = 1, 14 do
9265 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)
9266 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)
9267 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)
9268 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)
9269 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9270 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9271 if Debounces.on==false then break end
9272 rs:wait(2)
9273 end
9274 Debounces.Slapping = true
9275 for i = 1, 20 do
9276 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)
9277 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)
9278 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)
9279 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)
9280 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9281 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9282 if Debounces.on==false then break end
9283 rs:wait(2)
9284 end
9285 Debounces.Slapping = false
9286 if Debounces.CanAttack == false then
9287 Debounces.CanAttack = true
9288 Debounces.NoIdl = false
9289 Debounces.on = false
9290 end
9291 end
9292 end
9293end)
9294-------------------------------
9295mouse.KeyDown:connect(function(key)
9296 if key == "t" then
9297 if Debounces.CanAttack == true then
9298 Debounces.CanAttack = false
9299 Debounces.on = true
9300 Debounces.NoIdl = true
9301 for i = 1, 20 do
9302 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)
9303 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)
9304 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)
9305 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9306 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9307 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)
9308
9309 if Debounces.on == false then break end
9310 wait()
9311 end
9312 Spawn(function()
9313 local Parts = {}
9314 for Y = -5,5 do
9315 local P = Instance.new("Part",char)
9316 P.Anchored = true
9317 P.FormFactor = "Custom"
9318 P.CanCollide = false
9319 P.Size = Vector3.new(1,2,1)
9320 P.TopSurface = "SmoothNoOutlines"
9321 P.BottomSurface = "SmoothNoOutlines"
9322 P.BrickColor = BrickColor.new("Really black")
9323 P.Name = tostring(Y)
9324 local i = (Y+5)/(10)
9325 i = 1-math.cos(math.pi*i-(math.pi/2))
9326 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9327 --[[P.Touched:connect(function(ht)
9328 local hit = ht.Parent
9329 if hit:FindFirstChild("Humanoid") then
9330 hit.Humanoid:TakeDamage(math.random(20,50))
9331 end
9332 end)]]--
9333 s = Instance.new("Sound",P)
9334 s.SoundId = "rbxassetid://228343271"
9335 s.Volume = 19
9336 s.Pitch = 0.9
9337 s:Play()
9338P.Touched:connect(function(ht)
9339 hit = ht.Parent
9340 if ht and hit:IsA("Model") then
9341 if hit:FindFirstChild("Humanoid") then
9342 if hit.Name ~= p.Name then
9343 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9344 Debounces.Slashed = true]]--
9345 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9346 hit:FindFirstChild("Humanoid").PlatformStand = true
9347 wait(1)
9348 --Debounces.Slashed = false
9349 --end
9350 end
9351 end
9352 elseif ht and hit:IsA("Hat") then
9353 if hit.Parent.Name ~= p.Name then
9354 if hit.Parent:FindFirstChild("Humanoid") then
9355 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9356 Debounces.Slashed = true]]--
9357 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9358 hit:FindFirstChild("Humanoid").PlatformStand = true
9359 wait(1)
9360 --Debounces.Slashed = false
9361 --end
9362 end
9363 end
9364 end
9365end)
9366 Parts[#Parts+1] = P
9367 end
9368 local BREAKIT = false
9369 local CParts = {}
9370 local Rocks = {}
9371 local LastPos = nil
9372 for i = 1,70 do
9373 for i2,v in pairs(Parts) do
9374 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9375 local cf = v.CFrame
9376 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9377 v.CFrame = cf
9378 v.Transparency = v.Transparency+0.02
9379 if v.Transparency >= 0.975 then BREAKIT = true end
9380 if v.Name == "0" then
9381 local Ignore = {}
9382 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9383 if v.Character ~= nil then
9384 Ignore[#Ignore+1] = v.Character
9385 end
9386 end
9387 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9388 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9389 if Hit ~= nil then
9390 if #Rocks == 0 then
9391 for i = 1,5 do
9392 local P = Instance.new("Part",char)
9393 Rocks[#Rocks+1] = P
9394 P.Anchored = true
9395 P.FormFactor = "Custom"
9396 P.BrickColor = Hit.BrickColor
9397 P.Material = Hit.Material
9398 P.TopSurface = "Smooth"
9399 P.BottomSurface = "Smooth"
9400 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9401 end
9402 end
9403 for i,P in pairs(Rocks) do
9404 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)))
9405 end
9406 local P = Instance.new("Part",char)
9407 CParts[#CParts+1] = {P,tick()}
9408 P.Anchored = true
9409 P.FormFactor = "Custom"
9410 P.BrickColor = Hit.BrickColor
9411 P.Material = Hit.Material
9412 P.TopSurface = "Smooth"
9413 P.BottomSurface = "Smooth"
9414 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9415 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9416 Pos = Pos.p
9417 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)))
9418 local P = P:Clone()
9419 CParts[#CParts+1] = {P,tick()}
9420 P.Parent = char
9421 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9422 Pos = Pos.p
9423 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)))
9424 if LastPos ~= nil then
9425 local P = P:Clone()
9426 CParts[#CParts+1] = {P,tick()}
9427 P.Parent = char
9428 P.BrickColor = BrickColor.new("Really black")
9429 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9430 Pos = Pos.p
9431 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9432 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9433 --P.Velocity = Vector3.new(0,-1000,0)
9434 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9435 end
9436 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9437 end
9438 end
9439 end
9440 if BREAKIT then break end
9441 wait(0.002)
9442 end
9443 for i,v in pairs(Rocks) do
9444 CParts[#CParts+1] = {v,tick()}
9445 end
9446 for i,v in pairs(Parts) do
9447 v:Destroy()
9448 end
9449 Parts = nil
9450 while true do
9451 local t = tick()
9452 local p = nil
9453 for i,v in pairs(CParts) do
9454 if t-v[2] > 4 then
9455 v[1].Transparency = v[1].Transparency+0.05
9456 if v[1].Transparency >= 1 then
9457 v[1]:Destroy()
9458 CParts[i] = nil
9459 end
9460 end
9461 p = v
9462 end
9463 if p == nil then break end
9464 wait(0.002)
9465 end
9466 for i,v in pairs(CParts) do
9467 v:Destroy()
9468 end
9469 CParts = {}
9470 end)
9471 for i = 1, 20 do
9472 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)
9473 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)
9474 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)
9475 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9476 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)
9477 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)
9478
9479 if Debounces.on == false then break end
9480 wait()
9481 end
9482 if Debounces.CanAttack == false then
9483 Debounces.CanAttack = true
9484 Debounces.on = false
9485 Debounces.NoIdl = false
9486 end
9487 end
9488 end
9489end)
9490----------------------------------------------------
9491----------------------------------------------------
9492----------------------------------------------------
9493-------------------
9494
9495Change = false
9496mouse.KeyDown:connect(function(key)
9497 if key == "n" then
9498 if Change == false then
9499 Change = true
9500 stanceToggle = "Idle2"
9501 elseif Change == true then
9502 Change = false
9503 stanceToggle = "Idle1"
9504 end
9505 end
9506end)
9507----------------------------------------------------
9508mod=Instance.new('Model',char)
9509
9510function charge()
9511 hed.Velocity=hed.CFrame.lookVector*200
9512 part=Instance.new('Part',mod)
9513 part.Anchored=true
9514 part.CanCollide=false
9515 part.FormFactor='Custom'
9516 part.Size=Vector3.new(.2,.2,.2)
9517 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9518 part.Transparency=.7
9519 part.BrickColor=BrickColor.new('Black')
9520 mesh=Instance.new('SpecialMesh',part)
9521 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9522 mesh.Scale=Vector3.new(10,5,10)
9523 part2=part:clone()
9524 part2.Parent=mod
9525 part2.BrickColor=BrickColor.new('Really blue')
9526 mesh2=mesh:clone()
9527 mesh2.Parent=part2
9528 mesh2.Scale=Vector3.new(20,10,20)
9529 part3=part2:clone()
9530 part3.Parent = mod
9531 part3.BrickColor=BrickColor.new('Really black')
9532 mesh3=mesh2:clone()
9533 mesh2.Parent=part3
9534 mesh3.Scale=Vector3.new(30,15,30)
9535 coroutine.resume(coroutine.create(function()
9536 for i=0,1,0.1 do
9537 wait()
9538 part.CFrame=part.CFrame
9539 part.Transparency=i
9540 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9541 part2.CFrame=part2.CFrame
9542 part2.Transparency=i
9543 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9544 part3.CFrame=part3.CFrame
9545 part3.Transparency=i
9546 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9547 end
9548 part.Parent=nil
9549 part2.Parent=nil
9550 part3.Parent = nil
9551 end))
9552end
9553--------------------
9554mouse.KeyDown:connect(function(key)
9555 if key == "g" then
9556 larm.BrickColor = BrickColor.new("Really Black")
9557 rarm.BrickColor = BrickColor.new("Really black")
9558 if Debounces.CanAttack == true then
9559 Debounces.CanAttack = false
9560 Debounces.on = true
9561 Debounces.NoIdl = true
9562 chrg = lleg.Touched:connect(function(ht)
9563 hit = ht.Parent
9564 if ht and hit:IsA("Model") then
9565 if hit:FindFirstChild("Humanoid") then
9566 if hit.Name ~= p.Name then
9567 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9568 Debounces.Slashed = true]]--
9569 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9570 hit:FindFirstChild("Humanoid").PlatformStand = true
9571 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9572 --Debounces.Slashed = false
9573 --end
9574 end
9575 end
9576 elseif ht and hit:IsA("Hat") then
9577 if hit.Parent.Name ~= p.Name then
9578 if hit.Parent:FindFirstChild("Humanoid") then
9579 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9580 Debounces.Slashed = true]]--
9581 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9582 hit:FindFirstChild("Humanoid").PlatformStand = true
9583 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9584 --Debounces.Slashed = false
9585 end
9586 end
9587 end
9588 end)
9589 for i = 1, 14 do
9590 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)
9591 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)
9592 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)
9593 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)
9594 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)
9595 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)
9596
9597 if Debounces.on == false then break end
9598 wait()
9599 end
9600 charge()
9601 z = Instance.new("Sound",char)
9602 z.SoundId = "rbxassetid://200632875"
9603 z.Volume = 1
9604 z.Pitch = .8
9605 z1 = Instance.new("Sound",char)
9606 z1.SoundId = "rbxassetid://200632875"
9607 z1.Volume = 1
9608 z1.Pitch = .9
9609 z:Play()
9610 z1:Play()
9611 wait(1)
9612 z:Destroy()
9613 z1:Destroy()
9614 chrg:disconnect()
9615 if Debounces.CanAttack == false then
9616 Debounces.CanAttack = true
9617 Debounces.on = false
9618 Debounces.NoIdl = false
9619 larm.BrickColor = BrickColor.new("White")
9620 rarm.BrickColor = BrickColor.new("White")
9621 end
9622 end
9623 end
9624end)
9625------------------------------
9626mouse.KeyDown:connect(function(key)
9627 if string.byte(key) == 52 then
9628 Swing = 2
9629 char.Humanoid.WalkSpeed = 28
9630 end
9631end)
9632mouse.KeyUp:connect(function(key)
9633 if string.byte(key) == 52 then
9634 Swing = 1
9635 char.Humanoid.WalkSpeed = 16
9636 end
9637end)
9638----------------------------------------------------
9639
9640-------------------------------------------
9641CR = torso.Cloak.Rotater
9642CR2 = torso.Cloak.CapeLevel1
9643CR3 = torso.Cloak.CapeLevel2
9644CR4 = torso.Cloak.CapeLevel3
9645CR5 = torso.Cloak.CapeLevel4
9646jump = false
9647rs:connect(function()
9648 if char.Humanoid.Jump == true then
9649 jump = true
9650 else
9651 jump = false
9652 end
9653 char.Humanoid.FreeFalling:connect(function(f)
9654 if f then
9655 ffing = true
9656 else
9657 ffing = false
9658 end
9659 end)
9660 sine = sine + change
9661 if jump == true then
9662 animpose = "Jumping"
9663 elseif ffing == true then
9664 animpose = "Freefalling"
9665 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9666 animpose = "Idle"
9667 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9668 animpose = "Walking"
9669 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9670 animpose = "Running"
9671 end
9672 RightLeg = CFrame.new(0.5,-1,0)
9673 LeftLeg = CFrame.new(-0.5,-1,0)
9674
9675 lefth = (torso.CFrame*LeftLeg)
9676 righth = (torso.CFrame*RightLeg)
9677
9678 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9679
9680 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9681
9682 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9683 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9684 if animpose ~= lastanimpose then
9685 sine = 0
9686 if Debounces.NoIdl == false then
9687 if stanceToggle == "Idle1" then
9688 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)
9689 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)
9690 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)
9691 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)
9692 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)
9693 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)
9694 elseif stanceToggle == "Idle2" then
9695 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)
9696 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)
9697 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)
9698 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)
9699 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)
9700 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)
9701 end
9702 fat.Event:wait()
9703 end
9704 else
9705 end
9706 lastanimpose = animpose
9707 if Debounces.NoIdl == false then
9708 if animpose == "Idle" then
9709 change = 0.5
9710 if stanceToggle == "Idle1" then
9711 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)
9712 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)
9713 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)
9714 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)
9715 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)
9716 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)
9717 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)
9718 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)
9719 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)
9720 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)
9721 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)
9722 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)
9723 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)
9724 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)
9725 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)
9726 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)
9727 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)
9728 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)
9729 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)
9730 elseif stanceToggle == "Idle2" then
9731 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9732 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)
9733 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)
9734 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)
9735 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)
9736 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9737 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)
9738 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)
9739 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)
9740 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)
9741 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)
9742 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9743 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9744 --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)
9745 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)
9746 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)
9747 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)
9748 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)
9749 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)
9750 elseif stanceToggle == "Grabbed" then
9751 grab = true
9752 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9753 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9754 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)
9755 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)
9756 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)
9757 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)
9758 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)
9759 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)
9760 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9761 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9762 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)
9763 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)
9764 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)
9765 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)
9766 end
9767 elseif animpose == "Walking" then
9768 if stanceToggle == "Grabbed" then
9769 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9770 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9771 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)
9772 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)
9773 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)
9774 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)
9775 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)
9776 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)
9777 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)
9778 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9779 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9780 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)
9781 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)
9782 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)
9783 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)
9784 elseif stanceToggle ~= "Grabbed" then
9785 change = 1
9786 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9787 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9788 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)
9789 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)
9790 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)
9791 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)
9792 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)
9793 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)
9794 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)
9795 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)
9796 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)
9797 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)
9798 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)
9799 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)
9800 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9801 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9802 --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)
9803 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)
9804 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)
9805 --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)
9806 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)
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.8)
9808 end
9809 elseif animpose == "Running" then
9810 change = 1
9811 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9812 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9813 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)
9814 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)
9815 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)
9816 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)
9817 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)
9818 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)
9819 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)
9820 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)
9821 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)
9822 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)
9823 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)
9824 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)
9825 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9826 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)
9827 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)
9828 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)
9829 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)
9830 elseif animpose == "Jumping" then
9831 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9832 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)
9833 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)
9834 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)
9835 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)
9836 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9837 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9838 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)
9839 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)
9840 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)
9841 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)
9842 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9843 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9844 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9845 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)
9846 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)
9847 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)
9848 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)
9849 elseif animpose == "Freefalling" then
9850 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9851 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)
9852 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)
9853 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)
9854 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)
9855 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9856 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9857 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)
9858 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)
9859 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)
9860 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)
9861 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9862 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9863 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9864 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)
9865 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)
9866 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)
9867 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)
9868 end
9869 end
9870end)
9871hum.MaxHealth = 5000
9872wait(3)
9873hum.Health = 5000
9874while wait() do
9875 wait(5)
9876 for i=1,100 do wait()
9877 Amulite.Brightness=Amulite.Brightness+0.02
9878 end
9879 for i=1,100 do wait()
9880 Amulite.Brightness=Amulite.Brightness-0.02
9881 end
9882end