· 5 years ago · Dec 02, 2020, 03:24 AM
1if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2local Player,game,owner = owner,game
3local RealPlayer = Player
4do
5 print("FE Compatibility code by Mokiros")
6 local rp = RealPlayer
7 script.Parent = rp.Character
8
9 --RemoteEvent for communicating
10 local Event = Instance.new("RemoteEvent")
11 Event.Name = "UserInput_Event"
12
13 --Fake event to make stuff like Mouse.KeyDown work
14 local function fakeEvent()
15 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
16 t.connect = t.Connect
17 return t
18 end
19
20 --Creating fake input objects with fake variables
21 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
22 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
23 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
24 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
25 end}
26 --Merged 2 functions into one by checking amount of arguments
27 CAS.UnbindAction = CAS.BindAction
28
29 --This function will trigger the events that have been :Connect()'ed
30 local function te(self,ev,...)
31 local t = m[ev]
32 if t and t._fakeEvent then
33 for _,f in pairs(t.Functions) do
34 f(...)
35 end
36 end
37 end
38 m.TrigEvent = te
39 UIS.TrigEvent = te
40
41 Event.OnServerEvent:Connect(function(plr,io)
42 if plr~=rp then return end
43 m.Target = io.Target
44 m.Hit = io.Hit
45 if not io.isMouse then
46 local b = io.UserInputState == Enum.UserInputState.Begin
47 if io.UserInputType == Enum.UserInputType.MouseButton1 then
48 return m:TrigEvent(b and "Button1Down" or "Button1Up")
49 end
50 for _,t in pairs(CAS.Actions) do
51 for _,k in pairs(t.Keys) do
52 if k==io.KeyCode then
53 t.Function(t.Name,io.UserInputState,io)
54 end
55 end
56 end
57 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59 end
60 end)
61 Event.Parent = NLS([==[
62 local Player = game:GetService("Players").LocalPlayer
63 local Event = script:WaitForChild("UserInput_Event")
64
65 local Mouse = Player:GetMouse()
66 local UIS = game:GetService("UserInputService")
67 local input = function(io,a)
68 if a then return end
69 --Since InputObject is a client-side instance, we create and pass table instead
70 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
71 end
72 UIS.InputBegan:Connect(input)
73 UIS.InputEnded:Connect(input)
74
75 local h,t
76 --Give the server mouse data 30 times every second, but only if the values changed
77 --If player is not moving their mouse, client won't fire events
78 while wait(1/30) do
79 if h~=Mouse.Hit or t~=Mouse.Target then
80 h,t=Mouse.Hit,Mouse.Target
81 Event:FireServer({isMouse=true,Target=t,Hit=h})
82 end
83 end]==],Player.Character)
84
85 ----Sandboxed game object that allows the usage of client-side methods and services
86 --Real game object
87 local _rg = game
88
89 --Metatable for fake service
90 local fsmt = {
91 __index = function(self,k)
92 local s = rawget(self,"_RealService")
93 if s then return s[k] end
94 end,
95 __newindex = function(self,k,v)
96 local s = rawget(self,"_RealService")
97 if s then s[k]=v end
98 end,
99 __call = function(self,...)
100 local s = rawget(self,"_RealService")
101 if s then return s(...) end
102 end
103 }
104 local function FakeService(t,RealService)
105 t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
106 return setmetatable(t,fsmt)
107 end
108
109 --Fake game object
110 local g = {
111 GetService = function(self,s)
112 return self[s]
113 end,
114 Players = FakeService({
115 LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
116 },"Players"),
117 UserInputService = FakeService(UIS,"UserInputService"),
118 ContextActionService = FakeService(CAS,"ContextActionService"),
119 }
120 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
121 g.service = g.GetService
122
123 g.RunService = FakeService({
124 RenderStepped = _rg:GetService("RunService").Heartbeat,
125 BindToRenderStep = function(self,name,_,fun)
126 self._btrs[name] = self.Heartbeat:Connect(fun)
127 end,
128 UnbindFromRenderStep = function(self,name)
129 self._btrs[name]:Disconnect()
130 end,
131 },"RunService")
132
133 setmetatable(g,{
134 __index=function(self,s)
135 return _rg:GetService(s) or typeof(_rg[s])=="function"
136 and function(_,...)return _rg[s](_rg,...)end or _rg[s]
137 end,
138 __newindex = fsmt.__newindex,
139 __call = fsmt.__call
140 })
141 --Changing owner to fake player object to support owner:GetMouse()
142 game,owner = g,g.Players.LocalPlayer
143end
144
145local p = game.Players.LocalPlayer--300899323
146local char = p.Character
147local mouse = p:GetMouse()
148local larm = char["Left Arm"]
149local rarm = char["Right Arm"]
150local lleg = char["Left Leg"]
151local rleg = char["Right Leg"]
152local hed = char.Head
153local torso = char.Torso
154local hum = char.Humanoid
155local cam = game.Workspace.CurrentCamera
156local root = char.HumanoidRootPart
157local rj = root.RootJoint
158local deb = false
159local shot = 0
160local stanceToggle = "Idle1"
161local l = game:GetService("Lighting")
162local rs = game:GetService("RunService").RenderStepped
163local hb = game:GetService("RunService").Heartbeat
164local Stepped = game:GetService("RunService").Stepped
165math.randomseed(os.time())
166hum.JumpPower = 100
167---------------------
168
169-------------
170char["Body Colors"].HeadColor = BrickColor.new("Really black")
171char["Body Colors"].TorsoColor = BrickColor.new("Lime green")
172char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
173char["Body Colors"].RightArmColor = BrickColor.new("Really black")
174---------------------------
175local Transforming = true
176hum.WalkSpeed = 0
177local fx = Instance.new("Part",torso)
178wit = torso.BrickColor.Color
179wit2 = Color3.new(0,0,0)
180local glowz = Instance.new("ParticleEmitter",fx)
181glowz.LightEmission = 1
182glowz.Texture = "rbxassetid://284205403"
183glowz.Color = ColorSequence.new(wit)
184glowz.Size = NumberSequence.new(5)
185glowz.Speed = NumberRange.new(25,50)
186glowz.LockedToPart = false
187glowz.Transparency = NumberSequence.new(0.75)
188glowz.RotSpeed = NumberRange.new(-2000,2000)
189glowz.Lifetime = NumberRange.new(1)
190glowz.Rate = 50000
191glowz.VelocitySpread = 9001
192fx.Anchored = true
193fx.Material = "Neon"
194fx.CanCollide = false
195fx.Locked = true
196fx.Transparency = 1
197fx.Material = "Neon"
198fx.Size = Vector3.new(1,1,1)
199fx.TopSurface = "SmoothNoOutlines"
200fx.BottomSurface = "SmoothNoOutlines"
201fx.BrickColor = BrickColor.new("Really black")
202fxm = Instance.new("SpecialMesh",fx)
203fxm.MeshType = "Sphere"
204local sa2 = Instance.new("Sound",torso)
205sa2.SoundId = "rbxassetid://93724183"
206sa2.Pitch = 0.5
207sa2.Volume = 5
208sa2.Looped = false
209sa2:Play()
210local value = 1
211fxm.Scale = Vector3.new(1,1,1)
212for i = 1, 20 do rs:wait()
213 value = value - 0.05
214 fx.Transparency = fx.Transparency - (1/20)
215 fx.CFrame = torso.CFrame
216 fxm.Scale = fxm.Scale + Vector3.new(value,value,value)
217 rs:wait()
218end
219----------------------------------------------------
220GroundWave1 = function()
221 local Transforming = true
222hum.WalkSpeed = 0
223local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
224 local Colors = {"White", "Really black"}
225 local wave = Instance.new("Part", torso)
226 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
227 wave.Anchored = true
228 wave.CanCollide = false
229 wave.Locked = true
230 wave.Size = Vector3.new(1, 1, 1)
231 wave.TopSurface = "Smooth"
232 wave.BottomSurface = "Smooth"
233 wave.Transparency = 0.35
234 wave.CFrame = HandCF
235 wm = Instance.new("SpecialMesh", wave)
236 wm.MeshId = "rbxassetid://3270017"
237 coroutine.wrap(function()
238 for i = 1, 30, 1 do
239 wm.Scale = Vector3.new(50, 50, 1 + i*50)
240 wave.Size = wm.Scale
241 wave.CFrame = HandCF
242 wave.Transparency = i/30
243 wait()
244 end
245 wait()
246 wave:Destroy()
247 end)()
248end
249----------------------------------------------------
250GroundWave = function()
251 if Transforming == true then
252 local value = 5
253 local value2 = 10
254 local value3 = 20
255local sa2 = Instance.new("Sound",torso)
256sa2.SoundId = "rbxassetid://413682983"
257sa2.Pitch = 1
258sa2.Volume = 10
259sa2.Looped = false
260sa2:Play()
261 local wave = Instance.new("Part", torso)
262local glowz = Instance.new("ParticleEmitter",wave)
263glowz.LightEmission = 1
264glowz.Texture = "0"
265glowz.Color = ColorSequence.new(wit)
266glowz.Size = NumberSequence.new(30)
267glowz.Speed = NumberRange.new(25,100)
268glowz.LockedToPart = false
269glowz.Transparency = NumberSequence.new(0.75)
270glowz.RotSpeed = NumberRange.new(-2000,2000)
271glowz.Lifetime = NumberRange.new(1)
272glowz.Rate = 50000
273glowz.VelocitySpread = 9001
274
275 wave.BrickColor = BrickColor.new("Lime green")
276 wave.Anchored = true
277 wave.CanCollide = false
278 wave.Locked = true
279 wave.Size = Vector3.new(1, 1, 1)
280 wave.TopSurface = "Smooth"
281 wave.BottomSurface = "Smooth"
282 wave.Transparency = 0.35
283 wave.CFrame = fx.CFrame
284 wave.Material = "Neon"
285 wm = Instance.new("SpecialMesh", wave)
286 wm.MeshType = "Sphere"
287 wm.Scale = Vector3.new(1,1,1)
288 local wave2 = Instance.new("Part", torso)
289 wave2.BrickColor = BrickColor.new("Lime green")
290 wave2.Anchored = true
291 wave2.CanCollide = false
292 wave2.Locked = true
293 wave2.Size = Vector3.new(1, 1, 1)
294 wave2.TopSurface = "Smooth"
295 wave2.BottomSurface = "Smooth"
296 wave2.Transparency = 0.35
297 wave2.CFrame = fx.CFrame
298 wave2.Material = "Neon"
299 wm2 = Instance.new("SpecialMesh", wave2)
300 wm2.MeshType = "FileMesh"
301 wm2.MeshId = "http://www.roblox.com/asset/?id=3270017"
302 wm2.Scale = Vector3.new(1,1,1)
303 local wave3 = Instance.new("Part", torso)
304 wave3.BrickColor = BrickColor.new("Really black")
305 wave3.Anchored = true
306 wave3.CanCollide = false
307 wave3.Locked = true
308 wave3.Size = Vector3.new(1, 1, 1)
309 wave3.TopSurface = "Smooth"
310 wave3.BottomSurface = "Smooth"
311 wave3.Transparency = 0.35
312 wave3.CFrame = fx.CFrame
313 wave3.Material = "Neon"
314 wm3 = Instance.new("SpecialMesh", wave3)
315 wm3.MeshType = "FileMesh"
316 wm3.MeshId = "http://www.roblox.com/asset/?id=3270017"
317 wm3.Scale = Vector3.new(1,1,1)
318 coroutine.wrap(function()
319 for i = 1, 18, 1 do
320 value = value - 0.5
321 value2 = value2 - 0.75*1.5
322 value3 = value3 - 0.475*1.5
323 wm.Scale = wm.Scale + Vector3.new(value*3.5,value*3.5,value*3.5)
324 wm2.Scale = wm.Scale + Vector3.new(value2*3.5,value2*3.5,0.5)
325 wm3.Scale = wm.Scale + Vector3.new(value3*3.5,value3*3.5,0.25)
326 --wave.Size = wm.Scale
327 wave.CFrame = fx.CFrame
328 wave.Transparency = i/14
329 --wave2.Size = wm2.Scale
330 wave2.CFrame = fx.CFrame
331 wave2.Rotation = Vector3.new(90, 0, 0)
332 wave2.Transparency = i/14
333 --wave3.Size = wm3.Scale
334 wave3.CFrame = fx.CFrame
335 wave3.Rotation = Vector3.new(90, 0, 0)
336 wave3.Transparency = i/14
337 wait()
338 glowz.Rate = 0
339
340 end
341 wait()
342 wave:Destroy()
343 wave2:Destroy()
344 wave3:Destroy()
345 end)()
346 elseif Transforming == false then
347 wait()
348 end
349end
350
351for i = 1, 100 do rs:wait()
352 fx.CFrame = torso.CFrame
353end
354
355Spawn(function()
356 while wait(1) do
357 GroundWave()
358 end
359end)
360
361wait(4)
362
363Transforming = false
364
365local value2 = 1
366for i = 1, 20 do rs:wait()
367 value2 = value2 - 0.05
368 glowz.Rate = 0
369
370 fx.Transparency = fx.Transparency + (1/20)
371 fx.CFrame = torso.CFrame
372 fxm.Scale = fxm.Scale + Vector3.new(value2,value2,value2)
373 rs:wait()
374end
375glowz:Destroy()
376
377
378local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
379 local valuer = 5
380 local valuer2 = 10
381 local valuer3 = 15
382local sa2 = Instance.new("Sound",torso)
383sa2.SoundId = "rbxassetid://130972023"
384sa2.Pitch = 1
385sa2.Volume = 5
386sa2.Looped = false
387sa2:Play()
388local sar2 = Instance.new("Sound",torso)
389sar2.SoundId = "rbxassetid://153274423"
390sar2.Pitch = 1
391sar2.Volume = 5
392sar2.Looped = false
393sar2:Play()
394 local wave = Instance.new("Part", torso)
395 wave.BrickColor = BrickColor.new("Lime green")
396 wave.Anchored = true
397 wave.CanCollide = false
398 wave.Locked = true
399 wave.Size = Vector3.new(1, 1, 1)
400 wave.TopSurface = "Smooth"
401 wave.BottomSurface = "Smooth"
402 wave.Transparency = 0.35
403 wave.CFrame = HandCF
404 wm = Instance.new("SpecialMesh", wave)
405 wm.MeshId = "rbxassetid://3270017"
406 local wave2 = Instance.new("Part", torso)
407 wave2.BrickColor = BrickColor.new("Really black")
408 wave2.Anchored = true
409 wave2.CanCollide = false
410 wave2.Locked = true
411 wave2.Size = Vector3.new(1, 1, 1)
412 wave2.TopSurface = "Smooth"
413 wave2.BottomSurface = "Smooth"
414 wave2.Transparency = 0.35
415 wave2.CFrame = HandCF
416 wm2 = Instance.new("SpecialMesh", wave2)
417 wm2.MeshId = "rbxassetid://3270017"
418 local wave3 = Instance.new("Part", torso)
419 wave3.BrickColor = BrickColor.new("Lime green")
420 wave3.Anchored = true
421 wave3.CanCollide = false
422 wave3.Locked = true
423 wave3.Size = Vector3.new(1, 1, 1)
424 wave3.TopSurface = "Smooth"
425 wave3.BottomSurface = "Smooth"
426 wave3.Transparency = 0.35
427 wave3.CFrame = HandCF
428 wm3 = Instance.new("SpecialMesh", wave3)
429 wm3.MeshId = "rbxassetid://3270017"
430 coroutine.wrap(function()
431 for i = 1, 14, 1 do
432 valuer = valuer - 0.35
433 valuer2 = valuer - 0.45
434 valuer3 = valuer3 - 0.475
435 wm.Scale = wm.Scale + Vector3.new(valuer*2.5,valuer*2.5, 1 + i*200)
436 wave.Size = wm.Scale
437 wave.CFrame = HandCF
438 wave.Transparency = i/14
439 wm2.Scale = wm2.Scale + Vector3.new(valuer2*2.5,valuer2*2.5, 0 + i*10)
440 wave2.Size = wm2.Scale
441 wave2.CFrame = HandCF
442 wave2.Transparency = i/14
443 wm3.Scale = wm3.Scale + Vector3.new(valuer3*2.5,valuer3*2.5, 1)
444 wave3.Size = wm2.Scale
445 wave3.CFrame = HandCF
446 wave3.Transparency = i/14
447 wait()
448 end
449 wait()
450 wave:Destroy()
451 wave2:Destroy()
452end)()
453hum.WalkSpeed = 16
454--------------------
455
456------------
457fire = Instance.new('Fire',hed) -- change the part to where u want it to stick on
458fire.Color = Color3.new(0,1,0)
459fire.SecondaryColor = Color3.new(0,1,0)
460fire.Enabled = true
461--------------------------------------------------------------------------------------------------------
462plr=game:service'Players'.LocalPlayer
463chr=plr.Character
464local ms = plr:GetMouse()
465CV="Bright red"
466
467local txt = Instance.new("BillboardGui", chr)
468txt.Adornee = chr.Head
469txt.Name = "_status"
470txt.Size = UDim2.new(4, 0, 2.5, 0)
471txt.StudsOffset = Vector3.new(-4, 2, 0)
472local text = Instance.new("TextLabel", txt)
473text.Size = UDim2.new(3, 0, 0.5, 0)
474text.FontSize = "Size24"
475text.TextScaled = true
476text.TextTransparency = 0
477text.BackgroundTransparency = 1
478text.TextTransparency = 0
479text.TextStrokeTransparency = 0
480text.Font = "Bodoni"
481text.TextStrokeColor3 = Color3.new(0,1,0)
482text.Text = "Pumpkin Overseer"
483--------------------------------------------------------
484char["Body Colors"].HeadColor = BrickColor.new("Really black")
485char["Body Colors"].TorsoColor = BrickColor.new("Really black")
486char["Body Colors"].LeftArmColor = BrickColor.new("Really black")
487char["Body Colors"].RightArmColor = BrickColor.new("Really black")
488--------------------------------------------------------------
489fat = Instance.new("BindableEvent",script)
490fat.Name = "Heartbeat"
491
492script:WaitForChild("Heartbeat")
493
494frame = 1/30
495tf = 0
496allowframeloss = 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.
497tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
498lastframe = tick()
499script.Heartbeat:Fire() --ayy lmao
500
501game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
502 tf = tf + s
503 if tf >= frame then
504 if allowframeloss then
505 script.Heartbeat:Fire()
506 lastframe=tick()
507 else
508 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
509 for i=1, math.floor(tf/frame) do
510 script.Heartbeat:Fire()
511 end
512 lastframe=tick()
513 end
514 if tossremainder then
515 tf = 0
516 else
517 tf = tf - frame * math.floor(tf/frame)
518 end
519 end
520end)
521----------------------------------------------------
522for i,v in pairs(char:children()) do
523 if v:IsA("Hat") then
524 v:Destroy()
525 end
526end
527for i,v in pairs (hed:GetChildren()) do
528 if v:IsA("Sound") then
529 v:Destroy()
530 end
531end
532----------------------------------------------------
533Debounces = {
534CanAttack = true;
535CanJoke = true;
536NoIdl = false;
537Slashing = false;
538Slashed = false;
539ks = false;
540}
541----------------------------------------------------
542function weld5(part0, part1, c0, c1)
543 weeld=Instance.new("Weld", part0)
544 weeld.Part0=part0
545 weeld.Part1=part1
546 weeld.C0=c0
547 weeld.C1=c1
548 return weeld
549end
550----------------------------------------------------
551function NewPart(prnt,siz,cf,trans,anc,mat,col)
552 local prt=Instance.new("Part")
553 prt.Parent=prnt
554 prt.Name="Part"
555 prt.Size=siz
556 prt.CanCollide=false
557 prt.Anchored=anc
558 prt.Locked=true
559 prt.Transparency = trans
560 prt.TopSurface=10
561 prt.BottomSurface=10
562 prt.FrontSurface=10
563 prt.BackSurface=10
564 prt.LeftSurface=10
565 prt.RightSurface=10
566 prt:BreakJoints()
567 prt.CFrame=cf or CFrame.new(30,10,30)
568 prt.Material=mat
569 prt.BrickColor=BrickColor.new(col)
570 m=Instance.new("SpecialMesh",prt)
571 m.MeshType=6
572 return prt
573end
574----------------------------------------------------
575function lerp(a, b, t) -- Linear interpolation
576 return a + (b - a)*t
577end
578
579function slerp(a, b, t) --Spherical interpolation
580 dot = a:Dot(b)
581 if dot > 0.99999 or dot < -0.99999 then
582 return t <= 0.5 and a or b
583 else
584 r = math.acos(dot)
585 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
586 end
587end
588
589function matrixInterpolate(a, b, t)
590 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
591 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
592 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
593 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
594 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
595 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
596 local t = v1:Dot(v2)
597 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
598 return CFrame.new()
599 end
600 return CFrame.new(
601 v0.x, v0.y, v0.z,
602 v1.x, v1.y, v1.z,
603 v2.x, v2.y, v2.z,
604 v3.x, v3.y, v3.z)
605end
606----------------------------------------------------
607function genWeld(a,b)
608 local w = Instance.new("Weld",a)
609 w.Part0 = a
610 w.Part1 = b
611 return w
612end
613function weld(a, b)
614 local weld = Instance.new("Weld")
615 weld.Name = "W"
616 weld.Part0 = a
617 weld.Part1 = b
618 weld.C0 = a.CFrame:inverse() * b.CFrame
619 weld.Parent = a
620 return weld;
621end
622----------------------------------------------------
623function Lerp(c1,c2,al)
624 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
625 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
626 for i,v in pairs(com1) do
627 com1[i] = v+(com2[i]-v)*al
628 end
629 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
630end
631----------------------------------------------------
632newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
633 local wld = Instance.new("Weld", wp1)
634 wld.Part0 = wp0
635 wld.Part1 = wp1
636 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
637end
638----------------------------------------------------
639newWeld(torso, larm, -1.5, 0.5, 0)
640larm.Weld.C1 = CFrame.new(0, 0.5, 0)
641newWeld(torso, rarm, 1.5, 0.5, 0)
642rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
643newWeld(torso, hed, 0, 1.5, 0)
644newWeld(torso, lleg, -0.5, -1, 0)
645lleg.Weld.C1 = CFrame.new(0, 1, 0)
646newWeld(torso, rleg, 0.5, -1, 0)
647rleg.Weld.C1 = CFrame.new(0, 1, 0)
648newWeld(root, torso, 0, -1, 0)
649torso.Weld.C1 = CFrame.new(0, -1, 0)
650----------------------------------------------------
651
652hed.face.Texture = "http://www.roblox.com/asset/?id=0"
653hed.Transparency = 1
654
655-----------------------
656LittleWave = function()
657 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
658 local Colors = {"Lime green", "Black","Really black"}
659 local wave = Instance.new("Part", torso)
660
661
662 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
663
664
665 wave.Anchored = true
666 wave.CanCollide = false
667 wave.Material = "Neon"
668 wave.Locked = true
669 wave.Size = Vector3.new(1, 1, 1)
670 wave.TopSurface = "Smooth"
671 wave.BottomSurface = "Smooth"
672 wave.Transparency = 0.35
673 wave.CFrame = HandCF
674 wm = Instance.new("SpecialMesh", wave)
675 wm.MeshId = "rbxassetid://3270017"
676 coroutine.wrap(function()
677 for i = 1, 14, 1 do
678 wm.Scale = Vector3.new(0.8 + i*0.8, 0.8 + i*0.8, 0.8)
679 wave.Size = wm.Scale
680 wave.CFrame = HandCF
681 wave.Transparency = i/14
682 wait()
683 end
684 wait()
685 wave:Destroy()
686 end)()
687end
688 Spawn(function()
689 while wait(.8) do
690 LittleWave()
691 end
692end)
693
694-----------------------------
695
696------------------------
697
698-------------------------
699
700
701----------------------------------------------------
702z = Instance.new("Sound", char)
703z.SoundId = "rbxassetid://435750418"
704z.Looped = true
705z.Pitch = 1
706z.Volume = 7
707wait(.1)
708z:Play()
709----------------------------------------------------
710
711
712---------------------
713
714New = function(Object, Parent, Name, Data)
715 local Object = Instance.new(Object)
716 for Index, Value in pairs(Data or {}) do
717 Object[Index] = Value
718 end
719 Object.Parent = Parent
720 Object.Name = Name
721 return Object
722end
723----------------------------------------------------
724--reaper hat
725for _,x in pairs(char:children()) do
726if x:IsA('Hat') then x:remove() end
727if x:IsA('Shirt') then x:remove() end
728if x:IsA('Pants') then x:remove() end
729end
730
731local h = Instance.new('Part', char)
732h.Name = 'DK Hood'
733h.Size = Vector3.new(0.5,0.5,0.5)
734h.CFrame = hed.CFrame
735h.CanCollide = false
736--
737newWeld(hed, h, 0, 0.35, 0)
738--
739local m = Instance.new('SpecialMesh', h)
740m.Name = "Reaper's Cowl"
741m.MeshType = 'FileMesh'
742m.Scale = Vector3.new(0.5,0.5,0.5)
743m.MeshId,m.TextureId = 'http://www.roblox.com/asset/?id=1474596','http://www.roblox.com/asset/?id=103577616'
744m.VertexColor = Vector3.new(1,1,1)
745local shirt = Instance.new("Shirt",p.Character)
746local pants = Instance.new("Pants",p.Character)
747shirt.ShirtTemplate = "rbxassetid://233027251"
748pants.PantsTemplate = "rbxassetid://149639608"
749--Left Arm
750m = Instance.new("Model")
751m.Name = "LeftArm"
752p1 = Instance.new("Part", m)
753p1.BrickColor = BrickColor.new("Lime green")
754p1.Material = Enum.Material.Granite
755p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
756p1.Size = Vector3.new(1, 0.200000048, 1)
757p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
758p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
759p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
760p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
761p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
762p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
763b1 = Instance.new("SpecialMesh", p1)
764b1.MeshType = Enum.MeshType.Brick
765b1.Name = "Mesh"
766b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
767p2 = Instance.new("Part", m)
768p2.BrickColor = BrickColor.new("Lime green")
769p2.Material = Enum.Material.Granite
770p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
771p2.Size = Vector3.new(1, 0.200000048, 1)
772p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
773p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
774p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
775p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
776p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
777p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
778b2 = Instance.new("SpecialMesh", p2)
779b2.MeshType = Enum.MeshType.Brick
780b2.Name = "Mesh"
781b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
782p3 = Instance.new("Part", m)
783p3.BrickColor = BrickColor.new("Lime green")
784p3.Material = Enum.Material.Granite
785p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
786p3.Size = Vector3.new(1, 0.200000048, 1)
787p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
788p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
789p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
790p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
791p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
792p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
793b3 = Instance.new("SpecialMesh", p3)
794b3.MeshType = Enum.MeshType.Brick
795b3.Name = "Mesh"
796b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
797p4 = Instance.new("Part", m)
798p4.BrickColor = BrickColor.new("Black")
799p4.Material = Enum.Material.SmoothPlastic
800p4.Name = "LeftArmPlate"
801p4.Size = Vector3.new(1, 2, 1)
802p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
803p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
804p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
805p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
806p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
807p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
808b4 = Instance.new("SpecialMesh", p4)
809b4.MeshType = Enum.MeshType.Brick
810b4.Name = "Mesh"
811b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
812p5 = Instance.new("Part", m)
813p5.BrickColor = BrickColor.new("Lime green")
814p5.Material = Enum.Material.Granite
815p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
816p5.Size = Vector3.new(1, 0.200000048, 1)
817p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
818p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
819p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
820p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
821p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
822p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
823b5 = Instance.new("SpecialMesh", p5)
824b5.MeshType = Enum.MeshType.Brick
825b5.Name = "Mesh"
826b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
827p6 = Instance.new("Part", m)
828p6.BrickColor = BrickColor.new("Lime green")
829p6.Material = Enum.Material.Granite
830p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
831p6.Size = Vector3.new(1, 0.200000048, 1)
832p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
833p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
834p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
835p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
836p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
837p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
838b6 = Instance.new("SpecialMesh", p6)
839b6.MeshType = Enum.MeshType.Brick
840b6.Name = "Mesh"
841b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
842p7 = Instance.new("Part", m)
843p7.BrickColor = BrickColor.new("Lime green")
844p7.Material = Enum.Material.Granite
845p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
846p7.FormFactor = Enum.FormFactor.Custom
847p7.Size = Vector3.new(1, 0.200000048, 1)
848p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
849p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
850p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
851p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
852p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
853p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
854b7 = Instance.new("SpecialMesh", p7)
855b7.MeshType = Enum.MeshType.Brick
856b7.Name = "Mesh"
857b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
858p8 = Instance.new("Part", m)
859p8.BrickColor = BrickColor.new("Lime green")
860p8.Material = Enum.Material.Granite
861p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
862p8.FormFactor = Enum.FormFactor.Custom
863p8.Size = Vector3.new(1, 0.200000048, 1)
864p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
865p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
866p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
867p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
868p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
869p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
870b8 = Instance.new("SpecialMesh", p8)
871b8.MeshType = Enum.MeshType.Brick
872b8.Name = "Mesh"
873b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
874p9 = Instance.new("Part", m)
875p9.BrickColor = BrickColor.new("Lime green")
876p9.Material = Enum.Material.Granite
877p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
878p9.FormFactor = Enum.FormFactor.Custom
879p9.Size = Vector3.new(1, 0.200000048, 1)
880p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
881p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
882p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
883p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
884p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
885p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
886b9 = Instance.new("SpecialMesh", p9)
887b9.MeshType = Enum.MeshType.Brick
888b9.Name = "Mesh"
889b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
890p10 = Instance.new("Part", m)
891p10.BrickColor = BrickColor.new("Black")
892p10.Material = Enum.Material.SmoothPlastic
893p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
894p10.FormFactor = Enum.FormFactor.Custom
895p10.Size = Vector3.new(1, 0.349999994, 1)
896p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
897p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
898p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
899p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
900p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
901p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
902b10 = Instance.new("SpecialMesh", p10)
903b10.MeshType = Enum.MeshType.Brick
904b10.Name = "Mesh"
905b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
906p11 = Instance.new("Part", m)
907p11.BrickColor = BrickColor.new("Black")
908p11.Material = Enum.Material.Metal
909p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
910p11.FormFactor = Enum.FormFactor.Custom
911p11.Size = Vector3.new(1, 0.25, 1)
912p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
913p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
914p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
915p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
916p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
917p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
918b11 = Instance.new("SpecialMesh", p11)
919b11.MeshType = Enum.MeshType.Brick
920b11.Name = "Mesh"
921b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
922p12 = Instance.new("Part", m)
923p12.BrickColor = BrickColor.new("Black")
924p12.Material = Enum.Material.Metal
925p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
926p12.FormFactor = Enum.FormFactor.Custom
927p12.Size = Vector3.new(1, 0.25, 1)
928p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
929p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
930p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
931p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
932p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
933p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
934b12 = Instance.new("SpecialMesh", p12)
935b12.MeshType = Enum.MeshType.Brick
936b12.Name = "Mesh"
937b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
938p13 = Instance.new("Part", m)
939p13.BrickColor = BrickColor.new("Black")
940p13.Material = Enum.Material.Metal
941p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
942p13.FormFactor = Enum.FormFactor.Custom
943p13.Size = Vector3.new(1, 0.25, 1)
944p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
945p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
946p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
947p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
948p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
949p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
950b13 = Instance.new("SpecialMesh", p13)
951b13.MeshType = Enum.MeshType.Brick
952b13.Name = "Mesh"
953b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
954p14 = Instance.new("Part", m)
955p14.BrickColor = BrickColor.new("Black")
956p14.Material = Enum.Material.Metal
957p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
958p14.FormFactor = Enum.FormFactor.Custom
959p14.Size = Vector3.new(1, 0.25, 1)
960p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
961p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
962p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
963p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
964p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
965p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
966b14 = Instance.new("SpecialMesh", p14)
967b14.MeshType = Enum.MeshType.Brick
968b14.Name = "Mesh"
969b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
970p15 = Instance.new("Part", m)
971p15.BrickColor = BrickColor.new("Lime green")
972p15.Material = Enum.Material.Granite
973p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
974p15.FormFactor = Enum.FormFactor.Custom
975p15.Size = Vector3.new(1, 1, 1)
976p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
977p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
978p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
979p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
980p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
981p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
982b15 = Instance.new("SpecialMesh", p15)
983b15.MeshType = Enum.MeshType.Sphere
984b15.Name = "Mesh"
985p16 = Instance.new("Part", m)
986p16.BrickColor = BrickColor.new("Black")
987p16.Material = Enum.Material.Metal
988p16.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)
989p16.FormFactor = Enum.FormFactor.Custom
990p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
991p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
992p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
993p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
994p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
995p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
996p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
997b16 = Instance.new("SpecialMesh", p16)
998b16.MeshType = Enum.MeshType.Brick
999b16.Name = "Mesh"
1000b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1001p17 = Instance.new("Part", m)
1002p17.BrickColor = BrickColor.new("Black")
1003p17.Material = Enum.Material.SmoothPlastic
1004p17.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)
1005p17.FormFactor = Enum.FormFactor.Custom
1006p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1007p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1008p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1009p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1010p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1011p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1012p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1013b17 = Instance.new("SpecialMesh", p17)
1014b17.MeshType = Enum.MeshType.Brick
1015b17.Name = "Mesh"
1016b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1017p18 = Instance.new("Part", m)
1018p18.BrickColor = BrickColor.new("Black")
1019p18.Material = Enum.Material.SmoothPlastic
1020p18.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)
1021p18.FormFactor = Enum.FormFactor.Custom
1022p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1023p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1024p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1025p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1026p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1027p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1028p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1029b18 = Instance.new("SpecialMesh", p18)
1030b18.MeshType = Enum.MeshType.Brick
1031b18.Name = "Mesh"
1032b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1033p19 = Instance.new("Part", m)
1034p19.BrickColor = BrickColor.new("Black")
1035p19.Material = Enum.Material.SmoothPlastic
1036p19.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)
1037p19.FormFactor = Enum.FormFactor.Custom
1038p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1039p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1040p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1041p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1042p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1043p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1044p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1045b19 = Instance.new("SpecialMesh", p19)
1046b19.MeshType = Enum.MeshType.Brick
1047b19.Name = "Mesh"
1048b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1049p20 = Instance.new("Part", m)
1050p20.BrickColor = BrickColor.new("Really black")
1051p20.Material = Enum.Material.SmoothPlastic
1052p20.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)
1053p20.FormFactor = Enum.FormFactor.Custom
1054p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1055p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1056p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1057p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1058p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1059p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1060p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1061b20 = Instance.new("SpecialMesh", p20)
1062b20.MeshType = Enum.MeshType.Brick
1063b20.Name = "Mesh"
1064b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1065p21 = Instance.new("Part", m)
1066p21.BrickColor = BrickColor.new("Black")
1067p21.Material = Enum.Material.Metal
1068p21.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)
1069p21.FormFactor = Enum.FormFactor.Custom
1070p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1071p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1072p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1073p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1074p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1075p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1076p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1077b21 = Instance.new("SpecialMesh", p21)
1078b21.MeshType = Enum.MeshType.Wedge
1079b21.Name = "Mesh"
1080b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1081p22 = Instance.new("Part", m)
1082p22.BrickColor = BrickColor.new("Black")
1083p22.Material = Enum.Material.Metal
1084p22.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)
1085p22.FormFactor = Enum.FormFactor.Custom
1086p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1087p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1088p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1089p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1090p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1091p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1092p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1093b22 = Instance.new("SpecialMesh", p22)
1094b22.MeshType = Enum.MeshType.Brick
1095b22.Name = "Mesh"
1096b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1097p23 = Instance.new("Part", m)
1098p23.BrickColor = BrickColor.new("Black")
1099p23.Material = Enum.Material.Metal
1100p23.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)
1101p23.FormFactor = Enum.FormFactor.Custom
1102p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1103p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1104p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1105p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1106p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1107p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1108p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1109b23 = Instance.new("SpecialMesh", p23)
1110b23.MeshType = Enum.MeshType.Brick
1111b23.Name = "Mesh"
1112b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1113p24 = Instance.new("Part", m)
1114p24.BrickColor = BrickColor.new("Black")
1115p24.Material = Enum.Material.Metal
1116p24.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)
1117p24.FormFactor = Enum.FormFactor.Custom
1118p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1119p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1120p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1121p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1122p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1123p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1124p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1125b24 = Instance.new("SpecialMesh", p24)
1126b24.MeshType = Enum.MeshType.Brick
1127b24.Name = "Mesh"
1128b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1129p25 = Instance.new("Part", m)
1130p25.BrickColor = BrickColor.new("Black")
1131p25.Material = Enum.Material.Metal
1132p25.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)
1133p25.FormFactor = Enum.FormFactor.Custom
1134p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1135p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1136p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1137p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1138p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1139p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1140p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1141b25 = Instance.new("SpecialMesh", p25)
1142b25.MeshType = Enum.MeshType.Brick
1143b25.Name = "Mesh"
1144b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1145p26 = Instance.new("Part", m)
1146p26.BrickColor = BrickColor.new("Black")
1147p26.Material = Enum.Material.Metal
1148p26.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)
1149p26.FormFactor = Enum.FormFactor.Custom
1150p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1151p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1152p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1153p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1154p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1155p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1156p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1157b26 = Instance.new("SpecialMesh", p26)
1158b26.MeshType = Enum.MeshType.Brick
1159b26.Name = "Mesh"
1160b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1161p27 = Instance.new("Part", m)
1162p27.BrickColor = BrickColor.new("Black")
1163p27.Material = Enum.Material.Metal
1164p27.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)
1165p27.FormFactor = Enum.FormFactor.Custom
1166p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1167p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1168p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1169p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1170p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1171p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1172p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1173b27 = Instance.new("SpecialMesh", p27)
1174b27.MeshType = Enum.MeshType.Brick
1175b27.Name = "Mesh"
1176b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1177p28 = Instance.new("Part", m)
1178p28.BrickColor = BrickColor.new("Black")
1179p28.Material = Enum.Material.Metal
1180p28.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)
1181p28.FormFactor = Enum.FormFactor.Custom
1182p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1183p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1184p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1185p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1186p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1187p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1188p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1189b28 = Instance.new("SpecialMesh", p28)
1190b28.MeshType = Enum.MeshType.Brick
1191b28.Name = "Mesh"
1192b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1193p29 = Instance.new("Part", m)
1194p29.BrickColor = BrickColor.new("Black")
1195p29.Material = Enum.Material.Metal
1196p29.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)
1197p29.FormFactor = Enum.FormFactor.Custom
1198p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1199p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1200p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1201p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1202p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1203p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1204p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1205b29 = Instance.new("SpecialMesh", p29)
1206b29.MeshType = Enum.MeshType.Brick
1207b29.Name = "Mesh"
1208b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1209p30 = Instance.new("Part", m)
1210p30.BrickColor = BrickColor.new("Black")
1211p30.Material = Enum.Material.Metal
1212p30.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)
1213p30.FormFactor = Enum.FormFactor.Custom
1214p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1215p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1216p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1217p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1218p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1219p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1220p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1221b30 = Instance.new("SpecialMesh", p30)
1222b30.MeshType = Enum.MeshType.Wedge
1223b30.Name = "Mesh"
1224b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1225p31 = Instance.new("Part", m)
1226p31.BrickColor = BrickColor.new("Black")
1227p31.Material = Enum.Material.Metal
1228p31.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)
1229p31.FormFactor = Enum.FormFactor.Custom
1230p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1231p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1232p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1233p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1234p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1235p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1236p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1237b31 = Instance.new("SpecialMesh", p31)
1238b31.MeshType = Enum.MeshType.Brick
1239b31.Name = "Mesh"
1240b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1241p32 = Instance.new("Part", m)
1242p32.BrickColor = BrickColor.new("Black")
1243p32.Material = Enum.Material.Metal
1244p32.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)
1245p32.FormFactor = Enum.FormFactor.Custom
1246p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1247p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1248p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1249p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1250p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1251p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1252p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1253b32 = Instance.new("SpecialMesh", p32)
1254b32.MeshType = Enum.MeshType.Wedge
1255b32.Name = "Mesh"
1256b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1257p33 = Instance.new("Part", m)
1258p33.BrickColor = BrickColor.new("Black")
1259p33.Material = Enum.Material.Metal
1260p33.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)
1261p33.FormFactor = Enum.FormFactor.Custom
1262p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1263p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1264p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1265p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1266p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1267p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1268p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1269b33 = Instance.new("SpecialMesh", p33)
1270b33.MeshType = Enum.MeshType.Brick
1271b33.Name = "Mesh"
1272b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1273p34 = Instance.new("Part", m)
1274p34.BrickColor = BrickColor.new("Black")
1275p34.Material = Enum.Material.Metal
1276p34.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)
1277p34.FormFactor = Enum.FormFactor.Custom
1278p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1279p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1280p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1281p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1282p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1283p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1284p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1285b34 = Instance.new("SpecialMesh", p34)
1286b34.MeshType = Enum.MeshType.Brick
1287b34.Name = "Mesh"
1288b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1289w1 = Instance.new("Weld", p1)
1290w1.Name = "Part_Weld"
1291w1.Part0 = p1
1292w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1293w1.Part1 = p2
1294w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1295w2 = Instance.new("Weld", p2)
1296w2.Name = "Part_Weld"
1297w2.Part0 = p2
1298w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1299w2.Part1 = p3
1300w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1301w3 = Instance.new("Weld", p3)
1302w3.Name = "LeftArmPlate_Weld"
1303w3.Part0 = p3
1304w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1305w3.Part1 = p4
1306w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1307w4 = Instance.new("Weld", p4)
1308w4.Name = "Part_Weld"
1309w4.Part0 = p4
1310w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1311w4.Part1 = p5
1312w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1313w5 = Instance.new("Weld", p5)
1314w5.Name = "Part_Weld"
1315w5.Part0 = p5
1316w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1317w5.Part1 = p6
1318w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1319w6 = Instance.new("Weld", p6)
1320w6.Name = "Part_Weld"
1321w6.Part0 = p6
1322w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1323w6.Part1 = p7
1324w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1325w7 = Instance.new("Weld", p7)
1326w7.Name = "Part_Weld"
1327w7.Part0 = p7
1328w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1329w7.Part1 = p8
1330w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1331w8 = Instance.new("Weld", p8)
1332w8.Name = "Part_Weld"
1333w8.Part0 = p8
1334w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1335w8.Part1 = p9
1336w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1337w9 = Instance.new("Weld", p9)
1338w9.Name = "Part_Weld"
1339w9.Part0 = p9
1340w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1341w9.Part1 = p10
1342w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1343w10 = Instance.new("Weld", p10)
1344w10.Name = "Part_Weld"
1345w10.Part0 = p10
1346w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1347w10.Part1 = p11
1348w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1349w11 = Instance.new("Weld", p11)
1350w11.Name = "Part_Weld"
1351w11.Part0 = p11
1352w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1353w11.Part1 = p12
1354w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1355w12 = Instance.new("Weld", p12)
1356w12.Name = "Part_Weld"
1357w12.Part0 = p12
1358w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1359w12.Part1 = p13
1360w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1361w13 = Instance.new("Weld", p13)
1362w13.Name = "Part_Weld"
1363w13.Part0 = p13
1364w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1365w13.Part1 = p14
1366w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1367w14 = Instance.new("Weld", p14)
1368w14.Name = "Part_Weld"
1369w14.Part0 = p14
1370w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1371w14.Part1 = p15
1372w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1373w15 = Instance.new("Weld", p15)
1374w15.Name = "Part_Weld"
1375w15.Part0 = p15
1376w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1377w15.Part1 = p16
1378w15.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)
1379w16 = Instance.new("Weld", p16)
1380w16.Name = "Part_Weld"
1381w16.Part0 = p16
1382w16.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)
1383w16.Part1 = p17
1384w16.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)
1385w17 = Instance.new("Weld", p17)
1386w17.Name = "Part_Weld"
1387w17.Part0 = p17
1388w17.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)
1389w17.Part1 = p18
1390w17.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)
1391w18 = Instance.new("Weld", p18)
1392w18.Name = "Part_Weld"
1393w18.Part0 = p18
1394w18.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)
1395w18.Part1 = p19
1396w18.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)
1397w19 = Instance.new("Weld", p19)
1398w19.Name = "Part_Weld"
1399w19.Part0 = p19
1400w19.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)
1401w19.Part1 = p20
1402w19.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)
1403w20 = Instance.new("Weld", p20)
1404w20.Name = "Part_Weld"
1405w20.Part0 = p20
1406w20.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)
1407w20.Part1 = p21
1408w20.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)
1409w21 = Instance.new("Weld", p21)
1410w21.Name = "Part_Weld"
1411w21.Part0 = p21
1412w21.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)
1413w21.Part1 = p22
1414w21.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)
1415w22 = Instance.new("Weld", p22)
1416w22.Name = "Part_Weld"
1417w22.Part0 = p22
1418w22.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)
1419w22.Part1 = p23
1420w22.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)
1421w23 = Instance.new("Weld", p23)
1422w23.Name = "Part_Weld"
1423w23.Part0 = p23
1424w23.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)
1425w23.Part1 = p24
1426w23.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)
1427w24 = Instance.new("Weld", p24)
1428w24.Name = "Part_Weld"
1429w24.Part0 = p24
1430w24.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)
1431w24.Part1 = p25
1432w24.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)
1433w25 = Instance.new("Weld", p25)
1434w25.Name = "Part_Weld"
1435w25.Part0 = p25
1436w25.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)
1437w25.Part1 = p26
1438w25.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)
1439w26 = Instance.new("Weld", p26)
1440w26.Name = "Part_Weld"
1441w26.Part0 = p26
1442w26.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)
1443w26.Part1 = p27
1444w26.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)
1445w27 = Instance.new("Weld", p27)
1446w27.Name = "Part_Weld"
1447w27.Part0 = p27
1448w27.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)
1449w27.Part1 = p28
1450w27.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)
1451w28 = Instance.new("Weld", p28)
1452w28.Name = "Part_Weld"
1453w28.Part0 = p28
1454w28.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)
1455w28.Part1 = p29
1456w28.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)
1457w29 = Instance.new("Weld", p29)
1458w29.Name = "Part_Weld"
1459w29.Part0 = p29
1460w29.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)
1461w29.Part1 = p30
1462w29.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)
1463w30 = Instance.new("Weld", p30)
1464w30.Name = "Part_Weld"
1465w30.Part0 = p30
1466w30.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)
1467w30.Part1 = p31
1468w30.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)
1469w31 = Instance.new("Weld", p31)
1470w31.Name = "Part_Weld"
1471w31.Part0 = p31
1472w31.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)
1473w31.Part1 = p32
1474w31.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)
1475w32 = Instance.new("Weld", p32)
1476w32.Name = "Part_Weld"
1477w32.Part0 = p32
1478w32.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)
1479w32.Part1 = p33
1480w32.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)
1481w33 = Instance.new("Weld", p33)
1482w33.Name = "Part_Weld"
1483w33.Part0 = p33
1484w33.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)
1485w33.Part1 = p34
1486w33.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)
1487m.Parent = larm
1488m:MakeJoints()
1489----------------------------------------------------
1490local cor = Instance.new("Part", larm.LeftArm)
1491cor.Name = "Thingy"
1492cor.Locked = true
1493cor.BottomSurface = 0
1494cor.CanCollide = false
1495cor.Size = Vector3.new(1, 1, 1)
1496cor.Transparency = 1
1497cor.TopSurface = 0
1498corw = Instance.new("Weld", cor)
1499corw.Part0 = larm
1500corw.Part1 = cor
1501corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1502corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1503weld1 = Instance.new("Weld", larm.LeftArm)
1504weld1.Part0 = cor
1505weld1.Part1 = larm.LeftArm.LeftArmPlate
1506weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1507--Right Arm
1508m2 = Instance.new("Model")
1509m2.Name = "RightArm"
1510p1 = Instance.new("Part", m2)
1511p1.BrickColor = BrickColor.new("Lime green")
1512p1.Material = Enum.Material.Granite
1513p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1514p1.FormFactor = Enum.FormFactor.Custom
1515p1.Size = Vector3.new(1, 0.200000048, 1)
1516p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1517p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1518p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1519p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1520p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1521p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1522b1 = Instance.new("SpecialMesh", p1)
1523b1.MeshType = Enum.MeshType.Brick
1524b1.Name = "Mesh"
1525b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1526p2 = Instance.new("Part", m2)
1527p2.BrickColor = BrickColor.new("Lime green")
1528p2.Material = Enum.Material.Granite
1529p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1530p2.FormFactor = Enum.FormFactor.Custom
1531p2.Size = Vector3.new(1, 0.200000048, 1)
1532p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1533p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1534p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1535p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1536p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1537p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1538b2 = Instance.new("SpecialMesh", p2)
1539b2.MeshType = Enum.MeshType.Brick
1540b2.Name = "Mesh"
1541b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1542p3 = Instance.new("Part", m2)
1543p3.BrickColor = BrickColor.new("Lime green")
1544p3.Material = Enum.Material.Granite
1545p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1546p3.FormFactor = Enum.FormFactor.Custom
1547p3.Size = Vector3.new(1, 0.200000048, 1)
1548p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1549p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1550p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1551p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1552p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1553p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1554b3 = Instance.new("SpecialMesh", p3)
1555b3.MeshType = Enum.MeshType.Brick
1556b3.Name = "Mesh"
1557b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1558p4 = Instance.new("Part", m2)
1559p4.BrickColor = BrickColor.new("Lime green")
1560p4.Material = Enum.Material.Granite
1561p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1562p4.FormFactor = Enum.FormFactor.Custom
1563p4.Size = Vector3.new(1, 0.200000048, 1)
1564p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1565p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1566p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1567p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1568p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1569p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1570b4 = Instance.new("SpecialMesh", p4)
1571b4.MeshType = Enum.MeshType.Brick
1572b4.Name = "Mesh"
1573b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1574p5 = Instance.new("Part", m2)
1575p5.BrickColor = BrickColor.new("Lime green")
1576p5.Material = Enum.Material.Granite
1577p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1578p5.FormFactor = Enum.FormFactor.Custom
1579p5.Size = Vector3.new(1, 0.200000048, 1)
1580p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1581p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1582p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1583p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1584p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1585p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1586b5 = Instance.new("SpecialMesh", p5)
1587b5.MeshType = Enum.MeshType.Brick
1588b5.Name = "Mesh"
1589b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1590p6 = Instance.new("Part", m2)
1591p6.BrickColor = BrickColor.new("Lime green")
1592p6.Material = Enum.Material.Granite
1593p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1594p6.FormFactor = Enum.FormFactor.Custom
1595p6.Size = Vector3.new(1, 1, 1)
1596p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1597p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1598p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1599p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1600p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1601p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1602b6 = Instance.new("SpecialMesh", p6)
1603b6.MeshType = Enum.MeshType.Sphere
1604b6.Name = "Mesh"
1605p7 = Instance.new("Part", m2)
1606p7.BrickColor = BrickColor.new("Black")
1607p7.Material = Enum.Material.SmoothPlastic
1608p7.Name = "RightArmPlate"
1609p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1610p7.FormFactor = Enum.FormFactor.Symmetric
1611p7.Size = Vector3.new(1, 2, 1)
1612p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1613p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1615p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1616p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1617p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1618b7 = Instance.new("SpecialMesh", p7)
1619b7.MeshType = Enum.MeshType.Brick
1620b7.Name = "Mesh"
1621b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1622p8 = Instance.new("Part", m2)
1623p8.BrickColor = BrickColor.new("Lime green")
1624p8.Material = Enum.Material.Granite
1625p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1626p8.FormFactor = Enum.FormFactor.Custom
1627p8.Size = Vector3.new(1, 0.200000048, 1)
1628p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1629p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1630p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1631p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1632p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1633p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1634b8 = Instance.new("SpecialMesh", p8)
1635b8.MeshType = Enum.MeshType.Brick
1636b8.Name = "Mesh"
1637b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1638p9 = Instance.new("Part", m2)
1639p9.BrickColor = BrickColor.new("Black")
1640p9.Material = Enum.Material.SmoothPlastic
1641p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1642p9.FormFactor = Enum.FormFactor.Custom
1643p9.Size = Vector3.new(1, 0.349999994, 1)
1644p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1645p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1646p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1647p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1648p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1649p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1650b9 = Instance.new("SpecialMesh", p9)
1651b9.MeshType = Enum.MeshType.Brick
1652b9.Name = "Mesh"
1653b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1654p10 = Instance.new("Part", m2)
1655p10.BrickColor = BrickColor.new("Black")
1656p10.Material = Enum.Material.Metal
1657p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1658p10.FormFactor = Enum.FormFactor.Custom
1659p10.Size = Vector3.new(1, 0.25, 1)
1660p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1661p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1662p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1663p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1664p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1665p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1666b10 = Instance.new("SpecialMesh", p10)
1667b10.MeshType = Enum.MeshType.Brick
1668b10.Name = "Mesh"
1669b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1670p11 = Instance.new("Part", m2)
1671p11.BrickColor = BrickColor.new("Black")
1672p11.Material = Enum.Material.Metal
1673p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1674p11.FormFactor = Enum.FormFactor.Custom
1675p11.Size = Vector3.new(1, 0.25, 1)
1676p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1677p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1678p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1679p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1680p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1681p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1682b11 = Instance.new("SpecialMesh", p11)
1683b11.MeshType = Enum.MeshType.Brick
1684b11.Name = "Mesh"
1685b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1686p12 = Instance.new("Part", m2)
1687p12.BrickColor = BrickColor.new("Black")
1688p12.Material = Enum.Material.Metal
1689p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1690p12.FormFactor = Enum.FormFactor.Custom
1691p12.Size = Vector3.new(1, 0.25, 1)
1692p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1693p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1694p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1695p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1696p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1697p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1698b12 = Instance.new("SpecialMesh", p12)
1699b12.MeshType = Enum.MeshType.Brick
1700b12.Name = "Mesh"
1701b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1702p13 = Instance.new("Part", m2)
1703p13.BrickColor = BrickColor.new("Lime green")
1704p13.Material = Enum.Material.Granite
1705p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1706p13.FormFactor = Enum.FormFactor.Custom
1707p13.Size = Vector3.new(1, 0.200000048, 1)
1708p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1709p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1710p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1711p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1712p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1713p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1714b13 = Instance.new("SpecialMesh", p13)
1715b13.MeshType = Enum.MeshType.Brick
1716b13.Name = "Mesh"
1717b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1718p14 = Instance.new("Part", m2)
1719p14.BrickColor = BrickColor.new("Black")
1720p14.Material = Enum.Material.Metal
1721p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1722p14.FormFactor = Enum.FormFactor.Custom
1723p14.Size = Vector3.new(1, 0.25, 1)
1724p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1725p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1726p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1727p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1728p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1729p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1730b14 = Instance.new("SpecialMesh", p14)
1731b14.MeshType = Enum.MeshType.Brick
1732b14.Name = "Mesh"
1733b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1734p15 = Instance.new("Part", m2)
1735p15.BrickColor = BrickColor.new("Lime green")
1736p15.Material = Enum.Material.Granite
1737p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1738p15.FormFactor = Enum.FormFactor.Custom
1739p15.Size = Vector3.new(1, 0.200000048, 1)
1740p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1741p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1742p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1743p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1744p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1745p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1746b15 = Instance.new("SpecialMesh", p15)
1747b15.MeshType = Enum.MeshType.Brick
1748b15.Name = "Mesh"
1749b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1750p16 = Instance.new("Part", m2)
1751p16.BrickColor = BrickColor.new("Black")
1752p16.Material = Enum.Material.SmoothPlastic
1753p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1754p16.FormFactor = Enum.FormFactor.Custom
1755p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1756p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1757p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1758p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1759p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1760p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1761p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1762b16 = Instance.new("SpecialMesh", p16)
1763b16.MeshType = Enum.MeshType.Brick
1764b16.Name = "Mesh"
1765b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1766p17 = Instance.new("Part", m2)
1767p17.BrickColor = BrickColor.new("Black")
1768p17.Material = Enum.Material.SmoothPlastic
1769p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1770p17.FormFactor = Enum.FormFactor.Custom
1771p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1772p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1773p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1774p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1775p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1776p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1777p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1778b17 = Instance.new("SpecialMesh", p17)
1779b17.MeshType = Enum.MeshType.Brick
1780b17.Name = "Mesh"
1781b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1782p18 = Instance.new("Part", m2)
1783p18.BrickColor = BrickColor.new("Really black")
1784p18.Material = Enum.Material.SmoothPlastic
1785p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1786p18.FormFactor = Enum.FormFactor.Custom
1787p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1788p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1789p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1790p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1791p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1792p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1793p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1794b18 = Instance.new("SpecialMesh", p18)
1795b18.MeshType = Enum.MeshType.Brick
1796b18.Name = "Mesh"
1797b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1798p19 = Instance.new("Part", m2)
1799p19.BrickColor = BrickColor.new("Black")
1800p19.Material = Enum.Material.SmoothPlastic
1801p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1802p19.FormFactor = Enum.FormFactor.Custom
1803p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1804p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1805p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1806p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1807p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1808p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1809p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1810b19 = Instance.new("SpecialMesh", p19)
1811b19.MeshType = Enum.MeshType.Brick
1812b19.Name = "Mesh"
1813b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1814w1 = Instance.new("Weld", p1)
1815w1.Name = "Part_Weld"
1816w1.Part0 = p1
1817w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1818w1.Part1 = p2
1819w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1820w2 = Instance.new("Weld", p2)
1821w2.Name = "Part_Weld"
1822w2.Part0 = p2
1823w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1824w2.Part1 = p3
1825w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1826w3 = Instance.new("Weld", p3)
1827w3.Name = "Part_Weld"
1828w3.Part0 = p3
1829w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1830w3.Part1 = p4
1831w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1832w4 = Instance.new("Weld", p4)
1833w4.Name = "Part_Weld"
1834w4.Part0 = p4
1835w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1836w4.Part1 = p5
1837w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1838w5 = Instance.new("Weld", p5)
1839w5.Name = "Part_Weld"
1840w5.Part0 = p5
1841w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1842w5.Part1 = p6
1843w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1844w6 = Instance.new("Weld", p6)
1845w6.Name = "RightArmPlate_Weld"
1846w6.Part0 = p6
1847w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1848w6.Part1 = p7
1849w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1850w7 = Instance.new("Weld", p7)
1851w7.Name = "Part_Weld"
1852w7.Part0 = p7
1853w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1854w7.Part1 = p8
1855w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1856w8 = Instance.new("Weld", p8)
1857w8.Name = "Part_Weld"
1858w8.Part0 = p8
1859w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1860w8.Part1 = p9
1861w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1862w9 = Instance.new("Weld", p9)
1863w9.Name = "Part_Weld"
1864w9.Part0 = p9
1865w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1866w9.Part1 = p10
1867w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1868w10 = Instance.new("Weld", p10)
1869w10.Name = "Part_Weld"
1870w10.Part0 = p10
1871w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1872w10.Part1 = p11
1873w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1874w11 = Instance.new("Weld", p11)
1875w11.Name = "Part_Weld"
1876w11.Part0 = p11
1877w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1878w11.Part1 = p12
1879w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1880w12 = Instance.new("Weld", p12)
1881w12.Name = "Part_Weld"
1882w12.Part0 = p12
1883w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1884w12.Part1 = p13
1885w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1886w13 = Instance.new("Weld", p13)
1887w13.Name = "Part_Weld"
1888w13.Part0 = p13
1889w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1890w13.Part1 = p14
1891w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1892w14 = Instance.new("Weld", p14)
1893w14.Name = "Part_Weld"
1894w14.Part0 = p14
1895w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1896w14.Part1 = p15
1897w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1898w15 = Instance.new("Weld", p15)
1899w15.Name = "Part_Weld"
1900w15.Part0 = p15
1901w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1902w15.Part1 = p16
1903w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1904w16 = Instance.new("Weld", p16)
1905w16.Name = "Part_Weld"
1906w16.Part0 = p16
1907w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1908w16.Part1 = p17
1909w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1910w17 = Instance.new("Weld", p17)
1911w17.Name = "Part_Weld"
1912w17.Part0 = p17
1913w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1914w17.Part1 = p18
1915w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1916w18 = Instance.new("Weld", p18)
1917w18.Name = "Part_Weld"
1918w18.Part0 = p18
1919w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1920w18.Part1 = p19
1921w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1922m2.Parent = rarm
1923m2:MakeJoints()
1924----------------------------------------------------
1925local cor2 = Instance.new("Part", rarm.RightArm)
1926cor2.Name = "Thingy"
1927cor2.Locked = true
1928cor2.BottomSurface = 0
1929cor2.CanCollide = false
1930cor2.Size = Vector3.new(1, 1, 1)
1931cor2.Transparency = 1
1932cor2.TopSurface = 0
1933corw2 = Instance.new("Weld", cor2)
1934corw2.Part0 = rarm
1935corw2.Part1 = cor2
1936corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1937corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1938weld2 = Instance.new("Weld", rarm.RightArm)
1939weld2.Part0 = cor2
1940weld2.Part1 = rarm.RightArm.RightArmPlate
1941weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1942--Torso
1943m3 = Instance.new("Model")
1944m3.Name = "Torso"
1945p1 = Instance.new("Part", m3)
1946p1.BrickColor = BrickColor.new("Really black")
1947p1.Material = Enum.Material.Metal
1948p1.Name = "TorsoPlate"
1949p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1950p1.CanCollide = false
1951p1.Locked = true
1952p1.FormFactor = Enum.FormFactor.Custom
1953p1.Size = Vector3.new(2, 2, 1)
1954p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1955p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1956p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1957p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1958p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1959p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1960b1 = Instance.new("SpecialMesh", p1)
1961b1.MeshType = Enum.MeshType.Brick
1962b1.Name = "Mesh"
1963b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1964p2 = Instance.new("Part", m3)
1965p2.BrickColor = BrickColor.new("Really black")
1966p2.Material = Enum.Material.Metal
1967p2.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)
1968p2.CanCollide = false
1969p2.Locked = true
1970p2.FormFactor = Enum.FormFactor.Custom
1971p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1972b2 = Instance.new("SpecialMesh", p2)
1973b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1974b2.TextureId = ""
1975b2.MeshType = Enum.MeshType.FileMesh
1976b2.Name = "Mesh"
1977b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1978p3 = Instance.new("Part", m3)
1979p3.BrickColor = BrickColor.new("Black")
1980p3.Material = Enum.Material.Metal
1981p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1982p3.CanCollide = false
1983p3.Locked = true
1984p3.FormFactor = Enum.FormFactor.Custom
1985p3.Size = Vector3.new(2, 2, 0.200000018)
1986p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1987p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1988p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1989p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1990p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1991p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1992b3 = Instance.new("SpecialMesh", p3)
1993b3.MeshType = Enum.MeshType.Brick
1994b3.Name = "Mesh"
1995b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1996p4 = Instance.new("Part", m3)
1997p4.BrickColor = BrickColor.new("Black")
1998p4.Material = Enum.Material.Metal
1999p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2000p4.CanCollide = false
2001p4.Locked = true
2002p4.FormFactor = Enum.FormFactor.Custom
2003p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
2004p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2005p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2006p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2007p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2008p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2009p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2010b4 = Instance.new("SpecialMesh", p4)
2011b4.MeshType = Enum.MeshType.Brick
2012b4.Name = "Mesh"
2013b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2014p5 = Instance.new("Part", m3)
2015p5.BrickColor = BrickColor.new("Black")
2016p5.Material = Enum.Material.Metal
2017p5.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)
2018p5.CanCollide = false
2019p5.Locked = true
2020p5.FormFactor = Enum.FormFactor.Custom
2021p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
2022p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2023p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2024p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2025p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2026p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2027p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2028b5 = Instance.new("SpecialMesh", p5)
2029b5.MeshType = Enum.MeshType.Wedge
2030b5.Name = "Mesh"
2031b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2032p6 = Instance.new("Part", m3)
2033p6.BrickColor = BrickColor.new("Black")
2034p6.Material = Enum.Material.Metal
2035p6.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)
2036p6.CanCollide = false
2037p6.Locked = true
2038p6.FormFactor = Enum.FormFactor.Custom
2039p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
2040p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2041p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2042p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2043p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2044p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2045p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2046b6 = Instance.new("SpecialMesh", p6)
2047b6.MeshType = Enum.MeshType.Wedge
2048b6.Name = "Mesh"
2049b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2050p7 = Instance.new("Part", m3)
2051p7.BrickColor = BrickColor.new("Black")
2052p7.Material = Enum.Material.Metal
2053p7.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)
2054p7.CanCollide = false
2055p7.Locked = true
2056p7.FormFactor = Enum.FormFactor.Custom
2057p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
2058p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2059p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2060p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2061p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2062p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2063p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2064b7 = Instance.new("SpecialMesh", p7)
2065b7.MeshType = Enum.MeshType.Wedge
2066b7.Name = "Mesh"
2067p8 = Instance.new("Part", m3)
2068p8.BrickColor = BrickColor.new("Black")
2069p8.Material = Enum.Material.Metal
2070p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2071p8.CanCollide = false
2072p8.Locked = true
2073p8.FormFactor = Enum.FormFactor.Custom
2074p8.Size = Vector3.new(1, 2, 0.200000018)
2075p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2076p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2077p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2078p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2079p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2080p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2081b8 = Instance.new("SpecialMesh", p8)
2082b8.MeshType = Enum.MeshType.Brick
2083b8.Name = "Mesh"
2084b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2085p9 = Instance.new("Part", m3)
2086p9.BrickColor = BrickColor.new("Black")
2087p9.Material = Enum.Material.Metal
2088p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2089p9.CanCollide = false
2090p9.Locked = true
2091p9.FormFactor = Enum.FormFactor.Custom
2092p9.Size = Vector3.new(1, 2, 0.200000018)
2093p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2094p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2095p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2096p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2097p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2098p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2099b9 = Instance.new("SpecialMesh", p9)
2100b9.MeshType = Enum.MeshType.Brick
2101b9.Name = "Mesh"
2102b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2103p10 = Instance.new("Part", m3)
2104p10.BrickColor = BrickColor.new("Black")
2105p10.Material = Enum.Material.Metal
2106p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
2107p10.CanCollide = false
2108p10.Locked = true
2109p10.FormFactor = Enum.FormFactor.Custom
2110p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
2111p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2112p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2113p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2114p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2115p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2116p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2117b10 = Instance.new("SpecialMesh", p10)
2118b10.MeshType = Enum.MeshType.Brick
2119b10.Name = "Mesh"
2120b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2121p11 = Instance.new("Part", m3)
2122p11.BrickColor = BrickColor.new("Really black")
2123p11.Material = Enum.Material.Metal
2124p11.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)
2125p11.CanCollide = false
2126p11.Locked = true
2127p11.FormFactor = Enum.FormFactor.Custom
2128p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2129b11 = Instance.new("SpecialMesh", p11)
2130b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
2131b11.TextureId = ""
2132b11.MeshType = Enum.MeshType.FileMesh
2133b11.Name = "Mesh"
2134b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2135p12 = Instance.new("Part", m3)
2136p12.BrickColor = BrickColor.new("Really black")
2137p12.Material = Enum.Material.Metal
2138p12.Transparency = 1
2139p12.Name = "Chain2Torso"
2140p12.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)
2141p12.CanCollide = false
2142p12.Locked = true
2143p12.FormFactor = Enum.FormFactor.Custom
2144p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
2145b12 = Instance.new("SpecialMesh", p12)
2146b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
2147b12.TextureId = ""
2148b12.MeshType = Enum.MeshType.FileMesh
2149b12.Name = "Mesh"
2150b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2151p13 = Instance.new("Part", m3)
2152p13.BrickColor = BrickColor.new("Really black")
2153p13.Material = Enum.Material.Metal
2154p13.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)
2155p13.CanCollide = false
2156p13.Locked = true
2157p13.FormFactor = Enum.FormFactor.Custom
2158p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2159b13 = Instance.new("SpecialMesh", p13)
2160b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
2161b13.TextureId = ""
2162b13.MeshType = Enum.MeshType.FileMesh
2163b13.Name = "Mesh"
2164b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2165p14 = Instance.new("Part", m3)
2166p14.BrickColor = BrickColor.new("Really black")
2167p14.Material = Enum.Material.Metal
2168p14.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)
2169p14.CanCollide = false
2170p14.Locked = true
2171p14.FormFactor = Enum.FormFactor.Custom
2172p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2173b14 = Instance.new("SpecialMesh", p14)
2174b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
2175b14.TextureId = ""
2176b14.MeshType = Enum.MeshType.FileMesh
2177b14.Name = "Mesh"
2178b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2179p15 = Instance.new("Part", m3)
2180p15.BrickColor = BrickColor.new("Really black")
2181p15.Material = Enum.Material.Metal
2182p15.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)
2183p15.CanCollide = false
2184p15.Locked = true
2185p15.FormFactor = Enum.FormFactor.Custom
2186p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2187b15 = Instance.new("SpecialMesh", p15)
2188b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
2189b15.TextureId = ""
2190b15.MeshType = Enum.MeshType.FileMesh
2191b15.Name = "Mesh"
2192b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2193p16 = Instance.new("Part", m3)
2194p16.BrickColor = BrickColor.new("Really black")
2195p16.Material = Enum.Material.Metal
2196p16.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)
2197p16.CanCollide = false
2198p16.Locked = true
2199p16.FormFactor = Enum.FormFactor.Custom
2200p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2201b16 = Instance.new("SpecialMesh", p16)
2202b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
2203b16.TextureId = ""
2204b16.MeshType = Enum.MeshType.FileMesh
2205b16.Name = "Mesh"
2206b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2207p17 = Instance.new("Part", m3)
2208p17.BrickColor = BrickColor.new("Really black")
2209p17.Material = Enum.Material.Metal
2210p17.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)
2211p17.CanCollide = false
2212p17.Locked = true
2213p17.FormFactor = Enum.FormFactor.Custom
2214p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2215b17 = Instance.new("SpecialMesh", p17)
2216b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2217b17.TextureId = ""
2218b17.MeshType = Enum.MeshType.FileMesh
2219b17.Name = "Mesh"
2220b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2221p18 = Instance.new("Part", m3)
2222p18.BrickColor = BrickColor.new("Really black")
2223p18.Material = Enum.Material.Metal
2224p18.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)
2225p18.CanCollide = false
2226p18.Locked = true
2227p18.FormFactor = Enum.FormFactor.Custom
2228p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2229b18 = Instance.new("SpecialMesh", p18)
2230b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2231b18.TextureId = ""
2232b18.MeshType = Enum.MeshType.FileMesh
2233b18.Name = "Mesh"
2234b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2235p19 = Instance.new("Part", m3)
2236p19.BrickColor = BrickColor.new("Really black")
2237p19.Material = Enum.Material.Metal
2238p19.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)
2239p19.CanCollide = false
2240p19.Locked = true
2241p19.FormFactor = Enum.FormFactor.Custom
2242p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2243b19 = Instance.new("SpecialMesh", p19)
2244b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2245b19.TextureId = ""
2246b19.MeshType = Enum.MeshType.FileMesh
2247b19.Name = "Mesh"
2248b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2249p20 = Instance.new("Part", m3)
2250p20.BrickColor = BrickColor.new("Really black")
2251p20.Material = Enum.Material.Metal
2252p20.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)
2253p20.CanCollide = false
2254p20.Locked = true
2255p20.FormFactor = Enum.FormFactor.Custom
2256p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2257b20 = Instance.new("SpecialMesh", p20)
2258b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2259b20.TextureId = ""
2260b20.MeshType = Enum.MeshType.FileMesh
2261b20.Name = "Mesh"
2262b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2263p21 = Instance.new("Part", m3)
2264p21.BrickColor = BrickColor.new("Really black")
2265p21.Material = Enum.Material.Metal
2266p21.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)
2267p21.CanCollide = false
2268p21.Locked = true
2269p21.FormFactor = Enum.FormFactor.Custom
2270p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2271b21 = Instance.new("SpecialMesh", p21)
2272b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2273b21.TextureId = ""
2274b21.MeshType = Enum.MeshType.FileMesh
2275b21.Name = "Mesh"
2276b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2277p22 = Instance.new("Part", m3)
2278p22.BrickColor = BrickColor.new("Really black")
2279p22.Material = Enum.Material.Metal
2280p22.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)
2281p22.CanCollide = false
2282p22.Locked = true
2283p22.FormFactor = Enum.FormFactor.Custom
2284p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2285b22 = Instance.new("SpecialMesh", p22)
2286b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2287b22.TextureId = ""
2288b22.MeshType = Enum.MeshType.FileMesh
2289b22.Name = "Mesh"
2290b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2291p23 = Instance.new("Part", m3)
2292p23.BrickColor = BrickColor.new("Really black")
2293p23.Material = Enum.Material.Metal
2294p23.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)
2295p23.CanCollide = false
2296p23.Locked = true
2297p23.FormFactor = Enum.FormFactor.Custom
2298p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2299b23 = Instance.new("SpecialMesh", p23)
2300b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2301b23.TextureId = ""
2302b23.MeshType = Enum.MeshType.FileMesh
2303b23.Name = "Mesh"
2304b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2305p24 = Instance.new("Part", m3)
2306p24.BrickColor = BrickColor.new("Really black")
2307p24.Material = Enum.Material.Metal
2308p24.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)
2309p24.CanCollide = false
2310p24.Locked = true
2311p24.FormFactor = Enum.FormFactor.Custom
2312p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2313b24 = Instance.new("SpecialMesh", p24)
2314b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2315b24.TextureId = ""
2316b24.MeshType = Enum.MeshType.FileMesh
2317b24.Name = "Mesh"
2318b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2319p25 = Instance.new("Part", m3)
2320p25.BrickColor = BrickColor.new("Really black")
2321p25.Material = Enum.Material.Metal
2322p25.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)
2323p25.CanCollide = false
2324p25.Locked = true
2325p25.FormFactor = Enum.FormFactor.Custom
2326p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2327b25 = Instance.new("SpecialMesh", p25)
2328b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2329b25.TextureId = ""
2330b25.MeshType = Enum.MeshType.FileMesh
2331b25.Name = "Mesh"
2332b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2333p26 = Instance.new("Part", m3)
2334p26.BrickColor = BrickColor.new("Really black")
2335p26.Material = Enum.Material.Metal
2336p26.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)
2337p26.CanCollide = false
2338p26.Locked = true
2339p26.FormFactor = Enum.FormFactor.Custom
2340p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2341b26 = Instance.new("SpecialMesh", p26)
2342b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2343b26.TextureId = ""
2344b26.MeshType = Enum.MeshType.FileMesh
2345b26.Name = "Mesh"
2346b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2347p27 = Instance.new("Part", m3)
2348p27.BrickColor = BrickColor.new("Really black")
2349p27.Material = Enum.Material.Metal
2350p27.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)
2351p27.CanCollide = false
2352p27.Locked = true
2353p27.FormFactor = Enum.FormFactor.Custom
2354p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2355b27 = Instance.new("SpecialMesh", p27)
2356b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2357b27.TextureId = ""
2358b27.MeshType = Enum.MeshType.FileMesh
2359b27.Name = "Mesh"
2360b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2361p28 = Instance.new("Part", m3)
2362p28.BrickColor = BrickColor.new("Really black")
2363p28.Material = Enum.Material.Metal
2364p28.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)
2365p28.CanCollide = false
2366p28.Locked = true
2367p28.FormFactor = Enum.FormFactor.Custom
2368p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2369b28 = Instance.new("SpecialMesh", p28)
2370b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2371b28.TextureId = ""
2372b28.MeshType = Enum.MeshType.FileMesh
2373b28.Name = "Mesh"
2374b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2375p29 = Instance.new("Part", m3)
2376p29.BrickColor = BrickColor.new("Really black")
2377p29.Material = Enum.Material.Metal
2378p29.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)
2379p29.CanCollide = false
2380p29.Locked = true
2381p29.FormFactor = Enum.FormFactor.Custom
2382p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2383b29 = Instance.new("SpecialMesh", p29)
2384b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2385b29.TextureId = ""
2386b29.MeshType = Enum.MeshType.FileMesh
2387b29.Name = "Mesh"
2388b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2389p30 = Instance.new("Part", m3)
2390p30.BrickColor = BrickColor.new("Really black")
2391p30.Material = Enum.Material.Metal
2392p30.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)
2393p30.CanCollide = false
2394p30.Locked = true
2395p30.FormFactor = Enum.FormFactor.Custom
2396p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2397b30 = Instance.new("SpecialMesh", p30)
2398b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2399b30.TextureId = ""
2400b30.MeshType = Enum.MeshType.FileMesh
2401b30.Name = "Mesh"
2402b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2403p31 = Instance.new("Part", m3)
2404p31.BrickColor = BrickColor.new("Really black")
2405p31.Material = Enum.Material.Metal
2406p31.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)
2407p31.CanCollide = false
2408p31.Locked = true
2409p31.FormFactor = Enum.FormFactor.Custom
2410p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2411b31 = Instance.new("SpecialMesh", p31)
2412b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2413b31.TextureId = ""
2414b31.MeshType = Enum.MeshType.FileMesh
2415b31.Name = "Mesh"
2416b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2417p32 = Instance.new("Part", m3)
2418p32.BrickColor = BrickColor.new("Really black")
2419p32.Material = Enum.Material.Metal
2420p32.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)
2421p32.CanCollide = false
2422p32.Locked = true
2423p32.FormFactor = Enum.FormFactor.Custom
2424p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2425b32 = Instance.new("SpecialMesh", p32)
2426b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2427b32.TextureId = ""
2428b32.MeshType = Enum.MeshType.FileMesh
2429b32.Name = "Mesh"
2430b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2431p33 = Instance.new("Part", m3)
2432p33.BrickColor = BrickColor.new("Really black")
2433p33.Material = Enum.Material.Metal
2434p33.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)
2435p33.CanCollide = false
2436p33.Locked = true
2437p33.FormFactor = Enum.FormFactor.Custom
2438p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2439b33 = Instance.new("SpecialMesh", p33)
2440b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2441b33.TextureId = ""
2442b33.MeshType = Enum.MeshType.FileMesh
2443b33.Name = "Mesh"
2444b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2445p34 = Instance.new("Part", m3)
2446p34.BrickColor = BrickColor.new("Really black")
2447p34.Material = Enum.Material.Metal
2448p34.Name = "Connection"
2449p34.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)
2450p34.CanCollide = false
2451p34.Locked = true
2452p34.FormFactor = Enum.FormFactor.Custom
2453p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2454b34 = Instance.new("SpecialMesh", p34)
2455b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2456b34.TextureId = ""
2457b34.MeshType = Enum.MeshType.FileMesh
2458b34.Name = "Mesh"
2459b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2460p35 = Instance.new("Part", m3)
2461p35.BrickColor = BrickColor.new("Really black")
2462p35.Material = Enum.Material.Metal
2463p35.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)
2464p35.CanCollide = false
2465p35.Locked = true
2466p35.FormFactor = Enum.FormFactor.Custom
2467p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2468b35 = Instance.new("SpecialMesh", p35)
2469b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2470b35.TextureId = ""
2471b35.MeshType = Enum.MeshType.FileMesh
2472b35.Name = "Mesh"
2473b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2474p36 = Instance.new("Part", m3)
2475p36.BrickColor = BrickColor.new("Really black")
2476p36.Material = Enum.Material.Metal
2477p36.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)
2478p36.CanCollide = false
2479p36.Locked = true
2480p36.FormFactor = Enum.FormFactor.Custom
2481p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2482b36 = Instance.new("SpecialMesh", p36)
2483b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2484b36.TextureId = ""
2485b36.MeshType = Enum.MeshType.FileMesh
2486b36.Name = "Mesh"
2487b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2488w1 = Instance.new("Weld", p2)
2489w1.Name = "Joint"
2490w1.Part0 = p2
2491w1.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)
2492w1.Part1 = p18
2493w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2494w2 = Instance.new("Weld", p3)
2495w2.Name = "Joint"
2496w2.Part0 = p3
2497w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2498w2.Part1 = p1
2499w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2500w3 = Instance.new("Weld", p4)
2501w3.Name = "Joint"
2502w3.Part0 = p4
2503w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2504w3.Part1 = p1
2505w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2506w4 = Instance.new("Weld", p5)
2507w4.Name = "Joint"
2508w4.Part0 = p5
2509w4.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)
2510w4.Part1 = p7
2511w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2512w5 = Instance.new("Weld", p6)
2513w5.Name = "Joint"
2514w5.Part0 = p6
2515w5.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)
2516w5.Part1 = p7
2517w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2518w6 = Instance.new("Weld", p7)
2519w6.Name = "Joint"
2520w6.Part0 = p7
2521w6.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)
2522w6.Part1 = p1
2523w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2524w7 = Instance.new("Weld", p8)
2525w7.Name = "Joint"
2526w7.Part0 = p8
2527w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2528w7.Part1 = p1
2529w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2530w8 = Instance.new("Weld", p9)
2531w8.Name = "Joint"
2532w8.Part0 = p9
2533w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2534w8.Part1 = p1
2535w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2536w9 = Instance.new("Weld", p10)
2537w9.Name = "Joint"
2538w9.Part0 = p10
2539w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2540w9.Part1 = p1
2541w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2542w10 = Instance.new("Weld", p11)
2543w10.Name = "Joint"
2544w10.Part0 = p11
2545w10.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)
2546w10.Part1 = p19
2547w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2548w11 = Instance.new("Weld", p12)
2549w11.Name = "Joint"
2550w11.Part0 = p12
2551w11.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)
2552w11.Part1 = p1
2553w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2554w12 = Instance.new("Weld", p13)
2555w12.Name = "Joint"
2556w12.Part0 = p13
2557w12.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)
2558w12.Part1 = p35
2559w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2560w13 = Instance.new("Weld", p14)
2561w13.Name = "Joint"
2562w13.Part0 = p14
2563w13.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)
2564w13.Part1 = p34
2565w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2566w14 = Instance.new("Weld", p15)
2567w14.Name = "Joint"
2568w14.Part0 = p15
2569w14.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)
2570w14.Part1 = p16
2571w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2572w15 = Instance.new("Weld", p16)
2573w15.Name = "Joint"
2574w15.Part0 = p16
2575w15.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)
2576w15.Part1 = p20
2577w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2578w16 = Instance.new("Weld", p17)
2579w16.Name = "Joint"
2580w16.Part0 = p17
2581w16.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)
2582w16.Part1 = p14
2583w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2584w17 = Instance.new("Weld", p18)
2585w17.Name = "Joint"
2586w17.Part0 = p18
2587w17.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)
2588w17.Part1 = p17
2589w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2590w18 = Instance.new("Weld", p19)
2591w18.Name = "Joint"
2592w18.Part0 = p19
2593w18.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)
2594w18.Part1 = p21
2595w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2596w19 = Instance.new("Weld", p20)
2597w19.Name = "Joint"
2598w19.Part0 = p20
2599w19.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)
2600w19.Part1 = p11
2601w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2602w20 = Instance.new("Weld", p21)
2603w20.Name = "Joint"
2604w20.Part0 = p21
2605w20.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)
2606w20.Part1 = p22
2607w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2608w21 = Instance.new("Weld", p22)
2609w21.Name = "Joint"
2610w21.Part0 = p22
2611w21.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)
2612w21.Part1 = p23
2613w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2614w22 = Instance.new("Weld", p23)
2615w22.Name = "Joint"
2616w22.Part0 = p23
2617w22.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)
2618w22.Part1 = p24
2619w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2620w23 = Instance.new("Weld", p24)
2621w23.Name = "Joint"
2622w23.Part0 = p24
2623w23.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)
2624w23.Part1 = p25
2625w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2626w24 = Instance.new("Weld", p25)
2627w24.Name = "Joint"
2628w24.Part0 = p25
2629w24.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)
2630w24.Part1 = p26
2631w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2632w25 = Instance.new("Weld", p26)
2633w25.Name = "Joint"
2634w25.Part0 = p26
2635w25.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)
2636w25.Part1 = p27
2637w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2638w26 = Instance.new("Weld", p27)
2639w26.Name = "Joint"
2640w26.Part0 = p27
2641w26.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)
2642w26.Part1 = p28
2643w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2644w27 = Instance.new("Weld", p28)
2645w27.Name = "Joint"
2646w27.Part0 = p28
2647w27.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)
2648w27.Part1 = p29
2649w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2650w28 = Instance.new("Weld", p29)
2651w28.Name = "Joint"
2652w28.Part0 = p29
2653w28.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)
2654w28.Part1 = p30
2655w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2656w29 = Instance.new("Weld", p30)
2657w29.Name = "Joint"
2658w29.Part0 = p30
2659w29.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)
2660w29.Part1 = p31
2661w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2662w30 = Instance.new("Weld", p31)
2663w30.Name = "Joint"
2664w30.Part0 = p31
2665w30.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)
2666w30.Part1 = p32
2667w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2668w31 = Instance.new("Weld", p32)
2669w31.Name = "Joint"
2670w31.Part0 = p32
2671w31.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)
2672w31.Part1 = p33
2673w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2674w32 = Instance.new("Weld", p33)
2675w32.Name = "Joint"
2676w32.Part0 = p33
2677w32.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)
2678w32.Part1 = p13
2679w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2680w33 = Instance.new("Weld", p34)
2681w33.Name = "Joint"
2682w33.Part0 = p34
2683w33.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)
2684w33.Part1 = p12
2685w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2686w34 = Instance.new("Weld", p35)
2687w34.Name = "Joint"
2688w34.Part0 = p35
2689w34.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)
2690w34.Part1 = p36
2691w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2692w35 = Instance.new("Weld", p36)
2693w35.Name = "Joint"
2694w35.Part0 = p36
2695w35.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)
2696w35.Part1 = p2
2697w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2698m3.Parent = torso
2699m3:MakeJoints()
2700----------------------------------------------------
2701local cor3 = Instance.new("Part", torso.Torso)
2702cor3.Name = "Thingy"
2703cor3.Locked = true
2704cor3.BottomSurface = 0
2705cor3.CanCollide = false
2706cor3.Size = Vector3.new(1, 1, 1)
2707cor3.Transparency = 1
2708cor3.TopSurface = 0
2709corw3 = Instance.new("Weld", cor3)
2710corw3.Part0 = torso
2711corw3.Part1 = cor3
2712corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2713corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2714weld3 = Instance.new("Weld", torso.Torso)
2715weld3.Part0 = cor3
2716weld3.Part1 = torso.Torso.TorsoPlate
2717weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2718--Left Leg
2719m4 = Instance.new("Model")
2720m4.Name = "LeftLeg"
2721p1 = Instance.new("Part", m4)
2722p1.BrickColor = BrickColor.new("Really black")
2723p1.Material = Enum.Material.Metal
2724p1.Name = "LeftLegPlate"
2725p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2726p1.Anchored = false
2727p1.CanCollide = false
2728p1.FormFactor = Enum.FormFactor.Custom
2729p1.Size = Vector3.new(1, 2, 1)
2730p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2731p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2732p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2733p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2734p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2735p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2736b1 = Instance.new("SpecialMesh", p1)
2737b1.MeshType = Enum.MeshType.Brick
2738b1.Name = "Mesh"
2739b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2740p2 = Instance.new("Part", m4)
2741p2.BrickColor = BrickColor.new("Really black")
2742p2.Material = Enum.Material.Metal
2743p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2744p2.Anchored = false
2745p2.CanCollide = false
2746p2.FormFactor = Enum.FormFactor.Custom
2747p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2748p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2749p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2750p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2751p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2752p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2753p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2754b2 = Instance.new("SpecialMesh", p2)
2755b2.MeshType = Enum.MeshType.Brick
2756b2.Name = "Mesh"
2757b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2758p3 = Instance.new("Part", m4)
2759p3.BrickColor = BrickColor.new("Really black")
2760p3.Material = Enum.Material.Metal
2761p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2762p3.Anchored = false
2763p3.CanCollide = false
2764p3.FormFactor = Enum.FormFactor.Custom
2765p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2766p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2767p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2768p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2769p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2770p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2771p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2772b3 = Instance.new("SpecialMesh", p3)
2773b3.MeshType = Enum.MeshType.Brick
2774b3.Name = "Mesh"
2775b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2776p4 = Instance.new("Part", m4)
2777p4.BrickColor = BrickColor.new("Black")
2778p4.Material = Enum.Material.Metal
2779p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2780p4.Anchored = false
2781p4.CanCollide = false
2782p4.FormFactor = Enum.FormFactor.Custom
2783p4.Size = Vector3.new(1, 2, 0.200000018)
2784p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2785p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2786p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2787p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2788p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2789p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2790b4 = Instance.new("SpecialMesh", p4)
2791b4.MeshType = Enum.MeshType.Brick
2792b4.Name = "Mesh"
2793b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2794p5 = Instance.new("Part", m4)
2795p5.BrickColor = BrickColor.new("Black")
2796p5.Material = Enum.Material.Metal
2797p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2798p5.Anchored = false
2799p5.CanCollide = false
2800p5.FormFactor = Enum.FormFactor.Custom
2801p5.Size = Vector3.new(1, 2, 0.200000018)
2802p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2803p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2804p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2805p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2806p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2807p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2808b5 = Instance.new("SpecialMesh", p5)
2809b5.MeshType = Enum.MeshType.Brick
2810b5.Name = "Mesh"
2811b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2812p6 = Instance.new("Part", m4)
2813p6.BrickColor = BrickColor.new("Black")
2814p6.Material = Enum.Material.Metal
2815p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2816p6.Anchored = false
2817p6.CanCollide = false
2818p6.FormFactor = Enum.FormFactor.Custom
2819p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2820p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2821p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2822p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2823p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2824p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2825p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2826b6 = Instance.new("SpecialMesh", p6)
2827b6.MeshType = Enum.MeshType.Brick
2828b6.Name = "Mesh"
2829b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2830p7 = Instance.new("Part", m4)
2831p7.BrickColor = BrickColor.new("Black")
2832p7.Material = Enum.Material.Metal
2833p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2834p7.Anchored = false
2835p7.CanCollide = false
2836p7.FormFactor = Enum.FormFactor.Custom
2837p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2838p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2839p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2840p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2841p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2842p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2843p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2844b7 = Instance.new("SpecialMesh", p7)
2845b7.MeshType = Enum.MeshType.Brick
2846b7.Name = "Mesh"
2847b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2848w1 = Instance.new("Weld", p2)
2849w1.Name = "Joint"
2850w1.Part0 = p2
2851w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2852w1.Part1 = p3
2853w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2854w2 = Instance.new("Weld", p3)
2855w2.Name = "Joint"
2856w2.Part0 = p3
2857w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2858w2.Part1 = p5
2859w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2860w3 = Instance.new("Weld", p4)
2861w3.Name = "Joint"
2862w3.Part0 = p4
2863w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2864w3.Part1 = p1
2865w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2866w4 = Instance.new("Weld", p5)
2867w4.Name = "Joint"
2868w4.Part0 = p5
2869w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2870w4.Part1 = p1
2871w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2872w5 = Instance.new("Weld", p6)
2873w5.Name = "Joint"
2874w5.Part0 = p6
2875w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2876w5.Part1 = p1
2877w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2878w6 = Instance.new("Weld", p7)
2879w6.Name = "Joint"
2880w6.Part0 = p7
2881w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2882w6.Part1 = p1
2883w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2884m4.Parent = lleg
2885m4:MakeJoints()
2886----------------------------------------------------
2887local cor4 = Instance.new("Part", lleg.LeftLeg)
2888cor4.Name = "Thingy"
2889cor4.Locked = true
2890cor4.BottomSurface = 0
2891cor4.CanCollide = false
2892cor4.Size = Vector3.new(1, 1, 1)
2893cor4.Transparency = 1
2894cor4.TopSurface = 0
2895corw4 = Instance.new("Weld", cor4)
2896corw4.Part0 = lleg
2897corw4.Part1 = cor4
2898corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2899corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2900weld4 = Instance.new("Weld", lleg.LeftLeg)
2901weld4.Part0 = cor4
2902weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2903weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2904--Right Leg
2905m5 = Instance.new("Model")
2906m5.Name = "RightLeg"
2907p1 = Instance.new("Part", m5)
2908p1.BrickColor = BrickColor.new("Really black")
2909p1.Material = Enum.Material.Metal
2910p1.Name = "RightLegPlate"
2911p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2912p1.Anchored = false
2913p1.CanCollide = false
2914p1.FormFactor = Enum.FormFactor.Custom
2915p1.Size = Vector3.new(1, 2, 1)
2916p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2917p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2918p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2919p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2920p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2921p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2922b1 = Instance.new("SpecialMesh", p1)
2923b1.MeshType = Enum.MeshType.Brick
2924b1.Name = "Mesh"
2925b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2926p2 = Instance.new("Part", m5)
2927p2.BrickColor = BrickColor.new("Really black")
2928p2.Material = Enum.Material.Metal
2929p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2930p2.Anchored = false
2931p2.CanCollide = false
2932p2.FormFactor = Enum.FormFactor.Custom
2933p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2934p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2935p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2936p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2937p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2938p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2939p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2940b2 = Instance.new("SpecialMesh", p2)
2941b2.MeshType = Enum.MeshType.Brick
2942b2.Name = "Mesh"
2943b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2944p3 = Instance.new("Part", m5)
2945p3.BrickColor = BrickColor.new("Really black")
2946p3.Material = Enum.Material.Metal
2947p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2948p3.Anchored = false
2949p3.CanCollide = false
2950p3.FormFactor = Enum.FormFactor.Custom
2951p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2952p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2953p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2954p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2955p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2956p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2957p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2958b3 = Instance.new("SpecialMesh", p3)
2959b3.MeshType = Enum.MeshType.Brick
2960b3.Name = "Mesh"
2961b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2962p4 = Instance.new("Part", m5)
2963p4.BrickColor = BrickColor.new("Black")
2964p4.Material = Enum.Material.Metal
2965p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2966p4.Anchored = false
2967p4.CanCollide = false
2968p4.FormFactor = Enum.FormFactor.Custom
2969p4.Size = Vector3.new(1, 2, 0.200000018)
2970p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2971p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2972p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2973p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2974p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2975p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2976b4 = Instance.new("SpecialMesh", p4)
2977b4.MeshType = Enum.MeshType.Brick
2978b4.Name = "Mesh"
2979b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2980p5 = Instance.new("Part", m5)
2981p5.BrickColor = BrickColor.new("Black")
2982p5.Material = Enum.Material.Metal
2983p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2984p5.Anchored = false
2985p5.CanCollide = false
2986p5.FormFactor = Enum.FormFactor.Custom
2987p5.Size = Vector3.new(1, 2, 0.200000018)
2988p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2989p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2990p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2991p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2992p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2993p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2994b5 = Instance.new("SpecialMesh", p5)
2995b5.MeshType = Enum.MeshType.Brick
2996b5.Name = "Mesh"
2997b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2998p6 = Instance.new("Part", m5)
2999p6.BrickColor = BrickColor.new("Black")
3000p6.Material = Enum.Material.Metal
3001p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3002p6.Anchored = false
3003p6.CanCollide = false
3004p6.FormFactor = Enum.FormFactor.Custom
3005p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
3006p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3007p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3008p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3009p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3010p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3011p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3012b6 = Instance.new("SpecialMesh", p6)
3013b6.MeshType = Enum.MeshType.Brick
3014b6.Name = "Mesh"
3015b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3016p7 = Instance.new("Part", m5)
3017p7.BrickColor = BrickColor.new("Black")
3018p7.Material = Enum.Material.Metal
3019p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3020p7.Anchored = false
3021p7.CanCollide = false
3022p7.FormFactor = Enum.FormFactor.Custom
3023p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
3024p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3025p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3026p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3027p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3028p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3029p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3030b7 = Instance.new("SpecialMesh", p7)
3031b7.MeshType = Enum.MeshType.Brick
3032b7.Name = "Mesh"
3033b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
3034w1 = Instance.new("Weld", p2)
3035w1.Name = "Joint"
3036w1.Part0 = p2
3037w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3038w1.Part1 = p3
3039w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3040w2 = Instance.new("Weld", p3)
3041w2.Name = "Joint"
3042w2.Part0 = p3
3043w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
3044w2.Part1 = p5
3045w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3046w3 = Instance.new("Weld", p4)
3047w3.Name = "Joint"
3048w3.Part0 = p4
3049w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3050w3.Part1 = p1
3051w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3052w4 = Instance.new("Weld", p5)
3053w4.Name = "Joint"
3054w4.Part0 = p5
3055w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3056w4.Part1 = p1
3057w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3058w5 = Instance.new("Weld", p6)
3059w5.Name = "Joint"
3060w5.Part0 = p6
3061w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3062w5.Part1 = p1
3063w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3064w6 = Instance.new("Weld", p7)
3065w6.Name = "Joint"
3066w6.Part0 = p7
3067w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
3068w6.Part1 = p1
3069w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3070m5.Parent = rleg
3071m5:MakeJoints()
3072----------------------------------------------------
3073local cor5 = Instance.new("Part", rleg.RightLeg)
3074cor5.Name = "Thingy"
3075cor5.Locked = true
3076cor5.BottomSurface = 0
3077cor5.CanCollide = false
3078cor5.Size = Vector3.new(1, 1, 1)
3079cor5.Transparency = 1
3080cor5.TopSurface = 0
3081corw5 = Instance.new("Weld", cor5)
3082corw5.Part0 = rleg
3083corw5.Part1 = cor5
3084corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3085corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3086wld5 = Instance.new("Weld", rleg.RightLeg)
3087wld5.Part0 = cor5
3088wld5.Part1 = rleg.RightLeg.RightLegPlate
3089wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
3090--Cape
3091m6 = Instance.new("Model")
3092m6.Name = "Cloak"
3093p1 = Instance.new("WedgePart", m6)
3094p1.BrickColor = BrickColor.new("Lime green")
3095p1.Material = Enum.Material.SmoothPlastic
3096p1.Name = "Wedge"
3097p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3098p1.CanCollide = false
3099p1.Locked = true
3100p1.FormFactor = Enum.FormFactor.Custom
3101p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3102p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3103p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3104p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3105p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3106p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3107p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3108b1 = Instance.new("SpecialMesh", p1)
3109b1.MeshType = Enum.MeshType.Wedge
3110b1.Name = "Mesh"
3111b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3112p2 = Instance.new("WedgePart", m6)
3113p2.BrickColor = BrickColor.new("Black")
3114p2.Material = Enum.Material.SmoothPlastic
3115p2.Name = "Wedge"
3116p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3117p2.CanCollide = false
3118p2.Locked = true
3119p2.FormFactor = Enum.FormFactor.Custom
3120p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3121p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3122p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3123p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3124p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3125p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3126p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3127b2 = Instance.new("SpecialMesh", p2)
3128b2.MeshType = Enum.MeshType.Wedge
3129b2.Name = "Mesh"
3130b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3131p3 = Instance.new("Part", m6)
3132p3.BrickColor = BrickColor.new("Black")
3133p3.Material = Enum.Material.SmoothPlastic
3134p3.Name = "CapeLevel2"
3135p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3136p3.CanCollide = false
3137p3.Locked = true
3138p3.FormFactor = Enum.FormFactor.Custom
3139p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
3140p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3141p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3142p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3143p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3144p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3145p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3146b3 = Instance.new("BlockMesh", p3)
3147b3.Name = "Mesh"
3148b3.Scale = Vector3.new(1, 1, 0.602178097)
3149p4 = Instance.new("Part", m6)
3150p4.BrickColor = BrickColor.new("Black")
3151p4.Material = Enum.Material.SmoothPlastic
3152p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3153p4.CanCollide = false
3154p4.Locked = true
3155p4.FormFactor = Enum.FormFactor.Custom
3156p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3157p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3158p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3159p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3160p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3161p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3162p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3163b4 = Instance.new("BlockMesh", p4)
3164b4.Name = "Mesh"
3165b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3166p5 = Instance.new("Part", m6)
3167p5.BrickColor = BrickColor.new("Black")
3168p5.Material = Enum.Material.SmoothPlastic
3169p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3170p5.CanCollide = false
3171p5.Locked = true
3172p5.FormFactor = Enum.FormFactor.Custom
3173p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3174p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3175p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3176p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3177p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3178p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3179p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3180b5 = Instance.new("BlockMesh", p5)
3181b5.Name = "Mesh"
3182b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3183p6 = Instance.new("Part", m6)
3184p6.BrickColor = BrickColor.new("Black")
3185p6.Material = Enum.Material.SmoothPlastic
3186p6.Name = "CapeLevel1"
3187p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3188p6.CanCollide = false
3189p6.Locked = true
3190p6.FormFactor = Enum.FormFactor.Custom
3191p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
3192p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3193p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3194p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3195p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3196p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3197p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3198b6 = Instance.new("BlockMesh", p6)
3199b6.Name = "Mesh"
3200b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3201p7 = Instance.new("Part", m6)
3202p7.BrickColor = BrickColor.new("Black")
3203p7.Material = Enum.Material.SmoothPlastic
3204p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3205p7.CanCollide = false
3206p7.Locked = true
3207p7.FormFactor = Enum.FormFactor.Custom
3208p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3209p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3210p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3211p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3212p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3213p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3214p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3215b7 = Instance.new("BlockMesh", p7)
3216b7.Name = "Mesh"
3217b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3218p8 = Instance.new("Part", m6)
3219p8.BrickColor = BrickColor.new("Black")
3220p8.Material = Enum.Material.SmoothPlastic
3221p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3222p8.CanCollide = false
3223p8.Locked = true
3224p8.FormFactor = Enum.FormFactor.Custom
3225p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3226p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3227p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3228p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3229p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3230p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3231p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3232b8 = Instance.new("BlockMesh", p8)
3233b8.Name = "Mesh"
3234b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3235p9 = Instance.new("Part", m6)
3236p9.BrickColor = BrickColor.new("Black")
3237p9.Material = Enum.Material.SmoothPlastic
3238p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3239p9.CanCollide = false
3240p9.Locked = true
3241p9.FormFactor = Enum.FormFactor.Custom
3242p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3243p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3244p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3245p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3246p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3247p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3248p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3249b9 = Instance.new("BlockMesh", p9)
3250b9.Name = "Mesh"
3251b9.Scale = Vector3.new(1, 1, 0.602178097)
3252p10 = Instance.new("Part", m6)
3253p10.BrickColor = BrickColor.new("Black")
3254p10.Material = Enum.Material.SmoothPlastic
3255p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3256p10.CanCollide = false
3257p10.Locked = true
3258p10.FormFactor = Enum.FormFactor.Custom
3259p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3260p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3261p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3262p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3263p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3264p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3265p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3266b10 = Instance.new("BlockMesh", p10)
3267b10.Name = "Mesh"
3268b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3269p11 = Instance.new("Part", m6)
3270p11.BrickColor = BrickColor.new("Black")
3271p11.Material = Enum.Material.SmoothPlastic
3272p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3273p11.CanCollide = false
3274p11.Locked = true
3275p11.FormFactor = Enum.FormFactor.Custom
3276p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3277p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3278p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3279p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3280p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3281p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3282p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3283b11 = Instance.new("BlockMesh", p11)
3284b11.Name = "Mesh"
3285b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3286p12 = Instance.new("Part", m6)
3287p12.BrickColor = BrickColor.new("Black")
3288p12.Material = Enum.Material.SmoothPlastic
3289p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3290p12.CanCollide = false
3291p12.Locked = true
3292p12.FormFactor = Enum.FormFactor.Custom
3293p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3294p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3295p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3296p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3297p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3298p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3299p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3300b12 = Instance.new("BlockMesh", p12)
3301b12.Name = "Mesh"
3302b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3303p13 = Instance.new("Part", m6)
3304p13.BrickColor = BrickColor.new("Black")
3305p13.Material = Enum.Material.SmoothPlastic
3306p13.Name = "BottomLeftFlap"
3307p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3308p13.CanCollide = false
3309p13.Locked = true
3310p13.FormFactor = Enum.FormFactor.Custom
3311p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3312p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3313p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3314p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3315p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3316p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3317p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3318b13 = Instance.new("BlockMesh", p13)
3319b13.Name = "Mesh"
3320b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3321p14 = Instance.new("Part", m6)
3322p14.BrickColor = BrickColor.new("Black")
3323p14.Material = Enum.Material.SmoothPlastic
3324p14.Transparency = 1
3325p14.Name = "Rotater"
3326p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3327p14.CanCollide = false
3328p14.Locked = true
3329p14.FormFactor = Enum.FormFactor.Custom
3330p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3331p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3332p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3333p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3334p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3335p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3336p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3337b14 = Instance.new("BlockMesh", p14)
3338b14.Name = "Mesh"
3339b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3340p15 = Instance.new("Part", m6)
3341p15.BrickColor = BrickColor.new("Black")
3342p15.Material = Enum.Material.SmoothPlastic
3343p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3344p15.CanCollide = false
3345p15.Locked = true
3346p15.FormFactor = Enum.FormFactor.Custom
3347p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3348p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3349p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3350p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3351p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3352p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3353p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3354b15 = Instance.new("BlockMesh", p15)
3355b15.Name = "Mesh"
3356b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3357p16 = Instance.new("Part", m6)
3358p16.BrickColor = BrickColor.new("Black")
3359p16.Material = Enum.Material.SmoothPlastic
3360p16.Name = "BottomCenterFlap"
3361p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3362p16.CanCollide = false
3363p16.Locked = true
3364p16.FormFactor = Enum.FormFactor.Custom
3365p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3366p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3367p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3368p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3369p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3370p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3371p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3372b16 = Instance.new("BlockMesh", p16)
3373b16.Name = "Mesh"
3374b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3375p17 = Instance.new("Part", m6)
3376p17.BrickColor = BrickColor.new("Black")
3377p17.Material = Enum.Material.SmoothPlastic
3378p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3379p17.CanCollide = false
3380p17.Locked = true
3381p17.FormFactor = Enum.FormFactor.Custom
3382p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3383p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3384p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3385p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3386p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3387p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3388p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3389b17 = Instance.new("BlockMesh", p17)
3390b17.Name = "Mesh"
3391b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3392p18 = Instance.new("Part", m6)
3393p18.BrickColor = BrickColor.new("Black")
3394p18.Material = Enum.Material.SmoothPlastic
3395p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3396p18.CanCollide = false
3397p18.Locked = true
3398p18.FormFactor = Enum.FormFactor.Custom
3399p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3400p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3401p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3402p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3403p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3404p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3405p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3406b18 = Instance.new("BlockMesh", p18)
3407b18.Name = "Mesh"
3408b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3409p19 = Instance.new("WedgePart", m6)
3410p19.BrickColor = BrickColor.new("Lime green")
3411p19.Name = "Wedge"
3412p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3413p19.CanCollide = false
3414p19.Locked = true
3415p19.FormFactor = Enum.FormFactor.Custom
3416p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3417p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3418p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3419p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3420p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3421p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3422p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3423b19 = Instance.new("SpecialMesh", p19)
3424b19.MeshType = Enum.MeshType.Wedge
3425b19.Name = "Mesh"
3426b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3427p20 = Instance.new("Part", m6)
3428p20.BrickColor = BrickColor.new("Black")
3429p20.Material = Enum.Material.SmoothPlastic
3430p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3431p20.CanCollide = false
3432p20.Locked = true
3433p20.FormFactor = Enum.FormFactor.Custom
3434p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3435p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3436p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3437p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3438p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3439p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3440p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3441b20 = Instance.new("BlockMesh", p20)
3442b20.Name = "Mesh"
3443b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3444p21 = Instance.new("Part", m6)
3445p21.BrickColor = BrickColor.new("Black")
3446p21.Material = Enum.Material.SmoothPlastic
3447p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3448p21.CanCollide = false
3449p21.Locked = true
3450p21.FormFactor = Enum.FormFactor.Custom
3451p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3452p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3453p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3454p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3455p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3456p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3457p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3458b21 = Instance.new("BlockMesh", p21)
3459b21.Name = "Mesh"
3460b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3461p22 = Instance.new("WedgePart", m6)
3462p22.BrickColor = BrickColor.new("Lime green")
3463p22.Name = "Wedge"
3464p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3465p22.CanCollide = false
3466p22.Locked = true
3467p22.FormFactor = Enum.FormFactor.Custom
3468p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3469p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3470p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3471p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3472p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3473p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3474p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3475b22 = Instance.new("SpecialMesh", p22)
3476b22.MeshType = Enum.MeshType.Wedge
3477b22.Name = "Mesh"
3478b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3479p23 = Instance.new("WedgePart", m6)
3480p23.BrickColor = BrickColor.new("Lime green")
3481p23.Material = Enum.Material.SmoothPlastic
3482p23.Name = "Wedge"
3483p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3484p23.CanCollide = false
3485p23.Locked = true
3486p23.FormFactor = Enum.FormFactor.Custom
3487p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3488p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3489p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3490p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3491p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3492p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3493p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3494b23 = Instance.new("SpecialMesh", p23)
3495b23.MeshType = Enum.MeshType.Wedge
3496b23.Name = "Mesh"
3497b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3498p24 = Instance.new("WedgePart", m6)
3499p24.BrickColor = BrickColor.new("Black")
3500p24.Material = Enum.Material.SmoothPlastic
3501p24.Name = "Wedge"
3502p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3503p24.CanCollide = false
3504p24.Locked = true
3505p24.FormFactor = Enum.FormFactor.Custom
3506p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3507p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3508p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3509p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3510p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3511p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3512p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3513b24 = Instance.new("SpecialMesh", p24)
3514b24.MeshType = Enum.MeshType.Wedge
3515b24.Name = "Mesh"
3516b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3517p25 = Instance.new("WedgePart", m6)
3518p25.BrickColor = BrickColor.new("Lime green")
3519p25.Name = "Wedge"
3520p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3521p25.CanCollide = false
3522p25.Locked = true
3523p25.FormFactor = Enum.FormFactor.Custom
3524p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3525p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3526p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3527p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3528p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3529p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3530p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3531b25 = Instance.new("SpecialMesh", p25)
3532b25.MeshType = Enum.MeshType.Wedge
3533b25.Name = "Mesh"
3534b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3535p26 = Instance.new("WedgePart", m6)
3536p26.BrickColor = BrickColor.new("Black")
3537p26.Material = Enum.Material.SmoothPlastic
3538p26.Name = "Wedge"
3539p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3540p26.CanCollide = false
3541p26.Locked = true
3542p26.FormFactor = Enum.FormFactor.Custom
3543p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3544p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3545p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3546p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3547p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3548p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3549p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3550b26 = Instance.new("SpecialMesh", p26)
3551b26.MeshType = Enum.MeshType.Wedge
3552b26.Name = "Mesh"
3553b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3554p27 = Instance.new("Part", m6)
3555p27.BrickColor = BrickColor.new("Black")
3556p27.Material = Enum.Material.SmoothPlastic
3557p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3558p27.CanCollide = false
3559p27.Locked = true
3560p27.FormFactor = Enum.FormFactor.Custom
3561p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3562p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3563p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3564p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3565p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3566p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3567p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3568b27 = Instance.new("BlockMesh", p27)
3569b27.Name = "Mesh"
3570b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3571p28 = Instance.new("WedgePart", m6)
3572p28.BrickColor = BrickColor.new("Black")
3573p28.Material = Enum.Material.SmoothPlastic
3574p28.Name = "Wedge"
3575p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3576p28.CanCollide = false
3577p28.Locked = true
3578p28.FormFactor = Enum.FormFactor.Custom
3579p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3580p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3581p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3582p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3583p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3584p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3585p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3586b28 = Instance.new("SpecialMesh", p28)
3587b28.MeshType = Enum.MeshType.Wedge
3588b28.Name = "Mesh"
3589b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3590p29 = Instance.new("Part", m6)
3591p29.BrickColor = BrickColor.new("Black")
3592p29.Material = Enum.Material.SmoothPlastic
3593p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3594p29.CanCollide = false
3595p29.Locked = true
3596p29.FormFactor = Enum.FormFactor.Custom
3597p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3598p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3599p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3600p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3601p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3602p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3603p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3604b29 = Instance.new("BlockMesh", p29)
3605b29.Name = "Mesh"
3606b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3607p30 = Instance.new("WedgePart", m6)
3608p30.BrickColor = BrickColor.new("Black")
3609p30.Material = Enum.Material.SmoothPlastic
3610p30.Name = "Wedge"
3611p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3612p30.CanCollide = false
3613p30.Locked = true
3614p30.FormFactor = Enum.FormFactor.Custom
3615p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3616p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3617p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3618p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3619p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3620p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3621p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3622b30 = Instance.new("SpecialMesh", p30)
3623b30.MeshType = Enum.MeshType.Wedge
3624b30.Name = "Mesh"
3625b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3626p31 = Instance.new("WedgePart", m6)
3627p31.BrickColor = BrickColor.new("Black")
3628p31.Material = Enum.Material.SmoothPlastic
3629p31.Name = "Wedge"
3630p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3631p31.CanCollide = false
3632p31.Locked = true
3633p31.FormFactor = Enum.FormFactor.Custom
3634p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3635p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3636p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3637p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3638p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3639p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3640p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3641b31 = Instance.new("SpecialMesh", p31)
3642b31.MeshType = Enum.MeshType.Wedge
3643b31.Name = "Mesh"
3644b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3645p32 = Instance.new("Part", m6)
3646p32.BrickColor = BrickColor.new("Black")
3647p32.Material = Enum.Material.SmoothPlastic
3648p32.Name = "BottomRightFlap"
3649p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3650p32.CanCollide = false
3651p32.Locked = true
3652p32.FormFactor = Enum.FormFactor.Custom
3653p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3654p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3655p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3656p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3657p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3658p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3659p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3660b32 = Instance.new("BlockMesh", p32)
3661b32.Name = "Mesh"
3662b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3663p33 = Instance.new("WedgePart", m6)
3664p33.BrickColor = BrickColor.new("Black")
3665p33.Material = Enum.Material.SmoothPlastic
3666p33.Name = "Wedge"
3667p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3668p33.CanCollide = false
3669p33.Locked = true
3670p33.FormFactor = Enum.FormFactor.Custom
3671p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3672p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3673p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3674p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3675p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3676p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3677p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3678b33 = Instance.new("SpecialMesh", p33)
3679b33.MeshType = Enum.MeshType.Wedge
3680b33.Name = "Mesh"
3681b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3682p34 = Instance.new("WedgePart", m6)
3683p34.BrickColor = BrickColor.new("Black")
3684p34.Material = Enum.Material.SmoothPlastic
3685p34.Name = "Wedge"
3686p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3687p34.CanCollide = false
3688p34.Locked = true
3689p34.FormFactor = Enum.FormFactor.Custom
3690p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3691p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3692p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3693p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3694p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3695p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3696p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3697b34 = Instance.new("SpecialMesh", p34)
3698b34.MeshType = Enum.MeshType.Wedge
3699b34.Name = "Mesh"
3700b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3701p35 = Instance.new("Part", m6)
3702p35.BrickColor = BrickColor.new("Black")
3703p35.Material = Enum.Material.SmoothPlastic
3704p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3705p35.CanCollide = false
3706p35.Locked = true
3707p35.FormFactor = Enum.FormFactor.Custom
3708p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3709p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3710p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3711p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3712p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3713p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3714p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3715b35 = Instance.new("BlockMesh", p35)
3716b35.Name = "Mesh"
3717b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3718p36 = Instance.new("WedgePart", m6)
3719p36.BrickColor = BrickColor.new("Black")
3720p36.Material = Enum.Material.SmoothPlastic
3721p36.Name = "Wedge"
3722p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3723p36.CanCollide = false
3724p36.Locked = true
3725p36.FormFactor = Enum.FormFactor.Custom
3726p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3727p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3728p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3729p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3730p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3731p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3732p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3733b36 = Instance.new("SpecialMesh", p36)
3734b36.MeshType = Enum.MeshType.Wedge
3735b36.Name = "Mesh"
3736b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3737p37 = Instance.new("Part", m6)
3738p37.BrickColor = BrickColor.new("Black")
3739p37.Material = Enum.Material.SmoothPlastic
3740p37.Name = "CapeLevel3"
3741p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3742p37.CanCollide = false
3743p37.Locked = true
3744p37.FormFactor = Enum.FormFactor.Custom
3745p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3746p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3747p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3748p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3749p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3750p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3751p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3752b37 = Instance.new("BlockMesh", p37)
3753b37.Name = "Mesh"
3754b37.Scale = Vector3.new(1, 1, 0.602178097)
3755p38 = Instance.new("WedgePart", m6)
3756p38.BrickColor = BrickColor.new("Lime green")
3757p38.Material = Enum.Material.SmoothPlastic
3758p38.Name = "Wedge"
3759p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3760p38.CanCollide = false
3761p38.Locked = true
3762p38.FormFactor = Enum.FormFactor.Custom
3763p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3764p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3765p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3766p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3767p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3768p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3769p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3770b38 = Instance.new("SpecialMesh", p38)
3771b38.MeshType = Enum.MeshType.Wedge
3772b38.Name = "Mesh"
3773b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3774p39 = Instance.new("WedgePart", m6)
3775p39.BrickColor = BrickColor.new("Lime green")
3776p39.Material = Enum.Material.SmoothPlastic
3777p39.Name = "Wedge"
3778p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3779p39.CanCollide = false
3780p39.Locked = true
3781p39.FormFactor = Enum.FormFactor.Custom
3782p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3783p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3784p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3785p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3786p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3787p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3788p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3789b39 = Instance.new("SpecialMesh", p39)
3790b39.MeshType = Enum.MeshType.Wedge
3791b39.Name = "Mesh"
3792b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3793p40 = Instance.new("WedgePart", m6)
3794p40.BrickColor = BrickColor.new("Black")
3795p40.Material = Enum.Material.SmoothPlastic
3796p40.Name = "Wedge"
3797p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3798p40.CanCollide = false
3799p40.Locked = true
3800p40.FormFactor = Enum.FormFactor.Custom
3801p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3802p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3803p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3804p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3805p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3806p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3807p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3808b40 = Instance.new("SpecialMesh", p40)
3809b40.MeshType = Enum.MeshType.Wedge
3810b40.Name = "Mesh"
3811b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3812p41 = Instance.new("WedgePart", m6)
3813p41.BrickColor = BrickColor.new("Black")
3814p41.Material = Enum.Material.SmoothPlastic
3815p41.Name = "Wedge"
3816p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3817p41.CanCollide = false
3818p41.Locked = true
3819p41.FormFactor = Enum.FormFactor.Custom
3820p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3821p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3822p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3823p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3824p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3825p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3826p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3827b41 = Instance.new("SpecialMesh", p41)
3828b41.MeshType = Enum.MeshType.Wedge
3829b41.Name = "Mesh"
3830b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3831p42 = Instance.new("WedgePart", m6)
3832p42.BrickColor = BrickColor.new("Black")
3833p42.Material = Enum.Material.SmoothPlastic
3834p42.Name = "Wedge"
3835p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3836p42.CanCollide = false
3837p42.Locked = true
3838p42.FormFactor = Enum.FormFactor.Custom
3839p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3840p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3841p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3842p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3843p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3844p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3845p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3846b42 = Instance.new("SpecialMesh", p42)
3847b42.MeshType = Enum.MeshType.Wedge
3848b42.Name = "Mesh"
3849b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3850p43 = Instance.new("WedgePart", m6)
3851p43.BrickColor = BrickColor.new("Black")
3852p43.Material = Enum.Material.SmoothPlastic
3853p43.Name = "Wedge"
3854p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3855p43.CanCollide = false
3856p43.Locked = true
3857p43.FormFactor = Enum.FormFactor.Custom
3858p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3859p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3860p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3861p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3862p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3863p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3864p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3865b43 = Instance.new("SpecialMesh", p43)
3866b43.MeshType = Enum.MeshType.Wedge
3867b43.Name = "Mesh"
3868b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3869p44 = Instance.new("WedgePart", m6)
3870p44.BrickColor = BrickColor.new("Black")
3871p44.Material = Enum.Material.SmoothPlastic
3872p44.Name = "Wedge"
3873p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3874p44.CanCollide = false
3875p44.Locked = true
3876p44.FormFactor = Enum.FormFactor.Custom
3877p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3878p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3879p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3880p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3881p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3882p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3883p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3884b44 = Instance.new("SpecialMesh", p44)
3885b44.MeshType = Enum.MeshType.Wedge
3886b44.Name = "Mesh"
3887b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3888p45 = Instance.new("WedgePart", m6)
3889p45.BrickColor = BrickColor.new("Black")
3890p45.Material = Enum.Material.SmoothPlastic
3891p45.Name = "Wedge"
3892p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3893p45.CanCollide = false
3894p45.Locked = true
3895p45.FormFactor = Enum.FormFactor.Custom
3896p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3897p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3898p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3899p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3900p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3901p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3902p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3903b45 = Instance.new("SpecialMesh", p45)
3904b45.MeshType = Enum.MeshType.Wedge
3905b45.Name = "Mesh"
3906b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3907p46 = Instance.new("WedgePart", m6)
3908p46.BrickColor = BrickColor.new("Black")
3909p46.Material = Enum.Material.SmoothPlastic
3910p46.Name = "Wedge"
3911p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3912p46.CanCollide = false
3913p46.Locked = true
3914p46.FormFactor = Enum.FormFactor.Custom
3915p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3916p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3917p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3918p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3919p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3920p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3921p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3922b46 = Instance.new("SpecialMesh", p46)
3923b46.MeshType = Enum.MeshType.Wedge
3924b46.Name = "Mesh"
3925b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3926p47 = Instance.new("Part", m6)
3927p47.BrickColor = BrickColor.new("Black")
3928p47.Material = Enum.Material.SmoothPlastic
3929p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3930p47.CanCollide = false
3931p47.Locked = true
3932p47.FormFactor = Enum.FormFactor.Custom
3933p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3934p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3935p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3936p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3937p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3938p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3939p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3940b47 = Instance.new("BlockMesh", p47)
3941b47.Name = "Mesh"
3942b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3943p48 = Instance.new("Part", m6)
3944p48.BrickColor = BrickColor.new("Black")
3945p48.Material = Enum.Material.SmoothPlastic
3946p48.Name = "CapeLevel4"
3947p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3948p48.CanCollide = false
3949p48.Locked = true
3950p48.FormFactor = Enum.FormFactor.Custom
3951p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3952p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3953p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3954p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3955p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3956p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3957p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3958b48 = Instance.new("BlockMesh", p48)
3959b48.Name = "Mesh"
3960b48.Scale = Vector3.new(1, 1, 0.602178097)
3961p49 = Instance.new("WedgePart", m6)
3962p49.BrickColor = BrickColor.new("Black")
3963p49.Material = Enum.Material.SmoothPlastic
3964p49.Name = "Wedge"
3965p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3966p49.CanCollide = false
3967p49.Locked = true
3968p49.FormFactor = Enum.FormFactor.Custom
3969p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3970p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3971p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3972p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3973p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3974p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3975p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3976b49 = Instance.new("SpecialMesh", p49)
3977b49.MeshType = Enum.MeshType.Wedge
3978b49.Name = "Mesh"
3979b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3980p50 = Instance.new("Part", m6)
3981p50.BrickColor = BrickColor.new("Black")
3982p50.Material = Enum.Material.SmoothPlastic
3983p50.Name = "CapeLevel1SubPart"
3984p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3985p50.CanCollide = false
3986p50.Locked = true
3987p50.FormFactor = Enum.FormFactor.Custom
3988p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3989p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3990p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3991p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3992p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3993p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3994p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3995b50 = Instance.new("BlockMesh", p50)
3996b50.Name = "Mesh"
3997b50.Scale = Vector3.new(1, 1, 0.602178097)
3998p51 = Instance.new("Part", m6)
3999p51.BrickColor = BrickColor.new("Black")
4000p51.Material = Enum.Material.SmoothPlastic
4001p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4002p51.CanCollide = false
4003p51.Locked = true
4004p51.FormFactor = Enum.FormFactor.Custom
4005p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4006p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4007p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4008p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4009p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4010p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4011p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4012b51 = Instance.new("BlockMesh", p51)
4013b51.Name = "Mesh"
4014b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4015p52 = Instance.new("Part", m6)
4016p52.BrickColor = BrickColor.new("Black")
4017p52.Material = Enum.Material.SmoothPlastic
4018p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4019p52.CanCollide = false
4020p52.Locked = true
4021p52.FormFactor = Enum.FormFactor.Custom
4022p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4023p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4024p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4025p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4026p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4027p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4028p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4029b52 = Instance.new("BlockMesh", p52)
4030b52.Name = "Mesh"
4031b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4032p53 = Instance.new("WedgePart", m6)
4033p53.BrickColor = BrickColor.new("Black")
4034p53.Material = Enum.Material.SmoothPlastic
4035p53.Name = "Wedge"
4036p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4037p53.CanCollide = false
4038p53.Locked = true
4039p53.FormFactor = Enum.FormFactor.Custom
4040p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4041p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4042p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4043p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4044p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4045p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4046p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4047b53 = Instance.new("SpecialMesh", p53)
4048b53.MeshType = Enum.MeshType.Wedge
4049b53.Name = "Mesh"
4050b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4051p54 = Instance.new("Part", m6)
4052p54.BrickColor = BrickColor.new("Black")
4053p54.Material = Enum.Material.SmoothPlastic
4054p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4055p54.CanCollide = false
4056p54.Locked = true
4057p54.FormFactor = Enum.FormFactor.Custom
4058p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4059p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4060p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4061p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4062p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4063p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4064p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4065b54 = Instance.new("BlockMesh", p54)
4066b54.Name = "Mesh"
4067b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
4068p55 = Instance.new("WedgePart", m6)
4069p55.BrickColor = BrickColor.new("Black")
4070p55.Material = Enum.Material.SmoothPlastic
4071p55.Name = "Wedge"
4072p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4073p55.CanCollide = false
4074p55.Locked = true
4075p55.FormFactor = Enum.FormFactor.Custom
4076p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4077p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4078p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4079p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4080p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4081p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4082p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4083b55 = Instance.new("SpecialMesh", p55)
4084b55.MeshType = Enum.MeshType.Wedge
4085b55.Name = "Mesh"
4086b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4087p56 = Instance.new("WedgePart", m6)
4088p56.BrickColor = BrickColor.new("Lime green")
4089p56.Material = Enum.Material.SmoothPlastic
4090p56.Name = "Wedge"
4091p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4092p56.CanCollide = false
4093p56.Locked = true
4094p56.FormFactor = Enum.FormFactor.Custom
4095p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4096p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4097p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4098p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4099p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4100p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4101p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4102b56 = Instance.new("SpecialMesh", p56)
4103b56.MeshType = Enum.MeshType.Wedge
4104b56.Name = "Mesh"
4105b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4106p57 = Instance.new("WedgePart", m6)
4107p57.BrickColor = BrickColor.new("Black")
4108p57.Material = Enum.Material.SmoothPlastic
4109p57.Name = "Wedge"
4110p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4111p57.CanCollide = false
4112p57.Locked = true
4113p57.FormFactor = Enum.FormFactor.Custom
4114p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4115p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4116p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4117p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4118p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4119p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4120p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4121b57 = Instance.new("SpecialMesh", p57)
4122b57.MeshType = Enum.MeshType.Wedge
4123b57.Name = "Mesh"
4124b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4125p58 = Instance.new("Part", m6)
4126p58.BrickColor = BrickColor.new("Black")
4127p58.Material = Enum.Material.SmoothPlastic
4128p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4129p58.CanCollide = false
4130p58.Locked = true
4131p58.FormFactor = Enum.FormFactor.Custom
4132p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4133p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4134p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4135p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4136p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4137p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4138p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4139b58 = Instance.new("BlockMesh", p58)
4140b58.Name = "Mesh"
4141b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4142p59 = Instance.new("WedgePart", m6)
4143p59.BrickColor = BrickColor.new("Black")
4144p59.Material = Enum.Material.SmoothPlastic
4145p59.Name = "Wedge"
4146p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4147p59.CanCollide = false
4148p59.Locked = true
4149p59.FormFactor = Enum.FormFactor.Custom
4150p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4151p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4152p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4153p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4154p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4155p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4156p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4157b59 = Instance.new("SpecialMesh", p59)
4158b59.MeshType = Enum.MeshType.Wedge
4159b59.Name = "Mesh"
4160b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4161p60 = Instance.new("Part", m6)
4162p60.BrickColor = BrickColor.new("Black")
4163p60.Material = Enum.Material.SmoothPlastic
4164p60.Name = "NeckPart"
4165p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4166p60.CanCollide = false
4167p60.Locked = true
4168p60.FormFactor = Enum.FormFactor.Custom
4169p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
4170p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4171p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4172p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4173p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4174p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4175p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4176b60 = Instance.new("BlockMesh", p60)
4177b60.Name = "Mesh"
4178b60.Scale = Vector3.new(1, 0.602178097, 1)
4179p61 = Instance.new("Part", m6)
4180p61.BrickColor = BrickColor.new("Black")
4181p61.Material = Enum.Material.SmoothPlastic
4182p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4183p61.CanCollide = false
4184p61.Locked = true
4185p61.FormFactor = Enum.FormFactor.Custom
4186p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4187p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4188p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4189p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4190p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4191p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4192p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4193b61 = Instance.new("BlockMesh", p61)
4194b61.Name = "Mesh"
4195b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4196p62 = Instance.new("WedgePart", m6)
4197p62.BrickColor = BrickColor.new("Black")
4198p62.Material = Enum.Material.SmoothPlastic
4199p62.Name = "Wedge"
4200p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4201p62.CanCollide = false
4202p62.Locked = true
4203p62.FormFactor = Enum.FormFactor.Custom
4204p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4205p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4206p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4207p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4208p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4209p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4210p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4211b62 = Instance.new("SpecialMesh", p62)
4212b62.MeshType = Enum.MeshType.Wedge
4213b62.Name = "Mesh"
4214b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4215p63 = Instance.new("WedgePart", m6)
4216p63.BrickColor = BrickColor.new("Lime green")
4217p63.Material = Enum.Material.SmoothPlastic
4218p63.Name = "Wedge"
4219p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4220p63.CanCollide = false
4221p63.Locked = true
4222p63.FormFactor = Enum.FormFactor.Custom
4223p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4224p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4225p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4226p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4227p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4228p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4229p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4230b63 = Instance.new("SpecialMesh", p63)
4231b63.MeshType = Enum.MeshType.Wedge
4232b63.Name = "Mesh"
4233b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4234p64 = Instance.new("WedgePart", m6)
4235p64.BrickColor = BrickColor.new("Black")
4236p64.Material = Enum.Material.SmoothPlastic
4237p64.Name = "Wedge"
4238p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4239p64.CanCollide = false
4240p64.Locked = true
4241p64.FormFactor = Enum.FormFactor.Custom
4242p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4243p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4244p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4245p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4246p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4247p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4248p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4249b64 = Instance.new("SpecialMesh", p64)
4250b64.MeshType = Enum.MeshType.Wedge
4251b64.Name = "Mesh"
4252b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4253p65 = Instance.new("WedgePart", m6)
4254p65.BrickColor = BrickColor.new("Black")
4255p65.Material = Enum.Material.SmoothPlastic
4256p65.Name = "Wedge"
4257p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4258p65.CanCollide = false
4259p65.Locked = true
4260p65.FormFactor = Enum.FormFactor.Custom
4261p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4262p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4263p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4264p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4265p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4266p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4267p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4268b65 = Instance.new("SpecialMesh", p65)
4269b65.MeshType = Enum.MeshType.Wedge
4270b65.Name = "Mesh"
4271b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4272p66 = Instance.new("WedgePart", m6)
4273p66.BrickColor = BrickColor.new("Black")
4274p66.Material = Enum.Material.SmoothPlastic
4275p66.Name = "Wedge"
4276p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4277p66.CanCollide = false
4278p66.Locked = true
4279p66.FormFactor = Enum.FormFactor.Custom
4280p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4281p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4282p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4283p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4284p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4285p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4286p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4287b66 = Instance.new("SpecialMesh", p66)
4288b66.MeshType = Enum.MeshType.Wedge
4289b66.Name = "Mesh"
4290b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4291p67 = Instance.new("WedgePart", m6)
4292p67.BrickColor = BrickColor.new("Black")
4293p67.Material = Enum.Material.SmoothPlastic
4294p67.Name = "Wedge"
4295p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4296p67.CanCollide = false
4297p67.Locked = true
4298p67.FormFactor = Enum.FormFactor.Custom
4299p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4300p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4301p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4302p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4303p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4304p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4305p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4306b67 = Instance.new("SpecialMesh", p67)
4307b67.MeshType = Enum.MeshType.Wedge
4308b67.Name = "Mesh"
4309b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4310p68 = Instance.new("WedgePart", m6)
4311p68.BrickColor = BrickColor.new("Lime green")
4312p68.Name = "Wedge"
4313p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4314p68.CanCollide = false
4315p68.Locked = true
4316p68.FormFactor = Enum.FormFactor.Custom
4317p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4318p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4319p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4320p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4321p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4322p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4323p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4324b68 = Instance.new("SpecialMesh", p68)
4325b68.MeshType = Enum.MeshType.Wedge
4326b68.Name = "Mesh"
4327b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4328p69 = Instance.new("WedgePart", m6)
4329p69.BrickColor = BrickColor.new("Lime green")
4330p69.Name = "Wedge"
4331p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4332p69.CanCollide = false
4333p69.Locked = true
4334p69.FormFactor = Enum.FormFactor.Custom
4335p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4336p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4337p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4338p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4339p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4340p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4341p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4342b69 = Instance.new("SpecialMesh", p69)
4343b69.MeshType = Enum.MeshType.Wedge
4344b69.Name = "Mesh"
4345b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4346p70 = Instance.new("WedgePart", m6)
4347p70.BrickColor = BrickColor.new("Black")
4348p70.Material = Enum.Material.SmoothPlastic
4349p70.Name = "Wedge"
4350p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4351p70.CanCollide = false
4352p70.Locked = true
4353p70.FormFactor = Enum.FormFactor.Custom
4354p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4355p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4356p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4357p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4358p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4359p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4360p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4361b70 = Instance.new("SpecialMesh", p70)
4362b70.MeshType = Enum.MeshType.Wedge
4363b70.Name = "Mesh"
4364b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4365p71 = Instance.new("WedgePart", m6)
4366p71.BrickColor = BrickColor.new("Lime green")
4367p71.Name = "Wedge"
4368p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4369p71.CanCollide = false
4370p71.Locked = true
4371p71.FormFactor = Enum.FormFactor.Custom
4372p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4373p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4374p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4375p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4376p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4377p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4378p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4379b71 = Instance.new("SpecialMesh", p71)
4380b71.MeshType = Enum.MeshType.Wedge
4381b71.Name = "Mesh"
4382b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4383p72 = Instance.new("WedgePart", m6)
4384p72.BrickColor = BrickColor.new("Black")
4385p72.Material = Enum.Material.SmoothPlastic
4386p72.Name = "Wedge"
4387p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4388p72.CanCollide = false
4389p72.Locked = true
4390p72.FormFactor = Enum.FormFactor.Custom
4391p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4392p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4393p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4394p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4395p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4396p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4397p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4398b72 = Instance.new("SpecialMesh", p72)
4399b72.MeshType = Enum.MeshType.Wedge
4400b72.Name = "Mesh"
4401b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4402p73 = Instance.new("WedgePart", m6)
4403p73.BrickColor = BrickColor.new("Black")
4404p73.Material = Enum.Material.SmoothPlastic
4405p73.Name = "Wedge"
4406p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4407p73.CanCollide = false
4408p73.Locked = true
4409p73.FormFactor = Enum.FormFactor.Custom
4410p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4411p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4412p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4413p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4414p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4415p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4416p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4417b73 = Instance.new("SpecialMesh", p73)
4418b73.MeshType = Enum.MeshType.Wedge
4419b73.Name = "Mesh"
4420b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4421p74 = Instance.new("WedgePart", m6)
4422p74.BrickColor = BrickColor.new("Black")
4423p74.Material = Enum.Material.SmoothPlastic
4424p74.Name = "Wedge"
4425p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4426p74.CanCollide = false
4427p74.Locked = true
4428p74.FormFactor = Enum.FormFactor.Custom
4429p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4430p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4431p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4432p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4433p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4434p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4435p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4436b74 = Instance.new("SpecialMesh", p74)
4437b74.MeshType = Enum.MeshType.Wedge
4438b74.Name = "Mesh"
4439b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4440p75 = Instance.new("WedgePart", m6)
4441p75.BrickColor = BrickColor.new("Black")
4442p75.Material = Enum.Material.SmoothPlastic
4443p75.Name = "Wedge"
4444p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4445p75.CanCollide = false
4446p75.Locked = true
4447p75.FormFactor = Enum.FormFactor.Custom
4448p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4449p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4450p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4451p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4452p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4453p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4454p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4455b75 = Instance.new("SpecialMesh", p75)
4456b75.MeshType = Enum.MeshType.Wedge
4457b75.Name = "Mesh"
4458b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4459p76 = Instance.new("WedgePart", m6)
4460p76.BrickColor = BrickColor.new("Black")
4461p76.Material = Enum.Material.SmoothPlastic
4462p76.Name = "Wedge"
4463p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4464p76.CanCollide = false
4465p76.Locked = true
4466p76.FormFactor = Enum.FormFactor.Custom
4467p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4468p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4469p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4470p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4471p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4472p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4473p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4474b76 = Instance.new("SpecialMesh", p76)
4475b76.MeshType = Enum.MeshType.Wedge
4476b76.Name = "Mesh"
4477b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4478p77 = Instance.new("WedgePart", m6)
4479p77.BrickColor = BrickColor.new("Lime green")
4480p77.Material = Enum.Material.SmoothPlastic
4481p77.Name = "Wedge"
4482p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4483p77.CanCollide = false
4484p77.Locked = true
4485p77.FormFactor = Enum.FormFactor.Custom
4486p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4487p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4488p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4489p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4490p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4491p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4492p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4493b77 = Instance.new("SpecialMesh", p77)
4494b77.MeshType = Enum.MeshType.Wedge
4495b77.Name = "Mesh"
4496b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4497p78 = Instance.new("WedgePart", m6)
4498p78.BrickColor = BrickColor.new("Black")
4499p78.Material = Enum.Material.SmoothPlastic
4500p78.Name = "Wedge"
4501p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4502p78.CanCollide = false
4503p78.Locked = true
4504p78.FormFactor = Enum.FormFactor.Custom
4505p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4506p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4507p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4508p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4509p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4510p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4511p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4512b78 = Instance.new("SpecialMesh", p78)
4513b78.MeshType = Enum.MeshType.Wedge
4514b78.Name = "Mesh"
4515b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4516p79 = Instance.new("WedgePart", m6)
4517p79.BrickColor = BrickColor.new("Lime green")
4518p79.Material = Enum.Material.SmoothPlastic
4519p79.Name = "Wedge"
4520p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4521p79.CanCollide = false
4522p79.Locked = true
4523p79.FormFactor = Enum.FormFactor.Custom
4524p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4525p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4526p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4527p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4528p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4529p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4530p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4531b79 = Instance.new("SpecialMesh", p79)
4532b79.MeshType = Enum.MeshType.Wedge
4533b79.Name = "Mesh"
4534b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4535p80 = Instance.new("WedgePart", m6)
4536p80.BrickColor = BrickColor.new("Black")
4537p80.Material = Enum.Material.SmoothPlastic
4538p80.Name = "Wedge"
4539p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4540p80.CanCollide = false
4541p80.Locked = true
4542p80.FormFactor = Enum.FormFactor.Custom
4543p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4544p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4545p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4546p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4547p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4548p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4549p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4550b80 = Instance.new("SpecialMesh", p80)
4551b80.MeshType = Enum.MeshType.Wedge
4552b80.Name = "Mesh"
4553b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4554w1 = Instance.new("Weld", p1)
4555w1.Name = "Joint"
4556w1.Part0 = p1
4557w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4558w1.Part1 = p47
4559w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4560w2 = Instance.new("Weld", p2)
4561w2.Name = "Joint"
4562w2.Part0 = p2
4563w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4564w2.Part1 = p11
4565w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4566w3 = Instance.new("Weld", p3)
4567w3.Name = "Joint"
4568w3.Part0 = p3
4569w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4570w3.Part1 = p50
4571w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4572w4 = Instance.new("Weld", p4)
4573w4.Name = "Joint"
4574w4.Part0 = p4
4575w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4576w4.Part1 = p5
4577w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4578w5 = Instance.new("Weld", p5)
4579w5.Name = "Joint"
4580w5.Part0 = p5
4581w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4582w5.Part1 = p27
4583w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4584w6 = Instance.new("Weld", p6)
4585w6.Name = "Joint"
4586w6.Part0 = p6
4587w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4588w6.Part1 = p14
4589w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4590w7 = Instance.new("Weld", p7)
4591w7.Name = "Joint"
4592w7.Part0 = p7
4593w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4594w7.Part1 = p10
4595w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4596w8 = Instance.new("Weld", p8)
4597w8.Name = "Joint"
4598w8.Part0 = p8
4599w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4600w8.Part1 = p32
4601w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4602w9 = Instance.new("Weld", p9)
4603w9.Name = "Joint"
4604w9.Part0 = p9
4605w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4606w9.Part1 = p16
4607w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4608w10 = Instance.new("Weld", p10)
4609w10.Name = "Joint"
4610w10.Part0 = p10
4611w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4612w10.Part1 = p61
4613w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4614w11 = Instance.new("Weld", p11)
4615w11.Name = "Joint"
4616w11.Part0 = p11
4617w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4618w11.Part1 = p13
4619w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4620w12 = Instance.new("Weld", p12)
4621w12.Name = "Joint"
4622w12.Part0 = p12
4623w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4624w12.Part1 = p29
4625w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4626w13 = Instance.new("Weld", p13)
4627w13.Name = "Joint"
4628w13.Part0 = p13
4629w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4630w13.Part1 = p48
4631w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4632w14 = Instance.new("Weld", p14)
4633w14.Name = "Joint"
4634w14.Part0 = p14
4635w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4636w14.Part1 = p60
4637w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4638w15 = Instance.new("Weld", p15)
4639w15.Name = "Joint"
4640w15.Part0 = p15
4641w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4642w15.Part1 = p17
4643w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4644w16 = Instance.new("Weld", p16)
4645w16.Name = "Joint"
4646w16.Part0 = p16
4647w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4648w16.Part1 = p48
4649w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4650w17 = Instance.new("Weld", p17)
4651w17.Name = "Joint"
4652w17.Part0 = p17
4653w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4654w17.Part1 = p50
4655w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4656w18 = Instance.new("Weld", p18)
4657w18.Name = "Joint"
4658w18.Part0 = p18
4659w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4660w18.Part1 = p50
4661w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4662w19 = Instance.new("Weld", p19)
4663w19.Name = "Joint"
4664w19.Part0 = p19
4665w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4666w19.Part1 = p54
4667w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4668w20 = Instance.new("Weld", p20)
4669w20.Name = "Joint"
4670w20.Part0 = p20
4671w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4672w20.Part1 = p21
4673w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4674w21 = Instance.new("Weld", p21)
4675w21.Name = "Joint"
4676w21.Part0 = p21
4677w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4678w21.Part1 = p37
4679w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4680w22 = Instance.new("Weld", p22)
4681w22.Name = "Joint"
4682w22.Part0 = p22
4683w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4684w22.Part1 = p8
4685w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4686w23 = Instance.new("Weld", p23)
4687w23.Name = "Joint"
4688w23.Part0 = p23
4689w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4690w23.Part1 = p35
4691w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4692w24 = Instance.new("Weld", p24)
4693w24.Name = "Joint"
4694w24.Part0 = p24
4695w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4696w24.Part1 = p48
4697w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4698w25 = Instance.new("Weld", p25)
4699w25.Name = "Joint"
4700w25.Part0 = p25
4701w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4702w25.Part1 = p8
4703w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4704w26 = Instance.new("Weld", p26)
4705w26.Name = "Joint"
4706w26.Part0 = p26
4707w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4708w26.Part1 = p6
4709w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4710w27 = Instance.new("Weld", p27)
4711w27.Name = "Joint"
4712w27.Part0 = p27
4713w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4714w27.Part1 = p48
4715w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4716w28 = Instance.new("Weld", p28)
4717w28.Name = "Joint"
4718w28.Part0 = p28
4719w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4720w28.Part1 = p35
4721w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4722w29 = Instance.new("Weld", p29)
4723w29.Name = "Joint"
4724w29.Part0 = p29
4725w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4726w29.Part1 = p37
4727w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4728w30 = Instance.new("Weld", p30)
4729w30.Name = "Joint"
4730w30.Part0 = p30
4731w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4732w30.Part1 = p20
4733w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4734w31 = Instance.new("Weld", p31)
4735w31.Name = "Joint"
4736w31.Part0 = p31
4737w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4738w31.Part1 = p16
4739w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4740w32 = Instance.new("Weld", p32)
4741w32.Name = "Joint"
4742w32.Part0 = p32
4743w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4744w32.Part1 = p48
4745w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4746w33 = Instance.new("Weld", p33)
4747w33.Name = "Joint"
4748w33.Part0 = p33
4749w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4750w33.Part1 = p21
4751w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4752w34 = Instance.new("Weld", p34)
4753w34.Name = "Joint"
4754w34.Part0 = p34
4755w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4756w34.Part1 = p27
4757w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4758w35 = Instance.new("Weld", p35)
4759w35.Name = "Joint"
4760w35.Part0 = p35
4761w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4762w35.Part1 = p58
4763w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4764w36 = Instance.new("Weld", p36)
4765w36.Name = "Joint"
4766w36.Part0 = p36
4767w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4768w36.Part1 = p29
4769w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4770w37 = Instance.new("Weld", p37)
4771w37.Name = "Joint"
4772w37.Part0 = p37
4773w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4774w37.Part1 = p3
4775w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4776w38 = Instance.new("Weld", p38)
4777w38.Name = "Joint"
4778w38.Part0 = p38
4779w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4780w38.Part1 = p4
4781w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4782w39 = Instance.new("Weld", p39)
4783w39.Name = "Joint"
4784w39.Part0 = p39
4785w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4786w39.Part1 = p12
4787w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4788w40 = Instance.new("Weld", p40)
4789w40.Name = "Joint"
4790w40.Part0 = p40
4791w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4792w40.Part1 = p52
4793w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4794w41 = Instance.new("Weld", p41)
4795w41.Name = "Joint"
4796w41.Part0 = p41
4797w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4798w41.Part1 = p5
4799w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4800w42 = Instance.new("Weld", p42)
4801w42.Name = "Joint"
4802w42.Part0 = p42
4803w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4804w42.Part1 = p8
4805w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4806w43 = Instance.new("Weld", p43)
4807w43.Name = "Joint"
4808w43.Part0 = p43
4809w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4810w43.Part1 = p5
4811w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4812w44 = Instance.new("Weld", p44)
4813w44.Name = "Joint"
4814w44.Part0 = p44
4815w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4816w44.Part1 = p15
4817w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4818w45 = Instance.new("Weld", p45)
4819w45.Name = "Joint"
4820w45.Part0 = p45
4821w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4822w45.Part1 = p11
4823w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4824w46 = Instance.new("Weld", p46)
4825w46.Name = "Joint"
4826w46.Part0 = p46
4827w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4828w46.Part1 = p6
4829w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4830w47 = Instance.new("Weld", p47)
4831w47.Name = "Joint"
4832w47.Part0 = p47
4833w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4834w47.Part1 = p18
4835w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4836w48 = Instance.new("Weld", p48)
4837w48.Name = "Joint"
4838w48.Part0 = p48
4839w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4840w48.Part1 = p37
4841w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4842w49 = Instance.new("Weld", p49)
4843w49.Name = "Joint"
4844w49.Part0 = p49
4845w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4846w49.Part1 = p47
4847w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4848w50 = Instance.new("Weld", p50)
4849w50.Name = "Joint"
4850w50.Part0 = p50
4851w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4852w50.Part1 = p6
4853w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4854w51 = Instance.new("Weld", p51)
4855w51.Name = "Joint"
4856w51.Part0 = p51
4857w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4858w51.Part1 = p52
4859w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4860w52 = Instance.new("Weld", p52)
4861w52.Name = "Joint"
4862w52.Part0 = p52
4863w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4864w52.Part1 = p3
4865w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4866w53 = Instance.new("Weld", p53)
4867w53.Name = "Joint"
4868w53.Part0 = p53
4869w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4870w53.Part1 = p9
4871w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4872w54 = Instance.new("Weld", p54)
4873w54.Name = "Joint"
4874w54.Part0 = p54
4875w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4876w54.Part1 = p9
4877w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4878w55 = Instance.new("Weld", p55)
4879w55.Name = "Joint"
4880w55.Part0 = p55
4881w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4882w55.Part1 = p8
4883w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4884w56 = Instance.new("Weld", p56)
4885w56.Name = "Joint"
4886w56.Part0 = p56
4887w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4888w56.Part1 = p20
4889w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4890w57 = Instance.new("Weld", p57)
4891w57.Name = "Joint"
4892w57.Part0 = p57
4893w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4894w57.Part1 = p47
4895w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4896w58 = Instance.new("Weld", p58)
4897w58.Name = "Joint"
4898w58.Part0 = p58
4899w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4900w58.Part1 = p3
4901w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4902w59 = Instance.new("Weld", p59)
4903w59.Name = "Joint"
4904w59.Part0 = p59
4905w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4906w59.Part1 = p32
4907w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4908w60 = Instance.new("Weld", p61)
4909w60.Name = "Joint"
4910w60.Part0 = p61
4911w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4912w60.Part1 = p48
4913w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4914w61 = Instance.new("Weld", p62)
4915w61.Name = "Joint"
4916w61.Part0 = p62
4917w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4918w61.Part1 = p10
4919w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4920w62 = Instance.new("Weld", p63)
4921w62.Name = "Joint"
4922w62.Part0 = p63
4923w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4924w62.Part1 = p7
4925w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4926w63 = Instance.new("Weld", p64)
4927w63.Name = "Joint"
4928w63.Part0 = p64
4929w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4930w63.Part1 = p54
4931w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4932w64 = Instance.new("Weld", p65)
4933w64.Name = "Joint"
4934w64.Part0 = p65
4935w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4936w64.Part1 = p13
4937w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4938w65 = Instance.new("Weld", p66)
4939w65.Name = "Joint"
4940w65.Part0 = p66
4941w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4942w65.Part1 = p52
4943w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4944w66 = Instance.new("Weld", p67)
4945w66.Name = "Joint"
4946w66.Part0 = p67
4947w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4948w66.Part1 = p16
4949w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4950w67 = Instance.new("Weld", p68)
4951w67.Name = "Joint"
4952w67.Part0 = p68
4953w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4954w67.Part1 = p11
4955w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4956w68 = Instance.new("Weld", p69)
4957w68.Name = "Joint"
4958w68.Part0 = p69
4959w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4960w68.Part1 = p11
4961w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4962w69 = Instance.new("Weld", p70)
4963w69.Name = "Joint"
4964w69.Part0 = p70
4965w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4966w69.Part1 = p58
4967w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4968w70 = Instance.new("Weld", p71)
4969w70.Name = "Joint"
4970w70.Part0 = p71
4971w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4972w70.Part1 = p54
4973w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4974w71 = Instance.new("Weld", p72)
4975w71.Name = "Joint"
4976w71.Part0 = p72
4977w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4978w71.Part1 = p9
4979w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4980w72 = Instance.new("Weld", p73)
4981w72.Name = "Joint"
4982w72.Part0 = p73
4983w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4984w72.Part1 = p13
4985w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4986w73 = Instance.new("Weld", p74)
4987w73.Name = "Joint"
4988w73.Part0 = p74
4989w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4990w73.Part1 = p10
4991w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4992w74 = Instance.new("Weld", p75)
4993w74.Name = "Joint"
4994w74.Part0 = p75
4995w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4996w74.Part1 = p54
4997w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4998w75 = Instance.new("Weld", p76)
4999w75.Name = "Joint"
5000w75.Part0 = p76
5001w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
5002w75.Part1 = p32
5003w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5004w76 = Instance.new("Weld", p77)
5005w76.Name = "Joint"
5006w76.Part0 = p77
5007w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5008w76.Part1 = p15
5009w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5010w77 = Instance.new("Weld", p78)
5011w77.Name = "Joint"
5012w77.Part0 = p78
5013w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5014w77.Part1 = p15
5015w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5016w78 = Instance.new("Weld", p79)
5017w78.Name = "Joint"
5018w78.Part0 = p79
5019w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
5020w78.Part1 = p51
5021w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5022w79 = Instance.new("Weld", p80)
5023w79.Name = "Joint"
5024w79.Part0 = p80
5025w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
5026w79.Part1 = p12
5027w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5028m6.Parent = torso
5029m6:MakeJoints()
5030----------------------------------------------------
5031local cor6 = Instance.new("Part", torso.Cloak)
5032cor6.Name = "Thingy"
5033cor6.Locked = true
5034cor6.BottomSurface = 0
5035cor6.CanCollide = false
5036cor6.Size = Vector3.new(1,1,1)
5037cor6.Transparency = 1
5038cor6.TopSurface = 0
5039corw6 = Instance.new("Weld", cor6)
5040corw6.Part0 = torso
5041corw6.Part1 = cor6
5042corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5043corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5044weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5045weld6.Part0 = cor6
5046weld6.Part1 = torso.Cloak.NeckPart
5047weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5048--Amulet
5049m7 = Instance.new("Model")
5050m7.Name = "Amulet"
5051p1 = Instance.new("Part", m7)
5052p1.BrickColor = BrickColor.new("Lime green")
5053p1.Material = Enum.Material.Neon
5054p1.Name = "Center"
5055p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5056p1.CanCollide = false
5057p1.Locked = true
5058p1.FormFactor = Enum.FormFactor.Custom
5059p1.Shape = Enum.PartType.Cylinder
5060p1.Size = Vector3.new(0.5, 0.5, 0.5)
5061p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5062p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5063p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5064p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5065p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5066p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5067p2 = Instance.new("Part", m7)
5068p2.BrickColor = BrickColor.new("Really black")
5069p2.Material = Enum.Material.Metal
5070p2.Name = "Bottom"
5071p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5072p2.CanCollide = false
5073p2.Locked = true
5074p2.FormFactor = Enum.FormFactor.Custom
5075p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5076p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5077p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5078p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5079p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5080p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5081p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5082b1 = Instance.new("SpecialMesh", p2)
5083b1.MeshType = Enum.MeshType.Cylinder
5084b1.Name = "Mesh"
5085p3 = Instance.new("Part", m7)
5086p3.BrickColor = BrickColor.new("Really black")
5087p3.Material = Enum.Material.Metal
5088p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5089p3.CanCollide = false
5090p3.Locked = true
5091p3.FormFactor = Enum.FormFactor.Custom
5092p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5093p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5094p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5095p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5096p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5097p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5098p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5099b2 = Instance.new("SpecialMesh", p3)
5100b2.MeshType = Enum.MeshType.Brick
5101b2.Name = "Mesh"
5102b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5103p4 = Instance.new("Part", m7)
5104p4.BrickColor = BrickColor.new("Really black")
5105p4.Material = Enum.Material.Metal
5106p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5107p4.CanCollide = false
5108p4.Locked = true
5109p4.FormFactor = Enum.FormFactor.Custom
5110p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5111p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5112p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5113p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5114p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5115p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5116p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5117b3 = Instance.new("SpecialMesh", p4)
5118b3.MeshType = Enum.MeshType.Brick
5119b3.Name = "Mesh"
5120b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5121p5 = Instance.new("Part", m7)
5122p5.BrickColor = BrickColor.new("Really black")
5123p5.Material = Enum.Material.Metal
5124p5.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)
5125p5.CanCollide = false
5126p5.Locked = true
5127p5.FormFactor = Enum.FormFactor.Custom
5128p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5129p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5130p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5131p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5132p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5133p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5134p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5135b4 = Instance.new("SpecialMesh", p5)
5136b4.MeshType = Enum.MeshType.Brick
5137b4.Name = "Mesh"
5138b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5139p6 = Instance.new("Part", m7)
5140p6.BrickColor = BrickColor.new("Really black")
5141p6.Material = Enum.Material.Metal
5142p6.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)
5143p6.CanCollide = false
5144p6.Locked = true
5145p6.FormFactor = Enum.FormFactor.Custom
5146p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5147p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5148p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5149p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5150p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5151p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5152p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5153b5 = Instance.new("SpecialMesh", p6)
5154b5.MeshType = Enum.MeshType.Brick
5155b5.Name = "Mesh"
5156b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5157p7 = Instance.new("Part", m7)
5158p7.BrickColor = BrickColor.new("Really black")
5159p7.Material = Enum.Material.Metal
5160p7.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)
5161p7.CanCollide = false
5162p7.Locked = true
5163p7.FormFactor = Enum.FormFactor.Custom
5164p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5165p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5166p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5167p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5168p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5169p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5170p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5171b6 = Instance.new("SpecialMesh", p7)
5172b6.MeshType = Enum.MeshType.Brick
5173b6.Name = "Mesh"
5174b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5175p8 = Instance.new("Part", m7)
5176p8.BrickColor = BrickColor.new("Really black")
5177p8.Material = Enum.Material.Metal
5178p8.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)
5179p8.CanCollide = false
5180p8.Locked = true
5181p8.FormFactor = Enum.FormFactor.Custom
5182p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5183p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5184p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5185p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5186p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5187p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5188p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5189b7 = Instance.new("SpecialMesh", p8)
5190b7.MeshType = Enum.MeshType.Brick
5191b7.Name = "Mesh"
5192b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5193p9 = Instance.new("Part", m7)
5194p9.BrickColor = BrickColor.new("Really black")
5195p9.Material = Enum.Material.Metal
5196p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5197p9.CanCollide = false
5198p9.Locked = true
5199p9.FormFactor = Enum.FormFactor.Custom
5200p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5201p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5202p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5203p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5204p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5205p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5206p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5207b8 = Instance.new("SpecialMesh", p9)
5208b8.MeshType = Enum.MeshType.Brick
5209b8.Name = "Mesh"
5210b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5211p10 = Instance.new("Part", m7)
5212p10.BrickColor = BrickColor.new("Really black")
5213p10.Material = Enum.Material.Metal
5214p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
5215p10.CanCollide = false
5216p10.Locked = true
5217p10.FormFactor = Enum.FormFactor.Custom
5218p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5219p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5220p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5221p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5222p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5223p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5224p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5225b9 = Instance.new("SpecialMesh", p10)
5226b9.MeshType = Enum.MeshType.Brick
5227b9.Name = "Mesh"
5228b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5229p11 = Instance.new("Part", m7)
5230p11.BrickColor = BrickColor.new("Really black")
5231p11.Material = Enum.Material.Metal
5232p11.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)
5233p11.CanCollide = false
5234p11.Locked = true
5235p11.FormFactor = Enum.FormFactor.Custom
5236p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5237p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5238p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5239p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5240p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5241p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5242p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5243b10 = Instance.new("SpecialMesh", p11)
5244b10.MeshType = Enum.MeshType.Brick
5245b10.Name = "Mesh"
5246b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5247p12 = Instance.new("Part", m7)
5248p12.BrickColor = BrickColor.new("Really black")
5249p12.Material = Enum.Material.Metal
5250p12.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)
5251p12.CanCollide = false
5252p12.Locked = true
5253p12.FormFactor = Enum.FormFactor.Custom
5254p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5255p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5256p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5257p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5258p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5259p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5260p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5261b11 = Instance.new("SpecialMesh", p12)
5262b11.MeshType = Enum.MeshType.Brick
5263b11.Name = "Mesh"
5264b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5265p13 = Instance.new("Part", m7)
5266p13.BrickColor = BrickColor.new("Really black")
5267p13.Material = Enum.Material.Metal
5268p13.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)
5269p13.CanCollide = false
5270p13.Locked = true
5271p13.FormFactor = Enum.FormFactor.Custom
5272p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5273p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5274p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5275p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5276p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5277p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5278p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5279b12 = Instance.new("SpecialMesh", p13)
5280b12.MeshType = Enum.MeshType.Brick
5281b12.Name = "Mesh"
5282b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5283p14 = Instance.new("Part", m7)
5284p14.BrickColor = BrickColor.new("Really black")
5285p14.Material = Enum.Material.Metal
5286p14.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)
5287p14.CanCollide = false
5288p14.Locked = true
5289p14.FormFactor = Enum.FormFactor.Custom
5290p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5291p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5292p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5293p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5294p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5295p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5296p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5297b13 = Instance.new("SpecialMesh", p14)
5298b13.MeshType = Enum.MeshType.Brick
5299b13.Name = "Mesh"
5300b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5301p15 = Instance.new("Part", m7)
5302p15.BrickColor = BrickColor.new("Really black")
5303p15.Material = Enum.Material.Metal
5304p15.Name = "Top"
5305p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5306p15.CanCollide = false
5307p15.Locked = true
5308p15.FormFactor = Enum.FormFactor.Custom
5309p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5310p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5311p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5312p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5313p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5314p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5315p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5316b14 = Instance.new("SpecialMesh", p15)
5317b14.MeshType = Enum.MeshType.Cylinder
5318b14.Name = "Mesh"
5319w1 = Instance.new("Weld", p1)
5320w1.Name = "Joint"
5321w1.Part0 = p1
5322w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5323w1.Part1 = p15
5324w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5325w2 = Instance.new("Weld", p2)
5326w2.Name = "Joint"
5327w2.Part0 = p2
5328w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5329w2.Part1 = p1
5330w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5331w3 = Instance.new("Weld", p3)
5332w3.Name = "Joint"
5333w3.Part0 = p3
5334w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5335w3.Part1 = p1
5336w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5337w4 = Instance.new("Weld", p4)
5338w4.Name = "Joint"
5339w4.Part0 = p4
5340w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5341w4.Part1 = p1
5342w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5343w5 = Instance.new("Weld", p5)
5344w5.Name = "Joint"
5345w5.Part0 = p5
5346w5.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)
5347w5.Part1 = p1
5348w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5349w6 = Instance.new("Weld", p6)
5350w6.Name = "Joint"
5351w6.Part0 = p6
5352w6.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)
5353w6.Part1 = p1
5354w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5355w7 = Instance.new("Weld", p7)
5356w7.Name = "Joint"
5357w7.Part0 = p7
5358w7.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)
5359w7.Part1 = p1
5360w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5361w8 = Instance.new("Weld", p8)
5362w8.Name = "Joint"
5363w8.Part0 = p8
5364w8.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)
5365w8.Part1 = p1
5366w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5367w9 = Instance.new("Weld", p9)
5368w9.Name = "Joint"
5369w9.Part0 = p9
5370w9.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)
5371w9.Part1 = p1
5372w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5373w10 = Instance.new("Weld", p10)
5374w10.Name = "Joint"
5375w10.Part0 = p10
5376w10.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)
5377w10.Part1 = p1
5378w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5379w11 = Instance.new("Weld", p11)
5380w11.Name = "Joint"
5381w11.Part0 = p11
5382w11.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)
5383w11.Part1 = p1
5384w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5385w12 = Instance.new("Weld", p12)
5386w12.Name = "Joint"
5387w12.Part0 = p12
5388w12.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)
5389w12.Part1 = p1
5390w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5391w13 = Instance.new("Weld", p13)
5392w13.Name = "Joint"
5393w13.Part0 = p13
5394w13.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)
5395w13.Part1 = p1
5396w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5397w14 = Instance.new("Weld", p14)
5398w14.Name = "Joint"
5399w14.Part0 = p14
5400w14.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)
5401w14.Part1 = p1
5402w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
5403m7.Parent = torso
5404m7:MakeJoints()
5405----------------------------------------------------
5406local cor7 = Instance.new("Part", torso.Amulet)
5407cor7.Name = "Thingy"
5408cor7.Locked = true
5409cor7.BottomSurface = 0
5410cor7.CanCollide = false
5411cor7.Size = Vector3.new(1, 1, 1)
5412cor7.Transparency = 1
5413cor7.TopSurface = 0
5414corw7 = Instance.new("Weld", cor7)
5415corw7.Part0 = torso.Torso.Connection
5416corw7.Part1 = cor7
5417corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
5418corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
5419weld7 = Instance.new("Weld", torso.Amulet)
5420weld7.Part0 = cor7
5421weld7.Part1 = torso.Amulet.Top
5422weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5423--Zyrodoxa
5424m8 = Instance.new("Model")
5425m8.Name = "Zyrodoxa"
5426p1 = Instance.new("Part", m8)
5427p1.BrickColor = BrickColor.new("Really black")
5428p1.Material = Enum.Material.Metal
5429p1.Reflectance = 0.40000000596046
5430p1.Name = "Block"
5431p1.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)
5432p1.CanCollide = false
5433p1.Locked = true
5434p1.FormFactor = Enum.FormFactor.Custom
5435p1.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5436p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5437p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5438p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5439p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5440p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5441p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5442b1 = Instance.new("BlockMesh", p1)
5443b1.Name = "Mesh"
5444b1.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5445p2 = Instance.new("Part", m8)
5446p2.BrickColor = BrickColor.new("Black")
5447p2.Material = Enum.Material.Metal
5448p2.Reflectance = 0.40000000596046
5449p2.Name = "Block"
5450p2.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)
5451p2.CanCollide = false
5452p2.Locked = true
5453p2.FormFactor = Enum.FormFactor.Custom
5454p2.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5455p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5456p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5457p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5458p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5459p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5460p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5461b2 = Instance.new("BlockMesh", p2)
5462b2.Name = "Mesh"
5463b2.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5464p3 = Instance.new("Part", m8)
5465p3.BrickColor = BrickColor.new("Black")
5466p3.Material = Enum.Material.Metal
5467p3.Reflectance = 0.40000000596046
5468p3.Name = "Block"
5469p3.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)
5470p3.CanCollide = false
5471p3.Locked = true
5472p3.FormFactor = Enum.FormFactor.Custom
5473p3.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5474p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5475p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5476p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5477p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5478p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5479p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5480b3 = Instance.new("BlockMesh", p3)
5481b3.Name = "Mesh"
5482b3.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5483p4 = Instance.new("Part", m8)
5484p4.BrickColor = BrickColor.new("Lime green")
5485p4.Material = Enum.Material.Metal
5486p4.Name = "Block"
5487p4.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)
5488p4.CanCollide = false
5489p4.Locked = true
5490p4.FormFactor = Enum.FormFactor.Custom
5491p4.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5492p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5493p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5494p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5495p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5496p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5497p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5498b4 = Instance.new("BlockMesh", p4)
5499b4.Name = "Mesh"
5500b4.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5501p5 = Instance.new("Part", m8)
5502p5.BrickColor = BrickColor.new("Lime green")
5503p5.Material = Enum.Material.Neon
5504p5.Reflectance = 0.40000000596046
5505p5.Name = "Block"
5506p5.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)
5507p5.CanCollide = false
5508p5.Locked = true
5509p5.FormFactor = Enum.FormFactor.Custom
5510p5.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5511p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5512p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5513p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5514p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5515p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5516p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5517b5 = Instance.new("BlockMesh", p5)
5518b5.Name = "Mesh"
5519b5.Scale = Vector3.new(0.334640861, 0.200784534, 0.669281721)
5520p6 = Instance.new("Part", m8)
5521p6.BrickColor = BrickColor.new("Parsley green")
5522p6.Material = Enum.Material.Metal
5523p6.Name = "Block"
5524p6.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)
5525p6.CanCollide = false
5526p6.Locked = true
5527p6.FormFactor = Enum.FormFactor.Custom
5528p6.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5529p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5530p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5531p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5532p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5533p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5534p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5535b6 = Instance.new("BlockMesh", p6)
5536b6.Name = "Mesh"
5537b6.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5538p7 = Instance.new("Part", m8)
5539p7.BrickColor = BrickColor.new("Lime green")
5540p7.Material = Enum.Material.Neon
5541p7.Reflectance = 0.40000000596046
5542p7.Name = "Block"
5543p7.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)
5544p7.CanCollide = false
5545p7.Locked = true
5546p7.FormFactor = Enum.FormFactor.Custom
5547p7.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5548p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5549p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5550p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5551p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5552p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5553p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5554b7 = Instance.new("BlockMesh", p7)
5555b7.Name = "Mesh"
5556b7.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5557p8 = Instance.new("Part", m8)
5558p8.BrickColor = BrickColor.new("Lime green")
5559p8.Material = Enum.Material.Neon
5560p8.Reflectance = 0.40000000596046
5561p8.Name = "Block"
5562p8.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)
5563p8.CanCollide = false
5564p8.Locked = true
5565p8.FormFactor = Enum.FormFactor.Custom
5566p8.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5567p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5568p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5569p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5570p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5571p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5572p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5573b8 = Instance.new("BlockMesh", p8)
5574b8.Name = "Mesh"
5575b8.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5576p9 = Instance.new("Part", m8)
5577p9.BrickColor = BrickColor.new("Really black")
5578p9.Material = Enum.Material.Metal
5579p9.Reflectance = 0.40000000596046
5580p9.Name = "Block"
5581p9.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)
5582p9.CanCollide = false
5583p9.Locked = true
5584p9.FormFactor = Enum.FormFactor.Custom
5585p9.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5586p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5587p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5588p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5589p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5590p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5591p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5592b9 = Instance.new("BlockMesh", p9)
5593b9.Name = "Mesh"
5594b9.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5595p10 = Instance.new("Part", m8)
5596p10.BrickColor = BrickColor.new("Really black")
5597p10.Material = Enum.Material.Metal
5598p10.Reflectance = 0.40000000596046
5599p10.Name = "Block"
5600p10.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)
5601p10.CanCollide = false
5602p10.Locked = true
5603p10.FormFactor = Enum.FormFactor.Custom
5604p10.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5605p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5606p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5607p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5608p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5609p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5610p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5611b10 = Instance.new("BlockMesh", p10)
5612b10.Name = "Mesh"
5613b10.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5614p11 = Instance.new("Part", m8)
5615p11.BrickColor = BrickColor.new("Black")
5616p11.Material = Enum.Material.Metal
5617p11.Name = "Circle"
5618p11.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)
5619p11.CanCollide = false
5620p11.Locked = true
5621p11.FormFactor = Enum.FormFactor.Custom
5622p11.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
5623p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5624p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5625p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5626p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5627p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5628p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5629b11 = Instance.new("CylinderMesh", p11)
5630b11.Name = "Mesh"
5631b11.Scale = Vector3.new(1, 0.401569068, 1)
5632p12 = Instance.new("Part", m8)
5633p12.BrickColor = BrickColor.new("Lime green")
5634p12.Material = Enum.Material.Neon
5635p12.Reflectance = 0.40000000596046
5636p12.Name = "Block"
5637p12.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)
5638p12.CanCollide = false
5639p12.Locked = true
5640p12.FormFactor = Enum.FormFactor.Custom
5641p12.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5642p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5643p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5644p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5645p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5646p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5647p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5648b12 = Instance.new("BlockMesh", p12)
5649b12.Name = "Mesh"
5650b12.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5651p13 = Instance.new("Part", m8)
5652p13.BrickColor = BrickColor.new("Lime green")
5653p13.Material = Enum.Material.Metal
5654p13.Name = "Block"
5655p13.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)
5656p13.CanCollide = false
5657p13.Locked = true
5658p13.FormFactor = Enum.FormFactor.Custom
5659p13.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5660p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5661p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5662p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5663p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5664p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5665p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5666b13 = Instance.new("BlockMesh", p13)
5667b13.Name = "Mesh"
5668b13.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5669p14 = Instance.new("Part", m8)
5670p14.BrickColor = BrickColor.new("Black")
5671p14.Material = Enum.Material.Metal
5672p14.Reflectance = 0.40000000596046
5673p14.Name = "Block"
5674p14.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)
5675p14.CanCollide = false
5676p14.Locked = true
5677p14.FormFactor = Enum.FormFactor.Custom
5678p14.Size = Vector3.new(0.220499977, 0.220499977, 0.332047403)
5679p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5680p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5681p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5682p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5683p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5684p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5685b14 = Instance.new("BlockMesh", p14)
5686b14.Name = "Mesh"
5687b14.Scale = Vector3.new(0.267712682, 0.535425484, 1)
5688p15 = Instance.new("Part", m8)
5689p15.BrickColor = BrickColor.new("Really black")
5690p15.Material = Enum.Material.Metal
5691p15.Reflectance = 0.40000000596046
5692p15.Name = "Block"
5693p15.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)
5694p15.CanCollide = false
5695p15.Locked = true
5696p15.FormFactor = Enum.FormFactor.Custom
5697p15.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5698p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5699p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5700p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5701p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5702p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5703p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5704b15 = Instance.new("BlockMesh", p15)
5705b15.Name = "Mesh"
5706b15.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5707p16 = Instance.new("Part", m8)
5708p16.BrickColor = BrickColor.new("Really black")
5709p16.Material = Enum.Material.Metal
5710p16.Name = "Handle"
5711p16.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)
5712p16.CanCollide = false
5713p16.Locked = true
5714p16.FormFactor = Enum.FormFactor.Custom
5715p16.Size = Vector3.new(0.220499977, 0.97400558, 0.220499977)
5716p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5717p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5718p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5719p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5720p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5721p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5722b16 = Instance.new("BlockMesh", p16)
5723b16.Name = "Mesh"
5724b16.Scale = Vector3.new(0.602353573, 1, 0.602353573)
5725p17 = Instance.new("Part", m8)
5726p17.BrickColor = BrickColor.new("Lime green")
5727p17.Material = Enum.Material.Neon
5728p17.Reflectance = 0.40000000596046
5729p17.Name = "Block"
5730p17.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)
5731p17.CanCollide = false
5732p17.Locked = true
5733p17.FormFactor = Enum.FormFactor.Custom
5734p17.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5735p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5736p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5737p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5738p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5739p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5740p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5741b17 = Instance.new("BlockMesh", p17)
5742b17.Name = "Mesh"
5743b17.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
5744p18 = Instance.new("Part", m8)
5745p18.BrickColor = BrickColor.new("Really black")
5746p18.Material = Enum.Material.Metal
5747p18.Name = "Block"
5748p18.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)
5749p18.CanCollide = false
5750p18.Locked = true
5751p18.FormFactor = Enum.FormFactor.Custom
5752p18.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5753p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5754p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5755p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5756p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5757p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5758p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5759b18 = Instance.new("BlockMesh", p18)
5760b18.Name = "Mesh"
5761b18.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5762p19 = Instance.new("Part", m8)
5763p19.BrickColor = BrickColor.new("Black")
5764p19.Material = Enum.Material.Metal
5765p19.Reflectance = 0.40000000596046
5766p19.Name = "Block"
5767p19.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)
5768p19.CanCollide = false
5769p19.Locked = true
5770p19.FormFactor = Enum.FormFactor.Custom
5771p19.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5772p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5773p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5774p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5775p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5776p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5777p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5778b19 = Instance.new("BlockMesh", p19)
5779b19.Name = "Mesh"
5780b19.Scale = Vector3.new(0.267712682, 0.870066345, 1)
5781p20 = Instance.new("Part", m8)
5782p20.BrickColor = BrickColor.new("Lime green")
5783p20.Material = Enum.Material.Metal
5784p20.Name = "Block"
5785p20.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)
5786p20.CanCollide = false
5787p20.Locked = true
5788p20.FormFactor = Enum.FormFactor.Custom
5789p20.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5790p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5791p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5792p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5793p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5794p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5795p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5796b20 = Instance.new("BlockMesh", p20)
5797b20.Name = "Mesh"
5798b20.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5799p21 = Instance.new("Part", m8)
5800p21.BrickColor = BrickColor.new("Really black")
5801p21.Material = Enum.Material.Metal
5802p21.Name = "Block"
5803p21.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)
5804p21.CanCollide = false
5805p21.Locked = true
5806p21.FormFactor = Enum.FormFactor.Custom
5807p21.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5808p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5809p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5810p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5811p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5812p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5813p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5814b21 = Instance.new("BlockMesh", p21)
5815b21.Name = "Mesh"
5816b21.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5817p22 = Instance.new("Part", m8)
5818p22.BrickColor = BrickColor.new("Really black")
5819p22.Material = Enum.Material.Metal
5820p22.Reflectance = 0.40000000596046
5821p22.Name = "Block"
5822p22.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)
5823p22.CanCollide = false
5824p22.Locked = true
5825p22.FormFactor = Enum.FormFactor.Custom
5826p22.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5827p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5828p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5829p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5830p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5831p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5832p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5833b22 = Instance.new("BlockMesh", p22)
5834b22.Name = "Mesh"
5835b22.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5836p23 = Instance.new("Part", m8)
5837p23.BrickColor = BrickColor.new("Lime green")
5838p23.Material = Enum.Material.Marble
5839p23.Name = "Block"
5840p23.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)
5841p23.CanCollide = false
5842p23.Locked = true
5843p23.FormFactor = Enum.FormFactor.Custom
5844p23.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
5845p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5846p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5847p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5848p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5849p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5850p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5851b23 = Instance.new("BlockMesh", p23)
5852b23.Name = "Mesh"
5853b23.Scale = Vector3.new(0.803138018, 0.133856371, 1)
5854p24 = Instance.new("Part", m8)
5855p24.BrickColor = BrickColor.new("Really black")
5856p24.Material = Enum.Material.Metal
5857p24.Name = "Block"
5858p24.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)
5859p24.CanCollide = false
5860p24.Locked = true
5861p24.FormFactor = Enum.FormFactor.Custom
5862p24.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5863p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5864p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5865p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5866p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5867p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5868p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5869b24 = Instance.new("BlockMesh", p24)
5870b24.Name = "Mesh"
5871b24.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
5872p25 = Instance.new("Part", m8)
5873p25.BrickColor = BrickColor.new("Lime green")
5874p25.Material = Enum.Material.Marble
5875p25.Name = "Block"
5876p25.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)
5877p25.CanCollide = false
5878p25.Locked = true
5879p25.FormFactor = Enum.FormFactor.Custom
5880p25.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5881p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5882p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5883p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5884p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5885p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5886p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5887b25 = Instance.new("BlockMesh", p25)
5888b25.Name = "Mesh"
5889b25.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5890p26 = Instance.new("Part", m8)
5891p26.BrickColor = BrickColor.new("Really black")
5892p26.Material = Enum.Material.Metal
5893p26.Reflectance = 0.40000000596046
5894p26.Name = "Block"
5895p26.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)
5896p26.CanCollide = false
5897p26.Locked = true
5898p26.FormFactor = Enum.FormFactor.Custom
5899p26.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
5900p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5901p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5902p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5903p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5904p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5905p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5906b26 = Instance.new("BlockMesh", p26)
5907b26.Name = "Mesh"
5908b26.Scale = Vector3.new(0.267712682, 0.468497276, 1)
5909p27 = Instance.new("Part", m8)
5910p27.BrickColor = BrickColor.new("Lime green")
5911p27.Material = Enum.Material.Metal
5912p27.Name = "Block"
5913p27.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)
5914p27.CanCollide = false
5915p27.Locked = true
5916p27.FormFactor = Enum.FormFactor.Custom
5917p27.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5918p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5919p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5920p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5921p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5922p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5923p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5924b27 = Instance.new("BlockMesh", p27)
5925b27.Name = "Mesh"
5926b27.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5927p28 = Instance.new("Part", m8)
5928p28.BrickColor = BrickColor.new("Really black")
5929p28.Material = Enum.Material.SmoothPlastic
5930p28.Reflectance = 0.0099999997764826
5931p28.Name = "Circle"
5932p28.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)
5933p28.CanCollide = false
5934p28.Locked = true
5935p28.FormFactor = Enum.FormFactor.Custom
5936p28.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5937p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5938p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5939p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5940p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5941p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5942p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5943b28 = Instance.new("CylinderMesh", p28)
5944b28.Name = "Mesh"
5945b28.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
5946p29 = Instance.new("Part", m8)
5947p29.BrickColor = BrickColor.new("Black")
5948p29.Material = Enum.Material.Metal
5949p29.Reflectance = 0.40000000596046
5950p29.Name = "Block"
5951p29.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)
5952p29.CanCollide = false
5953p29.Locked = true
5954p29.FormFactor = Enum.FormFactor.Custom
5955p29.Size = Vector3.new(0.220499977, 0.220499977, 0.31728977)
5956p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5957p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5958p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5959p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5960p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5961p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5962b29 = Instance.new("BlockMesh", p29)
5963b29.Name = "Mesh"
5964b29.Scale = Vector3.new(0.267712682, 0.803138077, 1)
5965p30 = Instance.new("Part", m8)
5966p30.BrickColor = BrickColor.new("Lime green")
5967p30.Material = Enum.Material.Metal
5968p30.Name = "Block"
5969p30.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)
5970p30.CanCollide = false
5971p30.Locked = true
5972p30.FormFactor = Enum.FormFactor.Custom
5973p30.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5974p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5975p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5976p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5977p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5978p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5979p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5980b30 = Instance.new("BlockMesh", p30)
5981b30.Name = "Mesh"
5982b30.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
5983p31 = Instance.new("Part", m8)
5984p31.BrickColor = BrickColor.new("Lime green")
5985p31.Material = Enum.Material.Neon
5986p31.Reflectance = 0.40000000596046
5987p31.Name = "Block"
5988p31.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)
5989p31.CanCollide = false
5990p31.Locked = true
5991p31.FormFactor = Enum.FormFactor.Custom
5992p31.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
5993p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5994p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5995p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5996p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5997p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5998p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5999b31 = Instance.new("BlockMesh", p31)
6000b31.Name = "Mesh"
6001b31.Scale = Vector3.new(0.334640861, 0.133856371, 0.870066345)
6002p32 = Instance.new("Part", m8)
6003p32.BrickColor = BrickColor.new("Lime green")
6004p32.Material = Enum.Material.Metal
6005p32.Name = "Block"
6006p32.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)
6007p32.CanCollide = false
6008p32.Locked = true
6009p32.FormFactor = Enum.FormFactor.Custom
6010p32.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6011p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6012p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6013p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6014p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6015p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6016p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6017b32 = Instance.new("BlockMesh", p32)
6018b32.Name = "Mesh"
6019b32.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6020p33 = Instance.new("Part", m8)
6021p33.BrickColor = BrickColor.new("Really black")
6022p33.Material = Enum.Material.Metal
6023p33.Reflectance = 0.40000000596046
6024p33.Name = "Block"
6025p33.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)
6026p33.CanCollide = false
6027p33.Locked = true
6028p33.FormFactor = Enum.FormFactor.Custom
6029p33.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6030p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6031p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6032p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6033p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6034p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6035p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6036b33 = Instance.new("BlockMesh", p33)
6037b33.Name = "Mesh"
6038b33.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6039p34 = Instance.new("Part", m8)
6040p34.BrickColor = BrickColor.new("Lime green")
6041p34.Material = Enum.Material.Metal
6042p34.Name = "Block"
6043p34.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)
6044p34.CanCollide = false
6045p34.Locked = true
6046p34.FormFactor = Enum.FormFactor.Custom
6047p34.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6048p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6049p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6050p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6051p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6052p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6053p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6054b34 = Instance.new("BlockMesh", p34)
6055b34.Name = "Mesh"
6056b34.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6057p35 = Instance.new("Part", m8)
6058p35.BrickColor = BrickColor.new("Lime green")
6059p35.Material = Enum.Material.Metal
6060p35.Name = "Block"
6061p35.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)
6062p35.CanCollide = false
6063p35.Locked = true
6064p35.FormFactor = Enum.FormFactor.Custom
6065p35.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6066p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6067p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6068p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6069p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6070p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6071p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6072b35 = Instance.new("BlockMesh", p35)
6073b35.Name = "Mesh"
6074b35.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6075p36 = Instance.new("Part", m8)
6076p36.BrickColor = BrickColor.new("Lime green")
6077p36.Material = Enum.Material.Metal
6078p36.Name = "Block"
6079p36.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)
6080p36.CanCollide = false
6081p36.Locked = true
6082p36.FormFactor = Enum.FormFactor.Custom
6083p36.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6084p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6085p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6086p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6087p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6088p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6089p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6090b36 = Instance.new("BlockMesh", p36)
6091b36.Name = "Mesh"
6092b36.Scale = Vector3.new(0.401568979, 0.200784534, 0.267712682)
6093p37 = Instance.new("Part", m8)
6094p37.BrickColor = BrickColor.new("Lime green")
6095p37.Material = Enum.Material.Marble
6096p37.Name = "Circle"
6097p37.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)
6098p37.CanCollide = false
6099p37.Locked = true
6100p37.FormFactor = Enum.FormFactor.Custom
6101p37.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6102p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6103p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6104p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6105p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6106p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6107p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6108b37 = Instance.new("CylinderMesh", p37)
6109b37.Name = "Mesh"
6110b37.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6111p38 = Instance.new("Part", m8)
6112p38.BrickColor = BrickColor.new("Really black")
6113p38.Material = Enum.Material.Metal
6114p38.Name = "Block"
6115p38.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)
6116p38.CanCollide = false
6117p38.Locked = true
6118p38.FormFactor = Enum.FormFactor.Custom
6119p38.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6120p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6121p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6122p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6123p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6124p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6125p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6126b38 = Instance.new("BlockMesh", p38)
6127b38.Name = "Mesh"
6128b38.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6129p39 = Instance.new("Part", m8)
6130p39.BrickColor = BrickColor.new("Really black")
6131p39.Material = Enum.Material.Metal
6132p39.Name = "Block"
6133p39.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)
6134p39.CanCollide = false
6135p39.Locked = true
6136p39.FormFactor = Enum.FormFactor.Custom
6137p39.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6138p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6139p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6140p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6141p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6142p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6143p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6144b39 = Instance.new("BlockMesh", p39)
6145b39.Name = "Mesh"
6146b39.Scale = Vector3.new(0.334640861, 0.133856371, 0.234248638)
6147p40 = Instance.new("Part", m8)
6148p40.BrickColor = BrickColor.new("Really black")
6149p40.Material = Enum.Material.Metal
6150p40.Name = "Block"
6151p40.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)
6152p40.CanCollide = false
6153p40.Locked = true
6154p40.FormFactor = Enum.FormFactor.Custom
6155p40.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6156p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6157p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6158p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6159p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6160p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6161p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6162b40 = Instance.new("BlockMesh", p40)
6163b40.Name = "Mesh"
6164b40.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6165p41 = Instance.new("Part", m8)
6166p41.BrickColor = BrickColor.new("Lime green")
6167p41.Material = Enum.Material.Neon
6168p41.Reflectance = 0.40000000596046
6169p41.Name = "Block"
6170p41.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)
6171p41.CanCollide = false
6172p41.Locked = true
6173p41.FormFactor = Enum.FormFactor.Custom
6174p41.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6175p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6176p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6177p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6178p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6179p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6180p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6181b41 = Instance.new("BlockMesh", p41)
6182b41.Name = "Mesh"
6183b41.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6184p42 = Instance.new("Part", m8)
6185p42.BrickColor = BrickColor.new("Earth green")
6186p42.Material = Enum.Material.Metal
6187p42.Name = "Block"
6188p42.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)
6189p42.CanCollide = false
6190p42.Locked = true
6191p42.FormFactor = Enum.FormFactor.Custom
6192p42.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6193p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6194p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6195p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6196p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6197p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6198p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6199b42 = Instance.new("BlockMesh", p42)
6200b42.Name = "Mesh"
6201b42.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6202p43 = Instance.new("Part", m8)
6203p43.BrickColor = BrickColor.new("Really black")
6204p43.Material = Enum.Material.Metal
6205p43.Name = "Block"
6206p43.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)
6207p43.CanCollide = false
6208p43.Locked = true
6209p43.FormFactor = Enum.FormFactor.Custom
6210p43.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6211p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6212p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6213p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6214p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6215p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6216p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6217b43 = Instance.new("BlockMesh", p43)
6218b43.Name = "Mesh"
6219b43.Scale = Vector3.new(0.334640861, 0.133856371, 0.50196135)
6220p44 = Instance.new("Part", m8)
6221p44.BrickColor = BrickColor.new("Lime green")
6222p44.Material = Enum.Material.Marble
6223p44.Name = "Circle"
6224p44.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)
6225p44.CanCollide = false
6226p44.Locked = true
6227p44.FormFactor = Enum.FormFactor.Custom
6228p44.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6229p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6230p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6231p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6232p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6233p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6234p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6235b44 = Instance.new("CylinderMesh", p44)
6236b44.Name = "Mesh"
6237b44.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6238p45 = Instance.new("Part", m8)
6239p45.BrickColor = BrickColor.new("Lime green")
6240p45.Material = Enum.Material.Neon
6241p45.Reflectance = 0.40000000596046
6242p45.Name = "Block"
6243p45.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)
6244p45.CanCollide = false
6245p45.Locked = true
6246p45.FormFactor = Enum.FormFactor.Custom
6247p45.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6248p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6249p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6250p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6251p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6252p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6253p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6254b45 = Instance.new("BlockMesh", p45)
6255b45.Name = "Mesh"
6256b45.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6257p46 = Instance.new("Part", m8)
6258p46.BrickColor = BrickColor.new("Black")
6259p46.Material = Enum.Material.Metal
6260p46.Name = "Block"
6261p46.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)
6262p46.CanCollide = false
6263p46.Locked = true
6264p46.FormFactor = Enum.FormFactor.Custom
6265p46.Size = Vector3.new(0.236122593, 0.220499977, 0.354183882)
6266p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6267p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6268p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6269p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6270p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6271p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6272b46 = Instance.new("BlockMesh", p46)
6273b46.Name = "Mesh"
6274b46.Scale = Vector3.new(1, 0.401569068, 1)
6275p47 = Instance.new("Part", m8)
6276p47.BrickColor = BrickColor.new("Earth green")
6277p47.Material = Enum.Material.Metal
6278p47.Name = "Block"
6279p47.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)
6280p47.CanCollide = false
6281p47.Locked = true
6282p47.FormFactor = Enum.FormFactor.Custom
6283p47.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6284p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6285p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6286p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6287p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6288p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6289p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6290b47 = Instance.new("BlockMesh", p47)
6291b47.Name = "Mesh"
6292b47.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6293p48 = Instance.new("Part", m8)
6294p48.BrickColor = BrickColor.new("Lime green")
6295p48.Material = Enum.Material.Metal
6296p48.Name = "Block"
6297p48.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)
6298p48.CanCollide = false
6299p48.Locked = true
6300p48.FormFactor = Enum.FormFactor.Custom
6301p48.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6302p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6303p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6304p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6305p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6306p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6307p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6308b48 = Instance.new("BlockMesh", p48)
6309b48.Name = "Mesh"
6310b48.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6311p49 = Instance.new("Part", m8)
6312p49.BrickColor = BrickColor.new("Lime green")
6313p49.Material = Enum.Material.Metal
6314p49.Name = "Block"
6315p49.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)
6316p49.CanCollide = false
6317p49.Locked = true
6318p49.FormFactor = Enum.FormFactor.Custom
6319p49.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6320p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6321p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6322p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6323p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6324p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6325p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6326b49 = Instance.new("BlockMesh", p49)
6327b49.Name = "Mesh"
6328b49.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6329p50 = Instance.new("Part", m8)
6330p50.BrickColor = BrickColor.new("Black")
6331p50.Material = Enum.Material.Metal
6332p50.Reflectance = 0.40000000596046
6333p50.Name = "Block"
6334p50.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)
6335p50.CanCollide = false
6336p50.Locked = true
6337p50.FormFactor = Enum.FormFactor.Custom
6338p50.Size = Vector3.new(0.220499977, 0.220499977, 0.287774384)
6339p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6340p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6341p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6342p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6343p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6344p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6345b50 = Instance.new("BlockMesh", p50)
6346b50.Name = "Mesh"
6347b50.Scale = Vector3.new(0.267712682, 0.936994493, 1)
6348p51 = Instance.new("Part", m8)
6349p51.BrickColor = BrickColor.new("Lime green")
6350p51.Material = Enum.Material.Metal
6351p51.Name = "Block"
6352p51.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)
6353p51.CanCollide = false
6354p51.Locked = true
6355p51.FormFactor = Enum.FormFactor.Custom
6356p51.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6357p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6358p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6359p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6360p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6361p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6362p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6363b51 = Instance.new("BlockMesh", p51)
6364b51.Name = "Mesh"
6365b51.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6366p52 = Instance.new("Part", m8)
6367p52.BrickColor = BrickColor.new("Lime green")
6368p52.Material = Enum.Material.Metal
6369p52.Name = "Block"
6370p52.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)
6371p52.CanCollide = false
6372p52.Locked = true
6373p52.FormFactor = Enum.FormFactor.Custom
6374p52.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6375p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6376p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6377p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6378p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6379p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6380p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6381b52 = Instance.new("BlockMesh", p52)
6382b52.Name = "Mesh"
6383b52.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6384p53 = Instance.new("Part", m8)
6385p53.BrickColor = BrickColor.new("Really black")
6386p53.Material = Enum.Material.Metal
6387p53.Name = "Block"
6388p53.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)
6389p53.CanCollide = false
6390p53.Locked = true
6391p53.FormFactor = Enum.FormFactor.Custom
6392p53.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6393p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6394p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6395p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6396p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6397p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6398p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6399b53 = Instance.new("BlockMesh", p53)
6400b53.Name = "Mesh"
6401b53.Scale = Vector3.new(0.334640861, 0.133856371, 0.669281721)
6402p54 = Instance.new("Part", m8)
6403p54.BrickColor = BrickColor.new("Really black")
6404p54.Material = Enum.Material.SmoothPlastic
6405p54.Reflectance = 0.0099999997764826
6406p54.Name = "Circle"
6407p54.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)
6408p54.CanCollide = false
6409p54.Locked = true
6410p54.FormFactor = Enum.FormFactor.Custom
6411p54.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6412p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6413p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6414p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6415p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6416p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6417p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6418b54 = Instance.new("CylinderMesh", p54)
6419b54.Name = "Mesh"
6420b54.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6421p55 = Instance.new("Part", m8)
6422p55.BrickColor = BrickColor.new("Really black")
6423p55.Material = Enum.Material.Metal
6424p55.Reflectance = 0.40000000596046
6425p55.Name = "Block"
6426p55.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)
6427p55.CanCollide = false
6428p55.Locked = true
6429p55.FormFactor = Enum.FormFactor.Custom
6430p55.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6431p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6432p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6433p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6434p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6435p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6436p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6437b55 = Instance.new("BlockMesh", p55)
6438b55.Name = "Mesh"
6439b55.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6440p56 = Instance.new("Part", m8)
6441p56.BrickColor = BrickColor.new("Black")
6442p56.Material = Enum.Material.Metal
6443p56.Reflectance = 0.40000000596046
6444p56.Name = "Block"
6445p56.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)
6446p56.CanCollide = false
6447p56.Locked = true
6448p56.FormFactor = Enum.FormFactor.Custom
6449p56.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6450p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6451p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6452p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6453p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6454p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6455p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6456b56 = Instance.new("BlockMesh", p56)
6457b56.Name = "Mesh"
6458b56.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6459p57 = Instance.new("Part", m8)
6460p57.BrickColor = BrickColor.new("Black")
6461p57.Material = Enum.Material.Metal
6462p57.Reflectance = 0.40000000596046
6463p57.Name = "Block"
6464p57.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)
6465p57.CanCollide = false
6466p57.Locked = true
6467p57.FormFactor = Enum.FormFactor.Custom
6468p57.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6469p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6470p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6471p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6472p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6473p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6474p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6475b57 = Instance.new("BlockMesh", p57)
6476b57.Name = "Mesh"
6477b57.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6478p58 = Instance.new("Part", m8)
6479p58.BrickColor = BrickColor.new("Lime green")
6480p58.Material = Enum.Material.Marble
6481p58.Name = "Block"
6482p58.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)
6483p58.CanCollide = false
6484p58.Locked = true
6485p58.FormFactor = Enum.FormFactor.Custom
6486p58.Size = Vector3.new(0.220499977, 0.220499977, 0.236122593)
6487p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6488p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6489p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6490p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6491p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6492p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6493b58 = Instance.new("BlockMesh", p58)
6494b58.Name = "Mesh"
6495b58.Scale = Vector3.new(0.936994374, 0.133856371, 1)
6496p59 = Instance.new("Part", m8)
6497p59.BrickColor = BrickColor.new("Lime green")
6498p59.Material = Enum.Material.Metal
6499p59.Name = "Block"
6500p59.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)
6501p59.CanCollide = false
6502p59.Locked = true
6503p59.FormFactor = Enum.FormFactor.Custom
6504p59.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6505p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6506p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6507p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6508p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6509p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6510p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6511b59 = Instance.new("BlockMesh", p59)
6512b59.Name = "Mesh"
6513b59.Scale = Vector3.new(0.602353573, 0.200784534, 0.468497276)
6514p60 = Instance.new("Part", m8)
6515p60.BrickColor = BrickColor.new("Lime green")
6516p60.Material = Enum.Material.Marble
6517p60.Name = "Circle"
6518p60.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)
6519p60.CanCollide = false
6520p60.Locked = true
6521p60.FormFactor = Enum.FormFactor.Custom
6522p60.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6523p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6524p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6525p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6526p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6527p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6528p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6529b60 = Instance.new("CylinderMesh", p60)
6530b60.Name = "Mesh"
6531b60.Scale = Vector3.new(0.936994374, 0.133856371, 0.936994612)
6532p61 = Instance.new("Part", m8)
6533p61.BrickColor = BrickColor.new("Black")
6534p61.Material = Enum.Material.Metal
6535p61.Name = "Circle"
6536p61.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)
6537p61.CanCollide = false
6538p61.Locked = true
6539p61.FormFactor = Enum.FormFactor.Custom
6540p61.Size = Vector3.new(0.236122593, 0.220499977, 0.265637904)
6541p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6542p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6543p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6544p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6545p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6546p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6547b61 = Instance.new("CylinderMesh", p61)
6548b61.Name = "Mesh"
6549b61.Scale = Vector3.new(1, 0.401569068, 1)
6550p62 = Instance.new("Part", m8)
6551p62.BrickColor = BrickColor.new("Lime green")
6552p62.Material = Enum.Material.Metal
6553p62.Name = "Block"
6554p62.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)
6555p62.CanCollide = false
6556p62.Locked = true
6557p62.FormFactor = Enum.FormFactor.Custom
6558p62.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6559p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6560p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6561p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6562p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6563p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6564p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6565b62 = Instance.new("BlockMesh", p62)
6566b62.Name = "Mesh"
6567b62.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6568p63 = Instance.new("Part", m8)
6569p63.BrickColor = BrickColor.new("Lime green")
6570p63.Material = Enum.Material.Metal
6571p63.Name = "Block"
6572p63.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)
6573p63.CanCollide = false
6574p63.Locked = true
6575p63.FormFactor = Enum.FormFactor.Custom
6576p63.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6577p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6578p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6579p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6580p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6581p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6582p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6583b63 = Instance.new("BlockMesh", p63)
6584b63.Name = "Mesh"
6585b63.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6586p64 = Instance.new("Part", m8)
6587p64.BrickColor = BrickColor.new("Really black")
6588p64.Material = Enum.Material.SmoothPlastic
6589p64.Reflectance = 0.0099999997764826
6590p64.Name = "Block"
6591p64.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)
6592p64.CanCollide = false
6593p64.Locked = true
6594p64.FormFactor = Enum.FormFactor.Custom
6595p64.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6596p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6597p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6598p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6599p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6600p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6601p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6602b64 = Instance.new("BlockMesh", p64)
6603b64.Name = "Mesh"
6604b64.Scale = Vector3.new(0.803138018, 0.401569068, 0.803138137)
6605p65 = Instance.new("Part", m8)
6606p65.BrickColor = BrickColor.new("Lime green")
6607p65.Material = Enum.Material.Metal
6608p65.Name = "Block"
6609p65.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)
6610p65.CanCollide = false
6611p65.Locked = true
6612p65.FormFactor = Enum.FormFactor.Custom
6613p65.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6614p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6615p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6616p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6617p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6618p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6619p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6620b65 = Instance.new("BlockMesh", p65)
6621b65.Name = "Mesh"
6622b65.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6623p66 = Instance.new("Part", m8)
6624p66.BrickColor = BrickColor.new("Really black")
6625p66.Material = Enum.Material.Metal
6626p66.Reflectance = 0.40000000596046
6627p66.Name = "Block"
6628p66.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)
6629p66.CanCollide = false
6630p66.Locked = true
6631p66.FormFactor = Enum.FormFactor.Custom
6632p66.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6633p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6634p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6635p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6636p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6637p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6638p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6639b66 = Instance.new("BlockMesh", p66)
6640b66.Name = "Mesh"
6641b66.Scale = Vector3.new(0.267712682, 0.468497276, 1)
6642p67 = Instance.new("Part", m8)
6643p67.BrickColor = BrickColor.new("Lime green")
6644p67.Material = Enum.Material.Metal
6645p67.Name = "Block"
6646p67.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)
6647p67.CanCollide = false
6648p67.Locked = true
6649p67.FormFactor = Enum.FormFactor.Custom
6650p67.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6651p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6652p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6653p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6654p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6655p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6656p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6657b67 = Instance.new("BlockMesh", p67)
6658b67.Name = "Mesh"
6659b67.Scale = Vector3.new(0.669281721, 0.200784534, 0.669281721)
6660p68 = Instance.new("Part", m8)
6661p68.BrickColor = BrickColor.new("Black")
6662p68.Material = Enum.Material.Metal
6663p68.Reflectance = 0.40000000596046
6664p68.Name = "Block"
6665p68.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)
6666p68.CanCollide = false
6667p68.Locked = true
6668p68.FormFactor = Enum.FormFactor.Custom
6669p68.Size = Vector3.new(0.220499977, 0.220499977, 0.265637904)
6670p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6671p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6672p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6673p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6674p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6675p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6676b68 = Instance.new("BlockMesh", p68)
6677b68.Name = "Mesh"
6678b68.Scale = Vector3.new(0.267712682, 0.870066345, 1)
6679p69 = Instance.new("Part", m8)
6680p69.BrickColor = BrickColor.new("Earth green")
6681p69.Material = Enum.Material.Metal
6682p69.Name = "Block"
6683p69.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)
6684p69.CanCollide = false
6685p69.Locked = true
6686p69.FormFactor = Enum.FormFactor.Custom
6687p69.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6688p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6689p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6690p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6691p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6692p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6693p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6694b69 = Instance.new("BlockMesh", p69)
6695b69.Name = "Mesh"
6696b69.Scale = Vector3.new(0.736209869, 0.0669281855, 0.736209989)
6697p70 = Instance.new("Part", m8)
6698p70.BrickColor = BrickColor.new("Lime green")
6699p70.Material = Enum.Material.Marble
6700p70.Name = "Circle"
6701p70.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)
6702p70.CanCollide = false
6703p70.Locked = true
6704p70.FormFactor = Enum.FormFactor.Custom
6705p70.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6706p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6707p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6708p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6709p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6710p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6711p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6712b70 = Instance.new("CylinderMesh", p70)
6713b70.Name = "Mesh"
6714b70.Scale = Vector3.new(0.803138018, 0.133856371, 0.803138137)
6715p71 = Instance.new("WedgePart", m8)
6716p71.BrickColor = BrickColor.new("Lime green")
6717p71.Material = Enum.Material.Neon
6718p71.Reflectance = 0.40000000596046
6719p71.Name = "Wedge"
6720p71.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)
6721p71.CanCollide = false
6722p71.Locked = true
6723p71.FormFactor = Enum.FormFactor.Custom
6724p71.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6725p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6726p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6727p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6728p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6729p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6730p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6731b71 = Instance.new("SpecialMesh", p71)
6732b71.MeshType = Enum.MeshType.Wedge
6733b71.Name = "Mesh"
6734b71.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6735p72 = Instance.new("WedgePart", m8)
6736p72.BrickColor = BrickColor.new("Lime green")
6737p72.Material = Enum.Material.Neon
6738p72.Reflectance = 0.40000000596046
6739p72.Name = "Wedge"
6740p72.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)
6741p72.CanCollide = false
6742p72.Locked = true
6743p72.FormFactor = Enum.FormFactor.Custom
6744p72.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6745p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6746p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6747p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6748p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6749p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6750p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6751b72 = Instance.new("SpecialMesh", p72)
6752b72.MeshType = Enum.MeshType.Wedge
6753b72.Name = "Mesh"
6754b72.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
6755p73 = Instance.new("WedgePart", m8)
6756p73.BrickColor = BrickColor.new("Lime green")
6757p73.Material = Enum.Material.Neon
6758p73.Reflectance = 0.40000000596046
6759p73.Name = "Wedge"
6760p73.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)
6761p73.CanCollide = false
6762p73.Locked = true
6763p73.FormFactor = Enum.FormFactor.Custom
6764p73.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6765p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6766p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6767p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6768p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6769p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6770p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6771b73 = Instance.new("SpecialMesh", p73)
6772b73.MeshType = Enum.MeshType.Wedge
6773b73.Name = "Mesh"
6774b73.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6775p74 = Instance.new("WedgePart", m8)
6776p74.BrickColor = BrickColor.new("Lime green")
6777p74.Material = Enum.Material.Neon
6778p74.Reflectance = 0.40000000596046
6779p74.Name = "Wedge"
6780p74.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)
6781p74.CanCollide = false
6782p74.Locked = true
6783p74.FormFactor = Enum.FormFactor.Custom
6784p74.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6785p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6786p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6787p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6788p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6789p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6790p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6791b74 = Instance.new("SpecialMesh", p74)
6792b74.MeshType = Enum.MeshType.Wedge
6793b74.Name = "Mesh"
6794b74.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6795p75 = Instance.new("WedgePart", m8)
6796p75.BrickColor = BrickColor.new("Lime green")
6797p75.Material = Enum.Material.Neon
6798p75.Reflectance = 0.40000000596046
6799p75.Name = "Wedge"
6800p75.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)
6801p75.CanCollide = false
6802p75.Locked = true
6803p75.FormFactor = Enum.FormFactor.Custom
6804p75.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6805p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6806p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6807p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6808p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6809p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6810p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6811b75 = Instance.new("SpecialMesh", p75)
6812b75.MeshType = Enum.MeshType.Wedge
6813b75.Name = "Mesh"
6814b75.Scale = Vector3.new(0.334640861, 0.267712742, 0.200784534)
6815p76 = Instance.new("WedgePart", m8)
6816p76.BrickColor = BrickColor.new("Lime green")
6817p76.Material = Enum.Material.Neon
6818p76.Reflectance = 0.40000000596046
6819p76.Name = "Wedge"
6820p76.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)
6821p76.CanCollide = false
6822p76.Locked = true
6823p76.FormFactor = Enum.FormFactor.Custom
6824p76.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6825p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6826p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6827p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6828p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6829p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6830p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6831b76 = Instance.new("SpecialMesh", p76)
6832b76.MeshType = Enum.MeshType.Wedge
6833b76.Name = "Mesh"
6834b76.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6835p77 = Instance.new("WedgePart", m8)
6836p77.BrickColor = BrickColor.new("Lime green")
6837p77.Material = Enum.Material.Neon
6838p77.Reflectance = 0.40000000596046
6839p77.Name = "Wedge"
6840p77.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)
6841p77.CanCollide = false
6842p77.Locked = true
6843p77.FormFactor = Enum.FormFactor.Custom
6844p77.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6845p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6846p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6847p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6848p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6849p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6850p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6851b77 = Instance.new("SpecialMesh", p77)
6852b77.MeshType = Enum.MeshType.Wedge
6853b77.Name = "Mesh"
6854b77.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6855p78 = Instance.new("WedgePart", m8)
6856p78.BrickColor = BrickColor.new("Lime green")
6857p78.Material = Enum.Material.Neon
6858p78.Reflectance = 0.40000000596046
6859p78.Name = "Wedge"
6860p78.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)
6861p78.CanCollide = false
6862p78.Locked = true
6863p78.FormFactor = Enum.FormFactor.Custom
6864p78.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6865p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6866p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6867p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6868p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6869p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6870p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6871b78 = Instance.new("SpecialMesh", p78)
6872b78.MeshType = Enum.MeshType.Wedge
6873b78.Name = "Mesh"
6874b78.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6875p79 = Instance.new("WedgePart", m8)
6876p79.BrickColor = BrickColor.new("Lime green")
6877p79.Material = Enum.Material.Neon
6878p79.Reflectance = 0.40000000596046
6879p79.Name = "Wedge"
6880p79.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)
6881p79.CanCollide = false
6882p79.Locked = true
6883p79.FormFactor = Enum.FormFactor.Custom
6884p79.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6885p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6886p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6887p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6888p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6889p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6890p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6891b79 = Instance.new("SpecialMesh", p79)
6892b79.MeshType = Enum.MeshType.Wedge
6893b79.Name = "Mesh"
6894b79.Scale = Vector3.new(0.334640861, 0.535425484, 0.401569068)
6895p80 = Instance.new("WedgePart", m8)
6896p80.BrickColor = BrickColor.new("Black")
6897p80.Material = Enum.Material.Metal
6898p80.Reflectance = 0.40000000596046
6899p80.Name = "Wedge"
6900p80.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)
6901p80.CanCollide = false
6902p80.Locked = true
6903p80.FormFactor = Enum.FormFactor.Custom
6904p80.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
6905p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6906p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6907p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6908p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6909p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6910p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6911b80 = Instance.new("SpecialMesh", p80)
6912b80.MeshType = Enum.MeshType.Wedge
6913b80.Name = "Mesh"
6914b80.Scale = Vector3.new(0.267712682, 1, 0.133856341)
6915p81 = Instance.new("WedgePart", m8)
6916p81.BrickColor = BrickColor.new("Lime green")
6917p81.Material = Enum.Material.Neon
6918p81.Reflectance = 0.40000000596046
6919p81.Name = "Wedge"
6920p81.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)
6921p81.CanCollide = false
6922p81.Locked = true
6923p81.FormFactor = Enum.FormFactor.Custom
6924p81.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6925p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6926p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6927p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6928p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6929p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6930p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6931b81 = Instance.new("SpecialMesh", p81)
6932b81.MeshType = Enum.MeshType.Wedge
6933b81.Name = "Mesh"
6934b81.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
6935p82 = Instance.new("WedgePart", m8)
6936p82.BrickColor = BrickColor.new("Really black")
6937p82.Material = Enum.Material.Metal
6938p82.Reflectance = 0.40000000596046
6939p82.Name = "Wedge"
6940p82.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)
6941p82.CanCollide = false
6942p82.Locked = true
6943p82.FormFactor = Enum.FormFactor.Custom
6944p82.Size = Vector3.new(0.220499977, 0.314338177, 0.220499977)
6945p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6946p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6947p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6948p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6949p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6950p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6951b82 = Instance.new("SpecialMesh", p82)
6952b82.MeshType = Enum.MeshType.Wedge
6953b82.Name = "Mesh"
6954b82.Scale = Vector3.new(0.261019886, 1, 0.307869673)
6955p83 = Instance.new("WedgePart", m8)
6956p83.BrickColor = BrickColor.new("Really black")
6957p83.Material = Enum.Material.Metal
6958p83.Reflectance = 0.40000000596046
6959p83.Name = "Wedge"
6960p83.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)
6961p83.CanCollide = false
6962p83.Locked = true
6963p83.FormFactor = Enum.FormFactor.Custom
6964p83.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6965p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6966p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6967p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6968p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6969p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6970p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6971b83 = Instance.new("SpecialMesh", p83)
6972b83.MeshType = Enum.MeshType.Wedge
6973b83.Name = "Mesh"
6974b83.Scale = Vector3.new(0.261019886, 0.337987304, 0.204131007)
6975p84 = Instance.new("WedgePart", m8)
6976p84.BrickColor = BrickColor.new("Lime green")
6977p84.Material = Enum.Material.Neon
6978p84.Reflectance = 0.40000000596046
6979p84.Name = "Wedge"
6980p84.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)
6981p84.CanCollide = false
6982p84.Locked = true
6983p84.FormFactor = Enum.FormFactor.Custom
6984p84.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
6985p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6986p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6987p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6988p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6989p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6990p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6991b84 = Instance.new("SpecialMesh", p84)
6992b84.MeshType = Enum.MeshType.Wedge
6993b84.Name = "Mesh"
6994b84.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
6995p85 = Instance.new("WedgePart", m8)
6996p85.BrickColor = BrickColor.new("Black")
6997p85.Material = Enum.Material.Metal
6998p85.Reflectance = 0.40000000596046
6999p85.Name = "Wedge"
7000p85.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)
7001p85.CanCollide = false
7002p85.Locked = true
7003p85.FormFactor = Enum.FormFactor.Custom
7004p85.Size = Vector3.new(0.220499977, 0.324668586, 0.220499977)
7005p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7006p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7007p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7008p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7009p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7010p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7011b85 = Instance.new("SpecialMesh", p85)
7012b85.MeshType = Enum.MeshType.Wedge
7013b85.Name = "Mesh"
7014b85.Scale = Vector3.new(0.267712682, 1, 0.264366329)
7015p86 = Instance.new("WedgePart", m8)
7016p86.BrickColor = BrickColor.new("Lime green")
7017p86.Material = Enum.Material.Neon
7018p86.Reflectance = 0.40000000596046
7019p86.Name = "Wedge"
7020p86.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)
7021p86.CanCollide = false
7022p86.Locked = true
7023p86.FormFactor = Enum.FormFactor.Custom
7024p86.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7025p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7026p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7027p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7028p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7029p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7030p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7031b86 = Instance.new("SpecialMesh", p86)
7032b86.MeshType = Enum.MeshType.Wedge
7033b86.Name = "Mesh"
7034b86.Scale = Vector3.new(0.334640861, 0.602353632, 0.133856341)
7035p87 = Instance.new("WedgePart", m8)
7036p87.BrickColor = BrickColor.new("Lime green")
7037p87.Material = Enum.Material.Neon
7038p87.Reflectance = 0.40000000596046
7039p87.Name = "Wedge"
7040p87.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)
7041p87.CanCollide = false
7042p87.Locked = true
7043p87.FormFactor = Enum.FormFactor.Custom
7044p87.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7045p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7046p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7047p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7048p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7049p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7050p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7051b87 = Instance.new("SpecialMesh", p87)
7052b87.MeshType = Enum.MeshType.Wedge
7053b87.Name = "Mesh"
7054b87.Scale = Vector3.new(0.334640861, 0.267712742, 0.334640861)
7055p88 = Instance.new("WedgePart", m8)
7056p88.BrickColor = BrickColor.new("Lime green")
7057p88.Material = Enum.Material.Neon
7058p88.Reflectance = 0.40000000596046
7059p88.Name = "Wedge"
7060p88.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)
7061p88.CanCollide = false
7062p88.Locked = true
7063p88.FormFactor = Enum.FormFactor.Custom
7064p88.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7065p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7066p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7067p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7068p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7069p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7070p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7071b88 = Instance.new("SpecialMesh", p88)
7072b88.MeshType = Enum.MeshType.Wedge
7073b88.Name = "Mesh"
7074b88.Scale = Vector3.new(0.334640861, 0.602353632, 0.267712682)
7075p89 = Instance.new("WedgePart", m8)
7076p89.BrickColor = BrickColor.new("Lime green")
7077p89.Material = Enum.Material.Neon
7078p89.Reflectance = 0.40000000596046
7079p89.Name = "Wedge"
7080p89.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)
7081p89.CanCollide = false
7082p89.Locked = true
7083p89.FormFactor = Enum.FormFactor.Custom
7084p89.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7085p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7086p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7087p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7088p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7089p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7090p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7091b89 = Instance.new("SpecialMesh", p89)
7092b89.MeshType = Enum.MeshType.Wedge
7093b89.Name = "Mesh"
7094b89.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7095p90 = Instance.new("WedgePart", m8)
7096p90.BrickColor = BrickColor.new("Lime green")
7097p90.Material = Enum.Material.Neon
7098p90.Reflectance = 0.40000000596046
7099p90.Name = "Wedge"
7100p90.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)
7101p90.CanCollide = false
7102p90.Locked = true
7103p90.FormFactor = Enum.FormFactor.Custom
7104p90.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7105p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7106p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7107p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7108p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7109p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7110p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7111b90 = Instance.new("SpecialMesh", p90)
7112b90.MeshType = Enum.MeshType.Wedge
7113b90.Name = "Mesh"
7114b90.Scale = Vector3.new(0.334640861, 0.267712742, 0.401569068)
7115p91 = Instance.new("WedgePart", m8)
7116p91.BrickColor = BrickColor.new("Really black")
7117p91.Material = Enum.Material.Metal
7118p91.Reflectance = 0.40000000596046
7119p91.Name = "Wedge"
7120p91.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)
7121p91.CanCollide = false
7122p91.Locked = true
7123p91.FormFactor = Enum.FormFactor.Custom
7124p91.Size = Vector3.new(0.220499977, 0.401408434, 0.220499977)
7125p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7126p91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7127p91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7128p91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7129p91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7130p91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7131b91 = Instance.new("SpecialMesh", p91)
7132b91.MeshType = Enum.MeshType.Wedge
7133b91.Name = "Mesh"
7134b91.Scale = Vector3.new(0.267712682, 1, 0.200784534)
7135p92 = Instance.new("WedgePart", m8)
7136p92.BrickColor = BrickColor.new("Lime green")
7137p92.Material = Enum.Material.Neon
7138p92.Reflectance = 0.40000000596046
7139p92.Name = "Wedge"
7140p92.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)
7141p92.CanCollide = false
7142p92.Locked = true
7143p92.FormFactor = Enum.FormFactor.Custom
7144p92.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7145p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7146p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7147p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7148p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7149p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7150p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7151b92 = Instance.new("SpecialMesh", p92)
7152b92.MeshType = Enum.MeshType.Wedge
7153b92.Name = "Mesh"
7154b92.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7155p93 = Instance.new("WedgePart", m8)
7156p93.BrickColor = BrickColor.new("Lime green")
7157p93.Material = Enum.Material.Neon
7158p93.Reflectance = 0.40000000596046
7159p93.Name = "Wedge"
7160p93.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)
7161p93.CanCollide = false
7162p93.Locked = true
7163p93.FormFactor = Enum.FormFactor.Custom
7164p93.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7165p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7166p93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7167p93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7168p93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7169p93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7170p93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7171b93 = Instance.new("SpecialMesh", p93)
7172b93.MeshType = Enum.MeshType.Wedge
7173b93.Name = "Mesh"
7174b93.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7175p94 = Instance.new("WedgePart", m8)
7176p94.BrickColor = BrickColor.new("Lime green")
7177p94.Material = Enum.Material.Neon
7178p94.Reflectance = 0.40000000596046
7179p94.Name = "Wedge"
7180p94.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)
7181p94.CanCollide = false
7182p94.Locked = true
7183p94.FormFactor = Enum.FormFactor.Custom
7184p94.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7185p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7186p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7187p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7188p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7189p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7190p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7191b94 = Instance.new("SpecialMesh", p94)
7192b94.MeshType = Enum.MeshType.Wedge
7193b94.Name = "Mesh"
7194b94.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7195p95 = Instance.new("WedgePart", m8)
7196p95.BrickColor = BrickColor.new("Black")
7197p95.Material = Enum.Material.Metal
7198p95.Reflectance = 0.40000000596046
7199p95.Name = "Wedge"
7200p95.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)
7201p95.CanCollide = false
7202p95.Locked = true
7203p95.FormFactor = Enum.FormFactor.Custom
7204p95.Size = Vector3.new(0.220499977, 0.391078025, 0.222102806)
7205p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7206p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7207p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7208p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7209p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7210p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7211b95 = Instance.new("SpecialMesh", p95)
7212b95.MeshType = Enum.MeshType.Wedge
7213b95.Name = "Mesh"
7214b95.Scale = Vector3.new(0.261019886, 1, 1)
7215p96 = Instance.new("WedgePart", m8)
7216p96.BrickColor = BrickColor.new("Lime green")
7217p96.Material = Enum.Material.Neon
7218p96.Reflectance = 0.40000000596046
7219p96.Name = "Wedge"
7220p96.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)
7221p96.CanCollide = false
7222p96.Locked = true
7223p96.FormFactor = Enum.FormFactor.Custom
7224p96.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7225p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7226p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7227p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7228p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7229p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7230p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7231b96 = Instance.new("SpecialMesh", p96)
7232b96.MeshType = Enum.MeshType.Wedge
7233b96.Name = "Mesh"
7234b96.Scale = Vector3.new(0.334640861, 0.736209989, 0.133856341)
7235p97 = Instance.new("WedgePart", m8)
7236p97.BrickColor = BrickColor.new("Lime green")
7237p97.Material = Enum.Material.Neon
7238p97.Reflectance = 0.40000000596046
7239p97.Name = "Wedge"
7240p97.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)
7241p97.CanCollide = false
7242p97.Locked = true
7243p97.FormFactor = Enum.FormFactor.Custom
7244p97.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7245p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7246p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7247p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7248p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7249p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7250p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7251b97 = Instance.new("SpecialMesh", p97)
7252b97.MeshType = Enum.MeshType.Wedge
7253b97.Name = "Mesh"
7254b97.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7255p98 = Instance.new("WedgePart", m8)
7256p98.BrickColor = BrickColor.new("Lime green")
7257p98.Material = Enum.Material.Neon
7258p98.Reflectance = 0.40000000596046
7259p98.Name = "Wedge"
7260p98.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)
7261p98.CanCollide = false
7262p98.Locked = true
7263p98.FormFactor = Enum.FormFactor.Custom
7264p98.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7265p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7266p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7267p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7268p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7269p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7270p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7271b98 = Instance.new("SpecialMesh", p98)
7272b98.MeshType = Enum.MeshType.Wedge
7273b98.Name = "Mesh"
7274b98.Scale = Vector3.new(0.334640861, 0.669281721, 0.267712682)
7275p99 = Instance.new("WedgePart", m8)
7276p99.BrickColor = BrickColor.new("Lime green")
7277p99.Material = Enum.Material.Neon
7278p99.Reflectance = 0.40000000596046
7279p99.Name = "Wedge"
7280p99.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)
7281p99.CanCollide = false
7282p99.Locked = true
7283p99.FormFactor = Enum.FormFactor.Custom
7284p99.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7285p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7286p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7287p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7288p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7289p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7290p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7291b99 = Instance.new("SpecialMesh", p99)
7292b99.MeshType = Enum.MeshType.Wedge
7293b99.Name = "Mesh"
7294b99.Scale = Vector3.new(0.334640861, 0.803138077, 0.133856341)
7295p100 = Instance.new("WedgePart", m8)
7296p100.BrickColor = BrickColor.new("Lime green")
7297p100.Material = Enum.Material.Neon
7298p100.Reflectance = 0.40000000596046
7299p100.Name = "Wedge"
7300p100.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)
7301p100.CanCollide = false
7302p100.Locked = true
7303p100.FormFactor = Enum.FormFactor.Custom
7304p100.Size = Vector3.new(0.220499977, 0.236122593, 0.220499977)
7305p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7306p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7307p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7308p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7309p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7310p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7311b100 = Instance.new("SpecialMesh", p100)
7312b100.MeshType = Enum.MeshType.Wedge
7313b100.Name = "Mesh"
7314b100.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7315p101 = Instance.new("WedgePart", m8)
7316p101.BrickColor = BrickColor.new("Lime green")
7317p101.Material = Enum.Material.Neon
7318p101.Reflectance = 0.40000000596046
7319p101.Name = "Wedge"
7320p101.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)
7321p101.CanCollide = false
7322p101.Locked = true
7323p101.FormFactor = Enum.FormFactor.Custom
7324p101.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7325p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7326p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7327p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7328p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7329p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7330p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7331b101 = Instance.new("SpecialMesh", p101)
7332b101.MeshType = Enum.MeshType.Wedge
7333b101.Name = "Mesh"
7334b101.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7335p102 = Instance.new("WedgePart", m8)
7336p102.BrickColor = BrickColor.new("Lime green")
7337p102.Material = Enum.Material.Neon
7338p102.Reflectance = 0.40000000596046
7339p102.Name = "Wedge"
7340p102.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)
7341p102.CanCollide = false
7342p102.Locked = true
7343p102.FormFactor = Enum.FormFactor.Custom
7344p102.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7345p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7346p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7347p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7348p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7349p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7350p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7351b102 = Instance.new("SpecialMesh", p102)
7352b102.MeshType = Enum.MeshType.Wedge
7353b102.Name = "Mesh"
7354b102.Scale = Vector3.new(0.334640861, 0.736209989, 0.334640861)
7355p103 = Instance.new("WedgePart", m8)
7356p103.BrickColor = BrickColor.new("Lime green")
7357p103.Material = Enum.Material.Neon
7358p103.Reflectance = 0.40000000596046
7359p103.Name = "Wedge"
7360p103.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)
7361p103.CanCollide = false
7362p103.Locked = true
7363p103.FormFactor = Enum.FormFactor.Custom
7364p103.Size = Vector3.new(0.220499977, 0.221364915, 0.220499977)
7365p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7366p103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7367p103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7368p103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7369p103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7370p103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7371b103 = Instance.new("SpecialMesh", p103)
7372b103.MeshType = Enum.MeshType.Wedge
7373b103.Name = "Mesh"
7374b103.Scale = Vector3.new(0.334640861, 1, 0.133856341)
7375p104 = Instance.new("WedgePart", m8)
7376p104.BrickColor = BrickColor.new("Lime green")
7377p104.Material = Enum.Material.Neon
7378p104.Reflectance = 0.40000000596046
7379p104.Name = "Wedge"
7380p104.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)
7381p104.CanCollide = false
7382p104.Locked = true
7383p104.FormFactor = Enum.FormFactor.Custom
7384p104.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7385p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7386p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7387p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7388p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7389p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7390p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7391b104 = Instance.new("SpecialMesh", p104)
7392b104.MeshType = Enum.MeshType.Wedge
7393b104.Name = "Mesh"
7394b104.Scale = Vector3.new(0.334640861, 0.535425484, 0.267712682)
7395p105 = Instance.new("WedgePart", m8)
7396p105.BrickColor = BrickColor.new("Really black")
7397p105.Material = Enum.Material.Metal
7398p105.Reflectance = 0.40000000596046
7399p105.Name = "Wedge"
7400p105.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)
7401p105.CanCollide = false
7402p105.Locked = true
7403p105.FormFactor = Enum.FormFactor.Custom
7404p105.Size = Vector3.new(0.220499977, 0.383699238, 0.220499977)
7405p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7406p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7407p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7408p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7409p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7410p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7411b105 = Instance.new("SpecialMesh", p105)
7412b105.MeshType = Enum.MeshType.Wedge
7413b105.Name = "Mesh"
7414b105.Scale = Vector3.new(0.267712682, 1, 0.468497276)
7415p106 = Instance.new("WedgePart", m8)
7416p106.BrickColor = BrickColor.new("Lime green")
7417p106.Material = Enum.Material.Neon
7418p106.Reflectance = 0.40000000596046
7419p106.Name = "Wedge"
7420p106.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)
7421p106.CanCollide = false
7422p106.Locked = true
7423p106.FormFactor = Enum.FormFactor.Custom
7424p106.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7425p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7426p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7427p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7428p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7429p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7430p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7431b106 = Instance.new("SpecialMesh", p106)
7432b106.MeshType = Enum.MeshType.Wedge
7433b106.Name = "Mesh"
7434b106.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7435p107 = Instance.new("WedgePart", m8)
7436p107.BrickColor = BrickColor.new("Lime green")
7437p107.Material = Enum.Material.Neon
7438p107.Reflectance = 0.40000000596046
7439p107.Name = "Wedge"
7440p107.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)
7441p107.CanCollide = false
7442p107.Locked = true
7443p107.FormFactor = Enum.FormFactor.Custom
7444p107.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7445p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7446p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7447p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7448p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7449p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7450p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7451b107 = Instance.new("SpecialMesh", p107)
7452b107.MeshType = Enum.MeshType.Wedge
7453b107.Name = "Mesh"
7454b107.Scale = Vector3.new(0.334640861, 0.468497276, 0.133856341)
7455p108 = Instance.new("WedgePart", m8)
7456p108.BrickColor = BrickColor.new("Black")
7457p108.Material = Enum.Material.Metal
7458p108.Reflectance = 0.40000000596046
7459p108.Name = "Wedge"
7460p108.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)
7461p108.CanCollide = false
7462p108.Locked = true
7463p108.FormFactor = Enum.FormFactor.Custom
7464p108.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7465p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7466p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7467p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7468p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7469p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7470p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7471b108 = Instance.new("SpecialMesh", p108)
7472b108.MeshType = Enum.MeshType.Wedge
7473b108.Name = "Mesh"
7474b108.Scale = Vector3.new(0.267712682, 0.669281721, 0.0669281706)
7475p109 = Instance.new("WedgePart", m8)
7476p109.BrickColor = BrickColor.new("Lime green")
7477p109.Material = Enum.Material.Neon
7478p109.Reflectance = 0.40000000596046
7479p109.Name = "Wedge"
7480p109.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)
7481p109.CanCollide = false
7482p109.Locked = true
7483p109.FormFactor = Enum.FormFactor.Custom
7484p109.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7485p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7486p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7487p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7488p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7489p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7490p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7491b109 = Instance.new("SpecialMesh", p109)
7492b109.MeshType = Enum.MeshType.Wedge
7493b109.Name = "Mesh"
7494b109.Scale = Vector3.new(0.334640861, 0.870066345, 0.133856341)
7495p110 = Instance.new("WedgePart", m8)
7496p110.BrickColor = BrickColor.new("Lime green")
7497p110.Material = Enum.Material.Neon
7498p110.Reflectance = 0.40000000596046
7499p110.Name = "Wedge"
7500p110.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)
7501p110.CanCollide = false
7502p110.Locked = true
7503p110.FormFactor = Enum.FormFactor.Custom
7504p110.Size = Vector3.new(0.220499977, 0.220499977, 0.220499977)
7505p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7506p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7507p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7508p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7509p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7510p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7511b110 = Instance.new("SpecialMesh", p110)
7512b110.MeshType = Enum.MeshType.Wedge
7513b110.Name = "Mesh"
7514b110.Scale = Vector3.new(0.334640861, 0.267712742, 0.133856341)
7515p111 = Instance.new("Part", m8)
7516p111.BrickColor = BrickColor.new("Really black")
7517p111.Material = Enum.Material.Metal
7518p111.Transparency = 1
7519p111.Name = "Hitbox"
7520p111.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)
7521p111.CanCollide = false
7522p111.Locked = true
7523p111.FormFactor = Enum.FormFactor.Custom
7524p111.Size = Vector3.new(0.22, 2.57, 1.22)
7525p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
7526p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
7527p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
7528p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
7529p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
7530p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
7531b111 = Instance.new("BlockMesh", p111)
7532b111.Name = "Mesh"
7533w1 = Instance.new("Weld", p1)
7534w1.Name = "Block_Weld"
7535w1.Part0 = p1
7536w1.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)
7537w1.Part1 = p2
7538w1.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)
7539w2 = Instance.new("Weld", p2)
7540w2.Name = "Block_Weld"
7541w2.Part0 = p2
7542w2.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)
7543w2.Part1 = p3
7544w2.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)
7545w3 = Instance.new("Weld", p3)
7546w3.Name = "Block_Weld"
7547w3.Part0 = p3
7548w3.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)
7549w3.Part1 = p4
7550w3.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)
7551w4 = Instance.new("Weld", p4)
7552w4.Name = "Block_Weld"
7553w4.Part0 = p4
7554w4.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)
7555w4.Part1 = p5
7556w4.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)
7557w5 = Instance.new("Weld", p5)
7558w5.Name = "Block_Weld"
7559w5.Part0 = p5
7560w5.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)
7561w5.Part1 = p6
7562w5.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)
7563w6 = Instance.new("Weld", p6)
7564w6.Name = "Block_Weld"
7565w6.Part0 = p6
7566w6.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)
7567w6.Part1 = p7
7568w6.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)
7569w7 = Instance.new("Weld", p7)
7570w7.Name = "Block_Weld"
7571w7.Part0 = p7
7572w7.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)
7573w7.Part1 = p8
7574w7.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)
7575w8 = Instance.new("Weld", p8)
7576w8.Name = "Block_Weld"
7577w8.Part0 = p8
7578w8.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)
7579w8.Part1 = p9
7580w8.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)
7581w9 = Instance.new("Weld", p9)
7582w9.Name = "Block_Weld"
7583w9.Part0 = p9
7584w9.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)
7585w9.Part1 = p10
7586w9.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)
7587w10 = Instance.new("Weld", p10)
7588w10.Name = "Circle_Weld"
7589w10.Part0 = p10
7590w10.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)
7591w10.Part1 = p11
7592w10.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)
7593w11 = Instance.new("Weld", p11)
7594w11.Name = "Block_Weld"
7595w11.Part0 = p11
7596w11.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)
7597w11.Part1 = p12
7598w11.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)
7599w12 = Instance.new("Weld", p12)
7600w12.Name = "Block_Weld"
7601w12.Part0 = p12
7602w12.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)
7603w12.Part1 = p13
7604w12.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)
7605w13 = Instance.new("Weld", p13)
7606w13.Name = "Block_Weld"
7607w13.Part0 = p13
7608w13.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)
7609w13.Part1 = p14
7610w13.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)
7611w14 = Instance.new("Weld", p14)
7612w14.Name = "Block_Weld"
7613w14.Part0 = p14
7614w14.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)
7615w14.Part1 = p15
7616w14.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)
7617w15 = Instance.new("Weld", p15)
7618w15.Name = "Handle_Weld"
7619w15.Part0 = p15
7620w15.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)
7621w15.Part1 = p16
7622w15.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)
7623w16 = Instance.new("Weld", p16)
7624w16.Name = "Block_Weld"
7625w16.Part0 = p16
7626w16.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)
7627w16.Part1 = p17
7628w16.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)
7629w17 = Instance.new("Weld", p17)
7630w17.Name = "Block_Weld"
7631w17.Part0 = p17
7632w17.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)
7633w17.Part1 = p18
7634w17.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)
7635w18 = Instance.new("Weld", p18)
7636w18.Name = "Block_Weld"
7637w18.Part0 = p18
7638w18.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)
7639w18.Part1 = p19
7640w18.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)
7641w19 = Instance.new("Weld", p19)
7642w19.Name = "Block_Weld"
7643w19.Part0 = p19
7644w19.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)
7645w19.Part1 = p20
7646w19.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)
7647w20 = Instance.new("Weld", p20)
7648w20.Name = "Block_Weld"
7649w20.Part0 = p20
7650w20.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)
7651w20.Part1 = p21
7652w20.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)
7653w21 = Instance.new("Weld", p21)
7654w21.Name = "Block_Weld"
7655w21.Part0 = p21
7656w21.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)
7657w21.Part1 = p22
7658w21.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)
7659w22 = Instance.new("Weld", p22)
7660w22.Name = "Block_Weld"
7661w22.Part0 = p22
7662w22.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)
7663w22.Part1 = p23
7664w22.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)
7665w23 = Instance.new("Weld", p23)
7666w23.Name = "Block_Weld"
7667w23.Part0 = p23
7668w23.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)
7669w23.Part1 = p24
7670w23.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)
7671w24 = Instance.new("Weld", p24)
7672w24.Name = "Block_Weld"
7673w24.Part0 = p24
7674w24.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)
7675w24.Part1 = p25
7676w24.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)
7677w25 = Instance.new("Weld", p25)
7678w25.Name = "Block_Weld"
7679w25.Part0 = p25
7680w25.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)
7681w25.Part1 = p26
7682w25.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)
7683w26 = Instance.new("Weld", p26)
7684w26.Name = "Block_Weld"
7685w26.Part0 = p26
7686w26.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)
7687w26.Part1 = p27
7688w26.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)
7689w27 = Instance.new("Weld", p27)
7690w27.Name = "Circle_Weld"
7691w27.Part0 = p27
7692w27.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)
7693w27.Part1 = p28
7694w27.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)
7695w28 = Instance.new("Weld", p28)
7696w28.Name = "Block_Weld"
7697w28.Part0 = p28
7698w28.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)
7699w28.Part1 = p29
7700w28.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)
7701w29 = Instance.new("Weld", p29)
7702w29.Name = "Block_Weld"
7703w29.Part0 = p29
7704w29.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)
7705w29.Part1 = p30
7706w29.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)
7707w30 = Instance.new("Weld", p30)
7708w30.Name = "Block_Weld"
7709w30.Part0 = p30
7710w30.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)
7711w30.Part1 = p31
7712w30.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)
7713w31 = Instance.new("Weld", p31)
7714w31.Name = "Block_Weld"
7715w31.Part0 = p31
7716w31.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)
7717w31.Part1 = p32
7718w31.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)
7719w32 = Instance.new("Weld", p32)
7720w32.Name = "Block_Weld"
7721w32.Part0 = p32
7722w32.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)
7723w32.Part1 = p33
7724w32.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)
7725w33 = Instance.new("Weld", p33)
7726w33.Name = "Block_Weld"
7727w33.Part0 = p33
7728w33.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)
7729w33.Part1 = p34
7730w33.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)
7731w34 = Instance.new("Weld", p34)
7732w34.Name = "Block_Weld"
7733w34.Part0 = p34
7734w34.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)
7735w34.Part1 = p35
7736w34.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)
7737w35 = Instance.new("Weld", p35)
7738w35.Name = "Block_Weld"
7739w35.Part0 = p35
7740w35.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)
7741w35.Part1 = p36
7742w35.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)
7743w36 = Instance.new("Weld", p36)
7744w36.Name = "Circle_Weld"
7745w36.Part0 = p36
7746w36.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)
7747w36.Part1 = p37
7748w36.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)
7749w37 = Instance.new("Weld", p37)
7750w37.Name = "Block_Weld"
7751w37.Part0 = p37
7752w37.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)
7753w37.Part1 = p38
7754w37.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)
7755w38 = Instance.new("Weld", p38)
7756w38.Name = "Block_Weld"
7757w38.Part0 = p38
7758w38.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)
7759w38.Part1 = p39
7760w38.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)
7761w39 = Instance.new("Weld", p39)
7762w39.Name = "Block_Weld"
7763w39.Part0 = p39
7764w39.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)
7765w39.Part1 = p40
7766w39.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)
7767w40 = Instance.new("Weld", p40)
7768w40.Name = "Block_Weld"
7769w40.Part0 = p40
7770w40.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)
7771w40.Part1 = p41
7772w40.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)
7773w41 = Instance.new("Weld", p41)
7774w41.Name = "Block_Weld"
7775w41.Part0 = p41
7776w41.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)
7777w41.Part1 = p42
7778w41.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)
7779w42 = Instance.new("Weld", p42)
7780w42.Name = "Block_Weld"
7781w42.Part0 = p42
7782w42.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)
7783w42.Part1 = p43
7784w42.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)
7785w43 = Instance.new("Weld", p43)
7786w43.Name = "Circle_Weld"
7787w43.Part0 = p43
7788w43.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)
7789w43.Part1 = p44
7790w43.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)
7791w44 = Instance.new("Weld", p44)
7792w44.Name = "Block_Weld"
7793w44.Part0 = p44
7794w44.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)
7795w44.Part1 = p45
7796w44.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)
7797w45 = Instance.new("Weld", p45)
7798w45.Name = "Block_Weld"
7799w45.Part0 = p45
7800w45.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)
7801w45.Part1 = p46
7802w45.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)
7803w46 = Instance.new("Weld", p46)
7804w46.Name = "Block_Weld"
7805w46.Part0 = p46
7806w46.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)
7807w46.Part1 = p47
7808w46.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)
7809w47 = Instance.new("Weld", p47)
7810w47.Name = "Block_Weld"
7811w47.Part0 = p47
7812w47.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)
7813w47.Part1 = p48
7814w47.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)
7815w48 = Instance.new("Weld", p48)
7816w48.Name = "Block_Weld"
7817w48.Part0 = p48
7818w48.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)
7819w48.Part1 = p49
7820w48.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)
7821w49 = Instance.new("Weld", p49)
7822w49.Name = "Block_Weld"
7823w49.Part0 = p49
7824w49.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)
7825w49.Part1 = p50
7826w49.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)
7827w50 = Instance.new("Weld", p50)
7828w50.Name = "Block_Weld"
7829w50.Part0 = p50
7830w50.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)
7831w50.Part1 = p51
7832w50.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)
7833w51 = Instance.new("Weld", p51)
7834w51.Name = "Block_Weld"
7835w51.Part0 = p51
7836w51.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)
7837w51.Part1 = p52
7838w51.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)
7839w52 = Instance.new("Weld", p52)
7840w52.Name = "Block_Weld"
7841w52.Part0 = p52
7842w52.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)
7843w52.Part1 = p53
7844w52.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)
7845w53 = Instance.new("Weld", p53)
7846w53.Name = "Circle_Weld"
7847w53.Part0 = p53
7848w53.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)
7849w53.Part1 = p54
7850w53.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)
7851w54 = Instance.new("Weld", p54)
7852w54.Name = "Block_Weld"
7853w54.Part0 = p54
7854w54.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)
7855w54.Part1 = p55
7856w54.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)
7857w55 = Instance.new("Weld", p55)
7858w55.Name = "Block_Weld"
7859w55.Part0 = p55
7860w55.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)
7861w55.Part1 = p56
7862w55.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)
7863w56 = Instance.new("Weld", p56)
7864w56.Name = "Block_Weld"
7865w56.Part0 = p56
7866w56.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)
7867w56.Part1 = p57
7868w56.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)
7869w57 = Instance.new("Weld", p57)
7870w57.Name = "Block_Weld"
7871w57.Part0 = p57
7872w57.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)
7873w57.Part1 = p58
7874w57.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)
7875w58 = Instance.new("Weld", p58)
7876w58.Name = "Block_Weld"
7877w58.Part0 = p58
7878w58.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)
7879w58.Part1 = p59
7880w58.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)
7881w59 = Instance.new("Weld", p59)
7882w59.Name = "Circle_Weld"
7883w59.Part0 = p59
7884w59.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)
7885w59.Part1 = p60
7886w59.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)
7887w60 = Instance.new("Weld", p60)
7888w60.Name = "Circle_Weld"
7889w60.Part0 = p60
7890w60.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)
7891w60.Part1 = p61
7892w60.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)
7893w61 = Instance.new("Weld", p61)
7894w61.Name = "Block_Weld"
7895w61.Part0 = p61
7896w61.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)
7897w61.Part1 = p62
7898w61.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)
7899w62 = Instance.new("Weld", p62)
7900w62.Name = "Block_Weld"
7901w62.Part0 = p62
7902w62.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)
7903w62.Part1 = p63
7904w62.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)
7905w63 = Instance.new("Weld", p63)
7906w63.Name = "Block_Weld"
7907w63.Part0 = p63
7908w63.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)
7909w63.Part1 = p64
7910w63.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)
7911w64 = Instance.new("Weld", p64)
7912w64.Name = "Block_Weld"
7913w64.Part0 = p64
7914w64.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)
7915w64.Part1 = p65
7916w64.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)
7917w65 = Instance.new("Weld", p65)
7918w65.Name = "Block_Weld"
7919w65.Part0 = p65
7920w65.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)
7921w65.Part1 = p66
7922w65.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)
7923w66 = Instance.new("Weld", p66)
7924w66.Name = "Block_Weld"
7925w66.Part0 = p66
7926w66.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)
7927w66.Part1 = p67
7928w66.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)
7929w67 = Instance.new("Weld", p67)
7930w67.Name = "Block_Weld"
7931w67.Part0 = p67
7932w67.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)
7933w67.Part1 = p68
7934w67.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)
7935w68 = Instance.new("Weld", p68)
7936w68.Name = "Block_Weld"
7937w68.Part0 = p68
7938w68.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)
7939w68.Part1 = p69
7940w68.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)
7941w69 = Instance.new("Weld", p69)
7942w69.Name = "Circle_Weld"
7943w69.Part0 = p69
7944w69.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)
7945w69.Part1 = p70
7946w69.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)
7947w70 = Instance.new("Weld", p70)
7948w70.Name = "Wedge_Weld"
7949w70.Part0 = p70
7950w70.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)
7951w70.Part1 = p71
7952w70.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)
7953w71 = Instance.new("Weld", p71)
7954w71.Name = "Wedge_Weld"
7955w71.Part0 = p71
7956w71.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)
7957w71.Part1 = p72
7958w71.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)
7959w72 = Instance.new("Weld", p72)
7960w72.Name = "Wedge_Weld"
7961w72.Part0 = p72
7962w72.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)
7963w72.Part1 = p73
7964w72.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)
7965w73 = Instance.new("Weld", p73)
7966w73.Name = "Wedge_Weld"
7967w73.Part0 = p73
7968w73.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)
7969w73.Part1 = p74
7970w73.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)
7971w74 = Instance.new("Weld", p74)
7972w74.Name = "Wedge_Weld"
7973w74.Part0 = p74
7974w74.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)
7975w74.Part1 = p75
7976w74.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)
7977w75 = Instance.new("Weld", p75)
7978w75.Name = "Wedge_Weld"
7979w75.Part0 = p75
7980w75.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)
7981w75.Part1 = p76
7982w75.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)
7983w76 = Instance.new("Weld", p76)
7984w76.Name = "Wedge_Weld"
7985w76.Part0 = p76
7986w76.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)
7987w76.Part1 = p77
7988w76.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)
7989w77 = Instance.new("Weld", p77)
7990w77.Name = "Wedge_Weld"
7991w77.Part0 = p77
7992w77.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)
7993w77.Part1 = p78
7994w77.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)
7995w78 = Instance.new("Weld", p78)
7996w78.Name = "Wedge_Weld"
7997w78.Part0 = p78
7998w78.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)
7999w78.Part1 = p79
8000w78.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)
8001w79 = Instance.new("Weld", p79)
8002w79.Name = "Wedge_Weld"
8003w79.Part0 = p79
8004w79.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)
8005w79.Part1 = p80
8006w79.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)
8007w80 = Instance.new("Weld", p80)
8008w80.Name = "Wedge_Weld"
8009w80.Part0 = p80
8010w80.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)
8011w80.Part1 = p81
8012w80.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)
8013w81 = Instance.new("Weld", p81)
8014w81.Name = "Wedge_Weld"
8015w81.Part0 = p81
8016w81.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)
8017w81.Part1 = p82
8018w81.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)
8019w82 = Instance.new("Weld", p82)
8020w82.Name = "Wedge_Weld"
8021w82.Part0 = p82
8022w82.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)
8023w82.Part1 = p83
8024w82.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)
8025w83 = Instance.new("Weld", p83)
8026w83.Name = "Wedge_Weld"
8027w83.Part0 = p83
8028w83.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)
8029w83.Part1 = p84
8030w83.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)
8031w84 = Instance.new("Weld", p84)
8032w84.Name = "Wedge_Weld"
8033w84.Part0 = p84
8034w84.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)
8035w84.Part1 = p85
8036w84.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)
8037w85 = Instance.new("Weld", p85)
8038w85.Name = "Wedge_Weld"
8039w85.Part0 = p85
8040w85.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)
8041w85.Part1 = p86
8042w85.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)
8043w86 = Instance.new("Weld", p86)
8044w86.Name = "Wedge_Weld"
8045w86.Part0 = p86
8046w86.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)
8047w86.Part1 = p87
8048w86.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)
8049w87 = Instance.new("Weld", p87)
8050w87.Name = "Wedge_Weld"
8051w87.Part0 = p87
8052w87.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)
8053w87.Part1 = p88
8054w87.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)
8055w88 = Instance.new("Weld", p88)
8056w88.Name = "Wedge_Weld"
8057w88.Part0 = p88
8058w88.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)
8059w88.Part1 = p89
8060w88.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)
8061w89 = Instance.new("Weld", p89)
8062w89.Name = "Wedge_Weld"
8063w89.Part0 = p89
8064w89.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)
8065w89.Part1 = p90
8066w89.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)
8067w90 = Instance.new("Weld", p90)
8068w90.Name = "Wedge_Weld"
8069w90.Part0 = p90
8070w90.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)
8071w90.Part1 = p91
8072w90.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)
8073w91 = Instance.new("Weld", p91)
8074w91.Name = "Wedge_Weld"
8075w91.Part0 = p91
8076w91.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)
8077w91.Part1 = p92
8078w91.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)
8079w92 = Instance.new("Weld", p92)
8080w92.Name = "Wedge_Weld"
8081w92.Part0 = p92
8082w92.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)
8083w92.Part1 = p93
8084w92.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)
8085w93 = Instance.new("Weld", p93)
8086w93.Name = "Wedge_Weld"
8087w93.Part0 = p93
8088w93.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)
8089w93.Part1 = p94
8090w93.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)
8091w94 = Instance.new("Weld", p94)
8092w94.Name = "Wedge_Weld"
8093w94.Part0 = p94
8094w94.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)
8095w94.Part1 = p95
8096w94.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)
8097w95 = Instance.new("Weld", p95)
8098w95.Name = "Wedge_Weld"
8099w95.Part0 = p95
8100w95.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)
8101w95.Part1 = p96
8102w95.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)
8103w96 = Instance.new("Weld", p96)
8104w96.Name = "Wedge_Weld"
8105w96.Part0 = p96
8106w96.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)
8107w96.Part1 = p97
8108w96.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)
8109w97 = Instance.new("Weld", p97)
8110w97.Name = "Wedge_Weld"
8111w97.Part0 = p97
8112w97.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)
8113w97.Part1 = p98
8114w97.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)
8115w98 = Instance.new("Weld", p98)
8116w98.Name = "Wedge_Weld"
8117w98.Part0 = p98
8118w98.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)
8119w98.Part1 = p99
8120w98.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)
8121w99 = Instance.new("Weld", p99)
8122w99.Name = "Wedge_Weld"
8123w99.Part0 = p99
8124w99.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)
8125w99.Part1 = p100
8126w99.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)
8127w100 = Instance.new("Weld", p100)
8128w100.Name = "Wedge_Weld"
8129w100.Part0 = p100
8130w100.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)
8131w100.Part1 = p101
8132w100.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)
8133w101 = Instance.new("Weld", p101)
8134w101.Name = "Wedge_Weld"
8135w101.Part0 = p101
8136w101.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)
8137w101.Part1 = p102
8138w101.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)
8139w102 = Instance.new("Weld", p102)
8140w102.Name = "Wedge_Weld"
8141w102.Part0 = p102
8142w102.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)
8143w102.Part1 = p103
8144w102.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)
8145w103 = Instance.new("Weld", p103)
8146w103.Name = "Wedge_Weld"
8147w103.Part0 = p103
8148w103.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)
8149w103.Part1 = p104
8150w103.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)
8151w104 = Instance.new("Weld", p104)
8152w104.Name = "Wedge_Weld"
8153w104.Part0 = p104
8154w104.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)
8155w104.Part1 = p105
8156w104.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)
8157w105 = Instance.new("Weld", p105)
8158w105.Name = "Wedge_Weld"
8159w105.Part0 = p105
8160w105.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)
8161w105.Part1 = p106
8162w105.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)
8163w106 = Instance.new("Weld", p106)
8164w106.Name = "Wedge_Weld"
8165w106.Part0 = p106
8166w106.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)
8167w106.Part1 = p107
8168w106.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)
8169w107 = Instance.new("Weld", p107)
8170w107.Name = "Wedge_Weld"
8171w107.Part0 = p107
8172w107.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)
8173w107.Part1 = p108
8174w107.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)
8175w108 = Instance.new("Weld", p108)
8176w108.Name = "Wedge_Weld"
8177w108.Part0 = p108
8178w108.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)
8179w108.Part1 = p109
8180w108.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)
8181w109 = Instance.new("Weld", p109)
8182w109.Name = "Wedge_Weld"
8183w109.Part0 = p109
8184w109.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)
8185w109.Part1 = p110
8186w109.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)
8187w110 = Instance.new("Weld", p110)
8188w110.Name = "Hitbox_Weld"
8189w110.Part0 = p110
8190w110.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)
8191w110.Part1 = p111
8192w110.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)
8193m8.Parent = rarm
8194m8:MakeJoints()
8195----------------------------------------------------
8196local cor8 = Instance.new("Part", rarm.Zyrodoxa)
8197cor8.Name = "Thingy"
8198cor8.Locked = true
8199cor8.BottomSurface = 0
8200cor8.CanCollide = false
8201cor8.Size = Vector3.new(1, 1, 1)
8202cor8.Transparency = 1
8203cor8.TopSurface = 0
8204corw8 = Instance.new("Weld", cor8)
8205corw8.Part0 = rarm
8206corw8.Part1 = cor8
8207corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
8208corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8209weld8 = Instance.new("Weld", rarm.Zyrodoxa)
8210weld8.Part0 = cor8
8211weld8.Part1 = rarm.Zyrodoxa.Handle
8212weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
8213Amulite = Instance.new("PointLight",m7.Center)
8214Amulite.Brightness = 0
8215Amulite.Color = Color3.new(0,1,0)
8216----------------------------------------------------
8217models = {m,m2,m3,m4,m5,m6,m7,m8}
8218parts = {}
8219Stepped:connect(function()
8220 for i,v in pairs(models) do
8221 for _, a in pairs(v:GetChildren()) do
8222 if v:IsA("Part") and v.Name ~= "Thingy" then
8223 table.insert(parts, a)
8224 for i,v in pairs(parts) do
8225 v.CanCollide = false
8226 end
8227 end
8228 end
8229 end
8230end)
8231----------------------------------------------------
8232local animpose = "Idle1"
8233local lastanimpose = "Idle1"
8234local grab = false
8235local Smooth = 1
8236local sine = 0
8237local change = 1
8238local val = 0
8239local ffing = false
8240----------------------------------------------------
8241--[[local hitbox = rarm.Zyrodoxa.Hitbox--Zyrodoxa is the name of the dagger k
8242
8243function FindHumanoids()
8244 local function c_region(Position, Size)
8245 local SizeOffset = Size/2
8246 local Point1 = Position - SizeOffset
8247 local Point2 = Position + SizeOffset
8248 local a = Instance.new("Part", workspace)
8249 a.Anchored = true
8250 a.Size = Size
8251 a.Position = Position
8252 print("Hey!, I'm making a part!")
8253 return Region3.new(Point1, Point2)
8254 end
8255
8256 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8257 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8258 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
8259 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
8260
8261 local regions = {a, b, c, d}
8262
8263 local found_humanoids = {}
8264 local already_found = {char.Name}
8265
8266 for _, region in pairs(regions) do
8267 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
8268 print(part, part.Parent, part.Name) ---nope
8269 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8270 local humanoid = part.Parent:FindFirstChild("Humanoid")
8271 local name = humanoid.Parent.Name
8272 local exists = false
8273 for _, n in pairs(already_found) do
8274 if n == name then
8275 exists = true
8276 end
8277 end
8278 if not exists then
8279 table.insert(already_found, name)
8280 table.insert(found_humanoids, humanoid)
8281 end
8282 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
8283 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
8284 local name = humanoid.Parent.Parent.Name
8285 local exists = false
8286 for _, n in pairs(already_found) do
8287 if n == name then
8288 exists = true
8289 end
8290 end
8291 if not exists then
8292 table.insert(already_found, name)
8293 table.insert(found_humanoids, humanoid)
8294 end
8295 end
8296 end
8297 end
8298 return found_humanoids
8299end
8300
8301local humanoids = FindHumanoids()
8302if #humanoids == 0 then
8303 for i, v in pairs(humanoids) do
8304 print(v.Parent.Name)
8305 if Debounces.Slashing == true then
8306 v:TakeDamage(math.random(10,20) * math.random(1,3)) --max 60 damage?
8307 elseif Debounces.Slashing == false then
8308 wait()
8309 end
8310 end
8311 wait(0.3)
8312end]]--
8313----------------------------------------------------
8314--[[mouse.KeyDown:connect(function(key)
8315 if key == "f" then
8316 if Debounces.CanAttack == true then
8317 Debounces.CanAttack = false
8318 Debounces.NoIdl = true
8319 Debounces.on = true
8320 for i = 1, 20 do
8321 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8322 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8323 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
8324 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8325 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8326 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8327 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
8328 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)
8329 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)
8330 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)
8331 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)
8332 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)
8333 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)
8334 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
8335 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
8336 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)
8337 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)
8338 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)
8339 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)
8340 if Debounces.on == false then
8341 break
8342 end
8343 fat.Event:wait()
8344 end
8345 end
8346 end
8347end)]]--
8348----------------------------------------------------
8349mod4 = Instance.new("Model",char)
8350
8351ptez = {0.7, 0.8, 0.9, 1}
8352
8353function FindNearestTorso(Position,Distance,SinglePlayer)
8354 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
8355 local List = {}
8356 for i,v in pairs(workspace:GetChildren())do
8357 if v:IsA("Model")then
8358 if v:findFirstChild("Torso")then
8359 if v ~= char then
8360 if(v.Torso.Position -Position).magnitude <= Distance then
8361 table.insert(List,v)
8362 end
8363 end
8364 end
8365 end
8366 end
8367 return List
8368end
8369
8370function Slam()
8371 local part=Instance.new('Part',mod4)
8372 part.Anchored=true
8373 part.CanCollide=false
8374 part.FormFactor='Custom'
8375 part.Size=Vector3.new(.2,.2,.2)
8376 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
8377 part.Transparency=.7
8378 part.BrickColor=BrickColor.new('Really black')
8379 mesh=Instance.new('SpecialMesh',part)
8380 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
8381 mesh.Scale=Vector3.new(3,3,3)
8382 local part2=Instance.new('Part',mod4)
8383 part2.Anchored=true
8384 part2.CanCollide=false
8385 part2.FormFactor='Custom'
8386 part2.Size=Vector3.new(.2,.2,.2)
8387 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
8388 part2.Transparency=.7
8389 part2.BrickColor=BrickColor.new('Lime green')
8390 mesh2=Instance.new('SpecialMesh',part2)
8391 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
8392 mesh2.Scale=Vector3.new(3,1.5,3)
8393 x = Instance.new("Sound",larm)
8394 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
8395 x.Pitch = ptez[math.random(1,#ptez)]
8396 x.Volume = 1
8397 wait(.1)
8398 x1 = Instance.new("Sound",larm)
8399 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
8400 x1.Pitch = ptez[math.random(1,#ptez)]
8401 x1.Volume = 1
8402 wait(.1)
8403 x:Play()
8404 x1:Play()
8405 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
8406 if v:FindFirstChild('Humanoid') then
8407 v.Humanoid:TakeDamage(math.random(30,45))
8408 end
8409 end
8410 coroutine.resume(coroutine.create(function()
8411 for i=0,0.62,0.13 do
8412 wait()
8413 part.CFrame=part.CFrame
8414 part.Transparency=i
8415 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
8416 part2.CFrame=part2.CFrame
8417 part2.Transparency=i
8418 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
8419 end
8420 part.Parent=nil
8421 part2.Parent=nil
8422 x:Destroy()
8423 end))
8424end
8425----------------------------------------------------
8426wPart = function(x,y,z,color,tr,cc,an,parent)
8427 local wp = Instance.new('WedgePart',parent or Weapon)
8428 wp.formFactor = 'Custom'
8429 wp.Size = Vector3.new(x,y,z)
8430 wp.BrickColor = BrickColor.new(color)
8431 wp.CanCollide = cc
8432 wp.Transparency = tr
8433 wp.Anchored = an
8434 wp.TopSurface,wp.BottomSurface = 0,0
8435 return wp
8436end
8437
8438Mesh = function(par,num,x,y,z)
8439 local msh = _
8440 if num == 1 then
8441 msh = Instance.new("CylinderMesh",par)
8442 elseif num == 2 then
8443 msh = Instance.new("SpecialMesh",par)
8444 msh.MeshType = 3
8445 elseif num == 3 then
8446 msh = Instance.new("BlockMesh",par)
8447 elseif num == 4 then
8448 msh = Instance.new("SpecialMesh",par)
8449 msh.MeshType = "Torso"
8450 elseif type(num) == 'string' then
8451 msh = Instance.new("SpecialMesh",par)
8452 msh.MeshId = num
8453 end
8454 msh.Scale = Vector3.new(x,y,z)
8455 return msh
8456end
8457
8458local function CFrameFromTopBack(at, top, back)
8459 local right = top:Cross(back)
8460 return CFrame.new(at.x, at.y, at.z,
8461 right.x, top.x, back.x,
8462 right.y, top.y, back.y,
8463 right.z, top.z, back.z)
8464end
8465
8466function Triangle(a, b, c)
8467 local edg1 = (c-a):Dot((b-a).unit)
8468 local edg2 = (a-b):Dot((c-b).unit)
8469 local edg3 = (b-c):Dot((a-c).unit)
8470 if edg1 <= (b-a).magnitude and edg1 >= 0 then
8471 a, b, c = a, b, c
8472 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
8473 a, b, c = b, c, a
8474 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
8475 a, b, c = c, a, b
8476 else
8477 print("unreachable")
8478 end
8479 local len1 = (c-a):Dot((b-a).unit)
8480 local len2 = (b-a).magnitude - len1
8481 local width = (a + (b-a).unit*len1 - c).magnitude
8482 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
8483 local list = {}
8484 if len1 > 0.01 then
8485 local w1 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8486 local sz = Vector3.new(0.2, width, len1)
8487 w1.Size = sz
8488 local sp = Mesh(w1,2,0,0,0)
8489 sp.MeshType='Wedge'
8490 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
8491 w1:BreakJoints()
8492 w1.Anchored = true
8493 w1.Transparency = 0.7
8494 Spawn(function()
8495 for i=0,1,0.1 do
8496 fat.Event:wait()
8497 w1.Transparency=w1.Transparency+0.03
8498 end
8499 end)
8500 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
8501 table.insert(list,w1)
8502 end
8503 if len2 > 0.01 then
8504 local w2 = wPart(0,0,0,'Lime green',0.5,false,true,char)
8505 local sz = Vector3.new(0.2, width, len2)
8506 w2.Size = sz
8507 local sp = Mesh(w2,2,0,0,0)
8508 sp.MeshType='Wedge'
8509 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
8510 w2:BreakJoints()
8511 w2.Anchored = true
8512 w2.Transparency = 0.7
8513 Spawn(function()
8514 for i=0,1,0.1 do
8515 fat.Event:wait()
8516 w2.Transparency=w2.Transparency+0.03
8517 end
8518 end)
8519 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
8520 table.insert(list,w2)
8521 end
8522 return unpack(list)
8523end
8524
8525function trail(p,t,h)
8526 Spawn(function()
8527 local blcf = p.CFrame
8528 local scfr = blcf
8529 for i=1,t do
8530 local blcf = p.CFrame
8531 if scfr and (p.Position-scfr.p).magnitude > .1 then
8532 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)
8533 if a then game.Debris:AddItem(a,1) end
8534 if b then game.Debris:AddItem(b,1) end
8535 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)
8536 if a then game.Debris:AddItem(a,1) end
8537 if b then game.Debris:AddItem(b,1) end
8538 scfr = blcf
8539 elseif not scfr then
8540 scfr = blcf
8541 end
8542 fat.Event:wait()
8543 end
8544 scfr=nil
8545 end)
8546end
8547--trail(char.Sword.Blade,1e1000,5)
8548----------------------------------------------------
8549function Dmg()
8550 local partofdeath = rarm.Zyrodoxa.Hitbox
8551 local function CreateRegion3FromLocAndSize(Position, Size)
8552 local SizeOffset = Size/2
8553 local Point1 = Position - SizeOffset
8554 local Point2 = Position + SizeOffset
8555 return Region3.new(Point1, Point2)
8556 end
8557 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
8558 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
8559 Spawn(function()
8560 if Debounces.Slashing == true and Debounces.Slashed == false then
8561 Debounces.Slashed = true
8562 ypcall(function()
8563 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
8564 humanoid:TakeDamage(math.random(10,18))
8565 end)
8566 wait(.4)
8567 Debounces.Slashed = false
8568 end
8569 end)
8570 end
8571end
8572----------------------------------------------------
8573pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
8574ptz = {0.7, 0.8, 0.9, 1}
8575idz = {"161006212", "161006195"}
8576function attackone()
8577 for i = 1, 13 do
8578 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)
8579 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
8580 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)
8581 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)
8582 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)
8583 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)
8584 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
8585 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
8586 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
8587 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)
8588 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)
8589 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)
8590 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)
8591 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)
8592 if Debounces.on == false then
8593 break
8594 end
8595 fat.Event:wait()
8596 end
8597 trail(rarm.Zyrodoxa.Hitbox,20,2)
8598 Debounces.Slashing = true
8599 wait(0.2)
8600 --[[z = Instance.new("Sound", hed)
8601 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
8602 z.Pitch = ptz[math.random(1,#ptz)]
8603 z.Volume = 1
8604 wait(.01)
8605 z:Play()]]--
8606 for i = 1, 14 do
8607 Dmg()
8608 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
8609 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
8610 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)
8611 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)
8612 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)
8613 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)
8614 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
8615 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8616 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
8617 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)
8618 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)
8619 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)
8620 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)
8621 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)
8622 if Debounces.on == false then break end
8623 rs:wait()
8624 end
8625 Debounces.Slashing = false
8626end
8627function attacktwo()
8628 Debounces.Slashing = true
8629 for i = 1, 14 do
8630 Dmg()
8631 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
8632 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
8633 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)
8634 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)
8635 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)
8636 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)
8637 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)
8638 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8639 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)
8640 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)
8641 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
8642 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)
8643 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
8644 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)
8645 if Debounces.on == false then
8646 break
8647 end
8648 rs:wait()
8649 end
8650end
8651----------------------------------------------------
8652ComboNum = 0
8653mouse.Button1Down:connect(function()
8654 if Debounces.CanAttack == true then
8655 Debounces.CanAttack = false
8656 Debounces.NoIdl = true
8657 Debounces.on = true
8658 if ComboNum == 0 then
8659 attackone()
8660 elseif ComboNum == 1 then
8661 attacktwo()
8662 --[[elseif ComboNum == 2 then
8663 attackthree()]]--
8664 end
8665 ComboNum = ComboNum + 1
8666 Debounces.CanAttack = true
8667 Debounces.on = false
8668 wait(.5)
8669 if Debounces.CanAttack == true then
8670 ComboNum = 0
8671 Debounces.NoIdl = false
8672 end
8673 end
8674end)
8675----------------------------------------------------
8676definition = 5
8677bc = {}
8678bezierparts = {}
8679function NoOutline(Part)
8680 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
8681end
8682function draw(p,d)
8683 for i=1,d do
8684 local t = i/d
8685 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
8686 end
8687 for i=1,d do
8688 local bcs = Instance.new("Part",char)
8689 NoOutline(bcs)
8690 bcs.Anchored = true
8691 bcs.CanCollide = false
8692 bcs.Material = "Neon"
8693 bcs.BrickColor = BrickColor.new("Lime green")
8694 bcs.Size = Vector3.new(1,1,1)
8695 bcs.Shape = Enum.PartType.Ball
8696 bcs.CFrame = CFrame.new(bc[i])
8697 local bcp = Instance.new("Part",char)
8698 NoOutline(bcp)
8699 bcp.Anchored = true
8700 bcp.CanCollide = false
8701 bcp.Material = "Neon"
8702 bcp.BrickColor = BrickColor.new("Lime green")
8703 local cm = Instance.new("CylinderMesh")
8704 cm.Parent = bcp
8705 if i ~= 1 then
8706 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8707 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
8708 else
8709 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
8710 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
8711 end
8712 table.insert(bezierparts, bcs)
8713 table.insert(bezierparts, bcp)
8714 end
8715 Spawn(function() fat.Event:wait()
8716 for i,v in pairs(bezierparts) do
8717 v.Transparency = 1
8718 end
8719 end)
8720end
8721--local points = {larm.Position,rarn.Position,invisipart.Position}
8722--draw(points,definition)
8723mouse.KeyDown:connect(function(key)
8724 if key == "f" then
8725 if Debounces.CanAttack == true then
8726 Debounces.CanAttack = false
8727 Debounces.NoIdl = true
8728 Debounces.on = true
8729 for i = 1, 20 do
8730 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)
8731 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)
8732 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)
8733 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)
8734 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)
8735 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8736 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)
8737 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)
8738 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8739 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)
8740 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8741 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)
8742 if Debounces.on == false then
8743 break
8744 end
8745 fat.Event:wait()
8746 end
8747 rpart = Instance.new("Part",rarm)
8748 NoOutline(rpart)
8749 rpart.Anchored = false
8750 rpart.Size = Vector3.new(1,1,1)
8751 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
8752 rpart.Transparency = 1
8753 newWeld(rarm, rpart, 0, 0, 0)
8754 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8755 lpart = Instance.new("Part",larm)
8756 NoOutline(lpart)
8757 lpart.Anchored = false
8758 lpart.Size = Vector3.new(1,1,1)
8759 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
8760 lpart.Transparency = 1
8761 newWeld(larm, lpart, 0, 0, 0)
8762 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
8763 invisipart = Instance.new("Part",torso)
8764 NoOutline(invisipart)
8765 invisipart.Anchored = false
8766 invisipart.Size = Vector3.new(1,1,1)
8767 invisipart.Transparency = 1
8768 invisipart.CFrame = torso.CFrame
8769 newWeld(torso, invisipart, 0, 0, 0)
8770 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
8771 table.insert(bezierparts, rpart)
8772 table.insert(bezierparts, lpart)
8773 table.insert(bezierparts, invisipart)
8774 for i = 1, 40 do
8775 local points = {lpart.Position,invisipart.Position,rpart.Position}
8776 draw(points,definition)
8777 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
8778 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)
8779 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)
8780 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)
8781 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)
8782 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)
8783 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
8784 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)
8785 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)
8786 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
8787 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)
8788 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
8789 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)
8790 if Debounces.on == false then
8791 break
8792 end
8793 fat.Event:wait()
8794 end
8795 for i,v in pairs(bezierparts) do
8796 v:Destroy()
8797 end
8798 --draw(points,definition)
8799 if Debounces.CanAttack == false then
8800 Debounces.CanAttack = true
8801 Debounces.NoIdl = false
8802 Debounces.on = false
8803 end
8804 end
8805 end
8806end)
8807----------------------------------------------------
8808----------------------------------------------------
8809
8810---------------------------------------------------------------------------------------
8811----------------------------------------------------
8812mouse.KeyDown:connect(function(key)
8813 if key == "b" then
8814 hum.WalkSpeed = 0.01
8815 if Debounces.CanAttack == true then
8816 Debounces.CanAttack = false
8817 Debounces.NoIdl = true
8818 Debounces.on = true
8819 for i = 1,20 do
8820 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(-30)), 0.1)
8821 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, .5, 0) * CFrame.Angles(math.rad(75), 0, math.rad(30)), 0.1)
8822 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-20), math.rad(0), 0), 0.1)
8823 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.1)
8824 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(-5)), 0.1)
8825 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.5, -1, 0) * CFrame.Angles (math.rad(30), 0, math.rad(5)), 0.1)
8826
8827 if Debounces.on == false then break end
8828 wait()
8829 end
8830 wait(1)
8831 v = Instance.new("Sound")
8832 v.SoundId = "rbxassetid://435742675"
8833 v.Parent = char
8834 v.Looped = false
8835 v.Pitch = 1
8836 v.Volume = 16
8837 wait(.01)
8838 v:Play()
8839
8840 if Daytime == true then
8841 Daytime = false
8842 l.TimeOfDay = 24
8843 else
8844 Daytime = true
8845 l.TimeOfDay = 12
8846 l.OutdoorAmbient = Color3.new(0.498039, 0.498039, 0.498039)
8847 end
8848
8849 local Shockwave = function()
8850 local rng1 = Instance.new("Part", char)
8851 rng1.Anchored = true
8852 rng1.BrickColor = BrickColor.new("Really black")
8853 rng1.CanCollide = false
8854 rng1.FormFactor = 3
8855 rng1.Name = "Ring"
8856 rng1.Size = Vector3.new(1, 1, 1)
8857 rng1.Transparency = 0.35
8858 rng1.TopSurface = 0
8859 rng1.BottomSurface = 0
8860 local rngm1 = Instance.new("SpecialMesh", rng)
8861 rngm1.MeshId = "http://www.roblox.com/asset/?id=3270017"
8862 rngm1.Scale = Vector3.new(10, 10, 1)
8863 rng1.CFrame = CFrame.new(0, -2, 0) * CFrame.Angles(0, 0, 0)
8864 local Wave = Instance.new("Part", game.Workspace--[[?]])
8865 Wave.Name = "Shockwave"
8866 Wave.BrickColor = BrickColor.new("Really black")
8867 Wave.Size = Vector3.new(1, 1, 1)
8868 Wave.Shape = "Ball"
8869 Wave.CanCollide = false
8870 Wave.Anchored = true
8871 Wave.TopSurface = 0
8872 Wave.BottomSurface = 0
8873
8874msh=Instance.new('SpecialMesh',pt)
8875msh.MeshId='http://www.roblox.com/asset/?id=20329976'
8876msh.Scale=Vector3.new(8,4,8)
8877
8878 Wave.Touched:connect(function(hit)
8879 if hit.Parent:findFirstChild("Humanoid") and hit.Parent:findFirstChild("Torso") then
8880 local Occlude = true
8881 local NotOccludes = {
8882 char.Name;
8883 "Wings";
8884 "Scythe";
8885 "Thingy";
8886 "Thingy2"; -- put all of the names in a table pls
8887 }
8888 for i,v in pairs(NotOccludes) do
8889 if hit.Parent.Name == v then
8890 Occlude = false
8891 end
8892 end
8893 --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
8894 if Occlude then
8895 hit.Parent:findFirstChild("Humanoid").Health = hit.Parent:findFirstChild("Humanoid").Health - 1
8896 hit.Parent:findFirstChild("Torso").Velocity = hit.Parent:findFirstChild("Torso").CFrame.lookVector * -120
8897 end
8898 end
8899 end)
8900
8901 Instance.new("SpecialMesh", Wave).MeshType = "Sphere"
8902
8903 coroutine.wrap(function()
8904 for i = 1, 20, 0.2 do
8905 rngm1.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
8906 rng1.Transparency = i/20
8907 wait()
8908 end
8909 wait()
8910 rng1:Destroy()
8911 end)()
8912
8913 Delay(0, function()
8914
8915 if Daytime == false then
8916 for i = 1, 50, 1 do
8917 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8918 Wave.CFrame = char.Torso.CFrame
8919 local t = i / 50
8920 Wave.Transparency = t
8921 wait()
8922 end
8923 else
8924 for i = 1, 50, 1 do
8925 Wave.Size = Vector3.new(1 + i, 1 + i, 1 + i)
8926 Wave.CFrame = char.Torso.CFrame
8927 local t = i / 50
8928 Wave.Transparency = t
8929 wait()
8930 end
8931 end
8932 Wave:Destroy()
8933 end)
8934 Delay(0, function()
8935 while wait() do
8936 if Wave ~= nil then
8937 Wave.CFrame = char.Torso.CFrame
8938 else
8939 break
8940 end
8941 end
8942 end)
8943 end
8944 Shockwave()
8945
8946
8947 for i = 1, 15 do
8948 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)
8949 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)
8950 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8951 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)
8952 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8953 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8954 if Debounces.on == false then break end
8955 wait()
8956 end
8957 for i = 1, 15 do
8958 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)
8959 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)
8960 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8961 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)
8962 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8963 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8964 if Debounces.on == false then break end
8965 wait()
8966 end
8967 for i = 1, 15 do
8968 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)
8969 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)
8970 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8971 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)
8972 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8973 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8974 if Debounces.on == false then break end
8975 wait()
8976 end
8977 for i = 1, 15 do
8978 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)
8979 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)
8980 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
8981 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)
8982 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8983 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
8984 if Debounces.on == false then break end
8985 wait()
8986 end
8987 for i = 1, 15 do
8988 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)
8989 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)
8990 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(30), 0), 0.1)
8991 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)
8992 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(-40)), 0.1)
8993 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
8994 if Debounces.on == false then break end
8995 wait()
8996 end
8997 for i = 1, 15 do
8998 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)
8999 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)
9000 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, .2) * CFrame.Angles(math.rad(45), math.rad(-30), 0), 0.1)
9001 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)
9002 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.1)
9003 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(.6, -1, 0) * CFrame.Angles(math.rad(-30), 0, math.rad(40)), 0.1)
9004 if Debounces.on == false then break end
9005 wait()
9006 end
9007 wait(1.4)
9008 Debounces.NoIdl = false
9009 hum.WalkSpeed = 16
9010 Debounces.on = false
9011 wait()
9012 if Debounces.CanAttack == false then
9013 Debounces.CanAttack = true
9014 v:Destroy()
9015 end
9016 end
9017 end
9018end)
9019------------------------------------------
9020
9021-------------------------------------------------
9022Grab = false
9023mouse.KeyDown:connect(function(key)
9024 if key == "z" then
9025 Debounces.on = true
9026 Debounces.NoIdl = true
9027 Debounces.ks = true
9028 if Grab == false then
9029 gp = nil
9030 for i = 1, 20 do
9031 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)
9032 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)
9033 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)
9034 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)
9035 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
9036 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)
9037 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
9038 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)
9039 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)
9040 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)
9041 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)
9042 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)
9043 if Debounces.on == false then break end
9044 fat.Event:wait()
9045 end
9046 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
9047 ht = hit.Parent
9048 for i,v in pairs(ht:GetChildren()) do
9049 if v:IsA("Part") then
9050 v.CanCollide = false
9051 v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001)
9052 end
9053 end
9054 hum1=ht:FindFirstChild('Humanoid')
9055 if hum1 ~= nil then
9056 if Debounces.ks==true then
9057 z = Instance.new("Sound",hed)
9058 z.SoundId = "rbxassetid://169380525"
9059 z.Volume = 1
9060 z:Play()
9061 Debounces.ks=false
9062 end
9063 hum1.PlatformStand=true
9064 hum1:ChangeState'Physics'
9065 gp = ht
9066 Grab = true
9067 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
9068 asd.Parent = larm
9069 asd.Name = "asd"
9070 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
9071 stanceToggle = "Grabbed"
9072 --[[elseif hum1 == nil then
9073 con1:disconnect()
9074 wait() return]]--
9075 end
9076 end)
9077 for i = 1, 20 do
9078 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)
9079 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)
9080 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)
9081 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)
9082 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
9083 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)
9084 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
9085 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)
9086 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)
9087 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)
9088 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)
9089 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)
9090 if Debounces.on == false then break end
9091 fat.Event:wait()
9092 end
9093 con1:disconnect()
9094 Debounces.on = false
9095 Debounces.NoIdl = false
9096 elseif Grab == true then
9097 Grab = false
9098 --[[for i = 1, 16 do
9099 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)
9100 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)
9101 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
9102 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9103 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)
9104 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)
9105 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
9106 if Debounces.on == false then end
9107 rs:wait()
9108 end]]--
9109 for i = 1, 16 do
9110 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)
9111 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)
9112 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)
9113 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)
9114 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
9115 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)
9116 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
9117 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)
9118 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)
9119 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)
9120 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)
9121 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)
9122 if Debounces.on == false then end
9123 rs:wait()
9124 end
9125 for i = 1, 12 do
9126 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)
9127 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)
9128 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)
9129 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)
9130 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)
9131 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)
9132 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)
9133 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)
9134 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
9135 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)
9136 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)
9137 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)
9138 if Debounces.on == false then end
9139 rs:wait()
9140 end
9141 Slam()
9142 if gp ~= nil then
9143 for i,v in pairs(larm:GetChildren()) do
9144 if v.Name == "asd" and v:IsA("Weld") then
9145 v:Remove()
9146 end
9147 if v:IsA("Part") then
9148 v.CanCollide = true
9149 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
9150 end
9151 end
9152 end
9153 stanceToggle = "Idle1"
9154 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
9155 bv.maxForce = Vector3.new(400000, 400000, 400000)
9156 bv.P = 125000
9157 bv.velocity = char.Head.CFrame.lookVector * 200]]--
9158 ht=nil
9159 Debounces.on = false
9160 Debounces.NoIdl = false
9161 elseif ht == nil then wait()
9162 Grab = false
9163 Debounces.on = false
9164 Debounces.NoIdl = false
9165 end
9166 end
9167end)
9168----------------------------------------------------
9169-------------------------------------------------------------------------------------------------
9170
9171----------------------------------------------------
9172
9173
9174----------------------------------------------------
9175----------------------------------------------------
9176------------------------------------------------
9177pts = {4, 4.2, 4.4, 4.6, 4.8, 5, 5.2, 5.4}
9178mouse.KeyDown:connect(function(key)
9179 if key == "e" then
9180 if Debounces.CanAttack == true then
9181 Debounces.CanAttack = false
9182 Debounces.NoIdl = true
9183 Debounces.on = true
9184 Debounces.ks = true
9185 larm.Touched:connect(function(ht)
9186 hit = ht.Parent
9187 if ht and hit:IsA("Model") then
9188 if hit:FindFirstChild("Humanoid") then
9189 if hit.Name ~= p.Name then
9190 if Debounces.Slapping == true and Debounces.Slapped == false then
9191 Debounces.Slapped = true
9192 if Debounces.ks==true then
9193 z = Instance.new("Sound",hed)
9194 z.SoundId = "rbxassetid://169380525"
9195 z.Volume = 1
9196 z:Play()
9197 z1 = Instance.new("Sound",char)
9198 z1.SoundId = "rbxassetid://261010715"
9199 z1.Pitch = pts[math.random(1,#pts)]
9200 z1.Volume = 1
9201 z2 = Instance.new("Sound",char)
9202 z2.SoundId = "rbxassetid://261010715"
9203 z2.Pitch = z1.Pitch
9204 z2.Volume = 1
9205 z3 = Instance.new("Sound",char)
9206 z3.SoundId = "rbxassetid://261010715"
9207 z3.Pitch = z1.Pitch
9208 z3.Volume = 1
9209if Profanity == true then
9210 z1:Play()
9211 z2:Play()
9212 z3:Play()
9213else end
9214 Debounces.ks=false
9215 end
9216 hit:FindFirstChild("Humanoid"):TakeDamage(10)
9217 hit:FindFirstChild("Torso").Velocity = hed.CFrame.lookVector * 90
9218 wait(.5)
9219 Debounces.Slapped = false
9220 z:Destroy()
9221 z1:Destroy()
9222 z2:Destroy()
9223 z3:Destroy()
9224 end
9225 end
9226 end
9227 elseif ht and hit:IsA("Hat") then
9228 if hit.Parent.Name ~= p.Name then
9229 if hit.Parent:FindFirstChild("Humanoid") then
9230 if Debounces.Slapping == true and Debounces.Slapped == false then
9231 Debounces.Slapped = true
9232 if Debounces.ks==true then
9233 z = Instance.new("Sound",hed)
9234 z.SoundId = "rbxassetid://169380525"
9235 z.Volume = 1
9236 z:Play()
9237 z1 = Instance.new("Sound",char)
9238 z1.SoundId = "rbxassetid://261010715"
9239 z1.Pitch = pts[math.random(1,#pts)]
9240 z1.Volume = 1
9241 z2 = Instance.new("Sound",char)
9242 z2.SoundId = "rbxassetid://261010715"
9243 z2.Pitch = z1.Pitch
9244 z2.Volume = 1
9245 z3 = Instance.new("Sound",char)
9246 z3.SoundId = "rbxassetid://261010715"
9247 z3.Pitch = z1.Pitch
9248 z3.Volume = 1
9249 z1:Play()
9250 z2:Play()
9251 z3:Play()
9252 Debounces.ks=false
9253 end
9254 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(10)
9255 wait(.5)
9256 Debounces.Slapped = false
9257 z:Destroy()
9258 z1:Destroy()
9259 z2:Destroy()
9260 z3:Destroy()
9261 end
9262 end
9263 end
9264 end
9265 end)
9266 for i = 1, 14 do
9267 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)
9268 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)
9269 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)
9270 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)
9271 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9272 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.5)
9273 if Debounces.on==false then break end
9274 rs:wait(2)
9275 end
9276 Debounces.Slapping = true
9277 for i = 1, 20 do
9278 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)
9279 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)
9280 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)
9281 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)
9282 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9283 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(0), 0, 0), 0.6)
9284 if Debounces.on==false then break end
9285 rs:wait(2)
9286 end
9287 Debounces.Slapping = false
9288 if Debounces.CanAttack == false then
9289 Debounces.CanAttack = true
9290 Debounces.NoIdl = false
9291 Debounces.on = false
9292 end
9293 end
9294 end
9295end)
9296-------------------------------
9297mouse.KeyDown:connect(function(key)
9298 if key == "t" then
9299 if Debounces.CanAttack == true then
9300 Debounces.CanAttack = false
9301 Debounces.on = true
9302 Debounces.NoIdl = true
9303 for i = 1, 20 do
9304 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)
9305 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)
9306 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)
9307 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(30), math.rad(0), 0), 0.4)
9308 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, .3) * CFrame.Angles(math.rad(-30), 0, math.rad(0)), 0.4)
9309 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)
9310
9311 if Debounces.on == false then break end
9312 wait()
9313 end
9314 Spawn(function()
9315 local Parts = {}
9316 for Y = -5,5 do
9317 local P = Instance.new("Part",char)
9318 P.Anchored = true
9319 P.FormFactor = "Custom"
9320 P.CanCollide = false
9321 P.Size = Vector3.new(1,2,1)
9322 P.TopSurface = "SmoothNoOutlines"
9323 P.BottomSurface = "SmoothNoOutlines"
9324 P.BrickColor = BrickColor.new("Really black")
9325 P.Name = tostring(Y)
9326 local i = (Y+5)/(10)
9327 i = 1-math.cos(math.pi*i-(math.pi/2))
9328 P.CFrame = char.HumanoidRootPart.CFrame*CFrame.new(0,Y,-15+(i*1.5))*CFrame.Angles(math.rad(Y*5),0,0)
9329 --[[P.Touched:connect(function(ht)
9330 local hit = ht.Parent
9331 if hit:FindFirstChild("Humanoid") then
9332 hit.Humanoid:TakeDamage(math.random(20,50))
9333 end
9334 end)]]--
9335 s = Instance.new("Sound",P)
9336 s.SoundId = "rbxassetid://228343271"
9337 s.Volume = 19
9338 s.Pitch = 0.9
9339 s:Play()
9340P.Touched:connect(function(ht)
9341 hit = ht.Parent
9342 if ht and hit:IsA("Model") then
9343 if hit:FindFirstChild("Humanoid") then
9344 if hit.Name ~= p.Name then
9345 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9346 Debounces.Slashed = true]]--
9347 hit:FindFirstChild("Humanoid"):TakeDamage(math.random(1,3))
9348 hit:FindFirstChild("Humanoid").PlatformStand = true
9349 wait(1)
9350 --Debounces.Slashed = false
9351 --end
9352 end
9353 end
9354 elseif ht and hit:IsA("Hat") then
9355 if hit.Parent.Name ~= p.Name then
9356 if hit.Parent:FindFirstChild("Humanoid") then
9357 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9358 Debounces.Slashed = true]]--
9359 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(math.random (1,3))
9360 hit:FindFirstChild("Humanoid").PlatformStand = true
9361 wait(1)
9362 --Debounces.Slashed = false
9363 --end
9364 end
9365 end
9366 end
9367end)
9368 Parts[#Parts+1] = P
9369 end
9370 local BREAKIT = false
9371 local CParts = {}
9372 local Rocks = {}
9373 local LastPos = nil
9374 for i = 1,70 do
9375 for i2,v in pairs(Parts) do
9376 v.CFrame = v.CFrame*CFrame.new(0,0,-4)
9377 local cf = v.CFrame
9378 v.Size = v.Size+Vector3.new(0.4,0.35,0)
9379 v.CFrame = cf
9380 v.Transparency = v.Transparency+0.02
9381 if v.Transparency >= 0.975 then BREAKIT = true end
9382 if v.Name == "0" then
9383 local Ignore = {}
9384 for i,v in pairs(game:GetService("Players"):GetPlayers()) do
9385 if v.Character ~= nil then
9386 Ignore[#Ignore+1] = v.Character
9387 end
9388 end
9389 local ray = Ray.new(v.Position+Vector3.new(0,20,0),Vector3.new(0,-200,0))
9390 local Hit,Pos,SurfaceNorm = Workspace:FindPartOnRayWithIgnoreList(ray,Ignore)
9391 if Hit ~= nil then
9392 if #Rocks == 0 then
9393 for i = 1,5 do
9394 local P = Instance.new("Part",char)
9395 Rocks[#Rocks+1] = P
9396 P.Anchored = true
9397 P.FormFactor = "Custom"
9398 P.BrickColor = Hit.BrickColor
9399 P.Material = Hit.Material
9400 P.TopSurface = "Smooth"
9401 P.BottomSurface = "Smooth"
9402 P.Size = Vector3.new(1,1,1)*(math.random(500,900)/100)
9403 end
9404 end
9405 for i,P in pairs(Rocks) do
9406 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)))
9407 end
9408 local P = Instance.new("Part",char)
9409 CParts[#CParts+1] = {P,tick()}
9410 P.Anchored = true
9411 P.FormFactor = "Custom"
9412 P.BrickColor = Hit.BrickColor
9413 P.Material = Hit.Material
9414 P.TopSurface = "Smooth"
9415 P.BottomSurface = "Smooth"
9416 P.Size = Vector3.new(1,1,1)*(math.random(100,300)/100)
9417 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,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(20,50)))
9420 local P = P:Clone()
9421 CParts[#CParts+1] = {P,tick()}
9422 P.Parent = char
9423 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(-v.Size.X,0,0)
9424 Pos = Pos.p
9425 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)))
9426 if LastPos ~= nil then
9427 local P = P:Clone()
9428 CParts[#CParts+1] = {P,tick()}
9429 P.Parent = char
9430 P.BrickColor = BrickColor.new("Really black")
9431 Pos = CFrame.new(Pos)*(v.CFrame-v.Position)*CFrame.new(v.Size.X/2,0,0)
9432 Pos = Pos.p
9433 local CFr = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9434 P.Size = Vector3.new(v.Size.X-0.25,1,(CFr.p-LastPos.p).Magnitude+0.25)
9435 --P.Velocity = Vector3.new(0,-1000,0)
9436 P.CFrame = CFrame.new(CFr.p,LastPos.p)*CFrame.new(0,0,-((CFr.p-LastPos.p).Magnitude+0.25)/2)
9437 end
9438 LastPos = (CFrame.new(Pos)*(v.CFrame-v.Position))-Vector3.new(0,0.4,0)
9439 end
9440 end
9441 end
9442 if BREAKIT then break end
9443 wait(0.002)
9444 end
9445 for i,v in pairs(Rocks) do
9446 CParts[#CParts+1] = {v,tick()}
9447 end
9448 for i,v in pairs(Parts) do
9449 v:Destroy()
9450 end
9451 Parts = nil
9452 while true do
9453 local t = tick()
9454 local p = nil
9455 for i,v in pairs(CParts) do
9456 if t-v[2] > 4 then
9457 v[1].Transparency = v[1].Transparency+0.05
9458 if v[1].Transparency >= 1 then
9459 v[1]:Destroy()
9460 CParts[i] = nil
9461 end
9462 end
9463 p = v
9464 end
9465 if p == nil then break end
9466 wait(0.002)
9467 end
9468 for i,v in pairs(CParts) do
9469 v:Destroy()
9470 end
9471 CParts = {}
9472 end)
9473 for i = 1, 20 do
9474 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)
9475 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)
9476 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)
9477 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.6, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.4)
9478 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)
9479 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)
9480
9481 if Debounces.on == false then break end
9482 wait()
9483 end
9484 if Debounces.CanAttack == false then
9485 Debounces.CanAttack = true
9486 Debounces.on = false
9487 Debounces.NoIdl = false
9488 end
9489 end
9490 end
9491end)
9492----------------------------------------------------
9493----------------------------------------------------
9494----------------------------------------------------
9495-------------------
9496
9497Change = false
9498mouse.KeyDown:connect(function(key)
9499 if key == "n" then
9500 if Change == false then
9501 Change = true
9502 stanceToggle = "Idle2"
9503 elseif Change == true then
9504 Change = false
9505 stanceToggle = "Idle1"
9506 end
9507 end
9508end)
9509----------------------------------------------------
9510mod=Instance.new('Model',char)
9511
9512function charge()
9513 hed.Velocity=hed.CFrame.lookVector*200
9514 part=Instance.new('Part',mod)
9515 part.Anchored=true
9516 part.CanCollide=false
9517 part.FormFactor='Custom'
9518 part.Size=Vector3.new(.2,.2,.2)
9519 part.CFrame=hed.CFrame*CFrame.Angles(math.rad(90),0,0)
9520 part.Transparency=.7
9521 part.BrickColor=BrickColor.new('Black')
9522 mesh=Instance.new('SpecialMesh',part)
9523 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
9524 mesh.Scale=Vector3.new(10,5,10)
9525 part2=part:clone()
9526 part2.Parent=mod
9527 part2.BrickColor=BrickColor.new('Lime green')
9528 mesh2=mesh:clone()
9529 mesh2.Parent=part2
9530 mesh2.Scale=Vector3.new(20,10,20)
9531 part3=part2:clone()
9532 part3.Parent = mod
9533 part3.BrickColor=BrickColor.new('Really black')
9534 mesh3=mesh2:clone()
9535 mesh2.Parent=part3
9536 mesh3.Scale=Vector3.new(30,15,30)
9537 coroutine.resume(coroutine.create(function()
9538 for i=0,1,0.1 do
9539 wait()
9540 part.CFrame=part.CFrame
9541 part.Transparency=i
9542 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
9543 part2.CFrame=part2.CFrame
9544 part2.Transparency=i
9545 mesh2.Scale=mesh2.Scale+Vector3.new(2,2,2)
9546 part3.CFrame=part3.CFrame
9547 part3.Transparency=i
9548 mesh3.Scale=mesh3.Scale+Vector3.new(2,2,2)
9549 end
9550 part.Parent=nil
9551 part2.Parent=nil
9552 part3.Parent = nil
9553 end))
9554end
9555--------------------
9556mouse.KeyDown:connect(function(key)
9557 if key == "g" then
9558 larm.BrickColor = BrickColor.new("Bright red")
9559 rarm.BrickColor = BrickColor.new("Bright red")
9560 if Debounces.CanAttack == true then
9561 Debounces.CanAttack = false
9562 Debounces.on = true
9563 Debounces.NoIdl = true
9564 chrg = lleg.Touched:connect(function(ht)
9565 hit = ht.Parent
9566 if ht and hit:IsA("Model") then
9567 if hit:FindFirstChild("Humanoid") then
9568 if hit.Name ~= p.Name then
9569 --[[if Debounces.Slashing == true and Debounces.Slashed == false then
9570 Debounces.Slashed = true]]--
9571 hit:FindFirstChild("Humanoid"):TakeDamage(2)
9572 hit:FindFirstChild("Humanoid").PlatformStand = true
9573 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9574 --Debounces.Slashed = false
9575 --end
9576 end
9577 end
9578 elseif ht and hit:IsA("Hat") then
9579 if hit.Parent.Name ~= p.Name then
9580 if hit.Parent:FindFirstChild("Humanoid") then
9581 --[[ if Debounces.Slashing == true and Debounces.Slashed == false then
9582 Debounces.Slashed = true]]--
9583 hit.Parent:FindFirstChild("Humanoid"):TakeDamage(2)
9584 hit:FindFirstChild("Humanoid").PlatformStand = true
9585 hit:FindFirstChild("Torso").Velocity = hit:FindFirstChild("Torso").CFrame.lookVector * -70
9586 --Debounces.Slashed = false
9587 end
9588 end
9589 end
9590 end)
9591 for i = 1, 14 do
9592 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)
9593 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)
9594 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)
9595 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)
9596 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)
9597 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)
9598
9599 if Debounces.on == false then break end
9600 wait()
9601 end
9602 charge()
9603 z = Instance.new("Sound",char)
9604 z.SoundId = "rbxassetid://200632875"
9605 z.Volume = 1
9606 z.Pitch = .8
9607 z1 = Instance.new("Sound",char)
9608 z1.SoundId = "rbxassetid://200632875"
9609 z1.Volume = 1
9610 z1.Pitch = .9
9611 z:Play()
9612 z1:Play()
9613 wait(1)
9614 z:Destroy()
9615 z1:Destroy()
9616 chrg:disconnect()
9617 if Debounces.CanAttack == false then
9618 Debounces.CanAttack = true
9619 Debounces.on = false
9620 Debounces.NoIdl = false
9621 larm.BrickColor = BrickColor.new("White")
9622 rarm.BrickColor = BrickColor.new("White")
9623 end
9624 end
9625 end
9626end)
9627------------------------------
9628mouse.KeyDown:connect(function(key)
9629 if string.byte(key) == 52 then
9630 Swing = 2
9631 char.Humanoid.WalkSpeed = 28
9632 end
9633end)
9634mouse.KeyUp:connect(function(key)
9635 if string.byte(key) == 52 then
9636 Swing = 1
9637 char.Humanoid.WalkSpeed = 16
9638 end
9639end)
9640----------------------------------------------------
9641
9642-------------------------------------------
9643CR = torso.Cloak.Rotater
9644CR2 = torso.Cloak.CapeLevel1
9645CR3 = torso.Cloak.CapeLevel2
9646CR4 = torso.Cloak.CapeLevel3
9647CR5 = torso.Cloak.CapeLevel4
9648jump = false
9649rs:connect(function()
9650 if char.Humanoid.Jump == true then
9651 jump = true
9652 else
9653 jump = false
9654 end
9655 char.Humanoid.FreeFalling:connect(function(f)
9656 if f then
9657 ffing = true
9658 else
9659 ffing = false
9660 end
9661 end)
9662 sine = sine + change
9663 if jump == true then
9664 animpose = "Jumping"
9665 elseif ffing == true then
9666 animpose = "Freefalling"
9667 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
9668 animpose = "Idle"
9669 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
9670 animpose = "Walking"
9671 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
9672 animpose = "Running"
9673 end
9674 RightLeg = CFrame.new(0.5,-1,0)
9675 LeftLeg = CFrame.new(-0.5,-1,0)
9676
9677 lefth = (torso.CFrame*LeftLeg)
9678 righth = (torso.CFrame*RightLeg)
9679
9680 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
9681
9682 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
9683
9684 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
9685 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
9686 if animpose ~= lastanimpose then
9687 sine = 0
9688 if Debounces.NoIdl == false then
9689 if stanceToggle == "Idle1" then
9690 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)
9691 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)
9692 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)
9693 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)
9694 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)
9695 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)
9696 elseif stanceToggle == "Idle2" then
9697 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)
9698 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)
9699 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)
9700 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)
9701 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)
9702 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)
9703 end
9704 fat.Event:wait()
9705 end
9706 else
9707 end
9708 lastanimpose = animpose
9709 if Debounces.NoIdl == false then
9710 if animpose == "Idle" then
9711 change = 0.5
9712 if stanceToggle == "Idle1" then
9713 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)
9714 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)
9715 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)
9716 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)
9717 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)
9718 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)
9719 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)
9720 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)
9721 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)
9722 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)
9723 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)
9724 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)
9725 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)
9726 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)
9727 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)
9728 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)
9729 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)
9730 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)
9731 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)
9732 elseif stanceToggle == "Idle2" then
9733 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
9734 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)
9735 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)
9736 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)
9737 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)
9738 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9739 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)
9740 rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9741 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)
9742 larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
9743 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)
9744 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9745 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
9746 --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)
9747 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)
9748 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)
9749 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)
9750 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)
9751 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)
9752 elseif stanceToggle == "Grabbed" then
9753 grab = true
9754 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9755 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9756 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)
9757 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)
9758 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)
9759 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)
9760 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)
9761 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)
9762 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
9763 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
9764 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)
9765 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)
9766 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)
9767 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)
9768 end
9769 elseif animpose == "Walking" then
9770 if stanceToggle == "Grabbed" then
9771 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9772 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9773 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)
9774 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)
9775 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)
9776 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)
9777 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)
9778 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)
9779 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)
9780 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9781 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9782 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)
9783 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)
9784 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)
9785 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)
9786 elseif stanceToggle ~= "Grabbed" then
9787 change = 1
9788 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9789 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9790 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)
9791 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)
9792 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)
9793 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)
9794 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)
9795 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)
9796 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)
9797 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)
9798 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)
9799 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)
9800 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)
9801 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)
9802 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
9803 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
9804 --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)
9805 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)
9806 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)
9807 --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)
9808 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)
9809 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)
9810 end
9811 elseif animpose == "Running" then
9812 change = 1
9813 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9814 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9815 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)
9816 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)
9817 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)
9818 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)
9819 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)
9820 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)
9821 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)
9822 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)
9823 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)
9824 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)
9825 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)
9826 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)
9827 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9828 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)
9829 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)
9830 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)
9831 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)
9832 elseif animpose == "Jumping" then
9833 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
9834 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)
9835 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)
9836 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)
9837 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)
9838 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9839 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9840 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)
9841 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)
9842 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)
9843 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)
9844 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
9845 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
9846 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9847 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)
9848 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)
9849 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)
9850 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)
9851 elseif animpose == "Freefalling" then
9852 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
9853 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)
9854 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)
9855 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)
9856 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)
9857 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
9858 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
9859 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)
9860 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)
9861 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)
9862 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)
9863 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
9864 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
9865 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
9866 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)
9867 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)
9868 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)
9869 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)
9870 end
9871 end
9872end)
9873hum.MaxHealth = 5000
9874wait(3)
9875hum.Health = 5000
9876while wait() do
9877 wait(5)
9878 for i=1,100 do wait()
9879 Amulite.Brightness=Amulite.Brightness+0.02
9880 end
9881 for i=1,100 do wait()
9882 Amulite.Brightness=Amulite.Brightness-0.02
9883 end
9884end