· 7 years ago · Oct 16, 2018, 07:44 AM
1--https://github.com/Mokiros/roblox-FE-compatibility
2if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
3local Player,game,owner = owner,game
4local RealPlayer = Player
5do
6 print("FE Compatibility code by Mokiros")
7 local rp = RealPlayer
8 script.Parent = rp.Character
9
10 --RemoteEvent for communicating
11 local Event = Instance.new("RemoteEvent")
12 Event.Name = "UserInput_Event"
13
14 --Fake event to make stuff like Mouse.KeyDown work
15 local function fakeEvent()
16 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
17 t.connect = t.Connect
18 return t
19 end
20
21 --Creating fake input objects with fake variables
22 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
23 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26 end}
27 --Merged 2 functions into one by checking amount of arguments
28 CAS.UnbindAction = CAS.BindAction
29
30 --This function will trigger the events that have been :Connect()'ed
31 local function te(self,ev,...)
32 local t = m[ev]
33 if t and t._fakeEvent then
34 for _,f in pairs(t.Functions) do
35 f(...)
36 end
37 end
38 end
39 m.TrigEvent = te
40 UIS.TrigEvent = te
41
42 Event.OnServerEvent:Connect(function(plr,io)
43 if plr~=rp then return end
44 m.Target = io.Target
45 m.Hit = io.Hit
46 if not io.isMouse then
47 local b = io.UserInputState == Enum.UserInputState.Begin
48 if io.UserInputType == Enum.UserInputType.MouseButton1 then
49 return m:TrigEvent(b and "Button1Down" or "Button1Up")
50 end
51 if io.UserInputType == Enum.UserInputType.MouseButton2 then
52 return m:TrigEvent(b and "Button2Down" or "Button2Up")
53 end
54 for _,t in pairs(CAS.Actions) do
55 for _,k in pairs(t.Keys) do
56 if k==io.KeyCode then
57 t.Function(t.Name,io.UserInputState,io)
58 end
59 end
60 end
61 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
62 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
63 end
64 end)
65 Event.Parent = NLS([==[
66 local Player = game:GetService("Players").LocalPlayer
67 local Event = script:WaitForChild("UserInput_Event")
68 local Mouse = Player:GetMouse()
69 local UIS = game:GetService("UserInputService")
70 local input = function(io,a)
71 if a then return end
72 --Since InputObject is a client-side instance, we create and pass table instead
73 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
74 end
75 UIS.InputBegan:Connect(input)
76 UIS.InputEnded:Connect(input)
77 local h,t
78 --Give the server mouse data 30 times every second, but only if the values changed
79 --If player is not moving their mouse, client won't fire events
80 while wait(1/30) do
81 if h~=Mouse.Hit or t~=Mouse.Target then
82 h,t=Mouse.Hit,Mouse.Target
83 Event:FireServer({isMouse=true,Target=t,Hit=h})
84 end
85 end]==],Player.Character)
86
87 ----Sandboxed game object that allows the usage of client-side methods and services
88 --Real game object
89 local _rg = game
90
91 --Metatable for fake service
92 local fsmt = {
93 __index = function(self,k)
94 local s = rawget(self,"_RealService")
95 if s then
96 return typeof(s[k])=="function"
97 and function(_,...)return s[k](s,...)end or s[k]
98 end
99 end,
100 __newindex = function(self,k,v)
101 local s = rawget(self,"_RealService")
102 if s then s[k]=v end
103 end
104 }
105 local function FakeService(t,RealService)
106 t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
107 return setmetatable(t,fsmt)
108 end
109
110 --Fake game object
111 local g = {
112 GetService = function(self,s)
113 return rawget(self,s) or _rg:GetService(s)
114 end,
115 Players = FakeService({
116 LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
117 },"Players"),
118 UserInputService = FakeService(UIS,"UserInputService"),
119 ContextActionService = FakeService(CAS,"ContextActionService"),
120 RunService = FakeService({
121 _btrs = {},
122 RenderStepped = _rg:GetService("RunService").Heartbeat,
123 BindToRenderStep = function(self,name,_,fun)
124 self._btrs[name] = self.Heartbeat:Connect(fun)
125 end,
126 UnbindFromRenderStep = function(self,name)
127 self._btrs[name]:Disconnect()
128 end,
129 },"RunService")
130 }
131 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
132 g.service = g.GetService
133 FakeService(g,game)
134 --Changing owner to fake player object to support owner:GetMouse()
135 game,owner = g,g.Players.LocalPlayer
136end
137
138
139local p = game.Players.LocalPlayer--300899323
140local char = p.Character
141local mouse = p:GetMouse()
142local larm = char["Left Arm"]
143local rarm = char["Right Arm"]
144local lleg = char["Left Leg"]
145local rleg = char["Right Leg"]
146local hed = char.Head
147local torso = char.Torso
148local hum = char.Humanoid
149local cam = game.Workspace.CurrentCamera
150local root = char.HumanoidRootPart
151local rj = root.RootJoint
152local deb = false
153local shot = 0
154local stanceToggle = "Idle1"
155local l = game:GetService("Lighting")
156local rs = game:GetService("RunService").RenderStepped
157local hb = game:GetService("RunService").Heartbeat
158local Stepped = game:GetService("RunService").Stepped
159math.randomseed(os.time())
160hum.JumpPower = 100
161---------------------
162
163-------------
164char["Body Colors"].HeadColor = BrickColor.new("Really black")
165char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
166char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
167char["Body Colors"].RightArmColor = BrickColor.new("Really black")
168---------------------------
169local Transforming = true
170hum.WalkSpeed = 0
171local fx = Instance.new("Part",torso)
172wit = torso.BrickColor.Color
173wit2 = Color3.new(0,0,0)
174local glowz = Instance.new("ParticleEmitter",fx)
175glowz.LightEmission = 1
176glowz.Texture = "rbxassetid://284205403"
177glowz.Color = ColorSequence.new(wit)
178glowz.Size = NumberSequence.new(5)
179glowz.Speed = NumberRange.new(25,50)
180glowz.LockedToPart = false
181glowz.Transparency = NumberSequence.new(0.75)
182glowz.RotSpeed = NumberRange.new(-2000,2000)
183glowz.Lifetime = NumberRange.new(1)
184glowz.Rate = 50000
185glowz.VelocitySpread = 9001
186fx.Anchored = true
187fx.Material = "Neon"
188fx.CanCollide = false
189fx.Locked = true
190fx.Transparency = 1
191fx.Material = "Neon"
192fx.Size = Vector3.new(1,1,1)
193fx.TopSurface = "SmoothNoOutlines"
194fx.BottomSurface = "SmoothNoOutlines"
195fx.BrickColor = BrickColor.new("Really black")
196fxm = Instance.new("SpecialMesh",fx)
197fxm.MeshType = "Sphere"
198local sa2 = Instance.new("Sound",torso)
199sa2.SoundId = "rbxassetid://93724183"
200sa2.Pitch = 0.5
201sa2.Volume = 5
202sa2.Looped = false
203sa2:Play()
204local value = 1
205fxm.Scale = Vector3.new(1,1,1)
206for i = 1, 20 do rs:wait()
207 value = value - 0.05
208 fx.Transparency = fx.Transparency - (1/20)
209 fx.CFrame = torso.CFrame
210 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
211 rs:wait()
212end
213----------------------------------------------------
214GroundWave1 = function()
215 local Transforming = true
216hum.WalkSpeed = 0
217local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
218 local Colors = {"White", "Really black"}
219 local wave = Instance.new("Part", torso)
220 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
221 wave.Anchored = true
222 wave.CanCollide = false
223 wave.Locked = true
224 wave.Size = Vector3.new(1, 1, 1)
225 wave.TopSurface = "Smooth"
226 wave.BottomSurface = "Smooth"
227 wave.Transparency = 0.35
228 wave.CFrame = HandCF
229 wm = Instance.new("SpecialMesh", wave)
230 wm.MeshId = "rbxassetid://3270017"
231 coroutine.wrap(function()
232 for i = 1, 30, 1 do
233 wm.Scale = Vector3.new(50, 50, 1 + i*50)
234 wave.Size = wm.Scale
235 wave.CFrame = HandCF
236 wave.Transparency = i/30
237 wait()
238 end
239 wait()
240 wave:Destroy()
241 end)()
242end
243----------------------------------------------------
244GroundWave = function()
245 if Transforming == true then
246 local value = 5
247 local value2 = 10
248 local value3 = 20
249local sa2 = Instance.new("Sound",torso)
250sa2.SoundId = "rbxassetid://413682983"
251sa2.Pitch = 1
252sa2.Volume = 10
253sa2.Looped = false
254sa2:Play()
255 local wave = Instance.new("Part", torso)
256local glowz = Instance.new("ParticleEmitter",wave)
257glowz.LightEmission = 1
258glowz.Texture = "0"
259glowz.Color = ColorSequence.new(wit)
260glowz.Size = NumberSequence.new(30)
261glowz.Speed = NumberRange.new(25,100)
262glowz.LockedToPart = false
263glowz.Transparency = NumberSequence.new(0.75)
264glowz.RotSpeed = NumberRange.new(-2000,2000)
265glowz.Lifetime = NumberRange.new(1)
266glowz.Rate = 50000
267glowz.VelocitySpread = 9001
268
269 wave.BrickColor = BrickColor.new("Lime green")
270 wave.Anchored = true
271 wave.CanCollide = false
272 wave.Locked = true
273 wave.Size = Vector3.new(1, 1, 1)
274 wave.TopSurface = "Smooth"
275 wave.BottomSurface = "Smooth"
276 wave.Transparency = 0.35
277 wave.CFrame = fx.CFrame
278 wave.Material = "Neon"
279 wm = Instance.new("SpecialMesh", wave)
280 wm.MeshType = "Sphere"
281 wm.Scale = Vector3.new(1,1,1)
282 local wave2 = Instance.new("Part", torso)
283 wave2.BrickColor = BrickColor.new("Lime green")
284 wave2.Anchored = true
285 wave2.CanCollide = false
286 wave2.Locked = true
287 wave2.Size = Vector3.new(1, 1, 1)
288 wave2.TopSurface = "Smooth"
289 wave2.BottomSurface = "Smooth"
290 wave2.Transparency = 0.35
291 wave2.CFrame = fx.CFrame
292 wave2.Material = "Neon"
293 wm2 = Instance.new("SpecialMesh", wave2)
294 wm2.MeshType = "FileMesh"
295 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
296 wm2.Scale = Vector3.new(1,1,1)
297 local wave3 = Instance.new("Part", torso)
298 wave3.BrickColor = BrickColor.new("Really black")
299 wave3.Anchored = true
300 wave3.CanCollide = false
301 wave3.Locked = true
302 wave3.Size = Vector3.new(1, 1, 1)
303 wave3.TopSurface = "Smooth"
304 wave3.BottomSurface = "Smooth"
305 wave3.Transparency = 0.35
306 wave3.CFrame = fx.CFrame
307 wave3.Material = "Neon"
308 wm3 = Instance.new("SpecialMesh", wave3)
309 wm3.MeshType = "FileMesh"
310 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
311 wm3.Scale = Vector3.new(1,1,1)
312 coroutine.wrap(function()
313 for i = 1, 18, 1 do
314 value = value - 0.5
315 value2 = value2 - 0.75*1.5
316 value3 = value3 - 0.475*1.5
317 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
318 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
319 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
320 --wave.Size = wm.Scale
321 wave.CFrame = fx.CFrame
322 wave.Transparency = i/14
323 --wave2.Size = wm2.Scale
324 wave2.CFrame = fx.CFrame
325 wave2.Rotation = Vector3.new(90, 0, 0)
326 wave2.Transparency = i/14
327 --wave3.Size = wm3.Scale
328 wave3.CFrame = fx.CFrame
329 wave3.Rotation = Vector3.new(90, 0, 0)
330 wave3.Transparency = i/14
331 wait()
332 glowz.Rate = 0
333
334 end
335 wait()
336 wave:Destroy()
337 wave2:Destroy()
338 wave3:Destroy()
339 end)()
340 elseif Transforming == false then
341 wait()
342 end
343end
344
345for i = 1, 100 do rs:wait()
346 fx.CFrame = torso.CFrame
347end
348
349Spawn(function()
350 while wait(1) do
351 GroundWave()
352 end
353end)
354
355wait(4)
356
357Transforming = false
358
359local value2 = 1
360for i = 1, 20 do rs:wait()
361 value2 = value2 - 0.05
362 glowz.Rate = 0
363
364 fx.Transparency = fx.Transparency + (1/20)
365 fx.CFrame = torso.CFrame
366 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
367 rs:wait()
368end
369glowz:Destroy()
370
371
372local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
373 local valuer = 5
374 local valuer2 = 10
375 local valuer3 = 15
376local sa2 = Instance.new("Sound",torso)
377sa2.SoundId = "rbxassetid://130972023"
378sa2.Pitch = 1
379sa2.Volume = 5
380sa2.Looped = false
381sa2:Play()
382local sar2 = Instance.new("Sound",torso)
383sar2.SoundId = "rbxassetid://153274423"
384sar2.Pitch = 1
385sar2.Volume = 5
386sar2.Looped = false
387sar2:Play()
388 local wave = Instance.new("Part", torso)
389 wave.BrickColor = BrickColor.new("Lime green")
390 wave.Anchored = true
391 wave.CanCollide = false
392 wave.Locked = true
393 wave.Size = Vector3.new(1, 1, 1)
394 wave.TopSurface = "Smooth"
395 wave.BottomSurface = "Smooth"
396 wave.Transparency = 0.35
397 wave.CFrame = HandCF
398 wm = Instance.new("SpecialMesh", wave)
399 wm.MeshId = "rbxassetid://3270017"
400 local wave2 = Instance.new("Part", torso)
401 wave2.BrickColor = BrickColor.new("Really black")
402 wave2.Anchored = true
403 wave2.CanCollide = false
404 wave2.Locked = true
405 wave2.Size = Vector3.new(1, 1, 1)
406 wave2.TopSurface = "Smooth"
407 wave2.BottomSurface = "Smooth"
408 wave2.Transparency = 0.35
409 wave2.CFrame = HandCF
410 wm2 = Instance.new("SpecialMesh", wave2)
411 wm2.MeshId = "rbxassetid://3270017"
412 local wave3 = Instance.new("Part", torso)
413 wave3.BrickColor = BrickColor.new("Lime green")
414 wave3.Anchored = true
415 wave3.CanCollide = false
416 wave3.Locked = true
417 wave3.Size = Vector3.new(1, 1, 1)
418 wave3.TopSurface = "Smooth"
419 wave3.BottomSurface = "Smooth"
420 wave3.Transparency = 0.35
421 wave3.CFrame = HandCF
422 wm3 = Instance.new("SpecialMesh", wave3)
423 wm3.MeshId = "rbxassetid://3270017"
424 coroutine.wrap(function()
425 for i = 1, 14, 1 do
426 valuer = valuer - 0.35
427 valuer2 = valuer - 0.45
428 valuer3 = valuer3 - 0.475
429 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
430 wave.Size = wm.Scale
431 wave.CFrame = HandCF
432 wave.Transparency = i/14
433 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
434 wave2.Size = wm2.Scale
435 wave2.CFrame = HandCF
436 wave2.Transparency = i/14
437 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
438 wave3.Size = wm2.Scale
439 wave3.CFrame = HandCF
440 wave3.Transparency = i/14
441 wait()
442 end
443 wait()
444 wave:Destroy()
445 wave2:Destroy()
446end)()
447hum.WalkSpeed = 16
448--------------------
449
450------------
451fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
452fire.Color = Color3.new(0,1,0)
453fire.SecondaryColor = Color3.new(0,1,0)
454fire.Enabled = true
455--------------------------------------------------------------------------------------------------------
456plr=game:service'Players'.LocalPlayer
457chr=plr.Character
458local ms = plr:GetMouse()
459CV="Bright red"
460
461local txt = Instance.new("BillboardGui", chr)
462txt.Adornee = chr.Head
463txt.Name = "_status"
464txt.Size = UDim2.new(4, 0, 2.5, 0)
465txt.StudsOffset = Vector3.new(-4, 2, 0)
466local text = Instance.new("TextLabel", txt)
467text.Size = UDim2.new(3, 0, 0.5, 0)
468text.FontSize = "Size24"
469text.TextScaled = true
470text.TextTransparency = 0
471text.BackgroundTransparency = 1
472text.TextTransparency = 0
473text.TextStrokeTransparency = 0
474text.Font = "Bodoni"
475text.TextStrokeColor3 = Color3.new(0,1,0)
476text.Text = "Pumpkin Overseer"
477--------------------------------------------------------
478char["Body Colors"].HeadColor = BrickColor.new("Really black")
479char["Body Colors"].TorsoColor = BrickColor.new("Really black")
480char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
481char["Body Colors"].RightArmColor = BrickColor.new("Really black")
482--------------------------------------------------------------
483fat = Instance.new("BindableEvent",script)
484fat.Name = "Heartbeat"
485
486script:WaitForChild("Heartbeat")
487
488frame = 1/30
489tf = 0
490allowframeloss = 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.
491tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
492lastframe = tick()
493script.Heartbeat:Fire() --ayy lmao
494
495game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
496 tf = tf + s
497 if tf >= frame then
498 if allowframeloss then
499 script.Heartbeat:Fire()
500 lastframe=tick()
501 else
502 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
503 for i=1, math.floor(tf/frame) do
504 script.Heartbeat:Fire()
505 end
506 lastframe=tick()
507 end
508 if tossremainder then
509 tf = 0
510 else
511 tf = tf - frame * math.floor(tf/frame)
512 end
513 end
514end)
515----------------------------------------------------
516for i,v in pairs(char:children()) do
517 if v:IsA("Hat") then
518 v:Destroy()
519 end
520end
521for i,v in pairs (hed:GetChildren()) do
522 if v:IsA("Sound") then
523 v:Destroy()
524 end
525end
526----------------------------------------------------
527Debounces = {
528CanAttack = true;
529CanJoke = true;
530NoIdl = false;
531Slashing = false;
532Slashed = false;
533ks = false;
534}
535----------------------------------------------------
536function weld5(part0, part1, c0, c1)
537 weeld=Instance.new("Weld", part0)
538 weeld.Part0=part0
539 weeld.Part1=part1
540 weeld.C0=c0
541 weeld.C1=c1
542 return weeld
543end
544----------------------------------------------------
545function NewPart(prnt,siz,cf,trans,anc,mat,col)
546 local prt=Instance.new("Part")
547 prt.Parent=prnt
548 prt.Name="Part"
549 prt.Size=siz
550 prt.CanCollide=false
551 prt.Anchored=anc
552 prt.Locked=true
553 prt.Transparency = trans
554 prt.TopSurface=10
555 prt.BottomSurface=10
556 prt.FrontSurface=10
557 prt.BackSurface=10
558 prt.LeftSurface=10
559 prt.RightSurface=10
560 prt:BreakJoints()
561 prt.CFrame=cf or CFrame.new(30,10,30)
562 prt.Material=mat
563 prt.BrickColor=BrickColor.new(col)
564 m=Instance.new("SpecialMesh",prt)
565 m.MeshType=6
566 return prt
567end
568----------------------------------------------------
569function lerp(a, b, t) -- Linear interpolation
570 return a + (b - a)*t
571end
572
573function slerp(a, b, t) --Spherical interpolation
574 dot = a:Dot(b)
575 if dot > 0.99999 or dot < -0.99999 then
576 return t <= 0.5 and a or b
577 else
578 r = math.acos(dot)
579 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
580 end
581end
582
583function matrixInterpolate(a, b, t)
584 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
585 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
586 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
587 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
588 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
589 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
590 local t = v1:Dot(v2)
591 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
592 return CFrame.new()
593 end
594 return CFrame.new(
595 v0.x, v0.y, v0.z,
596 v1.x, v1.y, v1.z,
597 v2.x, v2.y, v2.z,
598 v3.x, v3.y, v3.z)
599end
600----------------------------------------------------
601function genWeld(a,b)
602 local w = Instance.new("Weld",a)
603 w.Part0 = a
604 w.Part1 = b
605 return w
606end
607function weld(a, b)
608 local weld = Instance.new("Weld")
609 weld.Name = "W"
610 weld.Part0 = a
611 weld.Part1 = b
612 weld.C0 = a.CFrame:inverse() * b.CFrame
613 weld.Parent = a
614 return weld;
615end
616----------------------------------------------------
617function Lerp(c1,c2,al)
618 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
619 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
620 for i,v in pairs(com1) do
621 com1[i] = v+(com2[i]-v)*al
622 end
623 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
624end
625----------------------------------------------------
626newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
627 local wld = Instance.new("Weld", wp1)
628 wld.Part0 = wp0
629 wld.Part1 = wp1
630 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
631end
632----------------------------------------------------
633newWeld(torso, larm, -1.5, 0.5, 0)
634larm.Weld.C1 = CFrame.new(0, 0.5, 0)
635newWeld(torso, rarm, 1.5, 0.5, 0)
636rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
637newWeld(torso, hed, 0, 1.5, 0)
638newWeld(torso, lleg, -0.5, -1, 0)
639lleg.Weld.C1 = CFrame.new(0, 1, 0)
640newWeld(torso, rleg, 0.5, -1, 0)
641rleg.Weld.C1 = CFrame.new(0, 1, 0)
642newWeld(root, torso, 0, -1, 0)
643torso.Weld.C1 = CFrame.new(0, -1, 0)
644----------------------------------------------------
645
646hed.face.Texture = "http://www.roblox.com/asset/?id=0"
647hed.Transparency = 1
648
649-----------------------
650LittleWave = function()
651 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
652 local Colors = {"Lime green", "Black","Really black"}
653 local wave = Instance.new("Part", torso)
654
655
656 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
657
658
659 wave.Anchored = true
660 wave.CanCollide = false
661 wave.Material = "Neon"
662 wave.Locked = true
663 wave.Size = Vector3.new(1, 1, 1)
664 wave.TopSurface = "Smooth"
665 wave.BottomSurface = "Smooth"
666 wave.Transparency = 0.35
667 wave.CFrame = HandCF
668 wm = Instance.new("SpecialMesh", wave)
669 wm.MeshId = "rbxassetid://3270017"
670 coroutine.wrap(function()
671 for i = 1, 14, 1 do
672 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
673 wave.Size = wm.Scale
674 wave.CFrame = HandCF
675 wave.Transparency = i/14
676 wait()
677 end
678 wait()
679 wave:Destroy()
680 end)()
681end
682 Spawn(function()
683 while wait(.8) do
684 LittleWave()
685 end
686end)
687
688-----------------------------
689
690------------------------
691
692-------------------------
693
694
695----------------------------------------------------
696z = Instance.new("Sound", char)
697z.SoundId = "rbxassetid://435750418"
698z.Looped = true
699z.Pitch = 1
700z.Volume = 7
701wait(.1)
702z:Play()
703----------------------------------------------------
704
705
706---------------------
707
708New = function(Object, Parent, Name, Data)
709 local Object = Instance.new(Object)
710 for Index, Value in pairs(Data or {}) do
711 Object[Index] = Value
712 end
713 Object.Parent = Parent
714 Object.Name = Name
715 return Object
716end
717----------------------------------------------------
718--reaper hat
719for _,x in pairs(char:children()) do
720if x:IsA('Hat') then x:remove() end
721if x:IsA('Shirt') then x:remove() end
722if x:IsA('Pants') then x:remove() end
723end
724
725local h = Instance.new('Part', char)
726h.Name = 'DK Hood'
727h.Size = Vector3.new(0.5,0.5,0.5)
728h.CFrame = hed.CFrame
729h.CanCollide = false
730--
731newWeld(hed, h, 0, 0.35, 0)
732--
733local m = Instance.new('SpecialMesh', h)
734m.Name = "Reaper's Cowl"
735m.MeshType = 'FileMesh'
736m.Scale = Vector3.new(0.5,0.5,0.5)
737m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
738m.VertexColor = Vector3.new(1,1,1)
739local shirt = Instance.new("Shirt",p.Character)
740local pants = Instance.new("Pants",p.Character)
741shirt.ShirtTemplate = "rbxassetid://233027251"
742pants.PantsTemplate = "rbxassetid://149639608"
743--Left Arm
744m = Instance.new("Model")
745m.Name = "LeftArm"
746p1 = Instance.new("Part", m)
747p1.BrickColor = BrickColor.new("Lime green")
748p1.Material = Enum.Material.Granite
749p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
750p1.Size = Vector3.new(1, 0.200000048, 1)
751p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
752p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
753p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
754p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
755p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
756p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
757b1 = Instance.new("SpecialMesh", p1)
758b1.MeshType = Enum.MeshType.Brick
759b1.Name = "Mesh"
760b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
761p2 = Instance.new("Part", m)
762p2.BrickColor = BrickColor.new("Lime green")
763p2.Material = Enum.Material.Granite
764p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
765p2.Size = Vector3.new(1, 0.200000048, 1)
766p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
767p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
768p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
769p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
770p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
771p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
772b2 = Instance.new("SpecialMesh", p2)
773b2.MeshType = Enum.MeshType.Brick
774b2.Name = "Mesh"
775b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
776p3 = Instance.new("Part", m)
777p3.BrickColor = BrickColor.new("Lime green")
778p3.Material = Enum.Material.Granite
779p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
780p3.Size = Vector3.new(1, 0.200000048, 1)
781p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
782p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
783p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
784p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
785p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
786p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
787b3 = Instance.new("SpecialMesh", p3)
788b3.MeshType = Enum.MeshType.Brick
789b3.Name = "Mesh"
790b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
791p4 = Instance.new("Part", m)
792p4.BrickColor = BrickColor.new("Black")
793p4.Material = Enum.Material.SmoothPlastic
794p4.Name = "LeftArmPlate"
795p4.Size = Vector3.new(1, 2, 1)
796p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
797p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
798p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
799p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
800p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
801p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
802b4 = Instance.new("SpecialMesh", p4)
803b4.MeshType = Enum.MeshType.Brick
804b4.Name = "Mesh"
805b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
806p5 = Instance.new("Part", m)
807p5.BrickColor = BrickColor.new("Lime green")
808p5.Material = Enum.Material.Granite
809p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
810p5.Size = Vector3.new(1, 0.200000048, 1)
811p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
812p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
813p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
814p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
815p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
816p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
817b5 = Instance.new("SpecialMesh", p5)
818b5.MeshType = Enum.MeshType.Brick
819b5.Name = "Mesh"
820b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
821p6 = Instance.new("Part", m)
822p6.BrickColor = BrickColor.new("Lime green")
823p6.Material = Enum.Material.Granite
824p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
825p6.Size = Vector3.new(1, 0.200000048, 1)
826p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
827p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
828p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
829p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
830p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
831p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
832b6 = Instance.new("SpecialMesh", p6)
833b6.MeshType = Enum.MeshType.Brick
834b6.Name = "Mesh"
835b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
836p7 = Instance.new("Part", m)
837p7.BrickColor = BrickColor.new("Lime green")
838p7.Material = Enum.Material.Granite
839p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
840p7.FormFactor = Enum.FormFactor.Custom
841p7.Size = Vector3.new(1, 0.200000048, 1)
842p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
843p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
844p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
845p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
846p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
847p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
848b7 = Instance.new("SpecialMesh", p7)
849b7.MeshType = Enum.MeshType.Brick
850b7.Name = "Mesh"
851b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
852p8 = Instance.new("Part", m)
853p8.BrickColor = BrickColor.new("Lime green")
854p8.Material = Enum.Material.Granite
855p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
856p8.FormFactor = Enum.FormFactor.Custom
857p8.Size = Vector3.new(1, 0.200000048, 1)
858p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
859p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
860p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
861p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
862p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
863p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
864b8 = Instance.new("SpecialMesh", p8)
865b8.MeshType = Enum.MeshType.Brick
866b8.Name = "Mesh"
867b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
868p9 = Instance.new("Part", m)
869p9.BrickColor = BrickColor.new("Lime green")
870p9.Material = Enum.Material.Granite
871p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
872p9.FormFactor = Enum.FormFactor.Custom
873p9.Size = Vector3.new(1, 0.200000048, 1)
874p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
875p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
876p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
877p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
878p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
879p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
880b9 = Instance.new("SpecialMesh", p9)
881b9.MeshType = Enum.MeshType.Brick
882b9.Name = "Mesh"
883b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
884p10 = Instance.new("Part", m)
885p10.BrickColor = BrickColor.new("Black")
886p10.Material = Enum.Material.SmoothPlastic
887p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
888p10.FormFactor = Enum.FormFactor.Custom
889p10.Size = Vector3.new(1, 0.349999994, 1)
890p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
891p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
892p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
893p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
894p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
895p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
896b10 = Instance.new("SpecialMesh", p10)
897b10.MeshType = Enum.MeshType.Brick
898b10.Name = "Mesh"
899b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
900p11 = Instance.new("Part", m)
901p11.BrickColor = BrickColor.new("Black")
902p11.Material = Enum.Material.Metal
903p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
904p11.FormFactor = Enum.FormFactor.Custom
905p11.Size = Vector3.new(1, 0.25, 1)
906p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
907p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
908p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
909p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
910p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
911p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
912b11 = Instance.new("SpecialMesh", p11)
913b11.MeshType = Enum.MeshType.Brick
914b11.Name = "Mesh"
915b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
916p12 = Instance.new("Part", m)
917p12.BrickColor = BrickColor.new("Black")
918p12.Material = Enum.Material.Metal
919p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
920p12.FormFactor = Enum.FormFactor.Custom
921p12.Size = Vector3.new(1, 0.25, 1)
922p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
923p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
924p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
925p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
926p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
927p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
928b12 = Instance.new("SpecialMesh", p12)
929b12.MeshType = Enum.MeshType.Brick
930b12.Name = "Mesh"
931b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
932p13 = Instance.new("Part", m)
933p13.BrickColor = BrickColor.new("Black")
934p13.Material = Enum.Material.Metal
935p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
936p13.FormFactor = Enum.FormFactor.Custom
937p13.Size = Vector3.new(1, 0.25, 1)
938p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
939p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
940p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
941p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
942p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
943p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
944b13 = Instance.new("SpecialMesh", p13)
945b13.MeshType = Enum.MeshType.Brick
946b13.Name = "Mesh"
947b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
948p14 = Instance.new("Part", m)
949p14.BrickColor = BrickColor.new("Black")
950p14.Material = Enum.Material.Metal
951p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
952p14.FormFactor = Enum.FormFactor.Custom
953p14.Size = Vector3.new(1, 0.25, 1)
954p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
955p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
956p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
957p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
958p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
959p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
960b14 = Instance.new("SpecialMesh", p14)
961b14.MeshType = Enum.MeshType.Brick
962b14.Name = "Mesh"
963b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
964p15 = Instance.new("Part", m)
965p15.BrickColor = BrickColor.new("Lime green")
966p15.Material = Enum.Material.Granite
967p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
968p15.FormFactor = Enum.FormFactor.Custom
969p15.Size = Vector3.new(1, 1, 1)
970p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
971p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
972p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
973p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
974p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
975p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
976b15 = Instance.new("SpecialMesh", p15)
977b15.MeshType = Enum.MeshType.Sphere
978b15.Name = "Mesh"
979p16 = Instance.new("Part", m)
980p16.BrickColor = BrickColor.new("Black")
981p16.Material = Enum.Material.Metal
982p16.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)
983p16.FormFactor = Enum.FormFactor.Custom
984p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
985p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
986p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
987p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
988p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
989p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
990p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
991b16 = Instance.new("SpecialMesh", p16)
992b16.MeshType = Enum.MeshType.Brick
993b16.Name = "Mesh"
994b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
995p17 = Instance.new("Part", m)
996p17.BrickColor = BrickColor.new("Black")
997p17.Material = Enum.Material.SmoothPlastic
998p17.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)
999p17.FormFactor = Enum.FormFactor.Custom
1000p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1001p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1002p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1003p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1004p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1005p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1006p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1007b17 = Instance.new("SpecialMesh", p17)
1008b17.MeshType = Enum.MeshType.Brick
1009b17.Name = "Mesh"
1010b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1011p18 = Instance.new("Part", m)
1012p18.BrickColor = BrickColor.new("Black")
1013p18.Material = Enum.Material.SmoothPlastic
1014p18.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)
1015p18.FormFactor = Enum.FormFactor.Custom
1016p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1017p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1018p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1019p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1020p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1021p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1022p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1023b18 = Instance.new("SpecialMesh", p18)
1024b18.MeshType = Enum.MeshType.Brick
1025b18.Name = "Mesh"
1026b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1027p19 = Instance.new("Part", m)
1028p19.BrickColor = BrickColor.new("Black")
1029p19.Material = Enum.Material.SmoothPlastic
1030p19.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)
1031p19.FormFactor = Enum.FormFactor.Custom
1032p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1033p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1034p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1035p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1036p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1037p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1038p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1039b19 = Instance.new("SpecialMesh", p19)
1040b19.MeshType = Enum.MeshType.Brick
1041b19.Name = "Mesh"
1042b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1043p20 = Instance.new("Part", m)
1044p20.BrickColor = BrickColor.new("Really black")
1045p20.Material = Enum.Material.SmoothPlastic
1046p20.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)
1047p20.FormFactor = Enum.FormFactor.Custom
1048p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1049p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1050p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1051p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1052p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1053p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1054p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1055b20 = Instance.new("SpecialMesh", p20)
1056b20.MeshType = Enum.MeshType.Brick
1057b20.Name = "Mesh"
1058b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1059p21 = Instance.new("Part", m)
1060p21.BrickColor = BrickColor.new("Black")
1061p21.Material = Enum.Material.Metal
1062p21.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)
1063p21.FormFactor = Enum.FormFactor.Custom
1064p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1065p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1066p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1067p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1068p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1069p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1070p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1071b21 = Instance.new("SpecialMesh", p21)
1072b21.MeshType = Enum.MeshType.Wedge
1073b21.Name = "Mesh"
1074b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1075p22 = Instance.new("Part", m)
1076p22.BrickColor = BrickColor.new("Black")
1077p22.Material = Enum.Material.Metal
1078p22.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)
1079p22.FormFactor = Enum.FormFactor.Custom
1080p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1081p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1082p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1083p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1084p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1085p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1086p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1087b22 = Instance.new("SpecialMesh", p22)
1088b22.MeshType = Enum.MeshType.Brick
1089b22.Name = "Mesh"
1090b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1091p23 = Instance.new("Part", m)
1092p23.BrickColor = BrickColor.new("Black")
1093p23.Material = Enum.Material.Metal
1094p23.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)
1095p23.FormFactor = Enum.FormFactor.Custom
1096p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1097p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1098p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1099p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1100p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1101p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1102p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1103b23 = Instance.new("SpecialMesh", p23)
1104b23.MeshType = Enum.MeshType.Brick
1105b23.Name = "Mesh"
1106b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1107p24 = Instance.new("Part", m)
1108p24.BrickColor = BrickColor.new("Black")
1109p24.Material = Enum.Material.Metal
1110p24.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)
1111p24.FormFactor = Enum.FormFactor.Custom
1112p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1113p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1114p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1115p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1116p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1117p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1118p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1119b24 = Instance.new("SpecialMesh", p24)
1120b24.MeshType = Enum.MeshType.Brick
1121b24.Name = "Mesh"
1122b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1123p25 = Instance.new("Part", m)
1124p25.BrickColor = BrickColor.new("Black")
1125p25.Material = Enum.Material.Metal
1126p25.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)
1127p25.FormFactor = Enum.FormFactor.Custom
1128p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1129p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1130p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1131p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1132p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1133p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1134p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1135b25 = Instance.new("SpecialMesh", p25)
1136b25.MeshType = Enum.MeshType.Brick
1137b25.Name = "Mesh"
1138b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1139p26 = Instance.new("Part", m)
1140p26.BrickColor = BrickColor.new("Black")
1141p26.Material = Enum.Material.Metal
1142p26.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)
1143p26.FormFactor = Enum.FormFactor.Custom
1144p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1145p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1146p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1147p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1148p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1149p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1150p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1151b26 = Instance.new("SpecialMesh", p26)
1152b26.MeshType = Enum.MeshType.Brick
1153b26.Name = "Mesh"
1154b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1155p27 = Instance.new("Part", m)
1156p27.BrickColor = BrickColor.new("Black")
1157p27.Material = Enum.Material.Metal
1158p27.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)
1159p27.FormFactor = Enum.FormFactor.Custom
1160p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1161p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1162p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1163p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1164p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1165p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1166p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1167b27 = Instance.new("SpecialMesh", p27)
1168b27.MeshType = Enum.MeshType.Brick
1169b27.Name = "Mesh"
1170b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1171p28 = Instance.new("Part", m)
1172p28.BrickColor = BrickColor.new("Black")
1173p28.Material = Enum.Material.Metal
1174p28.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)
1175p28.FormFactor = Enum.FormFactor.Custom
1176p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1177p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1178p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1179p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1180p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1181p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1182p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1183b28 = Instance.new("SpecialMesh", p28)
1184b28.MeshType = Enum.MeshType.Brick
1185b28.Name = "Mesh"
1186b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1187p29 = Instance.new("Part", m)
1188p29.BrickColor = BrickColor.new("Black")
1189p29.Material = Enum.Material.Metal
1190p29.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)
1191p29.FormFactor = Enum.FormFactor.Custom
1192p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1193p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1194p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1195p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1196p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1197p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1198p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1199b29 = Instance.new("SpecialMesh", p29)
1200b29.MeshType = Enum.MeshType.Brick
1201b29.Name = "Mesh"
1202b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1203p30 = Instance.new("Part", m)
1204p30.BrickColor = BrickColor.new("Black")
1205p30.Material = Enum.Material.Metal
1206p30.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)
1207p30.FormFactor = Enum.FormFactor.Custom
1208p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1209p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1210p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1211p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1212p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1213p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1214p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1215b30 = Instance.new("SpecialMesh", p30)
1216b30.MeshType = Enum.MeshType.Wedge
1217b30.Name = "Mesh"
1218b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1219p31 = Instance.new("Part", m)
1220p31.BrickColor = BrickColor.new("Black")
1221p31.Material = Enum.Material.Metal
1222p31.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)
1223p31.FormFactor = Enum.FormFactor.Custom
1224p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1225p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1226p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1227p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1228p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1229p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1230p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1231b31 = Instance.new("SpecialMesh", p31)
1232b31.MeshType = Enum.MeshType.Brick
1233b31.Name = "Mesh"
1234b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1235p32 = Instance.new("Part", m)
1236p32.BrickColor = BrickColor.new("Black")
1237p32.Material = Enum.Material.Metal
1238p32.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)
1239p32.FormFactor = Enum.FormFactor.Custom
1240p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1241p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1242p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1243p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1244p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1245p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1246p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1247b32 = Instance.new("SpecialMesh", p32)
1248b32.MeshType = Enum.MeshType.Wedge
1249b32.Name = "Mesh"
1250b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1251p33 = Instance.new("Part", m)
1252p33.BrickColor = BrickColor.new("Black")
1253p33.Material = Enum.Material.Metal
1254p33.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)
1255p33.FormFactor = Enum.FormFactor.Custom
1256p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1257p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1258p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1259p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1260p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1261p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1262p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1263b33 = Instance.new("SpecialMesh", p33)
1264b33.MeshType = Enum.MeshType.Brick
1265b33.Name = "Mesh"
1266b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1267p34 = Instance.new("Part", m)
1268p34.BrickColor = BrickColor.new("Black")
1269p34.Material = Enum.Material.Metal
1270p34.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)
1271p34.FormFactor = Enum.FormFactor.Custom
1272p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1273p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1274p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1275p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1276p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1277p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1278p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1279b34 = Instance.new("SpecialMesh", p34)
1280b34.MeshType = Enum.MeshType.Brick
1281b34.Name = "Mesh"
1282b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1283w1 = Instance.new("Weld", p1)
1284w1.Name = "Part_Weld"
1285w1.Part0 = p1
1286w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1287w1.Part1 = p2
1288w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1289w2 = Instance.new("Weld", p2)
1290w2.Name = "Part_Weld"
1291w2.Part0 = p2
1292w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1293w2.Part1 = p3
1294w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1295w3 = Instance.new("Weld", p3)
1296w3.Name = "LeftArmPlate_Weld"
1297w3.Part0 = p3
1298w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1299w3.Part1 = p4
1300w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1301w4 = Instance.new("Weld", p4)
1302w4.Name = "Part_Weld"
1303w4.Part0 = p4
1304w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1305w4.Part1 = p5
1306w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1307w5 = Instance.new("Weld", p5)
1308w5.Name = "Part_Weld"
1309w5.Part0 = p5
1310w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1311w5.Part1 = p6
1312w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1313w6 = Instance.new("Weld", p6)
1314w6.Name = "Part_Weld"
1315w6.Part0 = p6
1316w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1317w6.Part1 = p7
1318w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1319w7 = Instance.new("Weld", p7)
1320w7.Name = "Part_Weld"
1321w7.Part0 = p7
1322w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1323w7.Part1 = p8
1324w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1325w8 = Instance.new("Weld", p8)
1326w8.Name = "Part_Weld"
1327w8.Part0 = p8
1328w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1329w8.Part1 = p9
1330w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1331w9 = Instance.new("Weld", p9)
1332w9.Name = "Part_Weld"
1333w9.Part0 = p9
1334w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1335w9.Part1 = p10
1336w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1337w10 = Instance.new("Weld", p10)
1338w10.Name = "Part_Weld"
1339w10.Part0 = p10
1340w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1341w10.Part1 = p11
1342w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1343w11 = Instance.new("Weld", p11)
1344w11.Name = "Part_Weld"
1345w11.Part0 = p11
1346w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1347w11.Part1 = p12
1348w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1349w12 = Instance.new("Weld", p12)
1350w12.Name = "Part_Weld"
1351w12.Part0 = p12
1352w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1353w12.Part1 = p13
1354w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1355w13 = Instance.new("Weld", p13)
1356w13.Name = "Part_Weld"
1357w13.Part0 = p13
1358w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1359w13.Part1 = p14
1360w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1361w14 = Instance.new("Weld", p14)
1362w14.Name = "Part_Weld"
1363w14.Part0 = p14
1364w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1365w14.Part1 = p15
1366w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1367w15 = Instance.new("Weld", p15)
1368w15.Name = "Part_Weld"
1369w15.Part0 = p15
1370w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1371w15.Part1 = p16
1372w15.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)
1373w16 = Instance.new("Weld", p16)
1374w16.Name = "Part_Weld"
1375w16.Part0 = p16
1376w16.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)
1377w16.Part1 = p17
1378w16.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)
1379w17 = Instance.new("Weld", p17)
1380w17.Name = "Part_Weld"
1381w17.Part0 = p17
1382w17.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)
1383w17.Part1 = p18
1384w17.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)
1385w18 = Instance.new("Weld", p18)
1386w18.Name = "Part_Weld"
1387w18.Part0 = p18
1388w18.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)
1389w18.Part1 = p19
1390w18.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)
1391w19 = Instance.new("Weld", p19)
1392w19.Name = "Part_Weld"
1393w19.Part0 = p19
1394w19.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)
1395w19.Part1 = p20
1396w19.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)
1397w20 = Instance.new("Weld", p20)
1398w20.Name = "Part_Weld"
1399w20.Part0 = p20
1400w20.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)
1401w20.Part1 = p21
1402w20.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)
1403w21 = Instance.new("Weld", p21)
1404w21.Name = "Part_Weld"
1405w21.Part0 = p21
1406w21.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)
1407w21.Part1 = p22
1408w21.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)
1409w22 = Instance.new("Weld", p22)
1410w22.Name = "Part_Weld"
1411w22.Part0 = p22
1412w22.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)
1413w22.Part1 = p23
1414w22.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)
1415w23 = Instance.new("Weld", p23)
1416w23.Name = "Part_Weld"
1417w23.Part0 = p23
1418w23.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)
1419w23.Part1 = p24
1420w23.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)
1421w24 = Instance.new("Weld", p24)
1422w24.Name = "Part_Weld"
1423w24.Part0 = p24
1424w24.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)
1425w24.Part1 = p25
1426w24.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)
1427w25 = Instance.new("Weld", p25)
1428w25.Name = "Part_Weld"
1429w25.Part0 = p25
1430w25.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)
1431w25.Part1 = p26
1432w25.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)
1433w26 = Instance.new("Weld", p26)
1434w26.Name = "Part_Weld"
1435w26.Part0 = p26
1436w26.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)
1437w26.Part1 = p27
1438w26.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)
1439w27 = Instance.new("Weld", p27)
1440w27.Name = "Part_Weld"
1441w27.Part0 = p27
1442w27.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)
1443w27.Part1 = p28
1444w27.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)
1445w28 = Instance.new("Weld", p28)
1446w28.Name = "Part_Weld"
1447w28.Part0 = p28
1448w28.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)
1449w28.Part1 = p29
1450w28.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)
1451w29 = Instance.new("Weld", p29)
1452w29.Name = "Part_Weld"
1453w29.Part0 = p29
1454w29.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)
1455w29.Part1 = p30
1456w29.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)
1457w30 = Instance.new("Weld", p30)
1458w30.Name = "Part_Weld"
1459w30.Part0 = p30
1460w30.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)
1461w30.Part1 = p31
1462w30.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)
1463w31 = Instance.new("Weld", p31)
1464w31.Name = "Part_Weld"
1465w31.Part0 = p31
1466w31.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)
1467w31.Part1 = p32
1468w31.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)
1469w32 = Instance.new("Weld", p32)
1470w32.Name = "Part_Weld"
1471w32.Part0 = p32
1472w32.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)
1473w32.Part1 = p33
1474w32.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)
1475w33 = Instance.new("Weld", p33)
1476w33.Name = "Part_Weld"
1477w33.Part0 = p33
1478w33.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)
1479w33.Part1 = p34
1480w33.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)
1481m.Parent = larm
1482m:MakeJoints()
1483----------------------------------------------------
1484local cor = Instance.new("Part", larm.LeftArm)
1485cor.Name = "Thingy"
1486cor.Locked = true
1487cor.BottomSurface = 0
1488cor.CanCollide = false
1489cor.Size = Vector3.new(1, 1, 1)
1490cor.Transparency = 1
1491cor.TopSurface = 0
1492corw = Instance.new("Weld", cor)
1493corw.Part0 = larm
1494corw.Part1 = cor
1495corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1496corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1497weld1 = Instance.new("Weld", larm.LeftArm)
1498weld1.Part0 = cor
1499weld1.Part1 = larm.LeftArm.LeftArmPlate
1500weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1501--Right Arm
1502m2 = Instance.new("Model")
1503m2.Name = "RightArm"
1504p1 = Instance.new("Part", m2)
1505p1.BrickColor = BrickColor.new("Lime green")
1506p1.Material = Enum.Material.Granite
1507p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1508p1.FormFactor = Enum.FormFactor.Custom
1509p1.Size = Vector3.new(1, 0.200000048, 1)
1510p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1511p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1512p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1513p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1514p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1515p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1516b1 = Instance.new("SpecialMesh", p1)
1517b1.MeshType = Enum.MeshType.Brick
1518b1.Name = "Mesh"
1519b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1520p2 = Instance.new("Part", m2)
1521p2.BrickColor = BrickColor.new("Lime green")
1522p2.Material = Enum.Material.Granite
1523p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1524p2.FormFactor = Enum.FormFactor.Custom
1525p2.Size = Vector3.new(1, 0.200000048, 1)
1526p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1527p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1528p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1529p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1530p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1531p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1532b2 = Instance.new("SpecialMesh", p2)
1533b2.MeshType = Enum.MeshType.Brick
1534b2.Name = "Mesh"
1535b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1536p3 = Instance.new("Part", m2)
1537p3.BrickColor = BrickColor.new("Lime green")
1538p3.Material = Enum.Material.Granite
1539p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1540p3.FormFactor = Enum.FormFactor.Custom
1541p3.Size = Vector3.new(1, 0.200000048, 1)
1542p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1543p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1544p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1545p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1546p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1547p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1548b3 = Instance.new("SpecialMesh", p3)
1549b3.MeshType = Enum.MeshType.Brick
1550b3.Name = "Mesh"
1551b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1552p4 = Instance.new("Part", m2)
1553p4.BrickColor = BrickColor.new("Lime green")
1554p4.Material = Enum.Material.Granite
1555p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1556p4.FormFactor = Enum.FormFactor.Custom
1557p4.Size = Vector3.new(1, 0.200000048, 1)
1558p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1559p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1560p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1561p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1562p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1563p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1564b4 = Instance.new("SpecialMesh", p4)
1565b4.MeshType = Enum.MeshType.Brick
1566b4.Name = "Mesh"
1567b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1568p5 = Instance.new("Part", m2)
1569p5.BrickColor = BrickColor.new("Lime green")
1570p5.Material = Enum.Material.Granite
1571p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1572p5.FormFactor = Enum.FormFactor.Custom
1573p5.Size = Vector3.new(1, 0.200000048, 1)
1574p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1575p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1576p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1577p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1578p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1579p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1580b5 = Instance.new("SpecialMesh", p5)
1581b5.MeshType = Enum.MeshType.Brick
1582b5.Name = "Mesh"
1583b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1584p6 = Instance.new("Part", m2)
1585p6.BrickColor = BrickColor.new("Lime green")
1586p6.Material = Enum.Material.Granite
1587p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1588p6.FormFactor = Enum.FormFactor.Custom
1589p6.Size = Vector3.new(1, 1, 1)
1590p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1591p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1592p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1593p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1594p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1595p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1596b6 = Instance.new("SpecialMesh", p6)
1597b6.MeshType = Enum.MeshType.Sphere
1598b6.Name = "Mesh"
1599p7 = Instance.new("Part", m2)
1600p7.BrickColor = BrickColor.new("Black")
1601p7.Material = Enum.Material.SmoothPlastic
1602p7.Name = "RightArmPlate"
1603p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1604p7.FormFactor = Enum.FormFactor.Symmetric
1605p7.Size = Vector3.new(1, 2, 1)
1606p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1607p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1608p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1609p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1610p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1611p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1612b7 = Instance.new("SpecialMesh", p7)
1613b7.MeshType = Enum.MeshType.Brick
1614b7.Name = "Mesh"
1615b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1616p8 = Instance.new("Part", m2)
1617p8.BrickColor = BrickColor.new("Lime green")
1618p8.Material = Enum.Material.Granite
1619p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1620p8.FormFactor = Enum.FormFactor.Custom
1621p8.Size = Vector3.new(1, 0.200000048, 1)
1622p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1623p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1624p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1625p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1626p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1627p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1628b8 = Instance.new("SpecialMesh", p8)
1629b8.MeshType = Enum.MeshType.Brick
1630b8.Name = "Mesh"
1631b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1632p9 = Instance.new("Part", m2)
1633p9.BrickColor = BrickColor.new("Black")
1634p9.Material = Enum.Material.SmoothPlastic
1635p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1636p9.FormFactor = Enum.FormFactor.Custom
1637p9.Size = Vector3.new(1, 0.349999994, 1)
1638p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1639p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1640p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1641p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1642p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1643p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1644b9 = Instance.new("SpecialMesh", p9)
1645b9.MeshType = Enum.MeshType.Brick
1646b9.Name = "Mesh"
1647b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1648p10 = Instance.new("Part", m2)
1649p10.BrickColor = BrickColor.new("Black")
1650p10.Material = Enum.Material.Metal
1651p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1652p10.FormFactor = Enum.FormFactor.Custom
1653p10.Size = Vector3.new(1, 0.25, 1)
1654p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1655p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1656p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1657p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1658p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1659p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1660b10 = Instance.new("SpecialMesh", p10)
1661b10.MeshType = Enum.MeshType.Brick
1662b10.Name = "Mesh"
1663b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1664p11 = Instance.new("Part", m2)
1665p11.BrickColor = BrickColor.new("Black")
1666p11.Material = Enum.Material.Metal
1667p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1668p11.FormFactor = Enum.FormFactor.Custom
1669p11.Size = Vector3.new(1, 0.25, 1)
1670p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1671p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1672p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1673p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1674p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1675p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1676b11 = Instance.new("SpecialMesh", p11)
1677b11.MeshType = Enum.MeshType.Brick
1678b11.Name = "Mesh"
1679b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1680p12 = Instance.new("Part", m2)
1681p12.BrickColor = BrickColor.new("Black")
1682p12.Material = Enum.Material.Metal
1683p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1684p12.FormFactor = Enum.FormFactor.Custom
1685p12.Size = Vector3.new(1, 0.25, 1)
1686p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1687p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1688p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1689p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1690p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1691p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1692b12 = Instance.new("SpecialMesh", p12)
1693b12.MeshType = Enum.MeshType.Brick
1694b12.Name = "Mesh"
1695b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1696p13 = Instance.new("Part", m2)
1697p13.BrickColor = BrickColor.new("Lime green")
1698p13.Material = Enum.Material.Granite
1699p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1700p13.FormFactor = Enum.FormFactor.Custom
1701p13.Size = Vector3.new(1, 0.200000048, 1)
1702p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1703p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1704p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1705p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1706p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1707p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1708b13 = Instance.new("SpecialMesh", p13)
1709b13.MeshType = Enum.MeshType.Brick
1710b13.Name = "Mesh"
1711b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1712p14 = Instance.new("Part", m2)
1713p14.BrickColor = BrickColor.new("Black")
1714p14.Material = Enum.Material.Metal
1715p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1716p14.FormFactor = Enum.FormFactor.Custom
1717p14.Size = Vector3.new(1, 0.25, 1)
1718p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1719p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1720p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1721p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1722p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1723p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1724b14 = Instance.new("SpecialMesh", p14)
1725b14.MeshType = Enum.MeshType.Brick
1726b14.Name = "Mesh"
1727b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1728p15 = Instance.new("Part", m2)
1729p15.BrickColor = BrickColor.new("Lime green")
1730p15.Material = Enum.Material.Granite
1731p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1732p15.FormFactor = Enum.FormFactor.Custom
1733p15.Size = Vector3.new(1, 0.200000048, 1)
1734p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1735p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1736p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1737p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1738p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1739p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1740b15 = Instance.new("SpecialMesh", p15)
1741b15.MeshType = Enum.MeshType.Brick
1742b15.Name = "Mesh"
1743b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1744p16 = Instance.new("Part", m2)
1745p16.BrickColor = BrickColor.new("Black")
1746p16.Material = Enum.Material.SmoothPlastic
1747p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1748p16.FormFactor = Enum.FormFactor.Custom
1749p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1750p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1751p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1752p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1753p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1754p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1755p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1756b16 = Instance.new("SpecialMesh", p16)
1757b16.MeshType = Enum.MeshType.Brick
1758b16.Name = "Mesh"
1759b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1760p17 = Instance.new("Part", m2)
1761p17.BrickColor = BrickColor.new("Black")
1762p17.Material = Enum.Material.SmoothPlastic
1763p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1764p17.FormFactor = Enum.FormFactor.Custom
1765p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1766p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1767p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1768p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1769p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1770p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1771p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1772b17 = Instance.new("SpecialMesh", p17)
1773b17.MeshType = Enum.MeshType.Brick
1774b17.Name = "Mesh"
1775b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1776p18 = Instance.new("Part", m2)
1777p18.BrickColor = BrickColor.new("Really black")
1778p18.Material = Enum.Material.SmoothPlastic
1779p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1780p18.FormFactor = Enum.FormFactor.Custom
1781p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1782p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1783p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1784p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1785p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1786p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1787p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1788b18 = Instance.new("SpecialMesh", p18)
1789b18.MeshType = Enum.MeshType.Brick
1790b18.Name = "Mesh"
1791b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1792p19 = Instance.new("Part", m2)
1793p19.BrickColor = BrickColor.new("Black")
1794p19.Material = Enum.Material.SmoothPlastic
1795p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1796p19.FormFactor = Enum.FormFactor.Custom
1797p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1798p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1799p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1800p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1801p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1802p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1803p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1804b19 = Instance.new("SpecialMesh", p19)
1805b19.MeshType = Enum.MeshType.Brick
1806b19.Name = "Mesh"
1807b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1808w1 = Instance.new("Weld", p1)
1809w1.Name = "Part_Weld"
1810w1.Part0 = p1
1811w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1812w1.Part1 = p2
1813w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1814w2 = Instance.new("Weld", p2)
1815w2.Name = "Part_Weld"
1816w2.Part0 = p2
1817w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1818w2.Part1 = p3
1819w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1820w3 = Instance.new("Weld", p3)
1821w3.Name = "Part_Weld"
1822w3.Part0 = p3
1823w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1824w3.Part1 = p4
1825w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1826w4 = Instance.new("Weld", p4)
1827w4.Name = "Part_Weld"
1828w4.Part0 = p4
1829w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1830w4.Part1 = p5
1831w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1832w5 = Instance.new("Weld", p5)
1833w5.Name = "Part_Weld"
1834w5.Part0 = p5
1835w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836w5.Part1 = p6
1837w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1838w6 = Instance.new("Weld", p6)
1839w6.Name = "RightArmPlate_Weld"
1840w6.Part0 = p6
1841w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1842w6.Part1 = p7
1843w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1844w7 = Instance.new("Weld", p7)
1845w7.Name = "Part_Weld"
1846w7.Part0 = p7
1847w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1848w7.Part1 = p8
1849w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1850w8 = Instance.new("Weld", p8)
1851w8.Name = "Part_Weld"
1852w8.Part0 = p8
1853w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1854w8.Part1 = p9
1855w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1856w9 = Instance.new("Weld", p9)
1857w9.Name = "Part_Weld"
1858w9.Part0 = p9
1859w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1860w9.Part1 = p10
1861w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1862w10 = Instance.new("Weld", p10)
1863w10.Name = "Part_Weld"
1864w10.Part0 = p10
1865w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1866w10.Part1 = p11
1867w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1868w11 = Instance.new("Weld", p11)
1869w11.Name = "Part_Weld"
1870w11.Part0 = p11
1871w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1872w11.Part1 = p12
1873w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1874w12 = Instance.new("Weld", p12)
1875w12.Name = "Part_Weld"
1876w12.Part0 = p12
1877w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1878w12.Part1 = p13
1879w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1880w13 = Instance.new("Weld", p13)
1881w13.Name = "Part_Weld"
1882w13.Part0 = p13
1883w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1884w13.Part1 = p14
1885w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1886w14 = Instance.new("Weld", p14)
1887w14.Name = "Part_Weld"
1888w14.Part0 = p14
1889w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1890w14.Part1 = p15
1891w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1892w15 = Instance.new("Weld", p15)
1893w15.Name = "Part_Weld"
1894w15.Part0 = p15
1895w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1896w15.Part1 = p16
1897w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1898w16 = Instance.new("Weld", p16)
1899w16.Name = "Part_Weld"
1900w16.Part0 = p16
1901w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1902w16.Part1 = p17
1903w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1904w17 = Instance.new("Weld", p17)
1905w17.Name = "Part_Weld"
1906w17.Part0 = p17
1907w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1908w17.Part1 = p18
1909w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1910w18 = Instance.new("Weld", p18)
1911w18.Name = "Part_Weld"
1912w18.Part0 = p18
1913w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1914w18.Part1 = p19
1915w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1916m2.Parent = rarm
1917m2:MakeJoints()
1918----------------------------------------------------
1919local cor2 = Instance.new("Part", rarm.RightArm)
1920cor2.Name = "Thingy"
1921cor2.Locked = true
1922cor2.BottomSurface = 0
1923cor2.CanCollide = false
1924cor2.Size = Vector3.new(1, 1, 1)
1925cor2.Transparency = 1
1926cor2.TopSurface = 0
1927corw2 = Instance.new("Weld", cor2)
1928corw2.Part0 = rarm
1929corw2.Part1 = cor2
1930corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1931corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1932weld2 = Instance.new("Weld", rarm.RightArm)
1933weld2.Part0 = cor2
1934weld2.Part1 = rarm.RightArm.RightArmPlate
1935weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1936--Torso
1937m3 = Instance.new("Model")
1938m3.Name = "Torso"
1939p1 = Instance.new("Part", m3)
1940p1.BrickColor = BrickColor.new("Really black")
1941p1.Material = Enum.Material.Metal
1942p1.Name = "TorsoPlate"
1943p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1944p1.CanCollide = false
1945p1.Locked = true
1946p1.FormFactor = Enum.FormFactor.Custom
1947p1.Size = Vector3.new(2, 2, 1)
1948p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1949p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1950p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1951p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1952p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1953p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1954b1 = Instance.new("SpecialMesh", p1)
1955b1.MeshType = Enum.MeshType.Brick
1956b1.Name = "Mesh"
1957b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1958p2 = Instance.new("Part", m3)
1959p2.BrickColor = BrickColor.new("Really black")
1960p2.Material = Enum.Material.Metal
1961p2.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)
1962p2.CanCollide = false
1963p2.Locked = true
1964p2.FormFactor = Enum.FormFactor.Custom
1965p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1966b2 = Instance.new("SpecialMesh", p2)
1967b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1968b2.TextureId = ""
1969b2.MeshType = Enum.MeshType.FileMesh
1970b2.Name = "Mesh"
1971b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1972p3 = Instance.new("Part", m3)
1973p3.BrickColor = BrickColor.new("Black")
1974p3.Material = Enum.Material.Metal
1975p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1976p3.CanCollide = false
1977p3.Locked = true
1978p3.FormFactor = Enum.FormFactor.Custom
1979p3.Size = Vector3.new(2, 2, 0.200000018)
1980p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1981p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1982p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1983p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1984p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1985p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1986b3 = Instance.new("SpecialMesh", p3)
1987b3.MeshType = Enum.MeshType.Brick
1988b3.Name = "Mesh"
1989b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1990p4 = Instance.new("Part", m3)
1991p4.BrickColor = BrickColor.new("Black")
1992p4.Material = Enum.Material.Metal
1993p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1994p4.CanCollide = false
1995p4.Locked = true
1996p4.FormFactor = Enum.FormFactor.Custom
1997p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1998p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1999p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2000p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2001p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2002p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2003p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2004b4 = Instance.new("SpecialMesh", p4)
2005b4.MeshType = Enum.MeshType.Brick
2006b4.Name = "Mesh"
2007b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2008p5 = Instance.new("Part", m3)
2009p5.BrickColor = BrickColor.new("Black")
2010p5.Material = Enum.Material.Metal
2011p5.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)
2012p5.CanCollide = false
2013p5.Locked = true
2014p5.FormFactor = Enum.FormFactor.Custom
2015p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
2016p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2017p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2018p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2019p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2020p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2021p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2022b5 = Instance.new("SpecialMesh", p5)
2023b5.MeshType = Enum.MeshType.Wedge
2024b5.Name = "Mesh"
2025b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2026p6 = Instance.new("Part", m3)
2027p6.BrickColor = BrickColor.new("Black")
2028p6.Material = Enum.Material.Metal
2029p6.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)
2030p6.CanCollide = false
2031p6.Locked = true
2032p6.FormFactor = Enum.FormFactor.Custom
2033p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
2034p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2035p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2036p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2037p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2038p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2039p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2040b6 = Instance.new("SpecialMesh", p6)
2041b6.MeshType = Enum.MeshType.Wedge
2042b6.Name = "Mesh"
2043b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2044p7 = Instance.new("Part", m3)
2045p7.BrickColor = BrickColor.new("Black")
2046p7.Material = Enum.Material.Metal
2047p7.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)
2048p7.CanCollide = false
2049p7.Locked = true
2050p7.FormFactor = Enum.FormFactor.Custom
2051p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2052p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2053p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2054p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2055p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2056p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2057p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2058b7 = Instance.new("SpecialMesh", p7)
2059b7.MeshType = Enum.MeshType.Wedge
2060b7.Name = "Mesh"
2061p8 = Instance.new("Part", m3)
2062p8.BrickColor = BrickColor.new("Black")
2063p8.Material = Enum.Material.Metal
2064p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2065p8.CanCollide = false
2066p8.Locked = true
2067p8.FormFactor = Enum.FormFactor.Custom
2068p8.Size = Vector3.new(1, 2, 0.200000018)
2069p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2070p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2071p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2072p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2073p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2074p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2075b8 = Instance.new("SpecialMesh", p8)
2076b8.MeshType = Enum.MeshType.Brick
2077b8.Name = "Mesh"
2078b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2079p9 = Instance.new("Part", m3)
2080p9.BrickColor = BrickColor.new("Black")
2081p9.Material = Enum.Material.Metal
2082p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2083p9.CanCollide = false
2084p9.Locked = true
2085p9.FormFactor = Enum.FormFactor.Custom
2086p9.Size = Vector3.new(1, 2, 0.200000018)
2087p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2088p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2089p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2090p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2091p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2092p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2093b9 = Instance.new("SpecialMesh", p9)
2094b9.MeshType = Enum.MeshType.Brick
2095b9.Name = "Mesh"
2096b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2097p10 = Instance.new("Part", m3)
2098p10.BrickColor = BrickColor.new("Black")
2099p10.Material = Enum.Material.Metal
2100p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2101p10.CanCollide = false
2102p10.Locked = true
2103p10.FormFactor = Enum.FormFactor.Custom
2104p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2105p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2106p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2107p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2108p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2109p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2110p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2111b10 = Instance.new("SpecialMesh", p10)
2112b10.MeshType = Enum.MeshType.Brick
2113b10.Name = "Mesh"
2114b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2115p11 = Instance.new("Part", m3)
2116p11.BrickColor = BrickColor.new("Really black")
2117p11.Material = Enum.Material.Metal
2118p11.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)
2119p11.CanCollide = false
2120p11.Locked = true
2121p11.FormFactor = Enum.FormFactor.Custom
2122p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2123b11 = Instance.new("SpecialMesh", p11)
2124b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2125b11.TextureId = ""
2126b11.MeshType = Enum.MeshType.FileMesh
2127b11.Name = "Mesh"
2128b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2129p12 = Instance.new("Part", m3)
2130p12.BrickColor = BrickColor.new("Really black")
2131p12.Material = Enum.Material.Metal
2132p12.Transparency = 1
2133p12.Name = "Chain2Torso"
2134p12.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)
2135p12.CanCollide = false
2136p12.Locked = true
2137p12.FormFactor = Enum.FormFactor.Custom
2138p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2139b12 = Instance.new("SpecialMesh", p12)
2140b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2141b12.TextureId = ""
2142b12.MeshType = Enum.MeshType.FileMesh
2143b12.Name = "Mesh"
2144b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2145p13 = Instance.new("Part", m3)
2146p13.BrickColor = BrickColor.new("Really black")
2147p13.Material = Enum.Material.Metal
2148p13.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)
2149p13.CanCollide = false
2150p13.Locked = true
2151p13.FormFactor = Enum.FormFactor.Custom
2152p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2153b13 = Instance.new("SpecialMesh", p13)
2154b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2155b13.TextureId = ""
2156b13.MeshType = Enum.MeshType.FileMesh
2157b13.Name = "Mesh"
2158b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2159p14 = Instance.new("Part", m3)
2160p14.BrickColor = BrickColor.new("Really black")
2161p14.Material = Enum.Material.Metal
2162p14.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)
2163p14.CanCollide = false
2164p14.Locked = true
2165p14.FormFactor = Enum.FormFactor.Custom
2166p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2167b14 = Instance.new("SpecialMesh", p14)
2168b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2169b14.TextureId = ""
2170b14.MeshType = Enum.MeshType.FileMesh
2171b14.Name = "Mesh"
2172b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2173p15 = Instance.new("Part", m3)
2174p15.BrickColor = BrickColor.new("Really black")
2175p15.Material = Enum.Material.Metal
2176p15.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)
2177p15.CanCollide = false
2178p15.Locked = true
2179p15.FormFactor = Enum.FormFactor.Custom
2180p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2181b15 = Instance.new("SpecialMesh", p15)
2182b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2183b15.TextureId = ""
2184b15.MeshType = Enum.MeshType.FileMesh
2185b15.Name = "Mesh"
2186b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2187p16 = Instance.new("Part", m3)
2188p16.BrickColor = BrickColor.new("Really black")
2189p16.Material = Enum.Material.Metal
2190p16.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)
2191p16.CanCollide = false
2192p16.Locked = true
2193p16.FormFactor = Enum.FormFactor.Custom
2194p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2195b16 = Instance.new("SpecialMesh", p16)
2196b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2197b16.TextureId = ""
2198b16.MeshType = Enum.MeshType.FileMesh
2199b16.Name = "Mesh"
2200b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2201p17 = Instance.new("Part", m3)
2202p17.BrickColor = BrickColor.new("Really black")
2203p17.Material = Enum.Material.Metal
2204p17.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)
2205p17.CanCollide = false
2206p17.Locked = true
2207p17.FormFactor = Enum.FormFactor.Custom
2208p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2209b17 = Instance.new("SpecialMesh", p17)
2210b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2211b17.TextureId = ""
2212b17.MeshType = Enum.MeshType.FileMesh
2213b17.Name = "Mesh"
2214b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2215p18 = Instance.new("Part", m3)
2216p18.BrickColor = BrickColor.new("Really black")
2217p18.Material = Enum.Material.Metal
2218p18.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)
2219p18.CanCollide = false
2220p18.Locked = true
2221p18.FormFactor = Enum.FormFactor.Custom
2222p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2223b18 = Instance.new("SpecialMesh", p18)
2224b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2225b18.TextureId = ""
2226b18.MeshType = Enum.MeshType.FileMesh
2227b18.Name = "Mesh"
2228b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2229p19 = Instance.new("Part", m3)
2230p19.BrickColor = BrickColor.new("Really black")
2231p19.Material = Enum.Material.Metal
2232p19.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)
2233p19.CanCollide = false
2234p19.Locked = true
2235p19.FormFactor = Enum.FormFactor.Custom
2236p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2237b19 = Instance.new("SpecialMesh", p19)
2238b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2239b19.TextureId = ""
2240b19.MeshType = Enum.MeshType.FileMesh
2241b19.Name = "Mesh"
2242b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2243p20 = Instance.new("Part", m3)
2244p20.BrickColor = BrickColor.new("Really black")
2245p20.Material = Enum.Material.Metal
2246p20.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)
2247p20.CanCollide = false
2248p20.Locked = true
2249p20.FormFactor = Enum.FormFactor.Custom
2250p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2251b20 = Instance.new("SpecialMesh", p20)
2252b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2253b20.TextureId = ""
2254b20.MeshType = Enum.MeshType.FileMesh
2255b20.Name = "Mesh"
2256b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2257p21 = Instance.new("Part", m3)
2258p21.BrickColor = BrickColor.new("Really black")
2259p21.Material = Enum.Material.Metal
2260p21.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)
2261p21.CanCollide = false
2262p21.Locked = true
2263p21.FormFactor = Enum.FormFactor.Custom
2264p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2265b21 = Instance.new("SpecialMesh", p21)
2266b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2267b21.TextureId = ""
2268b21.MeshType = Enum.MeshType.FileMesh
2269b21.Name = "Mesh"
2270b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2271p22 = Instance.new("Part", m3)
2272p22.BrickColor = BrickColor.new("Really black")
2273p22.Material = Enum.Material.Metal
2274p22.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)
2275p22.CanCollide = false
2276p22.Locked = true
2277p22.FormFactor = Enum.FormFactor.Custom
2278p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2279b22 = Instance.new("SpecialMesh", p22)
2280b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2281b22.TextureId = ""
2282b22.MeshType = Enum.MeshType.FileMesh
2283b22.Name = "Mesh"
2284b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2285p23 = Instance.new("Part", m3)
2286p23.BrickColor = BrickColor.new("Really black")
2287p23.Material = Enum.Material.Metal
2288p23.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)
2289p23.CanCollide = false
2290p23.Locked = true
2291p23.FormFactor = Enum.FormFactor.Custom
2292p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2293b23 = Instance.new("SpecialMesh", p23)
2294b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2295b23.TextureId = ""
2296b23.MeshType = Enum.MeshType.FileMesh
2297b23.Name = "Mesh"
2298b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2299p24 = Instance.new("Part", m3)
2300p24.BrickColor = BrickColor.new("Really black")
2301p24.Material = Enum.Material.Metal
2302p24.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)
2303p24.CanCollide = false
2304p24.Locked = true
2305p24.FormFactor = Enum.FormFactor.Custom
2306p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2307b24 = Instance.new("SpecialMesh", p24)
2308b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2309b24.TextureId = ""
2310b24.MeshType = Enum.MeshType.FileMesh
2311b24.Name = "Mesh"
2312b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2313p25 = Instance.new("Part", m3)
2314p25.BrickColor = BrickColor.new("Really black")
2315p25.Material = Enum.Material.Metal
2316p25.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)
2317p25.CanCollide = false
2318p25.Locked = true
2319p25.FormFactor = Enum.FormFactor.Custom
2320p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2321b25 = Instance.new("SpecialMesh", p25)
2322b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2323b25.TextureId = ""
2324b25.MeshType = Enum.MeshType.FileMesh
2325b25.Name = "Mesh"
2326b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2327p26 = Instance.new("Part", m3)
2328p26.BrickColor = BrickColor.new("Really black")
2329p26.Material = Enum.Material.Metal
2330p26.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)
2331p26.CanCollide = false
2332p26.Locked = true
2333p26.FormFactor = Enum.FormFactor.Custom
2334p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2335b26 = Instance.new("SpecialMesh", p26)
2336b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2337b26.TextureId = ""
2338b26.MeshType = Enum.MeshType.FileMesh
2339b26.Name = "Mesh"
2340b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2341p27 = Instance.new("Part", m3)
2342p27.BrickColor = BrickColor.new("Really black")
2343p27.Material = Enum.Material.Metal
2344p27.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)
2345p27.CanCollide = false
2346p27.Locked = true
2347p27.FormFactor = Enum.FormFactor.Custom
2348p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2349b27 = Instance.new("SpecialMesh", p27)
2350b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2351b27.TextureId = ""
2352b27.MeshType = Enum.MeshType.FileMesh
2353b27.Name = "Mesh"
2354b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2355p28 = Instance.new("Part", m3)
2356p28.BrickColor = BrickColor.new("Really black")
2357p28.Material = Enum.Material.Metal
2358p28.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)
2359p28.CanCollide = false
2360p28.Locked = true
2361p28.FormFactor = Enum.FormFactor.Custom
2362p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2363b28 = Instance.new("SpecialMesh", p28)
2364b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2365b28.TextureId = ""
2366b28.MeshType = Enum.MeshType.FileMesh
2367b28.Name = "Mesh"
2368b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2369p29 = Instance.new("Part", m3)
2370p29.BrickColor = BrickColor.new("Really black")
2371p29.Material = Enum.Material.Metal
2372p29.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)
2373p29.CanCollide = false
2374p29.Locked = true
2375p29.FormFactor = Enum.FormFactor.Custom
2376p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2377b29 = Instance.new("SpecialMesh", p29)
2378b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2379b29.TextureId = ""
2380b29.MeshType = Enum.MeshType.FileMesh
2381b29.Name = "Mesh"
2382b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2383p30 = Instance.new("Part", m3)
2384p30.BrickColor = BrickColor.new("Really black")
2385p30.Material = Enum.Material.Metal
2386p30.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)
2387p30.CanCollide = false
2388p30.Locked = true
2389p30.FormFactor = Enum.FormFactor.Custom
2390p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2391b30 = Instance.new("SpecialMesh", p30)
2392b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2393b30.TextureId = ""
2394b30.MeshType = Enum.MeshType.FileMesh
2395b30.Name = "Mesh"
2396b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2397p31 = Instance.new("Part", m3)
2398p31.BrickColor = BrickColor.new("Really black")
2399p31.Material = Enum.Material.Metal
2400p31.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)
2401p31.CanCollide = false
2402p31.Locked = true
2403p31.FormFactor = Enum.FormFactor.Custom
2404p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2405b31 = Instance.new("SpecialMesh", p31)
2406b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2407b31.TextureId = ""
2408b31.MeshType = Enum.MeshType.FileMesh
2409b31.Name = "Mesh"
2410b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2411p32 = Instance.new("Part", m3)
2412p32.BrickColor = BrickColor.new("Really black")
2413p32.Material = Enum.Material.Metal
2414p32.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)
2415p32.CanCollide = false
2416p32.Locked = true
2417p32.FormFactor = Enum.FormFactor.Custom
2418p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2419b32 = Instance.new("SpecialMesh", p32)
2420b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2421b32.TextureId = ""
2422b32.MeshType = Enum.MeshType.FileMesh
2423b32.Name = "Mesh"
2424b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2425p33 = Instance.new("Part", m3)
2426p33.BrickColor = BrickColor.new("Really black")
2427p33.Material = Enum.Material.Metal
2428p33.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)
2429p33.CanCollide = false
2430p33.Locked = true
2431p33.FormFactor = Enum.FormFactor.Custom
2432p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2433b33 = Instance.new("SpecialMesh", p33)
2434b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2435b33.TextureId = ""
2436b33.MeshType = Enum.MeshType.FileMesh
2437b33.Name = "Mesh"
2438b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2439p34 = Instance.new("Part", m3)
2440p34.BrickColor = BrickColor.new("Really black")
2441p34.Material = Enum.Material.Metal
2442p34.Name = "Connection"
2443p34.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)
2444p34.CanCollide = false
2445p34.Locked = true
2446p34.FormFactor = Enum.FormFactor.Custom
2447p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2448b34 = Instance.new("SpecialMesh", p34)
2449b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2450b34.TextureId = ""
2451b34.MeshType = Enum.MeshType.FileMesh
2452b34.Name = "Mesh"
2453b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2454p35 = Instance.new("Part", m3)
2455p35.BrickColor = BrickColor.new("Really black")
2456p35.Material = Enum.Material.Metal
2457p35.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)
2458p35.CanCollide = false
2459p35.Locked = true
2460p35.FormFactor = Enum.FormFactor.Custom
2461p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2462b35 = Instance.new("SpecialMesh", p35)
2463b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2464b35.TextureId = ""
2465b35.MeshType = Enum.MeshType.FileMesh
2466b35.Name = "Mesh"
2467b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2468p36 = Instance.new("Part", m3)
2469p36.BrickColor = BrickColor.new("Really black")
2470p36.Material = Enum.Material.Metal
2471p36.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)
2472p36.CanCollide = false
2473p36.Locked = true
2474p36.FormFactor = Enum.FormFactor.Custom
2475p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2476b36 = Instance.new("SpecialMesh", p36)
2477b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2478b36.TextureId = ""
2479b36.MeshType = Enum.MeshType.FileMesh
2480b36.Name = "Mesh"
2481b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2482w1 = Instance.new("Weld", p2)
2483w1.Name = "Joint"
2484w1.Part0 = p2
2485w1.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)
2486w1.Part1 = p18
2487w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2488w2 = Instance.new("Weld", p3)
2489w2.Name = "Joint"
2490w2.Part0 = p3
2491w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2492w2.Part1 = p1
2493w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2494w3 = Instance.new("Weld", p4)
2495w3.Name = "Joint"
2496w3.Part0 = p4
2497w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2498w3.Part1 = p1
2499w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2500w4 = Instance.new("Weld", p5)
2501w4.Name = "Joint"
2502w4.Part0 = p5
2503w4.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)
2504w4.Part1 = p7
2505w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2506w5 = Instance.new("Weld", p6)
2507w5.Name = "Joint"
2508w5.Part0 = p6
2509w5.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)
2510w5.Part1 = p7
2511w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2512w6 = Instance.new("Weld", p7)
2513w6.Name = "Joint"
2514w6.Part0 = p7
2515w6.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)
2516w6.Part1 = p1
2517w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2518w7 = Instance.new("Weld", p8)
2519w7.Name = "Joint"
2520w7.Part0 = p8
2521w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2522w7.Part1 = p1
2523w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2524w8 = Instance.new("Weld", p9)
2525w8.Name = "Joint"
2526w8.Part0 = p9
2527w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2528w8.Part1 = p1
2529w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2530w9 = Instance.new("Weld", p10)
2531w9.Name = "Joint"
2532w9.Part0 = p10
2533w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2534w9.Part1 = p1
2535w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2536w10 = Instance.new("Weld", p11)
2537w10.Name = "Joint"
2538w10.Part0 = p11
2539w10.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)
2540w10.Part1 = p19
2541w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2542w11 = Instance.new("Weld", p12)
2543w11.Name = "Joint"
2544w11.Part0 = p12
2545w11.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)
2546w11.Part1 = p1
2547w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2548w12 = Instance.new("Weld", p13)
2549w12.Name = "Joint"
2550w12.Part0 = p13
2551w12.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)
2552w12.Part1 = p35
2553w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2554w13 = Instance.new("Weld", p14)
2555w13.Name = "Joint"
2556w13.Part0 = p14
2557w13.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)
2558w13.Part1 = p34
2559w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2560w14 = Instance.new("Weld", p15)
2561w14.Name = "Joint"
2562w14.Part0 = p15
2563w14.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)
2564w14.Part1 = p16
2565w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2566w15 = Instance.new("Weld", p16)
2567w15.Name = "Joint"
2568w15.Part0 = p16
2569w15.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)
2570w15.Part1 = p20
2571w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2572w16 = Instance.new("Weld", p17)
2573w16.Name = "Joint"
2574w16.Part0 = p17
2575w16.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)
2576w16.Part1 = p14
2577w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2578w17 = Instance.new("Weld", p18)
2579w17.Name = "Joint"
2580w17.Part0 = p18
2581w17.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)
2582w17.Part1 = p17
2583w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2584w18 = Instance.new("Weld", p19)
2585w18.Name = "Joint"
2586w18.Part0 = p19
2587w18.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)
2588w18.Part1 = p21
2589w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2590w19 = Instance.new("Weld", p20)
2591w19.Name = "Joint"
2592w19.Part0 = p20
2593w19.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)
2594w19.Part1 = p11
2595w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2596w20 = Instance.new("Weld", p21)
2597w20.Name = "Joint"
2598w20.Part0 = p21
2599w20.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)
2600w20.Part1 = p22
2601w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2602w21 = Instance.new("Weld", p22)
2603w21.Name = "Joint"
2604w21.Part0 = p22
2605w21.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)
2606w21.Part1 = p23
2607w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2608w22 = Instance.new("Weld", p23)
2609w22.Name = "Joint"
2610w22.Part0 = p23
2611w22.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)
2612w22.Part1 = p24
2613w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2614w23 = Instance.new("Weld", p24)
2615w23.Name = "Joint"
2616w23.Part0 = p24
2617w23.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)
2618w23.Part1 = p25
2619w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2620w24 = Instance.new("Weld", p25)
2621w24.Name = "Joint"
2622w24.Part0 = p25
2623w24.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)
2624w24.Part1 = p26
2625w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2626w25 = Instance.new("Weld", p26)
2627w25.Name = "Joint"
2628w25.Part0 = p26
2629w25.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)
2630w25.Part1 = p27
2631w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2632w26 = Instance.new("Weld", p27)
2633w26.Name = "Joint"
2634w26.Part0 = p27
2635w26.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)
2636w26.Part1 = p28
2637w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2638w27 = Instance.new("Weld", p28)
2639w27.Name = "Joint"
2640w27.Part0 = p28
2641w27.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)
2642w27.Part1 = p29
2643w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2644w28 = Instance.new("Weld", p29)
2645w28.Name = "Joint"
2646w28.Part0 = p29
2647w28.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)
2648w28.Part1 = p30
2649w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2650w29 = Instance.new("Weld", p30)
2651w29.Name = "Joint"
2652w29.Part0 = p30
2653w29.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)
2654w29.Part1 = p31
2655w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2656w30 = Instance.new("Weld", p31)
2657w30.Name = "Joint"
2658w30.Part0 = p31
2659w30.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)
2660w30.Part1 = p32
2661w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2662w31 = Instance.new("Weld", p32)
2663w31.Name = "Joint"
2664w31.Part0 = p32
2665w31.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)
2666w31.Part1 = p33
2667w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2668w32 = Instance.new("Weld", p33)
2669w32.Name = "Joint"
2670w32.Part0 = p33
2671w32.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)
2672w32.Part1 = p13
2673w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2674w33 = Instance.new("Weld", p34)
2675w33.Name = "Joint"
2676w33.Part0 = p34
2677w33.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)
2678w33.Part1 = p12
2679w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2680w34 = Instance.new("Weld", p35)
2681w34.Name = "Joint"
2682w34.Part0 = p35
2683w34.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)
2684w34.Part1 = p36
2685w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2686w35 = Instance.new("Weld", p36)
2687w35.Name = "Joint"
2688w35.Part0 = p36
2689w35.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)
2690w35.Part1 = p2
2691w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2692m3.Parent = torso
2693m3:MakeJoints()
2694----------------------------------------------------
2695local cor3 = Instance.new("Part", torso.Torso)
2696cor3.Name = "Thingy"
2697cor3.Locked = true
2698cor3.BottomSurface = 0
2699cor3.CanCollide = false
2700cor3.Size = Vector3.new(1, 1, 1)
2701cor3.Transparency = 1
2702cor3.TopSurface = 0
2703corw3 = Instance.new("Weld", cor3)
2704corw3.Part0 = torso
2705corw3.Part1 = cor3
2706corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2707corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2708weld3 = Instance.new("Weld", torso.Torso)
2709weld3.Part0 = cor3
2710weld3.Part1 = torso.Torso.TorsoPlate
2711weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2712--Left Leg
2713m4 = Instance.new("Model")
2714m4.Name = "LeftLeg"
2715p1 = Instance.new("Part", m4)
2716p1.BrickColor = BrickColor.new("Really black")
2717p1.Material = Enum.Material.Metal
2718p1.Name = "LeftLegPlate"
2719p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2720p1.Anchored = false
2721p1.CanCollide = false
2722p1.FormFactor = Enum.FormFactor.Custom
2723p1.Size = Vector3.new(1, 2, 1)
2724p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2725p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2726p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2727p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2728p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2729p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2730b1 = Instance.new("SpecialMesh", p1)
2731b1.MeshType = Enum.MeshType.Brick
2732b1.Name = "Mesh"
2733b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2734p2 = Instance.new("Part", m4)
2735p2.BrickColor = BrickColor.new("Really black")
2736p2.Material = Enum.Material.Metal
2737p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2738p2.Anchored = false
2739p2.CanCollide = false
2740p2.FormFactor = Enum.FormFactor.Custom
2741p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2742p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2743p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2744p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2745p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2746p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2747p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2748b2 = Instance.new("SpecialMesh", p2)
2749b2.MeshType = Enum.MeshType.Brick
2750b2.Name = "Mesh"
2751b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2752p3 = Instance.new("Part", m4)
2753p3.BrickColor = BrickColor.new("Really black")
2754p3.Material = Enum.Material.Metal
2755p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2756p3.Anchored = false
2757p3.CanCollide = false
2758p3.FormFactor = Enum.FormFactor.Custom
2759p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2760p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2761p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2762p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2763p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2764p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2765p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2766b3 = Instance.new("SpecialMesh", p3)
2767b3.MeshType = Enum.MeshType.Brick
2768b3.Name = "Mesh"
2769b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2770p4 = Instance.new("Part", m4)
2771p4.BrickColor = BrickColor.new("Black")
2772p4.Material = Enum.Material.Metal
2773p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2774p4.Anchored = false
2775p4.CanCollide = false
2776p4.FormFactor = Enum.FormFactor.Custom
2777p4.Size = Vector3.new(1, 2, 0.200000018)
2778p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2779p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2780p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2781p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2782p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2783p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2784b4 = Instance.new("SpecialMesh", p4)
2785b4.MeshType = Enum.MeshType.Brick
2786b4.Name = "Mesh"
2787b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2788p5 = Instance.new("Part", m4)
2789p5.BrickColor = BrickColor.new("Black")
2790p5.Material = Enum.Material.Metal
2791p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2792p5.Anchored = false
2793p5.CanCollide = false
2794p5.FormFactor = Enum.FormFactor.Custom
2795p5.Size = Vector3.new(1, 2, 0.200000018)
2796p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2797p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2798p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2799p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2800p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2801p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2802b5 = Instance.new("SpecialMesh", p5)
2803b5.MeshType = Enum.MeshType.Brick
2804b5.Name = "Mesh"
2805b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2806p6 = Instance.new("Part", m4)
2807p6.BrickColor = BrickColor.new("Black")
2808p6.Material = Enum.Material.Metal
2809p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2810p6.Anchored = false
2811p6.CanCollide = false
2812p6.FormFactor = Enum.FormFactor.Custom
2813p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2814p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2815p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2816p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2817p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2818p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2819p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2820b6 = Instance.new("SpecialMesh", p6)
2821b6.MeshType = Enum.MeshType.Brick
2822b6.Name = "Mesh"
2823b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2824p7 = Instance.new("Part", m4)
2825p7.BrickColor = BrickColor.new("Black")
2826p7.Material = Enum.Material.Metal
2827p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2828p7.Anchored = false
2829p7.CanCollide = false
2830p7.FormFactor = Enum.FormFactor.Custom
2831p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2832p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2833p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2834p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2835p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2836p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2837p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2838b7 = Instance.new("SpecialMesh", p7)
2839b7.MeshType = Enum.MeshType.Brick
2840b7.Name = "Mesh"
2841b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2842w1 = Instance.new("Weld", p2)
2843w1.Name = "Joint"
2844w1.Part0 = p2
2845w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2846w1.Part1 = p3
2847w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2848w2 = Instance.new("Weld", p3)
2849w2.Name = "Joint"
2850w2.Part0 = p3
2851w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2852w2.Part1 = p5
2853w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2854w3 = Instance.new("Weld", p4)
2855w3.Name = "Joint"
2856w3.Part0 = p4
2857w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2858w3.Part1 = p1
2859w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2860w4 = Instance.new("Weld", p5)
2861w4.Name = "Joint"
2862w4.Part0 = p5
2863w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2864w4.Part1 = p1
2865w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2866w5 = Instance.new("Weld", p6)
2867w5.Name = "Joint"
2868w5.Part0 = p6
2869w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2870w5.Part1 = p1
2871w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2872w6 = Instance.new("Weld", p7)
2873w6.Name = "Joint"
2874w6.Part0 = p7
2875w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2876w6.Part1 = p1
2877w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2878m4.Parent = lleg
2879m4:MakeJoints()
2880----------------------------------------------------
2881local cor4 = Instance.new("Part", lleg.LeftLeg)
2882cor4.Name = "Thingy"
2883cor4.Locked = true
2884cor4.BottomSurface = 0
2885cor4.CanCollide = false
2886cor4.Size = Vector3.new(1, 1, 1)
2887cor4.Transparency = 1
2888cor4.TopSurface = 0
2889corw4 = Instance.new("Weld", cor4)
2890corw4.Part0 = lleg
2891corw4.Part1 = cor4
2892corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2893corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2894weld4 = Instance.new("Weld", lleg.LeftLeg)
2895weld4.Part0 = cor4
2896weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2897weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2898--Right Leg
2899m5 = Instance.new("Model")
2900m5.Name = "RightLeg"
2901p1 = Instance.new("Part", m5)
2902p1.BrickColor = BrickColor.new("Really black")
2903p1.Material = Enum.Material.Metal
2904p1.Name = "RightLegPlate"
2905p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2906p1.Anchored = false
2907p1.CanCollide = false
2908p1.FormFactor = Enum.FormFactor.Custom
2909p1.Size = Vector3.new(1, 2, 1)
2910p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2911p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2912p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2913p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2914p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2915p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2916b1 = Instance.new("SpecialMesh", p1)
2917b1.MeshType = Enum.MeshType.Brick
2918b1.Name = "Mesh"
2919b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2920p2 = Instance.new("Part", m5)
2921p2.BrickColor = BrickColor.new("Really black")
2922p2.Material = Enum.Material.Metal
2923p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2924p2.Anchored = false
2925p2.CanCollide = false
2926p2.FormFactor = Enum.FormFactor.Custom
2927p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2928p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2929p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2930p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2931p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2932p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2933p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2934b2 = Instance.new("SpecialMesh", p2)
2935b2.MeshType = Enum.MeshType.Brick
2936b2.Name = "Mesh"
2937b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2938p3 = Instance.new("Part", m5)
2939p3.BrickColor = BrickColor.new("Really black")
2940p3.Material = Enum.Material.Metal
2941p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2942p3.Anchored = false
2943p3.CanCollide = false
2944p3.FormFactor = Enum.FormFactor.Custom
2945p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2946p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2947p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2948p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2949p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2950p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2951p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2952b3 = Instance.new("SpecialMesh", p3)
2953b3.MeshType = Enum.MeshType.Brick
2954b3.Name = "Mesh"
2955b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2956p4 = Instance.new("Part", m5)
2957p4.BrickColor = BrickColor.new("Black")
2958p4.Material = Enum.Material.Metal
2959p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2960p4.Anchored = false
2961p4.CanCollide = false
2962p4.FormFactor = Enum.FormFactor.Custom
2963p4.Size = Vector3.new(1, 2, 0.200000018)
2964p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2965p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2966p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2967p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2968p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2969p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2970b4 = Instance.new("SpecialMesh", p4)
2971b4.MeshType = Enum.MeshType.Brick
2972b4.Name = "Mesh"
2973b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2974p5 = Instance.new("Part", m5)
2975p5.BrickColor = BrickColor.new("Black")
2976p5.Material = Enum.Material.Metal
2977p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2978p5.Anchored = false
2979p5.CanCollide = false
2980p5.FormFactor = Enum.FormFactor.Custom
2981p5.Size = Vector3.new(1, 2, 0.200000018)
2982p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2983p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2984p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2985p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2986p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2987p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2988b5 = Instance.new("SpecialMesh", p5)
2989b5.MeshType = Enum.MeshType.Brick
2990b5.Name = "Mesh"
2991b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2992p6 = Instance.new("Part", m5)
2993p6.BrickColor = BrickColor.new("Black")
2994p6.Material = Enum.Material.Metal
2995p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2996p6.Anchored = false
2997p6.CanCollide = false
2998p6.FormFactor = Enum.FormFactor.Custom
2999p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
3000p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3001p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3002p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3003p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3004p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3005p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3006b6 = Instance.new("SpecialMesh", p6)
3007b6.MeshType = Enum.MeshType.Brick
3008b6.Name = "Mesh"
3009b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3010p7 = Instance.new("Part", m5)
3011p7.BrickColor = BrickColor.new("Black")
3012p7.Material = Enum.Material.Metal
3013p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3014p7.Anchored = false
3015p7.CanCollide = false
3016p7.FormFactor = Enum.FormFactor.Custom
3017p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
3018p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3019p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3020p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3021p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3022p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3023p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3024b7 = Instance.new("SpecialMesh", p7)
3025b7.MeshType = Enum.MeshType.Brick
3026b7.Name = "Mesh"
3027b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3028w1 = Instance.new("Weld", p2)
3029w1.Name = "Joint"
3030w1.Part0 = p2
3031w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3032w1.Part1 = p3
3033w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3034w2 = Instance.new("Weld", p3)
3035w2.Name = "Joint"
3036w2.Part0 = p3
3037w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3038w2.Part1 = p5
3039w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3040w3 = Instance.new("Weld", p4)
3041w3.Name = "Joint"
3042w3.Part0 = p4
3043w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3044w3.Part1 = p1
3045w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3046w4 = Instance.new("Weld", p5)
3047w4.Name = "Joint"
3048w4.Part0 = p5
3049w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3050w4.Part1 = p1
3051w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3052w5 = Instance.new("Weld", p6)
3053w5.Name = "Joint"
3054w5.Part0 = p6
3055w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3056w5.Part1 = p1
3057w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3058w6 = Instance.new("Weld", p7)
3059w6.Name = "Joint"
3060w6.Part0 = p7
3061w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3062w6.Part1 = p1
3063w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3064m5.Parent = rleg
3065m5:MakeJoints()
3066----------------------------------------------------
3067local cor5 = Instance.new("Part", rleg.RightLeg)
3068cor5.Name = "Thingy"
3069cor5.Locked = true
3070cor5.BottomSurface = 0
3071cor5.CanCollide = false
3072cor5.Size = Vector3.new(1, 1, 1)
3073cor5.Transparency = 1
3074cor5.TopSurface = 0
3075corw5 = Instance.new("Weld", cor5)
3076corw5.Part0 = rleg
3077corw5.Part1 = cor5
3078corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3079corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3080wld5 = Instance.new("Weld", rleg.RightLeg)
3081wld5.Part0 = cor5
3082wld5.Part1 = rleg.RightLeg.RightLegPlate
3083wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3084--Cape
3085m6 = Instance.new("Model")
3086m6.Name = "Cloak"
3087p1 = Instance.new("WedgePart", m6)
3088p1.BrickColor = BrickColor.new("Lime green")
3089p1.Material = Enum.Material.SmoothPlastic
3090p1.Name = "Wedge"
3091p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3092p1.CanCollide = false
3093p1.Locked = true
3094p1.FormFactor = Enum.FormFactor.Custom
3095p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3096p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3097p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3098p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3099p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3100p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3101p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3102b1 = Instance.new("SpecialMesh", p1)
3103b1.MeshType = Enum.MeshType.Wedge
3104b1.Name = "Mesh"
3105b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3106p2 = Instance.new("WedgePart", m6)
3107p2.BrickColor = BrickColor.new("Black")
3108p2.Material = Enum.Material.SmoothPlastic
3109p2.Name = "Wedge"
3110p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3111p2.CanCollide = false
3112p2.Locked = true
3113p2.FormFactor = Enum.FormFactor.Custom
3114p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3115p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3116p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3117p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3118p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3119p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3120p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3121b2 = Instance.new("SpecialMesh", p2)
3122b2.MeshType = Enum.MeshType.Wedge
3123b2.Name = "Mesh"
3124b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3125p3 = Instance.new("Part", m6)
3126p3.BrickColor = BrickColor.new("Black")
3127p3.Material = Enum.Material.SmoothPlastic
3128p3.Name = "CapeLevel2"
3129p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3130p3.CanCollide = false
3131p3.Locked = true
3132p3.FormFactor = Enum.FormFactor.Custom
3133p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3134p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3135p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3136p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3137p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3138p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3139p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3140b3 = Instance.new("BlockMesh", p3)
3141b3.Name = "Mesh"
3142b3.Scale = Vector3.new(1, 1, 0.602178097)
3143p4 = Instance.new("Part", m6)
3144p4.BrickColor = BrickColor.new("Black")
3145p4.Material = Enum.Material.SmoothPlastic
3146p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3147p4.CanCollide = false
3148p4.Locked = true
3149p4.FormFactor = Enum.FormFactor.Custom
3150p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3151p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3152p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3153p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3154p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3155p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3156p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3157b4 = Instance.new("BlockMesh", p4)
3158b4.Name = "Mesh"
3159b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3160p5 = Instance.new("Part", m6)
3161p5.BrickColor = BrickColor.new("Black")
3162p5.Material = Enum.Material.SmoothPlastic
3163p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3164p5.CanCollide = false
3165p5.Locked = true
3166p5.FormFactor = Enum.FormFactor.Custom
3167p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3168p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3169p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3170p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3171p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3172p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3173p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3174b5 = Instance.new("BlockMesh", p5)
3175b5.Name = "Mesh"
3176b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3177p6 = Instance.new("Part", m6)
3178p6.BrickColor = BrickColor.new("Black")
3179p6.Material = Enum.Material.SmoothPlastic
3180p6.Name = "CapeLevel1"
3181p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3182p6.CanCollide = false
3183p6.Locked = true
3184p6.FormFactor = Enum.FormFactor.Custom
3185p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3186p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3187p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3188p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3189p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3190p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3191p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3192b6 = Instance.new("BlockMesh", p6)
3193b6.Name = "Mesh"
3194b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3195p7 = Instance.new("Part", m6)
3196p7.BrickColor = BrickColor.new("Black")
3197p7.Material = Enum.Material.SmoothPlastic
3198p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3199p7.CanCollide = false
3200p7.Locked = true
3201p7.FormFactor = Enum.FormFactor.Custom
3202p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3203p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3204p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3205p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3206p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3207p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3208p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3209b7 = Instance.new("BlockMesh", p7)
3210b7.Name = "Mesh"
3211b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3212p8 = Instance.new("Part", m6)
3213p8.BrickColor = BrickColor.new("Black")
3214p8.Material = Enum.Material.SmoothPlastic
3215p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3216p8.CanCollide = false
3217p8.Locked = true
3218p8.FormFactor = Enum.FormFactor.Custom
3219p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3220p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3221p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3222p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3223p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3224p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3225p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3226b8 = Instance.new("BlockMesh", p8)
3227b8.Name = "Mesh"
3228b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3229p9 = Instance.new("Part", m6)
3230p9.BrickColor = BrickColor.new("Black")
3231p9.Material = Enum.Material.SmoothPlastic
3232p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3233p9.CanCollide = false
3234p9.Locked = true
3235p9.FormFactor = Enum.FormFactor.Custom
3236p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3237p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3238p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3239p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3240p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3241p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3242p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3243b9 = Instance.new("BlockMesh", p9)
3244b9.Name = "Mesh"
3245b9.Scale = Vector3.new(1, 1, 0.602178097)
3246p10 = Instance.new("Part", m6)
3247p10.BrickColor = BrickColor.new("Black")
3248p10.Material = Enum.Material.SmoothPlastic
3249p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3250p10.CanCollide = false
3251p10.Locked = true
3252p10.FormFactor = Enum.FormFactor.Custom
3253p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3254p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3255p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3256p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3257p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3258p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3259p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3260b10 = Instance.new("BlockMesh", p10)
3261b10.Name = "Mesh"
3262b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3263p11 = Instance.new("Part", m6)
3264p11.BrickColor = BrickColor.new("Black")
3265p11.Material = Enum.Material.SmoothPlastic
3266p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3267p11.CanCollide = false
3268p11.Locked = true
3269p11.FormFactor = Enum.FormFactor.Custom
3270p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3271p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3272p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3273p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3274p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3275p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3276p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3277b11 = Instance.new("BlockMesh", p11)
3278b11.Name = "Mesh"
3279b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3280p12 = Instance.new("Part", m6)
3281p12.BrickColor = BrickColor.new("Black")
3282p12.Material = Enum.Material.SmoothPlastic
3283p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3284p12.CanCollide = false
3285p12.Locked = true
3286p12.FormFactor = Enum.FormFactor.Custom
3287p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3288p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3289p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3290p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3291p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3292p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3293p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3294b12 = Instance.new("BlockMesh", p12)
3295b12.Name = "Mesh"
3296b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3297p13 = Instance.new("Part", m6)
3298p13.BrickColor = BrickColor.new("Black")
3299p13.Material = Enum.Material.SmoothPlastic
3300p13.Name = "BottomLeftFlap"
3301p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3302p13.CanCollide = false
3303p13.Locked = true
3304p13.FormFactor = Enum.FormFactor.Custom
3305p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3306p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3307p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3308p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3309p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3310p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3311p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3312b13 = Instance.new("BlockMesh", p13)
3313b13.Name = "Mesh"
3314b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3315p14 = Instance.new("Part", m6)
3316p14.BrickColor = BrickColor.new("Black")
3317p14.Material = Enum.Material.SmoothPlastic
3318p14.Transparency = 1
3319p14.Name = "Rotater"
3320p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3321p14.CanCollide = false
3322p14.Locked = true
3323p14.FormFactor = Enum.FormFactor.Custom
3324p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3325p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3326p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3327p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3328p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3329p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3330p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3331b14 = Instance.new("BlockMesh", p14)
3332b14.Name = "Mesh"
3333b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3334p15 = Instance.new("Part", m6)
3335p15.BrickColor = BrickColor.new("Black")
3336p15.Material = Enum.Material.SmoothPlastic
3337p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3338p15.CanCollide = false
3339p15.Locked = true
3340p15.FormFactor = Enum.FormFactor.Custom
3341p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3342p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3343p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3344p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3345p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3346p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3347p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3348b15 = Instance.new("BlockMesh", p15)
3349b15.Name = "Mesh"
3350b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3351p16 = Instance.new("Part", m6)
3352p16.BrickColor = BrickColor.new("Black")
3353p16.Material = Enum.Material.SmoothPlastic
3354p16.Name = "BottomCenterFlap"
3355p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3356p16.CanCollide = false
3357p16.Locked = true
3358p16.FormFactor = Enum.FormFactor.Custom
3359p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3360p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3361p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3362p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3363p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3364p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3365p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3366b16 = Instance.new("BlockMesh", p16)
3367b16.Name = "Mesh"
3368b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3369p17 = Instance.new("Part", m6)
3370p17.BrickColor = BrickColor.new("Black")
3371p17.Material = Enum.Material.SmoothPlastic
3372p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3373p17.CanCollide = false
3374p17.Locked = true
3375p17.FormFactor = Enum.FormFactor.Custom
3376p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3377p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3378p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3379p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3380p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3381p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3382p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3383b17 = Instance.new("BlockMesh", p17)
3384b17.Name = "Mesh"
3385b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3386p18 = Instance.new("Part", m6)
3387p18.BrickColor = BrickColor.new("Black")
3388p18.Material = Enum.Material.SmoothPlastic
3389p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3390p18.CanCollide = false
3391p18.Locked = true
3392p18.FormFactor = Enum.FormFactor.Custom
3393p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3394p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3395p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3396p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3397p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3398p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3399p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3400b18 = Instance.new("BlockMesh", p18)
3401b18.Name = "Mesh"
3402b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3403p19 = Instance.new("WedgePart", m6)
3404p19.BrickColor = BrickColor.new("Lime green")
3405p19.Name = "Wedge"
3406p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3407p19.CanCollide = false
3408p19.Locked = true
3409p19.FormFactor = Enum.FormFactor.Custom
3410p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3411p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3412p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3413p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3414p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3415p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3416p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3417b19 = Instance.new("SpecialMesh", p19)
3418b19.MeshType = Enum.MeshType.Wedge
3419b19.Name = "Mesh"
3420b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3421p20 = Instance.new("Part", m6)
3422p20.BrickColor = BrickColor.new("Black")
3423p20.Material = Enum.Material.SmoothPlastic
3424p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3425p20.CanCollide = false
3426p20.Locked = true
3427p20.FormFactor = Enum.FormFactor.Custom
3428p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3429p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3430p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3431p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3432p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3433p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3434p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3435b20 = Instance.new("BlockMesh", p20)
3436b20.Name = "Mesh"
3437b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3438p21 = Instance.new("Part", m6)
3439p21.BrickColor = BrickColor.new("Black")
3440p21.Material = Enum.Material.SmoothPlastic
3441p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3442p21.CanCollide = false
3443p21.Locked = true
3444p21.FormFactor = Enum.FormFactor.Custom
3445p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3446p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3447p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3448p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3449p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3450p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3451p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3452b21 = Instance.new("BlockMesh", p21)
3453b21.Name = "Mesh"
3454b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3455p22 = Instance.new("WedgePart", m6)
3456p22.BrickColor = BrickColor.new("Lime green")
3457p22.Name = "Wedge"
3458p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3459p22.CanCollide = false
3460p22.Locked = true
3461p22.FormFactor = Enum.FormFactor.Custom
3462p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3463p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3464p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3465p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3466p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3467p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3468p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3469b22 = Instance.new("SpecialMesh", p22)
3470b22.MeshType = Enum.MeshType.Wedge
3471b22.Name = "Mesh"
3472b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3473p23 = Instance.new("WedgePart", m6)
3474p23.BrickColor = BrickColor.new("Lime green")
3475p23.Material = Enum.Material.SmoothPlastic
3476p23.Name = "Wedge"
3477p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3478p23.CanCollide = false
3479p23.Locked = true
3480p23.FormFactor = Enum.FormFactor.Custom
3481p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3482p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3483p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3484p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3485p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3486p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3487p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3488b23 = Instance.new("SpecialMesh", p23)
3489b23.MeshType = Enum.MeshType.Wedge
3490b23.Name = "Mesh"
3491b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3492p24 = Instance.new("WedgePart", m6)
3493p24.BrickColor = BrickColor.new("Black")
3494p24.Material = Enum.Material.SmoothPlastic
3495p24.Name = "Wedge"
3496p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3497p24.CanCollide = false
3498p24.Locked = true
3499p24.FormFactor = Enum.FormFactor.Custom
3500p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3501p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3502p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3503p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3504p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3505p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3506p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3507b24 = Instance.new("SpecialMesh", p24)
3508b24.MeshType = Enum.MeshType.Wedge
3509b24.Name = "Mesh"
3510b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3511p25 = Instance.new("WedgePart", m6)
3512p25.BrickColor = BrickColor.new("Lime green")
3513p25.Name = "Wedge"
3514p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3515p25.CanCollide = false
3516p25.Locked = true
3517p25.FormFactor = Enum.FormFactor.Custom
3518p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3519p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3520p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3521p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3522p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3523p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3524p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3525b25 = Instance.new("SpecialMesh", p25)
3526b25.MeshType = Enum.MeshType.Wedge
3527b25.Name = "Mesh"
3528b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3529p26 = Instance.new("WedgePart", m6)
3530p26.BrickColor = BrickColor.new("Black")
3531p26.Material = Enum.Material.SmoothPlastic
3532p26.Name = "Wedge"
3533p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3534p26.CanCollide = false
3535p26.Locked = true
3536p26.FormFactor = Enum.FormFactor.Custom
3537p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3538p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3539p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3540p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3541p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3542p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3543p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3544b26 = Instance.new("SpecialMesh", p26)
3545b26.MeshType = Enum.MeshType.Wedge
3546b26.Name = "Mesh"
3547b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3548p27 = Instance.new("Part", m6)
3549p27.BrickColor = BrickColor.new("Black")
3550p27.Material = Enum.Material.SmoothPlastic
3551p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3552p27.CanCollide = false
3553p27.Locked = true
3554p27.FormFactor = Enum.FormFactor.Custom
3555p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3556p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3557p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3558p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3559p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3560p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3561p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3562b27 = Instance.new("BlockMesh", p27)
3563b27.Name = "Mesh"
3564b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3565p28 = Instance.new("WedgePart", m6)
3566p28.BrickColor = BrickColor.new("Black")
3567p28.Material = Enum.Material.SmoothPlastic
3568p28.Name = "Wedge"
3569p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3570p28.CanCollide = false
3571p28.Locked = true
3572p28.FormFactor = Enum.FormFactor.Custom
3573p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3574p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3575p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3576p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3577p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3578p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3579p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3580b28 = Instance.new("SpecialMesh", p28)
3581b28.MeshType = Enum.MeshType.Wedge
3582b28.Name = "Mesh"
3583b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3584p29 = Instance.new("Part", m6)
3585p29.BrickColor = BrickColor.new("Black")
3586p29.Material = Enum.Material.SmoothPlastic
3587p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3588p29.CanCollide = false
3589p29.Locked = true
3590p29.FormFactor = Enum.FormFactor.Custom
3591p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3592p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3593p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3594p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3595p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3596p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3597p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3598b29 = Instance.new("BlockMesh", p29)
3599b29.Name = "Mesh"
3600b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3601p30 = Instance.new("WedgePart", m6)
3602p30.BrickColor = BrickColor.new("Black")
3603p30.Material = Enum.Material.SmoothPlastic
3604p30.Name = "Wedge"
3605p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3606p30.CanCollide = false
3607p30.Locked = true
3608p30.FormFactor = Enum.FormFactor.Custom
3609p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3610p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3611p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3612p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3613p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3614p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3615p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3616b30 = Instance.new("SpecialMesh", p30)
3617b30.MeshType = Enum.MeshType.Wedge
3618b30.Name = "Mesh"
3619b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3620p31 = Instance.new("WedgePart", m6)
3621p31.BrickColor = BrickColor.new("Black")
3622p31.Material = Enum.Material.SmoothPlastic
3623p31.Name = "Wedge"
3624p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3625p31.CanCollide = false
3626p31.Locked = true
3627p31.FormFactor = Enum.FormFactor.Custom
3628p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3629p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3630p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3631p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3632p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3633p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3634p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3635b31 = Instance.new("SpecialMesh", p31)
3636b31.MeshType = Enum.MeshType.Wedge
3637b31.Name = "Mesh"
3638b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3639p32 = Instance.new("Part", m6)
3640p32.BrickColor = BrickColor.new("Black")
3641p32.Material = Enum.Material.SmoothPlastic
3642p32.Name = "BottomRightFlap"
3643p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3644p32.CanCollide = false
3645p32.Locked = true
3646p32.FormFactor = Enum.FormFactor.Custom
3647p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3648p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3649p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3650p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3651p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3652p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3653p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3654b32 = Instance.new("BlockMesh", p32)
3655b32.Name = "Mesh"
3656b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3657p33 = Instance.new("WedgePart", m6)
3658p33.BrickColor = BrickColor.new("Black")
3659p33.Material = Enum.Material.SmoothPlastic
3660p33.Name = "Wedge"
3661p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3662p33.CanCollide = false
3663p33.Locked = true
3664p33.FormFactor = Enum.FormFactor.Custom
3665p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3666p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3667p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3668p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3669p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3670p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3671p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3672b33 = Instance.new("SpecialMesh", p33)
3673b33.MeshType = Enum.MeshType.Wedge
3674b33.Name = "Mesh"
3675b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3676p34 = Instance.new("WedgePart", m6)
3677p34.BrickColor = BrickColor.new("Black")
3678p34.Material = Enum.Material.SmoothPlastic
3679p34.Name = "Wedge"
3680p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3681p34.CanCollide = false
3682p34.Locked = true
3683p34.FormFactor = Enum.FormFactor.Custom
3684p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3685p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3686p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3687p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3688p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3689p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3690p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3691b34 = Instance.new("SpecialMesh", p34)
3692b34.MeshType = Enum.MeshType.Wedge
3693b34.Name = "Mesh"
3694b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3695p35 = Instance.new("Part", m6)
3696p35.BrickColor = BrickColor.new("Black")
3697p35.Material = Enum.Material.SmoothPlastic
3698p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3699p35.CanCollide = false
3700p35.Locked = true
3701p35.FormFactor = Enum.FormFactor.Custom
3702p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3703p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3704p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3705p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3706p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3707p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3708p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3709b35 = Instance.new("BlockMesh", p35)
3710b35.Name = "Mesh"
3711b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3712p36 = Instance.new("WedgePart", m6)
3713p36.BrickColor = BrickColor.new("Black")
3714p36.Material = Enum.Material.SmoothPlastic
3715p36.Name = "Wedge"
3716p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3717p36.CanCollide = false
3718p36.Locked = true
3719p36.FormFactor = Enum.FormFactor.Custom
3720p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3721p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3722p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3723p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3724p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3725p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3726p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3727b36 = Instance.new("SpecialMesh", p36)
3728b36.MeshType = Enum.MeshType.Wedge
3729b36.Name = "Mesh"
3730b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3731p37 = Instance.new("Part", m6)
3732p37.BrickColor = BrickColor.new("Black")
3733p37.Material = Enum.Material.SmoothPlastic
3734p37.Name = "CapeLevel3"
3735p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3736p37.CanCollide = false
3737p37.Locked = true
3738p37.FormFactor = Enum.FormFactor.Custom
3739p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3740p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3741p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3742p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3743p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3744p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3745p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3746b37 = Instance.new("BlockMesh", p37)
3747b37.Name = "Mesh"
3748b37.Scale = Vector3.new(1, 1, 0.602178097)
3749p38 = Instance.new("WedgePart", m6)
3750p38.BrickColor = BrickColor.new("Lime green")
3751p38.Material = Enum.Material.SmoothPlastic
3752p38.Name = "Wedge"
3753p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3754p38.CanCollide = false
3755p38.Locked = true
3756p38.FormFactor = Enum.FormFactor.Custom
3757p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3758p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3759p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3760p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3761p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3762p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3763p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3764b38 = Instance.new("SpecialMesh", p38)
3765b38.MeshType = Enum.MeshType.Wedge
3766b38.Name = "Mesh"
3767b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3768p39 = Instance.new("WedgePart", m6)
3769p39.BrickColor = BrickColor.new("Lime green")
3770p39.Material = Enum.Material.SmoothPlastic
3771p39.Name = "Wedge"
3772p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3773p39.CanCollide = false
3774p39.Locked = true
3775p39.FormFactor = Enum.FormFactor.Custom
3776p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3777p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3778p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3779p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3780p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3781p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3782p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3783b39 = Instance.new("SpecialMesh", p39)
3784b39.MeshType = Enum.MeshType.Wedge
3785b39.Name = "Mesh"
3786b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3787p40 = Instance.new("WedgePart", m6)
3788p40.BrickColor = BrickColor.new("Black")
3789p40.Material = Enum.Material.SmoothPlastic
3790p40.Name = "Wedge"
3791p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3792p40.CanCollide = false
3793p40.Locked = true
3794p40.FormFactor = Enum.FormFactor.Custom
3795p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3796p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3797p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3798p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3799p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3800p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3801p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3802b40 = Instance.new("SpecialMesh", p40)
3803b40.MeshType = Enum.MeshType.Wedge
3804b40.Name = "Mesh"
3805b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3806p41 = Instance.new("WedgePart", m6)
3807p41.BrickColor = BrickColor.new("Black")
3808p41.Material = Enum.Material.SmoothPlastic
3809p41.Name = "Wedge"
3810p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3811p41.CanCollide = false
3812p41.Locked = true
3813p41.FormFactor = Enum.FormFactor.Custom
3814p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3815p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3816p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3817p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3818p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3819p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3820p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3821b41 = Instance.new("SpecialMesh", p41)
3822b41.MeshType = Enum.MeshType.Wedge
3823b41.Name = "Mesh"
3824b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3825p42 = Instance.new("WedgePart", m6)
3826p42.BrickColor = BrickColor.new("Black")
3827p42.Material = Enum.Material.SmoothPlastic
3828p42.Name = "Wedge"
3829p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3830p42.CanCollide = false
3831p42.Locked = true
3832p42.FormFactor = Enum.FormFactor.Custom
3833p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3834p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3835p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3836p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3837p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3838p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3839p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3840b42 = Instance.new("SpecialMesh", p42)
3841b42.MeshType = Enum.MeshType.Wedge
3842b42.Name = "Mesh"
3843b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3844p43 = Instance.new("WedgePart", m6)
3845p43.BrickColor = BrickColor.new("Black")
3846p43.Material = Enum.Material.SmoothPlastic
3847p43.Name = "Wedge"
3848p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3849p43.CanCollide = false
3850p43.Locked = true
3851p43.FormFactor = Enum.FormFactor.Custom
3852p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3853p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3854p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3855p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3856p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3857p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3858p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3859b43 = Instance.new("SpecialMesh", p43)
3860b43.MeshType = Enum.MeshType.Wedge
3861b43.Name = "Mesh"
3862b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3863p44 = Instance.new("WedgePart", m6)
3864p44.BrickColor = BrickColor.new("Black")
3865p44.Material = Enum.Material.SmoothPlastic
3866p44.Name = "Wedge"
3867p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3868p44.CanCollide = false
3869p44.Locked = true
3870p44.FormFactor = Enum.FormFactor.Custom
3871p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3872p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3873p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3874p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3875p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3876p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3877p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3878b44 = Instance.new("SpecialMesh", p44)
3879b44.MeshType = Enum.MeshType.Wedge
3880b44.Name = "Mesh"
3881b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3882p45 = Instance.new("WedgePart", m6)
3883p45.BrickColor = BrickColor.new("Black")
3884p45.Material = Enum.Material.SmoothPlastic
3885p45.Name = "Wedge"
3886p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3887p45.CanCollide = false
3888p45.Locked = true
3889p45.FormFactor = Enum.FormFactor.Custom
3890p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3891p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3892p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3893p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3894p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3895p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3896p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3897b45 = Instance.new("SpecialMesh", p45)
3898b45.MeshType = Enum.MeshType.Wedge
3899b45.Name = "Mesh"
3900b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3901p46 = Instance.new("WedgePart", m6)
3902p46.BrickColor = BrickColor.new("Black")
3903p46.Material = Enum.Material.SmoothPlastic
3904p46.Name = "Wedge"
3905p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3906p46.CanCollide = false
3907p46.Locked = true
3908p46.FormFactor = Enum.FormFactor.Custom
3909p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3910p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3911p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3912p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3913p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3914p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3915p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3916b46 = Instance.new("SpecialMesh", p46)
3917b46.MeshType = Enum.MeshType.Wedge
3918b46.Name = "Mesh"
3919b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3920p47 = Instance.new("Part", m6)
3921p47.BrickColor = BrickColor.new("Black")
3922p47.Material = Enum.Material.SmoothPlastic
3923p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3924p47.CanCollide = false
3925p47.Locked = true
3926p47.FormFactor = Enum.FormFactor.Custom
3927p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3928p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3929p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3930p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3931p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3932p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3933p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3934b47 = Instance.new("BlockMesh", p47)
3935b47.Name = "Mesh"
3936b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3937p48 = Instance.new("Part", m6)
3938p48.BrickColor = BrickColor.new("Black")
3939p48.Material = Enum.Material.SmoothPlastic
3940p48.Name = "CapeLevel4"
3941p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3942p48.CanCollide = false
3943p48.Locked = true
3944p48.FormFactor = Enum.FormFactor.Custom
3945p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3946p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3947p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3948p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3949p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3950p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3951p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3952b48 = Instance.new("BlockMesh", p48)
3953b48.Name = "Mesh"
3954b48.Scale = Vector3.new(1, 1, 0.602178097)
3955p49 = Instance.new("WedgePart", m6)
3956p49.BrickColor = BrickColor.new("Black")
3957p49.Material = Enum.Material.SmoothPlastic
3958p49.Name = "Wedge"
3959p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3960p49.CanCollide = false
3961p49.Locked = true
3962p49.FormFactor = Enum.FormFactor.Custom
3963p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3964p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3965p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3966p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3967p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3968p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3969p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3970b49 = Instance.new("SpecialMesh", p49)
3971b49.MeshType = Enum.MeshType.Wedge
3972b49.Name = "Mesh"
3973b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3974p50 = Instance.new("Part", m6)
3975p50.BrickColor = BrickColor.new("Black")
3976p50.Material = Enum.Material.SmoothPlastic
3977p50.Name = "CapeLevel1SubPart"
3978p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3979p50.CanCollide = false
3980p50.Locked = true
3981p50.FormFactor = Enum.FormFactor.Custom
3982p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3983p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3984p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3985p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3986p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3987p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3988p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3989b50 = Instance.new("BlockMesh", p50)
3990b50.Name = "Mesh"
3991b50.Scale = Vector3.new(1, 1, 0.602178097)
3992p51 = Instance.new("Part", m6)
3993p51.BrickColor = BrickColor.new("Black")
3994p51.Material = Enum.Material.SmoothPlastic
3995p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3996p51.CanCollide = false
3997p51.Locked = true
3998p51.FormFactor = Enum.FormFactor.Custom
3999p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4000p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4001p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4002p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4003p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4004p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4005p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4006b51 = Instance.new("BlockMesh", p51)
4007b51.Name = "Mesh"
4008b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4009p52 = Instance.new("Part", m6)
4010p52.BrickColor = BrickColor.new("Black")
4011p52.Material = Enum.Material.SmoothPlastic
4012p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4013p52.CanCollide = false
4014p52.Locked = true
4015p52.FormFactor = Enum.FormFactor.Custom
4016p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4017p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4018p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4019p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4020p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4021p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4022p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4023b52 = Instance.new("BlockMesh", p52)
4024b52.Name = "Mesh"
4025b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4026p53 = Instance.new("WedgePart", m6)
4027p53.BrickColor = BrickColor.new("Black")
4028p53.Material = Enum.Material.SmoothPlastic
4029p53.Name = "Wedge"
4030p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4031p53.CanCollide = false
4032p53.Locked = true
4033p53.FormFactor = Enum.FormFactor.Custom
4034p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4035p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4036p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4037p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4038p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4039p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4040p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4041b53 = Instance.new("SpecialMesh", p53)
4042b53.MeshType = Enum.MeshType.Wedge
4043b53.Name = "Mesh"
4044b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4045p54 = Instance.new("Part", m6)
4046p54.BrickColor = BrickColor.new("Black")
4047p54.Material = Enum.Material.SmoothPlastic
4048p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4049p54.CanCollide = false
4050p54.Locked = true
4051p54.FormFactor = Enum.FormFactor.Custom
4052p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4053p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4054p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4055p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4056p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4057p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4058p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4059b54 = Instance.new("BlockMesh", p54)
4060b54.Name = "Mesh"
4061b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4062p55 = Instance.new("WedgePart", m6)
4063p55.BrickColor = BrickColor.new("Black")
4064p55.Material = Enum.Material.SmoothPlastic
4065p55.Name = "Wedge"
4066p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4067p55.CanCollide = false
4068p55.Locked = true
4069p55.FormFactor = Enum.FormFactor.Custom
4070p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4071p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4072p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4073p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4074p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4075p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4076p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4077b55 = Instance.new("SpecialMesh", p55)
4078b55.MeshType = Enum.MeshType.Wedge
4079b55.Name = "Mesh"
4080b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4081p56 = Instance.new("WedgePart", m6)
4082p56.BrickColor = BrickColor.new("Lime green")
4083p56.Material = Enum.Material.SmoothPlastic
4084p56.Name = "Wedge"
4085p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4086p56.CanCollide = false
4087p56.Locked = true
4088p56.FormFactor = Enum.FormFactor.Custom
4089p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4090p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4091p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4092p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4093p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4094p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4095p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4096b56 = Instance.new("SpecialMesh", p56)
4097b56.MeshType = Enum.MeshType.Wedge
4098b56.Name = "Mesh"
4099b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4100p57 = Instance.new("WedgePart", m6)
4101p57.BrickColor = BrickColor.new("Black")
4102p57.Material = Enum.Material.SmoothPlastic
4103p57.Name = "Wedge"
4104p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4105p57.CanCollide = false
4106p57.Locked = true
4107p57.FormFactor = Enum.FormFactor.Custom
4108p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4109p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4110p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4111p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4112p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4113p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4114p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4115b57 = Instance.new("SpecialMesh", p57)
4116b57.MeshType = Enum.MeshType.Wedge
4117b57.Name = "Mesh"
4118b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4119p58 = Instance.new("Part", m6)
4120p58.BrickColor = BrickColor.new("Black")
4121p58.Material = Enum.Material.SmoothPlastic
4122p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4123p58.CanCollide = false
4124p58.Locked = true
4125p58.FormFactor = Enum.FormFactor.Custom
4126p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4127p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4128p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4129p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4130p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4131p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4132p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4133b58 = Instance.new("BlockMesh", p58)
4134b58.Name = "Mesh"
4135b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4136p59 = Instance.new("WedgePart", m6)
4137p59.BrickColor = BrickColor.new("Black")
4138p59.Material = Enum.Material.SmoothPlastic
4139p59.Name = "Wedge"
4140p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4141p59.CanCollide = false
4142p59.Locked = true
4143p59.FormFactor = Enum.FormFactor.Custom
4144p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4145p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4146p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4147p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4148p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4149p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4150p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4151b59 = Instance.new("SpecialMesh", p59)
4152b59.MeshType = Enum.MeshType.Wedge
4153b59.Name = "Mesh"
4154b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4155p60 = Instance.new("Part", m6)
4156p60.BrickColor = BrickColor.new("Black")
4157p60.Material = Enum.Material.SmoothPlastic
4158p60.Name = "NeckPart"
4159p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4160p60.CanCollide = false
4161p60.Locked = true
4162p60.FormFactor = Enum.FormFactor.Custom
4163p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4164p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4165p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4166p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4167p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4168p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4169p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4170b60 = Instance.new("BlockMesh", p60)
4171b60.Name = "Mesh"
4172b60.Scale = Vector3.new(1, 0.602178097, 1)
4173p61 = Instance.new("Part", m6)
4174p61.BrickColor = BrickColor.new("Black")
4175p61.Material = Enum.Material.SmoothPlastic
4176p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4177p61.CanCollide = false
4178p61.Locked = true
4179p61.FormFactor = Enum.FormFactor.Custom
4180p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4181p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4182p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4183p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4184p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4185p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4186p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4187b61 = Instance.new("BlockMesh", p61)
4188b61.Name = "Mesh"
4189b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4190p62 = Instance.new("WedgePart", m6)
4191p62.BrickColor = BrickColor.new("Black")
4192p62.Material = Enum.Material.SmoothPlastic
4193p62.Name = "Wedge"
4194p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4195p62.CanCollide = false
4196p62.Locked = true
4197p62.FormFactor = Enum.FormFactor.Custom
4198p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4199p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4200p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4201p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4202p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4203p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4204p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4205b62 = Instance.new("SpecialMesh", p62)
4206b62.MeshType = Enum.MeshType.Wedge
4207b62.Name = "Mesh"
4208b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4209p63 = Instance.new("WedgePart", m6)
4210p63.BrickColor = BrickColor.new("Lime green")
4211p63.Material = Enum.Material.SmoothPlastic
4212p63.Name = "Wedge"
4213p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4214p63.CanCollide = false
4215p63.Locked = true
4216p63.FormFactor = Enum.FormFactor.Custom
4217p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4218p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4219p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4220p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4221p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4222p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4223p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4224b63 = Instance.new("SpecialMesh", p63)
4225b63.MeshType = Enum.MeshType.Wedge
4226b63.Name = "Mesh"
4227b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4228p64 = Instance.new("WedgePart", m6)
4229p64.BrickColor = BrickColor.new("Black")
4230p64.Material = Enum.Material.SmoothPlastic
4231p64.Name = "Wedge"
4232p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4233p64.CanCollide = false
4234p64.Locked = true
4235p64.FormFactor = Enum.FormFactor.Custom
4236p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4237p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4238p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4239p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4240p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4241p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4242p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4243b64 = Instance.new("SpecialMesh", p64)
4244b64.MeshType = Enum.MeshType.Wedge
4245b64.Name = "Mesh"
4246b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4247p65 = Instance.new("WedgePart", m6)
4248p65.BrickColor = BrickColor.new("Black")
4249p65.Material = Enum.Material.SmoothPlastic
4250p65.Name = "Wedge"
4251p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4252p65.CanCollide = false
4253p65.Locked = true
4254p65.FormFactor = Enum.FormFactor.Custom
4255p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4256p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4257p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4258p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4259p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4260p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4261p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4262b65 = Instance.new("SpecialMesh", p65)
4263b65.MeshType = Enum.MeshType.Wedge
4264b65.Name = "Mesh"
4265b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4266p66 = Instance.new("WedgePart", m6)
4267p66.BrickColor = BrickColor.new("Black")
4268p66.Material = Enum.Material.SmoothPlastic
4269p66.Name = "Wedge"
4270p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4271p66.CanCollide = false
4272p66.Locked = true
4273p66.FormFactor = Enum.FormFactor.Custom
4274p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4275p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4276p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4277p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4278p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4279p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4280p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4281b66 = Instance.new("SpecialMesh", p66)
4282b66.MeshType = Enum.MeshType.Wedge
4283b66.Name = "Mesh"
4284b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4285p67 = Instance.new("WedgePart", m6)
4286p67.BrickColor = BrickColor.new("Black")
4287p67.Material = Enum.Material.SmoothPlastic
4288p67.Name = "Wedge"
4289p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4290p67.CanCollide = false
4291p67.Locked = true
4292p67.FormFactor = Enum.FormFactor.Custom
4293p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4294p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4295p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4296p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4297p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4298p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4299p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4300b67 = Instance.new("SpecialMesh", p67)
4301b67.MeshType = Enum.MeshType.Wedge
4302b67.Name = "Mesh"
4303b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4304p68 = Instance.new("WedgePart", m6)
4305p68.BrickColor = BrickColor.new("Lime green")
4306p68.Name = "Wedge"
4307p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4308p68.CanCollide = false
4309p68.Locked = true
4310p68.FormFactor = Enum.FormFactor.Custom
4311p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4312p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4313p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4314p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4315p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4316p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4317p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4318b68 = Instance.new("SpecialMesh", p68)
4319b68.MeshType = Enum.MeshType.Wedge
4320b68.Name = "Mesh"
4321b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4322p69 = Instance.new("WedgePart", m6)
4323p69.BrickColor = BrickColor.new("Lime green")
4324p69.Name = "Wedge"
4325p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4326p69.CanCollide = false
4327p69.Locked = true
4328p69.FormFactor = Enum.FormFactor.Custom
4329p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4330p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4331p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4332p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4333p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4334p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4335p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4336b69 = Instance.new("SpecialMesh", p69)
4337b69.MeshType = Enum.MeshType.Wedge
4338b69.Name = "Mesh"
4339b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4340p70 = Instance.new("WedgePart", m6)
4341p70.BrickColor = BrickColor.new("Black")
4342p70.Material = Enum.Material.SmoothPlastic
4343p70.Name = "Wedge"
4344p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4345p70.CanCollide = false
4346p70.Locked = true
4347p70.FormFactor = Enum.FormFactor.Custom
4348p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4349p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4350p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4351p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4352p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4353p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4354p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4355b70 = Instance.new("SpecialMesh", p70)
4356b70.MeshType = Enum.MeshType.Wedge
4357b70.Name = "Mesh"
4358b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4359p71 = Instance.new("WedgePart", m6)
4360p71.BrickColor = BrickColor.new("Lime green")
4361p71.Name = "Wedge"
4362p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4363p71.CanCollide = false
4364p71.Locked = true
4365p71.FormFactor = Enum.FormFactor.Custom
4366p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4367p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4368p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4369p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4370p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4371p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4372p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4373b71 = Instance.new("SpecialMesh", p71)
4374b71.MeshType = Enum.MeshType.Wedge
4375b71.Name = "Mesh"
4376b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4377p72 = Instance.new("WedgePart", m6)
4378p72.BrickColor = BrickColor.new("Black")
4379p72.Material = Enum.Material.SmoothPlastic
4380p72.Name = "Wedge"
4381p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4382p72.CanCollide = false
4383p72.Locked = true
4384p72.FormFactor = Enum.FormFactor.Custom
4385p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4386p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4387p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4388p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4389p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4390p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4391p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4392b72 = Instance.new("SpecialMesh", p72)
4393b72.MeshType = Enum.MeshType.Wedge
4394b72.Name = "Mesh"
4395b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4396p73 = Instance.new("WedgePart", m6)
4397p73.BrickColor = BrickColor.new("Black")
4398p73.Material = Enum.Material.SmoothPlastic
4399p73.Name = "Wedge"
4400p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4401p73.CanCollide = false
4402p73.Locked = true
4403p73.FormFactor = Enum.FormFactor.Custom
4404p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4405p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4406p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4407p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4408p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4409p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4410p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4411b73 = Instance.new("SpecialMesh", p73)
4412b73.MeshType = Enum.MeshType.Wedge
4413b73.Name = "Mesh"
4414b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4415p74 = Instance.new("WedgePart", m6)
4416p74.BrickColor = BrickColor.new("Black")
4417p74.Material = Enum.Material.SmoothPlastic
4418p74.Name = "Wedge"
4419p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4420p74.CanCollide = false
4421p74.Locked = true
4422p74.FormFactor = Enum.FormFactor.Custom
4423p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4424p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4425p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4426p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4427p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4428p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4429p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4430b74 = Instance.new("SpecialMesh", p74)
4431b74.MeshType = Enum.MeshType.Wedge
4432b74.Name = "Mesh"
4433b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4434p75 = Instance.new("WedgePart", m6)
4435p75.BrickColor = BrickColor.new("Black")
4436p75.Material = Enum.Material.SmoothPlastic
4437p75.Name = "Wedge"
4438p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4439p75.CanCollide = false
4440p75.Locked = true
4441p75.FormFactor = Enum.FormFactor.Custom
4442p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4443p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4444p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4445p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4446p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4447p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4448p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4449b75 = Instance.new("SpecialMesh", p75)
4450b75.MeshType = Enum.MeshType.Wedge
4451b75.Name = "Mesh"
4452b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4453p76 = Instance.new("WedgePart", m6)
4454p76.BrickColor = BrickColor.new("Black")
4455p76.Material = Enum.Material.SmoothPlastic
4456p76.Name = "Wedge"
4457p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4458p76.CanCollide = false
4459p76.Locked = true
4460p76.FormFactor = Enum.FormFactor.Custom
4461p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4462p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4463p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4464p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4465p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4466p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4467p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4468b76 = Instance.new("SpecialMesh", p76)
4469b76.MeshType = Enum.MeshType.Wedge
4470b76.Name = "Mesh"
4471b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4472p77 = Instance.new("WedgePart", m6)
4473p77.BrickColor = BrickColor.new("Lime green")
4474p77.Material = Enum.Material.SmoothPlastic
4475p77.Name = "Wedge"
4476p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4477p77.CanCollide = false
4478p77.Locked = true
4479p77.FormFactor = Enum.FormFactor.Custom
4480p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4481p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4482p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4483p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4484p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4485p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4486p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4487b77 = Instance.new("SpecialMesh", p77)
4488b77.MeshType = Enum.MeshType.Wedge
4489b77.Name = "Mesh"
4490b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4491p78 = Instance.new("WedgePart", m6)
4492p78.BrickColor = BrickColor.new("Black")
4493p78.Material = Enum.Material.SmoothPlastic
4494p78.Name = "Wedge"
4495p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4496p78.CanCollide = false
4497p78.Locked = true
4498p78.FormFactor = Enum.FormFactor.Custom
4499p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4500p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4501p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4502p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4503p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4504p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4505p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4506b78 = Instance.new("SpecialMesh", p78)
4507b78.MeshType = Enum.MeshType.Wedge
4508b78.Name = "Mesh"
4509b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4510p79 = Instance.new("WedgePart", m6)
4511p79.BrickColor = BrickColor.new("Lime green")
4512p79.Material = Enum.Material.SmoothPlastic
4513p79.Name = "Wedge"
4514p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4515p79.CanCollide = false
4516p79.Locked = true
4517p79.FormFactor = Enum.FormFactor.Custom
4518p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4519p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4520p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4521p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4522p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4523p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4524p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4525b79 = Instance.new("SpecialMesh", p79)
4526b79.MeshType = Enum.MeshType.Wedge
4527b79.Name = "Mesh"
4528b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4529p80 = Instance.new("WedgePart", m6)
4530p80.BrickColor = BrickColor.new("Black")
4531p80.Material = Enum.Material.SmoothPlastic
4532p80.Name = "Wedge"
4533p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4534p80.CanCollide = false
4535p80.Locked = true
4536p80.FormFactor = Enum.FormFactor.Custom
4537p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4538p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4539p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4540p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4541p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4542p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4543p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4544b80 = Instance.new("SpecialMesh", p80)
4545b80.MeshType = Enum.MeshType.Wedge
4546b80.Name = "Mesh"
4547b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4548w1 = Instance.new("Weld", p1)
4549w1.Name = "Joint"
4550w1.Part0 = p1
4551w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4552w1.Part1 = p47
4553w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4554w2 = Instance.new("Weld", p2)
4555w2.Name = "Joint"
4556w2.Part0 = p2
4557w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4558w2.Part1 = p11
4559w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560w3 = Instance.new("Weld", p3)
4561w3.Name = "Joint"
4562w3.Part0 = p3
4563w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4564w3.Part1 = p50
4565w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566w4 = Instance.new("Weld", p4)
4567w4.Name = "Joint"
4568w4.Part0 = p4
4569w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570w4.Part1 = p5
4571w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572w5 = Instance.new("Weld", p5)
4573w5.Name = "Joint"
4574w5.Part0 = p5
4575w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576w5.Part1 = p27
4577w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578w6 = Instance.new("Weld", p6)
4579w6.Name = "Joint"
4580w6.Part0 = p6
4581w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582w6.Part1 = p14
4583w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584w7 = Instance.new("Weld", p7)
4585w7.Name = "Joint"
4586w7.Part0 = p7
4587w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588w7.Part1 = p10
4589w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590w8 = Instance.new("Weld", p8)
4591w8.Name = "Joint"
4592w8.Part0 = p8
4593w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594w8.Part1 = p32
4595w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596w9 = Instance.new("Weld", p9)
4597w9.Name = "Joint"
4598w9.Part0 = p9
4599w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600w9.Part1 = p16
4601w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4602w10 = Instance.new("Weld", p10)
4603w10.Name = "Joint"
4604w10.Part0 = p10
4605w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606w10.Part1 = p61
4607w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608w11 = Instance.new("Weld", p11)
4609w11.Name = "Joint"
4610w11.Part0 = p11
4611w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612w11.Part1 = p13
4613w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4614w12 = Instance.new("Weld", p12)
4615w12.Name = "Joint"
4616w12.Part0 = p12
4617w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618w12.Part1 = p29
4619w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620w13 = Instance.new("Weld", p13)
4621w13.Name = "Joint"
4622w13.Part0 = p13
4623w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624w13.Part1 = p48
4625w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626w14 = Instance.new("Weld", p14)
4627w14.Name = "Joint"
4628w14.Part0 = p14
4629w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630w14.Part1 = p60
4631w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4632w15 = Instance.new("Weld", p15)
4633w15.Name = "Joint"
4634w15.Part0 = p15
4635w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636w15.Part1 = p17
4637w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4638w16 = Instance.new("Weld", p16)
4639w16.Name = "Joint"
4640w16.Part0 = p16
4641w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642w16.Part1 = p48
4643w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4644w17 = Instance.new("Weld", p17)
4645w17.Name = "Joint"
4646w17.Part0 = p17
4647w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4648w17.Part1 = p50
4649w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4650w18 = Instance.new("Weld", p18)
4651w18.Name = "Joint"
4652w18.Part0 = p18
4653w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4654w18.Part1 = p50
4655w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4656w19 = Instance.new("Weld", p19)
4657w19.Name = "Joint"
4658w19.Part0 = p19
4659w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4660w19.Part1 = p54
4661w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4662w20 = Instance.new("Weld", p20)
4663w20.Name = "Joint"
4664w20.Part0 = p20
4665w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4666w20.Part1 = p21
4667w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4668w21 = Instance.new("Weld", p21)
4669w21.Name = "Joint"
4670w21.Part0 = p21
4671w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672w21.Part1 = p37
4673w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4674w22 = Instance.new("Weld", p22)
4675w22.Name = "Joint"
4676w22.Part0 = p22
4677w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4678w22.Part1 = p8
4679w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4680w23 = Instance.new("Weld", p23)
4681w23.Name = "Joint"
4682w23.Part0 = p23
4683w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4684w23.Part1 = p35
4685w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4686w24 = Instance.new("Weld", p24)
4687w24.Name = "Joint"
4688w24.Part0 = p24
4689w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4690w24.Part1 = p48
4691w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4692w25 = Instance.new("Weld", p25)
4693w25.Name = "Joint"
4694w25.Part0 = p25
4695w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4696w25.Part1 = p8
4697w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4698w26 = Instance.new("Weld", p26)
4699w26.Name = "Joint"
4700w26.Part0 = p26
4701w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4702w26.Part1 = p6
4703w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4704w27 = Instance.new("Weld", p27)
4705w27.Name = "Joint"
4706w27.Part0 = p27
4707w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4708w27.Part1 = p48
4709w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4710w28 = Instance.new("Weld", p28)
4711w28.Name = "Joint"
4712w28.Part0 = p28
4713w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4714w28.Part1 = p35
4715w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4716w29 = Instance.new("Weld", p29)
4717w29.Name = "Joint"
4718w29.Part0 = p29
4719w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4720w29.Part1 = p37
4721w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4722w30 = Instance.new("Weld", p30)
4723w30.Name = "Joint"
4724w30.Part0 = p30
4725w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4726w30.Part1 = p20
4727w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4728w31 = Instance.new("Weld", p31)
4729w31.Name = "Joint"
4730w31.Part0 = p31
4731w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4732w31.Part1 = p16
4733w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4734w32 = Instance.new("Weld", p32)
4735w32.Name = "Joint"
4736w32.Part0 = p32
4737w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4738w32.Part1 = p48
4739w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4740w33 = Instance.new("Weld", p33)
4741w33.Name = "Joint"
4742w33.Part0 = p33
4743w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4744w33.Part1 = p21
4745w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4746w34 = Instance.new("Weld", p34)
4747w34.Name = "Joint"
4748w34.Part0 = p34
4749w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4750w34.Part1 = p27
4751w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4752w35 = Instance.new("Weld", p35)
4753w35.Name = "Joint"
4754w35.Part0 = p35
4755w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4756w35.Part1 = p58
4757w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4758w36 = Instance.new("Weld", p36)
4759w36.Name = "Joint"
4760w36.Part0 = p36
4761w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4762w36.Part1 = p29
4763w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4764w37 = Instance.new("Weld", p37)
4765w37.Name = "Joint"
4766w37.Part0 = p37
4767w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4768w37.Part1 = p3
4769w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4770w38 = Instance.new("Weld", p38)
4771w38.Name = "Joint"
4772w38.Part0 = p38
4773w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4774w38.Part1 = p4
4775w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4776w39 = Instance.new("Weld", p39)
4777w39.Name = "Joint"
4778w39.Part0 = p39
4779w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4780w39.Part1 = p12
4781w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4782w40 = Instance.new("Weld", p40)
4783w40.Name = "Joint"
4784w40.Part0 = p40
4785w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4786w40.Part1 = p52
4787w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4788w41 = Instance.new("Weld", p41)
4789w41.Name = "Joint"
4790w41.Part0 = p41
4791w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4792w41.Part1 = p5
4793w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4794w42 = Instance.new("Weld", p42)
4795w42.Name = "Joint"
4796w42.Part0 = p42
4797w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4798w42.Part1 = p8
4799w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4800w43 = Instance.new("Weld", p43)
4801w43.Name = "Joint"
4802w43.Part0 = p43
4803w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4804w43.Part1 = p5
4805w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4806w44 = Instance.new("Weld", p44)
4807w44.Name = "Joint"
4808w44.Part0 = p44
4809w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4810w44.Part1 = p15
4811w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4812w45 = Instance.new("Weld", p45)
4813w45.Name = "Joint"
4814w45.Part0 = p45
4815w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4816w45.Part1 = p11
4817w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4818w46 = Instance.new("Weld", p46)
4819w46.Name = "Joint"
4820w46.Part0 = p46
4821w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4822w46.Part1 = p6
4823w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4824w47 = Instance.new("Weld", p47)
4825w47.Name = "Joint"
4826w47.Part0 = p47
4827w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4828w47.Part1 = p18
4829w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4830w48 = Instance.new("Weld", p48)
4831w48.Name = "Joint"
4832w48.Part0 = p48
4833w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834w48.Part1 = p37
4835w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4836w49 = Instance.new("Weld", p49)
4837w49.Name = "Joint"
4838w49.Part0 = p49
4839w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4840w49.Part1 = p47
4841w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4842w50 = Instance.new("Weld", p50)
4843w50.Name = "Joint"
4844w50.Part0 = p50
4845w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4846w50.Part1 = p6
4847w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4848w51 = Instance.new("Weld", p51)
4849w51.Name = "Joint"
4850w51.Part0 = p51
4851w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852w51.Part1 = p52
4853w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4854w52 = Instance.new("Weld", p52)
4855w52.Name = "Joint"
4856w52.Part0 = p52
4857w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4858w52.Part1 = p3
4859w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4860w53 = Instance.new("Weld", p53)
4861w53.Name = "Joint"
4862w53.Part0 = p53
4863w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4864w53.Part1 = p9
4865w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4866w54 = Instance.new("Weld", p54)
4867w54.Name = "Joint"
4868w54.Part0 = p54
4869w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4870w54.Part1 = p9
4871w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4872w55 = Instance.new("Weld", p55)
4873w55.Name = "Joint"
4874w55.Part0 = p55
4875w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4876w55.Part1 = p8
4877w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4878w56 = Instance.new("Weld", p56)
4879w56.Name = "Joint"
4880w56.Part0 = p56
4881w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4882w56.Part1 = p20
4883w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4884w57 = Instance.new("Weld", p57)
4885w57.Name = "Joint"
4886w57.Part0 = p57
4887w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4888w57.Part1 = p47
4889w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4890w58 = Instance.new("Weld", p58)
4891w58.Name = "Joint"
4892w58.Part0 = p58
4893w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4894w58.Part1 = p3
4895w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4896w59 = Instance.new("Weld", p59)
4897w59.Name = "Joint"
4898w59.Part0 = p59
4899w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4900w59.Part1 = p32
4901w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4902w60 = Instance.new("Weld", p61)
4903w60.Name = "Joint"
4904w60.Part0 = p61
4905w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4906w60.Part1 = p48
4907w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4908w61 = Instance.new("Weld", p62)
4909w61.Name = "Joint"
4910w61.Part0 = p62
4911w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4912w61.Part1 = p10
4913w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4914w62 = Instance.new("Weld", p63)
4915w62.Name = "Joint"
4916w62.Part0 = p63
4917w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4918w62.Part1 = p7
4919w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4920w63 = Instance.new("Weld", p64)
4921w63.Name = "Joint"
4922w63.Part0 = p64
4923w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4924w63.Part1 = p54
4925w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4926w64 = Instance.new("Weld", p65)
4927w64.Name = "Joint"
4928w64.Part0 = p65
4929w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4930w64.Part1 = p13
4931w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4932w65 = Instance.new("Weld", p66)
4933w65.Name = "Joint"
4934w65.Part0 = p66
4935w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4936w65.Part1 = p52
4937w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4938w66 = Instance.new("Weld", p67)
4939w66.Name = "Joint"
4940w66.Part0 = p67
4941w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4942w66.Part1 = p16
4943w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4944w67 = Instance.new("Weld", p68)
4945w67.Name = "Joint"
4946w67.Part0 = p68
4947w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4948w67.Part1 = p11
4949w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4950w68 = Instance.new("Weld", p69)
4951w68.Name = "Joint"
4952w68.Part0 = p69
4953w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4954w68.Part1 = p11
4955w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4956w69 = Instance.new("Weld", p70)
4957w69.Name = "Joint"
4958w69.Part0 = p70
4959w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4960w69.Part1 = p58
4961w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4962w70 = Instance.new("Weld", p71)
4963w70.Name = "Joint"
4964w70.Part0 = p71
4965w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4966w70.Part1 = p54
4967w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4968w71 = Instance.new("Weld", p72)
4969w71.Name = "Joint"
4970w71.Part0 = p72
4971w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4972w71.Part1 = p9
4973w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4974w72 = Instance.new("Weld", p73)
4975w72.Name = "Joint"
4976w72.Part0 = p73
4977w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4978w72.Part1 = p13
4979w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4980w73 = Instance.new("Weld", p74)
4981w73.Name = "Joint"
4982w73.Part0 = p74
4983w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4984w73.Part1 = p10
4985w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4986w74 = Instance.new("Weld", p75)
4987w74.Name = "Joint"
4988w74.Part0 = p75
4989w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4990w74.Part1 = p54
4991w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4992w75 = Instance.new("Weld", p76)
4993w75.Name = "Joint"
4994w75.Part0 = p76
4995w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4996w75.Part1 = p32
4997w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4998w76 = Instance.new("Weld", p77)
4999w76.Name = "Joint"
5000w76.Part0 = p77
5001w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5002w76.Part1 = p15
5003w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5004w77 = Instance.new("Weld", p78)
5005w77.Name = "Joint"
5006w77.Part0 = p78
5007w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5008w77.Part1 = p15
5009w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5010w78 = Instance.new("Weld", p79)
5011w78.Name = "Joint"
5012w78.Part0 = p79
5013w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5014w78.Part1 = p51
5015w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5016w79 = Instance.new("Weld", p80)
5017w79.Name = "Joint"
5018w79.Part0 = p80
5019w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5020w79.Part1 = p12
5021w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5022m6.Parent = torso
5023m6:MakeJoints()
5024----------------------------------------------------
5025local cor6 = Instance.new("Part", torso.Cloak)
5026cor6.Name = "Thingy"
5027cor6.Locked = true
5028cor6.BottomSurface = 0
5029cor6.CanCollide = false
5030cor6.Size = Vector3.new(1,1,1)
5031cor6.Transparency = 1
5032cor6.TopSurface = 0
5033corw6 = Instance.new("Weld", cor6)
5034corw6.Part0 = torso
5035corw6.Part1 = cor6
5036corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5037corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5038weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5039weld6.Part0 = cor6
5040weld6.Part1 = torso.Cloak.NeckPart
5041weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5042--Amulet
5043m7 = Instance.new("Model")
5044m7.Name = "Amulet"
5045p1 = Instance.new("Part", m7)
5046p1.BrickColor = BrickColor.new("Lime green")
5047p1.Material = Enum.Material.Neon
5048p1.Name = "Center"
5049p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5050p1.CanCollide = false
5051p1.Locked = true
5052p1.FormFactor = Enum.FormFactor.Custom
5053p1.Shape = Enum.PartType.Cylinder
5054p1.Size = Vector3.new(0.5, 0.5, 0.5)
5055p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5056p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5057p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5058p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5059p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5060p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5061p2 = Instance.new("Part", m7)
5062p2.BrickColor = BrickColor.new("Really black")
5063p2.Material = Enum.Material.Metal
5064p2.Name = "Bottom"
5065p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5066p2.CanCollide = false
5067p2.Locked = true
5068p2.FormFactor = Enum.FormFactor.Custom
5069p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5070p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5071p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5072p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5073p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5074p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5075p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5076b1 = Instance.new("SpecialMesh", p2)
5077b1.MeshType = Enum.MeshType.Cylinder
5078b1.Name = "Mesh"
5079p3 = Instance.new("Part", m7)
5080p3.BrickColor = BrickColor.new("Really black")
5081p3.Material = Enum.Material.Metal
5082p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5083p3.CanCollide = false
5084p3.Locked = true
5085p3.FormFactor = Enum.FormFactor.Custom
5086p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5087p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5088p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5089p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5090p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5091p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5092p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5093b2 = Instance.new("SpecialMesh", p3)
5094b2.MeshType = Enum.MeshType.Brick
5095b2.Name = "Mesh"
5096b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5097p4 = Instance.new("Part", m7)
5098p4.BrickColor = BrickColor.new("Really black")
5099p4.Material = Enum.Material.Metal
5100p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5101p4.CanCollide = false
5102p4.Locked = true
5103p4.FormFactor = Enum.FormFactor.Custom
5104p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5105p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5106p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5107p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5108p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5109p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5110p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5111b3 = Instance.new("SpecialMesh", p4)
5112b3.MeshType = Enum.MeshType.Brick
5113b3.Name = "Mesh"
5114b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5115p5 = Instance.new("Part", m7)
5116p5.BrickColor = BrickColor.new("Really black")
5117p5.Material = Enum.Material.Metal
5118p5.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)
5119p5.CanCollide = false
5120p5.Locked = true
5121p5.FormFactor = Enum.FormFactor.Custom
5122p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5123p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5124p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5125p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5126p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5127p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5128p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5129b4 = Instance.new("SpecialMesh", p5)
5130b4.MeshType = Enum.MeshType.Brick
5131b4.Name = "Mesh"
5132b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5133p6 = Instance.new("Part", m7)
5134p6.BrickColor = BrickColor.new("Really black")
5135p6.Material = Enum.Material.Metal
5136p6.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)
5137p6.CanCollide = false
5138p6.Locked = true
5139p6.FormFactor = Enum.FormFactor.Custom
5140p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5141p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5142p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5143p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5144p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5145p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5146p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5147b5 = Instance.new("SpecialMesh", p6)
5148b5.MeshType = Enum.MeshType.Brick
5149b5.Name = "Mesh"
5150b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5151p7 = Instance.new("Part", m7)
5152p7.BrickColor = BrickColor.new("Really black")
5153p7.Material = Enum.Material.Metal
5154p7.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)
5155p7.CanCollide = false
5156p7.Locked = true
5157p7.FormFactor = Enum.FormFactor.Custom
5158p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5159p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5160p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5161p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5162p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5163p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5164p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5165b6 = Instance.new("SpecialMesh", p7)
5166b6.MeshType = Enum.MeshType.Brick
5167b6.Name = "Mesh"
5168b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5169p8 = Instance.new("Part", m7)
5170p8.BrickColor = BrickColor.new("Really black")
5171p8.Material = Enum.Material.Metal
5172p8.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)
5173p8.CanCollide = false
5174p8.Locked = true
5175p8.FormFactor = Enum.FormFactor.Custom
5176p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5177p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5178p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5179p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5180p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5181p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5182p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5183b7 = Instance.new("SpecialMesh", p8)
5184b7.MeshType = Enum.MeshType.Brick
5185b7.Name = "Mesh"
5186b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5187p9 = Instance.new("Part", m7)
5188p9.BrickColor = BrickColor.new("Really black")
5189p9.Material = Enum.Material.Metal
5190p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5191p9.CanCollide = false
5192p9.Locked = true
5193p9.FormFactor = Enum.FormFactor.Custom
5194p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5195p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5196p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5197p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5198p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5199p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5200p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5201b8 = Instance.new("SpecialMesh", p9)
5202b8.MeshType = Enum.MeshType.Brick
5203b8.Name = "Mesh"
5204b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5205p10 = Instance.new("Part", m7)
5206p10.BrickColor = BrickColor.new("Really black")
5207p10.Material = Enum.Material.Metal
5208p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5209p10.CanCollide = false
5210p10.Locked = true
5211p10.FormFactor = Enum.FormFactor.Custom
5212p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5213p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5214p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5215p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5216p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5217p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5218p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5219b9 = Instance.new("SpecialMesh", p10)
5220b9.MeshType = Enum.MeshType.Brick
5221b9.Name = "Mesh"
5222b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5223p11 = Instance.new("Part", m7)
5224p11.BrickColor = BrickColor.new("Really black")
5225p11.Material = Enum.Material.Metal
5226p11.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)
5227p11.CanCollide = false
5228p11.Locked = true
5229p11.FormFactor = Enum.FormFactor.Custom
5230p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5231p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5232p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5233p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5234p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5235p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5236p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5237b10 = Instance.new("SpecialMesh", p11)
5238b10.MeshType = Enum.MeshType.Brick
5239b10.Name = "Mesh"
5240b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5241p12 = Instance.new("Part", m7)
5242p12.BrickColor = BrickColor.new("Really black")
5243p12.Material = Enum.Material.Metal
5244p12.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)
5245p12.CanCollide = false
5246p12.Locked = true
5247p12.FormFactor = Enum.FormFactor.Custom
5248p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5249p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5250p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5251p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5252p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5253p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5254p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5255b11 = Instance.new("SpecialMesh", p12)
5256b11.MeshType = Enum.MeshType.Brick
5257b11.Name = "Mesh"
5258b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5259p13 = Instance.new("Part", m7)
5260p13.BrickColor = BrickColor.new("Really black")
5261p13.Material = Enum.Material.Metal
5262p13.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)
5263p13.CanCollide = false
5264p13.Locked = true
5265p13.FormFactor = Enum.FormFactor.Custom
5266p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5267p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5268p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5269p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5270p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5271p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5272p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5273b12 = Instance.new("SpecialMesh", p13)
5274b12.MeshType = Enum.MeshType.Brick
5275b12.Name = "Mesh"
5276b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5277p14 = Instance.new("Part", m7)
5278p14.BrickColor = BrickColor.new("Really black")
5279p14.Material = Enum.Material.Metal
5280p14.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)
5281p14.CanCollide = false
5282p14.Locked = true
5283p14.FormFactor = Enum.FormFactor.Custom
5284p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5285p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5286p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5287p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5288p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5289p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5290p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5291b13 = Instance.new("SpecialMesh", p14)
5292b13.MeshType = Enum.MeshType.Brick
5293b13.Name = "Mesh"
5294b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5295p15 = Instance.new("Part", m7)
5296p15.BrickColor = BrickColor.new("Really black")
5297p15.Material = Enum.Material.Metal
5298p15.Name = "Top"
5299p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5300p15.CanCollide = false
5301p15.Locked = true
5302p15.FormFactor = Enum.FormFactor.Custom
5303p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5304p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5305p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5306p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5307p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5308p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5309p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5310b14 = Instance.new("SpecialMesh", p15)
5311b14.MeshType = Enum.MeshType.Cylinder
5312b14.Name = "Mesh"
5313w1 = Instance.new("Weld", p1)
5314w1.Name = "Joint"
5315w1.Part0 = p1
5316w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5317w1.Part1 = p15
5318w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5319w2 = Instance.new("Weld", p2)
5320w2.Name = "Joint"
5321w2.Part0 = p2
5322w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5323w2.Part1 = p1
5324w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5325w3 = Instance.new("Weld", p3)
5326w3.Name = "Joint"
5327w3.Part0 = p3
5328w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5329w3.Part1 = p1
5330w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5331w4 = Instance.new("Weld", p4)
5332w4.Name = "Joint"
5333w4.Part0 = p4
5334w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5335w4.Part1 = p1
5336w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5337w5 = Instance.new("Weld", p5)
5338w5.Name = "Joint"
5339w5.Part0 = p5
5340w5.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)
5341w5.Part1 = p1
5342w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5343w6 = Instance.new("Weld", p6)
5344w6.Name = "Joint"
5345w6.Part0 = p6
5346w6.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)
5347w6.Part1 = p1
5348w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5349w7 = Instance.new("Weld", p7)
5350w7.Name = "Joint"
5351w7.Part0 = p7
5352w7.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)
5353w7.Part1 = p1
5354w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5355w8 = Instance.new("Weld", p8)
5356w8.Name = "Joint"
5357w8.Part0 = p8
5358w8.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)
5359w8.Part1 = p1
5360w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5361w9 = Instance.new("Weld", p9)
5362w9.Name = "Joint"
5363w9.Part0 = p9
5364w9.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)
5365w9.Part1 = p1
5366w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5367w10 = Instance.new("Weld", p10)
5368w10.Name = "Joint"
5369w10.Part0 = p10
5370w10.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)
5371w10.Part1 = p1
5372w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5373w11 = Instance.new("Weld", p11)
5374w11.Name = "Joint"
5375w11.Part0 = p11
5376w11.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)
5377w11.Part1 = p1
5378w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5379w12 = Instance.new("Weld", p12)
5380w12.Name = "Joint"
5381w12.Part0 = p12
5382w12.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)
5383w12.Part1 = p1
5384w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5385w13 = Instance.new("Weld", p13)
5386w13.Name = "Joint"
5387w13.Part0 = p13
5388w13.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)
5389w13.Part1 = p1
5390w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5391w14 = Instance.new("Weld", p14)
5392w14.Name = "Joint"
5393w14.Part0 = p14
5394w14.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)
5395w14.Part1 = p1
5396w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5397m7.Parent = torso
5398m7:MakeJoints()
5399----------------------------------------------------
5400local cor7 = Instance.new("Part", torso.Amulet)
5401cor7.Name = "Thingy"
5402cor7.Locked = true
5403cor7.BottomSurface = 0
5404cor7.CanCollide = false
5405cor7.Size = Vector3.new(1, 1, 1)
5406cor7.Transparency = 1
5407cor7.TopSurface = 0
5408corw7 = Instance.new("Weld", cor7)
5409corw7.Part0 = torso.Torso.Connection
5410corw7.Part1 = cor7
5411corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5412corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5413weld7 = Instance.new("Weld", torso.Amulet)
5414weld7.Part0 = cor7
5415weld7.Part1 = torso.Amulet.Top
5416weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5417--Zyrodoxa
5418m8 = Instance.new("Model")
5419m8.Name = "Zyrodoxa"
5420p1 = Instance.new("Part", m8)
5421p1.BrickColor = BrickColor.new("Really black")
5422p1.Material = Enum.Material.Metal
5423p1.Reflectance = 0.40000000596046
5424p1.Name = "Block"
5425p1.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)
5426p1.CanCollide = false
5427p1.Locked = true
5428p1.FormFactor = Enum.FormFactor.Custom
5429p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5430p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5431p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5432p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5433p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5434p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5435p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5436b1 = Instance.new("BlockMesh", p1)
5437b1.Name = "Mesh"
5438b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5439p2 = Instance.new("Part", m8)
5440p2.BrickColor = BrickColor.new("Black")
5441p2.Material = Enum.Material.Metal
5442p2.Reflectance = 0.40000000596046
5443p2.Name = "Block"
5444p2.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)
5445p2.CanCollide = false
5446p2.Locked = true
5447p2.FormFactor = Enum.FormFactor.Custom
5448p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5449p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5450p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5451p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5452p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5453p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5454p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5455b2 = Instance.new("BlockMesh", p2)
5456b2.Name = "Mesh"
5457b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5458p3 = Instance.new("Part", m8)
5459p3.BrickColor = BrickColor.new("Black")
5460p3.Material = Enum.Material.Metal
5461p3.Reflectance = 0.40000000596046
5462p3.Name = "Block"
5463p3.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)
5464p3.CanCollide = false
5465p3.Locked = true
5466p3.FormFactor = Enum.FormFactor.Custom
5467p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5468p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5469p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5470p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5471p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5472p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5473p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5474b3 = Instance.new("BlockMesh", p3)
5475b3.Name = "Mesh"
5476b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5477p4 = Instance.new("Part", m8)
5478p4.BrickColor = BrickColor.new("Lime green")
5479p4.Material = Enum.Material.Metal
5480p4.Name = "Block"
5481p4.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)
5482p4.CanCollide = false
5483p4.Locked = true
5484p4.FormFactor = Enum.FormFactor.Custom
5485p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5486p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5487p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5488p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5489p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5490p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5491p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5492b4 = Instance.new("BlockMesh", p4)
5493b4.Name = "Mesh"
5494b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5495p5 = Instance.new("Part", m8)
5496p5.BrickColor = BrickColor.new("Lime green")
5497p5.Material = Enum.Material.Neon
5498p5.Reflectance = 0.40000000596046
5499p5.Name = "Block"
5500p5.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)
5501p5.CanCollide = false
5502p5.Locked = true
5503p5.FormFactor = Enum.FormFactor.Custom
5504p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5505p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5506p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5507p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5508p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5509p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5510p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5511b5 = Instance.new("BlockMesh", p5)
5512b5.Name = "Mesh"
5513b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5514p6 = Instance.new("Part", m8)
5515p6.BrickColor = BrickColor.new("Parsley green")
5516p6.Material = Enum.Material.Metal
5517p6.Name = "Block"
5518p6.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)
5519p6.CanCollide = false
5520p6.Locked = true
5521p6.FormFactor = Enum.FormFactor.Custom
5522p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5523p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5524p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5525p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5526p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5527p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5528p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5529b6 = Instance.new("BlockMesh", p6)
5530b6.Name = "Mesh"
5531b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5532p7 = Instance.new("Part", m8)
5533p7.BrickColor = BrickColor.new("Lime green")
5534p7.Material = Enum.Material.Neon
5535p7.Reflectance = 0.40000000596046
5536p7.Name = "Block"
5537p7.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)
5538p7.CanCollide = false
5539p7.Locked = true
5540p7.FormFactor = Enum.FormFactor.Custom
5541p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5542p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5543p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5544p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5545p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5546p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5547p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5548b7 = Instance.new("BlockMesh", p7)
5549b7.Name = "Mesh"
5550b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5551p8 = Instance.new("Part", m8)
5552p8.BrickColor = BrickColor.new("Lime green")
5553p8.Material = Enum.Material.Neon
5554p8.Reflectance = 0.40000000596046
5555p8.Name = "Block"
5556p8.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)
5557p8.CanCollide = false
5558p8.Locked = true
5559p8.FormFactor = Enum.FormFactor.Custom
5560p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5561p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5562p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5563p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5564p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5565p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5566p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5567b8 = Instance.new("BlockMesh", p8)
5568b8.Name = "Mesh"
5569b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5570p9 = Instance.new("Part", m8)
5571p9.BrickColor = BrickColor.new("Really black")
5572p9.Material = Enum.Material.Metal
5573p9.Reflectance = 0.40000000596046
5574p9.Name = "Block"
5575p9.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)
5576p9.CanCollide = false
5577p9.Locked = true
5578p9.FormFactor = Enum.FormFactor.Custom
5579p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5580p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5581p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5582p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5583p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5584p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5585p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5586b9 = Instance.new("BlockMesh", p9)
5587b9.Name = "Mesh"
5588b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5589p10 = Instance.new("Part", m8)
5590p10.BrickColor = BrickColor.new("Really black")
5591p10.Material = Enum.Material.Metal
5592p10.Reflectance = 0.40000000596046
5593p10.Name = "Block"
5594p10.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)
5595p10.CanCollide = false
5596p10.Locked = true
5597p10.FormFactor = Enum.FormFactor.Custom
5598p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5599p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5600p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5601p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5602p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5603p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5604p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5605b10 = Instance.new("BlockMesh", p10)
5606b10.Name = "Mesh"
5607b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5608p11 = Instance.new("Part", m8)
5609p11.BrickColor = BrickColor.new("Black")
5610p11.Material = Enum.Material.Metal
5611p11.Name = "Circle"
5612p11.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)
5613p11.CanCollide = false
5614p11.Locked = true
5615p11.FormFactor = Enum.FormFactor.Custom
5616p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5617p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5618p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5619p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5620p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5621p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5622p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5623b11 = Instance.new("CylinderMesh", p11)
5624b11.Name = "Mesh"
5625b11.Scale = Vector3.new(1, 0.401569068, 1)
5626p12 = Instance.new("Part", m8)
5627p12.BrickColor = BrickColor.new("Lime green")
5628p12.Material = Enum.Material.Neon
5629p12.Reflectance = 0.40000000596046
5630p12.Name = "Block"
5631p12.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)
5632p12.CanCollide = false
5633p12.Locked = true
5634p12.FormFactor = Enum.FormFactor.Custom
5635p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5636p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5637p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5638p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5639p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5640p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5641p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5642b12 = Instance.new("BlockMesh", p12)
5643b12.Name = "Mesh"
5644b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5645p13 = Instance.new("Part", m8)
5646p13.BrickColor = BrickColor.new("Lime green")
5647p13.Material = Enum.Material.Metal
5648p13.Name = "Block"
5649p13.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)
5650p13.CanCollide = false
5651p13.Locked = true
5652p13.FormFactor = Enum.FormFactor.Custom
5653p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5654p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5655p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5656p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5657p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5658p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5659p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5660b13 = Instance.new("BlockMesh", p13)
5661b13.Name = "Mesh"
5662b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5663p14 = Instance.new("Part", m8)
5664p14.BrickColor = BrickColor.new("Black")
5665p14.Material = Enum.Material.Metal
5666p14.Reflectance = 0.40000000596046
5667p14.Name = "Block"
5668p14.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)
5669p14.CanCollide = false
5670p14.Locked = true
5671p14.FormFactor = Enum.FormFactor.Custom
5672p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5673p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5674p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5675p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5676p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5677p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5678p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5679b14 = Instance.new("BlockMesh", p14)
5680b14.Name = "Mesh"
5681b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5682p15 = Instance.new("Part", m8)
5683p15.BrickColor = BrickColor.new("Really black")
5684p15.Material = Enum.Material.Metal
5685p15.Reflectance = 0.40000000596046
5686p15.Name = "Block"
5687p15.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)
5688p15.CanCollide = false
5689p15.Locked = true
5690p15.FormFactor = Enum.FormFactor.Custom
5691p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5692p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5693p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5694p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5695p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5696p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5697p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5698b15 = Instance.new("BlockMesh", p15)
5699b15.Name = "Mesh"
5700b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5701p16 = Instance.new("Part", m8)
5702p16.BrickColor = BrickColor.new("Really black")
5703p16.Material = Enum.Material.Metal
5704p16.Name = "Handle"
5705p16.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)
5706p16.CanCollide = false
5707p16.Locked = true
5708p16.FormFactor = Enum.FormFactor.Custom
5709p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5710p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5711p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5712p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5713p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5714p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5715p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5716b16 = Instance.new("BlockMesh", p16)
5717b16.Name = "Mesh"
5718b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5719p17 = Instance.new("Part", m8)
5720p17.BrickColor = BrickColor.new("Lime green")
5721p17.Material = Enum.Material.Neon
5722p17.Reflectance = 0.40000000596046
5723p17.Name = "Block"
5724p17.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)
5725p17.CanCollide = false
5726p17.Locked = true
5727p17.FormFactor = Enum.FormFactor.Custom
5728p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5729p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5730p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5731p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5732p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5733p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5734p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5735b17 = Instance.new("BlockMesh", p17)
5736b17.Name = "Mesh"
5737b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5738p18 = Instance.new("Part", m8)
5739p18.BrickColor = BrickColor.new("Really black")
5740p18.Material = Enum.Material.Metal
5741p18.Name = "Block"
5742p18.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)
5743p18.CanCollide = false
5744p18.Locked = true
5745p18.FormFactor = Enum.FormFactor.Custom
5746p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5747p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5748p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5749p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5750p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5751p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5752p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5753b18 = Instance.new("BlockMesh", p18)
5754b18.Name = "Mesh"
5755b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5756p19 = Instance.new("Part", m8)
5757p19.BrickColor = BrickColor.new("Black")
5758p19.Material = Enum.Material.Metal
5759p19.Reflectance = 0.40000000596046
5760p19.Name = "Block"
5761p19.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)
5762p19.CanCollide = false
5763p19.Locked = true
5764p19.FormFactor = Enum.FormFactor.Custom
5765p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5766p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5767p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5768p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5769p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5770p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5771p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5772b19 = Instance.new("BlockMesh", p19)
5773b19.Name = "Mesh"
5774b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5775p20 = Instance.new("Part", m8)
5776p20.BrickColor = BrickColor.new("Lime green")
5777p20.Material = Enum.Material.Metal
5778p20.Name = "Block"
5779p20.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)
5780p20.CanCollide = false
5781p20.Locked = true
5782p20.FormFactor = Enum.FormFactor.Custom
5783p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5784p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5785p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5786p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5787p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5788p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5789p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5790b20 = Instance.new("BlockMesh", p20)
5791b20.Name = "Mesh"
5792b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5793p21 = Instance.new("Part", m8)
5794p21.BrickColor = BrickColor.new("Really black")
5795p21.Material = Enum.Material.Metal
5796p21.Name = "Block"
5797p21.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)
5798p21.CanCollide = false
5799p21.Locked = true
5800p21.FormFactor = Enum.FormFactor.Custom
5801p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5802p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5803p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5804p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5805p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5806p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5807p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5808b21 = Instance.new("BlockMesh", p21)
5809b21.Name = "Mesh"
5810b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5811p22 = Instance.new("Part", m8)
5812p22.BrickColor = BrickColor.new("Really black")
5813p22.Material = Enum.Material.Metal
5814p22.Reflectance = 0.40000000596046
5815p22.Name = "Block"
5816p22.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)
5817p22.CanCollide = false
5818p22.Locked = true
5819p22.FormFactor = Enum.FormFactor.Custom
5820p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5821p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5822p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5823p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5824p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5825p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5826p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5827b22 = Instance.new("BlockMesh", p22)
5828b22.Name = "Mesh"
5829b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5830p23 = Instance.new("Part", m8)
5831p23.BrickColor = BrickColor.new("Lime green")
5832p23.Material = Enum.Material.Marble
5833p23.Name = "Block"
5834p23.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)
5835p23.CanCollide = false
5836p23.Locked = true
5837p23.FormFactor = Enum.FormFactor.Custom
5838p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5839p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5840p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5841p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5842p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5843p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5844p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5845b23 = Instance.new("BlockMesh", p23)
5846b23.Name = "Mesh"
5847b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5848p24 = Instance.new("Part", m8)
5849p24.BrickColor = BrickColor.new("Really black")
5850p24.Material = Enum.Material.Metal
5851p24.Name = "Block"
5852p24.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)
5853p24.CanCollide = false
5854p24.Locked = true
5855p24.FormFactor = Enum.FormFactor.Custom
5856p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5857p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5858p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5859p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5860p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5861p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5862p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5863b24 = Instance.new("BlockMesh", p24)
5864b24.Name = "Mesh"
5865b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5866p25 = Instance.new("Part", m8)
5867p25.BrickColor = BrickColor.new("Lime green")
5868p25.Material = Enum.Material.Marble
5869p25.Name = "Block"
5870p25.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)
5871p25.CanCollide = false
5872p25.Locked = true
5873p25.FormFactor = Enum.FormFactor.Custom
5874p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5875p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5876p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5877p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5878p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5879p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5880p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5881b25 = Instance.new("BlockMesh", p25)
5882b25.Name = "Mesh"
5883b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5884p26 = Instance.new("Part", m8)
5885p26.BrickColor = BrickColor.new("Really black")
5886p26.Material = Enum.Material.Metal
5887p26.Reflectance = 0.40000000596046
5888p26.Name = "Block"
5889p26.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)
5890p26.CanCollide = false
5891p26.Locked = true
5892p26.FormFactor = Enum.FormFactor.Custom
5893p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5894p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5895p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5896p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5897p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5898p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5899p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5900b26 = Instance.new("BlockMesh", p26)
5901b26.Name = "Mesh"
5902b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5903p27 = Instance.new("Part", m8)
5904p27.BrickColor = BrickColor.new("Lime green")
5905p27.Material = Enum.Material.Metal
5906p27.Name = "Block"
5907p27.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)
5908p27.CanCollide = false
5909p27.Locked = true
5910p27.FormFactor = Enum.FormFactor.Custom
5911p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5912p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5913p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5914p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5915p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5916p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5917p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5918b27 = Instance.new("BlockMesh", p27)
5919b27.Name = "Mesh"
5920b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5921p28 = Instance.new("Part", m8)
5922p28.BrickColor = BrickColor.new("Really black")
5923p28.Material = Enum.Material.SmoothPlastic
5924p28.Reflectance = 0.0099999997764826
5925p28.Name = "Circle"
5926p28.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)
5927p28.CanCollide = false
5928p28.Locked = true
5929p28.FormFactor = Enum.FormFactor.Custom
5930p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5931p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5932p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5933p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5934p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5935p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5936p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5937b28 = Instance.new("CylinderMesh", p28)
5938b28.Name = "Mesh"
5939b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5940p29 = Instance.new("Part", m8)
5941p29.BrickColor = BrickColor.new("Black")
5942p29.Material = Enum.Material.Metal
5943p29.Reflectance = 0.40000000596046
5944p29.Name = "Block"
5945p29.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)
5946p29.CanCollide = false
5947p29.Locked = true
5948p29.FormFactor = Enum.FormFactor.Custom
5949p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5950p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5951p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5952p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5953p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5954p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5955p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5956b29 = Instance.new("BlockMesh", p29)
5957b29.Name = "Mesh"
5958b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5959p30 = Instance.new("Part", m8)
5960p30.BrickColor = BrickColor.new("Lime green")
5961p30.Material = Enum.Material.Metal
5962p30.Name = "Block"
5963p30.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)
5964p30.CanCollide = false
5965p30.Locked = true
5966p30.FormFactor = Enum.FormFactor.Custom
5967p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5968p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5969p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5970p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5971p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5972p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5973p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5974b30 = Instance.new("BlockMesh", p30)
5975b30.Name = "Mesh"
5976b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5977p31 = Instance.new("Part", m8)
5978p31.BrickColor = BrickColor.new("Lime green")
5979p31.Material = Enum.Material.Neon
5980p31.Reflectance = 0.40000000596046
5981p31.Name = "Block"
5982p31.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)
5983p31.CanCollide = false
5984p31.Locked = true
5985p31.FormFactor = Enum.FormFactor.Custom
5986p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5987p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5988p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5989p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5990p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5991p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5992p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5993b31 = Instance.new("BlockMesh", p31)
5994b31.Name = "Mesh"
5995b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
5996p32 = Instance.new("Part", m8)
5997p32.BrickColor = BrickColor.new("Lime green")
5998p32.Material = Enum.Material.Metal
5999p32.Name = "Block"
6000p32.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)
6001p32.CanCollide = false
6002p32.Locked = true
6003p32.FormFactor = Enum.FormFactor.Custom
6004p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6005p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6006p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6007p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6008p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6009p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6010p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6011b32 = Instance.new("BlockMesh", p32)
6012b32.Name = "Mesh"
6013b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6014p33 = Instance.new("Part", m8)
6015p33.BrickColor = BrickColor.new("Really black")
6016p33.Material = Enum.Material.Metal
6017p33.Reflectance = 0.40000000596046
6018p33.Name = "Block"
6019p33.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)
6020p33.CanCollide = false
6021p33.Locked = true
6022p33.FormFactor = Enum.FormFactor.Custom
6023p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6024p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6025p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6026p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6027p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6028p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6029p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6030b33 = Instance.new("BlockMesh", p33)
6031b33.Name = "Mesh"
6032b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6033p34 = Instance.new("Part", m8)
6034p34.BrickColor = BrickColor.new("Lime green")
6035p34.Material = Enum.Material.Metal
6036p34.Name = "Block"
6037p34.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)
6038p34.CanCollide = false
6039p34.Locked = true
6040p34.FormFactor = Enum.FormFactor.Custom
6041p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6042p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6043p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6044p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6045p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6046p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6047p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6048b34 = Instance.new("BlockMesh", p34)
6049b34.Name = "Mesh"
6050b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6051p35 = Instance.new("Part", m8)
6052p35.BrickColor = BrickColor.new("Lime green")
6053p35.Material = Enum.Material.Metal
6054p35.Name = "Block"
6055p35.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)
6056p35.CanCollide = false
6057p35.Locked = true
6058p35.FormFactor = Enum.FormFactor.Custom
6059p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6060p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6061p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6062p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6063p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6064p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6065p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6066b35 = Instance.new("BlockMesh", p35)
6067b35.Name = "Mesh"
6068b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6069p36 = Instance.new("Part", m8)
6070p36.BrickColor = BrickColor.new("Lime green")
6071p36.Material = Enum.Material.Metal
6072p36.Name = "Block"
6073p36.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)
6074p36.CanCollide = false
6075p36.Locked = true
6076p36.FormFactor = Enum.FormFactor.Custom
6077p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6078p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6079p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6080p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6081p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6082p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6083p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6084b36 = Instance.new("BlockMesh", p36)
6085b36.Name = "Mesh"
6086b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6087p37 = Instance.new("Part", m8)
6088p37.BrickColor = BrickColor.new("Lime green")
6089p37.Material = Enum.Material.Marble
6090p37.Name = "Circle"
6091p37.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)
6092p37.CanCollide = false
6093p37.Locked = true
6094p37.FormFactor = Enum.FormFactor.Custom
6095p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6096p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6097p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6098p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6099p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6100p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6101p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6102b37 = Instance.new("CylinderMesh", p37)
6103b37.Name = "Mesh"
6104b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6105p38 = Instance.new("Part", m8)
6106p38.BrickColor = BrickColor.new("Really black")
6107p38.Material = Enum.Material.Metal
6108p38.Name = "Block"
6109p38.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)
6110p38.CanCollide = false
6111p38.Locked = true
6112p38.FormFactor = Enum.FormFactor.Custom
6113p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6114p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6115p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6116p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6117p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6118p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6119p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6120b38 = Instance.new("BlockMesh", p38)
6121b38.Name = "Mesh"
6122b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6123p39 = Instance.new("Part", m8)
6124p39.BrickColor = BrickColor.new("Really black")
6125p39.Material = Enum.Material.Metal
6126p39.Name = "Block"
6127p39.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)
6128p39.CanCollide = false
6129p39.Locked = true
6130p39.FormFactor = Enum.FormFactor.Custom
6131p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6132p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6133p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6134p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6135p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6136p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6137p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6138b39 = Instance.new("BlockMesh", p39)
6139b39.Name = "Mesh"
6140b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6141p40 = Instance.new("Part", m8)
6142p40.BrickColor = BrickColor.new("Really black")
6143p40.Material = Enum.Material.Metal
6144p40.Name = "Block"
6145p40.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)
6146p40.CanCollide = false
6147p40.Locked = true
6148p40.FormFactor = Enum.FormFactor.Custom
6149p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6150p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6151p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6152p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6153p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6154p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6155p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6156b40 = Instance.new("BlockMesh", p40)
6157b40.Name = "Mesh"
6158b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6159p41 = Instance.new("Part", m8)
6160p41.BrickColor = BrickColor.new("Lime green")
6161p41.Material = Enum.Material.Neon
6162p41.Reflectance = 0.40000000596046
6163p41.Name = "Block"
6164p41.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)
6165p41.CanCollide = false
6166p41.Locked = true
6167p41.FormFactor = Enum.FormFactor.Custom
6168p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6169p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6170p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6171p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6172p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6173p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6174p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6175b41 = Instance.new("BlockMesh", p41)
6176b41.Name = "Mesh"
6177b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6178p42 = Instance.new("Part", m8)
6179p42.BrickColor = BrickColor.new("Earth green")
6180p42.Material = Enum.Material.Metal
6181p42.Name = "Block"
6182p42.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)
6183p42.CanCollide = false
6184p42.Locked = true
6185p42.FormFactor = Enum.FormFactor.Custom
6186p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6187p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6188p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6189p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6190p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6191p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6192p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6193b42 = Instance.new("BlockMesh", p42)
6194b42.Name = "Mesh"
6195b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6196p43 = Instance.new("Part", m8)
6197p43.BrickColor = BrickColor.new("Really black")
6198p43.Material = Enum.Material.Metal
6199p43.Name = "Block"
6200p43.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)
6201p43.CanCollide = false
6202p43.Locked = true
6203p43.FormFactor = Enum.FormFactor.Custom
6204p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6205p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6206p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6207p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6208p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6209p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6210p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6211b43 = Instance.new("BlockMesh", p43)
6212b43.Name = "Mesh"
6213b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6214p44 = Instance.new("Part", m8)
6215p44.BrickColor = BrickColor.new("Lime green")
6216p44.Material = Enum.Material.Marble
6217p44.Name = "Circle"
6218p44.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)
6219p44.CanCollide = false
6220p44.Locked = true
6221p44.FormFactor = Enum.FormFactor.Custom
6222p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6223p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6224p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6225p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6226p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6227p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6228p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6229b44 = Instance.new("CylinderMesh", p44)
6230b44.Name = "Mesh"
6231b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6232p45 = Instance.new("Part", m8)
6233p45.BrickColor = BrickColor.new("Lime green")
6234p45.Material = Enum.Material.Neon
6235p45.Reflectance = 0.40000000596046
6236p45.Name = "Block"
6237p45.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)
6238p45.CanCollide = false
6239p45.Locked = true
6240p45.FormFactor = Enum.FormFactor.Custom
6241p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6242p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6243p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6244p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6245p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6246p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6247p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6248b45 = Instance.new("BlockMesh", p45)
6249b45.Name = "Mesh"
6250b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6251p46 = Instance.new("Part", m8)
6252p46.BrickColor = BrickColor.new("Black")
6253p46.Material = Enum.Material.Metal
6254p46.Name = "Block"
6255p46.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)
6256p46.CanCollide = false
6257p46.Locked = true
6258p46.FormFactor = Enum.FormFactor.Custom
6259p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6260p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6261p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6262p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6263p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6264p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6265p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6266b46 = Instance.new("BlockMesh", p46)
6267b46.Name = "Mesh"
6268b46.Scale = Vector3.new(1, 0.401569068, 1)
6269p47 = Instance.new("Part", m8)
6270p47.BrickColor = BrickColor.new("Earth green")
6271p47.Material = Enum.Material.Metal
6272p47.Name = "Block"
6273p47.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)
6274p47.CanCollide = false
6275p47.Locked = true
6276p47.FormFactor = Enum.FormFactor.Custom
6277p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6278p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6279p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6280p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6281p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6282p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6283p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6284b47 = Instance.new("BlockMesh", p47)
6285b47.Name = "Mesh"
6286b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6287p48 = Instance.new("Part", m8)
6288p48.BrickColor = BrickColor.new("Lime green")
6289p48.Material = Enum.Material.Metal
6290p48.Name = "Block"
6291p48.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)
6292p48.CanCollide = false
6293p48.Locked = true
6294p48.FormFactor = Enum.FormFactor.Custom
6295p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6296p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6297p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6298p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6299p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6300p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6301p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6302b48 = Instance.new("BlockMesh", p48)
6303b48.Name = "Mesh"
6304b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6305p49 = Instance.new("Part", m8)
6306p49.BrickColor = BrickColor.new("Lime green")
6307p49.Material = Enum.Material.Metal
6308p49.Name = "Block"
6309p49.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)
6310p49.CanCollide = false
6311p49.Locked = true
6312p49.FormFactor = Enum.FormFactor.Custom
6313p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6314p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6315p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6316p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6317p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6318p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6319p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6320b49 = Instance.new("BlockMesh", p49)
6321b49.Name = "Mesh"
6322b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6323p50 = Instance.new("Part", m8)
6324p50.BrickColor = BrickColor.new("Black")
6325p50.Material = Enum.Material.Metal
6326p50.Reflectance = 0.40000000596046
6327p50.Name = "Block"
6328p50.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)
6329p50.CanCollide = false
6330p50.Locked = true
6331p50.FormFactor = Enum.FormFactor.Custom
6332p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6333p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6334p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6335p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6336p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6337p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6338p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6339b50 = Instance.new("BlockMesh", p50)
6340b50.Name = "Mesh"
6341b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6342p51 = Instance.new("Part", m8)
6343p51.BrickColor = BrickColor.new("Lime green")
6344p51.Material = Enum.Material.Metal
6345p51.Name = "Block"
6346p51.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)
6347p51.CanCollide = false
6348p51.Locked = true
6349p51.FormFactor = Enum.FormFactor.Custom
6350p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6351p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6352p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6353p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6354p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6355p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6356p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6357b51 = Instance.new("BlockMesh", p51)
6358b51.Name = "Mesh"
6359b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6360p52 = Instance.new("Part", m8)
6361p52.BrickColor = BrickColor.new("Lime green")
6362p52.Material = Enum.Material.Metal
6363p52.Name = "Block"
6364p52.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)
6365p52.CanCollide = false
6366p52.Locked = true
6367p52.FormFactor = Enum.FormFactor.Custom
6368p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6369p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6370p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6371p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6372p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6373p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6374p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6375b52 = Instance.new("BlockMesh", p52)
6376b52.Name = "Mesh"
6377b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6378p53 = Instance.new("Part", m8)
6379p53.BrickColor = BrickColor.new("Really black")
6380p53.Material = Enum.Material.Metal
6381p53.Name = "Block"
6382p53.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)
6383p53.CanCollide = false
6384p53.Locked = true
6385p53.FormFactor = Enum.FormFactor.Custom
6386p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6387p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6388p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6389p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6390p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6391p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6392p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6393b53 = Instance.new("BlockMesh", p53)
6394b53.Name = "Mesh"
6395b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6396p54 = Instance.new("Part", m8)
6397p54.BrickColor = BrickColor.new("Really black")
6398p54.Material = Enum.Material.SmoothPlastic
6399p54.Reflectance = 0.0099999997764826
6400p54.Name = "Circle"
6401p54.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)
6402p54.CanCollide = false
6403p54.Locked = true
6404p54.FormFactor = Enum.FormFactor.Custom
6405p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6406p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6407p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6408p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6409p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6410p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6411p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6412b54 = Instance.new("CylinderMesh", p54)
6413b54.Name = "Mesh"
6414b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6415p55 = Instance.new("Part", m8)
6416p55.BrickColor = BrickColor.new("Really black")
6417p55.Material = Enum.Material.Metal
6418p55.Reflectance = 0.40000000596046
6419p55.Name = "Block"
6420p55.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)
6421p55.CanCollide = false
6422p55.Locked = true
6423p55.FormFactor = Enum.FormFactor.Custom
6424p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6425p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6426p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6427p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6428p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6429p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6430p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6431b55 = Instance.new("BlockMesh", p55)
6432b55.Name = "Mesh"
6433b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6434p56 = Instance.new("Part", m8)
6435p56.BrickColor = BrickColor.new("Black")
6436p56.Material = Enum.Material.Metal
6437p56.Reflectance = 0.40000000596046
6438p56.Name = "Block"
6439p56.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)
6440p56.CanCollide = false
6441p56.Locked = true
6442p56.FormFactor = Enum.FormFactor.Custom
6443p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6444p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6445p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6446p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6447p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6448p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6449p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6450b56 = Instance.new("BlockMesh", p56)
6451b56.Name = "Mesh"
6452b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6453p57 = Instance.new("Part", m8)
6454p57.BrickColor = BrickColor.new("Black")
6455p57.Material = Enum.Material.Metal
6456p57.Reflectance = 0.40000000596046
6457p57.Name = "Block"
6458p57.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)
6459p57.CanCollide = false
6460p57.Locked = true
6461p57.FormFactor = Enum.FormFactor.Custom
6462p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6463p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6464p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6465p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6466p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6467p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6468p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6469b57 = Instance.new("BlockMesh", p57)
6470b57.Name = "Mesh"
6471b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6472p58 = Instance.new("Part", m8)
6473p58.BrickColor = BrickColor.new("Lime green")
6474p58.Material = Enum.Material.Marble
6475p58.Name = "Block"
6476p58.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)
6477p58.CanCollide = false
6478p58.Locked = true
6479p58.FormFactor = Enum.FormFactor.Custom
6480p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6481p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6482p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6483p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6484p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6485p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6486p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6487b58 = Instance.new("BlockMesh", p58)
6488b58.Name = "Mesh"
6489b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6490p59 = Instance.new("Part", m8)
6491p59.BrickColor = BrickColor.new("Lime green")
6492p59.Material = Enum.Material.Metal
6493p59.Name = "Block"
6494p59.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)
6495p59.CanCollide = false
6496p59.Locked = true
6497p59.FormFactor = Enum.FormFactor.Custom
6498p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6499p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6500p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6501p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6502p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6503p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6504p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6505b59 = Instance.new("BlockMesh", p59)
6506b59.Name = "Mesh"
6507b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6508p60 = Instance.new("Part", m8)
6509p60.BrickColor = BrickColor.new("Lime green")
6510p60.Material = Enum.Material.Marble
6511p60.Name = "Circle"
6512p60.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)
6513p60.CanCollide = false
6514p60.Locked = true
6515p60.FormFactor = Enum.FormFactor.Custom
6516p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6517p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6518p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6519p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6520p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6521p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6522p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6523b60 = Instance.new("CylinderMesh", p60)
6524b60.Name = "Mesh"
6525b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6526p61 = Instance.new("Part", m8)
6527p61.BrickColor = BrickColor.new("Black")
6528p61.Material = Enum.Material.Metal
6529p61.Name = "Circle"
6530p61.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)
6531p61.CanCollide = false
6532p61.Locked = true
6533p61.FormFactor = Enum.FormFactor.Custom
6534p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6535p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6536p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6537p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6538p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6539p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6540p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6541b61 = Instance.new("CylinderMesh", p61)
6542b61.Name = "Mesh"
6543b61.Scale = Vector3.new(1, 0.401569068, 1)
6544p62 = Instance.new("Part", m8)
6545p62.BrickColor = BrickColor.new("Lime green")
6546p62.Material = Enum.Material.Metal
6547p62.Name = "Block"
6548p62.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)
6549p62.CanCollide = false
6550p62.Locked = true
6551p62.FormFactor = Enum.FormFactor.Custom
6552p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6553p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6554p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6555p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6556p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6557p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6558p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6559b62 = Instance.new("BlockMesh", p62)
6560b62.Name = "Mesh"
6561b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6562p63 = Instance.new("Part", m8)
6563p63.BrickColor = BrickColor.new("Lime green")
6564p63.Material = Enum.Material.Metal
6565p63.Name = "Block"
6566p63.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)
6567p63.CanCollide = false
6568p63.Locked = true
6569p63.FormFactor = Enum.FormFactor.Custom
6570p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6571p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6572p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6573p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6574p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6575p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6576p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6577b63 = Instance.new("BlockMesh", p63)
6578b63.Name = "Mesh"
6579b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6580p64 = Instance.new("Part", m8)
6581p64.BrickColor = BrickColor.new("Really black")
6582p64.Material = Enum.Material.SmoothPlastic
6583p64.Reflectance = 0.0099999997764826
6584p64.Name = "Block"
6585p64.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)
6586p64.CanCollide = false
6587p64.Locked = true
6588p64.FormFactor = Enum.FormFactor.Custom
6589p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6590p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6591p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6592p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6593p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6594p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6595p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6596b64 = Instance.new("BlockMesh", p64)
6597b64.Name = "Mesh"
6598b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6599p65 = Instance.new("Part", m8)
6600p65.BrickColor = BrickColor.new("Lime green")
6601p65.Material = Enum.Material.Metal
6602p65.Name = "Block"
6603p65.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)
6604p65.CanCollide = false
6605p65.Locked = true
6606p65.FormFactor = Enum.FormFactor.Custom
6607p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6608p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6609p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6610p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6611p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6612p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6613p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6614b65 = Instance.new("BlockMesh", p65)
6615b65.Name = "Mesh"
6616b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6617p66 = Instance.new("Part", m8)
6618p66.BrickColor = BrickColor.new("Really black")
6619p66.Material = Enum.Material.Metal
6620p66.Reflectance = 0.40000000596046
6621p66.Name = "Block"
6622p66.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)
6623p66.CanCollide = false
6624p66.Locked = true
6625p66.FormFactor = Enum.FormFactor.Custom
6626p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6627p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6628p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6629p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6630p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6631p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6632p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6633b66 = Instance.new("BlockMesh", p66)
6634b66.Name = "Mesh"
6635b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6636p67 = Instance.new("Part", m8)
6637p67.BrickColor = BrickColor.new("Lime green")
6638p67.Material = Enum.Material.Metal
6639p67.Name = "Block"
6640p67.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)
6641p67.CanCollide = false
6642p67.Locked = true
6643p67.FormFactor = Enum.FormFactor.Custom
6644p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6645p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6646p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6647p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6648p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6649p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6650p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6651b67 = Instance.new("BlockMesh", p67)
6652b67.Name = "Mesh"
6653b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6654p68 = Instance.new("Part", m8)
6655p68.BrickColor = BrickColor.new("Black")
6656p68.Material = Enum.Material.Metal
6657p68.Reflectance = 0.40000000596046
6658p68.Name = "Block"
6659p68.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)
6660p68.CanCollide = false
6661p68.Locked = true
6662p68.FormFactor = Enum.FormFactor.Custom
6663p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6664p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6665p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6666p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6667p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6668p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6669p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6670b68 = Instance.new("BlockMesh", p68)
6671b68.Name = "Mesh"
6672b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6673p69 = Instance.new("Part", m8)
6674p69.BrickColor = BrickColor.new("Earth green")
6675p69.Material = Enum.Material.Metal
6676p69.Name = "Block"
6677p69.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)
6678p69.CanCollide = false
6679p69.Locked = true
6680p69.FormFactor = Enum.FormFactor.Custom
6681p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6682p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6683p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6684p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6685p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6686p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6687p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6688b69 = Instance.new("BlockMesh", p69)
6689b69.Name = "Mesh"
6690b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6691p70 = Instance.new("Part", m8)
6692p70.BrickColor = BrickColor.new("Lime green")
6693p70.Material = Enum.Material.Marble
6694p70.Name = "Circle"
6695p70.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)
6696p70.CanCollide = false
6697p70.Locked = true
6698p70.FormFactor = Enum.FormFactor.Custom
6699p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6700p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6701p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6702p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6703p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6704p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6705p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6706b70 = Instance.new("CylinderMesh", p70)
6707b70.Name = "Mesh"
6708b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6709p71 = Instance.new("WedgePart", m8)
6710p71.BrickColor = BrickColor.new("Lime green")
6711p71.Material = Enum.Material.Neon
6712p71.Reflectance = 0.40000000596046
6713p71.Name = "Wedge"
6714p71.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)
6715p71.CanCollide = false
6716p71.Locked = true
6717p71.FormFactor = Enum.FormFactor.Custom
6718p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6719p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6720p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6721p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6722p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6723p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6724p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6725b71 = Instance.new("SpecialMesh", p71)
6726b71.MeshType = Enum.MeshType.Wedge
6727b71.Name = "Mesh"
6728b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6729p72 = Instance.new("WedgePart", m8)
6730p72.BrickColor = BrickColor.new("Lime green")
6731p72.Material = Enum.Material.Neon
6732p72.Reflectance = 0.40000000596046
6733p72.Name = "Wedge"
6734p72.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)
6735p72.CanCollide = false
6736p72.Locked = true
6737p72.FormFactor = Enum.FormFactor.Custom
6738p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6739p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6740p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6741p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6742p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6743p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6744p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6745b72 = Instance.new("SpecialMesh", p72)
6746b72.MeshType = Enum.MeshType.Wedge
6747b72.Name = "Mesh"
6748b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6749p73 = Instance.new("WedgePart", m8)
6750p73.BrickColor = BrickColor.new("Lime green")
6751p73.Material = Enum.Material.Neon
6752p73.Reflectance = 0.40000000596046
6753p73.Name = "Wedge"
6754p73.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)
6755p73.CanCollide = false
6756p73.Locked = true
6757p73.FormFactor = Enum.FormFactor.Custom
6758p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6759p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6760p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6761p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6762p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6763p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6764p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6765b73 = Instance.new("SpecialMesh", p73)
6766b73.MeshType = Enum.MeshType.Wedge
6767b73.Name = "Mesh"
6768b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6769p74 = Instance.new("WedgePart", m8)
6770p74.BrickColor = BrickColor.new("Lime green")
6771p74.Material = Enum.Material.Neon
6772p74.Reflectance = 0.40000000596046
6773p74.Name = "Wedge"
6774p74.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)
6775p74.CanCollide = false
6776p74.Locked = true
6777p74.FormFactor = Enum.FormFactor.Custom
6778p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6779p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6780p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6781p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6782p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6783p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6784p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6785b74 = Instance.new("SpecialMesh", p74)
6786b74.MeshType = Enum.MeshType.Wedge
6787b74.Name = "Mesh"
6788b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6789p75 = Instance.new("WedgePart", m8)
6790p75.BrickColor = BrickColor.new("Lime green")
6791p75.Material = Enum.Material.Neon
6792p75.Reflectance = 0.40000000596046
6793p75.Name = "Wedge"
6794p75.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)
6795p75.CanCollide = false
6796p75.Locked = true
6797p75.FormFactor = Enum.FormFactor.Custom
6798p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6799p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6800p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6801p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6802p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6803p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6804p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6805b75 = Instance.new("SpecialMesh", p75)
6806b75.MeshType = Enum.MeshType.Wedge
6807b75.Name = "Mesh"
6808b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6809p76 = Instance.new("WedgePart", m8)
6810p76.BrickColor = BrickColor.new("Lime green")
6811p76.Material = Enum.Material.Neon
6812p76.Reflectance = 0.40000000596046
6813p76.Name = "Wedge"
6814p76.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)
6815p76.CanCollide = false
6816p76.Locked = true
6817p76.FormFactor = Enum.FormFactor.Custom
6818p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6819p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6820p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6821p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6822p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6823p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6824p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6825b76 = Instance.new("SpecialMesh", p76)
6826b76.MeshType = Enum.MeshType.Wedge
6827b76.Name = "Mesh"
6828b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6829p77 = Instance.new("WedgePart", m8)
6830p77.BrickColor = BrickColor.new("Lime green")
6831p77.Material = Enum.Material.Neon
6832p77.Reflectance = 0.40000000596046
6833p77.Name = "Wedge"
6834p77.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)
6835p77.CanCollide = false
6836p77.Locked = true
6837p77.FormFactor = Enum.FormFactor.Custom
6838p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6839p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6840p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6841p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6842p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6843p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6844p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6845b77 = Instance.new("SpecialMesh", p77)
6846b77.MeshType = Enum.MeshType.Wedge
6847b77.Name = "Mesh"
6848b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6849p78 = Instance.new("WedgePart", m8)
6850p78.BrickColor = BrickColor.new("Lime green")
6851p78.Material = Enum.Material.Neon
6852p78.Reflectance = 0.40000000596046
6853p78.Name = "Wedge"
6854p78.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)
6855p78.CanCollide = false
6856p78.Locked = true
6857p78.FormFactor = Enum.FormFactor.Custom
6858p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6859p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6860p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6861p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6862p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6863p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6864p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6865b78 = Instance.new("SpecialMesh", p78)
6866b78.MeshType = Enum.MeshType.Wedge
6867b78.Name = "Mesh"
6868b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6869p79 = Instance.new("WedgePart", m8)
6870p79.BrickColor = BrickColor.new("Lime green")
6871p79.Material = Enum.Material.Neon
6872p79.Reflectance = 0.40000000596046
6873p79.Name = "Wedge"
6874p79.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)
6875p79.CanCollide = false
6876p79.Locked = true
6877p79.FormFactor = Enum.FormFactor.Custom
6878p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6879p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6880p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6881p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6882p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6883p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6884p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6885b79 = Instance.new("SpecialMesh", p79)
6886b79.MeshType = Enum.MeshType.Wedge
6887b79.Name = "Mesh"
6888b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6889p80 = Instance.new("WedgePart", m8)
6890p80.BrickColor = BrickColor.new("Black")
6891p80.Material = Enum.Material.Metal
6892p80.Reflectance = 0.40000000596046
6893p80.Name = "Wedge"
6894p80.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)
6895p80.CanCollide = false
6896p80.Locked = true
6897p80.FormFactor = Enum.FormFactor.Custom
6898p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6899p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6900p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6901p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6902p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6903p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6904p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6905b80 = Instance.new("SpecialMesh", p80)
6906b80.MeshType = Enum.MeshType.Wedge
6907b80.Name = "Mesh"
6908b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6909p81 = Instance.new("WedgePart", m8)
6910p81.BrickColor = BrickColor.new("Lime green")
6911p81.Material = Enum.Material.Neon
6912p81.Reflectance = 0.40000000596046
6913p81.Name = "Wedge"
6914p81.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)
6915p81.CanCollide = false
6916p81.Locked = true
6917p81.FormFactor = Enum.FormFactor.Custom
6918p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6919p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6920p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6921p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6922p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6923p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6924p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6925b81 = Instance.new("SpecialMesh", p81)
6926b81.MeshType = Enum.MeshType.Wedge
6927b81.Name = "Mesh"
6928b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6929p82 = Instance.new("WedgePart", m8)
6930p82.BrickColor = BrickColor.new("Really black")
6931p82.Material = Enum.Material.Metal
6932p82.Reflectance = 0.40000000596046
6933p82.Name = "Wedge"
6934p82.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)
6935p82.CanCollide = false
6936p82.Locked = true
6937p82.FormFactor = Enum.FormFactor.Custom
6938p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6939p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6940p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6941p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6942p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6943p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6944p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6945b82 = Instance.new("SpecialMesh", p82)
6946b82.MeshType = Enum.MeshType.Wedge
6947b82.Name = "Mesh"
6948b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6949p83 = Instance.new("WedgePart", m8)
6950p83.BrickColor = BrickColor.new("Really black")
6951p83.Material = Enum.Material.Metal
6952p83.Reflectance = 0.40000000596046
6953p83.Name = "Wedge"
6954p83.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)
6955p83.CanCollide = false
6956p83.Locked = true
6957p83.FormFactor = Enum.FormFactor.Custom
6958p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6959p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6960p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6961p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6962p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6963p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6964p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6965b83 = Instance.new("SpecialMesh", p83)
6966b83.MeshType = Enum.MeshType.Wedge
6967b83.Name = "Mesh"
6968b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6969p84 = Instance.new("WedgePart", m8)
6970p84.BrickColor = BrickColor.new("Lime green")
6971p84.Material = Enum.Material.Neon
6972p84.Reflectance = 0.40000000596046
6973p84.Name = "Wedge"
6974p84.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)
6975p84.CanCollide = false
6976p84.Locked = true
6977p84.FormFactor = Enum.FormFactor.Custom
6978p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6979p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6980p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6981p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6982p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6983p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6984p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6985b84 = Instance.new("SpecialMesh", p84)
6986b84.MeshType = Enum.MeshType.Wedge
6987b84.Name = "Mesh"
6988b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6989p85 = Instance.new("WedgePart", m8)
6990p85.BrickColor = BrickColor.new("Black")
6991p85.Material = Enum.Material.Metal
6992p85.Reflectance = 0.40000000596046
6993p85.Name = "Wedge"
6994p85.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)
6995p85.CanCollide = false
6996p85.Locked = true
6997p85.FormFactor = Enum.FormFactor.Custom
6998p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6999p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7000p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7001p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7002p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7003p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7004p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7005b85 = Instance.new("SpecialMesh", p85)
7006b85.MeshType = Enum.MeshType.Wedge
7007b85.Name = "Mesh"
7008b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
7009p86 = Instance.new("WedgePart", m8)
7010p86.BrickColor = BrickColor.new("Lime green")
7011p86.Material = Enum.Material.Neon
7012p86.Reflectance = 0.40000000596046
7013p86.Name = "Wedge"
7014p86.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)
7015p86.CanCollide = false
7016p86.Locked = true
7017p86.FormFactor = Enum.FormFactor.Custom
7018p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7019p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7020p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7021p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7022p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7023p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7024p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7025b86 = Instance.new("SpecialMesh", p86)
7026b86.MeshType = Enum.MeshType.Wedge
7027b86.Name = "Mesh"
7028b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
7029p87 = Instance.new("WedgePart", m8)
7030p87.BrickColor = BrickColor.new("Lime green")
7031p87.Material = Enum.Material.Neon
7032p87.Reflectance = 0.40000000596046
7033p87.Name = "Wedge"
7034p87.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)
7035p87.CanCollide = false
7036p87.Locked = true
7037p87.FormFactor = Enum.FormFactor.Custom
7038p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7039p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7040p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7041p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7042p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7043p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7044p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7045b87 = Instance.new("SpecialMesh", p87)
7046b87.MeshType = Enum.MeshType.Wedge
7047b87.Name = "Mesh"
7048b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
7049p88 = Instance.new("WedgePart", m8)
7050p88.BrickColor = BrickColor.new("Lime green")
7051p88.Material = Enum.Material.Neon
7052p88.Reflectance = 0.40000000596046
7053p88.Name = "Wedge"
7054p88.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)
7055p88.CanCollide = false
7056p88.Locked = true
7057p88.FormFactor = Enum.FormFactor.Custom
7058p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7059p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7060p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7061p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7062p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7063p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7064p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7065b88 = Instance.new("SpecialMesh", p88)
7066b88.MeshType = Enum.MeshType.Wedge
7067b88.Name = "Mesh"
7068b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7069p89 = Instance.new("WedgePart", m8)
7070p89.BrickColor = BrickColor.new("Lime green")
7071p89.Material = Enum.Material.Neon
7072p89.Reflectance = 0.40000000596046
7073p89.Name = "Wedge"
7074p89.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)
7075p89.CanCollide = false
7076p89.Locked = true
7077p89.FormFactor = Enum.FormFactor.Custom
7078p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7079p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7080p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7081p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7082p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7083p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7084p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7085b89 = Instance.new("SpecialMesh", p89)
7086b89.MeshType = Enum.MeshType.Wedge
7087b89.Name = "Mesh"
7088b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7089p90 = Instance.new("WedgePart", m8)
7090p90.BrickColor = BrickColor.new("Lime green")
7091p90.Material = Enum.Material.Neon
7092p90.Reflectance = 0.40000000596046
7093p90.Name = "Wedge"
7094p90.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)
7095p90.CanCollide = false
7096p90.Locked = true
7097p90.FormFactor = Enum.FormFactor.Custom
7098p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7099p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7100p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7101p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7102p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7103p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7104p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7105b90 = Instance.new("SpecialMesh", p90)
7106b90.MeshType = Enum.MeshType.Wedge
7107b90.Name = "Mesh"
7108b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7109p91 = Instance.new("WedgePart", m8)
7110p91.BrickColor = BrickColor.new("Really black")
7111p91.Material = Enum.Material.Metal
7112p91.Reflectance = 0.40000000596046
7113p91.Name = "Wedge"
7114p91.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)
7115p91.CanCollide = false
7116p91.Locked = true
7117p91.FormFactor = Enum.FormFactor.Custom
7118p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7119p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7120p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7121p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7122p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7123p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7124p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7125b91 = Instance.new("SpecialMesh", p91)
7126b91.MeshType = Enum.MeshType.Wedge
7127b91.Name = "Mesh"
7128b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7129p92 = Instance.new("WedgePart", m8)
7130p92.BrickColor = BrickColor.new("Lime green")
7131p92.Material = Enum.Material.Neon
7132p92.Reflectance = 0.40000000596046
7133p92.Name = "Wedge"
7134p92.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)
7135p92.CanCollide = false
7136p92.Locked = true
7137p92.FormFactor = Enum.FormFactor.Custom
7138p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7139p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7140p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7141p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7142p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7143p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7144p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7145b92 = Instance.new("SpecialMesh", p92)
7146b92.MeshType = Enum.MeshType.Wedge
7147b92.Name = "Mesh"
7148b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7149p93 = Instance.new("WedgePart", m8)
7150p93.BrickColor = BrickColor.new("Lime green")
7151p93.Material = Enum.Material.Neon
7152p93.Reflectance = 0.40000000596046
7153p93.Name = "Wedge"
7154p93.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)
7155p93.CanCollide = false
7156p93.Locked = true
7157p93.FormFactor = Enum.FormFactor.Custom
7158p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7159p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7160p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7161p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7162p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7163p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7164p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7165b93 = Instance.new("SpecialMesh", p93)
7166b93.MeshType = Enum.MeshType.Wedge
7167b93.Name = "Mesh"
7168b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7169p94 = Instance.new("WedgePart", m8)
7170p94.BrickColor = BrickColor.new("Lime green")
7171p94.Material = Enum.Material.Neon
7172p94.Reflectance = 0.40000000596046
7173p94.Name = "Wedge"
7174p94.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)
7175p94.CanCollide = false
7176p94.Locked = true
7177p94.FormFactor = Enum.FormFactor.Custom
7178p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7179p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7180p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7181p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7182p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7183p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7184p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7185b94 = Instance.new("SpecialMesh", p94)
7186b94.MeshType = Enum.MeshType.Wedge
7187b94.Name = "Mesh"
7188b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7189p95 = Instance.new("WedgePart", m8)
7190p95.BrickColor = BrickColor.new("Black")
7191p95.Material = Enum.Material.Metal
7192p95.Reflectance = 0.40000000596046
7193p95.Name = "Wedge"
7194p95.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)
7195p95.CanCollide = false
7196p95.Locked = true
7197p95.FormFactor = Enum.FormFactor.Custom
7198p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7199p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7200p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7201p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7202p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7203p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7204p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7205b95 = Instance.new("SpecialMesh", p95)
7206b95.MeshType = Enum.MeshType.Wedge
7207b95.Name = "Mesh"
7208b95.Scale = Vector3.new(0.261019886, 1, 1)
7209p96 = Instance.new("WedgePart", m8)
7210p96.BrickColor = BrickColor.new("Lime green")
7211p96.Material = Enum.Material.Neon
7212p96.Reflectance = 0.40000000596046
7213p96.Name = "Wedge"
7214p96.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)
7215p96.CanCollide = false
7216p96.Locked = true
7217p96.FormFactor = Enum.FormFactor.Custom
7218p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7219p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7220p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7221p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7222p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7223p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7224p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7225b96 = Instance.new("SpecialMesh", p96)
7226b96.MeshType = Enum.MeshType.Wedge
7227b96.Name = "Mesh"
7228b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7229p97 = Instance.new("WedgePart", m8)
7230p97.BrickColor = BrickColor.new("Lime green")
7231p97.Material = Enum.Material.Neon
7232p97.Reflectance = 0.40000000596046
7233p97.Name = "Wedge"
7234p97.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)
7235p97.CanCollide = false
7236p97.Locked = true
7237p97.FormFactor = Enum.FormFactor.Custom
7238p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7239p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7240p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7241p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7242p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7243p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7244p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7245b97 = Instance.new("SpecialMesh", p97)
7246b97.MeshType = Enum.MeshType.Wedge
7247b97.Name = "Mesh"
7248b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7249p98 = Instance.new("WedgePart", m8)
7250p98.BrickColor = BrickColor.new("Lime green")
7251p98.Material = Enum.Material.Neon
7252p98.Reflectance = 0.40000000596046
7253p98.Name = "Wedge"
7254p98.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)
7255p98.CanCollide = false
7256p98.Locked = true
7257p98.FormFactor = Enum.FormFactor.Custom
7258p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7259p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7260p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7261p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7262p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7263p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7264p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7265b98 = Instance.new("SpecialMesh", p98)
7266b98.MeshType = Enum.MeshType.Wedge
7267b98.Name = "Mesh"
7268b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7269p99 = Instance.new("WedgePart", m8)
7270p99.BrickColor = BrickColor.new("Lime green")
7271p99.Material = Enum.Material.Neon
7272p99.Reflectance = 0.40000000596046
7273p99.Name = "Wedge"
7274p99.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)
7275p99.CanCollide = false
7276p99.Locked = true
7277p99.FormFactor = Enum.FormFactor.Custom
7278p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7279p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7280p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7281p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7282p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7283p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7284p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7285b99 = Instance.new("SpecialMesh", p99)
7286b99.MeshType = Enum.MeshType.Wedge
7287b99.Name = "Mesh"
7288b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7289p100 = Instance.new("WedgePart", m8)
7290p100.BrickColor = BrickColor.new("Lime green")
7291p100.Material = Enum.Material.Neon
7292p100.Reflectance = 0.40000000596046
7293p100.Name = "Wedge"
7294p100.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)
7295p100.CanCollide = false
7296p100.Locked = true
7297p100.FormFactor = Enum.FormFactor.Custom
7298p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7299p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7300p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7301p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7302p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7303p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7304p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7305b100 = Instance.new("SpecialMesh", p100)
7306b100.MeshType = Enum.MeshType.Wedge
7307b100.Name = "Mesh"
7308b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7309p101 = Instance.new("WedgePart", m8)
7310p101.BrickColor = BrickColor.new("Lime green")
7311p101.Material = Enum.Material.Neon
7312p101.Reflectance = 0.40000000596046
7313p101.Name = "Wedge"
7314p101.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)
7315p101.CanCollide = false
7316p101.Locked = true
7317p101.FormFactor = Enum.FormFactor.Custom
7318p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7319p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7320p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7321p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7322p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7323p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7324p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7325b101 = Instance.new("SpecialMesh", p101)
7326b101.MeshType = Enum.MeshType.Wedge
7327b101.Name = "Mesh"
7328b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7329p102 = Instance.new("WedgePart", m8)
7330p102.BrickColor = BrickColor.new("Lime green")
7331p102.Material = Enum.Material.Neon
7332p102.Reflectance = 0.40000000596046
7333p102.Name = "Wedge"
7334p102.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)
7335p102.CanCollide = false
7336p102.Locked = true
7337p102.FormFactor = Enum.FormFactor.Custom
7338p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7339p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7340p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7341p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7342p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7343p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7344p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7345b102 = Instance.new("SpecialMesh", p102)
7346b102.MeshType = Enum.MeshType.Wedge
7347b102.Name = "Mesh"
7348b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7349p103 = Instance.new("WedgePart", m8)
7350p103.BrickColor = BrickColor.new("Lime green")
7351p103.Material = Enum.Material.Neon
7352p103.Reflectance = 0.40000000596046
7353p103.Name = "Wedge"
7354p103.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)
7355p103.CanCollide = false
7356p103.Locked = true
7357p103.FormFactor = Enum.FormFactor.Custom
7358p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7359p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7360p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7361p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7362p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7363p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7364p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7365b103 = Instance.new("SpecialMesh", p103)
7366b103.MeshType = Enum.MeshType.Wedge
7367b103.Name = "Mesh"
7368b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7369p104 = Instance.new("WedgePart", m8)
7370p104.BrickColor = BrickColor.new("Lime green")
7371p104.Material = Enum.Material.Neon
7372p104.Reflectance = 0.40000000596046
7373p104.Name = "Wedge"
7374p104.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)
7375p104.CanCollide = false
7376p104.Locked = true
7377p104.FormFactor = Enum.FormFactor.Custom
7378p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7379p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7380p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7381p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7382p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7383p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7384p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7385b104 = Instance.new("SpecialMesh", p104)
7386b104.MeshType = Enum.MeshType.Wedge
7387b104.Name = "Mesh"
7388b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7389p105 = Instance.new("WedgePart", m8)
7390p105.BrickColor = BrickColor.new("Really black")
7391p105.Material = Enum.Material.Metal
7392p105.Reflectance = 0.40000000596046
7393p105.Name = "Wedge"
7394p105.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)
7395p105.CanCollide = false
7396p105.Locked = true
7397p105.FormFactor = Enum.FormFactor.Custom
7398p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7399p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7400p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7401p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7402p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7403p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7404p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7405b105 = Instance.new("SpecialMesh", p105)
7406b105.MeshType = Enum.MeshType.Wedge
7407b105.Name = "Mesh"
7408b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7409p106 = Instance.new("WedgePart", m8)
7410p106.BrickColor = BrickColor.new("Lime green")
7411p106.Material = Enum.Material.Neon
7412p106.Reflectance = 0.40000000596046
7413p106.Name = "Wedge"
7414p106.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)
7415p106.CanCollide = false
7416p106.Locked = true
7417p106.FormFactor = Enum.FormFactor.Custom
7418p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7419p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7420p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7421p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7422p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7423p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7424p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7425b106 = Instance.new("SpecialMesh", p106)
7426b106.MeshType = Enum.MeshType.Wedge
7427b106.Name = "Mesh"
7428b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7429p107 = Instance.new("WedgePart", m8)
7430p107.BrickColor = BrickColor.new("Lime green")
7431p107.Material = Enum.Material.Neon
7432p107.Reflectance = 0.40000000596046
7433p107.Name = "Wedge"
7434p107.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)
7435p107.CanCollide = false
7436p107.Locked = true
7437p107.FormFactor = Enum.FormFactor.Custom
7438p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7439p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7440p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7441p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7442p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7443p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7444p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7445b107 = Instance.new("SpecialMesh", p107)
7446b107.MeshType = Enum.MeshType.Wedge
7447b107.Name = "Mesh"
7448b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7449p108 = Instance.new("WedgePart", m8)
7450p108.BrickColor = BrickColor.new("Black")
7451p108.Material = Enum.Material.Metal
7452p108.Reflectance = 0.40000000596046
7453p108.Name = "Wedge"
7454p108.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)
7455p108.CanCollide = false
7456p108.Locked = true
7457p108.FormFactor = Enum.FormFactor.Custom
7458p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7459p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7460p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7461p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7462p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7463p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7464p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7465b108 = Instance.new("SpecialMesh", p108)
7466b108.MeshType = Enum.MeshType.Wedge
7467b108.Name = "Mesh"
7468b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7469p109 = Instance.new("WedgePart", m8)
7470p109.BrickColor = BrickColor.new("Lime green")
7471p109.Material = Enum.Material.Neon
7472p109.Reflectance = 0.40000000596046
7473p109.Name = "Wedge"
7474p109.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)
7475p109.CanCollide = false
7476p109.Locked = true
7477p109.FormFactor = Enum.FormFactor.Custom
7478p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7479p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7480p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7481p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7482p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7483p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7484p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7485b109 = Instance.new("SpecialMesh", p109)
7486b109.MeshType = Enum.MeshType.Wedge
7487b109.Name = "Mesh"
7488b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7489p110 = Instance.new("WedgePart", m8)
7490p110.BrickColor = BrickColor.new("Lime green")
7491p110.Material = Enum.Material.Neon
7492p110.Reflectance = 0.40000000596046
7493p110.Name = "Wedge"
7494p110.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)
7495p110.CanCollide = false
7496p110.Locked = true
7497p110.FormFactor = Enum.FormFactor.Custom
7498p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7499p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7500p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7501p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7502p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7503p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7504p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7505b110 = Instance.new("SpecialMesh", p110)
7506b110.MeshType = Enum.MeshType.Wedge
7507b110.Name = "Mesh"
7508b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7509p111 = Instance.new("Part", m8)
7510p111.BrickColor = BrickColor.new("Really black")
7511p111.Material = Enum.Material.Metal
7512p111.Transparency = 1
7513p111.Name = "Hitbox"
7514p111.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)
7515p111.CanCollide = false
7516p111.Locked = true
7517p111.FormFactor = Enum.FormFactor.Custom
7518p111.Size = Vector3.new(0.22, 2.57, 1.22)
7519p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7520p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7521p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7522p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7523p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7524p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7525b111 = Instance.new("BlockMesh", p111)
7526b111.Name = "Mesh"
7527w1 = Instance.new("Weld", p1)
7528w1.Name = "Block_Weld"
7529w1.Part0 = p1
7530w1.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)
7531w1.Part1 = p2
7532w1.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)
7533w2 = Instance.new("Weld", p2)
7534w2.Name = "Block_Weld"
7535w2.Part0 = p2
7536w2.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)
7537w2.Part1 = p3
7538w2.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)
7539w3 = Instance.new("Weld", p3)
7540w3.Name = "Block_Weld"
7541w3.Part0 = p3
7542w3.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)
7543w3.Part1 = p4
7544w3.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)
7545w4 = Instance.new("Weld", p4)
7546w4.Name = "Block_Weld"
7547w4.Part0 = p4
7548w4.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)
7549w4.Part1 = p5
7550w4.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)
7551w5 = Instance.new("Weld", p5)
7552w5.Name = "Block_Weld"
7553w5.Part0 = p5
7554w5.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)
7555w5.Part1 = p6
7556w5.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)
7557w6 = Instance.new("Weld", p6)
7558w6.Name = "Block_Weld"
7559w6.Part0 = p6
7560w6.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)
7561w6.Part1 = p7
7562w6.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)
7563w7 = Instance.new("Weld", p7)
7564w7.Name = "Block_Weld"
7565w7.Part0 = p7
7566w7.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)
7567w7.Part1 = p8
7568w7.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)
7569w8 = Instance.new("Weld", p8)
7570w8.Name = "Block_Weld"
7571w8.Part0 = p8
7572w8.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)
7573w8.Part1 = p9
7574w8.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)
7575w9 = Instance.new("Weld", p9)
7576w9.Name = "Block_Weld"
7577w9.Part0 = p9
7578w9.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)
7579w9.Part1 = p10
7580w9.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)
7581w10 = Instance.new("Weld", p10)
7582w10.Name = "Circle_Weld"
7583w10.Part0 = p10
7584w10.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)
7585w10.Part1 = p11
7586w10.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)
7587w11 = Instance.new("Weld", p11)
7588w11.Name = "Block_Weld"
7589w11.Part0 = p11
7590w11.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)
7591w11.Part1 = p12
7592w11.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)
7593w12 = Instance.new("Weld", p12)
7594w12.Name = "Block_Weld"
7595w12.Part0 = p12
7596w12.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)
7597w12.Part1 = p13
7598w12.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)
7599w13 = Instance.new("Weld", p13)
7600w13.Name = "Block_Weld"
7601w13.Part0 = p13
7602w13.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)
7603w13.Part1 = p14
7604w13.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)
7605w14 = Instance.new("Weld", p14)
7606w14.Name = "Block_Weld"
7607w14.Part0 = p14
7608w14.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)
7609w14.Part1 = p15
7610w14.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)
7611w15 = Instance.new("Weld", p15)
7612w15.Name = "Handle_Weld"
7613w15.Part0 = p15
7614w15.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)
7615w15.Part1 = p16
7616w15.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)
7617w16 = Instance.new("Weld", p16)
7618w16.Name = "Block_Weld"
7619w16.Part0 = p16
7620w16.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)
7621w16.Part1 = p17
7622w16.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)
7623w17 = Instance.new("Weld", p17)
7624w17.Name = "Block_Weld"
7625w17.Part0 = p17
7626w17.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)
7627w17.Part1 = p18
7628w17.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)
7629w18 = Instance.new("Weld", p18)
7630w18.Name = "Block_Weld"
7631w18.Part0 = p18
7632w18.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)
7633w18.Part1 = p19
7634w18.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)
7635w19 = Instance.new("Weld", p19)
7636w19.Name = "Block_Weld"
7637w19.Part0 = p19
7638w19.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)
7639w19.Part1 = p20
7640w19.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)
7641w20 = Instance.new("Weld", p20)
7642w20.Name = "Block_Weld"
7643w20.Part0 = p20
7644w20.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)
7645w20.Part1 = p21
7646w20.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)
7647w21 = Instance.new("Weld", p21)
7648w21.Name = "Block_Weld"
7649w21.Part0 = p21
7650w21.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)
7651w21.Part1 = p22
7652w21.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)
7653w22 = Instance.new("Weld", p22)
7654w22.Name = "Block_Weld"
7655w22.Part0 = p22
7656w22.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)
7657w22.Part1 = p23
7658w22.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)
7659w23 = Instance.new("Weld", p23)
7660w23.Name = "Block_Weld"
7661w23.Part0 = p23
7662w23.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)
7663w23.Part1 = p24
7664w23.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)
7665w24 = Instance.new("Weld", p24)
7666w24.Name = "Block_Weld"
7667w24.Part0 = p24
7668w24.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)
7669w24.Part1 = p25
7670w24.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)
7671w25 = Instance.new("Weld", p25)
7672w25.Name = "Block_Weld"
7673w25.Part0 = p25
7674w25.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)
7675w25.Part1 = p26
7676w25.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)
7677w26 = Instance.new("Weld", p26)
7678w26.Name = "Block_Weld"
7679w26.Part0 = p26
7680w26.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)
7681w26.Part1 = p27
7682w26.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)
7683w27 = Instance.new("Weld", p27)
7684w27.Name = "Circle_Weld"
7685w27.Part0 = p27
7686w27.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)
7687w27.Part1 = p28
7688w27.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)
7689w28 = Instance.new("Weld", p28)
7690w28.Name = "Block_Weld"
7691w28.Part0 = p28
7692w28.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)
7693w28.Part1 = p29
7694w28.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)
7695w29 = Instance.new("Weld", p29)
7696w29.Name = "Block_Weld"
7697w29.Part0 = p29
7698w29.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)
7699w29.Part1 = p30
7700w29.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)
7701w30 = Instance.new("Weld", p30)
7702w30.Name = "Block_Weld"
7703w30.Part0 = p30
7704w30.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)
7705w30.Part1 = p31
7706w30.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)
7707w31 = Instance.new("Weld", p31)
7708w31.Name = "Block_Weld"
7709w31.Part0 = p31
7710w31.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)
7711w31.Part1 = p32
7712w31.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)
7713w32 = Instance.new("Weld", p32)
7714w32.Name = "Block_Weld"
7715w32.Part0 = p32
7716w32.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)
7717w32.Part1 = p33
7718w32.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)
7719w33 = Instance.new("Weld", p33)
7720w33.Name = "Block_Weld"
7721w33.Part0 = p33
7722w33.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)
7723w33.Part1 = p34
7724w33.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)
7725w34 = Instance.new("Weld", p34)
7726w34.Name = "Block_Weld"
7727w34.Part0 = p34
7728w34.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)
7729w34.Part1 = p35
7730w34.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)
7731w35 = Instance.new("Weld", p35)
7732w35.Name = "Block_Weld"
7733w35.Part0 = p35
7734w35.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)
7735w35.Part1 = p36
7736w35.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)
7737w36 = Instance.new("Weld", p36)
7738w36.Name = "Circle_Weld"
7739w36.Part0 = p36
7740w36.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)
7741w36.Part1 = p37
7742w36.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)
7743w37 = Instance.new("Weld", p37)
7744w37.Name = "Block_Weld"
7745w37.Part0 = p37
7746w37.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)
7747w37.Part1 = p38
7748w37.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)
7749w38 = Instance.new("Weld", p38)
7750w38.Name = "Block_Weld"
7751w38.Part0 = p38
7752w38.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)
7753w38.Part1 = p39
7754w38.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)
7755w39 = Instance.new("Weld", p39)
7756w39.Name = "Block_Weld"
7757w39.Part0 = p39
7758w39.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)
7759w39.Part1 = p40
7760w39.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)
7761w40 = Instance.new("Weld", p40)
7762w40.Name = "Block_Weld"
7763w40.Part0 = p40
7764w40.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)
7765w40.Part1 = p41
7766w40.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)
7767w41 = Instance.new("Weld", p41)
7768w41.Name = "Block_Weld"
7769w41.Part0 = p41
7770w41.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)
7771w41.Part1 = p42
7772w41.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)
7773w42 = Instance.new("Weld", p42)
7774w42.Name = "Block_Weld"
7775w42.Part0 = p42
7776w42.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)
7777w42.Part1 = p43
7778w42.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)
7779w43 = Instance.new("Weld", p43)
7780w43.Name = "Circle_Weld"
7781w43.Part0 = p43
7782w43.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)
7783w43.Part1 = p44
7784w43.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)
7785w44 = Instance.new("Weld", p44)
7786w44.Name = "Block_Weld"
7787w44.Part0 = p44
7788w44.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)
7789w44.Part1 = p45
7790w44.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)
7791w45 = Instance.new("Weld", p45)
7792w45.Name = "Block_Weld"
7793w45.Part0 = p45
7794w45.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)
7795w45.Part1 = p46
7796w45.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)
7797w46 = Instance.new("Weld", p46)
7798w46.Name = "Block_Weld"
7799w46.Part0 = p46
7800w46.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)
7801w46.Part1 = p47
7802w46.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)
7803w47 = Instance.new("Weld", p47)
7804w47.Name = "Block_Weld"
7805w47.Part0 = p47
7806w47.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)
7807w47.Part1 = p48
7808w47.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)
7809w48 = Instance.new("Weld", p48)
7810w48.Name = "Block_Weld"
7811w48.Part0 = p48
7812w48.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)
7813w48.Part1 = p49
7814w48.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)
7815w49 = Instance.new("Weld", p49)
7816w49.Name = "Block_Weld"
7817w49.Part0 = p49
7818w49.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)
7819w49.Part1 = p50
7820w49.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)
7821w50 = Instance.new("Weld", p50)
7822w50.Name = "Block_Weld"
7823w50.Part0 = p50
7824w50.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)
7825w50.Part1 = p51
7826w50.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)
7827w51 = Instance.new("Weld", p51)
7828w51.Name = "Block_Weld"
7829w51.Part0 = p51
7830w51.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)
7831w51.Part1 = p52
7832w51.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)
7833w52 = Instance.new("Weld", p52)
7834w52.Name = "Block_Weld"
7835w52.Part0 = p52
7836w52.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)
7837w52.Part1 = p53
7838w52.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)
7839w53 = Instance.new("Weld", p53)
7840w53.Name = "Circle_Weld"
7841w53.Part0 = p53
7842w53.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)
7843w53.Part1 = p54
7844w53.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)
7845w54 = Instance.new("Weld", p54)
7846w54.Name = "Block_Weld"
7847w54.Part0 = p54
7848w54.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)
7849w54.Part1 = p55
7850w54.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)
7851w55 = Instance.new("Weld", p55)
7852w55.Name = "Block_Weld"
7853w55.Part0 = p55
7854w55.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)
7855w55.Part1 = p56
7856w55.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)
7857w56 = Instance.new("Weld", p56)
7858w56.Name = "Block_Weld"
7859w56.Part0 = p56
7860w56.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)
7861w56.Part1 = p57
7862w56.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)
7863w57 = Instance.new("Weld", p57)
7864w57.Name = "Block_Weld"
7865w57.Part0 = p57
7866w57.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)
7867w57.Part1 = p58
7868w57.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)
7869w58 = Instance.new("Weld", p58)
7870w58.Name = "Block_Weld"
7871w58.Part0 = p58
7872w58.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)
7873w58.Part1 = p59
7874w58.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)
7875w59 = Instance.new("Weld", p59)
7876w59.Name = "Circle_Weld"
7877w59.Part0 = p59
7878w59.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)
7879w59.Part1 = p60
7880w59.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)
7881w60 = Instance.new("Weld", p60)
7882w60.Name = "Circle_Weld"
7883w60.Part0 = p60
7884w60.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)
7885w60.Part1 = p61
7886w60.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)
7887w61 = Instance.new("Weld", p61)
7888w61.Name = "Block_Weld"
7889w61.Part0 = p61
7890w61.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)
7891w61.Part1 = p62
7892w61.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)
7893w62 = Instance.new("Weld", p62)
7894w62.Name = "Block_Weld"
7895w62.Part0 = p62
7896w62.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)
7897w62.Part1 = p63
7898w62.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)
7899w63 = Instance.new("Weld", p63)
7900w63.Name = "Block_Weld"
7901w63.Part0 = p63
7902w63.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)
7903w63.Part1 = p64
7904w63.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)
7905w64 = Instance.new("Weld", p64)
7906w64.Name = "Block_Weld"
7907w64.Part0 = p64
7908w64.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)
7909w64.Part1 = p65
7910w64.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)
7911w65 = Instance.new("Weld", p65)
7912w65.Name = "Block_Weld"
7913w65.Part0 = p65
7914w65.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)
7915w65.Part1 = p66
7916w65.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)
7917w66 = Instance.new("Weld", p66)
7918w66.Name = "Block_Weld"
7919w66.Part0 = p66
7920w66.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)
7921w66.Part1 = p67
7922w66.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)
7923w67 = Instance.new("Weld", p67)
7924w67.Name = "Block_Weld"
7925w67.Part0 = p67
7926w67.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)
7927w67.Part1 = p68
7928w67.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)
7929w68 = Instance.new("Weld", p68)
7930w68.Name = "Block_Weld"
7931w68.Part0 = p68
7932w68.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)
7933w68.Part1 = p69
7934w68.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)
7935w69 = Instance.new("Weld", p69)
7936w69.Name = "Circle_Weld"
7937w69.Part0 = p69
7938w69.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)
7939w69.Part1 = p70
7940w69.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)
7941w70 = Instance.new("Weld", p70)
7942w70.Name = "Wedge_Weld"
7943w70.Part0 = p70
7944w70.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)
7945w70.Part1 = p71
7946w70.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)
7947w71 = Instance.new("Weld", p71)
7948w71.Name = "Wedge_Weld"
7949w71.Part0 = p71
7950w71.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)
7951w71.Part1 = p72
7952w71.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)
7953w72 = Instance.new("Weld", p72)
7954w72.Name = "Wedge_Weld"
7955w72.Part0 = p72
7956w72.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)
7957w72.Part1 = p73
7958w72.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)
7959w73 = Instance.new("Weld", p73)
7960w73.Name = "Wedge_Weld"
7961w73.Part0 = p73
7962w73.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)
7963w73.Part1 = p74
7964w73.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)
7965w74 = Instance.new("Weld", p74)
7966w74.Name = "Wedge_Weld"
7967w74.Part0 = p74
7968w74.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)
7969w74.Part1 = p75
7970w74.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)
7971w75 = Instance.new("Weld", p75)
7972w75.Name = "Wedge_Weld"
7973w75.Part0 = p75
7974w75.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)
7975w75.Part1 = p76
7976w75.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)
7977w76 = Instance.new("Weld", p76)
7978w76.Name = "Wedge_Weld"
7979w76.Part0 = p76
7980w76.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)
7981w76.Part1 = p77
7982w76.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)
7983w77 = Instance.new("Weld", p77)
7984w77.Name = "Wedge_Weld"
7985w77.Part0 = p77
7986w77.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)
7987w77.Part1 = p78
7988w77.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)
7989w78 = Instance.new("Weld", p78)
7990w78.Name = "Wedge_Weld"
7991w78.Part0 = p78
7992w78.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)
7993w78.Part1 = p79
7994w78.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)
7995w79 = Instance.new("Weld", p79)
7996w79.Name = "Wedge_Weld"
7997w79.Part0 = p79
7998w79.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)
7999w79.Part1 = p80
8000w79.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)
8001w80 = Instance.new("Weld", p80)
8002w80.Name = "Wedge_Weld"
8003w80.Part0 = p80
8004w80.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)
8005w80.Part1 = p81
8006w80.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)
8007w81 = Instance.new("Weld", p81)
8008w81.Name = "Wedge_Weld"
8009w81.Part0 = p81
8010w81.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)
8011w81.Part1 = p82
8012w81.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)
8013w82 = Instance.new("Weld", p82)
8014w82.Name = "Wedge_Weld"
8015w82.Part0 = p82
8016w82.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)
8017w82.Part1 = p83
8018w82.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)
8019w83 = Instance.new("Weld", p83)
8020w83.Name = "Wedge_Weld"
8021w83.Part0 = p83
8022w83.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)
8023w83.Part1 = p84
8024w83.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)
8025w84 = Instance.new("Weld", p84)
8026w84.Name = "Wedge_Weld"
8027w84.Part0 = p84
8028w84.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)
8029w84.Part1 = p85
8030w84.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)
8031w85 = Instance.new("Weld", p85)
8032w85.Name = "Wedge_Weld"
8033w85.Part0 = p85
8034w85.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)
8035w85.Part1 = p86
8036w85.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)
8037w86 = Instance.new("Weld", p86)
8038w86.Name = "Wedge_Weld"
8039w86.Part0 = p86
8040w86.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)
8041w86.Part1 = p87
8042w86.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)
8043w87 = Instance.new("Weld", p87)
8044w87.Name = "Wedge_Weld"
8045w87.Part0 = p87
8046w87.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)
8047w87.Part1 = p88
8048w87.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)
8049w88 = Instance.new("Weld", p88)
8050w88.Name = "Wedge_Weld"
8051w88.Part0 = p88
8052w88.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)
8053w88.Part1 = p89
8054w88.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)
8055w89 = Instance.new("Weld", p89)
8056w89.Name = "Wedge_Weld"
8057w89.Part0 = p89
8058w89.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)
8059w89.Part1 = p90
8060w89.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)
8061w90 = Instance.new("Weld", p90)
8062w90.Name = "Wedge_Weld"
8063w90.Part0 = p90
8064w90.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)
8065w90.Part1 = p91
8066w90.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)
8067w91 = Instance.new("Weld", p91)
8068w91.Name = "Wedge_Weld"
8069w91.Part0 = p91
8070w91.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)
8071w91.Part1 = p92
8072w91.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)
8073w92 = Instance.new("Weld", p92)
8074w92.Name = "Wedge_Weld"
8075w92.Part0 = p92
8076w92.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)
8077w92.Part1 = p93
8078w92.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)
8079w93 = Instance.new("Weld", p93)
8080w93.Name = "Wedge_Weld"
8081w93.Part0 = p93
8082w93.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)
8083w93.Part1 = p94
8084w93.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)
8085w94 = Instance.new("Weld", p94)
8086w94.Name = "Wedge_Weld"
8087w94.Part0 = p94
8088w94.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)
8089w94.Part1 = p95
8090w94.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)
8091w95 = Instance.new("Weld", p95)
8092w95.Name = "Wedge_Weld"
8093w95.Part0 = p95
8094w95.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)
8095w95.Part1 = p96
8096w95.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)
8097w96 = Instance.new("Weld", p96)
8098w96.Name = "Wedge_Weld"
8099w96.Part0 = p96
8100w96.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)
8101w96.Part1 = p97
8102w96.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)
8103w97 = Instance.new("Weld", p97)
8104w97.Name = "Wedge_Weld"
8105w97.Part0 = p97
8106w97.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)
8107w97.Part1 = p98
8108w97.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)
8109w98 = Instance.new("Weld", p98)
8110w98.Name = "Wedge_Weld"
8111w98.Part0 = p98
8112w98.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)
8113w98.Part1 = p99
8114w98.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)
8115w99 = Instance.new("Weld", p99)
8116w99.Name = "Wedge_Weld"
8117w99.Part0 = p99
8118w99.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)
8119w99.Part1 = p100
8120w99.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)
8121w100 = Instance.new("Weld", p100)
8122w100.Name = "Wedge_Weld"
8123w100.Part0 = p100
8124w100.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)
8125w100.Part1 = p101
8126w100.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)
8127w101 = Instance.new("Weld", p101)
8128w101.Name = "Wedge_Weld"
8129w101.Part0 = p101
8130w101.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)
8131w101.Part1 = p102
8132w101.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)
8133w102 = Instance.new("Weld", p102)
8134w102.Name = "Wedge_Weld"
8135w102.Part0 = p102
8136w102.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)
8137w102.Part1 = p103
8138w102.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)
8139w103 = Instance.new("Weld", p103)
8140w103.Name = "Wedge_Weld"
8141w103.Part0 = p103
8142w103.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)
8143w103.Part1 = p104
8144w103.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)
8145w104 = Instance.new("Weld", p104)
8146w104.Name = "Wedge_Weld"
8147w104.Part0 = p104
8148w104.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)
8149w104.Part1 = p105
8150w104.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)
8151w105 = Instance.new("Weld", p105)
8152w105.Name = "Wedge_Weld"
8153w105.Part0 = p105
8154w105.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)
8155w105.Part1 = p106
8156w105.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)
8157w106 = Instance.new("Weld", p106)
8158w106.Name = "Wedge_Weld"
8159w106.Part0 = p106
8160w106.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)
8161w106.Part1 = p107
8162w106.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)
8163w107 = Instance.new("Weld", p107)
8164w107.Name = "Wedge_Weld"
8165w107.Part0 = p107
8166w107.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)
8167w107.Part1 = p108
8168w107.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)
8169w108 = Instance.new("Weld", p108)
8170w108.Name = "Wedge_Weld"
8171w108.Part0 = p108
8172w108.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)
8173w108.Part1 = p109
8174w108.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)
8175w109 = Instance.new("Weld", p109)
8176w109.Name = "Wedge_Weld"
8177w109.Part0 = p109
8178w109.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)
8179w109.Part1 = p110
8180w109.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)
8181w110 = Instance.new("Weld", p110)
8182w110.Name = "Hitbox_Weld"
8183w110.Part0 = p110
8184w110.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)
8185w110.Part1 = p111
8186w110.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)
8187m8.Parent = rarm
8188m8:MakeJoints()
8189----------------------------------------------------
8190local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8191cor8.Name = "Thingy"
8192cor8.Locked = true
8193cor8.BottomSurface = 0
8194cor8.CanCollide = false
8195cor8.Size = Vector3.new(1, 1, 1)
8196cor8.Transparency = 1
8197cor8.TopSurface = 0
8198corw8 = Instance.new("Weld", cor8)
8199corw8.Part0 = rarm
8200corw8.Part1 = cor8
8201corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8202corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8203weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8204weld8.Part0 = cor8
8205weld8.Part1 = rarm.Zyrodoxa.Handle
8206weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8207Amulite = Instance.new("PointLight",m7.Center)
8208Amulite.Brightness = 0
8209Amulite.Color = Color3.new(0,1,0)
8210----------------------------------------------------
8211models = {m,m2,m3,m4,m5,m6,m7,m8}
8212parts = {}
8213Stepped:connect(function()
8214 for i,v in pairs(models) do
8215 for _, a in pairs(v:GetChildren()) do
8216 if v:IsA("Part") and v.Name ~= "Thingy" then
8217 table.insert(parts, a)
8218 for i,v in pairs(parts) do
8219 v.CanCollide = false
8220 end
8221 end
8222 end
8223 end
8224end)
8225----------------------------------------------------
8226local animpose = "Idle1"
8227local lastanimpose = "Idle1"
8228local grab = false
8229local Smooth = 1
8230local sine = 0
8231local change = 1
8232local val = 0
8233local ffing = false
8234----------------------------------------------------
8235--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8236
8237function FindHumanoids()
8238 local function c_region(Position, Size)
8239 local SizeOffset = Size/2
8240 local Point1 = Position - SizeOffset
8241 local Point2 = Position + SizeOffset
8242 local a = Instance.new("Part", workspace)
8243 a.Anchored = true
8244 a.Size = Size
8245 a.Position = Position
8246 print("Hey!, I'm making a part!")
8247 return Region3.new(Point1, Point2)
8248 end
8249
8250 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8251 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8252 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8253 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8254
8255 local regions = {a, b, c, d}
8256
8257 local found_humanoids = {}
8258 local already_found = {char.Name}
8259
8260 for _, region in pairs(regions) do
8261 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8262 print(part, part.Parent, part.Name) ---nope
8263 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8264 local humanoid = part.Parent:FindFirstChild("Humanoid")
8265 local name = humanoid.Parent.Name
8266 local exists = false
8267 for _, n in pairs(already_found) do
8268 if n == name then
8269 exists = true
8270 end
8271 end
8272 if not exists then
8273 table.insert(already_found, name)
8274 table.insert(found_humanoids, humanoid)
8275 end
8276 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8277 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8278 local name = humanoid.Parent.Parent.Name
8279 local exists = false
8280 for _, n in pairs(already_found) do
8281 if n == name then
8282 exists = true
8283 end
8284 end
8285 if not exists then
8286 table.insert(already_found, name)
8287 table.insert(found_humanoids, humanoid)
8288 end
8289 end
8290 end
8291 end
8292 return found_humanoids
8293end
8294
8295local humanoids = FindHumanoids()
8296if #humanoids == 0 then
8297 for i, v in pairs(humanoids) do
8298 print(v.Parent.Name)
8299 if Debounces.Slashing == true then
8300 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8301 elseif Debounces.Slashing == false then
8302 wait()
8303 end
8304 end
8305 wait(0.3)
8306end]]--
8307----------------------------------------------------
8308--[[mouse.KeyDown:connect(function(key)
8309 if key == "f" then
8310 if Debounces.CanAttack == true then
8311 Debounces.CanAttack = false
8312 Debounces.NoIdl = true
8313 Debounces.on = true
8314 for i = 1, 20 do
8315 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8316 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8317 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8318 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8319 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8320 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8321 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8322 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)
8323 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)
8324 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)
8325 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)
8326 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)
8327 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)
8328 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8329 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8330 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)
8331 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)
8332 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)
8333 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)
8334 if Debounces.on == false then
8335 break
8336 end
8337 fat.Event:wait()
8338 end
8339 end
8340 end
8341end)]]--
8342----------------------------------------------------
8343mod4 = Instance.new("Model",char)
8344
8345ptez = {0.7, 0.8, 0.9, 1}
8346
8347function FindNearestTorso(Position,Distance,SinglePlayer)
8348 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8349 local List = {}
8350 for i,v in pairs(workspace:GetChildren())do
8351 if v:IsA("Model")then
8352 if v:findFirstChild("Torso")then
8353 if v ~= char then
8354 if(v.Torso.Position -Position).magnitude <= Distance then
8355 table.insert(List,v)
8356 end
8357 end
8358 end
8359 end
8360 end
8361 return List
8362end
8363
8364function Slam()
8365 local part=Instance.new('Part',mod4)
8366 part.Anchored=true
8367 part.CanCollide=false
8368 part.FormFactor='Custom'
8369 part.Size=Vector3.new(.2,.2,.2)
8370 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8371 part.Transparency=.7
8372 part.BrickColor=BrickColor.new('Really black')
8373 mesh=Instance.new('SpecialMesh',part)
8374 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8375 mesh.Scale=Vector3.new(3,3,3)
8376 local part2=Instance.new('Part',mod4)
8377 part2.Anchored=true
8378 part2.CanCollide=false
8379 part2.FormFactor='Custom'
8380 part2.Size=Vector3.new(.2,.2,.2)
8381 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8382 part2.Transparency=.7
8383 part2.BrickColor=BrickColor.new('Lime green')
8384 mesh2=Instance.new('SpecialMesh',part2)
8385 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8386 mesh2.Scale=Vector3.new(3,1.5,3)
8387 x = Instance.new("Sound",larm)
8388 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8389 x.Pitch = ptez[math.random(1,#ptez)]
8390 x.Volume = 1
8391 wait(.1)
8392 x1 = Instance.new("Sound",larm)
8393 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8394 x1.Pitch = ptez[math.random(1,#ptez)]
8395 x1.Volume = 1
8396 wait(.1)
8397 x:Play()
8398 x1:Play()
8399 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8400 if v:FindFirstChild('Humanoid') then
8401 v.Humanoid:TakeDamage(math.random(30,45))
8402 end
8403 end
8404 coroutine.resume(coroutine.create(function()
8405 for i=0,0.62,0.13 do
8406 wait()
8407 part.CFrame=part.CFrame
8408 part.Transparency=i
8409 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8410 part2.CFrame=part2.CFrame
8411 part2.Transparency=i
8412 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8413 end
8414 part.Parent=nil
8415 part2.Parent=nil
8416 x:Destroy()
8417 end))
8418end
8419----------------------------------------------------
8420wPart = function(x,y,z,color,tr,cc,an,parent)
8421 local wp = Instance.new('WedgePart',parent or Weapon)
8422 wp.formFactor = 'Custom'
8423 wp.Size = Vector3.new(x,y,z)
8424 wp.BrickColor = BrickColor.new(color)
8425 wp.CanCollide = cc
8426 wp.Transparency = tr
8427 wp.Anchored = an
8428 wp.TopSurface,wp.BottomSurface = 0,0
8429 return wp
8430end
8431
8432Mesh = function(par,num,x,y,z)
8433 local msh = _
8434 if num == 1 then
8435 msh = Instance.new("CylinderMesh",par)
8436 elseif num == 2 then
8437 msh = Instance.new("SpecialMesh",par)
8438 msh.MeshType = 3
8439 elseif num == 3 then
8440 msh = Instance.new("BlockMesh",par)
8441 elseif num == 4 then
8442 msh = Instance.new("SpecialMesh",par)
8443 msh.MeshType = "Torso"
8444 elseif type(num) == 'string' then
8445 msh = Instance.new("SpecialMesh",par)
8446 msh.MeshId = num
8447 end
8448 msh.Scale = Vector3.new(x,y,z)
8449 return msh
8450end
8451
8452local function CFrameFromTopBack(at, top, back)
8453 local right = top:Cross(back)
8454 return CFrame.new(at.x, at.y, at.z,
8455 right.x, top.x, back.x,
8456 right.y, top.y, back.y,
8457 right.z, top.z, back.z)
8458end
8459
8460function Triangle(a, b, c)
8461 local edg1 = (c-a):Dot((b-a).unit)
8462 local edg2 = (a-b):Dot((c-b).unit)
8463 local edg3 = (b-c):Dot((a-c).unit)
8464 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8465 a, b, c = a, b, c
8466 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8467 a, b, c = b, c, a
8468 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8469 a, b, c = c, a, b
8470 else
8471 print("unreachable")
8472 end
8473 local len1 = (c-a):Dot((b-a).unit)
8474 local len2 = (b-a).magnitude - len1
8475 local width = (a + (b-a).unit*len1 - c).magnitude
8476 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8477 local list = {}
8478 if len1 > 0.01 then
8479 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8480 local sz = Vector3.new(0.2, width, len1)
8481 w1.Size = sz
8482 local sp = Mesh(w1,2,0,0,0)
8483 sp.MeshType='Wedge'
8484 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8485 w1:BreakJoints()
8486 w1.Anchored = true
8487 w1.Transparency = 0.7
8488 Spawn(function()
8489 for i=0,1,0.1 do
8490 fat.Event:wait()
8491 w1.Transparency=w1.Transparency+0.03
8492 end
8493 end)
8494 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8495 table.insert(list,w1)
8496 end
8497 if len2 > 0.01 then
8498 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8499 local sz = Vector3.new(0.2, width, len2)
8500 w2.Size = sz
8501 local sp = Mesh(w2,2,0,0,0)
8502 sp.MeshType='Wedge'
8503 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8504 w2:BreakJoints()
8505 w2.Anchored = true
8506 w2.Transparency = 0.7
8507 Spawn(function()
8508 for i=0,1,0.1 do
8509 fat.Event:wait()
8510 w2.Transparency=w2.Transparency+0.03
8511 end
8512 end)
8513 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8514 table.insert(list,w2)
8515 end
8516 return unpack(list)
8517end
8518
8519function trail(p,t,h)
8520 Spawn(function()
8521 local blcf = p.CFrame
8522 local scfr = blcf
8523 for i=1,t do
8524 local blcf = p.CFrame
8525 if scfr and (p.Position-scfr.p).magnitude > .1 then
8526 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)
8527 if a then game.Debris:AddItem(a,1) end
8528 if b then game.Debris:AddItem(b,1) end
8529 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)
8530 if a then game.Debris:AddItem(a,1) end
8531 if b then game.Debris:AddItem(b,1) end
8532 scfr = blcf
8533 elseif not scfr then
8534 scfr = blcf
8535 end
8536 fat.Event:wait()
8537 end
8538 scfr=nil
8539 end)
8540end
8541--trail(char.Sword.Blade,1e1000,5)
8542----------------------------------------------------
8543function Dmg()
8544 local partofdeath = rarm.Zyrodoxa.Hitbox
8545 local function CreateRegion3FromLocAndSize(Position, Size)
8546 local SizeOffset = Size/2
8547 local Point1 = Position - SizeOffset
8548 local Point2 = Position + SizeOffset
8549 return Region3.new(Point1, Point2)
8550 end
8551 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8552 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8553 Spawn(function()
8554 if Debounces.Slashing == true and Debounces.Slashed == false then
8555 Debounces.Slashed = true
8556 ypcall(function()
8557 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8558 humanoid:TakeDamage(math.random(10,18))
8559 end)
8560 wait(.4)
8561 Debounces.Slashed = false
8562 end
8563 end)
8564 end
8565end
8566----------------------------------------------------
8567pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8568ptz = {0.7, 0.8, 0.9, 1}
8569idz = {"161006212", "161006195"}
8570function attackone()
8571 for i = 1, 13 do
8572 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)
8573 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8574 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)
8575 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)
8576 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)
8577 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)
8578 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8579 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8580 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8581 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)
8582 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)
8583 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)
8584 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)
8585 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)
8586 if Debounces.on == false then
8587 break
8588 end
8589 fat.Event:wait()
8590 end
8591 trail(rarm.Zyrodoxa.Hitbox,20,2)
8592 Debounces.Slashing = true
8593 wait(0.2)
8594 --[[z = Instance.new("Sound", hed)
8595 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8596 z.Pitch = ptz[math.random(1,#ptz)]
8597 z.Volume = 1
8598 wait(.01)
8599 z:Play()]]--
8600 for i = 1, 14 do
8601 Dmg()
8602 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8603 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8604 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)
8605 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)
8606 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)
8607 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)
8608 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8609 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8610 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8611 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)
8612 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)
8613 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)
8614 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)
8615 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)
8616 if Debounces.on == false then break end
8617 rs:wait()
8618 end
8619 Debounces.Slashing = false
8620end
8621function attacktwo()
8622 Debounces.Slashing = true
8623 for i = 1, 14 do
8624 Dmg()
8625 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8626 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8627 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)
8628 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)
8629 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)
8630 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)
8631 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)
8632 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8633 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)
8634 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)
8635 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8636 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)
8637 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8638 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)
8639 if Debounces.on == false then
8640 break
8641 end
8642 rs:wait()
8643 end
8644end
8645----------------------------------------------------
8646ComboNum = 0
8647mouse.Button1Down:connect(function()
8648 if Debounces.CanAttack == true then
8649 Debounces.CanAttack = false
8650 Debounces.NoIdl = true
8651 Debounces.on = true
8652 if ComboNum == 0 then
8653 attackone()
8654 elseif ComboNum == 1 then
8655 attacktwo()
8656 --[[elseif ComboNum == 2 then
8657 attackthree()]]--
8658 end
8659 ComboNum = ComboNum + 1
8660 Debounces.CanAttack = true
8661 Debounces.on = false
8662 wait(.5)
8663 if Debounces.CanAttack == true then
8664 ComboNum = 0
8665 Debounces.NoIdl = false
8666 end
8667 end
8668end)
8669----------------------------------------------------
8670definition = 5
8671bc = {}
8672bezierparts = {}
8673function NoOutline(Part)
8674 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8675end
8676function draw(p,d)
8677 for i=1,d do
8678 local t = i/d
8679 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8680 end
8681 for i=1,d do
8682 local bcs = Instance.new("Part",char)
8683 NoOutline(bcs)
8684 bcs.Anchored = true
8685 bcs.CanCollide = false
8686 bcs.Material = "Neon"
8687 bcs.BrickColor = BrickColor.new("Lime green")
8688 bcs.Size = Vector3.new(1,1,1)
8689 bcs.Shape = Enum.PartType.Ball
8690 bcs.CFrame = CFrame.new(bc[i])
8691 local bcp = Instance.new("Part",char)
8692 NoOutline(bcp)
8693 bcp.Anchored = true
8694 bcp.CanCollide = false
8695 bcp.Material = "Neon"
8696 bcp.BrickColor = BrickColor.new("Lime green")
8697 local cm = Instance.new("CylinderMesh")
8698 cm.Parent = bcp
8699 if i ~= 1 then
8700 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8701 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8702 else
8703 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8704 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8705 end
8706 table.insert(bezierparts, bcs)
8707 table.insert(bezierparts, bcp)
8708 end
8709 Spawn(function() fat.Event:wait()
8710 for i,v in pairs(bezierparts) do
8711 v.Transparency = 1
8712 end
8713 end)
8714end
8715--local points = {larm.Position,rarn.Position,invisipart.Position}
8716--draw(points,definition)
8717mouse.KeyDown:connect(function(key)
8718 if key == "f" then
8719 if Debounces.CanAttack == true then
8720 Debounces.CanAttack = false
8721 Debounces.NoIdl = true
8722 Debounces.on = true
8723 for i = 1, 20 do
8724 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)
8725 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)
8726 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)
8727 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)
8728 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)
8729 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8730 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)
8731 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)
8732 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8733 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)
8734 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8735 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)
8736 if Debounces.on == false then
8737 break
8738 end
8739 fat.Event:wait()
8740 end
8741 rpart = Instance.new("Part",rarm)
8742 NoOutline(rpart)
8743 rpart.Anchored = false
8744 rpart.Size = Vector3.new(1,1,1)
8745 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8746 rpart.Transparency = 1
8747 newWeld(rarm, rpart, 0, 0, 0)
8748 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8749 lpart = Instance.new("Part",larm)
8750 NoOutline(lpart)
8751 lpart.Anchored = false
8752 lpart.Size = Vector3.new(1,1,1)
8753 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8754 lpart.Transparency = 1
8755 newWeld(larm, lpart, 0, 0, 0)
8756 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8757 invisipart = Instance.new("Part",torso)
8758 NoOutline(invisipart)
8759 invisipart.Anchored = false
8760 invisipart.Size = Vector3.new(1,1,1)
8761 invisipart.Transparency = 1
8762 invisipart.CFrame = torso.CFrame
8763 newWeld(torso, invisipart, 0, 0, 0)
8764 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8765 table.insert(bezierparts, rpart)
8766 table.insert(bezierparts, lpart)
8767 table.insert(bezierparts, invisipart)
8768 for i = 1, 40 do
8769 local points = {lpart.Position,invisipart.Position,rpart.Position}
8770 draw(points,definition)
8771 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8772 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)
8773 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)
8774 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)
8775 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)
8776 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)
8777 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8778 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)
8779 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)
8780 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8781 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)
8782 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8783 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)
8784 if Debounces.on == false then
8785 break
8786 end
8787 fat.Event:wait()
8788 end
8789 for i,v in pairs(bezierparts) do
8790 v:Destroy()
8791 end
8792 --draw(points,definition)
8793 if Debounces.CanAttack == false then
8794 Debounces.CanAttack = true
8795 Debounces.NoIdl = false
8796 Debounces.on = false
8797 end
8798 end
8799 end
8800end)
8801----------------------------------------------------
8802----------------------------------------------------
8803
8804---------------------------------------------------------------------------------------
8805----------------------------------------------------
8806mouse.KeyDown:connect(function(key)
8807 if key == "b" then
8808 hum.WalkSpeed = 0.01
8809 if Debounces.CanAttack == true then
8810 Debounces.CanAttack = false
8811 Debounces.NoIdl = true
8812 Debounces.on = true
8813 for i = 1,20 do
8814 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8815 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8816 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8817 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8818 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8819 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8820
8821 if Debounces.on == false then break end
8822 wait()
8823 end
8824 wait(1)
8825 v = Instance.new("Sound")
8826 v.SoundId = "rbxassetid://435742675"
8827 v.Parent = char
8828 v.Looped = false
8829 v.Pitch = 1
8830 v.Volume = 16
8831 wait(.01)
8832 v:Play()
8833
8834 if Daytime == true then
8835 Daytime = false
8836 l.TimeOfDay = 24
8837 else
8838 Daytime = true
8839 l.TimeOfDay = 12
8840 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8841 end
8842
8843 local Shockwave = function()
8844 local rng1 = Instance.new("Part", char)
8845 rng1.Anchored = true
8846 rng1.BrickColor = BrickColor.new("Really black")
8847 rng1.CanCollide = false
8848 rng1.FormFactor = 3
8849 rng1.Name = "Ring"
8850 rng1.Size = Vector3.new(1, 1, 1)
8851 rng1.Transparency = 0.35
8852 rng1.TopSurface = 0
8853 rng1.BottomSurface = 0
8854 local rngm1 = Instance.new("SpecialMesh", rng)
8855 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8856 rngm1.Scale = Vector3.new(10, 10, 1)
8857 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8858 local Wave = Instance.new("Part", game.Workspace--[[?]])
8859 Wave.Name = "Shockwave"
8860 Wave.BrickColor = BrickColor.new("Really black")
8861 Wave.Size = Vector3.new(1, 1, 1)
8862 Wave.Shape = "Ball"
8863 Wave.CanCollide = false
8864 Wave.Anchored = true
8865 Wave.TopSurface = 0
8866 Wave.BottomSurface = 0
8867
8868msh=Instance.new('SpecialMesh',pt)
8869msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8870msh.Scale=Vector3.new(8,4,8)
8871
8872 Wave.Touched:connect(function(hit)
8873 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8874 local Occlude = true
8875 local NotOccludes = {
8876 char.Name;
8877 "Wings";
8878 "Scythe";
8879 "Thingy";
8880 "Thingy2"; -- put all of the names in a table pls
8881 }
8882 for i,v in pairs(NotOccludes) do
8883 if hit.Parent.Name == v then
8884 Occlude = false
8885 end
8886 end
8887 --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
8888 if Occlude then
8889 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8890 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8891 end
8892 end
8893 end)
8894
8895 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8896
8897 coroutine.wrap(function()
8898 for i = 1, 20, 0.2 do
8899 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8900 rng1.Transparency = i/20
8901 wait()
8902 end
8903 wait()
8904 rng1:Destroy()
8905 end)()
8906
8907 Delay(0, function()
8908
8909 if Daytime == false then
8910 for i = 1, 50, 1 do
8911 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8912 Wave.CFrame = char.Torso.CFrame
8913 local t = i / 50
8914 Wave.Transparency = t
8915 wait()
8916 end
8917 else
8918 for i = 1, 50, 1 do
8919 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8920 Wave.CFrame = char.Torso.CFrame
8921 local t = i / 50
8922 Wave.Transparency = t
8923 wait()
8924 end
8925 end
8926 Wave:Destroy()
8927 end)
8928 Delay(0, function()
8929 while wait() do
8930 if Wave ~= nil then
8931 Wave.CFrame = char.Torso.CFrame
8932 else
8933 break
8934 end
8935 end
8936 end)
8937 end
8938 Shockwave()
8939
8940
8941 for i = 1, 15 do
8942 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)
8943 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)
8944 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8945 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(30), math.rad(20), math.rad(0)), 0.2)
8946 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8947 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8948 if Debounces.on == false then break end
8949 wait()
8950 end
8951 for i = 1, 15 do
8952 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)
8953 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)
8954 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8955 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)
8956 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8957 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8958 if Debounces.on == false then break end
8959 wait()
8960 end
8961 for i = 1, 15 do
8962 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)
8963 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)
8964 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8965 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)
8966 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8967 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8968 if Debounces.on == false then break end
8969 wait()
8970 end
8971 for i = 1, 15 do
8972 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)
8973 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)
8974 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8975 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)
8976 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8977 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8978 if Debounces.on == false then break end
8979 wait()
8980 end
8981 for i = 1, 15 do
8982 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)
8983 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)
8984 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8985 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)
8986 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8987 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8988 if Debounces.on == false then break end
8989 wait()
8990 end
8991 for i = 1, 15 do
8992 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)
8993 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)
8994 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8995 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)
8996 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8997 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8998 if Debounces.on == false then break end
8999 wait()
9000 end
9001 wait(1.4)
9002 Debounces.NoIdl = false
9003 hum.WalkSpeed = 16
9004 Debounces.on = false
9005 wait()
9006 if Debounces.CanAttack == false then
9007 Debounces.CanAttack = true
9008 v:Destroy()
9009 end
9010 end
9011 end
9012end)
9013------------------------------------------
9014
9015-------------------------------------------------
9016Grab = false
9017mouse.KeyDown:connect(function(key)
9018 if key == "z" then
9019 Debounces.on = true
9020 Debounces.NoIdl = true
9021 Debounces.ks = true
9022 if Grab == false then
9023 gp = nil
9024 for i = 1, 20 do
9025 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)
9026 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)
9027 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)
9028 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)
9029 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
9030 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)
9031 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
9032 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)
9033 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)
9034 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)
9035 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)
9036 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)
9037 if Debounces.on == false then break end
9038 fat.Event:wait()
9039 end
9040 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
9041 ht = hit.Parent
9042 for i,v in pairs(ht:GetChildren()) do
9043 if v:IsA("Part") then
9044 v.CanCollide = false
9045 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
9046 end
9047 end
9048 hum1=ht:FindFirstChild('Humanoid')
9049 if hum1 ~= nil then
9050 if Debounces.ks==true then
9051 z = Instance.new("Sound",hed)
9052 z.SoundId = "rbxassetid://169380525"
9053 z.Volume = 1
9054 z:Play()
9055 Debounces.ks=false
9056 end
9057 hum1.PlatformStand=true
9058 hum1:ChangeState'Physics'
9059 gp = ht
9060 Grab = true
9061 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9062 asd.Parent = larm
9063 asd.Name = "asd"
9064 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9065 stanceToggle = "Grabbed"
9066 --[[elseif hum1 == nil then
9067 con1:disconnect()
9068 wait() return]]--
9069 end
9070 end)
9071 for i = 1, 20 do
9072 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)
9073 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)
9074 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)
9075 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)
9076 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9077 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)
9078 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9079 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)
9080 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)
9081 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)
9082 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)
9083 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)
9084 if Debounces.on == false then break end
9085 fat.Event:wait()
9086 end
9087 con1:disconnect()
9088 Debounces.on = false
9089 Debounces.NoIdl = false
9090 elseif Grab == true then
9091 Grab = false
9092 --[[for i = 1, 16 do
9093 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)
9094 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)
9095 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9096 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9097 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)
9098 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)
9099 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9100 if Debounces.on == false then end
9101 rs:wait()
9102 end]]--
9103 for i = 1, 16 do
9104 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)
9105 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)
9106 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)
9107 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)
9108 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9109 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)
9110 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9111 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)
9112 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)
9113 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)
9114 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)
9115 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)
9116 if Debounces.on == false then end
9117 rs:wait()
9118 end
9119 for i = 1, 12 do
9120 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)
9121 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)
9122 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)
9123 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)
9124 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)
9125 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)
9126 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)
9127 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)
9128 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9129 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)
9130 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)
9131 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)
9132 if Debounces.on == false then end
9133 rs:wait()
9134 end
9135 Slam()
9136 if gp ~= nil then
9137 for i,v in pairs(larm:GetChildren()) do
9138 if v.Name == "asd" and v:IsA("Weld") then
9139 v:Remove()
9140 end
9141 if v:IsA("Part") then
9142 v.CanCollide = true
9143 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9144 end
9145 end
9146 end
9147 stanceToggle = "Idle1"
9148 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9149 bv.maxForce = Vector3.new(400000, 400000, 400000)
9150 bv.P = 125000
9151 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9152 ht=nil
9153 Debounces.on = false
9154 Debounces.NoIdl = false
9155 elseif ht == nil then wait()
9156 Grab = false
9157 Debounces.on = false
9158 Debounces.NoIdl = false
9159 end
9160 end
9161end)
9162----------------------------------------------------
9163-------------------------------------------------------------------------------------------------
9164
9165----------------------------------------------------
9166
9167
9168----------------------------------------------------
9169----------------------------------------------------
9170------------------------------------------------
9171pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9172mouse.KeyDown:connect(function(key)
9173 if key == "e" then
9174 if Debounces.CanAttack == true then
9175 Debounces.CanAttack = false
9176 Debounces.NoIdl = true
9177 Debounces.on = true
9178 Debounces.ks = true
9179 larm.Touched:connect(function(ht)
9180 hit = ht.Parent
9181 if ht and hit:IsA("Model") then
9182 if hit:FindFirstChild("Humanoid") then
9183 if hit.Name ~= p.Name then
9184 if Debounces.Slapping == true and Debounces.Slapped == false then
9185 Debounces.Slapped = true
9186 if Debounces.ks==true then
9187 z = Instance.new("Sound",hed)
9188 z.SoundId = "rbxassetid://169380525"
9189 z.Volume = 1
9190 z:Play()
9191 z1 = Instance.new("Sound",char)
9192 z1.SoundId = "rbxassetid://261010715"
9193 z1.Pitch = pts[math.random(1,#pts)]
9194 z1.Volume = 1
9195 z2 = Instance.new("Sound",char)
9196 z2.SoundId = "rbxassetid://261010715"
9197 z2.Pitch = z1.Pitch
9198 z2.Volume = 1
9199 z3 = Instance.new("Sound",char)
9200 z3.SoundId = "rbxassetid://261010715"
9201 z3.Pitch = z1.Pitch
9202 z3.Volume = 1
9203if Profanity == true then
9204 z1:Play()
9205 z2:Play()
9206 z3:Play()
9207else end
9208 Debounces.ks=false
9209 end
9210 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9211 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9212 wait(.5)
9213 Debounces.Slapped = false
9214 z:Destroy()
9215 z1:Destroy()
9216 z2:Destroy()
9217 z3:Destroy()
9218 end
9219 end
9220 end
9221 elseif ht and hit:IsA("Hat") then
9222 if hit.Parent.Name ~= p.Name then
9223 if hit.Parent:FindFirstChild("Humanoid") then
9224 if Debounces.Slapping == true and Debounces.Slapped == false then
9225 Debounces.Slapped = true
9226 if Debounces.ks==true then
9227 z = Instance.new("Sound",hed)
9228 z.SoundId = "rbxassetid://169380525"
9229 z.Volume = 1
9230 z:Play()
9231 z1 = Instance.new("Sound",char)
9232 z1.SoundId = "rbxassetid://261010715"
9233 z1.Pitch = pts[math.random(1,#pts)]
9234 z1.Volume = 1
9235 z2 = Instance.new("Sound",char)
9236 z2.SoundId = "rbxassetid://261010715"
9237 z2.Pitch = z1.Pitch
9238 z2.Volume = 1
9239 z3 = Instance.new("Sound",char)
9240 z3.SoundId = "rbxassetid://261010715"
9241 z3.Pitch = z1.Pitch
9242 z3.Volume = 1
9243 z1:Play()
9244 z2:Play()
9245 z3:Play()
9246 Debounces.ks=false
9247 end
9248 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9249 wait(.5)
9250 Debounces.Slapped = false
9251 z:Destroy()
9252 z1:Destroy()
9253 z2:Destroy()
9254 z3:Destroy()
9255 end
9256 end
9257 end
9258 end
9259 end)
9260 for i = 1, 14 do
9261 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)
9262 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)
9263 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)
9264 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)
9265 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9266 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9267 if Debounces.on==false then break end
9268 rs:wait(2)
9269 end
9270 Debounces.Slapping = true
9271 for i = 1, 20 do
9272 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)
9273 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)
9274 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)
9275 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)
9276 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9277 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9278 if Debounces.on==false then break end
9279 rs:wait(2)
9280 end
9281 Debounces.Slapping = false
9282 if Debounces.CanAttack == false then
9283 Debounces.CanAttack = true
9284 Debounces.NoIdl = false
9285 Debounces.on = false
9286 end
9287 end
9288 end
9289end)
9290-------------------------------
9291mouse.KeyDown:connect(function(key)
9292 if key == "t" then
9293 if Debounces.CanAttack == true then
9294 Debounces.CanAttack = false
9295 Debounces.on = true
9296 Debounces.NoIdl = true
9297 for i = 1, 20 do
9298 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)
9299 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)
9300 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)
9301 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9302 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9303 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)
9304
9305 if Debounces.on == false then break end
9306 wait()
9307 end
9308 Spawn(function()
9309 local Parts = {}
9310 for Y = -5,5 do
9311 local P = Instance.new("Part",char)
9312 P.Anchored = true
9313 P.FormFactor = "Custom"
9314 P.CanCollide = false
9315 P.Size = Vector3.new(1,2,1)
9316 P.TopSurface = "SmoothNoOutlines"
9317 P.BottomSurface = "SmoothNoOutlines"
9318 P.BrickColor = BrickColor.new("Really black")
9319 P.Name = tostring(Y)
9320 local i = (Y+5)/(10)
9321 i = 1-math.cos(math.pi*i-(math.pi/2))
9322 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9323 --[[P.Touched:connect(function(ht)
9324 local hit = ht.Parent
9325 if hit:FindFirstChild("Humanoid") then
9326 hit.Humanoid:TakeDamage(math.random(20,50))
9327 end
9328 end)]]--
9329 s = Instance.new("Sound",P)
9330 s.SoundId = "rbxassetid://228343271"
9331 s.Volume = 19
9332 s.Pitch = 0.9
9333 s:Play()
9334P.Touched:connect(function(ht)
9335 hit = ht.Parent
9336 if ht and hit:IsA("Model") then
9337 if hit:FindFirstChild("Humanoid") then
9338 if hit.Name ~= p.Name then
9339 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9340 Debounces.Slashed = true]]--
9341 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9342 hit:FindFirstChild("Humanoid").PlatformStand = true
9343 wait(1)
9344 --Debounces.Slashed = false
9345 --end
9346 end
9347 end
9348 elseif ht and hit:IsA("Hat") then
9349 if hit.Parent.Name ~= p.Name then
9350 if hit.Parent:FindFirstChild("Humanoid") then
9351 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9352 Debounces.Slashed = true]]--
9353 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9354 hit:FindFirstChild("Humanoid").PlatformStand = true
9355 wait(1)
9356 --Debounces.Slashed = false
9357 --end
9358 end
9359 end
9360 end
9361end)
9362 Parts[#Parts+1] = P
9363 end
9364 local BREAKIT = false
9365 local CParts = {}
9366 local Rocks = {}
9367 local LastPos = nil
9368 for i = 1,70 do
9369 for i2,v in pairs(Parts) do
9370 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9371 local cf = v.CFrame
9372 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9373 v.CFrame = cf
9374 v.Transparency = v.Transparency+0.02
9375 if v.Transparency >= 0.975 then BREAKIT = true end
9376 if v.Name == "0" then
9377 local Ignore = {}
9378 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9379 if v.Character ~= nil then
9380 Ignore[#Ignore+1] = v.Character
9381 end
9382 end
9383 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9384 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9385 if Hit ~= nil then
9386 if #Rocks == 0 then
9387 for i = 1,5 do
9388 local P = Instance.new("Part",char)
9389 Rocks[#Rocks+1] = P
9390 P.Anchored = true
9391 P.FormFactor = "Custom"
9392 P.BrickColor = Hit.BrickColor
9393 P.Material = Hit.Material
9394 P.TopSurface = "Smooth"
9395 P.BottomSurface = "Smooth"
9396 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9397 end
9398 end
9399 for i,P in pairs(Rocks) do
9400 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)))
9401 end
9402 local P = Instance.new("Part",char)
9403 CParts[#CParts+1] = {P,tick()}
9404 P.Anchored = true
9405 P.FormFactor = "Custom"
9406 P.BrickColor = Hit.BrickColor
9407 P.Material = Hit.Material
9408 P.TopSurface = "Smooth"
9409 P.BottomSurface = "Smooth"
9410 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9411 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9412 Pos = Pos.p
9413 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)))
9414 local P = P:Clone()
9415 CParts[#CParts+1] = {P,tick()}
9416 P.Parent = char
9417 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9418 Pos = Pos.p
9419 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)))
9420 if LastPos ~= nil then
9421 local P = P:Clone()
9422 CParts[#CParts+1] = {P,tick()}
9423 P.Parent = char
9424 P.BrickColor = BrickColor.new("Really black")
9425 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9426 Pos = Pos.p
9427 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9428 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9429 --P.Velocity = Vector3.new(0,-1000,0)
9430 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9431 end
9432 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9433 end
9434 end
9435 end
9436 if BREAKIT then break end
9437 wait(0.002)
9438 end
9439 for i,v in pairs(Rocks) do
9440 CParts[#CParts+1] = {v,tick()}
9441 end
9442 for i,v in pairs(Parts) do
9443 v:Destroy()
9444 end
9445 Parts = nil
9446 while true do
9447 local t = tick()
9448 local p = nil
9449 for i,v in pairs(CParts) do
9450 if t-v[2] > 4 then
9451 v[1].Transparency = v[1].Transparency+0.05
9452 if v[1].Transparency >= 1 then
9453 v[1]:Destroy()
9454 CParts[i] = nil
9455 end
9456 end
9457 p = v
9458 end
9459 if p == nil then break end
9460 wait(0.002)
9461 end
9462 for i,v in pairs(CParts) do
9463 v:Destroy()
9464 end
9465 CParts = {}
9466 end)
9467 for i = 1, 20 do
9468 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)
9469 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)
9470 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)
9471 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9472 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)
9473 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)
9474
9475 if Debounces.on == false then break end
9476 wait()
9477 end
9478 if Debounces.CanAttack == false then
9479 Debounces.CanAttack = true
9480 Debounces.on = false
9481 Debounces.NoIdl = false
9482 end
9483 end
9484 end
9485end)
9486----------------------------------------------------
9487----------------------------------------------------
9488----------------------------------------------------
9489-------------------
9490
9491Change = false
9492mouse.KeyDown:connect(function(key)
9493 if key == "n" then
9494 if Change == false then
9495 Change = true
9496 stanceToggle = "Idle2"
9497 elseif Change == true then
9498 Change = false
9499 stanceToggle = "Idle1"
9500 end
9501 end
9502end)
9503----------------------------------------------------
9504mod=Instance.new('Model',char)
9505
9506function charge()
9507 hed.Velocity=hed.CFrame.lookVector*200
9508 part=Instance.new('Part',mod)
9509 part.Anchored=true
9510 part.CanCollide=false
9511 part.FormFactor='Custom'
9512 part.Size=Vector3.new(.2,.2,.2)
9513 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9514 part.Transparency=.7
9515 part.BrickColor=BrickColor.new('Black')
9516 mesh=Instance.new('SpecialMesh',part)
9517 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9518 mesh.Scale=Vector3.new(10,5,10)
9519 part2=part:clone()
9520 part2.Parent=mod
9521 part2.BrickColor=BrickColor.new('Lime green')
9522 mesh2=mesh:clone()
9523 mesh2.Parent=part2
9524 mesh2.Scale=Vector3.new(20,10,20)
9525 part3=part2:clone()
9526 part3.Parent = mod
9527 part3.BrickColor=BrickColor.new('Really black')
9528 mesh3=mesh2:clone()
9529 mesh2.Parent=part3
9530 mesh3.Scale=Vector3.new(30,15,30)
9531 coroutine.resume(coroutine.create(function()
9532 for i=0,1,0.1 do
9533 wait()
9534 part.CFrame=part.CFrame
9535 part.Transparency=i
9536 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9537 part2.CFrame=part2.CFrame
9538 part2.Transparency=i
9539 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9540 part3.CFrame=part3.CFrame
9541 part3.Transparency=i
9542 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9543 end
9544 part.Parent=nil
9545 part2.Parent=nil
9546 part3.Parent = nil
9547 end))
9548end
9549--------------------
9550mouse.KeyDown:connect(function(key)
9551 if key == "g" then
9552 larm.BrickColor = BrickColor.new("Bright red")
9553 rarm.BrickColor = BrickColor.new("Bright red")
9554 if Debounces.CanAttack == true then
9555 Debounces.CanAttack = false
9556 Debounces.on = true
9557 Debounces.NoIdl = true
9558 chrg = lleg.Touched:connect(function(ht)
9559 hit = ht.Parent
9560 if ht and hit:IsA("Model") then
9561 if hit:FindFirstChild("Humanoid") then
9562 if hit.Name ~= p.Name then
9563 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9564 Debounces.Slashed = true]]--
9565 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9566 hit:FindFirstChild("Humanoid").PlatformStand = true
9567 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9568 --Debounces.Slashed = false
9569 --end
9570 end
9571 end
9572 elseif ht and hit:IsA("Hat") then
9573 if hit.Parent.Name ~= p.Name then
9574 if hit.Parent:FindFirstChild("Humanoid") then
9575 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9576 Debounces.Slashed = true]]--
9577 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9578 hit:FindFirstChild("Humanoid").PlatformStand = true
9579 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9580 --Debounces.Slashed = false
9581 end
9582 end
9583 end
9584 end)
9585 for i = 1, 14 do
9586 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)
9587 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)
9588 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)
9589 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)
9590 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)
9591 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)
9592
9593 if Debounces.on == false then break end
9594 wait()
9595 end
9596 charge()
9597 z = Instance.new("Sound",char)
9598 z.SoundId = "rbxassetid://200632875"
9599 z.Volume = 1
9600 z.Pitch = .8
9601 z1 = Instance.new("Sound",char)
9602 z1.SoundId = "rbxassetid://200632875"
9603 z1.Volume = 1
9604 z1.Pitch = .9
9605 z:Play()
9606 z1:Play()
9607 wait(1)
9608 z:Destroy()
9609 z1:Destroy()
9610 chrg:disconnect()
9611 if Debounces.CanAttack == false then
9612 Debounces.CanAttack = true
9613 Debounces.on = false
9614 Debounces.NoIdl = false
9615 larm.BrickColor = BrickColor.new("White")
9616 rarm.BrickColor = BrickColor.new("White")
9617 end
9618 end
9619 end
9620end)
9621------------------------------
9622mouse.KeyDown:connect(function(key)
9623 if string.byte(key) == 52 then
9624 Swing = 2
9625 char.Humanoid.WalkSpeed = 28
9626 end
9627end)
9628mouse.KeyUp:connect(function(key)
9629 if string.byte(key) == 52 then
9630 Swing = 1
9631 char.Humanoid.WalkSpeed = 16
9632 end
9633end)
9634----------------------------------------------------
9635
9636-------------------------------------------
9637CR = torso.Cloak.Rotater
9638CR2 = torso.Cloak.CapeLevel1
9639CR3 = torso.Cloak.CapeLevel2
9640CR4 = torso.Cloak.CapeLevel3
9641CR5 = torso.Cloak.CapeLevel4
9642jump = false
9643rs:connect(function()
9644 if char.Humanoid.Jump == true then
9645 jump = true
9646 else
9647 jump = false
9648 end
9649 char.Humanoid.FreeFalling:connect(function(f)
9650 if f then
9651 ffing = true
9652 else
9653 ffing = false
9654 end
9655 end)
9656 sine = sine + change
9657 if jump == true then
9658 animpose = "Jumping"
9659 elseif ffing == true then
9660 animpose = "Freefalling"
9661 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9662 animpose = "Idle"
9663 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9664 animpose = "Walking"
9665 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9666 animpose = "Running"
9667 end
9668 RightLeg = CFrame.new(0.5,-1,0)
9669 LeftLeg = CFrame.new(-0.5,-1,0)
9670
9671 lefth = (torso.CFrame*LeftLeg)
9672 righth = (torso.CFrame*RightLeg)
9673
9674 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9675
9676 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9677
9678 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9679 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9680 if animpose ~= lastanimpose then
9681 sine = 0
9682 if Debounces.NoIdl == false then
9683 if stanceToggle == "Idle1" then
9684 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)
9685 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)
9686 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)
9687 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)
9688 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)
9689 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)
9690 elseif stanceToggle == "Idle2" then
9691 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)
9692 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)
9693 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)
9694 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)
9695 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)
9696 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)
9697 end
9698 fat.Event:wait()
9699 end
9700 else
9701 end
9702 lastanimpose = animpose
9703 if Debounces.NoIdl == false then
9704 if animpose == "Idle" then
9705 change = 0.5
9706 if stanceToggle == "Idle1" then
9707 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)
9708 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)
9709 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)
9710 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)
9711 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)
9712 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)
9713 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)
9714 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)
9715 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)
9716 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)
9717 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)
9718 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)
9719 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)
9720 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)
9721 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)
9722 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)
9723 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)
9724 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)
9725 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)
9726 elseif stanceToggle == "Idle2" then
9727 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9728 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)
9729 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)
9730 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)
9731 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)
9732 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9733 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)
9734 rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9735 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)
9736 larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9737 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)
9738 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9739 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9740 --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)
9741 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)
9742 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)
9743 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)
9744 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)
9745 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)
9746 elseif stanceToggle == "Grabbed" then
9747 grab = true
9748 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9749 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9750 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)
9751 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)
9752 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)
9753 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)
9754 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)
9755 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)
9756 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9757 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9758 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)
9759 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)
9760 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)
9761 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)
9762 end
9763 elseif animpose == "Walking" then
9764 if stanceToggle == "Grabbed" then
9765 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9766 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9767 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)
9768 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)
9769 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)
9770 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)
9771 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)
9772 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)
9773 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)
9774 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9775 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9776 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)
9777 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)
9778 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)
9779 rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8)
9780 elseif stanceToggle ~= "Grabbed" then
9781 change = 1
9782 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9783 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9784 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)
9785 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)
9786 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)
9787 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)
9788 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)
9789 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)
9790 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)
9791 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)
9792 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)
9793 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)
9794 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)
9795 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)
9796 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9797 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9798 --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)
9799 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)
9800 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)
9801 --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)
9802 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)
9803 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)
9804 end
9805 elseif animpose == "Running" then
9806 change = 1
9807 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9808 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9809 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)
9810 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)
9811 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)
9812 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)
9813 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)
9814 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)
9815 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)
9816 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)
9817 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)
9818 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)
9819 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)
9820 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)
9821 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9822 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)
9823 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)
9824 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)
9825 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)
9826 elseif animpose == "Jumping" then
9827 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9828 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)
9829 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)
9830 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)
9831 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)
9832 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9833 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9834 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)
9835 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)
9836 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)
9837 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)
9838 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9839 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9840 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9841 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)
9842 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)
9843 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)
9844 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)
9845 elseif animpose == "Freefalling" then
9846 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9847 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)
9848 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)
9849 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)
9850 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)
9851 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9852 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9853 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)
9854 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)
9855 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)
9856 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)
9857 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9858 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9859 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9860 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)
9861 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)
9862 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)
9863 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)
9864 end
9865 end
9866end)
9867hum.MaxHealth = 5000
9868wait(3)
9869hum.Health = 5000
9870while wait() do
9871 wait(5)
9872 for i=1,100 do wait()
9873 Amulite.Brightness=Amulite.Brightness+0.02
9874 end
9875 for i=1,100 do wait()
9876 Amulite.Brightness=Amulite.Brightness-0.02
9877 end
9878end