· 8 years ago · Aug 04, 2018, 10:14 AM
1
2if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
3local Player,game,owner = owner,game
4local RealPlayer = Player
5do
6 print("FE Compatibility code by Mokiros")
7 local rp = RealPlayer
8 script.Parent = rp.Character
9
10 --RemoteEvent for communicating
11 local Event = Instance.new("RemoteEvent")
12 Event.Name = "UserInput_Event"
13
14 --Fake event to make stuff like Mouse.KeyDown work
15 local function fakeEvent()
16 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
17 t.connect = t.Connect
18 return t
19 end
20
21 --Creating fake input objects with fake variables
22 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
23 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
24 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
25 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
26 end}
27 --Merged 2 functions into one by checking amount of arguments
28 CAS.UnbindAction = CAS.BindAction
29
30 --This function will trigger the events that have been :Connect()'ed
31 local function te(self,ev,...)
32 local t = m[ev]
33 if t and t._fakeEvent then
34 for _,f in pairs(t.Functions) do
35 f(...)
36 end
37 end
38 end
39 m.TrigEvent = te
40 UIS.TrigEvent = te
41
42 Event.OnServerEvent:Connect(function(plr,io)
43 if plr~=rp then return end
44 m.Target = io.Target
45 m.Hit = io.Hit
46 if not io.isMouse then
47 local b = io.UserInputState == Enum.UserInputState.Begin
48 if io.UserInputType == Enum.UserInputType.MouseButton1 then
49 return m:TrigEvent(b and "Button1Down" or "Button1Up")
50 end
51 for _,t in pairs(CAS.Actions) do
52 for _,k in pairs(t.Keys) do
53 if k==io.KeyCode then
54 t.Function(t.Name,io.UserInputState,io)
55 end
56 end
57 end
58 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
59 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
60 end
61 end)
62 Event.Parent = NLS([==[
63 local Player = game:GetService("Players").LocalPlayer
64 local Event = script:WaitForChild("UserInput_Event")
65
66 local Mouse = Player:GetMouse()
67 local UIS = game:GetService("UserInputService")
68 local input = function(io,a)
69 if a then return end
70 --Since InputObject is a client-side instance, we create and pass table instead
71 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
72 end
73 UIS.InputBegan:Connect(input)
74 UIS.InputEnded:Connect(input)
75
76 local h,t
77 --Give the server mouse data 30 times every second, but only if the values changed
78 --If player is not moving their mouse, client won't fire events
79 while wait(1/30) do
80 if h~=Mouse.Hit or t~=Mouse.Target then
81 h,t=Mouse.Hit,Mouse.Target
82 Event:FireServer({isMouse=true,Target=t,Hit=h})
83 end
84 end]==],Player.Character)
85
86 ----Sandboxed game object that allows the usage of client-side methods and services
87 --Real game object
88 local _rg = game
89
90 --Metatable for fake service
91 local fsmt = {
92 __index = function(self,k)
93 local s = rawget(self,"_RealService")
94 if s then return s[k] end
95 end,
96 __newindex = function(self,k,v)
97 local s = rawget(self,"_RealService")
98 if s then s[k]=v end
99 end,
100 __call = function(self,...)
101 local s = rawget(self,"_RealService")
102 if s then return s(...) end
103 end
104 }
105 local function FakeService(t,RealService)
106 t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
107 return setmetatable(t,fsmt)
108 end
109
110 --Fake game object
111 local g = {
112 GetService = function(self,s)
113 return self[s]
114 end,
115 Players = FakeService({
116 LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
117 },"Players"),
118 UserInputService = FakeService(UIS,"UserInputService"),
119 ContextActionService = FakeService(CAS,"ContextActionService"),
120 }
121 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
122 g.service = g.GetService
123
124 g.RunService = FakeService({
125 RenderStepped = _rg:GetService("RunService").Heartbeat,
126 BindToRenderStep = function(self,name,_,fun)
127 self._btrs[name] = self.Heartbeat:Connect(fun)
128 end,
129 UnbindFromRenderStep = function(self,name)
130 self._btrs[name]:Disconnect()
131 end,
132 },"RunService")
133
134 setmetatable(g,{
135 __index=function(self,s)
136 return _rg:GetService(s) or typeof(_rg[s])=="function"
137 and function(_,...)return _rg[s](_rg,...)end or _rg[s]
138 end,
139 __newindex = fsmt.__newindex,
140 __call = fsmt.__call
141 })
142 --Changing owner to fake player object to support owner:GetMouse()
143 game,owner = g,g.Players.LocalPlayer
144end
145
146wait(0.2)
147
148for i,v in pairs (game.Workspace:GetChildren()) do
149if v.Name == "Base" then
150v.Material = "Granite"
151v.BrickColor = BrickColor.new("Black")
152elseif v.Name == "Baseplate" then
153v.Material = "Granite"
154v.BrickColor = BrickColor.new("Black")
155end
156end
157
158Lighting = game.Lighting
159skybox = Instance.new("Sky", Lighting)
160
161skybox.SkyboxBk = "rbxassetid://105913816"
162skybox.SkyboxDn = "rbxassetid://105913816"
163skybox.SkyboxFt = "rbxassetid://105913816"
164skybox.SkyboxLf = "rbxassetid://105913816"
165skybox.SkyboxRt = "rbxassetid://105913816"
166skybox.SkyboxUp = "rbxassetid://105913816"
167
168local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
169local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
170local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
171HBill.Size = UDim2.new(15,0,2.2,0)
172HBill.Name = "Health Display"
173HBill.StudsOffset = Vector3.new(0,4,0)
174HBill.AlwaysOnTop = true
175HBill.Enabled = true
176HMain.BackgroundColor3 = Color3.new(0, 0, 0)
177HMain.BackgroundTransparency = 1
178HMain.Size = UDim2.new(1,0,1,0)
179HBarBack.Parent = HMain
180HBarBack.BackgroundColor3 = Color3.new(0,0,0)
181HBarBack.BorderColor3 = Color3.new(0,0,0)
182HBarBack.BorderSizePixel = 2
183HBarBack.Position = UDim2.new(.025, 0, .55, 0)
184HBarBack.Size = UDim2.new(.95, 0, .3, 0)
185HBar.Parent = HBarBack
186HBar.BackgroundColor3 = Color3.new(204, 0, 0)
187HBar.BorderColor3 = Color3.new(0,0,0)
188HBar.Size = UDim2.new(.5,0,1,0)
189HHealth.BackgroundTransparency = 1
190HHealth.Size = UDim2.new(1,0,1,0)
191HHealth.Font = "SourceSans"
192HHealth.Text = " "
193HHealth.TextScaled = true
194HHealth.TextColor3 = Color3.new(1,1,1)
195HHealth.TextStrokeColor3 = BrickColor.new("Crimson").Color
196HHealth.TextStrokeTransparency = 0
197HName.Parent = HMain
198HName.BackgroundTransparency = 1
199HName.Size = UDim2.new(1,0,.5,0)
200HName.Font = "SourceSansItalic"
201HName.Text = "The Lost Son"
202HName.TextScaled = true
203HName.TextColor3 = BrickColor.new("Crimson").Color
204HName.TextStrokeColor3 = Color3.new(0,0,0)
205HName.TextStrokeTransparency = 0
206HName.TextYAlignment = "Top"
207wait(.5)
208
209local runServ = game:GetService("RunService").RenderStepped
210
211runServ:connect(function()
212 HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
213 HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
214end)
215local Player=game.Players.LocalPlayer
216repeat wait() until Player
217local Character=Player.Character
218repeat wait() until Character
219PlayerGui=Player.PlayerGui
220Backpack=Player.Backpack
221Torso=Character.Torso
222Head=Character.Head
223Humanoid=Character.Humanoid
224if Humanoid.Health ~= Humanoid.MaxHealth then
225 Humanoid.MaxHealth = 21e+08
226end
227spawn(function()
228 while wait() do
229 if Humanoid.MaxHealth ~= 20000 then
230 Humanoid.MaxHealth = 20000
231 Humanoid.Health = Humanoid.MaxHealth
232 end
233 end
234end)
235Humanoid.JumpPower = 90
236LeftArm=Character:WaitForChild("Left Arm")
237LeftLeg=Character:WaitForChild("Left Leg")
238RightArm=Character:WaitForChild("Right Arm")
239RightLeg=Character:WaitForChild("Left Arm")
240LS=Torso:WaitForChild("Left Shoulder")
241LH=Torso:WaitForChild("Left Hip")
242RS=Torso:WaitForChild("Right Shoulder")
243RH=Torso:WaitForChild("Right Hip")
244Neck=Torso.Neck
245it=Instance.new
246vt=Vector3.new
247cf=CFrame.new
248local runServ = game:GetService("RunService").RenderStepped
249local TextTable = {}
250euler=CFrame.fromEulerAnglesXYZ
251angles=CFrame.Angles
252necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
253necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
254LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
255LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
256RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
257RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
258RootPart=Character.HumanoidRootPart
259RootJoint=RootPart.RootJoint
260RootCF=euler(-1.57,0,3.14)
261attack=false
262attackdebounce=false
263MMouse=Player:GetMouse()
264combo=0
265local Anim="Idle"
266local Effects={}
267equipped=false
268local idle=0
269local hold=false
270local con1=nil
271local con2=nil
272local Mode="Binary"
273local idleanim=0
274local idleanim2=false
275local impulse=1
276local hitfloor,posfloor=nil,nil
277local damcount=0
278local guard=false
279local damagebonus = 1
280--player
281player=nil
282--save shoulders
283RSH, LSH=nil, nil
284--welds
285RW, LW=Instance.new("Weld"), Instance.new("Weld")
286RW.Name="Right Shoulder" LW.Name="Left Shoulder"
287LH=Torso["Left Hip"]
288RH=Torso["Right Hip"]
289Asset="http://www.roblox.com/asset/?id="
290Health=20000
291Humanoid.MaxHealth=math.huge
292Humanoid.Health=math.huge
293coroutine.resume(coroutine.create(function()
294for i=1,20 do
295Humanoid.MaxHealth=math.huge
296Humanoid.Health=math.huge
297end
298Humanoid.MaxHealth=20000
299Humanoid.Health = Humanoid.MaxHealth
300end))
301
302function swait(num)
303if num==0 or num==nil then
304game:service'RunService'.RenderStepped:wait()
305else
306for i=0,num do
307game:service'RunService'.RenderStepped:wait()
308end
309end
310end
311---HEALTHBAR
312
313---REST OF THE SCRIPT IS LIRON
314
315local p = game.Players.LocalPlayer--48103735
316local char = p.Character
317local mouse = p:GetMouse()
318local larm = char["Left Arm"]
319local rarm = char["Right Arm"]
320local lleg = char["Left Leg"]
321local rleg = char["Right Leg"]
322local hed = char.Head
323local torso = char.Torso
324local hum = char.Humanoid
325local cam = game.Workspace.CurrentCamera
326local root = char.HumanoidRootPart
327local rj = root.RootJoint
328local deb = false
329local shot = 0
330local stanceToggle = "Idle1"
331local l = game:GetService("Lighting")
332local rs = game:GetService("RunService").RenderStepped
333local hb = game:GetService("RunService").Heartbeat
334local Stepped = game:GetService("RunService").Stepped
335math.randomseed(os.time())
336hum.JumpPower = 100
337hed.face.Texture = "rbxassetid://362505168" ---EYES
338hed.BrickColor = BrickColor.new "Really black"
339----------------------------------------------------
340fat = Instance.new("BindableEvent",script)
341fat.Name = "Heartbeat"
342
343script:WaitForChild("Heartbeat")
344
345frame = 1/30
346tf = 0
347allowframeloss = 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.
348tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
349lastframe = tick()
350script.Heartbeat:Fire() --ayy lmao
351
352game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
353 tf = tf + s
354 if tf >= frame then
355 if allowframeloss then
356 script.Heartbeat:Fire()
357 lastframe=tick()
358 else
359 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
360 for i=1, math.floor(tf/frame) do
361 script.Heartbeat:Fire()
362 end
363 lastframe=tick()
364 end
365 if tossremainder then
366 tf = 0
367 else
368 tf = tf - frame * math.floor(tf/frame)
369 end
370 end
371end)
372----------------------------------------------------
373for i,v in pairs(char:children()) do
374 if v:IsA("Hat") then
375 v:Destroy()
376 end
377end
378for i,v in pairs (hed:GetChildren()) do
379 if v:IsA("Sound") then
380 v:Destroy()
381 end
382end
383----------------------------------------------------
384Debounces = {
385CanAttack = true;
386CanJoke = true;
387NoIdl = false;
388Slashing = false;
389Slashed = false;
390ks = false;
391}
392----------------------------------------------------
393function weld5(part0, part1, c0, c1)
394 weeld=Instance.new("Weld", part0)
395 weeld.Part0=part0
396 weeld.Part1=part1
397 weeld.C0=c0
398 weeld.C1=c1
399 return weeld
400end
401----------------------------------------------------
402function NewPart(prnt,siz,cf,trans,anc,mat,col)
403 local prt=Instance.new("Part")
404 prt.Parent=prnt
405 prt.Name="Part"
406 prt.Size=siz
407 prt.CanCollide=false
408 prt.Anchored=anc
409 prt.Locked=true
410 prt.Transparency = trans
411 prt.TopSurface=10
412 prt.BottomSurface=10
413 prt.FrontSurface=10
414 prt.BackSurface=10
415 prt.LeftSurface=10
416 prt.RightSurface=10
417 prt:BreakJoints()
418 prt.CFrame=cf or CFrame.new(30,10,30)
419 prt.Material=mat
420 prt.BrickColor=BrickColor.new(col)
421 m=Instance.new("SpecialMesh",prt)
422 m.MeshType=6
423 return prt
424end
425----------------------------------------------------
426function lerp(a, b, t) -- Linear interpolation
427 return a + (b - a)*t
428end
429
430function slerp(a, b, t) --Spherical interpolation
431 dot = a:Dot(b)
432 if dot > 0.99999 or dot < -0.99999 then
433 return t <= 0.5 and a or b
434 else
435 r = math.acos(dot)
436 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
437 end
438end
439
440function matrixInterpolate(a, b, t)
441 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
442 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
443 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
444 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
445 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
446 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
447 local t = v1:Dot(v2)
448 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
449 return CFrame.new()
450 end
451 return CFrame.new(
452 v0.x, v0.y, v0.z,
453 v1.x, v1.y, v1.z,
454 v2.x, v2.y, v2.z,
455 v3.x, v3.y, v3.z)
456end
457----------------------------------------------------
458function genWeld(a,b)
459 local w = Instance.new("Weld",a)
460 w.Part0 = a
461 w.Part1 = b
462 return w
463end
464function weld(a, b)
465 local weld = Instance.new("Weld")
466 weld.Name = "W"
467 weld.Part0 = a
468 weld.Part1 = b
469 weld.C0 = a.CFrame:inverse() * b.CFrame
470 weld.Parent = a
471 return weld;
472end
473----------------------------------------------------
474function Lerp(c1,c2,al)
475 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
476 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
477 for i,v in pairs(com1) do
478 com1[i] = v+(com2[i]-v)*al
479 end
480 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
481end
482----------------------------------------------------
483newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
484 local wld = Instance.new("Weld", wp1)
485 wld.Part0 = wp0
486 wld.Part1 = wp1
487 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
488end
489----------------------------------------------------
490newWeld(torso, larm, -1.5, 0.5, 0)
491larm.Weld.C1 = CFrame.new(0, 0.5, 0)
492newWeld(torso, rarm, 1.5, 0.5, 0)
493rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
494newWeld(torso, hed, 0, 1.5, 0)
495newWeld(torso, lleg, -0.5, -1, 0)
496lleg.Weld.C1 = CFrame.new(0, 1, 0)
497newWeld(torso, rleg, 0.5, -1, 0)
498rleg.Weld.C1 = CFrame.new(0, 1, 0)
499newWeld(root, torso, 0, -1, 0)
500torso.Weld.C1 = CFrame.new(0, -1, 0)
501----------------------------------------------------
502z = Instance.new("Sound",char)
503z.SoundId = "rbxassetid://147461803"--THIS IS THE AUDIO FOR THE SCRIPT
504z.Looped = true
505z.Pitch = 0.9
506z.Volume = 4
507wait(0.1)
508z:Play()
509
510z2 = Instance.new("Sound", larm)
511z2.SoundId = 'rbxassetid://415880478'
512z2.Pitch = 1
513z2.Volume = 1
514z2.Looped = false
515z2:Play()
516----------------------------------------------------
517New = function(Object, Parent, Name, Data)
518 local Object = Instance.new(Object)
519 for Index, Value in pairs(Data or {}) do
520 Object[Index] = Value
521 end
522 Object.Parent = Parent
523 Object.Name = Name
524 return Object
525end
526----------------------------------------------------
527pr = Instance.new("Part",hed)
528pr.BrickColor = BrickColor.new("Black")
529pr.Material = "Metal"
530pr.Reflectance = 0.04
531pr.Anchored = false
532pr.CanCollide = false
533pr.Archivable = false
534pr.Locked = true
535pr.Size = Vector3.new(2,0.8,1)
536prm = Instance.new("SpecialMesh",pr)
537prm.MeshType = "FileMesh"
538prm.MeshId = "rbxassetid://16952952"
539prm.Scale = Vector3.new(1,1,1)
540newWeld(hed, pr, 0, 0.35, 0)
541pr.Weld.C1 = CFrame.new(0,0,0)
542--Left Arm
543m = Instance.new("Model")
544m.Name = "LeftArm"
545p1 = Instance.new("Part", m)
546p1.BrickColor = BrickColor.new("Crimson")
547p1.Material = Enum.Material.Granite
548p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
549p1.Size = Vector3.new(1, 0.200000048, 1)
550p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
551p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
552p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
553p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
554p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
555p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
556b1 = Instance.new("SpecialMesh", p1)
557b1.MeshType = Enum.MeshType.Brick
558b1.Name = "Mesh"
559b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
560p2 = Instance.new("Part", m)
561p2.BrickColor = BrickColor.new("Crimson")
562p2.Material = Enum.Material.Granite
563p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
564p2.Size = Vector3.new(1, 0.200000048, 1)
565p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
566p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
567p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
568p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
569p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
570p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
571b2 = Instance.new("SpecialMesh", p2)
572b2.MeshType = Enum.MeshType.Brick
573b2.Name = "Mesh"
574b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
575p3 = Instance.new("Part", m)
576p3.BrickColor = BrickColor.new("Crimson")
577p3.Material = Enum.Material.Granite
578p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
579p3.Size = Vector3.new(1, 0.200000048, 1)
580p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
581p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
582p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
583p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
584p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
585p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
586b3 = Instance.new("SpecialMesh", p3)
587b3.MeshType = Enum.MeshType.Brick
588b3.Name = "Mesh"
589b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
590p4 = Instance.new("Part", m)
591p4.BrickColor = BrickColor.new("Black")
592p4.Material = Enum.Material.SmoothPlastic
593p4.Name = "LeftArmPlate"
594p4.Size = Vector3.new(1, 2, 1)
595p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
596p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
597p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
598p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
599p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
600p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
601b4 = Instance.new("SpecialMesh", p4)
602b4.MeshType = Enum.MeshType.Brick
603b4.Name = "Mesh"
604b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
605p5 = Instance.new("Part", m)
606p5.BrickColor = BrickColor.new("Crimson")
607p5.Material = Enum.Material.Granite
608p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
609p5.Size = Vector3.new(1, 0.200000048, 1)
610p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
611p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
612p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
613p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
614p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
615p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
616b5 = Instance.new("SpecialMesh", p5)
617b5.MeshType = Enum.MeshType.Brick
618b5.Name = "Mesh"
619b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
620p6 = Instance.new("Part", m)
621p6.BrickColor = BrickColor.new("Crimson")
622p6.Material = Enum.Material.Granite
623p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
624p6.Size = Vector3.new(1, 0.200000048, 1)
625p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
626p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
627p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
628p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
629p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
630p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
631b6 = Instance.new("SpecialMesh", p6)
632b6.MeshType = Enum.MeshType.Brick
633b6.Name = "Mesh"
634b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
635p7 = Instance.new("Part", m)
636p7.BrickColor = BrickColor.new("Crimson")
637p7.Material = Enum.Material.Granite
638p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
639p7.FormFactor = Enum.FormFactor.Custom
640p7.Size = Vector3.new(1, 0.200000048, 1)
641p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
642p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
643p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
644p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
645p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
646p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
647b7 = Instance.new("SpecialMesh", p7)
648b7.MeshType = Enum.MeshType.Brick
649b7.Name = "Mesh"
650b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
651p8 = Instance.new("Part", m)
652p8.BrickColor = BrickColor.new("Crimson")
653p8.Material = Enum.Material.Granite
654p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
655p8.FormFactor = Enum.FormFactor.Custom
656p8.Size = Vector3.new(1, 0.200000048, 1)
657p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
658p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
659p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
660p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
661p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
662p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
663b8 = Instance.new("SpecialMesh", p8)
664b8.MeshType = Enum.MeshType.Brick
665b8.Name = "Mesh"
666b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
667p9 = Instance.new("Part", m)
668p9.BrickColor = BrickColor.new("Crimson")
669p9.Material = Enum.Material.Granite
670p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
671p9.FormFactor = Enum.FormFactor.Custom
672p9.Size = Vector3.new(1, 0.200000048, 1)
673p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
674p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
675p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
676p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
677p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
678p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
679b9 = Instance.new("SpecialMesh", p9)
680b9.MeshType = Enum.MeshType.Brick
681b9.Name = "Mesh"
682b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
683p10 = Instance.new("Part", m)
684p10.BrickColor = BrickColor.new("Black")
685p10.Material = Enum.Material.SmoothPlastic
686p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
687p10.FormFactor = Enum.FormFactor.Custom
688p10.Size = Vector3.new(1, 0.349999994, 1)
689p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
690p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
691p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
692p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
693p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
694p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
695b10 = Instance.new("SpecialMesh", p10)
696b10.MeshType = Enum.MeshType.Brick
697b10.Name = "Mesh"
698b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
699p11 = Instance.new("Part", m)
700p11.BrickColor = BrickColor.new("Black")
701p11.Material = Enum.Material.Metal
702p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
703p11.FormFactor = Enum.FormFactor.Custom
704p11.Size = Vector3.new(1, 0.25, 1)
705p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
706p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
707p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
708p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
709p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
710p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
711b11 = Instance.new("SpecialMesh", p11)
712b11.MeshType = Enum.MeshType.Brick
713b11.Name = "Mesh"
714b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
715p12 = Instance.new("Part", m)
716p12.BrickColor = BrickColor.new("Black")
717p12.Material = Enum.Material.Metal
718p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
719p12.FormFactor = Enum.FormFactor.Custom
720p12.Size = Vector3.new(1, 0.25, 1)
721p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
722p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
723p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
724p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
725p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
726p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
727b12 = Instance.new("SpecialMesh", p12)
728b12.MeshType = Enum.MeshType.Brick
729b12.Name = "Mesh"
730b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
731p13 = Instance.new("Part", m)
732p13.BrickColor = BrickColor.new("Black")
733p13.Material = Enum.Material.Metal
734p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
735p13.FormFactor = Enum.FormFactor.Custom
736p13.Size = Vector3.new(1, 0.25, 1)
737p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
738p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
739p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
740p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
741p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
742p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
743b13 = Instance.new("SpecialMesh", p13)
744b13.MeshType = Enum.MeshType.Brick
745b13.Name = "Mesh"
746b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
747p14 = Instance.new("Part", m)
748p14.BrickColor = BrickColor.new("Black")
749p14.Material = Enum.Material.Metal
750p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
751p14.FormFactor = Enum.FormFactor.Custom
752p14.Size = Vector3.new(1, 0.25, 1)
753p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
754p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
755p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
756p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
757p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
758p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
759b14 = Instance.new("SpecialMesh", p14)
760b14.MeshType = Enum.MeshType.Brick
761b14.Name = "Mesh"
762b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
763p15 = Instance.new("Part", m)
764p15.BrickColor = BrickColor.new("Crimson")
765p15.Material = Enum.Material.Granite
766p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
767p15.FormFactor = Enum.FormFactor.Custom
768p15.Size = Vector3.new(1, 1, 1)
769p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
770p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
771p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
772p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
773p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
774p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
775b15 = Instance.new("SpecialMesh", p15)
776b15.MeshType = Enum.MeshType.Sphere
777b15.Name = "Mesh"
778p16 = Instance.new("Part", m)
779p16.BrickColor = BrickColor.new("Black")
780p16.Material = Enum.Material.Metal
781p16.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)
782p16.FormFactor = Enum.FormFactor.Custom
783p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
784p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
785p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
786p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
787p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
788p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
789p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
790b16 = Instance.new("SpecialMesh", p16)
791b16.MeshType = Enum.MeshType.Brick
792b16.Name = "Mesh"
793b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
794p17 = Instance.new("Part", m)
795p17.BrickColor = BrickColor.new("Black")
796p17.Material = Enum.Material.SmoothPlastic
797p17.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)
798p17.FormFactor = Enum.FormFactor.Custom
799p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
800p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
801p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
802p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
803p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
804p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
805p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
806b17 = Instance.new("SpecialMesh", p17)
807b17.MeshType = Enum.MeshType.Brick
808b17.Name = "Mesh"
809b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
810p18 = Instance.new("Part", m)
811p18.BrickColor = BrickColor.new("Black")
812p18.Material = Enum.Material.SmoothPlastic
813p18.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)
814p18.FormFactor = Enum.FormFactor.Custom
815p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
816p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
817p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
818p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
819p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
820p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
821p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
822b18 = Instance.new("SpecialMesh", p18)
823b18.MeshType = Enum.MeshType.Brick
824b18.Name = "Mesh"
825b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
826p19 = Instance.new("Part", m)
827p19.BrickColor = BrickColor.new("Black")
828p19.Material = Enum.Material.SmoothPlastic
829p19.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)
830p19.FormFactor = Enum.FormFactor.Custom
831p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
832p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
833p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
834p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
835p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
836p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
837p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
838b19 = Instance.new("SpecialMesh", p19)
839b19.MeshType = Enum.MeshType.Brick
840b19.Name = "Mesh"
841b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
842p20 = Instance.new("Part", m)
843p20.BrickColor = BrickColor.new("Really black")
844p20.Material = Enum.Material.SmoothPlastic
845p20.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)
846p20.FormFactor = Enum.FormFactor.Custom
847p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
848p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
849p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
850p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
851p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
852p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
853p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
854b20 = Instance.new("SpecialMesh", p20)
855b20.MeshType = Enum.MeshType.Brick
856b20.Name = "Mesh"
857b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
858p21 = Instance.new("Part", m)
859p21.BrickColor = BrickColor.new("Black")
860p21.Material = Enum.Material.Metal
861p21.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)
862p21.FormFactor = Enum.FormFactor.Custom
863p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
864p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
865p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
866p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
867p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
868p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
869p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
870b21 = Instance.new("SpecialMesh", p21)
871b21.MeshType = Enum.MeshType.Wedge
872b21.Name = "Mesh"
873b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
874p22 = Instance.new("Part", m)
875p22.BrickColor = BrickColor.new("Black")
876p22.Material = Enum.Material.Metal
877p22.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)
878p22.FormFactor = Enum.FormFactor.Custom
879p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
880p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
881p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
882p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
883p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
884p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
885p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
886b22 = Instance.new("SpecialMesh", p22)
887b22.MeshType = Enum.MeshType.Brick
888b22.Name = "Mesh"
889b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
890p23 = Instance.new("Part", m)
891p23.BrickColor = BrickColor.new("Black")
892p23.Material = Enum.Material.Metal
893p23.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)
894p23.FormFactor = Enum.FormFactor.Custom
895p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
896p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
897p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
898p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
899p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
900p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
901p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
902b23 = Instance.new("SpecialMesh", p23)
903b23.MeshType = Enum.MeshType.Brick
904b23.Name = "Mesh"
905b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
906p24 = Instance.new("Part", m)
907p24.BrickColor = BrickColor.new("Black")
908p24.Material = Enum.Material.Metal
909p24.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)
910p24.FormFactor = Enum.FormFactor.Custom
911p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
912p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
913p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
914p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
915p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
916p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
917p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
918b24 = Instance.new("SpecialMesh", p24)
919b24.MeshType = Enum.MeshType.Brick
920b24.Name = "Mesh"
921b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
922p25 = Instance.new("Part", m)
923p25.BrickColor = BrickColor.new("Black")
924p25.Material = Enum.Material.Metal
925p25.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)
926p25.FormFactor = Enum.FormFactor.Custom
927p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
928p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
929p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
930p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
931p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
932p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
933p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
934b25 = Instance.new("SpecialMesh", p25)
935b25.MeshType = Enum.MeshType.Brick
936b25.Name = "Mesh"
937b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
938p26 = Instance.new("Part", m)
939p26.BrickColor = BrickColor.new("Black")
940p26.Material = Enum.Material.Metal
941p26.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)
942p26.FormFactor = Enum.FormFactor.Custom
943p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
944p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
945p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
946p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
947p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
948p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
949p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
950b26 = Instance.new("SpecialMesh", p26)
951b26.MeshType = Enum.MeshType.Brick
952b26.Name = "Mesh"
953b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
954p27 = Instance.new("Part", m)
955p27.BrickColor = BrickColor.new("Black")
956p27.Material = Enum.Material.Metal
957p27.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)
958p27.FormFactor = Enum.FormFactor.Custom
959p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
960p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
961p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
962p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
963p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
964p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
965p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
966b27 = Instance.new("SpecialMesh", p27)
967b27.MeshType = Enum.MeshType.Brick
968b27.Name = "Mesh"
969b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
970p28 = Instance.new("Part", m)
971p28.BrickColor = BrickColor.new("Black")
972p28.Material = Enum.Material.Metal
973p28.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)
974p28.FormFactor = Enum.FormFactor.Custom
975p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
976p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
977p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
978p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
979p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
980p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
981p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
982b28 = Instance.new("SpecialMesh", p28)
983b28.MeshType = Enum.MeshType.Brick
984b28.Name = "Mesh"
985b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
986p29 = Instance.new("Part", m)
987p29.BrickColor = BrickColor.new("Black")
988p29.Material = Enum.Material.Metal
989p29.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)
990p29.FormFactor = Enum.FormFactor.Custom
991p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
992p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
993p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
994p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
995p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
996p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
997p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
998b29 = Instance.new("SpecialMesh", p29)
999b29.MeshType = Enum.MeshType.Brick
1000b29.Name = "Mesh"
1001b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1002p30 = Instance.new("Part", m)
1003p30.BrickColor = BrickColor.new("Black")
1004p30.Material = Enum.Material.Metal
1005p30.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)
1006p30.FormFactor = Enum.FormFactor.Custom
1007p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1008p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1009p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1010p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1011p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1012p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1013p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1014b30 = Instance.new("SpecialMesh", p30)
1015b30.MeshType = Enum.MeshType.Wedge
1016b30.Name = "Mesh"
1017b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1018p31 = Instance.new("Part", m)
1019p31.BrickColor = BrickColor.new("Black")
1020p31.Material = Enum.Material.Metal
1021p31.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)
1022p31.FormFactor = Enum.FormFactor.Custom
1023p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1024p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1025p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1026p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1027p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1028p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1029p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1030b31 = Instance.new("SpecialMesh", p31)
1031b31.MeshType = Enum.MeshType.Brick
1032b31.Name = "Mesh"
1033b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1034p32 = Instance.new("Part", m)
1035p32.BrickColor = BrickColor.new("Black")
1036p32.Material = Enum.Material.Metal
1037p32.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)
1038p32.FormFactor = Enum.FormFactor.Custom
1039p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1040p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1041p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1042p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1043p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1044p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1045p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1046b32 = Instance.new("SpecialMesh", p32)
1047b32.MeshType = Enum.MeshType.Wedge
1048b32.Name = "Mesh"
1049b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1050p33 = Instance.new("Part", m)
1051p33.BrickColor = BrickColor.new("Black")
1052p33.Material = Enum.Material.Metal
1053p33.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)
1054p33.FormFactor = Enum.FormFactor.Custom
1055p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1056p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1057p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1058p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1059p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1060p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1061p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1062b33 = Instance.new("SpecialMesh", p33)
1063b33.MeshType = Enum.MeshType.Brick
1064b33.Name = "Mesh"
1065b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1066p34 = Instance.new("Part", m)
1067p34.BrickColor = BrickColor.new("Black")
1068p34.Material = Enum.Material.Metal
1069p34.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)
1070p34.FormFactor = Enum.FormFactor.Custom
1071p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1072p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1073p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1074p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1075p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1076p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1077p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1078b34 = Instance.new("SpecialMesh", p34)
1079b34.MeshType = Enum.MeshType.Brick
1080b34.Name = "Mesh"
1081b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1082w1 = Instance.new("Weld", p1)
1083w1.Name = "Part_Weld"
1084w1.Part0 = p1
1085w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1086w1.Part1 = p2
1087w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1088w2 = Instance.new("Weld", p2)
1089w2.Name = "Part_Weld"
1090w2.Part0 = p2
1091w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1092w2.Part1 = p3
1093w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1094w3 = Instance.new("Weld", p3)
1095w3.Name = "LeftArmPlate_Weld"
1096w3.Part0 = p3
1097w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1098w3.Part1 = p4
1099w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1100w4 = Instance.new("Weld", p4)
1101w4.Name = "Part_Weld"
1102w4.Part0 = p4
1103w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1104w4.Part1 = p5
1105w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1106w5 = Instance.new("Weld", p5)
1107w5.Name = "Part_Weld"
1108w5.Part0 = p5
1109w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1110w5.Part1 = p6
1111w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1112w6 = Instance.new("Weld", p6)
1113w6.Name = "Part_Weld"
1114w6.Part0 = p6
1115w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1116w6.Part1 = p7
1117w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1118w7 = Instance.new("Weld", p7)
1119w7.Name = "Part_Weld"
1120w7.Part0 = p7
1121w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1122w7.Part1 = p8
1123w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1124w8 = Instance.new("Weld", p8)
1125w8.Name = "Part_Weld"
1126w8.Part0 = p8
1127w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1128w8.Part1 = p9
1129w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1130w9 = Instance.new("Weld", p9)
1131w9.Name = "Part_Weld"
1132w9.Part0 = p9
1133w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1134w9.Part1 = p10
1135w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1136w10 = Instance.new("Weld", p10)
1137w10.Name = "Part_Weld"
1138w10.Part0 = p10
1139w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1140w10.Part1 = p11
1141w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1142w11 = Instance.new("Weld", p11)
1143w11.Name = "Part_Weld"
1144w11.Part0 = p11
1145w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1146w11.Part1 = p12
1147w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1148w12 = Instance.new("Weld", p12)
1149w12.Name = "Part_Weld"
1150w12.Part0 = p12
1151w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1152w12.Part1 = p13
1153w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1154w13 = Instance.new("Weld", p13)
1155w13.Name = "Part_Weld"
1156w13.Part0 = p13
1157w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1158w13.Part1 = p14
1159w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1160w14 = Instance.new("Weld", p14)
1161w14.Name = "Part_Weld"
1162w14.Part0 = p14
1163w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1164w14.Part1 = p15
1165w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1166w15 = Instance.new("Weld", p15)
1167w15.Name = "Part_Weld"
1168w15.Part0 = p15
1169w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1170w15.Part1 = p16
1171w15.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)
1172w16 = Instance.new("Weld", p16)
1173w16.Name = "Part_Weld"
1174w16.Part0 = p16
1175w16.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)
1176w16.Part1 = p17
1177w16.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)
1178w17 = Instance.new("Weld", p17)
1179w17.Name = "Part_Weld"
1180w17.Part0 = p17
1181w17.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)
1182w17.Part1 = p18
1183w17.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)
1184w18 = Instance.new("Weld", p18)
1185w18.Name = "Part_Weld"
1186w18.Part0 = p18
1187w18.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)
1188w18.Part1 = p19
1189w18.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)
1190w19 = Instance.new("Weld", p19)
1191w19.Name = "Part_Weld"
1192w19.Part0 = p19
1193w19.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)
1194w19.Part1 = p20
1195w19.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)
1196w20 = Instance.new("Weld", p20)
1197w20.Name = "Part_Weld"
1198w20.Part0 = p20
1199w20.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)
1200w20.Part1 = p21
1201w20.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)
1202w21 = Instance.new("Weld", p21)
1203w21.Name = "Part_Weld"
1204w21.Part0 = p21
1205w21.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)
1206w21.Part1 = p22
1207w21.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)
1208w22 = Instance.new("Weld", p22)
1209w22.Name = "Part_Weld"
1210w22.Part0 = p22
1211w22.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)
1212w22.Part1 = p23
1213w22.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)
1214w23 = Instance.new("Weld", p23)
1215w23.Name = "Part_Weld"
1216w23.Part0 = p23
1217w23.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)
1218w23.Part1 = p24
1219w23.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)
1220w24 = Instance.new("Weld", p24)
1221w24.Name = "Part_Weld"
1222w24.Part0 = p24
1223w24.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)
1224w24.Part1 = p25
1225w24.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)
1226w25 = Instance.new("Weld", p25)
1227w25.Name = "Part_Weld"
1228w25.Part0 = p25
1229w25.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)
1230w25.Part1 = p26
1231w25.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)
1232w26 = Instance.new("Weld", p26)
1233w26.Name = "Part_Weld"
1234w26.Part0 = p26
1235w26.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)
1236w26.Part1 = p27
1237w26.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)
1238w27 = Instance.new("Weld", p27)
1239w27.Name = "Part_Weld"
1240w27.Part0 = p27
1241w27.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)
1242w27.Part1 = p28
1243w27.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)
1244w28 = Instance.new("Weld", p28)
1245w28.Name = "Part_Weld"
1246w28.Part0 = p28
1247w28.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)
1248w28.Part1 = p29
1249w28.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)
1250w29 = Instance.new("Weld", p29)
1251w29.Name = "Part_Weld"
1252w29.Part0 = p29
1253w29.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)
1254w29.Part1 = p30
1255w29.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)
1256w30 = Instance.new("Weld", p30)
1257w30.Name = "Part_Weld"
1258w30.Part0 = p30
1259w30.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)
1260w30.Part1 = p31
1261w30.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)
1262w31 = Instance.new("Weld", p31)
1263w31.Name = "Part_Weld"
1264w31.Part0 = p31
1265w31.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)
1266w31.Part1 = p32
1267w31.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)
1268w32 = Instance.new("Weld", p32)
1269w32.Name = "Part_Weld"
1270w32.Part0 = p32
1271w32.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)
1272w32.Part1 = p33
1273w32.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)
1274w33 = Instance.new("Weld", p33)
1275w33.Name = "Part_Weld"
1276w33.Part0 = p33
1277w33.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)
1278w33.Part1 = p34
1279w33.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)
1280m.Parent = larm
1281m:MakeJoints()
1282----------------------------------------------------
1283local cor = Instance.new("Part", larm.LeftArm)
1284cor.Name = "Thingy"
1285cor.Locked = true
1286cor.BottomSurface = 0
1287cor.CanCollide = false
1288cor.Size = Vector3.new(1, 1, 1)
1289cor.Transparency = 1
1290cor.TopSurface = 0
1291corw = Instance.new("Weld", cor)
1292corw.Part0 = larm
1293corw.Part1 = cor
1294corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1295corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1296weld1 = Instance.new("Weld", larm.LeftArm)
1297weld1.Part0 = cor
1298weld1.Part1 = larm.LeftArm.LeftArmPlate
1299weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1300--Right Arm
1301m2 = Instance.new("Model")
1302m2.Name = "RightArm"
1303p1 = Instance.new("Part", m2)
1304p1.BrickColor = BrickColor.new("Crimson")
1305p1.Material = Enum.Material.Granite
1306p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1307p1.FormFactor = Enum.FormFactor.Custom
1308p1.Size = Vector3.new(1, 0.200000048, 1)
1309p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1310p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1311p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1312p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1313p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1314p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1315b1 = Instance.new("SpecialMesh", p1)
1316b1.MeshType = Enum.MeshType.Brick
1317b1.Name = "Mesh"
1318b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1319p2 = Instance.new("Part", m2)
1320p2.BrickColor = BrickColor.new("Crimson")
1321p2.Material = Enum.Material.Granite
1322p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1323p2.FormFactor = Enum.FormFactor.Custom
1324p2.Size = Vector3.new(1, 0.200000048, 1)
1325p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1326p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1327p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1328p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1329p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1330p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1331b2 = Instance.new("SpecialMesh", p2)
1332b2.MeshType = Enum.MeshType.Brick
1333b2.Name = "Mesh"
1334b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1335p3 = Instance.new("Part", m2)
1336p3.BrickColor = BrickColor.new("Crimson")
1337p3.Material = Enum.Material.Granite
1338p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1339p3.FormFactor = Enum.FormFactor.Custom
1340p3.Size = Vector3.new(1, 0.200000048, 1)
1341p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1342p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1343p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1344p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1345p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1346p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1347b3 = Instance.new("SpecialMesh", p3)
1348b3.MeshType = Enum.MeshType.Brick
1349b3.Name = "Mesh"
1350b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1351p4 = Instance.new("Part", m2)
1352p4.BrickColor = BrickColor.new("Crimson")
1353p4.Material = Enum.Material.Granite
1354p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1355p4.FormFactor = Enum.FormFactor.Custom
1356p4.Size = Vector3.new(1, 0.200000048, 1)
1357p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1358p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1359p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1360p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1361p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1362p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1363b4 = Instance.new("SpecialMesh", p4)
1364b4.MeshType = Enum.MeshType.Brick
1365b4.Name = "Mesh"
1366b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1367p5 = Instance.new("Part", m2)
1368p5.BrickColor = BrickColor.new("Crimson")
1369p5.Material = Enum.Material.Granite
1370p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1371p5.FormFactor = Enum.FormFactor.Custom
1372p5.Size = Vector3.new(1, 0.200000048, 1)
1373p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1374p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1375p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1376p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1377p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1378p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1379b5 = Instance.new("SpecialMesh", p5)
1380b5.MeshType = Enum.MeshType.Brick
1381b5.Name = "Mesh"
1382b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1383p6 = Instance.new("Part", m2)
1384p6.BrickColor = BrickColor.new("Crimson")
1385p6.Material = Enum.Material.Granite
1386p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1387p6.FormFactor = Enum.FormFactor.Custom
1388p6.Size = Vector3.new(1, 1, 1)
1389p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1390p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1391p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1392p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1393p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1394p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1395b6 = Instance.new("SpecialMesh", p6)
1396b6.MeshType = Enum.MeshType.Sphere
1397b6.Name = "Mesh"
1398p7 = Instance.new("Part", m2)
1399p7.BrickColor = BrickColor.new("Black")
1400p7.Material = Enum.Material.SmoothPlastic
1401p7.Name = "RightArmPlate"
1402p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1403p7.FormFactor = Enum.FormFactor.Symmetric
1404p7.Size = Vector3.new(1, 2, 1)
1405p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1406p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1407p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1408p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1409p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1410p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1411b7 = Instance.new("SpecialMesh", p7)
1412b7.MeshType = Enum.MeshType.Brick
1413b7.Name = "Mesh"
1414b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1415p8 = Instance.new("Part", m2)
1416p8.BrickColor = BrickColor.new("Crimson")
1417p8.Material = Enum.Material.Granite
1418p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1419p8.FormFactor = Enum.FormFactor.Custom
1420p8.Size = Vector3.new(1, 0.200000048, 1)
1421p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1422p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1423p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1424p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1425p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1426p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1427b8 = Instance.new("SpecialMesh", p8)
1428b8.MeshType = Enum.MeshType.Brick
1429b8.Name = "Mesh"
1430b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1431p9 = Instance.new("Part", m2)
1432p9.BrickColor = BrickColor.new("Black")
1433p9.Material = Enum.Material.SmoothPlastic
1434p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1435p9.FormFactor = Enum.FormFactor.Custom
1436p9.Size = Vector3.new(1, 0.349999994, 1)
1437p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1438p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1439p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1440p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1441p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1442p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1443b9 = Instance.new("SpecialMesh", p9)
1444b9.MeshType = Enum.MeshType.Brick
1445b9.Name = "Mesh"
1446b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1447p10 = Instance.new("Part", m2)
1448p10.BrickColor = BrickColor.new("Black")
1449p10.Material = Enum.Material.Metal
1450p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1451p10.FormFactor = Enum.FormFactor.Custom
1452p10.Size = Vector3.new(1, 0.25, 1)
1453p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1454p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1455p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1456p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1457p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1458p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1459b10 = Instance.new("SpecialMesh", p10)
1460b10.MeshType = Enum.MeshType.Brick
1461b10.Name = "Mesh"
1462b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1463p11 = Instance.new("Part", m2)
1464p11.BrickColor = BrickColor.new("Black")
1465p11.Material = Enum.Material.Metal
1466p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1467p11.FormFactor = Enum.FormFactor.Custom
1468p11.Size = Vector3.new(1, 0.25, 1)
1469p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1470p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1471p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1472p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1473p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1474p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1475b11 = Instance.new("SpecialMesh", p11)
1476b11.MeshType = Enum.MeshType.Brick
1477b11.Name = "Mesh"
1478b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1479p12 = Instance.new("Part", m2)
1480p12.BrickColor = BrickColor.new("Black")
1481p12.Material = Enum.Material.Metal
1482p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1483p12.FormFactor = Enum.FormFactor.Custom
1484p12.Size = Vector3.new(1, 0.25, 1)
1485p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1486p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1487p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1488p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1489p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1490p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1491b12 = Instance.new("SpecialMesh", p12)
1492b12.MeshType = Enum.MeshType.Brick
1493b12.Name = "Mesh"
1494b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1495p13 = Instance.new("Part", m2)
1496p13.BrickColor = BrickColor.new("Crimson")
1497p13.Material = Enum.Material.Granite
1498p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1499p13.FormFactor = Enum.FormFactor.Custom
1500p13.Size = Vector3.new(1, 0.200000048, 1)
1501p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1502p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1503p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1504p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1505p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1506p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1507b13 = Instance.new("SpecialMesh", p13)
1508b13.MeshType = Enum.MeshType.Brick
1509b13.Name = "Mesh"
1510b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1511p14 = Instance.new("Part", m2)
1512p14.BrickColor = BrickColor.new("Black")
1513p14.Material = Enum.Material.Metal
1514p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1515p14.FormFactor = Enum.FormFactor.Custom
1516p14.Size = Vector3.new(1, 0.25, 1)
1517p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1518p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1519p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1520p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1521p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1522p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1523b14 = Instance.new("SpecialMesh", p14)
1524b14.MeshType = Enum.MeshType.Brick
1525b14.Name = "Mesh"
1526b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1527p15 = Instance.new("Part", m2)
1528p15.BrickColor = BrickColor.new("Crimson")
1529p15.Material = Enum.Material.Granite
1530p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1531p15.FormFactor = Enum.FormFactor.Custom
1532p15.Size = Vector3.new(1, 0.200000048, 1)
1533p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1534p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1535p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1536p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1537p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1538p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1539b15 = Instance.new("SpecialMesh", p15)
1540b15.MeshType = Enum.MeshType.Brick
1541b15.Name = "Mesh"
1542b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1543p16 = Instance.new("Part", m2)
1544p16.BrickColor = BrickColor.new("Black")
1545p16.Material = Enum.Material.SmoothPlastic
1546p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1547p16.FormFactor = Enum.FormFactor.Custom
1548p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1549p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1550p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1551p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1552p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1553p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1554p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1555b16 = Instance.new("SpecialMesh", p16)
1556b16.MeshType = Enum.MeshType.Brick
1557b16.Name = "Mesh"
1558b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1559p17 = Instance.new("Part", m2)
1560p17.BrickColor = BrickColor.new("Black")
1561p17.Material = Enum.Material.SmoothPlastic
1562p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1563p17.FormFactor = Enum.FormFactor.Custom
1564p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1565p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1566p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1567p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1568p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1569p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1570p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1571b17 = Instance.new("SpecialMesh", p17)
1572b17.MeshType = Enum.MeshType.Brick
1573b17.Name = "Mesh"
1574b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1575p18 = Instance.new("Part", m2)
1576p18.BrickColor = BrickColor.new("Really black")
1577p18.Material = Enum.Material.SmoothPlastic
1578p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1579p18.FormFactor = Enum.FormFactor.Custom
1580p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1581p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1582p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1583p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1584p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1585p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1586p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1587b18 = Instance.new("SpecialMesh", p18)
1588b18.MeshType = Enum.MeshType.Brick
1589b18.Name = "Mesh"
1590b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1591p19 = Instance.new("Part", m2)
1592p19.BrickColor = BrickColor.new("Black")
1593p19.Material = Enum.Material.SmoothPlastic
1594p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1595p19.FormFactor = Enum.FormFactor.Custom
1596p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1597p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1598p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1599p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1600p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1601p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1602p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1603b19 = Instance.new("SpecialMesh", p19)
1604b19.MeshType = Enum.MeshType.Brick
1605b19.Name = "Mesh"
1606b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1607w1 = Instance.new("Weld", p1)
1608w1.Name = "Part_Weld"
1609w1.Part0 = p1
1610w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1611w1.Part1 = p2
1612w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1613w2 = Instance.new("Weld", p2)
1614w2.Name = "Part_Weld"
1615w2.Part0 = p2
1616w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1617w2.Part1 = p3
1618w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1619w3 = Instance.new("Weld", p3)
1620w3.Name = "Part_Weld"
1621w3.Part0 = p3
1622w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1623w3.Part1 = p4
1624w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1625w4 = Instance.new("Weld", p4)
1626w4.Name = "Part_Weld"
1627w4.Part0 = p4
1628w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1629w4.Part1 = p5
1630w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1631w5 = Instance.new("Weld", p5)
1632w5.Name = "Part_Weld"
1633w5.Part0 = p5
1634w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1635w5.Part1 = p6
1636w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1637w6 = Instance.new("Weld", p6)
1638w6.Name = "RightArmPlate_Weld"
1639w6.Part0 = p6
1640w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1641w6.Part1 = p7
1642w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1643w7 = Instance.new("Weld", p7)
1644w7.Name = "Part_Weld"
1645w7.Part0 = p7
1646w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1647w7.Part1 = p8
1648w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1649w8 = Instance.new("Weld", p8)
1650w8.Name = "Part_Weld"
1651w8.Part0 = p8
1652w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1653w8.Part1 = p9
1654w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1655w9 = Instance.new("Weld", p9)
1656w9.Name = "Part_Weld"
1657w9.Part0 = p9
1658w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1659w9.Part1 = p10
1660w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1661w10 = Instance.new("Weld", p10)
1662w10.Name = "Part_Weld"
1663w10.Part0 = p10
1664w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1665w10.Part1 = p11
1666w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1667w11 = Instance.new("Weld", p11)
1668w11.Name = "Part_Weld"
1669w11.Part0 = p11
1670w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1671w11.Part1 = p12
1672w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1673w12 = Instance.new("Weld", p12)
1674w12.Name = "Part_Weld"
1675w12.Part0 = p12
1676w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1677w12.Part1 = p13
1678w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1679w13 = Instance.new("Weld", p13)
1680w13.Name = "Part_Weld"
1681w13.Part0 = p13
1682w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1683w13.Part1 = p14
1684w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1685w14 = Instance.new("Weld", p14)
1686w14.Name = "Part_Weld"
1687w14.Part0 = p14
1688w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1689w14.Part1 = p15
1690w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1691w15 = Instance.new("Weld", p15)
1692w15.Name = "Part_Weld"
1693w15.Part0 = p15
1694w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1695w15.Part1 = p16
1696w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1697w16 = Instance.new("Weld", p16)
1698w16.Name = "Part_Weld"
1699w16.Part0 = p16
1700w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1701w16.Part1 = p17
1702w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1703w17 = Instance.new("Weld", p17)
1704w17.Name = "Part_Weld"
1705w17.Part0 = p17
1706w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1707w17.Part1 = p18
1708w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1709w18 = Instance.new("Weld", p18)
1710w18.Name = "Part_Weld"
1711w18.Part0 = p18
1712w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1713w18.Part1 = p19
1714w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1715m2.Parent = rarm
1716m2:MakeJoints()
1717----------------------------------------------------
1718local cor2 = Instance.new("Part", rarm.RightArm)
1719cor2.Name = "Thingy"
1720cor2.Locked = true
1721cor2.BottomSurface = 0
1722cor2.CanCollide = false
1723cor2.Size = Vector3.new(1, 1, 1)
1724cor2.Transparency = 1
1725cor2.TopSurface = 0
1726corw2 = Instance.new("Weld", cor2)
1727corw2.Part0 = rarm
1728corw2.Part1 = cor2
1729corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1730corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1731weld2 = Instance.new("Weld", rarm.RightArm)
1732weld2.Part0 = cor2
1733weld2.Part1 = rarm.RightArm.RightArmPlate
1734weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1735--Torso
1736m3 = Instance.new("Model")
1737m3.Name = "Torso"
1738p1 = Instance.new("Part", m3)
1739p1.BrickColor = BrickColor.new("Really black")
1740p1.Material = Enum.Material.Metal
1741p1.Name = "TorsoPlate"
1742p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1743p1.CanCollide = false
1744p1.Locked = true
1745p1.FormFactor = Enum.FormFactor.Custom
1746p1.Size = Vector3.new(2, 2, 1)
1747p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1748p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1749p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1750p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1751p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1752p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1753b1 = Instance.new("SpecialMesh", p1)
1754b1.MeshType = Enum.MeshType.Brick
1755b1.Name = "Mesh"
1756b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1757p2 = Instance.new("Part", m3)
1758p2.BrickColor = BrickColor.new("Really black")
1759p2.Material = Enum.Material.Metal
1760p2.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)
1761p2.CanCollide = false
1762p2.Locked = true
1763p2.FormFactor = Enum.FormFactor.Custom
1764p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1765b2 = Instance.new("SpecialMesh", p2)
1766b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1767b2.TextureId = ""
1768b2.MeshType = Enum.MeshType.FileMesh
1769b2.Name = "Mesh"
1770b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1771p3 = Instance.new("Part", m3)
1772p3.BrickColor = BrickColor.new("Black")
1773p3.Material = Enum.Material.Metal
1774p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1775p3.CanCollide = false
1776p3.Locked = true
1777p3.FormFactor = Enum.FormFactor.Custom
1778p3.Size = Vector3.new(2, 2, 0.200000018)
1779p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1780p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1781p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1782p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1783p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1784p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1785b3 = Instance.new("SpecialMesh", p3)
1786b3.MeshType = Enum.MeshType.Brick
1787b3.Name = "Mesh"
1788b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1789p4 = Instance.new("Part", m3)
1790p4.BrickColor = BrickColor.new("Black")
1791p4.Material = Enum.Material.Metal
1792p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1793p4.CanCollide = false
1794p4.Locked = true
1795p4.FormFactor = Enum.FormFactor.Custom
1796p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1797p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1798p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1799p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1800p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1801p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1802p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1803b4 = Instance.new("SpecialMesh", p4)
1804b4.MeshType = Enum.MeshType.Brick
1805b4.Name = "Mesh"
1806b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1807p5 = Instance.new("Part", m3)
1808p5.BrickColor = BrickColor.new("Black")
1809p5.Material = Enum.Material.Metal
1810p5.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)
1811p5.CanCollide = false
1812p5.Locked = true
1813p5.FormFactor = Enum.FormFactor.Custom
1814p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1815p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1816p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1817p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1818p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1819p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1820p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1821b5 = Instance.new("SpecialMesh", p5)
1822b5.MeshType = Enum.MeshType.Wedge
1823b5.Name = "Mesh"
1824b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1825p6 = Instance.new("Part", m3)
1826p6.BrickColor = BrickColor.new("Black")
1827p6.Material = Enum.Material.Metal
1828p6.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)
1829p6.CanCollide = false
1830p6.Locked = true
1831p6.FormFactor = Enum.FormFactor.Custom
1832p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1833p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1834p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1835p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1836p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1837p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1838p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1839b6 = Instance.new("SpecialMesh", p6)
1840b6.MeshType = Enum.MeshType.Wedge
1841b6.Name = "Mesh"
1842b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1843p7 = Instance.new("Part", m3)
1844p7.BrickColor = BrickColor.new("Black")
1845p7.Material = Enum.Material.Metal
1846p7.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)
1847p7.CanCollide = false
1848p7.Locked = true
1849p7.FormFactor = Enum.FormFactor.Custom
1850p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1851p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1852p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1853p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1854p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1855p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1856p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1857b7 = Instance.new("SpecialMesh", p7)
1858b7.MeshType = Enum.MeshType.Wedge
1859b7.Name = "Mesh"
1860p8 = Instance.new("Part", m3)
1861p8.BrickColor = BrickColor.new("Black")
1862p8.Material = Enum.Material.Metal
1863p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1864p8.CanCollide = false
1865p8.Locked = true
1866p8.FormFactor = Enum.FormFactor.Custom
1867p8.Size = Vector3.new(1, 2, 0.200000018)
1868p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1869p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1870p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1871p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1872p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1873p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1874b8 = Instance.new("SpecialMesh", p8)
1875b8.MeshType = Enum.MeshType.Brick
1876b8.Name = "Mesh"
1877b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1878p9 = Instance.new("Part", m3)
1879p9.BrickColor = BrickColor.new("Black")
1880p9.Material = Enum.Material.Metal
1881p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1882p9.CanCollide = false
1883p9.Locked = true
1884p9.FormFactor = Enum.FormFactor.Custom
1885p9.Size = Vector3.new(1, 2, 0.200000018)
1886p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1887p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1888p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1889p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1890p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1891p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1892b9 = Instance.new("SpecialMesh", p9)
1893b9.MeshType = Enum.MeshType.Brick
1894b9.Name = "Mesh"
1895b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1896p10 = Instance.new("Part", m3)
1897p10.BrickColor = BrickColor.new("Black")
1898p10.Material = Enum.Material.Metal
1899p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1900p10.CanCollide = false
1901p10.Locked = true
1902p10.FormFactor = Enum.FormFactor.Custom
1903p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1904p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1905p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1906p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1907p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1908p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1909p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1910b10 = Instance.new("SpecialMesh", p10)
1911b10.MeshType = Enum.MeshType.Brick
1912b10.Name = "Mesh"
1913b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1914p11 = Instance.new("Part", m3)
1915p11.BrickColor = BrickColor.new("Really black")
1916p11.Material = Enum.Material.Metal
1917p11.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)
1918p11.CanCollide = false
1919p11.Locked = true
1920p11.FormFactor = Enum.FormFactor.Custom
1921p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1922b11 = Instance.new("SpecialMesh", p11)
1923b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1924b11.TextureId = ""
1925b11.MeshType = Enum.MeshType.FileMesh
1926b11.Name = "Mesh"
1927b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1928p12 = Instance.new("Part", m3)
1929p12.BrickColor = BrickColor.new("Really black")
1930p12.Material = Enum.Material.Metal
1931p12.Transparency = 1
1932p12.Name = "Chain2Torso"
1933p12.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)
1934p12.CanCollide = false
1935p12.Locked = true
1936p12.FormFactor = Enum.FormFactor.Custom
1937p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
1938b12 = Instance.new("SpecialMesh", p12)
1939b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
1940b12.TextureId = ""
1941b12.MeshType = Enum.MeshType.FileMesh
1942b12.Name = "Mesh"
1943b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1944p13 = Instance.new("Part", m3)
1945p13.BrickColor = BrickColor.new("Really black")
1946p13.Material = Enum.Material.Metal
1947p13.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)
1948p13.CanCollide = false
1949p13.Locked = true
1950p13.FormFactor = Enum.FormFactor.Custom
1951p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1952b13 = Instance.new("SpecialMesh", p13)
1953b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
1954b13.TextureId = ""
1955b13.MeshType = Enum.MeshType.FileMesh
1956b13.Name = "Mesh"
1957b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1958p14 = Instance.new("Part", m3)
1959p14.BrickColor = BrickColor.new("Really black")
1960p14.Material = Enum.Material.Metal
1961p14.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)
1962p14.CanCollide = false
1963p14.Locked = true
1964p14.FormFactor = Enum.FormFactor.Custom
1965p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1966b14 = Instance.new("SpecialMesh", p14)
1967b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
1968b14.TextureId = ""
1969b14.MeshType = Enum.MeshType.FileMesh
1970b14.Name = "Mesh"
1971b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1972p15 = Instance.new("Part", m3)
1973p15.BrickColor = BrickColor.new("Really black")
1974p15.Material = Enum.Material.Metal
1975p15.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)
1976p15.CanCollide = false
1977p15.Locked = true
1978p15.FormFactor = Enum.FormFactor.Custom
1979p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1980b15 = Instance.new("SpecialMesh", p15)
1981b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
1982b15.TextureId = ""
1983b15.MeshType = Enum.MeshType.FileMesh
1984b15.Name = "Mesh"
1985b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1986p16 = Instance.new("Part", m3)
1987p16.BrickColor = BrickColor.new("Really black")
1988p16.Material = Enum.Material.Metal
1989p16.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)
1990p16.CanCollide = false
1991p16.Locked = true
1992p16.FormFactor = Enum.FormFactor.Custom
1993p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1994b16 = Instance.new("SpecialMesh", p16)
1995b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
1996b16.TextureId = ""
1997b16.MeshType = Enum.MeshType.FileMesh
1998b16.Name = "Mesh"
1999b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2000p17 = Instance.new("Part", m3)
2001p17.BrickColor = BrickColor.new("Really black")
2002p17.Material = Enum.Material.Metal
2003p17.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)
2004p17.CanCollide = false
2005p17.Locked = true
2006p17.FormFactor = Enum.FormFactor.Custom
2007p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2008b17 = Instance.new("SpecialMesh", p17)
2009b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2010b17.TextureId = ""
2011b17.MeshType = Enum.MeshType.FileMesh
2012b17.Name = "Mesh"
2013b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2014p18 = Instance.new("Part", m3)
2015p18.BrickColor = BrickColor.new("Really black")
2016p18.Material = Enum.Material.Metal
2017p18.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)
2018p18.CanCollide = false
2019p18.Locked = true
2020p18.FormFactor = Enum.FormFactor.Custom
2021p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2022b18 = Instance.new("SpecialMesh", p18)
2023b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2024b18.TextureId = ""
2025b18.MeshType = Enum.MeshType.FileMesh
2026b18.Name = "Mesh"
2027b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2028p19 = Instance.new("Part", m3)
2029p19.BrickColor = BrickColor.new("Really black")
2030p19.Material = Enum.Material.Metal
2031p19.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)
2032p19.CanCollide = false
2033p19.Locked = true
2034p19.FormFactor = Enum.FormFactor.Custom
2035p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2036b19 = Instance.new("SpecialMesh", p19)
2037b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2038b19.TextureId = ""
2039b19.MeshType = Enum.MeshType.FileMesh
2040b19.Name = "Mesh"
2041b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2042p20 = Instance.new("Part", m3)
2043p20.BrickColor = BrickColor.new("Really black")
2044p20.Material = Enum.Material.Metal
2045p20.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)
2046p20.CanCollide = false
2047p20.Locked = true
2048p20.FormFactor = Enum.FormFactor.Custom
2049p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2050b20 = Instance.new("SpecialMesh", p20)
2051b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2052b20.TextureId = ""
2053b20.MeshType = Enum.MeshType.FileMesh
2054b20.Name = "Mesh"
2055b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2056p21 = Instance.new("Part", m3)
2057p21.BrickColor = BrickColor.new("Really black")
2058p21.Material = Enum.Material.Metal
2059p21.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)
2060p21.CanCollide = false
2061p21.Locked = true
2062p21.FormFactor = Enum.FormFactor.Custom
2063p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2064b21 = Instance.new("SpecialMesh", p21)
2065b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2066b21.TextureId = ""
2067b21.MeshType = Enum.MeshType.FileMesh
2068b21.Name = "Mesh"
2069b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2070p22 = Instance.new("Part", m3)
2071p22.BrickColor = BrickColor.new("Really black")
2072p22.Material = Enum.Material.Metal
2073p22.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)
2074p22.CanCollide = false
2075p22.Locked = true
2076p22.FormFactor = Enum.FormFactor.Custom
2077p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2078b22 = Instance.new("SpecialMesh", p22)
2079b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2080b22.TextureId = ""
2081b22.MeshType = Enum.MeshType.FileMesh
2082b22.Name = "Mesh"
2083b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2084p23 = Instance.new("Part", m3)
2085p23.BrickColor = BrickColor.new("Really black")
2086p23.Material = Enum.Material.Metal
2087p23.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)
2088p23.CanCollide = false
2089p23.Locked = true
2090p23.FormFactor = Enum.FormFactor.Custom
2091p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2092b23 = Instance.new("SpecialMesh", p23)
2093b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2094b23.TextureId = ""
2095b23.MeshType = Enum.MeshType.FileMesh
2096b23.Name = "Mesh"
2097b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2098p24 = Instance.new("Part", m3)
2099p24.BrickColor = BrickColor.new("Really black")
2100p24.Material = Enum.Material.Metal
2101p24.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)
2102p24.CanCollide = false
2103p24.Locked = true
2104p24.FormFactor = Enum.FormFactor.Custom
2105p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2106b24 = Instance.new("SpecialMesh", p24)
2107b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2108b24.TextureId = ""
2109b24.MeshType = Enum.MeshType.FileMesh
2110b24.Name = "Mesh"
2111b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2112p25 = Instance.new("Part", m3)
2113p25.BrickColor = BrickColor.new("Really black")
2114p25.Material = Enum.Material.Metal
2115p25.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)
2116p25.CanCollide = false
2117p25.Locked = true
2118p25.FormFactor = Enum.FormFactor.Custom
2119p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2120b25 = Instance.new("SpecialMesh", p25)
2121b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2122b25.TextureId = ""
2123b25.MeshType = Enum.MeshType.FileMesh
2124b25.Name = "Mesh"
2125b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2126p26 = Instance.new("Part", m3)
2127p26.BrickColor = BrickColor.new("Really black")
2128p26.Material = Enum.Material.Metal
2129p26.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)
2130p26.CanCollide = false
2131p26.Locked = true
2132p26.FormFactor = Enum.FormFactor.Custom
2133p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2134b26 = Instance.new("SpecialMesh", p26)
2135b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2136b26.TextureId = ""
2137b26.MeshType = Enum.MeshType.FileMesh
2138b26.Name = "Mesh"
2139b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2140p27 = Instance.new("Part", m3)
2141p27.BrickColor = BrickColor.new("Really black")
2142p27.Material = Enum.Material.Metal
2143p27.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)
2144p27.CanCollide = false
2145p27.Locked = true
2146p27.FormFactor = Enum.FormFactor.Custom
2147p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2148b27 = Instance.new("SpecialMesh", p27)
2149b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2150b27.TextureId = ""
2151b27.MeshType = Enum.MeshType.FileMesh
2152b27.Name = "Mesh"
2153b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2154p28 = Instance.new("Part", m3)
2155p28.BrickColor = BrickColor.new("Really black")
2156p28.Material = Enum.Material.Metal
2157p28.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)
2158p28.CanCollide = false
2159p28.Locked = true
2160p28.FormFactor = Enum.FormFactor.Custom
2161p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2162b28 = Instance.new("SpecialMesh", p28)
2163b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2164b28.TextureId = ""
2165b28.MeshType = Enum.MeshType.FileMesh
2166b28.Name = "Mesh"
2167b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2168p29 = Instance.new("Part", m3)
2169p29.BrickColor = BrickColor.new("Really black")
2170p29.Material = Enum.Material.Metal
2171p29.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)
2172p29.CanCollide = false
2173p29.Locked = true
2174p29.FormFactor = Enum.FormFactor.Custom
2175p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2176b29 = Instance.new("SpecialMesh", p29)
2177b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2178b29.TextureId = ""
2179b29.MeshType = Enum.MeshType.FileMesh
2180b29.Name = "Mesh"
2181b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2182p30 = Instance.new("Part", m3)
2183p30.BrickColor = BrickColor.new("Really black")
2184p30.Material = Enum.Material.Metal
2185p30.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)
2186p30.CanCollide = false
2187p30.Locked = true
2188p30.FormFactor = Enum.FormFactor.Custom
2189p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2190b30 = Instance.new("SpecialMesh", p30)
2191b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2192b30.TextureId = ""
2193b30.MeshType = Enum.MeshType.FileMesh
2194b30.Name = "Mesh"
2195b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2196p31 = Instance.new("Part", m3)
2197p31.BrickColor = BrickColor.new("Really black")
2198p31.Material = Enum.Material.Metal
2199p31.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)
2200p31.CanCollide = false
2201p31.Locked = true
2202p31.FormFactor = Enum.FormFactor.Custom
2203p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2204b31 = Instance.new("SpecialMesh", p31)
2205b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2206b31.TextureId = ""
2207b31.MeshType = Enum.MeshType.FileMesh
2208b31.Name = "Mesh"
2209b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2210p32 = Instance.new("Part", m3)
2211p32.BrickColor = BrickColor.new("Really black")
2212p32.Material = Enum.Material.Metal
2213p32.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)
2214p32.CanCollide = false
2215p32.Locked = true
2216p32.FormFactor = Enum.FormFactor.Custom
2217p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2218b32 = Instance.new("SpecialMesh", p32)
2219b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2220b32.TextureId = ""
2221b32.MeshType = Enum.MeshType.FileMesh
2222b32.Name = "Mesh"
2223b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2224p33 = Instance.new("Part", m3)
2225p33.BrickColor = BrickColor.new("Really black")
2226p33.Material = Enum.Material.Metal
2227p33.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)
2228p33.CanCollide = false
2229p33.Locked = true
2230p33.FormFactor = Enum.FormFactor.Custom
2231p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2232b33 = Instance.new("SpecialMesh", p33)
2233b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2234b33.TextureId = ""
2235b33.MeshType = Enum.MeshType.FileMesh
2236b33.Name = "Mesh"
2237b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2238p34 = Instance.new("Part", m3)
2239p34.BrickColor = BrickColor.new("Really black")
2240p34.Material = Enum.Material.Metal
2241p34.Name = "Connection"
2242p34.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)
2243p34.CanCollide = false
2244p34.Locked = true
2245p34.FormFactor = Enum.FormFactor.Custom
2246p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2247b34 = Instance.new("SpecialMesh", p34)
2248b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2249b34.TextureId = ""
2250b34.MeshType = Enum.MeshType.FileMesh
2251b34.Name = "Mesh"
2252b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2253p35 = Instance.new("Part", m3)
2254p35.BrickColor = BrickColor.new("Really black")
2255p35.Material = Enum.Material.Metal
2256p35.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)
2257p35.CanCollide = false
2258p35.Locked = true
2259p35.FormFactor = Enum.FormFactor.Custom
2260p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2261b35 = Instance.new("SpecialMesh", p35)
2262b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2263b35.TextureId = ""
2264b35.MeshType = Enum.MeshType.FileMesh
2265b35.Name = "Mesh"
2266b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2267p36 = Instance.new("Part", m3)
2268p36.BrickColor = BrickColor.new("Really black")
2269p36.Material = Enum.Material.Metal
2270p36.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)
2271p36.CanCollide = false
2272p36.Locked = true
2273p36.FormFactor = Enum.FormFactor.Custom
2274p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2275b36 = Instance.new("SpecialMesh", p36)
2276b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2277b36.TextureId = ""
2278b36.MeshType = Enum.MeshType.FileMesh
2279b36.Name = "Mesh"
2280b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2281w1 = Instance.new("Weld", p2)
2282w1.Name = "Joint"
2283w1.Part0 = p2
2284w1.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)
2285w1.Part1 = p18
2286w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2287w2 = Instance.new("Weld", p3)
2288w2.Name = "Joint"
2289w2.Part0 = p3
2290w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2291w2.Part1 = p1
2292w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2293w3 = Instance.new("Weld", p4)
2294w3.Name = "Joint"
2295w3.Part0 = p4
2296w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2297w3.Part1 = p1
2298w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2299w4 = Instance.new("Weld", p5)
2300w4.Name = "Joint"
2301w4.Part0 = p5
2302w4.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)
2303w4.Part1 = p7
2304w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2305w5 = Instance.new("Weld", p6)
2306w5.Name = "Joint"
2307w5.Part0 = p6
2308w5.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)
2309w5.Part1 = p7
2310w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2311w6 = Instance.new("Weld", p7)
2312w6.Name = "Joint"
2313w6.Part0 = p7
2314w6.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)
2315w6.Part1 = p1
2316w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2317w7 = Instance.new("Weld", p8)
2318w7.Name = "Joint"
2319w7.Part0 = p8
2320w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2321w7.Part1 = p1
2322w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2323w8 = Instance.new("Weld", p9)
2324w8.Name = "Joint"
2325w8.Part0 = p9
2326w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2327w8.Part1 = p1
2328w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2329w9 = Instance.new("Weld", p10)
2330w9.Name = "Joint"
2331w9.Part0 = p10
2332w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2333w9.Part1 = p1
2334w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2335w10 = Instance.new("Weld", p11)
2336w10.Name = "Joint"
2337w10.Part0 = p11
2338w10.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)
2339w10.Part1 = p19
2340w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2341w11 = Instance.new("Weld", p12)
2342w11.Name = "Joint"
2343w11.Part0 = p12
2344w11.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)
2345w11.Part1 = p1
2346w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2347w12 = Instance.new("Weld", p13)
2348w12.Name = "Joint"
2349w12.Part0 = p13
2350w12.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)
2351w12.Part1 = p35
2352w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2353w13 = Instance.new("Weld", p14)
2354w13.Name = "Joint"
2355w13.Part0 = p14
2356w13.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)
2357w13.Part1 = p34
2358w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2359w14 = Instance.new("Weld", p15)
2360w14.Name = "Joint"
2361w14.Part0 = p15
2362w14.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)
2363w14.Part1 = p16
2364w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2365w15 = Instance.new("Weld", p16)
2366w15.Name = "Joint"
2367w15.Part0 = p16
2368w15.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)
2369w15.Part1 = p20
2370w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2371w16 = Instance.new("Weld", p17)
2372w16.Name = "Joint"
2373w16.Part0 = p17
2374w16.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)
2375w16.Part1 = p14
2376w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2377w17 = Instance.new("Weld", p18)
2378w17.Name = "Joint"
2379w17.Part0 = p18
2380w17.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)
2381w17.Part1 = p17
2382w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2383w18 = Instance.new("Weld", p19)
2384w18.Name = "Joint"
2385w18.Part0 = p19
2386w18.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)
2387w18.Part1 = p21
2388w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2389w19 = Instance.new("Weld", p20)
2390w19.Name = "Joint"
2391w19.Part0 = p20
2392w19.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)
2393w19.Part1 = p11
2394w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2395w20 = Instance.new("Weld", p21)
2396w20.Name = "Joint"
2397w20.Part0 = p21
2398w20.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)
2399w20.Part1 = p22
2400w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2401w21 = Instance.new("Weld", p22)
2402w21.Name = "Joint"
2403w21.Part0 = p22
2404w21.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)
2405w21.Part1 = p23
2406w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2407w22 = Instance.new("Weld", p23)
2408w22.Name = "Joint"
2409w22.Part0 = p23
2410w22.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)
2411w22.Part1 = p24
2412w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2413w23 = Instance.new("Weld", p24)
2414w23.Name = "Joint"
2415w23.Part0 = p24
2416w23.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)
2417w23.Part1 = p25
2418w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2419w24 = Instance.new("Weld", p25)
2420w24.Name = "Joint"
2421w24.Part0 = p25
2422w24.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)
2423w24.Part1 = p26
2424w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2425w25 = Instance.new("Weld", p26)
2426w25.Name = "Joint"
2427w25.Part0 = p26
2428w25.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)
2429w25.Part1 = p27
2430w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2431w26 = Instance.new("Weld", p27)
2432w26.Name = "Joint"
2433w26.Part0 = p27
2434w26.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)
2435w26.Part1 = p28
2436w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2437w27 = Instance.new("Weld", p28)
2438w27.Name = "Joint"
2439w27.Part0 = p28
2440w27.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)
2441w27.Part1 = p29
2442w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2443w28 = Instance.new("Weld", p29)
2444w28.Name = "Joint"
2445w28.Part0 = p29
2446w28.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)
2447w28.Part1 = p30
2448w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2449w29 = Instance.new("Weld", p30)
2450w29.Name = "Joint"
2451w29.Part0 = p30
2452w29.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)
2453w29.Part1 = p31
2454w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2455w30 = Instance.new("Weld", p31)
2456w30.Name = "Joint"
2457w30.Part0 = p31
2458w30.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)
2459w30.Part1 = p32
2460w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2461w31 = Instance.new("Weld", p32)
2462w31.Name = "Joint"
2463w31.Part0 = p32
2464w31.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)
2465w31.Part1 = p33
2466w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2467w32 = Instance.new("Weld", p33)
2468w32.Name = "Joint"
2469w32.Part0 = p33
2470w32.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)
2471w32.Part1 = p13
2472w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2473w33 = Instance.new("Weld", p34)
2474w33.Name = "Joint"
2475w33.Part0 = p34
2476w33.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)
2477w33.Part1 = p12
2478w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2479w34 = Instance.new("Weld", p35)
2480w34.Name = "Joint"
2481w34.Part0 = p35
2482w34.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)
2483w34.Part1 = p36
2484w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2485w35 = Instance.new("Weld", p36)
2486w35.Name = "Joint"
2487w35.Part0 = p36
2488w35.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)
2489w35.Part1 = p2
2490w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2491m3.Parent = torso
2492m3:MakeJoints()
2493----------------------------------------------------
2494local cor3 = Instance.new("Part", torso.Torso)
2495cor3.Name = "Thingy"
2496cor3.Locked = true
2497cor3.BottomSurface = 0
2498cor3.CanCollide = false
2499cor3.Size = Vector3.new(1, 1, 1)
2500cor3.Transparency = 1
2501cor3.TopSurface = 0
2502corw3 = Instance.new("Weld", cor3)
2503corw3.Part0 = torso
2504corw3.Part1 = cor3
2505corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2506corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2507weld3 = Instance.new("Weld", torso.Torso)
2508weld3.Part0 = cor3
2509weld3.Part1 = torso.Torso.TorsoPlate
2510weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2511--Left Leg
2512m4 = Instance.new("Model")
2513m4.Name = "LeftLeg"
2514p1 = Instance.new("Part", m4)
2515p1.BrickColor = BrickColor.new("Really black")
2516p1.Material = Enum.Material.Metal
2517p1.Name = "LeftLegPlate"
2518p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2519p1.Anchored = false
2520p1.CanCollide = false
2521p1.FormFactor = Enum.FormFactor.Custom
2522p1.Size = Vector3.new(1, 2, 1)
2523p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2524p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2525p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2526p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2527p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2528p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2529b1 = Instance.new("SpecialMesh", p1)
2530b1.MeshType = Enum.MeshType.Brick
2531b1.Name = "Mesh"
2532b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2533p2 = Instance.new("Part", m4)
2534p2.BrickColor = BrickColor.new("Really black")
2535p2.Material = Enum.Material.Metal
2536p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2537p2.Anchored = false
2538p2.CanCollide = false
2539p2.FormFactor = Enum.FormFactor.Custom
2540p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2541p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2542p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2543p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2544p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2545p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2546p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2547b2 = Instance.new("SpecialMesh", p2)
2548b2.MeshType = Enum.MeshType.Brick
2549b2.Name = "Mesh"
2550b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2551p3 = Instance.new("Part", m4)
2552p3.BrickColor = BrickColor.new("Really black")
2553p3.Material = Enum.Material.Metal
2554p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2555p3.Anchored = false
2556p3.CanCollide = false
2557p3.FormFactor = Enum.FormFactor.Custom
2558p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2559p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2560p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2561p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2562p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2563p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2564p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2565b3 = Instance.new("SpecialMesh", p3)
2566b3.MeshType = Enum.MeshType.Brick
2567b3.Name = "Mesh"
2568b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2569p4 = Instance.new("Part", m4)
2570p4.BrickColor = BrickColor.new("Black")
2571p4.Material = Enum.Material.Metal
2572p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2573p4.Anchored = false
2574p4.CanCollide = false
2575p4.FormFactor = Enum.FormFactor.Custom
2576p4.Size = Vector3.new(1, 2, 0.200000018)
2577p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2578p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2579p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2580p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2581p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2582p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2583b4 = Instance.new("SpecialMesh", p4)
2584b4.MeshType = Enum.MeshType.Brick
2585b4.Name = "Mesh"
2586b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2587p5 = Instance.new("Part", m4)
2588p5.BrickColor = BrickColor.new("Black")
2589p5.Material = Enum.Material.Metal
2590p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2591p5.Anchored = false
2592p5.CanCollide = false
2593p5.FormFactor = Enum.FormFactor.Custom
2594p5.Size = Vector3.new(1, 2, 0.200000018)
2595p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2596p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2597p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2598p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2599p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2600p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2601b5 = Instance.new("SpecialMesh", p5)
2602b5.MeshType = Enum.MeshType.Brick
2603b5.Name = "Mesh"
2604b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2605p6 = Instance.new("Part", m4)
2606p6.BrickColor = BrickColor.new("Black")
2607p6.Material = Enum.Material.Metal
2608p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2609p6.Anchored = false
2610p6.CanCollide = false
2611p6.FormFactor = Enum.FormFactor.Custom
2612p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2613p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2614p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2615p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2616p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2617p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2618p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2619b6 = Instance.new("SpecialMesh", p6)
2620b6.MeshType = Enum.MeshType.Brick
2621b6.Name = "Mesh"
2622b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2623p7 = Instance.new("Part", m4)
2624p7.BrickColor = BrickColor.new("Black")
2625p7.Material = Enum.Material.Metal
2626p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2627p7.Anchored = false
2628p7.CanCollide = false
2629p7.FormFactor = Enum.FormFactor.Custom
2630p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2631p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2632p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2633p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2634p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2635p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2636p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2637b7 = Instance.new("SpecialMesh", p7)
2638b7.MeshType = Enum.MeshType.Brick
2639b7.Name = "Mesh"
2640b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2641w1 = Instance.new("Weld", p2)
2642w1.Name = "Joint"
2643w1.Part0 = p2
2644w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2645w1.Part1 = p3
2646w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2647w2 = Instance.new("Weld", p3)
2648w2.Name = "Joint"
2649w2.Part0 = p3
2650w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2651w2.Part1 = p5
2652w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2653w3 = Instance.new("Weld", p4)
2654w3.Name = "Joint"
2655w3.Part0 = p4
2656w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2657w3.Part1 = p1
2658w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2659w4 = Instance.new("Weld", p5)
2660w4.Name = "Joint"
2661w4.Part0 = p5
2662w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2663w4.Part1 = p1
2664w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2665w5 = Instance.new("Weld", p6)
2666w5.Name = "Joint"
2667w5.Part0 = p6
2668w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2669w5.Part1 = p1
2670w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2671w6 = Instance.new("Weld", p7)
2672w6.Name = "Joint"
2673w6.Part0 = p7
2674w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2675w6.Part1 = p1
2676w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2677m4.Parent = lleg
2678m4:MakeJoints()
2679----------------------------------------------------
2680local cor4 = Instance.new("Part", lleg.LeftLeg)
2681cor4.Name = "Thingy"
2682cor4.Locked = true
2683cor4.BottomSurface = 0
2684cor4.CanCollide = false
2685cor4.Size = Vector3.new(1, 1, 1)
2686cor4.Transparency = 1
2687cor4.TopSurface = 0
2688corw4 = Instance.new("Weld", cor4)
2689corw4.Part0 = lleg
2690corw4.Part1 = cor4
2691corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2692corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2693weld4 = Instance.new("Weld", lleg.LeftLeg)
2694weld4.Part0 = cor4
2695weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2696weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2697--Right Leg
2698m5 = Instance.new("Model")
2699m5.Name = "RightLeg"
2700p1 = Instance.new("Part", m5)
2701p1.BrickColor = BrickColor.new("Really black")
2702p1.Material = Enum.Material.Metal
2703p1.Name = "RightLegPlate"
2704p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2705p1.Anchored = false
2706p1.CanCollide = false
2707p1.CanCollide = false
2708p1.FormFactor = Enum.FormFactor.Custom
2709p1.Size = Vector3.new(1, 2, 1)
2710p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2711p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2712p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2713p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2714p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2715p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2716b1 = Instance.new("SpecialMesh", p1)
2717b1.MeshType = Enum.MeshType.Brick
2718b1.Name = "Mesh"
2719b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2720p2 = Instance.new("Part", m5)
2721p2.BrickColor = BrickColor.new("Really black")
2722p2.Material = Enum.Material.Metal
2723p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2724p2.Anchored = false
2725p2.CanCollide = false
2726p2.FormFactor = Enum.FormFactor.Custom
2727p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2728p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2729p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2730p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2731p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2732p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2733p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2734b2 = Instance.new("SpecialMesh", p2)
2735b2.MeshType = Enum.MeshType.Brick
2736b2.Name = "Mesh"
2737b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2738p3 = Instance.new("Part", m5)
2739p3.BrickColor = BrickColor.new("Really black")
2740p3.Material = Enum.Material.Metal
2741p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2742p3.Anchored = false
2743p3.CanCollide = false
2744p3.FormFactor = Enum.FormFactor.Custom
2745p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2746p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2747p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2748p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2749p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2750p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2751p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2752b3 = Instance.new("SpecialMesh", p3)
2753b3.MeshType = Enum.MeshType.Brick
2754b3.Name = "Mesh"
2755b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2756p4 = Instance.new("Part", m5)
2757p4.BrickColor = BrickColor.new("Black")
2758p4.Material = Enum.Material.Metal
2759p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2760p4.Anchored = false
2761p4.CanCollide = false
2762p4.FormFactor = Enum.FormFactor.Custom
2763p4.Size = Vector3.new(1, 2, 0.200000018)
2764p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2765p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2766p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2767p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2768p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2769p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2770b4 = Instance.new("SpecialMesh", p4)
2771b4.MeshType = Enum.MeshType.Brick
2772b4.Name = "Mesh"
2773b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2774p5 = Instance.new("Part", m5)
2775p5.BrickColor = BrickColor.new("Black")
2776p5.Material = Enum.Material.Metal
2777p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2778p5.Anchored = false
2779p5.CanCollide = false
2780p5.FormFactor = Enum.FormFactor.Custom
2781p5.Size = Vector3.new(1, 2, 0.200000018)
2782p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2783p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2784p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2785p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2786p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2787p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2788b5 = Instance.new("SpecialMesh", p5)
2789b5.MeshType = Enum.MeshType.Brick
2790b5.Name = "Mesh"
2791b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2792p6 = Instance.new("Part", m5)
2793p6.BrickColor = BrickColor.new("Black")
2794p6.Material = Enum.Material.Metal
2795p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2796p6.Anchored = false
2797p6.CanCollide = false
2798p6.FormFactor = Enum.FormFactor.Custom
2799p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2800p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2801p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2802p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2803p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2804p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2805p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2806b6 = Instance.new("SpecialMesh", p6)
2807b6.MeshType = Enum.MeshType.Brick
2808b6.Name = "Mesh"
2809b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2810p7 = Instance.new("Part", m5)
2811p7.BrickColor = BrickColor.new("Black")
2812p7.Material = Enum.Material.Metal
2813p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2814p7.Anchored = false
2815p7.CanCollide = false
2816p7.FormFactor = Enum.FormFactor.Custom
2817p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2818p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2819p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2820p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2821p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2822p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2823p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2824b7 = Instance.new("SpecialMesh", p7)
2825b7.MeshType = Enum.MeshType.Brick
2826b7.Name = "Mesh"
2827b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2828w1 = Instance.new("Weld", p2)
2829w1.Name = "Joint"
2830w1.Part0 = p2
2831w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2832w1.Part1 = p3
2833w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2834w2 = Instance.new("Weld", p3)
2835w2.Name = "Joint"
2836w2.Part0 = p3
2837w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2838w2.Part1 = p5
2839w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2840w3 = Instance.new("Weld", p4)
2841w3.Name = "Joint"
2842w3.Part0 = p4
2843w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2844w3.Part1 = p1
2845w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2846w4 = Instance.new("Weld", p5)
2847w4.Name = "Joint"
2848w4.Part0 = p5
2849w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2850w4.Part1 = p1
2851w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2852w5 = Instance.new("Weld", p6)
2853w5.Name = "Joint"
2854w5.Part0 = p6
2855w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2856w5.Part1 = p1
2857w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2858w6 = Instance.new("Weld", p7)
2859w6.Name = "Joint"
2860w6.Part0 = p7
2861w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2862w6.Part1 = p1
2863w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2864m5.Parent = rleg
2865m5:MakeJoints()
2866----------------------------------------------------
2867local cor5 = Instance.new("Part", rleg.RightLeg)
2868cor5.Name = "Thingy"
2869cor5.Locked = true
2870cor5.BottomSurface = 0
2871cor5.CanCollide = false
2872cor5.Size = Vector3.new(1, 1, 1)
2873cor5.Transparency = 1
2874cor5.TopSurface = 0
2875corw5 = Instance.new("Weld", cor5)
2876corw5.Part0 = rleg
2877corw5.Part1 = cor5
2878corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2879corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2880wld5 = Instance.new("Weld", rleg.RightLeg)
2881wld5.Part0 = cor5
2882wld5.Part1 = rleg.RightLeg.RightLegPlate
2883wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2884--Cape
2885m6 = Instance.new("Model")
2886m6.Name = "Cloak"
2887p1 = Instance.new("WedgePart", m6)
2888p1.BrickColor = BrickColor.new("Crimson")
2889p1.Material = Enum.Material.SmoothPlastic
2890p1.Name = "Wedge"
2891p1.Transparency = 1
2892p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2893p1.CanCollide = false
2894p1.Locked = true
2895p1.FormFactor = Enum.FormFactor.Custom
2896p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2897p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2898p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2899p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2900p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2901p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2902p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2903b1 = Instance.new("SpecialMesh", p1)
2904b1.MeshType = Enum.MeshType.Wedge
2905b1.Name = "Mesh"
2906b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2907p2 = Instance.new("WedgePart", m6)
2908p2.BrickColor = BrickColor.new("Black")
2909p2.Material = Enum.Material.SmoothPlastic
2910p2.Name = "Wedge"
2911p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2912p2.CanCollide = false
2913p2.Locked = true
2914p2.FormFactor = Enum.FormFactor.Custom
2915p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2916p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2917p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2918p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2919p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2920p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2921p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2922b2 = Instance.new("SpecialMesh", p2)
2923b2.MeshType = Enum.MeshType.Wedge
2924b2.Name = "Mesh"
2925b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2926p3 = Instance.new("Part", m6)
2927p3.BrickColor = BrickColor.new("Black")
2928p3.Material = Enum.Material.SmoothPlastic
2929p3.Name = "CapeLevel2"
2930p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2931p3.CanCollide = false
2932p3.Locked = true
2933p3.FormFactor = Enum.FormFactor.Custom
2934p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2935p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2936p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2937p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2938p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2939p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2940p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2941b3 = Instance.new("BlockMesh", p3)
2942b3.Name = "Mesh"
2943b3.Scale = Vector3.new(1, 1, 0.602178097)
2944p4 = Instance.new("Part", m6)
2945p4.BrickColor = BrickColor.new("Black")
2946p4.Material = Enum.Material.SmoothPlastic
2947p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2948p4.CanCollide = false
2949p4.Locked = true
2950p4.FormFactor = Enum.FormFactor.Custom
2951p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2952p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2953p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2954p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2955p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2956p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2957p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2958b4 = Instance.new("BlockMesh", p4)
2959b4.Name = "Mesh"
2960b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2961p5 = Instance.new("Part", m6)
2962p5.BrickColor = BrickColor.new("Black")
2963p5.Material = Enum.Material.SmoothPlastic
2964p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2965p5.CanCollide = false
2966p5.Locked = true
2967p5.FormFactor = Enum.FormFactor.Custom
2968p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2969p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2970p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2971p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2972p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2973p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2974p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2975b5 = Instance.new("BlockMesh", p5)
2976b5.Name = "Mesh"
2977b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2978p6 = Instance.new("Part", m6)
2979p6.BrickColor = BrickColor.new("Black")
2980p6.Material = Enum.Material.SmoothPlastic
2981p6.Name = "CapeLevel1"
2982p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2983p6.CanCollide = false
2984p6.Locked = true
2985p6.FormFactor = Enum.FormFactor.Custom
2986p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
2987p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2988p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2989p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2990p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2991p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2992p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2993b6 = Instance.new("BlockMesh", p6)
2994b6.Name = "Mesh"
2995b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
2996p7 = Instance.new("Part", m6)
2997p7.BrickColor = BrickColor.new("Black")
2998p7.Material = Enum.Material.SmoothPlastic
2999p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3000p7.CanCollide = false
3001p7.Locked = true
3002p7.FormFactor = Enum.FormFactor.Custom
3003p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3004p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3005p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3006p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3007p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3008p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3009p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3010b7 = Instance.new("BlockMesh", p7)
3011b7.Name = "Mesh"
3012b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3013p8 = Instance.new("Part", m6)
3014p8.BrickColor = BrickColor.new("Black")
3015p8.Material = Enum.Material.SmoothPlastic
3016p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3017p8.CanCollide = false
3018p8.Locked = true
3019p8.FormFactor = Enum.FormFactor.Custom
3020p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3021p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3022p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3023p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3024p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3025p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3026p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3027b8 = Instance.new("BlockMesh", p8)
3028b8.Name = "Mesh"
3029b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3030p9 = Instance.new("Part", m6)
3031p9.BrickColor = BrickColor.new("Black")
3032p9.Material = Enum.Material.SmoothPlastic
3033p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3034p9.CanCollide = false
3035p9.Locked = true
3036p9.FormFactor = Enum.FormFactor.Custom
3037p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3038p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3039p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3040p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3041p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3042p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3043p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3044b9 = Instance.new("BlockMesh", p9)
3045b9.Name = "Mesh"
3046b9.Scale = Vector3.new(1, 1, 0.602178097)
3047p10 = Instance.new("Part", m6)
3048p10.BrickColor = BrickColor.new("Black")
3049p10.Material = Enum.Material.SmoothPlastic
3050p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3051p10.CanCollide = false
3052p10.Locked = true
3053p10.FormFactor = Enum.FormFactor.Custom
3054p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3055p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3056p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3057p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3058p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3059p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3060p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3061b10 = Instance.new("BlockMesh", p10)
3062b10.Name = "Mesh"
3063b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3064p11 = Instance.new("Part", m6)
3065p11.BrickColor = BrickColor.new("Black")
3066p11.Material = Enum.Material.SmoothPlastic
3067p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3068p11.CanCollide = false
3069p11.Locked = true
3070p11.FormFactor = Enum.FormFactor.Custom
3071p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3072p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3073p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3074p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3075p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3076p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3077p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3078b11 = Instance.new("BlockMesh", p11)
3079b11.Name = "Mesh"
3080b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3081p12 = Instance.new("Part", m6)
3082p12.BrickColor = BrickColor.new("Black")
3083p12.Material = Enum.Material.SmoothPlastic
3084p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3085p12.CanCollide = false
3086p12.Locked = true
3087p12.FormFactor = Enum.FormFactor.Custom
3088p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3089p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3090p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3091p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3092p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3093p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3094p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3095b12 = Instance.new("BlockMesh", p12)
3096b12.Name = "Mesh"
3097b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3098p13 = Instance.new("Part", m6)
3099p13.BrickColor = BrickColor.new("Black")
3100p13.Material = Enum.Material.SmoothPlastic
3101p13.Name = "BottomLeftFlap"
3102p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3103p13.CanCollide = false
3104p13.Locked = true
3105p13.FormFactor = Enum.FormFactor.Custom
3106p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3107p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3108p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3109p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3110p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3111p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3112p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3113b13 = Instance.new("BlockMesh", p13)
3114b13.Name = "Mesh"
3115b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3116p14 = Instance.new("Part", m6)
3117p14.BrickColor = BrickColor.new("Black")
3118p14.Material = Enum.Material.SmoothPlastic
3119p14.Transparency = 1
3120p14.Name = "Rotater"
3121p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3122p14.CanCollide = false
3123p14.Locked = true
3124p14.FormFactor = Enum.FormFactor.Custom
3125p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3126p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3127p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3128p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3129p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3130p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3131p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3132b14 = Instance.new("BlockMesh", p14)
3133b14.Name = "Mesh"
3134b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3135p15 = Instance.new("Part", m6)
3136p15.BrickColor = BrickColor.new("Black")
3137p15.Material = Enum.Material.SmoothPlastic
3138p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3139p15.CanCollide = false
3140p15.Locked = true
3141p15.FormFactor = Enum.FormFactor.Custom
3142p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3143p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3144p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3145p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3146p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3147p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3148p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3149b15 = Instance.new("BlockMesh", p15)
3150b15.Name = "Mesh"
3151b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3152p16 = Instance.new("Part", m6)
3153p16.BrickColor = BrickColor.new("Black")
3154p16.Material = Enum.Material.SmoothPlastic
3155p16.Name = "BottomCenterFlap"
3156p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3157p16.CanCollide = false
3158p16.Locked = true
3159p16.FormFactor = Enum.FormFactor.Custom
3160p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3161p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3162p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3163p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3164p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3165p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3166p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3167b16 = Instance.new("BlockMesh", p16)
3168b16.Name = "Mesh"
3169b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3170p17 = Instance.new("Part", m6)
3171p17.BrickColor = BrickColor.new("Black")
3172p17.Material = Enum.Material.SmoothPlastic
3173p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3174p17.CanCollide = false
3175p17.Locked = true
3176p17.FormFactor = Enum.FormFactor.Custom
3177p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3178p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3179p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3180p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3181p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3182p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3183p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3184b17 = Instance.new("BlockMesh", p17)
3185b17.Name = "Mesh"
3186b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3187p18 = Instance.new("Part", m6)
3188p18.BrickColor = BrickColor.new("Black")
3189p18.Material = Enum.Material.SmoothPlastic
3190p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3191p18.CanCollide = false
3192p18.Locked = true
3193p18.FormFactor = Enum.FormFactor.Custom
3194p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3195p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3196p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3197p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3198p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3199p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3200p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3201b18 = Instance.new("BlockMesh", p18)
3202b18.Name = "Mesh"
3203b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3204p19 = Instance.new("WedgePart", m6)
3205p19.BrickColor = BrickColor.new("Crimson")
3206p19.Name = "Wedge"
3207p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3208p19.CanCollide = false
3209p19.Locked = true
3210p19.FormFactor = Enum.FormFactor.Custom
3211p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3212p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3213p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3214p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3215p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3216p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3217p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3218b19 = Instance.new("SpecialMesh", p19)
3219b19.MeshType = Enum.MeshType.Wedge
3220b19.Name = "Mesh"
3221b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3222p20 = Instance.new("Part", m6)
3223p20.BrickColor = BrickColor.new("Black")
3224p20.Material = Enum.Material.SmoothPlastic
3225p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3226p20.CanCollide = false
3227p20.Locked = true
3228p20.FormFactor = Enum.FormFactor.Custom
3229p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3230p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3231p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3232p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3233p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3234p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3235p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3236b20 = Instance.new("BlockMesh", p20)
3237b20.Name = "Mesh"
3238b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3239p21 = Instance.new("Part", m6)
3240p21.BrickColor = BrickColor.new("Black")
3241p21.Material = Enum.Material.SmoothPlastic
3242p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3243p21.CanCollide = false
3244p21.Locked = true
3245p21.FormFactor = Enum.FormFactor.Custom
3246p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3247p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3248p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3249p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3250p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3251p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3252p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3253b21 = Instance.new("BlockMesh", p21)
3254b21.Name = "Mesh"
3255b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3256p22 = Instance.new("WedgePart", m6)
3257p22.BrickColor = BrickColor.new("Crimson")
3258p22.Name = "Wedge"
3259p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3260p22.CanCollide = false
3261p22.Locked = true
3262p22.FormFactor = Enum.FormFactor.Custom
3263p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3264p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3265p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3266p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3267p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3268p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3269p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3270b22 = Instance.new("SpecialMesh", p22)
3271b22.MeshType = Enum.MeshType.Wedge
3272b22.Name = "Mesh"
3273b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3274p23 = Instance.new("WedgePart", m6)
3275p23.BrickColor = BrickColor.new("Crimson")
3276p23.Material = Enum.Material.SmoothPlastic
3277p23.Name = "Wedge"
3278p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3279p23.CanCollide = false
3280p23.Locked = true
3281p23.FormFactor = Enum.FormFactor.Custom
3282p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3283p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3284p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3285p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3286p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3287p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3288p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3289b23 = Instance.new("SpecialMesh", p23)
3290b23.MeshType = Enum.MeshType.Wedge
3291b23.Name = "Mesh"
3292b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3293p24 = Instance.new("WedgePart", m6)
3294p24.BrickColor = BrickColor.new("Black")
3295p24.Material = Enum.Material.SmoothPlastic
3296p24.Name = "Wedge"
3297p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3298p24.CanCollide = false
3299p24.Locked = true
3300p24.FormFactor = Enum.FormFactor.Custom
3301p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3302p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3303p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3304p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3305p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3306p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3307p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3308b24 = Instance.new("SpecialMesh", p24)
3309b24.MeshType = Enum.MeshType.Wedge
3310b24.Name = "Mesh"
3311b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3312p25 = Instance.new("WedgePart", m6)
3313p25.BrickColor = BrickColor.new("Crimson")
3314p25.Name = "Wedge"
3315p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3316p25.CanCollide = false
3317p25.Locked = true
3318p25.FormFactor = Enum.FormFactor.Custom
3319p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3320p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3321p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3322p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3323p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3324p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3325p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3326b25 = Instance.new("SpecialMesh", p25)
3327b25.MeshType = Enum.MeshType.Wedge
3328b25.Name = "Mesh"
3329b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3330p26 = Instance.new("WedgePart", m6)
3331p26.BrickColor = BrickColor.new("Black")
3332p26.Material = Enum.Material.SmoothPlastic
3333p26.Name = "Wedge"
3334p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3335p26.CanCollide = false
3336p26.Locked = true
3337p26.FormFactor = Enum.FormFactor.Custom
3338p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3339p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3340p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3341p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3342p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3343p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3344p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3345b26 = Instance.new("SpecialMesh", p26)
3346b26.MeshType = Enum.MeshType.Wedge
3347b26.Name = "Mesh"
3348b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3349p27 = Instance.new("Part", m6)
3350p27.BrickColor = BrickColor.new("Black")
3351p27.Material = Enum.Material.SmoothPlastic
3352p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3353p27.CanCollide = false
3354p27.Locked = true
3355p27.FormFactor = Enum.FormFactor.Custom
3356p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3357p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3358p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3359p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3360p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3361p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3362p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3363b27 = Instance.new("BlockMesh", p27)
3364b27.Name = "Mesh"
3365b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3366p28 = Instance.new("WedgePart", m6)
3367p28.BrickColor = BrickColor.new("Black")
3368p28.Material = Enum.Material.SmoothPlastic
3369p28.Name = "Wedge"
3370p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3371p28.CanCollide = false
3372p28.Locked = true
3373p28.FormFactor = Enum.FormFactor.Custom
3374p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3375p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3376p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3377p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3378p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3379p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3380p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3381b28 = Instance.new("SpecialMesh", p28)
3382b28.MeshType = Enum.MeshType.Wedge
3383b28.Name = "Mesh"
3384b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3385p29 = Instance.new("Part", m6)
3386p29.BrickColor = BrickColor.new("Black")
3387p29.Material = Enum.Material.SmoothPlastic
3388p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3389p29.CanCollide = false
3390p29.Locked = true
3391p29.FormFactor = Enum.FormFactor.Custom
3392p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3393p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3394p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3395p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3396p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3397p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3398p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3399b29 = Instance.new("BlockMesh", p29)
3400b29.Name = "Mesh"
3401b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3402p30 = Instance.new("WedgePart", m6)
3403p30.BrickColor = BrickColor.new("Black")
3404p30.Material = Enum.Material.SmoothPlastic
3405p30.Name = "Wedge"
3406p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3407p30.CanCollide = false
3408p30.Locked = true
3409p30.FormFactor = Enum.FormFactor.Custom
3410p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3411p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3412p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3413p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3414p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3415p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3416p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3417b30 = Instance.new("SpecialMesh", p30)
3418b30.MeshType = Enum.MeshType.Wedge
3419b30.Name = "Mesh"
3420b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3421p31 = Instance.new("WedgePart", m6)
3422p31.BrickColor = BrickColor.new("Black")
3423p31.Material = Enum.Material.SmoothPlastic
3424p31.Name = "Wedge"
3425p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3426p31.CanCollide = false
3427p31.Locked = true
3428p31.FormFactor = Enum.FormFactor.Custom
3429p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3430p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3431p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3432p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3433p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3434p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3435p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3436b31 = Instance.new("SpecialMesh", p31)
3437b31.MeshType = Enum.MeshType.Wedge
3438b31.Name = "Mesh"
3439b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3440p32 = Instance.new("Part", m6)
3441p32.BrickColor = BrickColor.new("Black")
3442p32.Material = Enum.Material.SmoothPlastic
3443p32.Name = "BottomRightFlap"
3444p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3445p32.CanCollide = false
3446p32.Locked = true
3447p32.FormFactor = Enum.FormFactor.Custom
3448p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3449p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3450p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3451p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3452p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3453p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3454p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3455b32 = Instance.new("BlockMesh", p32)
3456b32.Name = "Mesh"
3457b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3458p33 = Instance.new("WedgePart", m6)
3459p33.BrickColor = BrickColor.new("Black")
3460p33.Material = Enum.Material.SmoothPlastic
3461p33.Name = "Wedge"
3462p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3463p33.CanCollide = false
3464p33.Locked = true
3465p33.FormFactor = Enum.FormFactor.Custom
3466p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3467p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3468p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3469p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3470p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3471p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3472p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3473b33 = Instance.new("SpecialMesh", p33)
3474b33.MeshType = Enum.MeshType.Wedge
3475b33.Name = "Mesh"
3476b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3477p34 = Instance.new("WedgePart", m6)
3478p34.BrickColor = BrickColor.new("Black")
3479p34.Material = Enum.Material.SmoothPlastic
3480p34.Name = "Wedge"
3481p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3482p34.CanCollide = false
3483p34.Locked = true
3484p34.FormFactor = Enum.FormFactor.Custom
3485p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3486p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3487p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3488p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3489p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3490p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3491p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3492b34 = Instance.new("SpecialMesh", p34)
3493b34.MeshType = Enum.MeshType.Wedge
3494b34.Name = "Mesh"
3495b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3496p35 = Instance.new("Part", m6)
3497p35.BrickColor = BrickColor.new("Black")
3498p35.Material = Enum.Material.SmoothPlastic
3499p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3500p35.CanCollide = false
3501p35.Locked = true
3502p35.FormFactor = Enum.FormFactor.Custom
3503p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3504p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3505p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3506p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3507p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3508p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3509p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3510b35 = Instance.new("BlockMesh", p35)
3511b35.Name = "Mesh"
3512b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3513p36 = Instance.new("WedgePart", m6)
3514p36.BrickColor = BrickColor.new("Black")
3515p36.Material = Enum.Material.SmoothPlastic
3516p36.Name = "Wedge"
3517p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3518p36.CanCollide = false
3519p36.Locked = true
3520p36.FormFactor = Enum.FormFactor.Custom
3521p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3522p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3523p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3524p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3525p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3526p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3527p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3528b36 = Instance.new("SpecialMesh", p36)
3529b36.MeshType = Enum.MeshType.Wedge
3530b36.Name = "Mesh"
3531b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3532p37 = Instance.new("Part", m6)
3533p37.BrickColor = BrickColor.new("Black")
3534p37.Material = Enum.Material.SmoothPlastic
3535p37.Name = "CapeLevel3"
3536p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3537p37.CanCollide = false
3538p37.Locked = true
3539p37.FormFactor = Enum.FormFactor.Custom
3540p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3541p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3542p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3543p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3544p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3545p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3546p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3547b37 = Instance.new("BlockMesh", p37)
3548b37.Name = "Mesh"
3549b37.Scale = Vector3.new(1, 1, 0.602178097)
3550p38 = Instance.new("WedgePart", m6)
3551p38.BrickColor = BrickColor.new("Crimson")
3552p38.Material = Enum.Material.SmoothPlastic
3553p38.Name = "Wedge"
3554p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3555p38.CanCollide = false
3556p38.Locked = true
3557p38.FormFactor = Enum.FormFactor.Custom
3558p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3559p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3560p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3561p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3562p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3563p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3564p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3565b38 = Instance.new("SpecialMesh", p38)
3566b38.MeshType = Enum.MeshType.Wedge
3567b38.Name = "Mesh"
3568b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3569p39 = Instance.new("WedgePart", m6)
3570p39.BrickColor = BrickColor.new("Crimson")
3571p39.Material = Enum.Material.SmoothPlastic
3572p39.Name = "Wedge"
3573p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3574p39.CanCollide = false
3575p39.Locked = true
3576p39.FormFactor = Enum.FormFactor.Custom
3577p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3578p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3579p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3580p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3581p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3582p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3583p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3584b39 = Instance.new("SpecialMesh", p39)
3585b39.MeshType = Enum.MeshType.Wedge
3586b39.Name = "Mesh"
3587b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3588p40 = Instance.new("WedgePart", m6)
3589p40.BrickColor = BrickColor.new("Black")
3590p40.Material = Enum.Material.SmoothPlastic
3591p40.Name = "Wedge"
3592p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3593p40.CanCollide = false
3594p40.Locked = true
3595p40.FormFactor = Enum.FormFactor.Custom
3596p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3597p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3598p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3599p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3600p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3601p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3602p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3603b40 = Instance.new("SpecialMesh", p40)
3604b40.MeshType = Enum.MeshType.Wedge
3605b40.Name = "Mesh"
3606b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3607p41 = Instance.new("WedgePart", m6)
3608p41.BrickColor = BrickColor.new("Black")
3609p41.Material = Enum.Material.SmoothPlastic
3610p41.Name = "Wedge"
3611p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3612p41.CanCollide = false
3613p41.Locked = true
3614p41.FormFactor = Enum.FormFactor.Custom
3615p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3616p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3617p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3618p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3619p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3620p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3621p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3622b41 = Instance.new("SpecialMesh", p41)
3623b41.MeshType = Enum.MeshType.Wedge
3624b41.Name = "Mesh"
3625b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3626p42 = Instance.new("WedgePart", m6)
3627p42.BrickColor = BrickColor.new("Black")
3628p42.Material = Enum.Material.SmoothPlastic
3629p42.Name = "Wedge"
3630p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3631p42.CanCollide = false
3632p42.Locked = true
3633p42.FormFactor = Enum.FormFactor.Custom
3634p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3635p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3636p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3637p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3638p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3639p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3640p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3641b42 = Instance.new("SpecialMesh", p42)
3642b42.MeshType = Enum.MeshType.Wedge
3643b42.Name = "Mesh"
3644b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3645p43 = Instance.new("WedgePart", m6)
3646p43.BrickColor = BrickColor.new("Black")
3647p43.Material = Enum.Material.SmoothPlastic
3648p43.Name = "Wedge"
3649p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3650p43.CanCollide = false
3651p43.Locked = true
3652p43.FormFactor = Enum.FormFactor.Custom
3653p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3654p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3655p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3656p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3657p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3658p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3659p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3660b43 = Instance.new("SpecialMesh", p43)
3661b43.MeshType = Enum.MeshType.Wedge
3662b43.Name = "Mesh"
3663b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3664p44 = Instance.new("WedgePart", m6)
3665p44.BrickColor = BrickColor.new("Black")
3666p44.Material = Enum.Material.SmoothPlastic
3667p44.Name = "Wedge"
3668p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3669p44.CanCollide = false
3670p44.Locked = true
3671p44.FormFactor = Enum.FormFactor.Custom
3672p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3673p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3674p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3675p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3676p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3677p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3678p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3679b44 = Instance.new("SpecialMesh", p44)
3680b44.MeshType = Enum.MeshType.Wedge
3681b44.Name = "Mesh"
3682b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3683p45 = Instance.new("WedgePart", m6)
3684p45.BrickColor = BrickColor.new("Black")
3685p45.Material = Enum.Material.SmoothPlastic
3686p45.Name = "Wedge"
3687p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3688p45.CanCollide = false
3689p45.Locked = true
3690p45.FormFactor = Enum.FormFactor.Custom
3691p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3692p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3693p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3694p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3695p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3696p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3697p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3698b45 = Instance.new("SpecialMesh", p45)
3699b45.MeshType = Enum.MeshType.Wedge
3700b45.Name = "Mesh"
3701b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3702p46 = Instance.new("WedgePart", m6)
3703p46.BrickColor = BrickColor.new("Black")
3704p46.Material = Enum.Material.SmoothPlastic
3705p46.Name = "Wedge"
3706p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3707p46.CanCollide = false
3708p46.Locked = true
3709p46.FormFactor = Enum.FormFactor.Custom
3710p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3711p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3712p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3713p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3714p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3715p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3716p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3717b46 = Instance.new("SpecialMesh", p46)
3718b46.MeshType = Enum.MeshType.Wedge
3719b46.Name = "Mesh"
3720b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3721p47 = Instance.new("Part", m6)
3722p47.BrickColor = BrickColor.new("Black")
3723p47.Material = Enum.Material.SmoothPlastic
3724p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3725p47.CanCollide = false
3726p47.Locked = true
3727p47.FormFactor = Enum.FormFactor.Custom
3728p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3729p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3730p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3731p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3732p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3733p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3734p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3735b47 = Instance.new("BlockMesh", p47)
3736b47.Name = "Mesh"
3737b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3738p48 = Instance.new("Part", m6)
3739p48.BrickColor = BrickColor.new("Black")
3740p48.Material = Enum.Material.SmoothPlastic
3741p48.Name = "CapeLevel4"
3742p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3743p48.CanCollide = false
3744p48.Locked = true
3745p48.FormFactor = Enum.FormFactor.Custom
3746p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3747p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3748p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3749p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3750p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3751p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3752p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3753b48 = Instance.new("BlockMesh", p48)
3754b48.Name = "Mesh"
3755b48.Scale = Vector3.new(1, 1, 0.602178097)
3756p49 = Instance.new("WedgePart", m6)
3757p49.BrickColor = BrickColor.new("Black")
3758p49.Material = Enum.Material.SmoothPlastic
3759p49.Name = "Wedge"
3760p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3761p49.CanCollide = false
3762p49.Locked = true
3763p49.FormFactor = Enum.FormFactor.Custom
3764p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3765p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3766p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3767p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3768p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3769p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3770p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3771b49 = Instance.new("SpecialMesh", p49)
3772b49.MeshType = Enum.MeshType.Wedge
3773b49.Name = "Mesh"
3774b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3775p50 = Instance.new("Part", m6)
3776p50.BrickColor = BrickColor.new("Black")
3777p50.Material = Enum.Material.SmoothPlastic
3778p50.Name = "CapeLevel1SubPart"
3779p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3780p50.CanCollide = false
3781p50.Locked = true
3782p50.FormFactor = Enum.FormFactor.Custom
3783p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3784p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3785p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3786p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3787p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3788p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3789p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3790b50 = Instance.new("BlockMesh", p50)
3791b50.Name = "Mesh"
3792b50.Scale = Vector3.new(1, 1, 0.602178097)
3793p51 = Instance.new("Part", m6)
3794p51.BrickColor = BrickColor.new("Black")
3795p51.Material = Enum.Material.SmoothPlastic
3796p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3797p51.CanCollide = false
3798p51.Locked = true
3799p51.FormFactor = Enum.FormFactor.Custom
3800p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3801p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3802p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3803p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3804p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3805p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3806p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3807b51 = Instance.new("BlockMesh", p51)
3808b51.Name = "Mesh"
3809b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3810p52 = Instance.new("Part", m6)
3811p52.BrickColor = BrickColor.new("Black")
3812p52.Material = Enum.Material.SmoothPlastic
3813p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3814p52.CanCollide = false
3815p52.Locked = true
3816p52.FormFactor = Enum.FormFactor.Custom
3817p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3818p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3819p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3820p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3821p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3822p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3823p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3824b52 = Instance.new("BlockMesh", p52)
3825b52.Name = "Mesh"
3826b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3827p53 = Instance.new("WedgePart", m6)
3828p53.BrickColor = BrickColor.new("Black")
3829p53.Material = Enum.Material.SmoothPlastic
3830p53.Name = "Wedge"
3831p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3832p53.CanCollide = false
3833p53.Locked = true
3834p53.FormFactor = Enum.FormFactor.Custom
3835p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3836p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3837p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3838p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3839p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3840p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3841p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3842b53 = Instance.new("SpecialMesh", p53)
3843b53.MeshType = Enum.MeshType.Wedge
3844b53.Name = "Mesh"
3845b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3846p54 = Instance.new("Part", m6)
3847p54.BrickColor = BrickColor.new("Black")
3848p54.Material = Enum.Material.SmoothPlastic
3849p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3850p54.CanCollide = false
3851p54.Locked = true
3852p54.FormFactor = Enum.FormFactor.Custom
3853p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3854p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3855p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3856p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3857p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3858p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3859p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3860b54 = Instance.new("BlockMesh", p54)
3861b54.Name = "Mesh"
3862b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3863p55 = Instance.new("WedgePart", m6)
3864p55.BrickColor = BrickColor.new("Black")
3865p55.Material = Enum.Material.SmoothPlastic
3866p55.Name = "Wedge"
3867p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3868p55.CanCollide = false
3869p55.Locked = true
3870p55.FormFactor = Enum.FormFactor.Custom
3871p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3872p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3873p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3874p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3875p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3876p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3877p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3878b55 = Instance.new("SpecialMesh", p55)
3879b55.MeshType = Enum.MeshType.Wedge
3880b55.Name = "Mesh"
3881b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3882p56 = Instance.new("WedgePart", m6)
3883p56.BrickColor = BrickColor.new("Crimson")
3884p56.Material = Enum.Material.SmoothPlastic
3885p56.Name = "Wedge"
3886p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3887p56.CanCollide = false
3888p56.Locked = true
3889p56.FormFactor = Enum.FormFactor.Custom
3890p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3891p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3892p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3893p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3894p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3895p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3896p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3897b56 = Instance.new("SpecialMesh", p56)
3898b56.MeshType = Enum.MeshType.Wedge
3899b56.Name = "Mesh"
3900b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3901p57 = Instance.new("WedgePart", m6)
3902p57.BrickColor = BrickColor.new("Black")
3903p57.Material = Enum.Material.SmoothPlastic
3904p57.Name = "Wedge"
3905p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3906p57.CanCollide = false
3907p57.Locked = true
3908p57.FormFactor = Enum.FormFactor.Custom
3909p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3910p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3911p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3912p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3913p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3914p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3915p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3916b57 = Instance.new("SpecialMesh", p57)
3917b57.MeshType = Enum.MeshType.Wedge
3918b57.Name = "Mesh"
3919b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3920p58 = Instance.new("Part", m6)
3921p58.BrickColor = BrickColor.new("Black")
3922p58.Material = Enum.Material.SmoothPlastic
3923p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3924p58.CanCollide = false
3925p58.Locked = true
3926p58.FormFactor = Enum.FormFactor.Custom
3927p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3928p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3929p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3930p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3931p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3932p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3933p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3934b58 = Instance.new("BlockMesh", p58)
3935b58.Name = "Mesh"
3936b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3937p59 = Instance.new("WedgePart", m6)
3938p59.BrickColor = BrickColor.new("Black")
3939p59.Material = Enum.Material.SmoothPlastic
3940p59.Name = "Wedge"
3941p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3942p59.CanCollide = false
3943p59.Locked = true
3944p59.FormFactor = Enum.FormFactor.Custom
3945p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3946p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3947p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3948p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3949p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3950p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3951p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3952b59 = Instance.new("SpecialMesh", p59)
3953b59.MeshType = Enum.MeshType.Wedge
3954b59.Name = "Mesh"
3955b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3956p60 = Instance.new("Part", m6)
3957p60.BrickColor = BrickColor.new("Black")
3958p60.Material = Enum.Material.SmoothPlastic
3959p60.Name = "NeckPart"
3960p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3961p60.CanCollide = false
3962p60.Locked = true
3963p60.FormFactor = Enum.FormFactor.Custom
3964p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
3965p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3966p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3967p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3968p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3969p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3970p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3971b60 = Instance.new("BlockMesh", p60)
3972b60.Name = "Mesh"
3973b60.Scale = Vector3.new(1, 0.602178097, 1)
3974p61 = Instance.new("Part", m6)
3975p61.BrickColor = BrickColor.new("Black")
3976p61.Material = Enum.Material.SmoothPlastic
3977p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3978p61.CanCollide = false
3979p61.Locked = true
3980p61.FormFactor = Enum.FormFactor.Custom
3981p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3982p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3983p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3984p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3985p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3986p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3987p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3988b61 = Instance.new("BlockMesh", p61)
3989b61.Name = "Mesh"
3990b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3991p62 = Instance.new("WedgePart", m6)
3992p62.BrickColor = BrickColor.new("Black")
3993p62.Material = Enum.Material.SmoothPlastic
3994p62.Name = "Wedge"
3995p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3996p62.CanCollide = false
3997p62.Locked = true
3998p62.FormFactor = Enum.FormFactor.Custom
3999p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4000p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4001p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4002p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4003p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4004p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4005p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4006b62 = Instance.new("SpecialMesh", p62)
4007b62.MeshType = Enum.MeshType.Wedge
4008b62.Name = "Mesh"
4009b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4010p63 = Instance.new("WedgePart", m6)
4011p63.BrickColor = BrickColor.new("Crimson")
4012p63.Material = Enum.Material.SmoothPlastic
4013p63.Name = "Wedge"
4014p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4015p63.CanCollide = false
4016p63.Locked = true
4017p63.FormFactor = Enum.FormFactor.Custom
4018p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4019p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4020p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4021p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4022p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4023p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4024p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4025b63 = Instance.new("SpecialMesh", p63)
4026b63.MeshType = Enum.MeshType.Wedge
4027b63.Name = "Mesh"
4028b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4029p64 = Instance.new("WedgePart", m6)
4030p64.BrickColor = BrickColor.new("Black")
4031p64.Material = Enum.Material.SmoothPlastic
4032p64.Name = "Wedge"
4033p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4034p64.CanCollide = false
4035p64.Locked = true
4036p64.FormFactor = Enum.FormFactor.Custom
4037p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4038p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4039p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4040p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4041p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4042p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4043p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4044b64 = Instance.new("SpecialMesh", p64)
4045b64.MeshType = Enum.MeshType.Wedge
4046b64.Name = "Mesh"
4047b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4048p65 = Instance.new("WedgePart", m6)
4049p65.BrickColor = BrickColor.new("Black")
4050p65.Material = Enum.Material.SmoothPlastic
4051p65.Name = "Wedge"
4052p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4053p65.CanCollide = false
4054p65.Locked = true
4055p65.FormFactor = Enum.FormFactor.Custom
4056p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4057p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4058p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4059p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4060p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4061p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4062p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4063b65 = Instance.new("SpecialMesh", p65)
4064b65.MeshType = Enum.MeshType.Wedge
4065b65.Name = "Mesh"
4066b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4067p66 = Instance.new("WedgePart", m6)
4068p66.BrickColor = BrickColor.new("Black")
4069p66.Material = Enum.Material.SmoothPlastic
4070p66.Name = "Wedge"
4071p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4072p66.CanCollide = false
4073p66.Locked = true
4074p66.FormFactor = Enum.FormFactor.Custom
4075p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4076p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4077p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4078p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4079p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4080p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4081p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4082b66 = Instance.new("SpecialMesh", p66)
4083b66.MeshType = Enum.MeshType.Wedge
4084b66.Name = "Mesh"
4085b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4086p67 = Instance.new("WedgePart", m6)
4087p67.BrickColor = BrickColor.new("Black")
4088p67.Material = Enum.Material.SmoothPlastic
4089p67.Name = "Wedge"
4090p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4091p67.CanCollide = false
4092p67.Locked = true
4093p67.FormFactor = Enum.FormFactor.Custom
4094p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4095p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4096p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4097p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4098p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4099p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4100p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4101b67 = Instance.new("SpecialMesh", p67)
4102b67.MeshType = Enum.MeshType.Wedge
4103b67.Name = "Mesh"
4104b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4105p68 = Instance.new("WedgePart", m6)
4106p68.BrickColor = BrickColor.new("Crimson")
4107p68.Name = "Wedge"
4108p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4109p68.CanCollide = false
4110p68.Locked = true
4111p68.FormFactor = Enum.FormFactor.Custom
4112p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4113p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4114p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4115p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4116p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4117p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4118p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4119b68 = Instance.new("SpecialMesh", p68)
4120b68.MeshType = Enum.MeshType.Wedge
4121b68.Name = "Mesh"
4122b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4123p69 = Instance.new("WedgePart", m6)
4124p69.BrickColor = BrickColor.new("Crimson")
4125p69.Name = "Wedge"
4126p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4127p69.CanCollide = false
4128p69.Locked = true
4129p69.FormFactor = Enum.FormFactor.Custom
4130p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4131p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4132p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4133p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4134p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4135p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4136p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4137b69 = Instance.new("SpecialMesh", p69)
4138b69.MeshType = Enum.MeshType.Wedge
4139b69.Name = "Mesh"
4140b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4141p70 = Instance.new("WedgePart", m6)
4142p70.BrickColor = BrickColor.new("Black")
4143p70.Material = Enum.Material.SmoothPlastic
4144p70.Name = "Wedge"
4145p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4146p70.CanCollide = false
4147p70.Locked = true
4148p70.FormFactor = Enum.FormFactor.Custom
4149p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4150p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4151p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4152p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4153p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4154p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4155p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4156b70 = Instance.new("SpecialMesh", p70)
4157b70.MeshType = Enum.MeshType.Wedge
4158b70.Name = "Mesh"
4159b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4160p71 = Instance.new("WedgePart", m6)
4161p71.BrickColor = BrickColor.new("Crimson")
4162p71.Name = "Wedge"
4163p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4164p71.CanCollide = false
4165p71.Locked = true
4166p71.FormFactor = Enum.FormFactor.Custom
4167p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4168p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4169p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4170p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4171p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4172p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4173p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4174b71 = Instance.new("SpecialMesh", p71)
4175b71.MeshType = Enum.MeshType.Wedge
4176b71.Name = "Mesh"
4177b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4178p72 = Instance.new("WedgePart", m6)
4179p72.BrickColor = BrickColor.new("Black")
4180p72.Material = Enum.Material.SmoothPlastic
4181p72.Name = "Wedge"
4182p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4183p72.CanCollide = false
4184p72.Locked = true
4185p72.FormFactor = Enum.FormFactor.Custom
4186p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4187p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4188p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4189p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4190p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4191p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4192p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4193b72 = Instance.new("SpecialMesh", p72)
4194b72.MeshType = Enum.MeshType.Wedge
4195b72.Name = "Mesh"
4196b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4197p73 = Instance.new("WedgePart", m6)
4198p73.BrickColor = BrickColor.new("Black")
4199p73.Material = Enum.Material.SmoothPlastic
4200p73.Name = "Wedge"
4201p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4202p73.CanCollide = false
4203p73.Locked = true
4204p73.FormFactor = Enum.FormFactor.Custom
4205p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4206p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4207p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4208p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4209p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4210p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4211p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4212b73 = Instance.new("SpecialMesh", p73)
4213b73.MeshType = Enum.MeshType.Wedge
4214b73.Name = "Mesh"
4215b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4216p74 = Instance.new("WedgePart", m6)
4217p74.BrickColor = BrickColor.new("Black")
4218p74.Material = Enum.Material.SmoothPlastic
4219p74.Name = "Wedge"
4220p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4221p74.CanCollide = false
4222p74.Locked = true
4223p74.FormFactor = Enum.FormFactor.Custom
4224p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4225p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4226p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4227p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4228p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4229p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4230p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4231b74 = Instance.new("SpecialMesh", p74)
4232b74.MeshType = Enum.MeshType.Wedge
4233b74.Name = "Mesh"
4234b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4235p75 = Instance.new("WedgePart", m6)
4236p75.BrickColor = BrickColor.new("Black")
4237p75.Material = Enum.Material.SmoothPlastic
4238p75.Name = "Wedge"
4239p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4240p75.CanCollide = false
4241p75.Locked = true
4242p75.FormFactor = Enum.FormFactor.Custom
4243p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4244p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4245p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4246p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4247p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4248p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4249p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4250b75 = Instance.new("SpecialMesh", p75)
4251b75.MeshType = Enum.MeshType.Wedge
4252b75.Name = "Mesh"
4253b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4254p76 = Instance.new("WedgePart", m6)
4255p76.BrickColor = BrickColor.new("Black")
4256p76.Material = Enum.Material.SmoothPlastic
4257p76.Name = "Wedge"
4258p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4259p76.CanCollide = false
4260p76.Locked = true
4261p76.FormFactor = Enum.FormFactor.Custom
4262p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4263p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4264p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4265p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4266p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4267p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4268p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4269b76 = Instance.new("SpecialMesh", p76)
4270b76.MeshType = Enum.MeshType.Wedge
4271b76.Name = "Mesh"
4272b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4273p77 = Instance.new("WedgePart", m6)
4274p77.BrickColor = BrickColor.new("Crimson")
4275p77.Material = Enum.Material.SmoothPlastic
4276p77.Name = "Wedge"
4277p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4278p77.CanCollide = false
4279p77.Locked = true
4280p77.FormFactor = Enum.FormFactor.Custom
4281p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4282p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4283p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4284p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4285p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4286p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4287p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4288b77 = Instance.new("SpecialMesh", p77)
4289b77.MeshType = Enum.MeshType.Wedge
4290b77.Name = "Mesh"
4291b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4292p78 = Instance.new("WedgePart", m6)
4293p78.BrickColor = BrickColor.new("Black")
4294p78.Material = Enum.Material.SmoothPlastic
4295p78.Name = "Wedge"
4296p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4297p78.CanCollide = false
4298p78.Locked = true
4299p78.FormFactor = Enum.FormFactor.Custom
4300p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4301p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4302p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4303p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4304p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4305p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4306p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4307b78 = Instance.new("SpecialMesh", p78)
4308b78.MeshType = Enum.MeshType.Wedge
4309b78.Name = "Mesh"
4310b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4311p79 = Instance.new("WedgePart", m6)
4312p79.BrickColor = BrickColor.new("Crimson")
4313p79.Material = Enum.Material.SmoothPlastic
4314p79.Name = "Wedge"
4315p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4316p79.CanCollide = false
4317p79.Locked = true
4318p79.FormFactor = Enum.FormFactor.Custom
4319p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4320p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4321p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4322p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4323p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4324p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4325p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4326b79 = Instance.new("SpecialMesh", p79)
4327b79.MeshType = Enum.MeshType.Wedge
4328b79.Name = "Mesh"
4329b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4330p80 = Instance.new("WedgePart", m6)
4331p80.BrickColor = BrickColor.new("Black")
4332p80.Material = Enum.Material.SmoothPlastic
4333p80.Name = "Wedge"
4334p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4335p80.CanCollide = false
4336p80.Locked = true
4337p80.FormFactor = Enum.FormFactor.Custom
4338p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4339p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4340p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4341p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4342p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4343p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4344p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4345b80 = Instance.new("SpecialMesh", p80)
4346b80.MeshType = Enum.MeshType.Wedge
4347b80.Name = "Mesh"
4348b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4349w1 = Instance.new("Weld", p1)
4350w1.Name = "Joint"
4351w1.Part0 = p1
4352w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4353w1.Part1 = p47
4354w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4355w2 = Instance.new("Weld", p2)
4356w2.Name = "Joint"
4357w2.Part0 = p2
4358w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4359w2.Part1 = p11
4360w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4361w3 = Instance.new("Weld", p3)
4362w3.Name = "Joint"
4363w3.Part0 = p3
4364w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4365w3.Part1 = p50
4366w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4367w4 = Instance.new("Weld", p4)
4368w4.Name = "Joint"
4369w4.Part0 = p4
4370w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4371w4.Part1 = p5
4372w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4373w5 = Instance.new("Weld", p5)
4374w5.Name = "Joint"
4375w5.Part0 = p5
4376w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4377w5.Part1 = p27
4378w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4379w6 = Instance.new("Weld", p6)
4380w6.Name = "Joint"
4381w6.Part0 = p6
4382w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4383w6.Part1 = p14
4384w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4385w7 = Instance.new("Weld", p7)
4386w7.Name = "Joint"
4387w7.Part0 = p7
4388w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4389w7.Part1 = p10
4390w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4391w8 = Instance.new("Weld", p8)
4392w8.Name = "Joint"
4393w8.Part0 = p8
4394w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4395w8.Part1 = p32
4396w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4397w9 = Instance.new("Weld", p9)
4398w9.Name = "Joint"
4399w9.Part0 = p9
4400w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4401w9.Part1 = p16
4402w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4403w10 = Instance.new("Weld", p10)
4404w10.Name = "Joint"
4405w10.Part0 = p10
4406w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4407w10.Part1 = p61
4408w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4409w11 = Instance.new("Weld", p11)
4410w11.Name = "Joint"
4411w11.Part0 = p11
4412w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4413w11.Part1 = p13
4414w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4415w12 = Instance.new("Weld", p12)
4416w12.Name = "Joint"
4417w12.Part0 = p12
4418w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4419w12.Part1 = p29
4420w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4421w13 = Instance.new("Weld", p13)
4422w13.Name = "Joint"
4423w13.Part0 = p13
4424w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4425w13.Part1 = p48
4426w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4427w14 = Instance.new("Weld", p14)
4428w14.Name = "Joint"
4429w14.Part0 = p14
4430w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4431w14.Part1 = p60
4432w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4433w15 = Instance.new("Weld", p15)
4434w15.Name = "Joint"
4435w15.Part0 = p15
4436w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4437w15.Part1 = p17
4438w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4439w16 = Instance.new("Weld", p16)
4440w16.Name = "Joint"
4441w16.Part0 = p16
4442w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4443w16.Part1 = p48
4444w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4445w17 = Instance.new("Weld", p17)
4446w17.Name = "Joint"
4447w17.Part0 = p17
4448w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4449w17.Part1 = p50
4450w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4451w18 = Instance.new("Weld", p18)
4452w18.Name = "Joint"
4453w18.Part0 = p18
4454w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4455w18.Part1 = p50
4456w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4457w19 = Instance.new("Weld", p19)
4458w19.Name = "Joint"
4459w19.Part0 = p19
4460w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4461w19.Part1 = p54
4462w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4463w20 = Instance.new("Weld", p20)
4464w20.Name = "Joint"
4465w20.Part0 = p20
4466w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4467w20.Part1 = p21
4468w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4469w21 = Instance.new("Weld", p21)
4470w21.Name = "Joint"
4471w21.Part0 = p21
4472w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4473w21.Part1 = p37
4474w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4475w22 = Instance.new("Weld", p22)
4476w22.Name = "Joint"
4477w22.Part0 = p22
4478w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4479w22.Part1 = p8
4480w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4481w23 = Instance.new("Weld", p23)
4482w23.Name = "Joint"
4483w23.Part0 = p23
4484w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4485w23.Part1 = p35
4486w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4487w24 = Instance.new("Weld", p24)
4488w24.Name = "Joint"
4489w24.Part0 = p24
4490w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4491w24.Part1 = p48
4492w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4493w25 = Instance.new("Weld", p25)
4494w25.Name = "Joint"
4495w25.Part0 = p25
4496w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4497w25.Part1 = p8
4498w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4499w26 = Instance.new("Weld", p26)
4500w26.Name = "Joint"
4501w26.Part0 = p26
4502w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4503w26.Part1 = p6
4504w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4505w27 = Instance.new("Weld", p27)
4506w27.Name = "Joint"
4507w27.Part0 = p27
4508w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4509w27.Part1 = p48
4510w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4511w28 = Instance.new("Weld", p28)
4512w28.Name = "Joint"
4513w28.Part0 = p28
4514w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4515w28.Part1 = p35
4516w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4517w29 = Instance.new("Weld", p29)
4518w29.Name = "Joint"
4519w29.Part0 = p29
4520w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4521w29.Part1 = p37
4522w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4523w30 = Instance.new("Weld", p30)
4524w30.Name = "Joint"
4525w30.Part0 = p30
4526w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4527w30.Part1 = p20
4528w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4529w31 = Instance.new("Weld", p31)
4530w31.Name = "Joint"
4531w31.Part0 = p31
4532w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4533w31.Part1 = p16
4534w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4535w32 = Instance.new("Weld", p32)
4536w32.Name = "Joint"
4537w32.Part0 = p32
4538w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4539w32.Part1 = p48
4540w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4541w33 = Instance.new("Weld", p33)
4542w33.Name = "Joint"
4543w33.Part0 = p33
4544w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4545w33.Part1 = p21
4546w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4547w34 = Instance.new("Weld", p34)
4548w34.Name = "Joint"
4549w34.Part0 = p34
4550w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4551w34.Part1 = p27
4552w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4553w35 = Instance.new("Weld", p35)
4554w35.Name = "Joint"
4555w35.Part0 = p35
4556w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4557w35.Part1 = p58
4558w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4559w36 = Instance.new("Weld", p36)
4560w36.Name = "Joint"
4561w36.Part0 = p36
4562w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4563w36.Part1 = p29
4564w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4565w37 = Instance.new("Weld", p37)
4566w37.Name = "Joint"
4567w37.Part0 = p37
4568w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4569w37.Part1 = p3
4570w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4571w38 = Instance.new("Weld", p38)
4572w38.Name = "Joint"
4573w38.Part0 = p38
4574w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4575w38.Part1 = p4
4576w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4577w39 = Instance.new("Weld", p39)
4578w39.Name = "Joint"
4579w39.Part0 = p39
4580w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4581w39.Part1 = p12
4582w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4583w40 = Instance.new("Weld", p40)
4584w40.Name = "Joint"
4585w40.Part0 = p40
4586w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4587w40.Part1 = p52
4588w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4589w41 = Instance.new("Weld", p41)
4590w41.Name = "Joint"
4591w41.Part0 = p41
4592w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4593w41.Part1 = p5
4594w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4595w42 = Instance.new("Weld", p42)
4596w42.Name = "Joint"
4597w42.Part0 = p42
4598w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4599w42.Part1 = p8
4600w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4601w43 = Instance.new("Weld", p43)
4602w43.Name = "Joint"
4603w43.Part0 = p43
4604w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4605w43.Part1 = p5
4606w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4607w44 = Instance.new("Weld", p44)
4608w44.Name = "Joint"
4609w44.Part0 = p44
4610w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4611w44.Part1 = p15
4612w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4613w45 = Instance.new("Weld", p45)
4614w45.Name = "Joint"
4615w45.Part0 = p45
4616w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4617w45.Part1 = p11
4618w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4619w46 = Instance.new("Weld", p46)
4620w46.Name = "Joint"
4621w46.Part0 = p46
4622w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4623w46.Part1 = p6
4624w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4625w47 = Instance.new("Weld", p47)
4626w47.Name = "Joint"
4627w47.Part0 = p47
4628w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4629w47.Part1 = p18
4630w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4631w48 = Instance.new("Weld", p48)
4632w48.Name = "Joint"
4633w48.Part0 = p48
4634w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4635w48.Part1 = p37
4636w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4637w49 = Instance.new("Weld", p49)
4638w49.Name = "Joint"
4639w49.Part0 = p49
4640w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4641w49.Part1 = p47
4642w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4643w50 = Instance.new("Weld", p50)
4644w50.Name = "Joint"
4645w50.Part0 = p50
4646w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4647w50.Part1 = p6
4648w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4649w51 = Instance.new("Weld", p51)
4650w51.Name = "Joint"
4651w51.Part0 = p51
4652w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4653w51.Part1 = p52
4654w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4655w52 = Instance.new("Weld", p52)
4656w52.Name = "Joint"
4657w52.Part0 = p52
4658w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4659w52.Part1 = p3
4660w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4661w53 = Instance.new("Weld", p53)
4662w53.Name = "Joint"
4663w53.Part0 = p53
4664w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4665w53.Part1 = p9
4666w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4667w54 = Instance.new("Weld", p54)
4668w54.Name = "Joint"
4669w54.Part0 = p54
4670w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4671w54.Part1 = p9
4672w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4673w55 = Instance.new("Weld", p55)
4674w55.Name = "Joint"
4675w55.Part0 = p55
4676w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4677w55.Part1 = p8
4678w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4679w56 = Instance.new("Weld", p56)
4680w56.Name = "Joint"
4681w56.Part0 = p56
4682w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4683w56.Part1 = p20
4684w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4685w57 = Instance.new("Weld", p57)
4686w57.Name = "Joint"
4687w57.Part0 = p57
4688w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4689w57.Part1 = p47
4690w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4691w58 = Instance.new("Weld", p58)
4692w58.Name = "Joint"
4693w58.Part0 = p58
4694w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4695w58.Part1 = p3
4696w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4697w59 = Instance.new("Weld", p59)
4698w59.Name = "Joint"
4699w59.Part0 = p59
4700w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4701w59.Part1 = p32
4702w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4703w60 = Instance.new("Weld", p61)
4704w60.Name = "Joint"
4705w60.Part0 = p61
4706w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4707w60.Part1 = p48
4708w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4709w61 = Instance.new("Weld", p62)
4710w61.Name = "Joint"
4711w61.Part0 = p62
4712w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4713w61.Part1 = p10
4714w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4715w62 = Instance.new("Weld", p63)
4716w62.Name = "Joint"
4717w62.Part0 = p63
4718w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4719w62.Part1 = p7
4720w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4721w63 = Instance.new("Weld", p64)
4722w63.Name = "Joint"
4723w63.Part0 = p64
4724w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4725w63.Part1 = p54
4726w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4727w64 = Instance.new("Weld", p65)
4728w64.Name = "Joint"
4729w64.Part0 = p65
4730w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4731w64.Part1 = p13
4732w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4733w65 = Instance.new("Weld", p66)
4734w65.Name = "Joint"
4735w65.Part0 = p66
4736w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4737w65.Part1 = p52
4738w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4739w66 = Instance.new("Weld", p67)
4740w66.Name = "Joint"
4741w66.Part0 = p67
4742w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4743w66.Part1 = p16
4744w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4745w67 = Instance.new("Weld", p68)
4746w67.Name = "Joint"
4747w67.Part0 = p68
4748w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4749w67.Part1 = p11
4750w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4751w68 = Instance.new("Weld", p69)
4752w68.Name = "Joint"
4753w68.Part0 = p69
4754w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4755w68.Part1 = p11
4756w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4757w69 = Instance.new("Weld", p70)
4758w69.Name = "Joint"
4759w69.Part0 = p70
4760w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4761w69.Part1 = p58
4762w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4763w70 = Instance.new("Weld", p71)
4764w70.Name = "Joint"
4765w70.Part0 = p71
4766w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4767w70.Part1 = p54
4768w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4769w71 = Instance.new("Weld", p72)
4770w71.Name = "Joint"
4771w71.Part0 = p72
4772w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4773w71.Part1 = p9
4774w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4775w72 = Instance.new("Weld", p73)
4776w72.Name = "Joint"
4777w72.Part0 = p73
4778w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4779w72.Part1 = p13
4780w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4781w73 = Instance.new("Weld", p74)
4782w73.Name = "Joint"
4783w73.Part0 = p74
4784w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4785w73.Part1 = p10
4786w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4787w74 = Instance.new("Weld", p75)
4788w74.Name = "Joint"
4789w74.Part0 = p75
4790w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4791w74.Part1 = p54
4792w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4793w75 = Instance.new("Weld", p76)
4794w75.Name = "Joint"
4795w75.Part0 = p76
4796w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4797w75.Part1 = p32
4798w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4799w76 = Instance.new("Weld", p77)
4800w76.Name = "Joint"
4801w76.Part0 = p77
4802w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4803w76.Part1 = p15
4804w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4805w77 = Instance.new("Weld", p78)
4806w77.Name = "Joint"
4807w77.Part0 = p78
4808w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4809w77.Part1 = p15
4810w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4811w78 = Instance.new("Weld", p79)
4812w78.Name = "Joint"
4813w78.Part0 = p79
4814w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4815w78.Part1 = p51
4816w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4817w79 = Instance.new("Weld", p80)
4818w79.Name = "Joint"
4819w79.Part0 = p80
4820w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4821w79.Part1 = p12
4822w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4823m6.Parent = torso
4824m6:MakeJoints()
4825
4826model = m6;
4827for i,v in pairs(model:GetChildren()) do
4828if v:IsA('Part') then
4829v.Transparency = 1;
4830end
4831end
4832
4833model = m6;
4834for i,v in pairs(model:GetChildren()) do
4835if v:IsA('WedgePart') then
4836v.Transparency = 1;
4837end
4838end
4839
4840model = m6;
4841for i,v in pairs(model:GetChildren()) do
4842if v:IsA('SpecialMesh') then
4843v.Transparency = 1;
4844end
4845end
4846----------------------------------------------------
4847--EDIT SECTION HERE--
4848
4849--flying--
4850
4851local char = game.Players.LocalPlayer.Character
4852local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
4853local player = game.Players.LocalPlayer
4854local pchar = player.Character
4855local mouse = player:GetMouse()
4856local cam = workspace.CurrentCamera
4857local hum = char.Humanoid
4858local root = char.HumanoidRootPart
4859
4860
4861local rad = math.rad
4862
4863local keysDown = {}
4864local flySpeed = 0
4865local MAX_FLY_SPEED = 100
4866
4867local canFly = false
4868local flyToggled = false
4869
4870local forward, side = 0, 0
4871local lastForward, lastSide = 0, 0
4872
4873local floatBP = Instance.new("BodyPosition")
4874floatBP.maxForce = Vector3.new(0, math.huge, 0)
4875local flyBV = Instance.new("BodyVelocity")
4876flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
4877local turnBG = Instance.new("BodyGyro")
4878turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
4879
4880mouse.KeyDown:connect(function(key)
4881 keysDown[key] = true
4882
4883 if key == "g" then
4884 flyToggled = not flyToggled
4885
4886 if not flyToggled then
4887 animpose = "Idle1"
4888 stanceToggle = "Idle1"
4889 floatBP.Parent = nil
4890 flyBV.Parent = nil
4891 turnBG.Parent = nil
4892 root.Velocity = Vector3.new()
4893 pchar.Humanoid.PlatformStand = false
4894 end
4895end
4896
4897end)
4898mouse.KeyUp:connect(function(key)
4899 keysDown[key] = nil
4900end)
4901
4902local function updateFly()
4903
4904 if not flyToggled then return end
4905
4906 lastForward = forward
4907 lastSide = side
4908
4909 forward = 0
4910 side = 0
4911
4912 if keysDown.w then
4913 forward = forward + 1
4914 animpose = "Idle1"
4915 end
4916 if keysDown.s then
4917 forward = forward - 1
4918 animpose = "Idle1"
4919 end
4920 if keysDown.a then
4921 side = side - 1
4922 animpose = "Idle1"
4923 end
4924 if keysDown.d then
4925 side = side + 1
4926 animpose = "Idle1"
4927 end
4928
4929
4930 canFly = (forward ~= 0 or side ~= 0)
4931
4932 if canFly then
4933 stanceToggle = "Grab"
4934 turnBG.Parent = root
4935 floatBP.Parent = nil
4936 flyBV.Parent = root
4937
4938
4939 flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
4940 if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
4941 else
4942 floatBP.position = root.Position
4943 floatBP.Parent = root
4944
4945 flySpeed = flySpeed - 1
4946 if flySpeed < 0 then flySpeed = 0 end
4947 end
4948
4949 local camCF = cam.CoordinateFrame
4950 local in_forward = canFly and forward or lastForward
4951 local in_side = canFly and side or lastSide
4952
4953 flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
4954in_forward * 0.2, 0).p) - camCF.p) * flySpeed
4955
4956 turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
49570)
4958end
4959
4960game:service'RunService'.RenderStepped:connect(function()
4961 if flyToggled then
4962 pchar.Humanoid.PlatformStand = true
4963 end
4964 updateFly()
4965end)
4966----------------------------------------------
4967--arm effects--
4968
4969Player=owner
4970Character=Player.Character
4971PlayerGui=Player.PlayerGui
4972Backpack=Player.Backpack
4973Torso=Character.Torso
4974Head=Character.Head
4975Humanoid=Character.Humanoid
4976m=Instance.new('Model',Character)
4977LeftArm=Character["Left Arm"]
4978LeftLeg=Character["Left Leg"]
4979RightArm=Character["Right Arm"]
4980RightLeg=Character["Right Leg"]
4981local mouse=Player:GetMouse()
4982local PE = Instance.new("ParticleEmitter", LeftArm)
4983PE.Name = "Flame"
4984local c1 = Color3.fromRGB (0,0,0)
4985local c2 = Color3.fromRGB (0,0,150)
4986PE.Color = ColorSequence.new(c1)
4987PE.EmissionDirection = "Bottom"
4988PE.Texture = "rbxassetid://242201991"
4989PE.LightEmission = 0.850
4990PE.Speed = NumberRange.new(0)
4991PE.RotSpeed = NumberRange.new(250)
4992PE.Size = NumberSequence.new(.5)
4993PE.Lifetime = NumberRange.new(0.2)
4994PE.Rate = 200
4995PE.VelocitySpread = 50
4996
4997
4998local PE = Instance.new("ParticleEmitter", RightArm)
4999PE.Name = "Flame"
5000local c1 = Color3.fromRGB (0,0,0)
5001local c2 = Color3.fromRGB (0,0,150)
5002PE.Color = ColorSequence.new(c1)
5003PE.EmissionDirection = "Bottom"
5004PE.Texture = "rbxassetid://242201991"
5005PE.LightEmission = 0.850
5006PE.Speed = NumberRange.new(0)
5007PE.RotSpeed = NumberRange.new(250)
5008PE.Size = NumberSequence.new(.5)
5009PE.Lifetime = NumberRange.new(0.2)
5010PE.Rate = 200
5011PE.VelocitySpread = 50
5012------------------------------------------Magic----
5013Magik = function()
5014 Spawn(function()
5015 local function lerp(a,b,c)
5016 return a+(b-a)*c
5017 end
5018 local function rndRange(rng)
5019 return math.random(-rng*1000,rng*1000)/1000
5020 end
5021 local magik = Instance.new("Part", LeftArm)
5022 local Colors = {"Crimson", "Really black"}
5023 local Material = {"Granite","Granite"}
5024 magik.Anchored = true
5025 magik.Material = "Granite"
5026 magik.Locked = true
5027 magik.FormFactor = "Custom"
5028 magik.Size = Vector3.new(1.2, 1.2, 1.2)
5029 magik.TopSurface = "Smooth"
5030 magik.BottomSurface = "Smooth"
5031 magik.Transparency = 0
5032 magik.CanCollide = false
5033 magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
5034 magik.Material = (Material[math.random(1,#Material)])
5035 local mr = math.rad
5036 local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
5037 local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
5038 magik.CFrame = cf
5039 for i = 0, 1, .05 do
5040 local newTrans = lerp(0.5, 1, i)
5041 local ns = lerp(1,1.2,i)
5042 magik.Transparency = newTrans
5043 magik.Size = Vector3.new(ns,ns,ns)
5044 magik.CFrame = cf
5045 wait()
5046 end
5047 magik:Destroy()
5048 wait()
5049 end)
5050end
5051
5052
5053Spawn(function()
5054while wait (.1) do
5055Magik()
5056end
5057end)
5058
5059local p = game.Players.LocalPlayer
5060local char = p.Character
5061local mouse = p:GetMouse()
5062local larm = char["Left Arm"]
5063local rarm = char["Right Arm"]
5064local lleg = char["Left Leg"]
5065local rleg = char["Right Leg"]
5066local hed = char.Head
5067local torso = char.Torso
5068local hum = char.Humanoid
5069local cam = game.Workspace.CurrentCamera
5070local root = char.HumanoidRootPart
5071local deb = false
5072local CanAttack = true
5073local shot = 0
5074local l = game:GetService("Lighting")
5075local rs = game:GetService("RunService").RenderStepped
5076math.randomseed(os.time())
5077hum.MaxHealth = 9001
5078wait(1)
5079hum.Health = 9001
5080
5081for i,v in pairs (hed:GetChildren()) do
5082 if v:IsA("Sound") then
5083 v:Destroy()
5084 end
5085end
5086--game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
5087--char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
5088
5089
5090----------------------------------------------------
5091--[[Additional Functions]]
5092
5093 cf=CFrame.new
5094 vt=Vector3.new
5095
5096 function swait(num)
5097 if num==0 or num==nil then
5098 game:service'RunService'.Stepped:wait(0)
5099 else
5100 for i=0,num do
5101 game:service'RunService'.Stepped:wait(0)
5102 end
5103 end
5104 end
5105
5106so = function(id,par,vol,pit)
5107coroutine.resume(coroutine.create(function()
5108local sou = Instance.new("Sound",par or workspace)
5109sou.Volume=vol
5110sou.Pitch=pit or 1
5111sou.SoundId=id
5112swait()
5113sou:play()
5114game:GetService("Debris"):AddItem(sou,6)
5115end))
5116end
5117
5118
5119
5120
5121
5122----------------------------------------------------
5123Debounces = {
5124CanAttack = true;
5125CanJoke = true;
5126NoIdl = false;
5127Slashing = false;
5128Slashed = false;
5129Slapping = false;
5130Slapped = false;
5131ks = false;
5132}
5133
5134local Touche = {char.Name, }
5135----------------------------------------------------
5136function HasntTouched(plrname)
5137local ret = true
5138for _, v in pairs(Touche) do
5139if v == plrname then
5140ret = false
5141end
5142end
5143return ret
5144end
5145----------------------------------------------------
5146function weld5(part0, part1, c0, c1)
5147 weeld=Instance.new("Weld", part0)
5148 weeld.Part0=part0
5149 weeld.Part1=part1
5150 weeld.C0=c0
5151 weeld.C1=c1
5152 return weeld
5153end
5154----------------------------------------------------
5155mod=Instance.new('Model',char)
5156
5157function Burst()
5158 part=Instance.new('Part',mod)
5159 part.Anchored=true
5160 part.CanCollide=false
5161 part.FormFactor='Custom'
5162 part.Size=Vector3.new(.2,.2,.2)
5163 part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
5164 part.Transparency=.7
5165
5166if holy ~= true then
5167 part.BrickColor=BrickColor.new('Really black')
5168else
5169 part.BrickColor=BrickColor.new('Crimson')
5170end
5171
5172 mesh=Instance.new('SpecialMesh',part)
5173 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
5174 mesh.Scale=Vector3.new(10,5,10)
5175 part2=part:clone()
5176 part2.Parent=mod
5177
5178if holy ~= true then
5179 part2.BrickColor=BrickColor.new('Crimson')
5180else
5181 part2.BrickColor=BrickColor.new('Crimson')
5182end
5183
5184 mesh2=mesh:clone()
5185 mesh2.Parent=part2
5186 mesh2.Scale=Vector3.new(5,2.5,5)
5187 coroutine.resume(coroutine.create(function()
5188 for i=0,1,0.1 do
5189 wait()
5190 part.CFrame=part.CFrame
5191 part.Transparency=i
5192 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
5193 part2.CFrame=part2.CFrame
5194 part2.Transparency=i
5195 mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
5196 end
5197 part.Parent=nil
5198 part2.Parent=nil
5199 end))
5200end
5201----------------------------------------------------
5202mod4 = Instance.new("Model",char)
5203
5204ptez = {0.7, 0.8, 0.9, 1}
5205
5206function FindNearestTorso(Position,Distance,SinglePlayer)
5207 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
5208 local List = {}
5209 for i,v in pairs(workspace:GetChildren())do
5210 if v:IsA("Model")then
5211 if v:findFirstChild("Torso")then
5212 if v ~= char then
5213 if(v.Torso.Position -Position).magnitude <= Distance then
5214 table.insert(List,v)
5215 end
5216 end
5217 end
5218 end
5219 end
5220 return List
5221end
5222
5223function Slam()
5224 part=Instance.new('Part',mod4)
5225 part.Anchored=true
5226 part.CanCollide=false
5227 part.FormFactor='Custom'
5228 part.Size=Vector3.new(.2,.2,.2)
5229 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
5230 part.Transparency=.7
5231
5232if holy ~= true then
5233 part.BrickColor=BrickColor.new('Really black')
5234else
5235 part.BrickColor=BrickColor.new('Crimson')
5236end
5237
5238 mesh=Instance.new('SpecialMesh',part)
5239 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
5240 mesh.Scale=Vector3.new(3,3,3)
5241 part2=Instance.new('Part',mod4)
5242 part2.Anchored=true
5243 part2.CanCollide=false
5244 part2.FormFactor='Custom'
5245 part2.Size=Vector3.new(.2,.2,.2)
5246 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
5247 part2.Transparency=.7
5248
5249if holy ~= true then
5250 part2.BrickColor=BrickColor.new('Crimson')
5251else
5252 part2.BrickColor=BrickColor.new('Crimson')
5253end
5254
5255 mesh2=Instance.new('SpecialMesh',part2)
5256 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
5257 mesh2.Scale=Vector3.new(3,1.5,3)
5258 x = Instance.new("Sound",char)
5259 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
5260 x.Pitch = ptez[math.random(1,#ptez)]
5261 x.Volume = 1
5262 wait(.1)
5263 x1 = Instance.new("Sound",char)
5264 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
5265 x1.Pitch = ptez[math.random(1,#ptez)]
5266 x1.Volume = 1
5267 wait(.1)
5268 x:Play()
5269 x1:Play()
5270 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
5271 if v:FindFirstChild('Humanoid') then
5272 v.Humanoid:TakeDamage(math.random(99999999,99999999))
5273 end
5274 end
5275 coroutine.resume(coroutine.create(function()
5276 for i=0,0.62,0.13 do
5277 wait()
5278 part.CFrame=part.CFrame
5279 part.Transparency=i
5280 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
5281 part2.CFrame=part2.CFrame
5282 part2.Transparency=i
5283 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
5284 end
5285 part.Parent=nil
5286 part2.Parent=nil
5287 x:Destroy()
5288 end))
5289end
5290----------------------------------------------------PUNCH FUNC
5291GroundWave = function()
5292 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
5293 local Colors = {"Crimson", "Really black"}
5294 local wave = Instance.new("Part", torso)
5295
5296 if holy == false then
5297 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
5298 else
5299 wave.BrickColor = BrickColor.new("Crimson")
5300 end
5301
5302 wave.Anchored = true
5303 wave.CanCollide = false
5304 wave.Material = "Granite"
5305 wave.Locked = true
5306 wave.Size = Vector3.new(1, 1, 1)
5307 wave.TopSurface = "Smooth"
5308 wave.BottomSurface = "Smooth"
5309 wave.Transparency = 0.35
5310 wave.CFrame = HandCF
5311 wm = Instance.new("SpecialMesh", wave)
5312 wm.MeshId = "rbxassetid://3270017"
5313 coroutine.wrap(function()
5314 for i = 1, 14, 1 do
5315 wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
5316 wave.Size = wm.Scale
5317 wave.CFrame = HandCF
5318 wave.Transparency = i/14
5319 wait()
5320 end
5321 wait()
5322 wave:Destroy()
5323 end)()
5324end
5325----------------------------------------------------
5326function lerp(a, b, t) -- Linear interpolation
5327 return a + (b - a)*t
5328end
5329
5330function slerp(a, b, t) --Spherical interpolation
5331 dot = a:Dot(b)
5332 if dot > 0.99999 or dot < -0.99999 then
5333 return t <= 0.5 and a or b
5334 else
5335 r = math.acos(dot)
5336 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
5337 end
5338end
5339
5340function matrixInterpolate(a, b, t)
5341 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
5342 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
5343 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
5344 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
5345 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
5346 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
5347 local t = v1:Dot(v2)
5348 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
5349 return CFrame.new()
5350 end
5351 return CFrame.new(
5352 v0.x, v0.y, v0.z,
5353 v1.x, v1.y, v1.z,
5354 v2.x, v2.y, v2.z,
5355 v3.x, v3.y, v3.z)
5356end
5357----------------------------------------------------
5358function genWeld(a,b)
5359 local w = Instance.new("Weld",a)
5360 w.Part0 = a
5361 w.Part1 = b
5362 return w
5363end
5364function weld(a, b)
5365 local weld = Instance.new("Weld")
5366 weld.Name = "W"
5367 weld.Part0 = a
5368 weld.Part1 = b
5369 weld.C0 = a.CFrame:inverse() * b.CFrame
5370 weld.Parent = a
5371 return weld;
5372end
5373----------------------------------------------------
5374function Lerp(c1,c2,al)
5375local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
5376local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
5377for i,v in pairs(com1) do
5378com1[i] = v+(com2[i]-v)*al
5379end
5380return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
5381end
5382----------------------------------------------------[[Dissolve function]]
5383function Dissolve(ret)
5384
5385 ret.BrickColor = BrickColor.new("Really black")
5386 for i = 1, 10 do wait()
5387 for i,v in pairs(ret:GetChildren()) do
5388 if v:IsA("Part") or v:IsA("WedgePart") then
5389 v.Transparency = v.Transparency + 0.1
5390
5391 end
5392 end
5393 end
5394 ret:Destroy()
5395end
5396
5397----------------------------------------------------
5398newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
5399local wld = Instance.new("Weld", wp1)
5400wld.Part0 = wp0
5401wld.Part1 = wp1
5402wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
5403end
5404----------------------------------------------------newblast
5405mouse.KeyDown:connect(function(key)
5406 if key == "e" then
5407 if Debounces.CanAttack == true then
5408 Debounces.CanAttack = false
5409 Debounces.on = true
5410 Debounces.NoIdl = true
5411 animpose = "Idle1"
5412 for i = 1, 15 do
5413 rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2)
5414 larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6)
5415 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
5416 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
5417 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
5418 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
5419 if Debounces.on == false then break end
5420 rs:wait(2.7)
5421 end
5422 so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
5423 x = Instance.new("Sound",char.Head)
5424 x.SoundId = "rbxassetid://183763515"
5425 x.Pitch = 0.7
5426 x.Volume = .8
5427 x3 = Instance.new("Sound",char.Head)
5428 x3.SoundId = "rbxassetid://183763487"
5429 x3.Pitch = 1
5430 x3.Volume = .8
5431 wait(.1)
5432 x:Play()
5433 x3:Play()
5434
5435if holy == true then
5436so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
5437so("http://roblox.com/asset/?id=2233091183",hed,1,1)
5438else
5439end
5440
5441 Debounces.on = false
5442 Debounces.Here = false
5443 shot = shot + 1
5444local rng = Instance.new("Part", larm)
5445rng.Anchored = true
5446
5447if holy ~= true then
5448rng.BrickColor = BrickColor.new("Really black")
5449else
5450 rng.BrickColor = BrickColor.new("Crimson")
5451end
5452
5453rng.Material = "Granite"
5454rng.CanCollide = false
5455rng.FormFactor = 3
5456rng.Name = "Ring"
5457rng.Size = Vector3.new(1, 1, 1)
5458rng.Transparency = 0.35
5459rng.TopSurface = 0
5460rng.BottomSurface = 0
5461rng2 = rng:clone()
5462rng3 = rng2:clone()
5463rng4 = rng2:clone()
5464local rngm = Instance.new("SpecialMesh", rng)
5465rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
5466rngm.Scale = Vector3.new(10, 10, 1)
5467rngm2 = rngm:clone()
5468rngm2.Scale = Vector3.new(5, 5, 3)
5469rngm3=rngm2:clone()
5470rngm3.Parent = rng3
5471rngm3.Scale = Vector3.new(8, 8, 1)
5472rngm4 = rngm2:clone()
5473rngm4.Parent = rng4
5474rngm4.Scale = Vector3.new(6, 6, 1)
5475local bem = Instance.new("Part", larm)
5476bem.Anchored = true
5477
5478if holy == false then
5479bem.BrickColor = BrickColor.new("Really black")
5480else
5481 bem.BrickColor = BrickColor.new("Crimson")
5482end
5483
5484
5485bem.CanCollide = false
5486bem.Material = "Granite"
5487bem.FormFactor = 3
5488bem.Name = "Beam" .. shot
5489bem.Size = Vector3.new(1, 1, 1)
5490bem.Transparency = 0.35
5491bem.TopSurface = 0
5492bem.BottomSurface = 0
5493local bemm = Instance.new("SpecialMesh", bem)
5494bemm.MeshType = 4
5495bemm.Scale = Vector3.new(1, 4, 4)
5496local out = Instance.new("Part", larm)
5497out.Anchored = true
5498out.Material = "Granite"
5499
5500if holy == false then
5501out.BrickColor = BrickColor.new("Really black")
5502else
5503 out.BrickColor = BrickColor.new("Crimson")
5504end
5505
5506out.CanCollide = false
5507out.FormFactor = 3
5508out.Name = "Out"
5509out.Size = Vector3.new(4, 4, 4)
5510out.Transparency = 0.35
5511out.TopSurface = 0
5512out.BottomSurface = 0
5513local outm = Instance.new("SpecialMesh", out)
5514outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
5515outm.Scale = Vector3.new(6, 4, 6)
5516local bnd = Instance.new("Part", larm)
5517bnd.Anchored = true
5518bnd.BrickColor = BrickColor.new("Really red")
5519bnd.CanCollide = false
5520bnd.FormFactor = 3
5521bnd.Name = "Bend"
5522bnd.Size = Vector3.new(1, 1, 1)
5523bnd.Transparency = 1
5524bnd.TopSurface = 0
5525bnd.BottomSurface = 0
5526local bndm = Instance.new("SpecialMesh", bnd)
5527bndm.MeshType = 3
5528bndm.Scale = Vector3.new(8, 8, 8)
5529out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
5530bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
5531bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
5532rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
5533rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
5534rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
5535Debounces.Shewt = true
5536coroutine.wrap(function()
5537for i = 1, 20, 0.2 do
5538rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
5539rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
5540rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
5541rng.Transparency = i/20
5542rng3.Transparency = 1/24
5543rng4.Transparency = i/26
5544wait()
5545end
5546wait()
5547rng:Destroy()
5548end)()
5549if Debounces.Shewt == true then
5550larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
5551hit = ht.Parent
5552if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
5553if HasntTouched(hit.Name) == true and deb == false then
5554deb = true
5555coroutine.wrap(function()
5556hit:FindFirstChild("Humanoid").PlatformStand = true
5557hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
5558hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
5559end)()
5560table.insert(Touche, hit.Name)
5561deb = false
5562end
5563elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
5564if HasntTouched(hit.Parent.Name) == true and deb == false then
5565deb = true
5566coroutine.wrap(function()
5567hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
5568hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
5569wait(1)
5570hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
5571end)()
5572table.insert(Touche, hit.Parent.Name)
5573deb = false
5574for i, v in pairs(Touche) do
5575print(v)
5576end
5577end
5578end
5579end)
5580end
5581for i = 0, 260, 8 do
5582bem.Size = Vector3.new(i, 3, 3)
5583out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
5584bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
5585bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
5586bnd.Size = Vector3.new(1,1,1)
5587bndm.Scale = Vector3.new(8,8,8)
5588if i % 10 == 0 then
5589local newRng = rng2:Clone()
5590newRng.Parent = larm
5591newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
5592local newRngm = rngm2:clone()
5593newRngm.Parent=newRng
5594coroutine.wrap(function()
5595for i = 1, 10, 0.2 do
5596newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
5597newRng.Transparency = i/10
5598wait()
5599end
5600wait()
5601newRng:Destroy()
5602end)()
5603end
5604wait()
5605end
5606wait()
5607Debounces.Shewt = false
5608bem:Destroy()
5609out:Destroy()
5610bnd:Destroy()
5611Debounces.Ready = false
5612for i, v in pairs(Touche) do
5613table.remove(Touche, i)
5614end
5615wait()
5616table.insert(Touche, char.Name)
5617Debounces.NoIdl = false
5618if Debounces.CanAttack == false then
5619Debounces.CanAttack = true
5620animpose = "Idle1"
5621end
5622end
5623end
5624end)
5625
5626---------------------------------------------
5627
5628
5629--newcape
5630
5631local verlet = {}
5632verlet.step_time = 1 / 50
5633verlet.gravity = Vector3.new(0, -150, 0) --//
5634
5635local char = game.Players.LocalPlayer.Character
5636local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
5637local parts = {}
5638local render = game:GetService("RunService").RenderStepped
5639
5640wait()
5641
5642local point = {}
5643local link = {}
5644local rope = {}
5645
5646local function ccw(A,B,C)
5647 return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
5648end
5649
5650local function intersect(A,B,C,D)
5651 return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
5652end
5653
5654local function vec2(v)
5655 return Vector2.new(v.x, v.z)
5656end
5657
5658function point:step()
5659 if not self.fixed then
5660 local derivative = (self.position - self.last_position) * 0.95
5661 self.last_position = self.position
5662 self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
5663 --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
5664 local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
5665 local pointE = self.position + torso.CFrame.lookVector * 100
5666 local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
5667 if not doIntersect then
5668 self.postition = self.position - torso.CFrame.lookVector * 10
5669 end]]
5670 end
5671end
5672
5673function link:step()
5674 for i = 1, 1 do
5675 local distance = self.point1.position - self.point2.position
5676 local magnitude = distance.magnitude
5677 local differance = (self.length - magnitude) / magnitude
5678 local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
5679 if not self.point1.fixed then
5680 self.point1.position = self.point1.position + translation
5681 end
5682 if not self.point2.fixed then
5683 self.point2.position = self.point2.position - translation
5684 end
5685 end
5686end
5687
5688function verlet.new(class, a, b, c)
5689 if class == "Point" then
5690 local new = {}
5691 setmetatable(new, {__index = point})
5692 new.class = class
5693 new.position = a or Vector3.new()
5694 new.last_position = new.position
5695 new.velocity = verlet.gravity
5696 new.fixed = false
5697 return new
5698 elseif class == "Link" then
5699 local new = {}
5700 setmetatable(new, {__index = link})
5701 new.class = class
5702 new.point1 = a
5703 new.point2 = b
5704 new.length = c or (a.position - b.position).magnitude
5705 return new
5706 elseif class == "Rope" then
5707 local new = {}
5708 setmetatable(new, {__index = link})
5709 new.class = class
5710 new.start_point = a
5711 new.finish_point = b
5712 new.points = {}
5713 new.links = {}
5714 local inc = (b - a) / 10
5715 for i = 0, 10 do
5716 table.insert(new.points, verlet.new("Point", a + (i * inc)))
5717 end
5718 for i = 2, #new.points do
5719 table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
5720 end
5721 return new
5722 end
5723end
5724
5725local tris = {}
5726local triParts = {}
5727
5728local function GetDiscoColor(hue)
5729 local section = hue % 1 * 3
5730 local secondary = 0.5 * math.pi * (section % 1)
5731 if section < 1 then
5732 return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
5733 elseif section < 2 then
5734 return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
5735 else
5736 return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
5737 end
5738end
5739
5740local function setupPart(part)
5741 part.Anchored = true
5742 part.FormFactor = 3
5743 part.CanCollide = false
5744 part.TopSurface = 10
5745 part.BottomSurface = 10
5746 part.LeftSurface = 10
5747 part.RightSurface = 10
5748 part.FrontSurface = 10
5749 part.BackSurface = 10
5750 part.Material = "Granite"
5751 local m = Instance.new("SpecialMesh", part)
5752 m.MeshType = "Wedge"
5753 m.Scale = Vector3.new(0.2, 1, 1)
5754 return part
5755end
5756
5757local function CFrameFromTopBack(at, top, back)
5758 local right = top:Cross(back)
5759 return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z)
5760end
5761
5762local function drawTri(parent, a, b, c)
5763 local this = {}
5764 local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
5765 local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
5766 function this:Set(a, b, c)
5767 local ab, bc, ca = b-a, c-b, a-c
5768 local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
5769 local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
5770 local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
5771 local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
5772 if edg1 < edg2 then
5773 if edg1 >= edg3 then
5774 a, b, c = c, a, b
5775 ab, bc, ca = ca, ab, bc
5776 abm = cam
5777 end
5778 else
5779 if edg2 < edg3 then
5780 a, b, c = b, c, a
5781 ab, bc, ca = bc, ca, ab
5782 abm = bcm
5783 else
5784 a, b, c = c, a, b
5785 ab, bc, ca = ca, ab, bc
5786 abm = cam
5787 end
5788 end
5789
5790 local len1 = -ca:Dot(ab)/abm
5791 local len2 = abm - len1
5792 local width = (ca + ab.unit*len1).magnitude
5793
5794 local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
5795
5796 if len1 > 0.2 then
5797 mPart1.Parent = parent
5798 mPart1.Size = Vector3.new(0.2, width, len1)
5799 mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
5800 else
5801 mPart1.Parent = nil
5802 end
5803
5804 if len2 > 0.2 then
5805 mPart2.Parent = parent
5806 mPart2.Size = Vector3.new(0.2, width, len2)
5807 mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
5808 else
5809 mPart2.Parent = nil
5810 end
5811 end
5812 function this:SetProperty(prop, value)
5813 mPart1[prop] = value
5814 mPart2[prop] = value
5815 end
5816 this:Set(a, b, c)
5817 function this:Destroy()
5818 mPart1:Destroy()
5819 mPart2:Destroy()
5820 end
5821 this.p1 = mPart1
5822 this.p2 = mPart2
5823 this.p1.BrickColor = BrickColor.new "Crimson"
5824 this.p2.BrickColor = BrickColor.new "Crimson"
5825 return this
5826end
5827
5828function verlet.draw(object, id)
5829 if object.class == "Point" then
5830 local part = parts[id]
5831 part.BrickColor = BrickColor.new(1, 1, 1)
5832 part.Transparency = 0
5833 part.formFactor = 3
5834 part.Anchored = true
5835 part.CanCollide = false
5836 part.TopSurface = 0
5837 part.BottomSurface = 0
5838 part.Size = Vector3.new(0.35, 0.35, 0.35)
5839 part.Material = "Neon"
5840 part.CFrame = CFrame.new(object.position)
5841 part.Parent = torso
5842 return part
5843 elseif object.class == "Link" then
5844 local part = parts[id]
5845 local dist = (object.point1.position - object.point2.position).magnitude
5846 part.Size = Vector3.new(0.2, 0.2, dist)
5847 part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
5848 part.Parent = torso
5849 return part
5850 end
5851end
5852
5853function verlet.clear()
5854 for _, v in pairs(workspace:GetChildren()) do
5855 if v.Name == "Part" then
5856 v:Destroy()
5857 end
5858 end
5859end
5860
5861local points = {}
5862local links = {}
5863
5864for x = 0, 2 do
5865 points[x] = {}
5866 for y = 0, 3 do
5867 points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
5868 points[x][y].fixed = y == 0
5869 end
5870end
5871
5872for x = 1, 2 do
5873 for y = 0, 3 do
5874 links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
5875 end
5876end
5877
5878for x = 0, 2 do
5879 for y = 1, 3 do
5880 links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
5881 end
5882end
5883
5884render:connect(function()
5885 for x = 0, 2 do
5886 for y = 0, 3 do
5887 if y == 0 then
5888 points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
5889 else
5890 points[x][y]:step()
5891 end
5892 end
5893 end
5894 for i = 1, #links do
5895 links[i]:step()
5896 end
5897 for i = 1, #tris do
5898 triParts[#triParts + 1] = tris[i].p1
5899 triParts[#triParts + 1] = tris[i].p2
5900 end
5901 tris = {}
5902 for x = 1, 2 do
5903 for y = 1, 3 do
5904 tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
5905 tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
5906 end
5907 end
5908end)
5909
5910
5911local cor6 = Instance.new("Part", torso.Cloak)
5912cor6.Name = "Thingy"
5913cor6.Locked = true
5914cor6.BottomSurface = 0
5915cor6.CanCollide = false
5916cor6.Size = Vector3.new(1,1,1)
5917cor6.Transparency = 1
5918cor6.TopSurface = 0
5919corw6 = Instance.new("Weld", cor6)
5920corw6.Part0 = torso
5921corw6.Part1 = cor6
5922corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5923corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5924weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5925weld6.Part0 = cor6
5926weld6.Part1 = torso.Cloak.NeckPart
5927weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5928--Amulet
5929m7 = Instance.new("Model")
5930m7.Name = "Amulet"
5931p1 = Instance.new("Part", m7)
5932p1.BrickColor = BrickColor.new("Crimson")
5933p1.Material = Enum.Material.Neon
5934p1.Name = "Center"
5935p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5936p1.CanCollide = false
5937p1.Locked = true
5938p1.FormFactor = Enum.FormFactor.Custom
5939p1.Shape = Enum.PartType.Cylinder
5940p1.Size = Vector3.new(0.5, 0.5, 0.5)
5941p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5942p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5943p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5944p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5945p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5946p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5947p2 = Instance.new("Part", m7)
5948p2.BrickColor = BrickColor.new("Really black")
5949p2.Material = Enum.Material.Metal
5950p2.Name = "Bottom"
5951p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5952p2.CanCollide = false
5953p2.Locked = true
5954p2.FormFactor = Enum.FormFactor.Custom
5955p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5956p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5957p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5958p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5959p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5960p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5961p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5962b1 = Instance.new("SpecialMesh", p2)
5963b1.MeshType = Enum.MeshType.Cylinder
5964b1.Name = "Mesh"
5965p3 = Instance.new("Part", m7)
5966p3.BrickColor = BrickColor.new("Really black")
5967p3.Material = Enum.Material.Metal
5968p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5969p3.CanCollide = false
5970p3.Locked = true
5971p3.FormFactor = Enum.FormFactor.Custom
5972p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5973p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5974p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5975p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5976p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5977p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5978p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5979b2 = Instance.new("SpecialMesh", p3)
5980b2.MeshType = Enum.MeshType.Brick
5981b2.Name = "Mesh"
5982b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5983p4 = Instance.new("Part", m7)
5984p4.BrickColor = BrickColor.new("Really black")
5985p4.Material = Enum.Material.Metal
5986p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5987p4.CanCollide = false
5988p4.Locked = true
5989p4.FormFactor = Enum.FormFactor.Custom
5990p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5991p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5992p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5993p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5994p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5995p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5996p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5997b3 = Instance.new("SpecialMesh", p4)
5998b3.MeshType = Enum.MeshType.Brick
5999b3.Name = "Mesh"
6000b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6001p5 = Instance.new("Part", m7)
6002p5.BrickColor = BrickColor.new("Really black")
6003p5.Material = Enum.Material.Metal
6004p5.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)
6005p5.CanCollide = false
6006p5.Locked = true
6007p5.FormFactor = Enum.FormFactor.Custom
6008p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6009p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6010p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6011p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6012p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6013p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6014p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6015b4 = Instance.new("SpecialMesh", p5)
6016b4.MeshType = Enum.MeshType.Brick
6017b4.Name = "Mesh"
6018b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6019p6 = Instance.new("Part", m7)
6020p6.BrickColor = BrickColor.new("Really black")
6021p6.Material = Enum.Material.Metal
6022p6.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)
6023p6.CanCollide = false
6024p6.Locked = true
6025p6.FormFactor = Enum.FormFactor.Custom
6026p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6027p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6028p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6029p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6030p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6031p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6032p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6033b5 = Instance.new("SpecialMesh", p6)
6034b5.MeshType = Enum.MeshType.Brick
6035b5.Name = "Mesh"
6036b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6037p7 = Instance.new("Part", m7)
6038p7.BrickColor = BrickColor.new("Really black")
6039p7.Material = Enum.Material.Metal
6040p7.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)
6041p7.CanCollide = false
6042p7.Locked = true
6043p7.FormFactor = Enum.FormFactor.Custom
6044p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6045p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6046p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6047p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6048p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6049p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6050p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6051b6 = Instance.new("SpecialMesh", p7)
6052b6.MeshType = Enum.MeshType.Brick
6053b6.Name = "Mesh"
6054b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6055p8 = Instance.new("Part", m7)
6056p8.BrickColor = BrickColor.new("Really black")
6057p8.Material = Enum.Material.Metal
6058p8.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)
6059p8.CanCollide = false
6060p8.Locked = true
6061p8.FormFactor = Enum.FormFactor.Custom
6062p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6063p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6064p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6065p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6066p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6067p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6068p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6069b7 = Instance.new("SpecialMesh", p8)
6070b7.MeshType = Enum.MeshType.Brick
6071b7.Name = "Mesh"
6072b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6073p9 = Instance.new("Part", m7)
6074p9.BrickColor = BrickColor.new("Really black")
6075p9.Material = Enum.Material.Metal
6076p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
6077p9.CanCollide = false
6078p9.Locked = true
6079p9.FormFactor = Enum.FormFactor.Custom
6080p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6081p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6082p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6083p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6084p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6085p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6086p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6087b8 = Instance.new("SpecialMesh", p9)
6088b8.MeshType = Enum.MeshType.Brick
6089b8.Name = "Mesh"
6090b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6091p10 = Instance.new("Part", m7)
6092p10.BrickColor = BrickColor.new("Really black")
6093p10.Material = Enum.Material.Metal
6094p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
6095p10.CanCollide = false
6096p10.Locked = true
6097p10.FormFactor = Enum.FormFactor.Custom
6098p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6099p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6100p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6101p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6102p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6103p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6104p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6105b9 = Instance.new("SpecialMesh", p10)
6106b9.MeshType = Enum.MeshType.Brick
6107b9.Name = "Mesh"
6108b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6109p11 = Instance.new("Part", m7)
6110p11.BrickColor = BrickColor.new("Really black")
6111p11.Material = Enum.Material.Metal
6112p11.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)
6113p11.CanCollide = false
6114p11.Locked = true
6115p11.FormFactor = Enum.FormFactor.Custom
6116p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6117p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6118p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6119p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6120p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6121p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6122p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6123b10 = Instance.new("SpecialMesh", p11)
6124b10.MeshType = Enum.MeshType.Brick
6125b10.Name = "Mesh"
6126b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6127p12 = Instance.new("Part", m7)
6128p12.BrickColor = BrickColor.new("Really black")
6129p12.Material = Enum.Material.Metal
6130p12.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)
6131p12.CanCollide = false
6132p12.Locked = true
6133p12.FormFactor = Enum.FormFactor.Custom
6134p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6135p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6136p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6137p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6138p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6139p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6140p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6141b11 = Instance.new("SpecialMesh", p12)
6142b11.MeshType = Enum.MeshType.Brick
6143b11.Name = "Mesh"
6144b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6145p13 = Instance.new("Part", m7)
6146p13.BrickColor = BrickColor.new("Really black")
6147p13.Material = Enum.Material.Metal
6148p13.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)
6149p13.CanCollide = false
6150p13.Locked = true
6151p13.FormFactor = Enum.FormFactor.Custom
6152p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6153p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6154p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6155p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6156p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6157p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6158p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6159b12 = Instance.new("SpecialMesh", p13)
6160b12.MeshType = Enum.MeshType.Brick
6161b12.Name = "Mesh"
6162b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6163p14 = Instance.new("Part", m7)
6164p14.BrickColor = BrickColor.new("Really black")
6165p14.Material = Enum.Material.Metal
6166p14.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)
6167p14.CanCollide = false
6168p14.Locked = true
6169p14.FormFactor = Enum.FormFactor.Custom
6170p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6171p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6172p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6173p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6174p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6175p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6176p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6177b13 = Instance.new("SpecialMesh", p14)
6178b13.MeshType = Enum.MeshType.Brick
6179b13.Name = "Mesh"
6180b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6181p15 = Instance.new("Part", m7)
6182p15.BrickColor = BrickColor.new("Really black")
6183p15.Material = Enum.Material.Metal
6184p15.Name = "Top"
6185p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
6186p15.CanCollide = false
6187p15.Locked = true
6188p15.FormFactor = Enum.FormFactor.Custom
6189p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
6190p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6191p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6192p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6193p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6194p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6195p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6196b14 = Instance.new("SpecialMesh", p15)
6197b14.MeshType = Enum.MeshType.Cylinder
6198b14.Name = "Mesh"
6199w1 = Instance.new("Weld", p1)
6200w1.Name = "Joint"
6201w1.Part0 = p1
6202w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6203w1.Part1 = p15
6204w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6205w2 = Instance.new("Weld", p2)
6206w2.Name = "Joint"
6207w2.Part0 = p2
6208w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6209w2.Part1 = p1
6210w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6211w3 = Instance.new("Weld", p3)
6212w3.Name = "Joint"
6213w3.Part0 = p3
6214w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6215w3.Part1 = p1
6216w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6217w4 = Instance.new("Weld", p4)
6218w4.Name = "Joint"
6219w4.Part0 = p4
6220w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6221w4.Part1 = p1
6222w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6223w5 = Instance.new("Weld", p5)
6224w5.Name = "Joint"
6225w5.Part0 = p5
6226w5.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)
6227w5.Part1 = p1
6228w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6229w6 = Instance.new("Weld", p6)
6230w6.Name = "Joint"
6231w6.Part0 = p6
6232w6.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)
6233w6.Part1 = p1
6234w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6235w7 = Instance.new("Weld", p7)
6236w7.Name = "Joint"
6237w7.Part0 = p7
6238w7.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)
6239w7.Part1 = p1
6240w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6241w8 = Instance.new("Weld", p8)
6242w8.Name = "Joint"
6243w8.Part0 = p8
6244w8.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)
6245w8.Part1 = p1
6246w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6247w9 = Instance.new("Weld", p9)
6248w9.Name = "Joint"
6249w9.Part0 = p9
6250w9.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)
6251w9.Part1 = p1
6252w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6253w10 = Instance.new("Weld", p10)
6254w10.Name = "Joint"
6255w10.Part0 = p10
6256w10.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)
6257w10.Part1 = p1
6258w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6259w11 = Instance.new("Weld", p11)
6260w11.Name = "Joint"
6261w11.Part0 = p11
6262w11.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)
6263w11.Part1 = p1
6264w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6265w12 = Instance.new("Weld", p12)
6266w12.Name = "Joint"
6267w12.Part0 = p12
6268w12.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)
6269w12.Part1 = p1
6270w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6271w13 = Instance.new("Weld", p13)
6272w13.Name = "Joint"
6273w13.Part0 = p13
6274w13.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)
6275w13.Part1 = p1
6276w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6277w14 = Instance.new("Weld", p14)
6278w14.Name = "Joint"
6279w14.Part0 = p14
6280w14.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)
6281w14.Part1 = p1
6282w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6283m7.Parent = torso
6284m7:MakeJoints()
6285----------------------------------------------------
6286local cor7 = Instance.new("Part", torso.Amulet)
6287cor7.Name = "Thingy"
6288cor7.Locked = true
6289cor7.BottomSurface = 0
6290cor7.CanCollide = false
6291cor7.Size = Vector3.new(1, 1, 1)
6292cor7.Transparency = 1
6293cor7.TopSurface = 0
6294corw7 = Instance.new("Weld", cor7)
6295corw7.Part0 = torso.Torso.Connection
6296corw7.Part1 = cor7
6297corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
6298corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
6299weld7 = Instance.new("Weld", torso.Amulet)
6300weld7.Part0 = cor7
6301weld7.Part1 = torso.Amulet.Top
6302weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6303--SWORD
6304Player=owner
6305Character=Player.Character
6306PlayerGui=Player.PlayerGui
6307Backpack=Player.Backpack
6308Torso=Character.Torso
6309Head=Character.Head
6310Humanoid=Character.Humanoid
6311m8=Instance.new('Model',Character)
6312LeftArm=Character["Left Arm"]
6313LeftLeg=Character["Left Leg"]
6314RightArm=Character["Right Arm"]
6315RightLeg=Character["Right Leg"]
6316it=Instance.new
6317
6318Player=game:GetService('Players').LocalPlayer
6319Character=Player.Character
6320Mouse=Player:GetMouse()
6321m8=Instance.new('Model',Character)
6322it=Instance.new
6323function nooutline(part)
6324 part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
6325end
6326function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
6327 local fp=it("Part")
6328 fp.formFactor=formfactor
6329 fp.Parent=parent
6330 fp.Reflectance=reflectance
6331 fp.Transparency=transparency
6332 fp.CanCollide=false
6333 fp.Locked=true
6334 fp.BrickColor=BrickColor.new(tostring(brickcolor))
6335 fp.Name=name
6336 fp.Size=size
6337 fp.Position=Character.Torso.Position
6338 nooutline(fp)
6339 fp.Material=material
6340 fp:BreakJoints()
6341 return fp
6342end
6343function mesh(Mesh,part,meshtype,meshid,offset,scale)
6344 local mesh=it(Mesh)
6345 mesh.Parent=part
6346 if Mesh=="SpecialMesh" then
6347 mesh.MeshType=meshtype
6348 mesh.MeshId=meshid
6349 end
6350 mesh.Offset=offset
6351 mesh.Scale=scale
6352 return mesh
6353end
6354function weld(parent,part0,part1,c0,c1)
6355 local weld=it("Weld")
6356 weld.Parent=parent
6357 weld.Part0=part0
6358 weld.Part1=part1
6359 weld.C0=c0
6360 weld.C1=c1
6361 return weld
6362end
6363
6364
6365m8 = Instance.new("Model")
6366m8.Name = "Zyrodoxa"
6367Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
6368HandleWeld=weld(m8,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6369mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
6370Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
6371Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
6372mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6373Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
6374Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6375mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
6376Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
6377Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6378mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6379Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
6380Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007))
6381mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6382Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
6383Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007))
6384mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6385Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6386Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
6387mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6388Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
6389Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
6390mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6391Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
6392Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007))
6393mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6394Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
6395Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
6396mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6397Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
6398Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6399mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6400Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6401Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
6402mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6403Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6404Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6405mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6406Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
6407Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6408mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
6409Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
6410Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238))
6411mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6412Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
6413Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566))
6414mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
6415Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
6416Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686))
6417mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6418Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6419Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6420mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6421Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
6422Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6423mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6424Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
6425Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
6426mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6427Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
6428Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238))
6429mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6430Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
6431Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
6432mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6433Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
6434Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6435mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
6436Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6437Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
6438mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6439Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
6440Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121))
6441mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6442Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6443Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007))
6444mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6445Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6446Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888))
6447mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6448Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6449Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709))
6450mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6451Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6452Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6453mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6454Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
6455Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6456mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6457Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
6458Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6459mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6460Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
6461Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
6462mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
6463Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
6464Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6465mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6466Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
6467Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007))
6468mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
6469Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
6470Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
6471mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6472Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
6473Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685))
6474mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6475Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
6476Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
6477mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6478Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6479Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
6480mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6481Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6482Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
6483mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6484Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
6485Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
6486mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
6487Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
6488Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6489mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6490Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
6491Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
6492mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
6493Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
6494Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179))
6495mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6496Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
6497Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6498mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6499Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
6500Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
6501mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6502Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
6503Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829))
6504mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6505Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
6506Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6507mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
6508Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
6509Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007))
6510mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6511Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
6512Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6513mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6514Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
6515Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
6516mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6517Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
6518Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6519mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
6520Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
6521Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007))
6522mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6523Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
6524Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
6525mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6526Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
6527Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007))
6528mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6529Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
6530Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007))
6531mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
6532Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
6533Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007))
6534mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6535Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
6536Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
6537mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6538Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
6539Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932))
6540mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6541Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
6542Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369))
6543mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
6544Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
6545Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606))
6546mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6547Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6548Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
6549mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6550Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
6551Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812))
6552mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6553Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
6554Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995))
6555mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
6556Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
6557Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908))
6558mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6559Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
6560Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399))
6561mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6562Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
6563Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
6564mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6565Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
6566Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049))
6567mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6568Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
6569Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802))
6570mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6571Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
6572Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
6573mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6574Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
6575Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777))
6576mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
6577Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
6578Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897))
6579mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6580Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
6581Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332))
6582mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
6583Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
6584Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777))
6585mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
6586Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
6587Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101))
6588mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
6589Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
6590Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606))
6591mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6592Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
6593Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014))
6594mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6595Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6596Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
6597mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6598Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
6599Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997))
6600mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6601Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
6602Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
6603mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6604Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
6605Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747))
6606mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6607Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
6608Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631))
6609mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
6610Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
6611Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
6612mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6613Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
6614Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138))
6615mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6616Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
6617Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564))
6618mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
6619Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6620Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
6621mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6622Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
6623Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
6624mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6625Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6626Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614))
6627mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6628Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
6629Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871))
6630mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6631Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
6632Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008))
6633mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6634Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
6635Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948))
6636mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
6637Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
6638Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213))
6639mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6640Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
6641Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908))
6642mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6643Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
6644Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
6645mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6646Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
6647Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709))
6648mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6649Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
6650Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
6651mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
6652Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
6653Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312))
6654mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
6655Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6656Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6657mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6658Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
6659Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709))
6660mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6661Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
6662Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007))
6663mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6664Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
6665Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1))
6666mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6667Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
6668Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948))
6669mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
6670Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
6671Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1))
6672mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
6673Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
6674Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1))
6675mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
6676Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
6677Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067))
6678mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
6679Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6680Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
6681mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6682Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
6683Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888))
6684mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
6685Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
6686Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007))
6687mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
6688Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
6689Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006))
6690mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
6691Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
6692Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1))
6693mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
6694Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
6695Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007))
6696mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
6697Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
6698Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507))
6699mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6700Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
6701Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537))
6702mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6703Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
6704Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007))
6705mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6706Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
6707Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6708mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
6709Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
6710Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6711mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
6712Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
6713Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
6714mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
6715Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
6716Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6717mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6718Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
6719Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431))
6720mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6721Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
6722Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888))
6723mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6724Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
6725Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985))
6726mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6727Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
6728Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399))
6729mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6730Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
6731Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948))
6732mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6733Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
6734Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347))
6735mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6736Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
6737Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904))
6738mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6739Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
6740Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007))
6741mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6742Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
6743Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527))
6744mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
6745Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
6746Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007))
6747mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6748Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
6749Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007))
6750mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6751Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
6752Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6753mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6754Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
6755Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6756mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
6757Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
6758Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6759mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
6760Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
6761Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007))
6762mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
6763Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6764Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769))
6765mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6766Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
6767Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007))
6768mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6769Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
6770Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007))
6771mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
6772Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
6773Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007))
6774mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6775Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6776Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007))
6777mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6778Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6779Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888))
6780mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6781Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6782Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007))
6783mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6784Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
6785Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007))
6786mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
6787Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
6788Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
6789mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
6790Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
6791Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007))
6792mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
6793Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
6794Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007))
6795mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
6796Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
6797Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007))
6798mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
6799Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
6800Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238))
6801mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6802Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
6803Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289))
6804mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6805Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
6806Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6807mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
6808Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
6809Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388))
6810mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6811Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
6812Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007))
6813mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
6814Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
6815Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007))
6816mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
6817Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
6818Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329))
6819mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6820Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
6821Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367))
6822mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6823Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
6824Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495))
6825mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6826Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
6827Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881))
6828mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6829Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
6830Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238))
6831mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6832Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
6833Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007))
6834mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6835Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
6836Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966))
6837mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6838Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
6839Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269))
6840mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6841Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
6842Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103))
6843mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6844Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Granite,0,1,"Crimson","Hitbox",Vector3.new(6.5, 4.0, 2.0))
6845Hitboxweld=weld(m8,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015))
6846m8.Parent = rarm
6847m8:MakeJoints()
6848
6849m8.Part.CanCollide = false
6850m8.Handle.CanCollide = false
6851----------------------------------------------------
6852local cor8 = Instance.new("Part", rarm.Zyrodoxa)
6853cor8.Name = "Thingy"
6854cor8.Locked = true
6855cor8.BottomSurface = 0
6856cor8.CanCollide = false
6857cor8.Size = Vector3.new(1, 1, 1)
6858cor8.Transparency = 1
6859cor8.TopSurface = 0
6860corw8 = Instance.new("Weld", cor8)
6861corw8.Part0 = rarm
6862corw8.Part1 = cor8
6863corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
6864corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6865weld8 = Instance.new("Weld", rarm.Zyrodoxa)
6866weld8.Part0 = cor8
6867weld8.Part1 = rarm.Zyrodoxa.Handle
6868weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6869Amulite = Instance.new("PointLight",m7.Center)
6870Amulite.Brightness = 0
6871Amulite.Color = Color3.new(0,1,0)
6872----------------------------------------------------
6873models = {m,m2,m3,m4,m5,m6,m7,m8}
6874parts = {}
6875Stepped:connect(function()
6876 for i,v in pairs(models) do
6877 for _, a in pairs(v:GetChildren()) do
6878 if v:IsA("Part") and v.Name ~= "Thingy" then
6879 table.insert(parts, a)
6880 for i,v in pairs(parts) do
6881 v.CanCollide = false
6882 end
6883 end
6884 end
6885 end
6886end)
6887----------------------------------------------------
6888local animpose = "Idle1"
6889local lastanimpose = "Idle1"
6890local grab = false
6891local Smooth = 1
6892local sine = 0
6893local change = 1
6894local val = 0
6895local ffing = false
6896----------------------------------------------------
6897--[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k
6898
6899function FindHumanoids()
6900 local function c_region(Position, Size)
6901 local SizeOffset = Size/2
6902 local Point1 = Position - SizeOffset
6903 local Point2 = Position + SizeOffset
6904 local a = Instance.new("Part", workspace)
6905 a.Anchored = true
6906 a.Size = Size
6907 a.Position = Position
6908 print("Hey!, I'm making a part!")
6909 return Region3.new(Point1, Point2)
6910 end
6911
6912 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
6913 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
6914 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
6915 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
6916
6917 local regions = {a, b, c, d}
6918
6919 local found_humanoids = {}
6920 local already_found = {char.Name}
6921
6922 for _, region in pairs(regions) do
6923 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
6924 print(part, part.Parent, part.Name) ---nope
6925 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
6926 local humanoid = part.Parent:FindFirstChild("Humanoid")
6927 local name = humanoid.Parent.Name
6928 local exists = false
6929 for _, n in pairs(already_found) do
6930 if n == name then
6931 exists = true
6932 end
6933 end
6934 if not exists then
6935 table.insert(already_found, name)
6936 table.insert(found_humanoids, humanoid)
6937 end
6938 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
6939 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
6940 local name = humanoid.Parent.Parent.Name
6941 local exists = false
6942 for _, n in pairs(already_found) do
6943 if n == name then
6944 exists = true
6945 end
6946 end
6947 if not exists then
6948 table.insert(already_found, name)
6949 table.insert(found_humanoids, humanoid)
6950 end
6951 end
6952 end
6953 end
6954 return found_humanoids
6955end
6956
6957local humanoids = FindHumanoids()
6958if #humanoids == 0 then
6959 for i, v in pairs(humanoids) do
6960 print(v.Parent.Name)
6961 if Debounces.Slashing == true then
6962 v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage?
6963 elseif Debounces.Slashing == false then
6964 wait()
6965 end
6966 end
6967 wait(0.3)
6968end]]--
6969----------------------------------------------------
6970--[[mouse.KeyDown:connect(function(key)
6971 if key == "f" then
6972 if Debounces.CanAttack == true then
6973 Debounces.CanAttack = false
6974 Debounces.NoIdl = true
6975 Debounces.on = true
6976 for i = 1, 20 do
6977 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
6978 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
6979 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
6980 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6981 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6982 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6983 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6984 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)
6985 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)
6986 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)
6987 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)
6988 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)
6989 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)
6990 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
6991 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
6992 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)
6993 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)
6994 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)
6995 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)
6996 if Debounces.on == false then
6997 break
6998 end
6999 fat.Event:wait()
7000 end
7001 end
7002 end
7003end)]]--
7004----------------------------------------------------
7005mod4 = Instance.new("Model",char)
7006
7007ptez = {0.7, 0.8, 0.9, 1}
7008
7009function FindNearestTorso(Position,Distance,SinglePlayer)
7010 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
7011 local List = {}
7012 for i,v in pairs(workspace:GetChildren())do
7013 if v:IsA("Model")then
7014 if v:findFirstChild("Torso")then
7015 if v ~= char then
7016 if(v.Torso.Position -Position).magnitude <= Distance then
7017 table.insert(List,v)
7018 end
7019 end
7020 end
7021 end
7022 end
7023 return List
7024end
7025
7026function Slam()
7027 local part=Instance.new('Part',mod4)
7028 part.Anchored=true
7029 part.CanCollide=false
7030 part.FormFactor='Custom'
7031 part.Size=Vector3.new(.2,.2,.2)
7032 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
7033 part.Transparency=.7
7034 part.BrickColor=BrickColor.new('Really black')
7035 mesh=Instance.new('SpecialMesh',part)
7036 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
7037 mesh.Scale=Vector3.new(3,3,3)
7038 local part2=Instance.new('Part',mod4)
7039 part2.Anchored=true
7040 part2.CanCollide=false
7041 part2.FormFactor='Custom'
7042 part2.Size=Vector3.new(.2,.2,.2)
7043 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
7044 part2.Transparency=.7
7045 part2.BrickColor=BrickColor.new('Crimson')
7046 mesh2=Instance.new('SpecialMesh',part2)
7047 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
7048 mesh2.Scale=Vector3.new(3,1.5,3)
7049 x = Instance.new("Sound",larm)
7050 x.SoundId = "http://www.roblox.com/asset/?id=137977694"
7051 x.Pitch = ptez[math.random(1,#ptez)]
7052 x.Volume = 1
7053 wait(.1)
7054 x1 = Instance.new("Sound",larm)
7055 x1.SoundId = "http://www.roblox.com/asset/?id=137977694"
7056 x1.Pitch = ptez[math.random(1,#ptez)]
7057 x1.Volume = 1
7058 wait(.1)
7059 x:Play()
7060 x1:Play()
7061 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
7062 if v:FindFirstChild('Humanoid') then
7063 v.Humanoid:TakeDamage(math.random(9999998,9999999))
7064 end
7065 end
7066
7067
7068
7069 coroutine.resume(coroutine.create(function()
7070 for i=0,0.62,0.13 do
7071 wait()
7072 part.CFrame=part.CFrame
7073 part.Transparency=i
7074 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
7075 part2.CFrame=part2.CFrame
7076 part2.Transparency=i
7077 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
7078 end
7079 part.Parent=nil
7080 part2.Parent=nil
7081 x:Destroy()
7082 end))
7083end
7084----------------------------------------------------
7085wPart = function(x,y,z,color,tr,cc,an,parent)
7086 local wp = Instance.new('WedgePart',parent or Weapon)
7087 wp.formFactor = 'Custom'
7088 wp.Size = Vector3.new(x,y,z)
7089 wp.BrickColor = BrickColor.new(color)
7090 wp.CanCollide = cc
7091 wp.Transparency = tr
7092 wp.Anchored = an
7093 wp.TopSurface,wp.BottomSurface = 0,0
7094 return wp
7095end
7096
7097Mesh = function(par,num,x,y,z)
7098 local msh = _
7099 if num == 1 then
7100 msh = Instance.new("CylinderMesh",par)
7101 elseif num == 2 then
7102 msh = Instance.new("SpecialMesh",par)
7103 msh.MeshType = 3
7104 elseif num == 3 then
7105 msh = Instance.new("BlockMesh",par)
7106 elseif num == 4 then
7107 msh = Instance.new("SpecialMesh",par)
7108 msh.MeshType = "Torso"
7109 elseif type(num) == 'string' then
7110 msh = Instance.new("SpecialMesh",par)
7111 msh.MeshId = num
7112 end
7113 msh.Scale = Vector3.new(x,y,z)
7114 return msh
7115end
7116
7117local function CFrameFromTopBack(at, top, back)
7118 local right = top:Cross(back)
7119 return CFrame.new(at.x, at.y, at.z,
7120 right.x, top.x, back.x,
7121 right.y, top.y, back.y,
7122 right.z, top.z, back.z)
7123end
7124
7125function Triangle(a, b, c)
7126 local edg1 = (c-a):Dot((b-a).unit)
7127 local edg2 = (a-b):Dot((c-b).unit)
7128 local edg3 = (b-c):Dot((a-c).unit)
7129 if edg1 <= (b-a).magnitude and edg1 >= 0 then
7130 a, b, c = a, b, c
7131 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
7132 a, b, c = b, c, a
7133 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
7134 a, b, c = c, a, b
7135 else
7136 print("unreachable")
7137 end
7138 local len1 = (c-a):Dot((b-a).unit)
7139 local len2 = (b-a).magnitude - len1
7140 local width = (a + (b-a).unit*len1 - c).magnitude
7141 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
7142 local list = {}
7143 if len1 > 0.01 then
7144 local w1 = wPart(0,0,0,'Crimson',0.5,false,true,char)
7145 local sz = Vector3.new(0.2, width, len1)
7146 w1.Size = sz
7147 local sp = Mesh(w1,2,0,0,0)
7148 sp.MeshType='Wedge'
7149 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
7150 w1:BreakJoints()
7151 w1.Anchored = true
7152 w1.Transparency = 0.7
7153 Spawn(function()
7154 for i=0,1,0.1 do
7155 fat.Event:wait()
7156 w1.Transparency=w1.Transparency+0.03
7157 end
7158 end)
7159 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
7160 table.insert(list,w1)
7161 end
7162 if len2 > 0.01 then
7163 local w2 = wPart(0,0,0,'Crimson',0.5,false,true,char)
7164 local sz = Vector3.new(0.2, width, len2)
7165 w2.Size = sz
7166 local sp = Mesh(w2,2,0,0,0)
7167 sp.MeshType='Wedge'
7168 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
7169 w2:BreakJoints()
7170 w2.Anchored = true
7171 w2.Transparency = 0.7
7172 Spawn(function()
7173 for i=0,1,0.1 do
7174 fat.Event:wait()
7175 w2.Transparency=w2.Transparency+0.03
7176 end
7177 end)
7178 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
7179 table.insert(list,w2)
7180 end
7181 return unpack(list)
7182end
7183
7184
7185----------------------------------------------------
7186function Dmg()
7187 local partofdeath = m8.Hitbox
7188 local function CreateRegion3FromLocAndSize(Position, Size)
7189 local SizeOffset = Size/2
7190 local Point1 = Position - SizeOffset
7191 local Point2 = Position + SizeOffset
7192 return Region3.new(Point1, Point2)
7193 end
7194 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
7195 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
7196 Spawn(function()
7197 if Debounces.Slashing == true and Debounces.Slashed == false then
7198 Debounces.Slashed = true
7199 ypcall(function()
7200 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
7201 humanoid:TakeDamage(math.random(50,70))
7202 end)
7203 wait(.4)
7204 Debounces.Slashed = false
7205 end
7206 end)
7207 end
7208end
7209----------------------------------------------------
7210pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
7211ptz = {0.7, 0.8, 0.9, 1}
7212idz = {"161006212", "161006195"}
7213function attackone()
7214 for i = 1, 13 do
7215 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)
7216 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
7217 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)
7218 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)
7219 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)
7220 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)
7221 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
7222 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
7223 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
7224 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)
7225 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)
7226 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)
7227 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)
7228 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)
7229 if Debounces.on == false then
7230 break
7231 end
7232 fat.Event:wait()
7233 end
7234 Debounces.Slashing = true
7235 wait(0.2)
7236 --[[z = Instance.new("Sound", hed)
7237 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
7238 z.Pitch = ptz[math.random(1,#ptz)]
7239 z.Volume = 1
7240 wait(.01)
7241 z:Play()]]--
7242
7243 for i = 1, 14 do
7244 Dmg()
7245 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
7246 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
7247 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)
7248 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)
7249 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)
7250 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)
7251 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
7252 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7253 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
7254 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)
7255 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)
7256 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)
7257 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)
7258 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)
7259 if Debounces.on == false then break end
7260 rs:wait()
7261 end
7262 Debounces.Slashing = false
7263end
7264function attacktwo()
7265 Debounces.Slashing = true
7266 for i = 1, 14 do
7267 Dmg()
7268 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
7269 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
7270 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)
7271 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)
7272 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)
7273 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)
7274 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)
7275 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7276 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)
7277 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)
7278 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
7279 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)
7280 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
7281 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)
7282 if Debounces.on == false then
7283 break
7284 end
7285 rs:wait()
7286 end
7287end
7288----------------------------------------------------
7289ComboNum = 0
7290mouse.Button1Down:connect(function()
7291 if Debounces.CanAttack == true then
7292 Debounces.CanAttack = false
7293 Debounces.NoIdl = true
7294 Debounces.on = true
7295 if ComboNum == 0 then
7296 attackone()
7297 elseif ComboNum == 1 then
7298 attacktwo()
7299 --[[elseif ComboNum == 2 then
7300 attackthree()]]--
7301 end
7302 ComboNum = ComboNum + 1
7303 Debounces.CanAttack = true
7304 Debounces.on = false
7305 wait(.5)
7306 if Debounces.CanAttack == true then
7307 ComboNum = 0
7308 Debounces.NoIdl = false
7309 end
7310 end
7311end)
7312----------------------------------------------------
7313definition = 5
7314bc = {}
7315bezierparts = {}
7316function NoOutline(Part)
7317 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
7318end
7319function draw(p,d)
7320 for i=1,d do
7321 local t = i/d
7322 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
7323 end
7324 for i=1,d do
7325 local bcs = Instance.new("Part",char)
7326 NoOutline(bcs)
7327 bcs.Anchored = true
7328 bcs.CanCollide = false
7329 bcs.Material = "Neon"
7330 bcs.BrickColor = BrickColor.new("Crimson")
7331 bcs.Size = Vector3.new(1,1,1)
7332 bcs.Shape = Enum.PartType.Ball
7333 bcs.CFrame = CFrame.new(bc[i])
7334 local bcp = Instance.new("Part",char)
7335 NoOutline(bcp)
7336 bcp.Anchored = true
7337 bcp.CanCollide = false
7338 bcp.Material = "Neon"
7339 bcp.BrickColor = BrickColor.new("Crimson")
7340 local cm = Instance.new("CylinderMesh")
7341 cm.Parent = bcp
7342 if i ~= 1 then
7343 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
7344 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
7345 else
7346 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
7347 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
7348 end
7349 table.insert(bezierparts, bcs)
7350 table.insert(bezierparts, bcp)
7351 end
7352 Spawn(function() fat.Event:wait()
7353 for i,v in pairs(bezierparts) do
7354 v.Transparency = 1
7355 end
7356 end)
7357end
7358--local points = {larm.Position,rarn.Position,invisipart.Position}
7359--draw(points,definition)
7360mouse.KeyDown:connect(function(key)
7361 if key == "f" then
7362 if Debounces.CanAttack == true then
7363 Debounces.CanAttack = false
7364 Debounces.NoIdl = true
7365 Debounces.on = true
7366 for i = 1, 20 do
7367 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)
7368 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)
7369 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)
7370 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)
7371 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)
7372 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7373 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)
7374 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)
7375 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
7376 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)
7377 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
7378 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)
7379 if Debounces.on == false then
7380 break
7381 end
7382 fat.Event:wait()
7383 end
7384 rpart = Instance.new("Part",rarm)
7385 NoOutline(rpart)
7386 rpart.Anchored = false
7387 rpart.Size = Vector3.new(1,1,1)
7388 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
7389 rpart.Transparency = 1
7390 newWeld(rarm, rpart, 0, 0, 0)
7391 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
7392 lpart = Instance.new("Part",larm)
7393 NoOutline(lpart)
7394 lpart.Anchored = false
7395 lpart.Size = Vector3.new(1,1,1)
7396 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
7397 lpart.Transparency = 1
7398 newWeld(larm, lpart, 0, 0, 0)
7399 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
7400 invisipart = Instance.new("Part",torso)
7401 NoOutline(invisipart)
7402 invisipart.Anchored = false
7403 invisipart.Size = Vector3.new(1,1,1)
7404 invisipart.Transparency = 1
7405 invisipart.CFrame = torso.CFrame
7406 newWeld(torso, invisipart, 0, 0, 0)
7407 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
7408 table.insert(bezierparts, rpart)
7409 table.insert(bezierparts, lpart)
7410 table.insert(bezierparts, invisipart)
7411 for i = 1, 40 do
7412 local points = {lpart.Position,invisipart.Position,rpart.Position}
7413 draw(points,definition)
7414 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
7415 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)
7416 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)
7417 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)
7418 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)
7419 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)
7420 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7421 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)
7422 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)
7423 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
7424 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)
7425 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
7426 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)
7427 if Debounces.on == false then
7428 break
7429 end
7430 fat.Event:wait()
7431 end
7432 for i,v in pairs(bezierparts) do
7433 v:Destroy()
7434 end
7435 --draw(points,definition)
7436 if Debounces.CanAttack == false then
7437 Debounces.CanAttack = true
7438 Debounces.NoIdl = false
7439 Debounces.on = false
7440 end
7441 end
7442 end
7443end)
7444----------------------------------------------------
7445pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
7446IDs = {"415880409","415880478"}
7447mouse.KeyDown:connect(function(key)
7448 if key == "h" then
7449 if Debounces.CanJoke == true then
7450 Debounces.CanJoke = false
7451 z = Instance.new("Sound",hed)
7452 z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
7453 z.Pitch = 1
7454 z.Volume = 1
7455 z1 = Instance.new("Sound",hed)
7456 z1.SoundId = z.SoundId
7457 z1.Pitch = 1
7458 z1.Volume = 1
7459 wait()
7460 z:Play()
7461 z1:Play()
7462 wait(5)
7463 z:Destroy()
7464 z1:Destroy()
7465 if Debounces.CanJoke == false then
7466 Debounces.CanJoke = true
7467 end
7468 end
7469 end
7470end)
7471----------------------------------------------------
7472mouse.KeyDown:connect(function(key)
7473 if string.byte(key) == 49 then --rightctrl
7474hed.face.Texture = "rbxassetid://1085435"
7475char.Humanoid.WalkSpeed = 90
7476z.Volume = 0
7477z2 = Instance.new("Sound",char)
7478z2.SoundId = "rbxassetid://176238381"
7479z2.Looped = true
7480z2.Pitch = 1
7481z2.Volume = 1
7482z2:Play()
7483
7484player = game.Players.LocalPlayer
7485b = Instance.new("BillboardGui", hed)
7486b.Size = UDim2.new(0, 200, 0, 40)
7487b.StudsOffset = Vector3.new(0, 1.9, 0)
7488t = Instance.new("TextLabel", b)
7489t.BackgroundTransparency = 1
7490t.Size = UDim2.new(0, 200, 0, 50)
7491t.Font = "SourceSansBold"
7492t.FontSize = "Size32"
7493t.Text = "[RAGE MODE ACTIVATED]"
7494t.TextColor3 = Color3.new(1, 1, 1)
7495t.TextStrokeTransparency = 0
7496t.Position = UDim2.new(0, 0, -0.4, -11)
7497
7498wait(10)
7499char.Humanoid.WalkSpeed = 16
7500b:Remove()
7501z2:Stop()
7502z.Volume = 0.8
7503hed.face.Texture = "rbxassetid://362505168"
7504end
7505end)
7506----------------------------------------------------
7507mouse.KeyDown:connect(function(key)
7508 if key == "j" then
7509 if Debounces.CanJoke == true then
7510 Debounces.CanJoke = false
7511 z = Instance.new("Sound",hed)
7512 z.SoundId = "rbxassetid://415859013"
7513 z.Pitch = pitches[math.random(1,#pitches)]
7514 z.Volume = 1
7515 wait()
7516 z:Play()
7517 wait(2)
7518 z:Destroy()
7519 if Debounces.CanJoke == false then
7520 Debounces.CanJoke = true
7521 end
7522 end
7523 end
7524end)
7525----------------------------------------------------
7526mouse.KeyDown:connect(function(key)
7527 if key == "k" then
7528 if Debounces.CanJoke == true then
7529 Debounces.CanJoke = false
7530 z = Instance.new("Sound",hed)
7531 z.SoundId = "rbxassetid://415859085"
7532 z.Pitch = pitches[math.random(1,#pitches)]
7533 z.Volume = 1
7534 wait()
7535 z:Play()
7536 wait(2)
7537 z:Destroy()
7538 if Debounces.CanJoke == false then
7539 Debounces.CanJoke = true
7540 end
7541 end
7542 end
7543end)
7544----------------------------------------------------
7545Grab = false
7546mouse.KeyDown:connect(function(key)
7547 if key == "z" then
7548 Debounces.on = true
7549 Debounces.NoIdl = true
7550 Debounces.ks = true
7551 if Grab == false then
7552 gp = nil
7553 for i = 1, 20 do
7554 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)
7555 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)
7556 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)
7557 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)
7558 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
7559 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)
7560 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
7561 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)
7562 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)
7563 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)
7564 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)
7565 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)
7566 if Debounces.on == false then break end
7567 fat.Event:wait()
7568 end
7569 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
7570 ht = hit.Parent
7571 for i,v in pairs(ht:GetChildren()) do
7572 if v:IsA("Part") then
7573 v.CanCollide = false
7574 end
7575 end
7576 hum1=ht:FindFirstChild('Humanoid')
7577 if hum1 ~= nil then
7578 if Debounces.ks==true then
7579 z = Instance.new("Sound",hed)
7580 z.SoundId = "rbxassetid://169380525"
7581 z.Volume = 1
7582 z:Play()
7583 Debounces.ks=false
7584 end
7585 hum1.PlatformStand=true
7586 hum1:ChangeState'Physics'
7587 gp = ht
7588 Grab = true
7589 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
7590 asd.Parent = larm
7591 asd.Name = "asd"
7592 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
7593 stanceToggle = "Grabbed"
7594 --[[elseif hum1 == nil then
7595 con1:disconnect()
7596 wait() return]]--
7597 end
7598 end)
7599 for i = 1, 20 do
7600 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)
7601 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)
7602 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)
7603 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)
7604 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
7605 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)
7606 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
7607 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)
7608 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)
7609 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)
7610 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)
7611 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)
7612 if Debounces.on == false then break end
7613 fat.Event:wait()
7614 end
7615 con1:disconnect()
7616 Debounces.on = false
7617 Debounces.NoIdl = false
7618 elseif Grab == true then
7619 Grab = false
7620 --[[for i = 1, 16 do
7621 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)
7622 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)
7623 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
7624 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
7625 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)
7626 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)
7627 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
7628 if Debounces.on == false then end
7629 rs:wait()
7630 end]]--
7631 for i = 1, 16 do
7632 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)
7633 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)
7634 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)
7635 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)
7636 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
7637 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)
7638 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
7639 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)
7640 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)
7641 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)
7642 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)
7643 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)
7644 if Debounces.on == false then end
7645 rs:wait()
7646 end
7647 for i = 1, 12 do
7648 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)
7649 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)
7650 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)
7651 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)
7652 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)
7653 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)
7654 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)
7655 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)
7656 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
7657 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)
7658 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)
7659 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)
7660 if Debounces.on == false then end
7661 rs:wait()
7662 end
7663 Slam()
7664 if gp ~= nil then
7665 for i,v in pairs(larm:GetChildren()) do
7666 if v.Name == "asd" and v:IsA("Weld") then
7667 v:Remove()
7668 end
7669 if v:IsA("Part") then
7670 v.CanCollide = true
7671 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7672 end
7673 end
7674 end
7675 stanceToggle = "Idle1"
7676 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
7677 bv.maxForce = Vector3.new(400000, 400000, 400000)
7678 bv.P = 125000
7679 bv.velocity = char.Head.CFrame.lookVector * 200]]--
7680 ht=nil
7681 Debounces.on = false
7682 Debounces.NoIdl = false
7683 elseif ht == nil then wait()
7684 Grab = false
7685 Debounces.on = false
7686 Debounces.NoIdl = false
7687 end
7688 end
7689end)
7690----------------------------------------------------
7691--WIPX
7692mouse.KeyDown:connect(function(key)
7693 if key == "x" then
7694 stanceToggle = "Idle1"
7695 for i,v in pairs(larm:GetChildren()) do
7696 if v.Name == "asd" and v:IsA("Weld") then
7697 v:Remove()
7698 Grab = false
7699 Grab = false
7700 if v:IsA("Part") then
7701 v.CanCollide = true
7702 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7703
7704 hum1.PlatformStand=false
7705 stanceToggle = "Idle1"
7706 Grab = false
7707 stanceToggle = "Idle1"
7708 end
7709 end
7710 end
7711 end
7712 end)
7713----------------------------------------------------
7714--WIPC
7715mouse.KeyDown:connect(function(key)
7716 if key == "c" then
7717rleg.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)
7718wait()
7719rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 4, -5) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2)
7720wait()
7721wait(0.1)
7722Slam()
7723end
7724end)
7725----------------------------------------------------
7726--WIPV
7727mouse.KeyDown:connect(function(key)
7728 if key == "v" then
7729 Debounces.on = true
7730 Debounces.NoIdl = true
7731 Debounces.ks = true
7732 if Grab == false then
7733 gp = nil
7734 for i = 1, 12 do
7735 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)
7736 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)
7737 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)
7738 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)
7739 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)
7740 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)
7741 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)
7742 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)
7743 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
7744 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)
7745 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)
7746 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)
7747 if Debounces.on == false then end
7748 fat.Event:wait()
7749 end
7750 Slam()
7751 if gp ~= nil then
7752 for i,v in pairs(larm:GetChildren()) do
7753 if v.Name == "asd" and v:IsA("Weld") then
7754 v:Remove()
7755 end
7756 if v:IsA("Part") then
7757 v.CanCollide = true
7758 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7759 end
7760 end
7761 end
7762 stanceToggle = "Idle1"
7763 ht=nil
7764 Debounces.on = false
7765 Debounces.NoIdl = false
7766 elseif ht == nil then wait()
7767 Grab = false
7768 Debounces.on = false
7769 Debounces.NoIdl = false
7770 end
7771 end
7772end)
7773----------------------------------------------------
7774mouse.KeyDown:connect(function(key)
7775 if string.byte(key) == 52 then
7776 Swing = 2
7777 char.Humanoid.WalkSpeed = 25
7778 end
7779end)
7780mouse.KeyUp:connect(function(key)
7781 if string.byte(key) == 52 then
7782 Swing = 1
7783 char.Humanoid.WalkSpeed = 16
7784 end
7785end)
7786----------------------------------------------------
7787CR = torso.Cloak.Rotater
7788CR2 = torso.Cloak.CapeLevel1
7789CR3 = torso.Cloak.CapeLevel2
7790CR4 = torso.Cloak.CapeLevel3
7791CR5 = torso.Cloak.CapeLevel4
7792jump = false
7793rs:connect(function()
7794 if char.Humanoid.Jump == true then
7795 jump = true
7796 else
7797 jump = false
7798 end
7799 char.Humanoid.FreeFalling:connect(function(f)
7800 if f then
7801 ffing = true
7802 else
7803 ffing = false
7804 end
7805 end)
7806 sine = sine + change
7807 if jump == true then
7808 animpose = "Jumping"
7809 elseif ffing == true then
7810 animpose = "Freefalling"
7811 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
7812 animpose = "Idle"
7813 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then
7814 animpose = "Idle"
7815 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
7816 animpose = "Walking"
7817 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then
7818 animpose = "Freefalling"
7819 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
7820 animpose = "Running"
7821
7822
7823 end
7824 RightLeg = CFrame.new(0.5,-1,0)
7825 LeftLeg = CFrame.new(-0.5,-1,0)
7826
7827 lefth = (torso.CFrame*LeftLeg)
7828 righth = (torso.CFrame*RightLeg)
7829
7830 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
7831
7832 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
7833
7834 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
7835 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
7836 if animpose ~= lastanimpose then
7837 sine = 0
7838 if Debounces.NoIdl == false then
7839 if stanceToggle == "Idle1" then
7840 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)
7841 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)
7842 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)
7843 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)
7844 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)
7845 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)
7846 elseif stanceToggle == "Idle2" then
7847 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)
7848 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)
7849 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)
7850 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)
7851 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)
7852 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)
7853 end
7854 fat.Event:wait()
7855 end
7856 else
7857 end
7858 lastanimpose = animpose
7859 if Debounces.NoIdl == false then
7860 if animpose == "Idle" then
7861 change = 0.5
7862 if stanceToggle == "Idle1" then
7863 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)
7864 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)
7865 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)
7866 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)
7867 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)
7868 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)
7869 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)
7870 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)
7871 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)
7872 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)
7873 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)
7874 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)
7875 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)
7876 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)
7877 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)
7878 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)
7879 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)
7880 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)
7881 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)
7882 elseif stanceToggle == "Idle2" then
7883 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
7884 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)
7885 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)
7886 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)
7887 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)
7888 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7889 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)
7890 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)
7891 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)
7892 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)
7893 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)
7894 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
7895 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
7896 --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)
7897 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)
7898 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)
7899 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)
7900 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)
7901 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)
7902 elseif stanceToggle == "Grabbed" then
7903 grab = true
7904 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7905 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7906 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)
7907 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)
7908 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)
7909 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)
7910 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)
7911 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)
7912 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
7913 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
7914 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)
7915 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)
7916 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)
7917 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)
7918 end
7919 elseif animpose == "Walking" then
7920 if stanceToggle == "Grabbed" then
7921 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7922 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7923 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)
7924 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)
7925 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)
7926 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)
7927 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)
7928 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)
7929 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)
7930 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
7931 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
7932 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)
7933 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)
7934 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)
7935 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)
7936 elseif stanceToggle ~= "Grabbed" then
7937 change = 1
7938 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7939 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7940 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)
7941 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)
7942 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)
7943 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)
7944 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)
7945 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)
7946 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)
7947 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)
7948 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)
7949 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)
7950 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)
7951 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)
7952 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
7953 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
7954 --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)
7955 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)
7956 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)
7957 --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)
7958 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)
7959 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)
7960 end
7961 elseif animpose == "Running" then
7962 change = 1
7963 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7964 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7965 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)
7966 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)
7967 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)
7968 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)
7969 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)
7970 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)
7971 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)
7972 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)
7973 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)
7974 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)
7975 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)
7976 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)
7977 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
7978 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)
7979 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)
7980 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)
7981 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)
7982 elseif animpose == "Jumping" then
7983 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
7984 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)
7985 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)
7986 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)
7987 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)
7988 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7989 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7990 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)
7991 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)
7992 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)
7993 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)
7994 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
7995 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
7996 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
7997 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)
7998 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)
7999 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)
8000 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)
8001 elseif animpose == "fly" then
8002 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
8003 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)
8004 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)
8005 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)
8006 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)
8007 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8008 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8009 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)
8010 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)
8011 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)
8012 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)
8013 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8014 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8015 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8016 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)
8017 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)
8018 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)
8019 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)
8020 elseif animpose == "Freefalling" then
8021 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
8022 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)
8023 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)
8024 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)
8025 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)
8026 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8027 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8028 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)
8029 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)
8030 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)
8031 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)
8032 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8033 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8034 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8035 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)
8036 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)
8037 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)
8038 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)
8039 end
8040 end
8041end)
8042hum.MaxHealth = 20000
8043wait(3)
8044hum.Health = 20000
8045while wait() do
8046 wait(5)
8047 for i=1,100 do wait()
8048 Amulite.Brightness=Amulite.Brightness+0.02
8049 end
8050 for i=1,100 do wait()
8051 Amulite.Brightness=Amulite.Brightness-0.02
8052 end
8053end
8054
8055while true do
8056hed.BrickColor = BrickColor.new "Really black"
8057end
8058
8059--Edited by 1x0x1x0--