· 8 years ago · Aug 04, 2018, 10:12 AM
1
2Save New Duplicate & Edit Just Text Twitter
3>
4if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
5local Player,game,owner = owner,game
6local RealPlayer = Player
7do
8 print("FE Compatibility code by Mokiros")
9 local rp = RealPlayer
10 script.Parent = rp.Character
11
12 --RemoteEvent for communicating
13 local Event = Instance.new("RemoteEvent")
14 Event.Name = "UserInput_Event"
15
16 --Fake event to make stuff like Mouse.KeyDown work
17 local function fakeEvent()
18 local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
19 t.connect = t.Connect
20 return t
21 end
22
23 --Creating fake input objects with fake variables
24 local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
25 local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
26 local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
27 CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
28 end}
29 --Merged 2 functions into one by checking amount of arguments
30 CAS.UnbindAction = CAS.BindAction
31
32 --This function will trigger the events that have been :Connect()'ed
33 local function te(self,ev,...)
34 local t = m[ev]
35 if t and t._fakeEvent then
36 for _,f in pairs(t.Functions) do
37 f(...)
38 end
39 end
40 end
41 m.TrigEvent = te
42 UIS.TrigEvent = te
43
44 Event.OnServerEvent:Connect(function(plr,io)
45 if plr~=rp then return end
46 m.Target = io.Target
47 m.Hit = io.Hit
48 if not io.isMouse then
49 local b = io.UserInputState == Enum.UserInputState.Begin
50 if io.UserInputType == Enum.UserInputType.MouseButton1 then
51 return m:TrigEvent(b and "Button1Down" or "Button1Up")
52 end
53 for _,t in pairs(CAS.Actions) do
54 for _,k in pairs(t.Keys) do
55 if k==io.KeyCode then
56 t.Function(t.Name,io.UserInputState,io)
57 end
58 end
59 end
60 m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
61 UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
62 end
63 end)
64 Event.Parent = NLS([==[
65 local Player = game:GetService("Players").LocalPlayer
66 local Event = script:WaitForChild("UserInput_Event")
67
68 local Mouse = Player:GetMouse()
69 local UIS = game:GetService("UserInputService")
70 local input = function(io,a)
71 if a then return end
72 --Since InputObject is a client-side instance, we create and pass table instead
73 Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
74 end
75 UIS.InputBegan:Connect(input)
76 UIS.InputEnded:Connect(input)
77
78 local h,t
79 --Give the server mouse data 30 times every second, but only if the values changed
80 --If player is not moving their mouse, client won't fire events
81 while wait(1/30) do
82 if h~=Mouse.Hit or t~=Mouse.Target then
83 h,t=Mouse.Hit,Mouse.Target
84 Event:FireServer({isMouse=true,Target=t,Hit=h})
85 end
86 end]==],Player.Character)
87
88 ----Sandboxed game object that allows the usage of client-side methods and services
89 --Real game object
90 local _rg = game
91
92 --Metatable for fake service
93 local fsmt = {
94 __index = function(self,k)
95 local s = rawget(self,"_RealService")
96 if s then return s[k] end
97 end,
98 __newindex = function(self,k,v)
99 local s = rawget(self,"_RealService")
100 if s then s[k]=v end
101 end,
102 __call = function(self,...)
103 local s = rawget(self,"_RealService")
104 if s then return s(...) end
105 end
106 }
107 local function FakeService(t,RealService)
108 t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
109 return setmetatable(t,fsmt)
110 end
111
112 --Fake game object
113 local g = {
114 GetService = function(self,s)
115 return self[s]
116 end,
117 Players = FakeService({
118 LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
119 },"Players"),
120 UserInputService = FakeService(UIS,"UserInputService"),
121 ContextActionService = FakeService(CAS,"ContextActionService"),
122 }
123 rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
124 g.service = g.GetService
125
126 g.RunService = FakeService({
127 RenderStepped = _rg:GetService("RunService").Heartbeat,
128 BindToRenderStep = function(self,name,_,fun)
129 self._btrs[name] = self.Heartbeat:Connect(fun)
130 end,
131 UnbindFromRenderStep = function(self,name)
132 self._btrs[name]:Disconnect()
133 end,
134 },"RunService")
135
136 setmetatable(g,{
137 __index=function(self,s)
138 return _rg:GetService(s) or typeof(_rg[s])=="function"
139 and function(_,...)return _rg[s](_rg,...)end or _rg[s]
140 end,
141 __newindex = fsmt.__newindex,
142 __call = fsmt.__call
143 })
144 --Changing owner to fake player object to support owner:GetMouse()
145 game,owner = g,g.Players.LocalPlayer
146end
147
148wait(0.2)
149
150for i,v in pairs (game.Workspace:GetChildren()) do
151if v.Name == "Base" then
152v.Material = "Granite"
153v.BrickColor = BrickColor.new("Black")
154elseif v.Name == "Baseplate" then
155v.Material = "Granite"
156v.BrickColor = BrickColor.new("Black")
157end
158end
159
160Lighting = game.Lighting
161skybox = Instance.new("Sky", Lighting)
162
163skybox.SkyboxBk = "rbxassetid://105913816"
164skybox.SkyboxDn = "rbxassetid://105913816"
165skybox.SkyboxFt = "rbxassetid://105913816"
166skybox.SkyboxLf = "rbxassetid://105913816"
167skybox.SkyboxRt = "rbxassetid://105913816"
168skybox.SkyboxUp = "rbxassetid://105913816"
169
170local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
171local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
172local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
173HBill.Size = UDim2.new(15,0,2.2,0)
174HBill.Name = "Health Display"
175HBill.StudsOffset = Vector3.new(0,4,0)
176HBill.AlwaysOnTop = true
177HBill.Enabled = true
178HMain.BackgroundColor3 = Color3.new(0, 0, 0)
179HMain.BackgroundTransparency = 1
180HMain.Size = UDim2.new(1,0,1,0)
181HBarBack.Parent = HMain
182HBarBack.BackgroundColor3 = Color3.new(0,0,0)
183HBarBack.BorderColor3 = Color3.new(0,0,0)
184HBarBack.BorderSizePixel = 2
185HBarBack.Position = UDim2.new(.025, 0, .55, 0)
186HBarBack.Size = UDim2.new(.95, 0, .3, 0)
187HBar.Parent = HBarBack
188HBar.BackgroundColor3 = Color3.new(204, 0, 0)
189HBar.BorderColor3 = Color3.new(0,0,0)
190HBar.Size = UDim2.new(.5,0,1,0)
191HHealth.BackgroundTransparency = 1
192HHealth.Size = UDim2.new(1,0,1,0)
193HHealth.Font = "SourceSans"
194HHealth.Text = " "
195HHealth.TextScaled = true
196HHealth.TextColor3 = Color3.new(1,1,1)
197HHealth.TextStrokeColor3 = BrickColor.new("Crimson").Color
198HHealth.TextStrokeTransparency = 0
199HName.Parent = HMain
200HName.BackgroundTransparency = 1
201HName.Size = UDim2.new(1,0,.5,0)
202HName.Font = "SourceSansItalic"
203HName.Text = "The Lost Son"
204HName.TextScaled = true
205HName.TextColor3 = BrickColor.new("Crimson").Color
206HName.TextStrokeColor3 = Color3.new(0,0,0)
207HName.TextStrokeTransparency = 0
208HName.TextYAlignment = "Top"
209wait(.5)
210
211local runServ = game:GetService("RunService").RenderStepped
212
213runServ:connect(function()
214 HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]"
215 HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4)
216end)
217local Player=game.Players.LocalPlayer
218repeat wait() until Player
219local Character=Player.Character
220repeat wait() until Character
221PlayerGui=Player.PlayerGui
222Backpack=Player.Backpack
223Torso=Character.Torso
224Head=Character.Head
225Humanoid=Character.Humanoid
226if Humanoid.Health ~= Humanoid.MaxHealth then
227 Humanoid.MaxHealth = 21e+08
228end
229spawn(function()
230 while wait() do
231 if Humanoid.MaxHealth ~= 20000 then
232 Humanoid.MaxHealth = 20000
233 Humanoid.Health = Humanoid.MaxHealth
234 end
235 end
236end)
237Humanoid.JumpPower = 90
238LeftArm=Character:WaitForChild("Left Arm")
239LeftLeg=Character:WaitForChild("Left Leg")
240RightArm=Character:WaitForChild("Right Arm")
241RightLeg=Character:WaitForChild("Left Arm")
242LS=Torso:WaitForChild("Left Shoulder")
243LH=Torso:WaitForChild("Left Hip")
244RS=Torso:WaitForChild("Right Shoulder")
245RH=Torso:WaitForChild("Right Hip")
246Neck=Torso.Neck
247it=Instance.new
248vt=Vector3.new
249cf=CFrame.new
250local runServ = game:GetService("RunService").RenderStepped
251local TextTable = {}
252euler=CFrame.fromEulerAnglesXYZ
253angles=CFrame.Angles
254necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
255necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
256LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
257LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
258RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
259RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
260RootPart=Character.HumanoidRootPart
261RootJoint=RootPart.RootJoint
262RootCF=euler(-1.57,0,3.14)
263attack=false
264attackdebounce=false
265MMouse=Player:GetMouse()
266combo=0
267local Anim="Idle"
268local Effects={}
269equipped=false
270local idle=0
271local hold=false
272local con1=nil
273local con2=nil
274local Mode="Binary"
275local idleanim=0
276local idleanim2=false
277local impulse=1
278local hitfloor,posfloor=nil,nil
279local damcount=0
280local guard=false
281local damagebonus = 1
282--player
283player=nil
284--save shoulders
285RSH, LSH=nil, nil
286--welds
287RW, LW=Instance.new("Weld"), Instance.new("Weld")
288RW.Name="Right Shoulder" LW.Name="Left Shoulder"
289LH=Torso["Left Hip"]
290RH=Torso["Right Hip"]
291Asset="http://www.roblox.com/asset/?id="
292Health=20000
293Humanoid.MaxHealth=math.huge
294Humanoid.Health=math.huge
295coroutine.resume(coroutine.create(function()
296for i=1,20 do
297Humanoid.MaxHealth=math.huge
298Humanoid.Health=math.huge
299end
300Humanoid.MaxHealth=20000
301Humanoid.Health = Humanoid.MaxHealth
302end))
303
304function swait(num)
305if num==0 or num==nil then
306game:service'RunService'.RenderStepped:wait()
307else
308for i=0,num do
309game:service'RunService'.RenderStepped:wait()
310end
311end
312end
313---HEALTHBAR
314
315---REST OF THE SCRIPT IS LIRON
316
317local p = game.Players.LocalPlayer--48103735
318local char = p.Character
319local mouse = p:GetMouse()
320local larm = char["Left Arm"]
321local rarm = char["Right Arm"]
322local lleg = char["Left Leg"]
323local rleg = char["Right Leg"]
324local hed = char.Head
325local torso = char.Torso
326local hum = char.Humanoid
327local cam = game.Workspace.CurrentCamera
328local root = char.HumanoidRootPart
329local rj = root.RootJoint
330local deb = false
331local shot = 0
332local stanceToggle = "Idle1"
333local l = game:GetService("Lighting")
334local rs = game:GetService("RunService").RenderStepped
335local hb = game:GetService("RunService").Heartbeat
336local Stepped = game:GetService("RunService").Stepped
337math.randomseed(os.time())
338hum.JumpPower = 100
339hed.face.Texture = "rbxassetid://362505168" ---EYES
340hed.BrickColor = BrickColor.new "Really black"
341----------------------------------------------------
342fat = Instance.new("BindableEvent",script)
343fat.Name = "Heartbeat"
344
345script:WaitForChild("Heartbeat")
346
347frame = 1/30
348tf = 0
349allowframeloss = 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.
350tossremainder = false --if set to true t will be set to 0 after Fire()-ing.
351lastframe = tick()
352script.Heartbeat:Fire() --ayy lmao
353
354game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
355 tf = tf + s
356 if tf >= frame then
357 if allowframeloss then
358 script.Heartbeat:Fire()
359 lastframe=tick()
360 else
361 --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
362 for i=1, math.floor(tf/frame) do
363 script.Heartbeat:Fire()
364 end
365 lastframe=tick()
366 end
367 if tossremainder then
368 tf = 0
369 else
370 tf = tf - frame * math.floor(tf/frame)
371 end
372 end
373end)
374----------------------------------------------------
375for i,v in pairs(char:children()) do
376 if v:IsA("Hat") then
377 v:Destroy()
378 end
379end
380for i,v in pairs (hed:GetChildren()) do
381 if v:IsA("Sound") then
382 v:Destroy()
383 end
384end
385----------------------------------------------------
386Debounces = {
387CanAttack = true;
388CanJoke = true;
389NoIdl = false;
390Slashing = false;
391Slashed = false;
392ks = false;
393}
394----------------------------------------------------
395function weld5(part0, part1, c0, c1)
396 weeld=Instance.new("Weld", part0)
397 weeld.Part0=part0
398 weeld.Part1=part1
399 weeld.C0=c0
400 weeld.C1=c1
401 return weeld
402end
403----------------------------------------------------
404function NewPart(prnt,siz,cf,trans,anc,mat,col)
405 local prt=Instance.new("Part")
406 prt.Parent=prnt
407 prt.Name="Part"
408 prt.Size=siz
409 prt.CanCollide=false
410 prt.Anchored=anc
411 prt.Locked=true
412 prt.Transparency = trans
413 prt.TopSurface=10
414 prt.BottomSurface=10
415 prt.FrontSurface=10
416 prt.BackSurface=10
417 prt.LeftSurface=10
418 prt.RightSurface=10
419 prt:BreakJoints()
420 prt.CFrame=cf or CFrame.new(30,10,30)
421 prt.Material=mat
422 prt.BrickColor=BrickColor.new(col)
423 m=Instance.new("SpecialMesh",prt)
424 m.MeshType=6
425 return prt
426end
427----------------------------------------------------
428function lerp(a, b, t) -- Linear interpolation
429 return a + (b - a)*t
430end
431
432function slerp(a, b, t) --Spherical interpolation
433 dot = a:Dot(b)
434 if dot > 0.99999 or dot < -0.99999 then
435 return t <= 0.5 and a or b
436 else
437 r = math.acos(dot)
438 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
439 end
440end
441
442function matrixInterpolate(a, b, t)
443 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
444 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
445 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
446 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
447 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
448 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
449 local t = v1:Dot(v2)
450 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
451 return CFrame.new()
452 end
453 return CFrame.new(
454 v0.x, v0.y, v0.z,
455 v1.x, v1.y, v1.z,
456 v2.x, v2.y, v2.z,
457 v3.x, v3.y, v3.z)
458end
459----------------------------------------------------
460function genWeld(a,b)
461 local w = Instance.new("Weld",a)
462 w.Part0 = a
463 w.Part1 = b
464 return w
465end
466function weld(a, b)
467 local weld = Instance.new("Weld")
468 weld.Name = "W"
469 weld.Part0 = a
470 weld.Part1 = b
471 weld.C0 = a.CFrame:inverse() * b.CFrame
472 weld.Parent = a
473 return weld;
474end
475----------------------------------------------------
476function Lerp(c1,c2,al)
477 local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
478 local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
479 for i,v in pairs(com1) do
480 com1[i] = v+(com2[i]-v)*al
481 end
482 return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
483end
484----------------------------------------------------
485newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
486 local wld = Instance.new("Weld", wp1)
487 wld.Part0 = wp0
488 wld.Part1 = wp1
489 wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
490end
491----------------------------------------------------
492newWeld(torso, larm, -1.5, 0.5, 0)
493larm.Weld.C1 = CFrame.new(0, 0.5, 0)
494newWeld(torso, rarm, 1.5, 0.5, 0)
495rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
496newWeld(torso, hed, 0, 1.5, 0)
497newWeld(torso, lleg, -0.5, -1, 0)
498lleg.Weld.C1 = CFrame.new(0, 1, 0)
499newWeld(torso, rleg, 0.5, -1, 0)
500rleg.Weld.C1 = CFrame.new(0, 1, 0)
501newWeld(root, torso, 0, -1, 0)
502torso.Weld.C1 = CFrame.new(0, -1, 0)
503----------------------------------------------------
504z = Instance.new("Sound",char)
505z.SoundId = "rbxassetid://147461803"--THIS IS THE AUDIO FOR THE SCRIPT
506z.Looped = true
507z.Pitch = 0.9
508z.Volume = 4
509wait(0.1)
510z:Play()
511
512z2 = Instance.new("Sound", larm)
513z2.SoundId = 'rbxassetid://415880478'
514z2.Pitch = 1
515z2.Volume = 1
516z2.Looped = false
517z2:Play()
518----------------------------------------------------
519New = function(Object, Parent, Name, Data)
520 local Object = Instance.new(Object)
521 for Index, Value in pairs(Data or {}) do
522 Object[Index] = Value
523 end
524 Object.Parent = Parent
525 Object.Name = Name
526 return Object
527end
528----------------------------------------------------
529pr = Instance.new("Part",hed)
530pr.BrickColor = BrickColor.new("Black")
531pr.Material = "Metal"
532pr.Reflectance = 0.04
533pr.Anchored = false
534pr.CanCollide = false
535pr.Archivable = false
536pr.Locked = true
537pr.Size = Vector3.new(2,0.8,1)
538prm = Instance.new("SpecialMesh",pr)
539prm.MeshType = "FileMesh"
540prm.MeshId = "rbxassetid://16952952"
541prm.Scale = Vector3.new(1,1,1)
542newWeld(hed, pr, 0, 0.35, 0)
543pr.Weld.C1 = CFrame.new(0,0,0)
544--Left Arm
545m = Instance.new("Model")
546m.Name = "LeftArm"
547p1 = Instance.new("Part", m)
548p1.BrickColor = BrickColor.new("Crimson")
549p1.Material = Enum.Material.Granite
550p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
551p1.Size = Vector3.new(1, 0.200000048, 1)
552p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
553p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
554p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
555p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
556p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
557p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
558b1 = Instance.new("SpecialMesh", p1)
559b1.MeshType = Enum.MeshType.Brick
560b1.Name = "Mesh"
561b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
562p2 = Instance.new("Part", m)
563p2.BrickColor = BrickColor.new("Crimson")
564p2.Material = Enum.Material.Granite
565p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
566p2.Size = Vector3.new(1, 0.200000048, 1)
567p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
568p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
569p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
570p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
571p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
572p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
573b2 = Instance.new("SpecialMesh", p2)
574b2.MeshType = Enum.MeshType.Brick
575b2.Name = "Mesh"
576b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
577p3 = Instance.new("Part", m)
578p3.BrickColor = BrickColor.new("Crimson")
579p3.Material = Enum.Material.Granite
580p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
581p3.Size = Vector3.new(1, 0.200000048, 1)
582p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
583p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
584p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
585p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
586p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
587p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
588b3 = Instance.new("SpecialMesh", p3)
589b3.MeshType = Enum.MeshType.Brick
590b3.Name = "Mesh"
591b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
592p4 = Instance.new("Part", m)
593p4.BrickColor = BrickColor.new("Black")
594p4.Material = Enum.Material.SmoothPlastic
595p4.Name = "LeftArmPlate"
596p4.Size = Vector3.new(1, 2, 1)
597p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
598p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
599p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
600p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
601p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
602p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
603b4 = Instance.new("SpecialMesh", p4)
604b4.MeshType = Enum.MeshType.Brick
605b4.Name = "Mesh"
606b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
607p5 = Instance.new("Part", m)
608p5.BrickColor = BrickColor.new("Crimson")
609p5.Material = Enum.Material.Granite
610p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
611p5.Size = Vector3.new(1, 0.200000048, 1)
612p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
613p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
614p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
615p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
616p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
617p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
618b5 = Instance.new("SpecialMesh", p5)
619b5.MeshType = Enum.MeshType.Brick
620b5.Name = "Mesh"
621b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
622p6 = Instance.new("Part", m)
623p6.BrickColor = BrickColor.new("Crimson")
624p6.Material = Enum.Material.Granite
625p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
626p6.Size = Vector3.new(1, 0.200000048, 1)
627p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
628p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
629p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
630p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
631p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
632p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
633b6 = Instance.new("SpecialMesh", p6)
634b6.MeshType = Enum.MeshType.Brick
635b6.Name = "Mesh"
636b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
637p7 = Instance.new("Part", m)
638p7.BrickColor = BrickColor.new("Crimson")
639p7.Material = Enum.Material.Granite
640p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
641p7.FormFactor = Enum.FormFactor.Custom
642p7.Size = Vector3.new(1, 0.200000048, 1)
643p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
644p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
645p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
646p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
647p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
648p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
649b7 = Instance.new("SpecialMesh", p7)
650b7.MeshType = Enum.MeshType.Brick
651b7.Name = "Mesh"
652b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
653p8 = Instance.new("Part", m)
654p8.BrickColor = BrickColor.new("Crimson")
655p8.Material = Enum.Material.Granite
656p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
657p8.FormFactor = Enum.FormFactor.Custom
658p8.Size = Vector3.new(1, 0.200000048, 1)
659p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
660p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
661p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
662p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
663p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
664p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
665b8 = Instance.new("SpecialMesh", p8)
666b8.MeshType = Enum.MeshType.Brick
667b8.Name = "Mesh"
668b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
669p9 = Instance.new("Part", m)
670p9.BrickColor = BrickColor.new("Crimson")
671p9.Material = Enum.Material.Granite
672p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
673p9.FormFactor = Enum.FormFactor.Custom
674p9.Size = Vector3.new(1, 0.200000048, 1)
675p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
676p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
677p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
678p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
679p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
680p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
681b9 = Instance.new("SpecialMesh", p9)
682b9.MeshType = Enum.MeshType.Brick
683b9.Name = "Mesh"
684b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
685p10 = Instance.new("Part", m)
686p10.BrickColor = BrickColor.new("Black")
687p10.Material = Enum.Material.SmoothPlastic
688p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
689p10.FormFactor = Enum.FormFactor.Custom
690p10.Size = Vector3.new(1, 0.349999994, 1)
691p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
692p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
693p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
694p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
695p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
696p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
697b10 = Instance.new("SpecialMesh", p10)
698b10.MeshType = Enum.MeshType.Brick
699b10.Name = "Mesh"
700b10.Scale = Vector3.new(1.12, 1.01999998, 1.12)
701p11 = Instance.new("Part", m)
702p11.BrickColor = BrickColor.new("Black")
703p11.Material = Enum.Material.Metal
704p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
705p11.FormFactor = Enum.FormFactor.Custom
706p11.Size = Vector3.new(1, 0.25, 1)
707p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
708p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
709p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
710p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
711p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
712p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
713b11 = Instance.new("SpecialMesh", p11)
714b11.MeshType = Enum.MeshType.Brick
715b11.Name = "Mesh"
716b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
717p12 = Instance.new("Part", m)
718p12.BrickColor = BrickColor.new("Black")
719p12.Material = Enum.Material.Metal
720p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
721p12.FormFactor = Enum.FormFactor.Custom
722p12.Size = Vector3.new(1, 0.25, 1)
723p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
724p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
725p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
726p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
727p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
728p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
729b12 = Instance.new("SpecialMesh", p12)
730b12.MeshType = Enum.MeshType.Brick
731b12.Name = "Mesh"
732b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
733p13 = Instance.new("Part", m)
734p13.BrickColor = BrickColor.new("Black")
735p13.Material = Enum.Material.Metal
736p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
737p13.FormFactor = Enum.FormFactor.Custom
738p13.Size = Vector3.new(1, 0.25, 1)
739p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
740p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
741p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
742p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
743p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
744p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
745b13 = Instance.new("SpecialMesh", p13)
746b13.MeshType = Enum.MeshType.Brick
747b13.Name = "Mesh"
748b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
749p14 = Instance.new("Part", m)
750p14.BrickColor = BrickColor.new("Black")
751p14.Material = Enum.Material.Metal
752p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
753p14.FormFactor = Enum.FormFactor.Custom
754p14.Size = Vector3.new(1, 0.25, 1)
755p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
756p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
757p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
758p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
759p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
760p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
761b14 = Instance.new("SpecialMesh", p14)
762b14.MeshType = Enum.MeshType.Brick
763b14.Name = "Mesh"
764b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
765p15 = Instance.new("Part", m)
766p15.BrickColor = BrickColor.new("Crimson")
767p15.Material = Enum.Material.Granite
768p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
769p15.FormFactor = Enum.FormFactor.Custom
770p15.Size = Vector3.new(1, 1, 1)
771p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
772p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
773p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
774p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
775p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
776p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
777b15 = Instance.new("SpecialMesh", p15)
778b15.MeshType = Enum.MeshType.Sphere
779b15.Name = "Mesh"
780p16 = Instance.new("Part", m)
781p16.BrickColor = BrickColor.new("Black")
782p16.Material = Enum.Material.Metal
783p16.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)
784p16.FormFactor = Enum.FormFactor.Custom
785p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
786p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
787p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
788p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
789p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
790p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
791p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
792b16 = Instance.new("SpecialMesh", p16)
793b16.MeshType = Enum.MeshType.Brick
794b16.Name = "Mesh"
795b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
796p17 = Instance.new("Part", m)
797p17.BrickColor = BrickColor.new("Black")
798p17.Material = Enum.Material.SmoothPlastic
799p17.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)
800p17.FormFactor = Enum.FormFactor.Custom
801p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
802p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
803p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
804p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
805p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
806p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
807p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
808b17 = Instance.new("SpecialMesh", p17)
809b17.MeshType = Enum.MeshType.Brick
810b17.Name = "Mesh"
811b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
812p18 = Instance.new("Part", m)
813p18.BrickColor = BrickColor.new("Black")
814p18.Material = Enum.Material.SmoothPlastic
815p18.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)
816p18.FormFactor = Enum.FormFactor.Custom
817p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
818p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
819p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
820p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
821p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
822p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
823p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
824b18 = Instance.new("SpecialMesh", p18)
825b18.MeshType = Enum.MeshType.Brick
826b18.Name = "Mesh"
827b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
828p19 = Instance.new("Part", m)
829p19.BrickColor = BrickColor.new("Black")
830p19.Material = Enum.Material.SmoothPlastic
831p19.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)
832p19.FormFactor = Enum.FormFactor.Custom
833p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
834p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
835p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
836p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
837p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
838p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
839p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
840b19 = Instance.new("SpecialMesh", p19)
841b19.MeshType = Enum.MeshType.Brick
842b19.Name = "Mesh"
843b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
844p20 = Instance.new("Part", m)
845p20.BrickColor = BrickColor.new("Really black")
846p20.Material = Enum.Material.SmoothPlastic
847p20.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)
848p20.FormFactor = Enum.FormFactor.Custom
849p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
850p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
851p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
852p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
853p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
854p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
855p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
856b20 = Instance.new("SpecialMesh", p20)
857b20.MeshType = Enum.MeshType.Brick
858b20.Name = "Mesh"
859b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
860p21 = Instance.new("Part", m)
861p21.BrickColor = BrickColor.new("Black")
862p21.Material = Enum.Material.Metal
863p21.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)
864p21.FormFactor = Enum.FormFactor.Custom
865p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
866p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
867p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
868p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
869p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
870p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
871p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
872b21 = Instance.new("SpecialMesh", p21)
873b21.MeshType = Enum.MeshType.Wedge
874b21.Name = "Mesh"
875b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
876p22 = Instance.new("Part", m)
877p22.BrickColor = BrickColor.new("Black")
878p22.Material = Enum.Material.Metal
879p22.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)
880p22.FormFactor = Enum.FormFactor.Custom
881p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
882p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
883p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
884p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
885p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
886p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
887p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
888b22 = Instance.new("SpecialMesh", p22)
889b22.MeshType = Enum.MeshType.Brick
890b22.Name = "Mesh"
891b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
892p23 = Instance.new("Part", m)
893p23.BrickColor = BrickColor.new("Black")
894p23.Material = Enum.Material.Metal
895p23.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)
896p23.FormFactor = Enum.FormFactor.Custom
897p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
898p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
899p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
900p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
901p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
902p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
903p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
904b23 = Instance.new("SpecialMesh", p23)
905b23.MeshType = Enum.MeshType.Brick
906b23.Name = "Mesh"
907b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
908p24 = Instance.new("Part", m)
909p24.BrickColor = BrickColor.new("Black")
910p24.Material = Enum.Material.Metal
911p24.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)
912p24.FormFactor = Enum.FormFactor.Custom
913p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
914p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
915p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
916p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
917p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
918p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
919p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
920b24 = Instance.new("SpecialMesh", p24)
921b24.MeshType = Enum.MeshType.Brick
922b24.Name = "Mesh"
923b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
924p25 = Instance.new("Part", m)
925p25.BrickColor = BrickColor.new("Black")
926p25.Material = Enum.Material.Metal
927p25.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)
928p25.FormFactor = Enum.FormFactor.Custom
929p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
930p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
931p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
932p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
933p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
934p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
935p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
936b25 = Instance.new("SpecialMesh", p25)
937b25.MeshType = Enum.MeshType.Brick
938b25.Name = "Mesh"
939b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
940p26 = Instance.new("Part", m)
941p26.BrickColor = BrickColor.new("Black")
942p26.Material = Enum.Material.Metal
943p26.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)
944p26.FormFactor = Enum.FormFactor.Custom
945p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
946p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
947p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
948p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
949p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
950p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
951p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
952b26 = Instance.new("SpecialMesh", p26)
953b26.MeshType = Enum.MeshType.Brick
954b26.Name = "Mesh"
955b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
956p27 = Instance.new("Part", m)
957p27.BrickColor = BrickColor.new("Black")
958p27.Material = Enum.Material.Metal
959p27.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)
960p27.FormFactor = Enum.FormFactor.Custom
961p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
962p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
963p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
964p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
965p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
966p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
967p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
968b27 = Instance.new("SpecialMesh", p27)
969b27.MeshType = Enum.MeshType.Brick
970b27.Name = "Mesh"
971b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
972p28 = Instance.new("Part", m)
973p28.BrickColor = BrickColor.new("Black")
974p28.Material = Enum.Material.Metal
975p28.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)
976p28.FormFactor = Enum.FormFactor.Custom
977p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
978p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
979p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
980p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
981p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
982p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
983p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
984b28 = Instance.new("SpecialMesh", p28)
985b28.MeshType = Enum.MeshType.Brick
986b28.Name = "Mesh"
987b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
988p29 = Instance.new("Part", m)
989p29.BrickColor = BrickColor.new("Black")
990p29.Material = Enum.Material.Metal
991p29.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)
992p29.FormFactor = Enum.FormFactor.Custom
993p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
994p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
995p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
996p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
997p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
998p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
999p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1000b29 = Instance.new("SpecialMesh", p29)
1001b29.MeshType = Enum.MeshType.Brick
1002b29.Name = "Mesh"
1003b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1004p30 = Instance.new("Part", m)
1005p30.BrickColor = BrickColor.new("Black")
1006p30.Material = Enum.Material.Metal
1007p30.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)
1008p30.FormFactor = Enum.FormFactor.Custom
1009p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1010p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1011p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1012p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1013p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1014p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1015p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1016b30 = Instance.new("SpecialMesh", p30)
1017b30.MeshType = Enum.MeshType.Wedge
1018b30.Name = "Mesh"
1019b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1020p31 = Instance.new("Part", m)
1021p31.BrickColor = BrickColor.new("Black")
1022p31.Material = Enum.Material.Metal
1023p31.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)
1024p31.FormFactor = Enum.FormFactor.Custom
1025p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1026p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1027p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1028p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1029p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1030p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1031p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1032b31 = Instance.new("SpecialMesh", p31)
1033b31.MeshType = Enum.MeshType.Brick
1034b31.Name = "Mesh"
1035b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1036p32 = Instance.new("Part", m)
1037p32.BrickColor = BrickColor.new("Black")
1038p32.Material = Enum.Material.Metal
1039p32.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)
1040p32.FormFactor = Enum.FormFactor.Custom
1041p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976)
1042p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1043p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1044p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1045p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1046p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1047p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1048b32 = Instance.new("SpecialMesh", p32)
1049b32.MeshType = Enum.MeshType.Wedge
1050b32.Name = "Mesh"
1051b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1052p33 = Instance.new("Part", m)
1053p33.BrickColor = BrickColor.new("Black")
1054p33.Material = Enum.Material.Metal
1055p33.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)
1056p33.FormFactor = Enum.FormFactor.Custom
1057p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1058p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1059p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1060p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1061p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1062p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1063p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1064b33 = Instance.new("SpecialMesh", p33)
1065b33.MeshType = Enum.MeshType.Brick
1066b33.Name = "Mesh"
1067b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1068p34 = Instance.new("Part", m)
1069p34.BrickColor = BrickColor.new("Black")
1070p34.Material = Enum.Material.Metal
1071p34.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)
1072p34.FormFactor = Enum.FormFactor.Custom
1073p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964)
1074p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1075p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1076p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1077p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1078p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1079p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1080b34 = Instance.new("SpecialMesh", p34)
1081b34.MeshType = Enum.MeshType.Brick
1082b34.Name = "Mesh"
1083b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996)
1084w1 = Instance.new("Weld", p1)
1085w1.Name = "Part_Weld"
1086w1.Part0 = p1
1087w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1088w1.Part1 = p2
1089w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1090w2 = Instance.new("Weld", p2)
1091w2.Name = "Part_Weld"
1092w2.Part0 = p2
1093w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1094w2.Part1 = p3
1095w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1096w3 = Instance.new("Weld", p3)
1097w3.Name = "LeftArmPlate_Weld"
1098w3.Part0 = p3
1099w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1100w3.Part1 = p4
1101w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1102w4 = Instance.new("Weld", p4)
1103w4.Name = "Part_Weld"
1104w4.Part0 = p4
1105w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1106w4.Part1 = p5
1107w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1108w5 = Instance.new("Weld", p5)
1109w5.Name = "Part_Weld"
1110w5.Part0 = p5
1111w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1112w5.Part1 = p6
1113w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1114w6 = Instance.new("Weld", p6)
1115w6.Name = "Part_Weld"
1116w6.Part0 = p6
1117w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1118w6.Part1 = p7
1119w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1120w7 = Instance.new("Weld", p7)
1121w7.Name = "Part_Weld"
1122w7.Part0 = p7
1123w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1124w7.Part1 = p8
1125w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1126w8 = Instance.new("Weld", p8)
1127w8.Name = "Part_Weld"
1128w8.Part0 = p8
1129w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1130w8.Part1 = p9
1131w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1132w9 = Instance.new("Weld", p9)
1133w9.Name = "Part_Weld"
1134w9.Part0 = p9
1135w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1136w9.Part1 = p10
1137w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1138w10 = Instance.new("Weld", p10)
1139w10.Name = "Part_Weld"
1140w10.Part0 = p10
1141w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1142w10.Part1 = p11
1143w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1144w11 = Instance.new("Weld", p11)
1145w11.Name = "Part_Weld"
1146w11.Part0 = p11
1147w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1148w11.Part1 = p12
1149w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1150w12 = Instance.new("Weld", p12)
1151w12.Name = "Part_Weld"
1152w12.Part0 = p12
1153w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1154w12.Part1 = p13
1155w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1156w13 = Instance.new("Weld", p13)
1157w13.Name = "Part_Weld"
1158w13.Part0 = p13
1159w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1160w13.Part1 = p14
1161w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1162w14 = Instance.new("Weld", p14)
1163w14.Name = "Part_Weld"
1164w14.Part0 = p14
1165w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1166w14.Part1 = p15
1167w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1168w15 = Instance.new("Weld", p15)
1169w15.Name = "Part_Weld"
1170w15.Part0 = p15
1171w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1172w15.Part1 = p16
1173w15.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)
1174w16 = Instance.new("Weld", p16)
1175w16.Name = "Part_Weld"
1176w16.Part0 = p16
1177w16.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)
1178w16.Part1 = p17
1179w16.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)
1180w17 = Instance.new("Weld", p17)
1181w17.Name = "Part_Weld"
1182w17.Part0 = p17
1183w17.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)
1184w17.Part1 = p18
1185w17.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)
1186w18 = Instance.new("Weld", p18)
1187w18.Name = "Part_Weld"
1188w18.Part0 = p18
1189w18.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)
1190w18.Part1 = p19
1191w18.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)
1192w19 = Instance.new("Weld", p19)
1193w19.Name = "Part_Weld"
1194w19.Part0 = p19
1195w19.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)
1196w19.Part1 = p20
1197w19.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)
1198w20 = Instance.new("Weld", p20)
1199w20.Name = "Part_Weld"
1200w20.Part0 = p20
1201w20.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)
1202w20.Part1 = p21
1203w20.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)
1204w21 = Instance.new("Weld", p21)
1205w21.Name = "Part_Weld"
1206w21.Part0 = p21
1207w21.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)
1208w21.Part1 = p22
1209w21.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)
1210w22 = Instance.new("Weld", p22)
1211w22.Name = "Part_Weld"
1212w22.Part0 = p22
1213w22.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)
1214w22.Part1 = p23
1215w22.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)
1216w23 = Instance.new("Weld", p23)
1217w23.Name = "Part_Weld"
1218w23.Part0 = p23
1219w23.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)
1220w23.Part1 = p24
1221w23.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)
1222w24 = Instance.new("Weld", p24)
1223w24.Name = "Part_Weld"
1224w24.Part0 = p24
1225w24.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)
1226w24.Part1 = p25
1227w24.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)
1228w25 = Instance.new("Weld", p25)
1229w25.Name = "Part_Weld"
1230w25.Part0 = p25
1231w25.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)
1232w25.Part1 = p26
1233w25.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)
1234w26 = Instance.new("Weld", p26)
1235w26.Name = "Part_Weld"
1236w26.Part0 = p26
1237w26.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)
1238w26.Part1 = p27
1239w26.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)
1240w27 = Instance.new("Weld", p27)
1241w27.Name = "Part_Weld"
1242w27.Part0 = p27
1243w27.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)
1244w27.Part1 = p28
1245w27.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)
1246w28 = Instance.new("Weld", p28)
1247w28.Name = "Part_Weld"
1248w28.Part0 = p28
1249w28.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)
1250w28.Part1 = p29
1251w28.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)
1252w29 = Instance.new("Weld", p29)
1253w29.Name = "Part_Weld"
1254w29.Part0 = p29
1255w29.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)
1256w29.Part1 = p30
1257w29.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)
1258w30 = Instance.new("Weld", p30)
1259w30.Name = "Part_Weld"
1260w30.Part0 = p30
1261w30.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)
1262w30.Part1 = p31
1263w30.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)
1264w31 = Instance.new("Weld", p31)
1265w31.Name = "Part_Weld"
1266w31.Part0 = p31
1267w31.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)
1268w31.Part1 = p32
1269w31.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)
1270w32 = Instance.new("Weld", p32)
1271w32.Name = "Part_Weld"
1272w32.Part0 = p32
1273w32.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)
1274w32.Part1 = p33
1275w32.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)
1276w33 = Instance.new("Weld", p33)
1277w33.Name = "Part_Weld"
1278w33.Part0 = p33
1279w33.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)
1280w33.Part1 = p34
1281w33.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)
1282m.Parent = larm
1283m:MakeJoints()
1284----------------------------------------------------
1285local cor = Instance.new("Part", larm.LeftArm)
1286cor.Name = "Thingy"
1287cor.Locked = true
1288cor.BottomSurface = 0
1289cor.CanCollide = false
1290cor.Size = Vector3.new(1, 1, 1)
1291cor.Transparency = 1
1292cor.TopSurface = 0
1293corw = Instance.new("Weld", cor)
1294corw.Part0 = larm
1295corw.Part1 = cor
1296corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1297corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1298weld1 = Instance.new("Weld", larm.LeftArm)
1299weld1.Part0 = cor
1300weld1.Part1 = larm.LeftArm.LeftArmPlate
1301weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1302--Right Arm
1303m2 = Instance.new("Model")
1304m2.Name = "RightArm"
1305p1 = Instance.new("Part", m2)
1306p1.BrickColor = BrickColor.new("Crimson")
1307p1.Material = Enum.Material.Granite
1308p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1309p1.FormFactor = Enum.FormFactor.Custom
1310p1.Size = Vector3.new(1, 0.200000048, 1)
1311p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1312p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1313p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1314p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1315p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1316p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1317b1 = Instance.new("SpecialMesh", p1)
1318b1.MeshType = Enum.MeshType.Brick
1319b1.Name = "Mesh"
1320b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1321p2 = Instance.new("Part", m2)
1322p2.BrickColor = BrickColor.new("Crimson")
1323p2.Material = Enum.Material.Granite
1324p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1325p2.FormFactor = Enum.FormFactor.Custom
1326p2.Size = Vector3.new(1, 0.200000048, 1)
1327p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1328p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1329p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1330p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1331p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1332p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1333b2 = Instance.new("SpecialMesh", p2)
1334b2.MeshType = Enum.MeshType.Brick
1335b2.Name = "Mesh"
1336b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1337p3 = Instance.new("Part", m2)
1338p3.BrickColor = BrickColor.new("Crimson")
1339p3.Material = Enum.Material.Granite
1340p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1341p3.FormFactor = Enum.FormFactor.Custom
1342p3.Size = Vector3.new(1, 0.200000048, 1)
1343p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1344p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1345p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1346p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1347p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1348p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1349b3 = Instance.new("SpecialMesh", p3)
1350b3.MeshType = Enum.MeshType.Brick
1351b3.Name = "Mesh"
1352b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1353p4 = Instance.new("Part", m2)
1354p4.BrickColor = BrickColor.new("Crimson")
1355p4.Material = Enum.Material.Granite
1356p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1357p4.FormFactor = Enum.FormFactor.Custom
1358p4.Size = Vector3.new(1, 0.200000048, 1)
1359p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1360p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1361p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1362p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1363p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1364p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1365b4 = Instance.new("SpecialMesh", p4)
1366b4.MeshType = Enum.MeshType.Brick
1367b4.Name = "Mesh"
1368b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994)
1369p5 = Instance.new("Part", m2)
1370p5.BrickColor = BrickColor.new("Crimson")
1371p5.Material = Enum.Material.Granite
1372p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1373p5.FormFactor = Enum.FormFactor.Custom
1374p5.Size = Vector3.new(1, 0.200000048, 1)
1375p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1376p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1377p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1378p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1379p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1380p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1381b5 = Instance.new("SpecialMesh", p5)
1382b5.MeshType = Enum.MeshType.Brick
1383b5.Name = "Mesh"
1384b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1385p6 = Instance.new("Part", m2)
1386p6.BrickColor = BrickColor.new("Crimson")
1387p6.Material = Enum.Material.Granite
1388p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1389p6.FormFactor = Enum.FormFactor.Custom
1390p6.Size = Vector3.new(1, 1, 1)
1391p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1392p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1393p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1394p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1395p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1396p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1397b6 = Instance.new("SpecialMesh", p6)
1398b6.MeshType = Enum.MeshType.Sphere
1399b6.Name = "Mesh"
1400p7 = Instance.new("Part", m2)
1401p7.BrickColor = BrickColor.new("Black")
1402p7.Material = Enum.Material.SmoothPlastic
1403p7.Name = "RightArmPlate"
1404p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1405p7.FormFactor = Enum.FormFactor.Symmetric
1406p7.Size = Vector3.new(1, 2, 1)
1407p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1408p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1409p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1410p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1411p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1412p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1413b7 = Instance.new("SpecialMesh", p7)
1414b7.MeshType = Enum.MeshType.Brick
1415b7.Name = "Mesh"
1416b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1417p8 = Instance.new("Part", m2)
1418p8.BrickColor = BrickColor.new("Crimson")
1419p8.Material = Enum.Material.Granite
1420p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1421p8.FormFactor = Enum.FormFactor.Custom
1422p8.Size = Vector3.new(1, 0.200000048, 1)
1423p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1424p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1425p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1426p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1427p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1428p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1429b8 = Instance.new("SpecialMesh", p8)
1430b8.MeshType = Enum.MeshType.Brick
1431b8.Name = "Mesh"
1432b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1433p9 = Instance.new("Part", m2)
1434p9.BrickColor = BrickColor.new("Black")
1435p9.Material = Enum.Material.SmoothPlastic
1436p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1437p9.FormFactor = Enum.FormFactor.Custom
1438p9.Size = Vector3.new(1, 0.349999994, 1)
1439p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1440p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1441p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1442p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1443p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1444p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1445b9 = Instance.new("SpecialMesh", p9)
1446b9.MeshType = Enum.MeshType.Brick
1447b9.Name = "Mesh"
1448b9.Scale = Vector3.new(1.12, 1.01999998, 1.12)
1449p10 = Instance.new("Part", m2)
1450p10.BrickColor = BrickColor.new("Black")
1451p10.Material = Enum.Material.Metal
1452p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1453p10.FormFactor = Enum.FormFactor.Custom
1454p10.Size = Vector3.new(1, 0.25, 1)
1455p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1456p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1457p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1458p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1459p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1460p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1461b10 = Instance.new("SpecialMesh", p10)
1462b10.MeshType = Enum.MeshType.Brick
1463b10.Name = "Mesh"
1464b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1465p11 = Instance.new("Part", m2)
1466p11.BrickColor = BrickColor.new("Black")
1467p11.Material = Enum.Material.Metal
1468p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1469p11.FormFactor = Enum.FormFactor.Custom
1470p11.Size = Vector3.new(1, 0.25, 1)
1471p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1472p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1473p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1474p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1475p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1476p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1477b11 = Instance.new("SpecialMesh", p11)
1478b11.MeshType = Enum.MeshType.Brick
1479b11.Name = "Mesh"
1480b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1481p12 = Instance.new("Part", m2)
1482p12.BrickColor = BrickColor.new("Black")
1483p12.Material = Enum.Material.Metal
1484p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1485p12.FormFactor = Enum.FormFactor.Custom
1486p12.Size = Vector3.new(1, 0.25, 1)
1487p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1488p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1489p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1490p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1491p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1492p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1493b12 = Instance.new("SpecialMesh", p12)
1494b12.MeshType = Enum.MeshType.Brick
1495b12.Name = "Mesh"
1496b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1497p13 = Instance.new("Part", m2)
1498p13.BrickColor = BrickColor.new("Crimson")
1499p13.Material = Enum.Material.Granite
1500p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1501p13.FormFactor = Enum.FormFactor.Custom
1502p13.Size = Vector3.new(1, 0.200000048, 1)
1503p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1504p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1505p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1506p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1507p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1508p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1509b13 = Instance.new("SpecialMesh", p13)
1510b13.MeshType = Enum.MeshType.Brick
1511b13.Name = "Mesh"
1512b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1513p14 = Instance.new("Part", m2)
1514p14.BrickColor = BrickColor.new("Black")
1515p14.Material = Enum.Material.Metal
1516p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1517p14.FormFactor = Enum.FormFactor.Custom
1518p14.Size = Vector3.new(1, 0.25, 1)
1519p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1520p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1521p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1522p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1523p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1524p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1525b14 = Instance.new("SpecialMesh", p14)
1526b14.MeshType = Enum.MeshType.Brick
1527b14.Name = "Mesh"
1528b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996)
1529p15 = Instance.new("Part", m2)
1530p15.BrickColor = BrickColor.new("Crimson")
1531p15.Material = Enum.Material.Granite
1532p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1533p15.FormFactor = Enum.FormFactor.Custom
1534p15.Size = Vector3.new(1, 0.200000048, 1)
1535p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1536p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1537p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1538p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1539p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1540p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1541b15 = Instance.new("SpecialMesh", p15)
1542b15.MeshType = Enum.MeshType.Brick
1543b15.Name = "Mesh"
1544b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996)
1545p16 = Instance.new("Part", m2)
1546p16.BrickColor = BrickColor.new("Black")
1547p16.Material = Enum.Material.SmoothPlastic
1548p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1549p16.FormFactor = Enum.FormFactor.Custom
1550p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998)
1551p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1552p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1553p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1554p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1555p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1556p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1557b16 = Instance.new("SpecialMesh", p16)
1558b16.MeshType = Enum.MeshType.Brick
1559b16.Name = "Mesh"
1560b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1561p17 = Instance.new("Part", m2)
1562p17.BrickColor = BrickColor.new("Black")
1563p17.Material = Enum.Material.SmoothPlastic
1564p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1565p17.FormFactor = Enum.FormFactor.Custom
1566p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999)
1567p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1568p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1569p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1570p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1571p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1572p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1573b17 = Instance.new("SpecialMesh", p17)
1574b17.MeshType = Enum.MeshType.Brick
1575b17.Name = "Mesh"
1576b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1577p18 = Instance.new("Part", m2)
1578p18.BrickColor = BrickColor.new("Really black")
1579p18.Material = Enum.Material.SmoothPlastic
1580p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1581p18.FormFactor = Enum.FormFactor.Custom
1582p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1583p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1584p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1585p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1586p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1587p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1588p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1589b18 = Instance.new("SpecialMesh", p18)
1590b18.MeshType = Enum.MeshType.Brick
1591b18.Name = "Mesh"
1592b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998)
1593p19 = Instance.new("Part", m2)
1594p19.BrickColor = BrickColor.new("Black")
1595p19.Material = Enum.Material.SmoothPlastic
1596p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1597p19.FormFactor = Enum.FormFactor.Custom
1598p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997)
1599p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1600p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1601p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1602p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1603p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1604p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1605b19 = Instance.new("SpecialMesh", p19)
1606b19.MeshType = Enum.MeshType.Brick
1607b19.Name = "Mesh"
1608b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997)
1609w1 = Instance.new("Weld", p1)
1610w1.Name = "Part_Weld"
1611w1.Part0 = p1
1612w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1613w1.Part1 = p2
1614w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1615w2 = Instance.new("Weld", p2)
1616w2.Name = "Part_Weld"
1617w2.Part0 = p2
1618w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1619w2.Part1 = p3
1620w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1621w3 = Instance.new("Weld", p3)
1622w3.Name = "Part_Weld"
1623w3.Part0 = p3
1624w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1625w3.Part1 = p4
1626w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1627w4 = Instance.new("Weld", p4)
1628w4.Name = "Part_Weld"
1629w4.Part0 = p4
1630w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1631w4.Part1 = p5
1632w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1633w5 = Instance.new("Weld", p5)
1634w5.Name = "Part_Weld"
1635w5.Part0 = p5
1636w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1637w5.Part1 = p6
1638w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1639w6 = Instance.new("Weld", p6)
1640w6.Name = "RightArmPlate_Weld"
1641w6.Part0 = p6
1642w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1643w6.Part1 = p7
1644w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1645w7 = Instance.new("Weld", p7)
1646w7.Name = "Part_Weld"
1647w7.Part0 = p7
1648w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1649w7.Part1 = p8
1650w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1651w8 = Instance.new("Weld", p8)
1652w8.Name = "Part_Weld"
1653w8.Part0 = p8
1654w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1655w8.Part1 = p9
1656w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1657w9 = Instance.new("Weld", p9)
1658w9.Name = "Part_Weld"
1659w9.Part0 = p9
1660w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1661w9.Part1 = p10
1662w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1663w10 = Instance.new("Weld", p10)
1664w10.Name = "Part_Weld"
1665w10.Part0 = p10
1666w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1667w10.Part1 = p11
1668w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1669w11 = Instance.new("Weld", p11)
1670w11.Name = "Part_Weld"
1671w11.Part0 = p11
1672w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1673w11.Part1 = p12
1674w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1675w12 = Instance.new("Weld", p12)
1676w12.Name = "Part_Weld"
1677w12.Part0 = p12
1678w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1679w12.Part1 = p13
1680w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1681w13 = Instance.new("Weld", p13)
1682w13.Name = "Part_Weld"
1683w13.Part0 = p13
1684w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1685w13.Part1 = p14
1686w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1687w14 = Instance.new("Weld", p14)
1688w14.Name = "Part_Weld"
1689w14.Part0 = p14
1690w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1691w14.Part1 = p15
1692w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1693w15 = Instance.new("Weld", p15)
1694w15.Name = "Part_Weld"
1695w15.Part0 = p15
1696w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1697w15.Part1 = p16
1698w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1699w16 = Instance.new("Weld", p16)
1700w16.Name = "Part_Weld"
1701w16.Part0 = p16
1702w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1703w16.Part1 = p17
1704w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1705w17 = Instance.new("Weld", p17)
1706w17.Name = "Part_Weld"
1707w17.Part0 = p17
1708w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1709w17.Part1 = p18
1710w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1711w18 = Instance.new("Weld", p18)
1712w18.Name = "Part_Weld"
1713w18.Part0 = p18
1714w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1715w18.Part1 = p19
1716w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1717m2.Parent = rarm
1718m2:MakeJoints()
1719----------------------------------------------------
1720local cor2 = Instance.new("Part", rarm.RightArm)
1721cor2.Name = "Thingy"
1722cor2.Locked = true
1723cor2.BottomSurface = 0
1724cor2.CanCollide = false
1725cor2.Size = Vector3.new(1, 1, 1)
1726cor2.Transparency = 1
1727cor2.TopSurface = 0
1728corw2 = Instance.new("Weld", cor2)
1729corw2.Part0 = rarm
1730corw2.Part1 = cor2
1731corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1732corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1733weld2 = Instance.new("Weld", rarm.RightArm)
1734weld2.Part0 = cor2
1735weld2.Part1 = rarm.RightArm.RightArmPlate
1736weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
1737--Torso
1738m3 = Instance.new("Model")
1739m3.Name = "Torso"
1740p1 = Instance.new("Part", m3)
1741p1.BrickColor = BrickColor.new("Really black")
1742p1.Material = Enum.Material.Metal
1743p1.Name = "TorsoPlate"
1744p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1745p1.CanCollide = false
1746p1.Locked = true
1747p1.FormFactor = Enum.FormFactor.Custom
1748p1.Size = Vector3.new(2, 2, 1)
1749p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1750p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1751p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1752p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1753p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1754p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1755b1 = Instance.new("SpecialMesh", p1)
1756b1.MeshType = Enum.MeshType.Brick
1757b1.Name = "Mesh"
1758b1.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1759p2 = Instance.new("Part", m3)
1760p2.BrickColor = BrickColor.new("Really black")
1761p2.Material = Enum.Material.Metal
1762p2.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)
1763p2.CanCollide = false
1764p2.Locked = true
1765p2.FormFactor = Enum.FormFactor.Custom
1766p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1767b2 = Instance.new("SpecialMesh", p2)
1768b2.MeshId = "http://www.roblox.com/asset/?id=3270017"
1769b2.TextureId = ""
1770b2.MeshType = Enum.MeshType.FileMesh
1771b2.Name = "Mesh"
1772b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1773p3 = Instance.new("Part", m3)
1774p3.BrickColor = BrickColor.new("Black")
1775p3.Material = Enum.Material.Metal
1776p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1777p3.CanCollide = false
1778p3.Locked = true
1779p3.FormFactor = Enum.FormFactor.Custom
1780p3.Size = Vector3.new(2, 2, 0.200000018)
1781p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1782p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1783p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1784p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1785p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1786p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1787b3 = Instance.new("SpecialMesh", p3)
1788b3.MeshType = Enum.MeshType.Brick
1789b3.Name = "Mesh"
1790b3.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1791p4 = Instance.new("Part", m3)
1792p4.BrickColor = BrickColor.new("Black")
1793p4.Material = Enum.Material.Metal
1794p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1795p4.CanCollide = false
1796p4.Locked = true
1797p4.FormFactor = Enum.FormFactor.Custom
1798p4.Size = Vector3.new(2, 1.04000008, 0.239999995)
1799p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1800p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1801p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1802p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1803p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1804p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1805b4 = Instance.new("SpecialMesh", p4)
1806b4.MeshType = Enum.MeshType.Brick
1807b4.Name = "Mesh"
1808b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1809p5 = Instance.new("Part", m3)
1810p5.BrickColor = BrickColor.new("Black")
1811p5.Material = Enum.Material.Metal
1812p5.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)
1813p5.CanCollide = false
1814p5.Locked = true
1815p5.FormFactor = Enum.FormFactor.Custom
1816p5.Size = Vector3.new(0.300000012, 1, 1.89999998)
1817p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1818p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1819p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1820p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1821p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1822p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1823b5 = Instance.new("SpecialMesh", p5)
1824b5.MeshType = Enum.MeshType.Wedge
1825b5.Name = "Mesh"
1826b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1827p6 = Instance.new("Part", m3)
1828p6.BrickColor = BrickColor.new("Black")
1829p6.Material = Enum.Material.Metal
1830p6.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)
1831p6.CanCollide = false
1832p6.Locked = true
1833p6.FormFactor = Enum.FormFactor.Custom
1834p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998)
1835p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1836p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1837p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1838p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1839p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1840p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1841b6 = Instance.new("SpecialMesh", p6)
1842b6.MeshType = Enum.MeshType.Wedge
1843b6.Name = "Mesh"
1844b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1845p7 = Instance.new("Part", m3)
1846p7.BrickColor = BrickColor.new("Black")
1847p7.Material = Enum.Material.Metal
1848p7.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)
1849p7.CanCollide = false
1850p7.Locked = true
1851p7.FormFactor = Enum.FormFactor.Custom
1852p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005)
1853p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1854p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1855p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1856p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1857p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1858p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1859b7 = Instance.new("SpecialMesh", p7)
1860b7.MeshType = Enum.MeshType.Wedge
1861b7.Name = "Mesh"
1862p8 = Instance.new("Part", m3)
1863p8.BrickColor = BrickColor.new("Black")
1864p8.Material = Enum.Material.Metal
1865p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1866p8.CanCollide = false
1867p8.Locked = true
1868p8.FormFactor = Enum.FormFactor.Custom
1869p8.Size = Vector3.new(1, 2, 0.200000018)
1870p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1871p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1872p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1873p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1874p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1875p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1876b8 = Instance.new("SpecialMesh", p8)
1877b8.MeshType = Enum.MeshType.Brick
1878b8.Name = "Mesh"
1879b8.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1880p9 = Instance.new("Part", m3)
1881p9.BrickColor = BrickColor.new("Black")
1882p9.Material = Enum.Material.Metal
1883p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
1884p9.CanCollide = false
1885p9.Locked = true
1886p9.FormFactor = Enum.FormFactor.Custom
1887p9.Size = Vector3.new(1, 2, 0.200000018)
1888p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1889p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1890p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1891p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1892p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1893p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1894b9 = Instance.new("SpecialMesh", p9)
1895b9.MeshType = Enum.MeshType.Brick
1896b9.Name = "Mesh"
1897b9.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1898p10 = Instance.new("Part", m3)
1899p10.BrickColor = BrickColor.new("Black")
1900p10.Material = Enum.Material.Metal
1901p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008)
1902p10.CanCollide = false
1903p10.Locked = true
1904p10.FormFactor = Enum.FormFactor.Custom
1905p10.Size = Vector3.new(2, 1.0200001, 0.239999995)
1906p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1907p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1908p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1909p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1910p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1911p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1912b10 = Instance.new("SpecialMesh", p10)
1913b10.MeshType = Enum.MeshType.Brick
1914b10.Name = "Mesh"
1915b10.Scale = Vector3.new(1, 1.01999998, 1.01999998)
1916p11 = Instance.new("Part", m3)
1917p11.BrickColor = BrickColor.new("Really black")
1918p11.Material = Enum.Material.Metal
1919p11.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)
1920p11.CanCollide = false
1921p11.Locked = true
1922p11.FormFactor = Enum.FormFactor.Custom
1923p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1924b11 = Instance.new("SpecialMesh", p11)
1925b11.MeshId = "http://www.roblox.com/asset/?id=3270017"
1926b11.TextureId = ""
1927b11.MeshType = Enum.MeshType.FileMesh
1928b11.Name = "Mesh"
1929b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1930p12 = Instance.new("Part", m3)
1931p12.BrickColor = BrickColor.new("Really black")
1932p12.Material = Enum.Material.Metal
1933p12.Transparency = 1
1934p12.Name = "Chain2Torso"
1935p12.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)
1936p12.CanCollide = false
1937p12.Locked = true
1938p12.FormFactor = Enum.FormFactor.Custom
1939p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012)
1940b12 = Instance.new("SpecialMesh", p12)
1941b12.MeshId = "http://www.roblox.com/asset/?id=3270017"
1942b12.TextureId = ""
1943b12.MeshType = Enum.MeshType.FileMesh
1944b12.Name = "Mesh"
1945b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1946p13 = Instance.new("Part", m3)
1947p13.BrickColor = BrickColor.new("Really black")
1948p13.Material = Enum.Material.Metal
1949p13.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)
1950p13.CanCollide = false
1951p13.Locked = true
1952p13.FormFactor = Enum.FormFactor.Custom
1953p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1954b13 = Instance.new("SpecialMesh", p13)
1955b13.MeshId = "http://www.roblox.com/asset/?id=3270017"
1956b13.TextureId = ""
1957b13.MeshType = Enum.MeshType.FileMesh
1958b13.Name = "Mesh"
1959b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1960p14 = Instance.new("Part", m3)
1961p14.BrickColor = BrickColor.new("Really black")
1962p14.Material = Enum.Material.Metal
1963p14.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)
1964p14.CanCollide = false
1965p14.Locked = true
1966p14.FormFactor = Enum.FormFactor.Custom
1967p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1968b14 = Instance.new("SpecialMesh", p14)
1969b14.MeshId = "http://www.roblox.com/asset/?id=3270017"
1970b14.TextureId = ""
1971b14.MeshType = Enum.MeshType.FileMesh
1972b14.Name = "Mesh"
1973b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1974p15 = Instance.new("Part", m3)
1975p15.BrickColor = BrickColor.new("Really black")
1976p15.Material = Enum.Material.Metal
1977p15.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)
1978p15.CanCollide = false
1979p15.Locked = true
1980p15.FormFactor = Enum.FormFactor.Custom
1981p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1982b15 = Instance.new("SpecialMesh", p15)
1983b15.MeshId = "http://www.roblox.com/asset/?id=3270017"
1984b15.TextureId = ""
1985b15.MeshType = Enum.MeshType.FileMesh
1986b15.Name = "Mesh"
1987b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
1988p16 = Instance.new("Part", m3)
1989p16.BrickColor = BrickColor.new("Really black")
1990p16.Material = Enum.Material.Metal
1991p16.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)
1992p16.CanCollide = false
1993p16.Locked = true
1994p16.FormFactor = Enum.FormFactor.Custom
1995p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
1996b16 = Instance.new("SpecialMesh", p16)
1997b16.MeshId = "http://www.roblox.com/asset/?id=3270017"
1998b16.TextureId = ""
1999b16.MeshType = Enum.MeshType.FileMesh
2000b16.Name = "Mesh"
2001b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2002p17 = Instance.new("Part", m3)
2003p17.BrickColor = BrickColor.new("Really black")
2004p17.Material = Enum.Material.Metal
2005p17.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)
2006p17.CanCollide = false
2007p17.Locked = true
2008p17.FormFactor = Enum.FormFactor.Custom
2009p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2010b17 = Instance.new("SpecialMesh", p17)
2011b17.MeshId = "http://www.roblox.com/asset/?id=3270017"
2012b17.TextureId = ""
2013b17.MeshType = Enum.MeshType.FileMesh
2014b17.Name = "Mesh"
2015b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2016p18 = Instance.new("Part", m3)
2017p18.BrickColor = BrickColor.new("Really black")
2018p18.Material = Enum.Material.Metal
2019p18.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)
2020p18.CanCollide = false
2021p18.Locked = true
2022p18.FormFactor = Enum.FormFactor.Custom
2023p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2024b18 = Instance.new("SpecialMesh", p18)
2025b18.MeshId = "http://www.roblox.com/asset/?id=3270017"
2026b18.TextureId = ""
2027b18.MeshType = Enum.MeshType.FileMesh
2028b18.Name = "Mesh"
2029b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2030p19 = Instance.new("Part", m3)
2031p19.BrickColor = BrickColor.new("Really black")
2032p19.Material = Enum.Material.Metal
2033p19.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)
2034p19.CanCollide = false
2035p19.Locked = true
2036p19.FormFactor = Enum.FormFactor.Custom
2037p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2038b19 = Instance.new("SpecialMesh", p19)
2039b19.MeshId = "http://www.roblox.com/asset/?id=3270017"
2040b19.TextureId = ""
2041b19.MeshType = Enum.MeshType.FileMesh
2042b19.Name = "Mesh"
2043b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2044p20 = Instance.new("Part", m3)
2045p20.BrickColor = BrickColor.new("Really black")
2046p20.Material = Enum.Material.Metal
2047p20.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)
2048p20.CanCollide = false
2049p20.Locked = true
2050p20.FormFactor = Enum.FormFactor.Custom
2051p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2052b20 = Instance.new("SpecialMesh", p20)
2053b20.MeshId = "http://www.roblox.com/asset/?id=3270017"
2054b20.TextureId = ""
2055b20.MeshType = Enum.MeshType.FileMesh
2056b20.Name = "Mesh"
2057b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2058p21 = Instance.new("Part", m3)
2059p21.BrickColor = BrickColor.new("Really black")
2060p21.Material = Enum.Material.Metal
2061p21.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)
2062p21.CanCollide = false
2063p21.Locked = true
2064p21.FormFactor = Enum.FormFactor.Custom
2065p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2066b21 = Instance.new("SpecialMesh", p21)
2067b21.MeshId = "http://www.roblox.com/asset/?id=3270017"
2068b21.TextureId = ""
2069b21.MeshType = Enum.MeshType.FileMesh
2070b21.Name = "Mesh"
2071b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2072p22 = Instance.new("Part", m3)
2073p22.BrickColor = BrickColor.new("Really black")
2074p22.Material = Enum.Material.Metal
2075p22.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)
2076p22.CanCollide = false
2077p22.Locked = true
2078p22.FormFactor = Enum.FormFactor.Custom
2079p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2080b22 = Instance.new("SpecialMesh", p22)
2081b22.MeshId = "http://www.roblox.com/asset/?id=3270017"
2082b22.TextureId = ""
2083b22.MeshType = Enum.MeshType.FileMesh
2084b22.Name = "Mesh"
2085b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2086p23 = Instance.new("Part", m3)
2087p23.BrickColor = BrickColor.new("Really black")
2088p23.Material = Enum.Material.Metal
2089p23.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)
2090p23.CanCollide = false
2091p23.Locked = true
2092p23.FormFactor = Enum.FormFactor.Custom
2093p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2094b23 = Instance.new("SpecialMesh", p23)
2095b23.MeshId = "http://www.roblox.com/asset/?id=3270017"
2096b23.TextureId = ""
2097b23.MeshType = Enum.MeshType.FileMesh
2098b23.Name = "Mesh"
2099b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2100p24 = Instance.new("Part", m3)
2101p24.BrickColor = BrickColor.new("Really black")
2102p24.Material = Enum.Material.Metal
2103p24.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)
2104p24.CanCollide = false
2105p24.Locked = true
2106p24.FormFactor = Enum.FormFactor.Custom
2107p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2108b24 = Instance.new("SpecialMesh", p24)
2109b24.MeshId = "http://www.roblox.com/asset/?id=3270017"
2110b24.TextureId = ""
2111b24.MeshType = Enum.MeshType.FileMesh
2112b24.Name = "Mesh"
2113b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2114p25 = Instance.new("Part", m3)
2115p25.BrickColor = BrickColor.new("Really black")
2116p25.Material = Enum.Material.Metal
2117p25.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)
2118p25.CanCollide = false
2119p25.Locked = true
2120p25.FormFactor = Enum.FormFactor.Custom
2121p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2122b25 = Instance.new("SpecialMesh", p25)
2123b25.MeshId = "http://www.roblox.com/asset/?id=3270017"
2124b25.TextureId = ""
2125b25.MeshType = Enum.MeshType.FileMesh
2126b25.Name = "Mesh"
2127b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2128p26 = Instance.new("Part", m3)
2129p26.BrickColor = BrickColor.new("Really black")
2130p26.Material = Enum.Material.Metal
2131p26.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)
2132p26.CanCollide = false
2133p26.Locked = true
2134p26.FormFactor = Enum.FormFactor.Custom
2135p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2136b26 = Instance.new("SpecialMesh", p26)
2137b26.MeshId = "http://www.roblox.com/asset/?id=3270017"
2138b26.TextureId = ""
2139b26.MeshType = Enum.MeshType.FileMesh
2140b26.Name = "Mesh"
2141b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2142p27 = Instance.new("Part", m3)
2143p27.BrickColor = BrickColor.new("Really black")
2144p27.Material = Enum.Material.Metal
2145p27.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)
2146p27.CanCollide = false
2147p27.Locked = true
2148p27.FormFactor = Enum.FormFactor.Custom
2149p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2150b27 = Instance.new("SpecialMesh", p27)
2151b27.MeshId = "http://www.roblox.com/asset/?id=3270017"
2152b27.TextureId = ""
2153b27.MeshType = Enum.MeshType.FileMesh
2154b27.Name = "Mesh"
2155b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2156p28 = Instance.new("Part", m3)
2157p28.BrickColor = BrickColor.new("Really black")
2158p28.Material = Enum.Material.Metal
2159p28.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)
2160p28.CanCollide = false
2161p28.Locked = true
2162p28.FormFactor = Enum.FormFactor.Custom
2163p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2164b28 = Instance.new("SpecialMesh", p28)
2165b28.MeshId = "http://www.roblox.com/asset/?id=3270017"
2166b28.TextureId = ""
2167b28.MeshType = Enum.MeshType.FileMesh
2168b28.Name = "Mesh"
2169b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2170p29 = Instance.new("Part", m3)
2171p29.BrickColor = BrickColor.new("Really black")
2172p29.Material = Enum.Material.Metal
2173p29.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)
2174p29.CanCollide = false
2175p29.Locked = true
2176p29.FormFactor = Enum.FormFactor.Custom
2177p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2178b29 = Instance.new("SpecialMesh", p29)
2179b29.MeshId = "http://www.roblox.com/asset/?id=3270017"
2180b29.TextureId = ""
2181b29.MeshType = Enum.MeshType.FileMesh
2182b29.Name = "Mesh"
2183b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2184p30 = Instance.new("Part", m3)
2185p30.BrickColor = BrickColor.new("Really black")
2186p30.Material = Enum.Material.Metal
2187p30.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)
2188p30.CanCollide = false
2189p30.Locked = true
2190p30.FormFactor = Enum.FormFactor.Custom
2191p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2192b30 = Instance.new("SpecialMesh", p30)
2193b30.MeshId = "http://www.roblox.com/asset/?id=3270017"
2194b30.TextureId = ""
2195b30.MeshType = Enum.MeshType.FileMesh
2196b30.Name = "Mesh"
2197b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2198p31 = Instance.new("Part", m3)
2199p31.BrickColor = BrickColor.new("Really black")
2200p31.Material = Enum.Material.Metal
2201p31.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)
2202p31.CanCollide = false
2203p31.Locked = true
2204p31.FormFactor = Enum.FormFactor.Custom
2205p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2206b31 = Instance.new("SpecialMesh", p31)
2207b31.MeshId = "http://www.roblox.com/asset/?id=3270017"
2208b31.TextureId = ""
2209b31.MeshType = Enum.MeshType.FileMesh
2210b31.Name = "Mesh"
2211b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2212p32 = Instance.new("Part", m3)
2213p32.BrickColor = BrickColor.new("Really black")
2214p32.Material = Enum.Material.Metal
2215p32.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)
2216p32.CanCollide = false
2217p32.Locked = true
2218p32.FormFactor = Enum.FormFactor.Custom
2219p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2220b32 = Instance.new("SpecialMesh", p32)
2221b32.MeshId = "http://www.roblox.com/asset/?id=3270017"
2222b32.TextureId = ""
2223b32.MeshType = Enum.MeshType.FileMesh
2224b32.Name = "Mesh"
2225b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2226p33 = Instance.new("Part", m3)
2227p33.BrickColor = BrickColor.new("Really black")
2228p33.Material = Enum.Material.Metal
2229p33.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)
2230p33.CanCollide = false
2231p33.Locked = true
2232p33.FormFactor = Enum.FormFactor.Custom
2233p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2234b33 = Instance.new("SpecialMesh", p33)
2235b33.MeshId = "http://www.roblox.com/asset/?id=3270017"
2236b33.TextureId = ""
2237b33.MeshType = Enum.MeshType.FileMesh
2238b33.Name = "Mesh"
2239b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2240p34 = Instance.new("Part", m3)
2241p34.BrickColor = BrickColor.new("Really black")
2242p34.Material = Enum.Material.Metal
2243p34.Name = "Connection"
2244p34.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)
2245p34.CanCollide = false
2246p34.Locked = true
2247p34.FormFactor = Enum.FormFactor.Custom
2248p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2249b34 = Instance.new("SpecialMesh", p34)
2250b34.MeshId = "http://www.roblox.com/asset/?id=3270017"
2251b34.TextureId = ""
2252b34.MeshType = Enum.MeshType.FileMesh
2253b34.Name = "Mesh"
2254b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2255p35 = Instance.new("Part", m3)
2256p35.BrickColor = BrickColor.new("Really black")
2257p35.Material = Enum.Material.Metal
2258p35.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)
2259p35.CanCollide = false
2260p35.Locked = true
2261p35.FormFactor = Enum.FormFactor.Custom
2262p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2263b35 = Instance.new("SpecialMesh", p35)
2264b35.MeshId = "http://www.roblox.com/asset/?id=3270017"
2265b35.TextureId = ""
2266b35.MeshType = Enum.MeshType.FileMesh
2267b35.Name = "Mesh"
2268b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2269p36 = Instance.new("Part", m3)
2270p36.BrickColor = BrickColor.new("Really black")
2271p36.Material = Enum.Material.Metal
2272p36.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)
2273p36.CanCollide = false
2274p36.Locked = true
2275p36.FormFactor = Enum.FormFactor.Custom
2276p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
2277b36 = Instance.new("SpecialMesh", p36)
2278b36.MeshId = "http://www.roblox.com/asset/?id=3270017"
2279b36.TextureId = ""
2280b36.MeshType = Enum.MeshType.FileMesh
2281b36.Name = "Mesh"
2282b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024)
2283w1 = Instance.new("Weld", p2)
2284w1.Name = "Joint"
2285w1.Part0 = p2
2286w1.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)
2287w1.Part1 = p18
2288w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2289w2 = Instance.new("Weld", p3)
2290w2.Name = "Joint"
2291w2.Part0 = p3
2292w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2293w2.Part1 = p1
2294w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2295w3 = Instance.new("Weld", p4)
2296w3.Name = "Joint"
2297w3.Part0 = p4
2298w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2299w3.Part1 = p1
2300w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2301w4 = Instance.new("Weld", p5)
2302w4.Name = "Joint"
2303w4.Part0 = p5
2304w4.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)
2305w4.Part1 = p7
2306w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2307w5 = Instance.new("Weld", p6)
2308w5.Name = "Joint"
2309w5.Part0 = p6
2310w5.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)
2311w5.Part1 = p7
2312w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2313w6 = Instance.new("Weld", p7)
2314w6.Name = "Joint"
2315w6.Part0 = p7
2316w6.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)
2317w6.Part1 = p1
2318w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2319w7 = Instance.new("Weld", p8)
2320w7.Name = "Joint"
2321w7.Part0 = p8
2322w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2323w7.Part1 = p1
2324w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2325w8 = Instance.new("Weld", p9)
2326w8.Name = "Joint"
2327w8.Part0 = p9
2328w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2329w8.Part1 = p1
2330w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2331w9 = Instance.new("Weld", p10)
2332w9.Name = "Joint"
2333w9.Part0 = p10
2334w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008)
2335w9.Part1 = p1
2336w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2337w10 = Instance.new("Weld", p11)
2338w10.Name = "Joint"
2339w10.Part0 = p11
2340w10.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)
2341w10.Part1 = p19
2342w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2343w11 = Instance.new("Weld", p12)
2344w11.Name = "Joint"
2345w11.Part0 = p12
2346w11.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)
2347w11.Part1 = p1
2348w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2349w12 = Instance.new("Weld", p13)
2350w12.Name = "Joint"
2351w12.Part0 = p13
2352w12.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)
2353w12.Part1 = p35
2354w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2355w13 = Instance.new("Weld", p14)
2356w13.Name = "Joint"
2357w13.Part0 = p14
2358w13.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)
2359w13.Part1 = p34
2360w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2361w14 = Instance.new("Weld", p15)
2362w14.Name = "Joint"
2363w14.Part0 = p15
2364w14.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)
2365w14.Part1 = p16
2366w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2367w15 = Instance.new("Weld", p16)
2368w15.Name = "Joint"
2369w15.Part0 = p16
2370w15.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)
2371w15.Part1 = p20
2372w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2373w16 = Instance.new("Weld", p17)
2374w16.Name = "Joint"
2375w16.Part0 = p17
2376w16.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)
2377w16.Part1 = p14
2378w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2379w17 = Instance.new("Weld", p18)
2380w17.Name = "Joint"
2381w17.Part0 = p18
2382w17.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)
2383w17.Part1 = p17
2384w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2385w18 = Instance.new("Weld", p19)
2386w18.Name = "Joint"
2387w18.Part0 = p19
2388w18.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)
2389w18.Part1 = p21
2390w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2391w19 = Instance.new("Weld", p20)
2392w19.Name = "Joint"
2393w19.Part0 = p20
2394w19.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)
2395w19.Part1 = p11
2396w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2397w20 = Instance.new("Weld", p21)
2398w20.Name = "Joint"
2399w20.Part0 = p21
2400w20.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)
2401w20.Part1 = p22
2402w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2403w21 = Instance.new("Weld", p22)
2404w21.Name = "Joint"
2405w21.Part0 = p22
2406w21.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)
2407w21.Part1 = p23
2408w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2409w22 = Instance.new("Weld", p23)
2410w22.Name = "Joint"
2411w22.Part0 = p23
2412w22.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)
2413w22.Part1 = p24
2414w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2415w23 = Instance.new("Weld", p24)
2416w23.Name = "Joint"
2417w23.Part0 = p24
2418w23.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)
2419w23.Part1 = p25
2420w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2421w24 = Instance.new("Weld", p25)
2422w24.Name = "Joint"
2423w24.Part0 = p25
2424w24.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)
2425w24.Part1 = p26
2426w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2427w25 = Instance.new("Weld", p26)
2428w25.Name = "Joint"
2429w25.Part0 = p26
2430w25.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)
2431w25.Part1 = p27
2432w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2433w26 = Instance.new("Weld", p27)
2434w26.Name = "Joint"
2435w26.Part0 = p27
2436w26.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)
2437w26.Part1 = p28
2438w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2439w27 = Instance.new("Weld", p28)
2440w27.Name = "Joint"
2441w27.Part0 = p28
2442w27.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)
2443w27.Part1 = p29
2444w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2445w28 = Instance.new("Weld", p29)
2446w28.Name = "Joint"
2447w28.Part0 = p29
2448w28.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)
2449w28.Part1 = p30
2450w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2451w29 = Instance.new("Weld", p30)
2452w29.Name = "Joint"
2453w29.Part0 = p30
2454w29.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)
2455w29.Part1 = p31
2456w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2457w30 = Instance.new("Weld", p31)
2458w30.Name = "Joint"
2459w30.Part0 = p31
2460w30.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)
2461w30.Part1 = p32
2462w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2463w31 = Instance.new("Weld", p32)
2464w31.Name = "Joint"
2465w31.Part0 = p32
2466w31.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)
2467w31.Part1 = p33
2468w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2469w32 = Instance.new("Weld", p33)
2470w32.Name = "Joint"
2471w32.Part0 = p33
2472w32.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)
2473w32.Part1 = p13
2474w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2475w33 = Instance.new("Weld", p34)
2476w33.Name = "Joint"
2477w33.Part0 = p34
2478w33.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)
2479w33.Part1 = p12
2480w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2481w34 = Instance.new("Weld", p35)
2482w34.Name = "Joint"
2483w34.Part0 = p35
2484w34.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)
2485w34.Part1 = p36
2486w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2487w35 = Instance.new("Weld", p36)
2488w35.Name = "Joint"
2489w35.Part0 = p36
2490w35.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)
2491w35.Part1 = p2
2492w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2493m3.Parent = torso
2494m3:MakeJoints()
2495----------------------------------------------------
2496local cor3 = Instance.new("Part", torso.Torso)
2497cor3.Name = "Thingy"
2498cor3.Locked = true
2499cor3.BottomSurface = 0
2500cor3.CanCollide = false
2501cor3.Size = Vector3.new(1, 1, 1)
2502cor3.Transparency = 1
2503cor3.TopSurface = 0
2504corw3 = Instance.new("Weld", cor3)
2505corw3.Part0 = torso
2506corw3.Part1 = cor3
2507corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2508corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2509weld3 = Instance.new("Weld", torso.Torso)
2510weld3.Part0 = cor3
2511weld3.Part1 = torso.Torso.TorsoPlate
2512weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2513--Left Leg
2514m4 = Instance.new("Model")
2515m4.Name = "LeftLeg"
2516p1 = Instance.new("Part", m4)
2517p1.BrickColor = BrickColor.new("Really black")
2518p1.Material = Enum.Material.Metal
2519p1.Name = "LeftLegPlate"
2520p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2521p1.Anchored = false
2522p1.CanCollide = false
2523p1.FormFactor = Enum.FormFactor.Custom
2524p1.Size = Vector3.new(1, 2, 1)
2525p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2526p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2527p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2528p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2529p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2530p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2531b1 = Instance.new("SpecialMesh", p1)
2532b1.MeshType = Enum.MeshType.Brick
2533b1.Name = "Mesh"
2534b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2535p2 = Instance.new("Part", m4)
2536p2.BrickColor = BrickColor.new("Really black")
2537p2.Material = Enum.Material.Metal
2538p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2539p2.Anchored = false
2540p2.CanCollide = false
2541p2.FormFactor = Enum.FormFactor.Custom
2542p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2543p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2544p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2545p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2546p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2547p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2548p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2549b2 = Instance.new("SpecialMesh", p2)
2550b2.MeshType = Enum.MeshType.Brick
2551b2.Name = "Mesh"
2552b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2553p3 = Instance.new("Part", m4)
2554p3.BrickColor = BrickColor.new("Really black")
2555p3.Material = Enum.Material.Metal
2556p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2557p3.Anchored = false
2558p3.CanCollide = false
2559p3.FormFactor = Enum.FormFactor.Custom
2560p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2561p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2562p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2563p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2564p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2565p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2566p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2567b3 = Instance.new("SpecialMesh", p3)
2568b3.MeshType = Enum.MeshType.Brick
2569b3.Name = "Mesh"
2570b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2571p4 = Instance.new("Part", m4)
2572p4.BrickColor = BrickColor.new("Black")
2573p4.Material = Enum.Material.Metal
2574p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2575p4.Anchored = false
2576p4.CanCollide = false
2577p4.FormFactor = Enum.FormFactor.Custom
2578p4.Size = Vector3.new(1, 2, 0.200000018)
2579p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2580p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2581p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2582p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2583p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2584p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2585b4 = Instance.new("SpecialMesh", p4)
2586b4.MeshType = Enum.MeshType.Brick
2587b4.Name = "Mesh"
2588b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2589p5 = Instance.new("Part", m4)
2590p5.BrickColor = BrickColor.new("Black")
2591p5.Material = Enum.Material.Metal
2592p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2593p5.Anchored = false
2594p5.CanCollide = false
2595p5.FormFactor = Enum.FormFactor.Custom
2596p5.Size = Vector3.new(1, 2, 0.200000018)
2597p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2598p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2599p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2600p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2601p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2602p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2603b5 = Instance.new("SpecialMesh", p5)
2604b5.MeshType = Enum.MeshType.Brick
2605b5.Name = "Mesh"
2606b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2607p6 = Instance.new("Part", m4)
2608p6.BrickColor = BrickColor.new("Black")
2609p6.Material = Enum.Material.Metal
2610p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2611p6.Anchored = false
2612p6.CanCollide = false
2613p6.FormFactor = Enum.FormFactor.Custom
2614p6.Size = Vector3.new(1, 0.200000048, 0.980000019)
2615p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2616p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2617p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2618p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2619p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2620p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2621b6 = Instance.new("SpecialMesh", p6)
2622b6.MeshType = Enum.MeshType.Brick
2623b6.Name = "Mesh"
2624b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2625p7 = Instance.new("Part", m4)
2626p7.BrickColor = BrickColor.new("Black")
2627p7.Material = Enum.Material.Metal
2628p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2629p7.Anchored = false
2630p7.CanCollide = false
2631p7.FormFactor = Enum.FormFactor.Custom
2632p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2633p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2634p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2635p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2636p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2637p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2638p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2639b7 = Instance.new("SpecialMesh", p7)
2640b7.MeshType = Enum.MeshType.Brick
2641b7.Name = "Mesh"
2642b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2643w1 = Instance.new("Weld", p2)
2644w1.Name = "Joint"
2645w1.Part0 = p2
2646w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2647w1.Part1 = p3
2648w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2649w2 = Instance.new("Weld", p3)
2650w2.Name = "Joint"
2651w2.Part0 = p3
2652w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2653w2.Part1 = p5
2654w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2655w3 = Instance.new("Weld", p4)
2656w3.Name = "Joint"
2657w3.Part0 = p4
2658w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2659w3.Part1 = p1
2660w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2661w4 = Instance.new("Weld", p5)
2662w4.Name = "Joint"
2663w4.Part0 = p5
2664w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2665w4.Part1 = p1
2666w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2667w5 = Instance.new("Weld", p6)
2668w5.Name = "Joint"
2669w5.Part0 = p6
2670w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2671w5.Part1 = p1
2672w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2673w6 = Instance.new("Weld", p7)
2674w6.Name = "Joint"
2675w6.Part0 = p7
2676w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2677w6.Part1 = p1
2678w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2679m4.Parent = lleg
2680m4:MakeJoints()
2681----------------------------------------------------
2682local cor4 = Instance.new("Part", lleg.LeftLeg)
2683cor4.Name = "Thingy"
2684cor4.Locked = true
2685cor4.BottomSurface = 0
2686cor4.CanCollide = false
2687cor4.Size = Vector3.new(1, 1, 1)
2688cor4.Transparency = 1
2689cor4.TopSurface = 0
2690corw4 = Instance.new("Weld", cor4)
2691corw4.Part0 = lleg
2692corw4.Part1 = cor4
2693corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2694corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2695weld4 = Instance.new("Weld", lleg.LeftLeg)
2696weld4.Part0 = cor4
2697weld4.Part1 = lleg.LeftLeg.LeftLegPlate
2698weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2699--Right Leg
2700m5 = Instance.new("Model")
2701m5.Name = "RightLeg"
2702p1 = Instance.new("Part", m5)
2703p1.BrickColor = BrickColor.new("Really black")
2704p1.Material = Enum.Material.Metal
2705p1.Name = "RightLegPlate"
2706p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2707p1.Anchored = false
2708p1.CanCollide = false
2709p1.CanCollide = false
2710p1.FormFactor = Enum.FormFactor.Custom
2711p1.Size = Vector3.new(1, 2, 1)
2712p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2713p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2714p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2715p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2716p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2717p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2718b1 = Instance.new("SpecialMesh", p1)
2719b1.MeshType = Enum.MeshType.Brick
2720b1.Name = "Mesh"
2721b1.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2722p2 = Instance.new("Part", m5)
2723p2.BrickColor = BrickColor.new("Really black")
2724p2.Material = Enum.Material.Metal
2725p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2726p2.Anchored = false
2727p2.CanCollide = false
2728p2.FormFactor = Enum.FormFactor.Custom
2729p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976)
2730p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2731p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2732p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2733p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2734p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2735p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2736b2 = Instance.new("SpecialMesh", p2)
2737b2.MeshType = Enum.MeshType.Brick
2738b2.Name = "Mesh"
2739b2.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2740p3 = Instance.new("Part", m5)
2741p3.BrickColor = BrickColor.new("Really black")
2742p3.Material = Enum.Material.Metal
2743p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2744p3.Anchored = false
2745p3.CanCollide = false
2746p3.FormFactor = Enum.FormFactor.Custom
2747p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012)
2748p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2749p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2750p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2751p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2752p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2753p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2754b3 = Instance.new("SpecialMesh", p3)
2755b3.MeshType = Enum.MeshType.Brick
2756b3.Name = "Mesh"
2757b3.Scale = Vector3.new(1.01999998, 1, 1.01999998)
2758p4 = Instance.new("Part", m5)
2759p4.BrickColor = BrickColor.new("Black")
2760p4.Material = Enum.Material.Metal
2761p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2762p4.Anchored = false
2763p4.CanCollide = false
2764p4.FormFactor = Enum.FormFactor.Custom
2765p4.Size = Vector3.new(1, 2, 0.200000018)
2766p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2767p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2768p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2769p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2770p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2771p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2772b4 = Instance.new("SpecialMesh", p4)
2773b4.MeshType = Enum.MeshType.Brick
2774b4.Name = "Mesh"
2775b4.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2776p5 = Instance.new("Part", m5)
2777p5.BrickColor = BrickColor.new("Black")
2778p5.Material = Enum.Material.Metal
2779p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2780p5.Anchored = false
2781p5.CanCollide = false
2782p5.FormFactor = Enum.FormFactor.Custom
2783p5.Size = Vector3.new(1, 2, 0.200000018)
2784p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2785p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2786p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2787p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2788p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2789p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2790b5 = Instance.new("SpecialMesh", p5)
2791b5.MeshType = Enum.MeshType.Brick
2792b5.Name = "Mesh"
2793b5.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2794p6 = Instance.new("Part", m5)
2795p6.BrickColor = BrickColor.new("Black")
2796p6.Material = Enum.Material.Metal
2797p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2798p6.Anchored = false
2799p6.CanCollide = false
2800p6.FormFactor = Enum.FormFactor.Custom
2801p6.Size = Vector3.new(1, 0.200000048, 0.99000001)
2802p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2803p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2804p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2805p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2806p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2807p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2808b6 = Instance.new("SpecialMesh", p6)
2809b6.MeshType = Enum.MeshType.Brick
2810b6.Name = "Mesh"
2811b6.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2812p7 = Instance.new("Part", m5)
2813p7.BrickColor = BrickColor.new("Black")
2814p7.Material = Enum.Material.Metal
2815p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2816p7.Anchored = false
2817p7.CanCollide = false
2818p7.FormFactor = Enum.FormFactor.Custom
2819p7.Size = Vector3.new(1, 0.200000048, 0.99000001)
2820p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2821p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2822p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2823p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2824p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2825p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2826b7 = Instance.new("SpecialMesh", p7)
2827b7.MeshType = Enum.MeshType.Brick
2828b7.Name = "Mesh"
2829b7.Scale = Vector3.new(1, 1.01999998, 1.01999998)
2830w1 = Instance.new("Weld", p2)
2831w1.Name = "Joint"
2832w1.Part0 = p2
2833w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2834w1.Part1 = p3
2835w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2836w2 = Instance.new("Weld", p3)
2837w2.Name = "Joint"
2838w2.Part0 = p3
2839w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008)
2840w2.Part1 = p5
2841w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2842w3 = Instance.new("Weld", p4)
2843w3.Name = "Joint"
2844w3.Part0 = p4
2845w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2846w3.Part1 = p1
2847w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2848w4 = Instance.new("Weld", p5)
2849w4.Name = "Joint"
2850w4.Part0 = p5
2851w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2852w4.Part1 = p1
2853w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2854w5 = Instance.new("Weld", p6)
2855w5.Name = "Joint"
2856w5.Part0 = p6
2857w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2858w5.Part1 = p1
2859w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2860w6 = Instance.new("Weld", p7)
2861w6.Name = "Joint"
2862w6.Part0 = p7
2863w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008)
2864w6.Part1 = p1
2865w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2866m5.Parent = rleg
2867m5:MakeJoints()
2868----------------------------------------------------
2869local cor5 = Instance.new("Part", rleg.RightLeg)
2870cor5.Name = "Thingy"
2871cor5.Locked = true
2872cor5.BottomSurface = 0
2873cor5.CanCollide = false
2874cor5.Size = Vector3.new(1, 1, 1)
2875cor5.Transparency = 1
2876cor5.TopSurface = 0
2877corw5 = Instance.new("Weld", cor5)
2878corw5.Part0 = rleg
2879corw5.Part1 = cor5
2880corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2881corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2882wld5 = Instance.new("Weld", rleg.RightLeg)
2883wld5.Part0 = cor5
2884wld5.Part1 = rleg.RightLeg.RightLegPlate
2885wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
2886--Cape
2887m6 = Instance.new("Model")
2888m6.Name = "Cloak"
2889p1 = Instance.new("WedgePart", m6)
2890p1.BrickColor = BrickColor.new("Crimson")
2891p1.Material = Enum.Material.SmoothPlastic
2892p1.Name = "Wedge"
2893p1.Transparency = 1
2894p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2895p1.CanCollide = false
2896p1.Locked = true
2897p1.FormFactor = Enum.FormFactor.Custom
2898p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2899p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2900p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2901p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2902p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2903p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2904p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2905b1 = Instance.new("SpecialMesh", p1)
2906b1.MeshType = Enum.MeshType.Wedge
2907b1.Name = "Mesh"
2908b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2909p2 = Instance.new("WedgePart", m6)
2910p2.BrickColor = BrickColor.new("Black")
2911p2.Material = Enum.Material.SmoothPlastic
2912p2.Name = "Wedge"
2913p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
2914p2.CanCollide = false
2915p2.Locked = true
2916p2.FormFactor = Enum.FormFactor.Custom
2917p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
2918p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2919p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2920p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2921p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2922p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2923p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2924b2 = Instance.new("SpecialMesh", p2)
2925b2.MeshType = Enum.MeshType.Wedge
2926b2.Name = "Mesh"
2927b2.Scale = Vector3.new(0.602178097, 1, 0.602178097)
2928p3 = Instance.new("Part", m6)
2929p3.BrickColor = BrickColor.new("Black")
2930p3.Material = Enum.Material.SmoothPlastic
2931p3.Name = "CapeLevel2"
2932p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2933p3.CanCollide = false
2934p3.Locked = true
2935p3.FormFactor = Enum.FormFactor.Custom
2936p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636)
2937p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2938p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2939p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2940p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2941p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2942p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2943b3 = Instance.new("BlockMesh", p3)
2944b3.Name = "Mesh"
2945b3.Scale = Vector3.new(1, 1, 0.602178097)
2946p4 = Instance.new("Part", m6)
2947p4.BrickColor = BrickColor.new("Black")
2948p4.Material = Enum.Material.SmoothPlastic
2949p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2950p4.CanCollide = false
2951p4.Locked = true
2952p4.FormFactor = Enum.FormFactor.Custom
2953p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2954p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2955p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2956p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2957p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2958p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2959p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2960b4 = Instance.new("BlockMesh", p4)
2961b4.Name = "Mesh"
2962b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2963p5 = Instance.new("Part", m6)
2964p5.BrickColor = BrickColor.new("Black")
2965p5.Material = Enum.Material.SmoothPlastic
2966p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
2967p5.CanCollide = false
2968p5.Locked = true
2969p5.FormFactor = Enum.FormFactor.Custom
2970p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
2971p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2972p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2973p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2974p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2975p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2976p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2977b5 = Instance.new("BlockMesh", p5)
2978b5.Name = "Mesh"
2979b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
2980p6 = Instance.new("Part", m6)
2981p6.BrickColor = BrickColor.new("Black")
2982p6.Material = Enum.Material.SmoothPlastic
2983p6.Name = "CapeLevel1"
2984p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
2985p6.CanCollide = false
2986p6.Locked = true
2987p6.FormFactor = Enum.FormFactor.Custom
2988p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636)
2989p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2990p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2991p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2992p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2993p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2994p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2995b6 = Instance.new("BlockMesh", p6)
2996b6.Name = "Mesh"
2997b6.Scale = Vector3.new(1, 0.602178097, 0.602178097)
2998p7 = Instance.new("Part", m6)
2999p7.BrickColor = BrickColor.new("Black")
3000p7.Material = Enum.Material.SmoothPlastic
3001p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3002p7.CanCollide = false
3003p7.Locked = true
3004p7.FormFactor = Enum.FormFactor.Custom
3005p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3006p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3007p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3008p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3009p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3010p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3011p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3012b7 = Instance.new("BlockMesh", p7)
3013b7.Name = "Mesh"
3014b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3015p8 = Instance.new("Part", m6)
3016p8.BrickColor = BrickColor.new("Black")
3017p8.Material = Enum.Material.SmoothPlastic
3018p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3019p8.CanCollide = false
3020p8.Locked = true
3021p8.FormFactor = Enum.FormFactor.Custom
3022p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3023p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3024p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3025p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3026p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3027p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3028p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3029b8 = Instance.new("BlockMesh", p8)
3030b8.Name = "Mesh"
3031b8.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3032p9 = Instance.new("Part", m6)
3033p9.BrickColor = BrickColor.new("Black")
3034p9.Material = Enum.Material.SmoothPlastic
3035p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3036p9.CanCollide = false
3037p9.Locked = true
3038p9.FormFactor = Enum.FormFactor.Custom
3039p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636)
3040p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3041p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3042p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3043p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3044p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3045p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3046b9 = Instance.new("BlockMesh", p9)
3047b9.Name = "Mesh"
3048b9.Scale = Vector3.new(1, 1, 0.602178097)
3049p10 = Instance.new("Part", m6)
3050p10.BrickColor = BrickColor.new("Black")
3051p10.Material = Enum.Material.SmoothPlastic
3052p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3053p10.CanCollide = false
3054p10.Locked = true
3055p10.FormFactor = Enum.FormFactor.Custom
3056p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3057p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3058p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3059p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3060p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3061p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3062p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3063b10 = Instance.new("BlockMesh", p10)
3064b10.Name = "Mesh"
3065b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3066p11 = Instance.new("Part", m6)
3067p11.BrickColor = BrickColor.new("Black")
3068p11.Material = Enum.Material.SmoothPlastic
3069p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3070p11.CanCollide = false
3071p11.Locked = true
3072p11.FormFactor = Enum.FormFactor.Custom
3073p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3074p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3075p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3076p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3077p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3078p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3079p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3080b11 = Instance.new("BlockMesh", p11)
3081b11.Name = "Mesh"
3082b11.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3083p12 = Instance.new("Part", m6)
3084p12.BrickColor = BrickColor.new("Black")
3085p12.Material = Enum.Material.SmoothPlastic
3086p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3087p12.CanCollide = false
3088p12.Locked = true
3089p12.FormFactor = Enum.FormFactor.Custom
3090p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3091p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3092p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3093p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3094p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3095p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3096p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3097b12 = Instance.new("BlockMesh", p12)
3098b12.Name = "Mesh"
3099b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3100p13 = Instance.new("Part", m6)
3101p13.BrickColor = BrickColor.new("Black")
3102p13.Material = Enum.Material.SmoothPlastic
3103p13.Name = "BottomLeftFlap"
3104p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3105p13.CanCollide = false
3106p13.Locked = true
3107p13.FormFactor = Enum.FormFactor.Custom
3108p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3109p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3110p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3111p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3112p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3113p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3114p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3115b13 = Instance.new("BlockMesh", p13)
3116b13.Name = "Mesh"
3117b13.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3118p14 = Instance.new("Part", m6)
3119p14.BrickColor = BrickColor.new("Black")
3120p14.Material = Enum.Material.SmoothPlastic
3121p14.Transparency = 1
3122p14.Name = "Rotater"
3123p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3124p14.CanCollide = false
3125p14.Locked = true
3126p14.FormFactor = Enum.FormFactor.Custom
3127p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636)
3128p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3129p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3130p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3131p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3132p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3133p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3134b14 = Instance.new("BlockMesh", p14)
3135b14.Name = "Mesh"
3136b14.Scale = Vector3.new(1, 0.632287025, 0.632287025)
3137p15 = Instance.new("Part", m6)
3138p15.BrickColor = BrickColor.new("Black")
3139p15.Material = Enum.Material.SmoothPlastic
3140p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3141p15.CanCollide = false
3142p15.Locked = true
3143p15.FormFactor = Enum.FormFactor.Custom
3144p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3145p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3146p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3147p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3148p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3149p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3150p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3151b15 = Instance.new("BlockMesh", p15)
3152b15.Name = "Mesh"
3153b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3154p16 = Instance.new("Part", m6)
3155p16.BrickColor = BrickColor.new("Black")
3156p16.Material = Enum.Material.SmoothPlastic
3157p16.Name = "BottomCenterFlap"
3158p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3159p16.CanCollide = false
3160p16.Locked = true
3161p16.FormFactor = Enum.FormFactor.Custom
3162p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636)
3163p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3164p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3165p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3166p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3167p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3168p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3169b16 = Instance.new("BlockMesh", p16)
3170b16.Name = "Mesh"
3171b16.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3172p17 = Instance.new("Part", m6)
3173p17.BrickColor = BrickColor.new("Black")
3174p17.Material = Enum.Material.SmoothPlastic
3175p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3176p17.CanCollide = false
3177p17.Locked = true
3178p17.FormFactor = Enum.FormFactor.Custom
3179p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3180p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3181p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3182p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3183p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3184p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3185p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3186b17 = Instance.new("BlockMesh", p17)
3187b17.Name = "Mesh"
3188b17.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3189p18 = Instance.new("Part", m6)
3190p18.BrickColor = BrickColor.new("Black")
3191p18.Material = Enum.Material.SmoothPlastic
3192p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3193p18.CanCollide = false
3194p18.Locked = true
3195p18.FormFactor = Enum.FormFactor.Custom
3196p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3197p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3198p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3199p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3200p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3201p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3202p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3203b18 = Instance.new("BlockMesh", p18)
3204b18.Name = "Mesh"
3205b18.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3206p19 = Instance.new("WedgePart", m6)
3207p19.BrickColor = BrickColor.new("Crimson")
3208p19.Name = "Wedge"
3209p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3210p19.CanCollide = false
3211p19.Locked = true
3212p19.FormFactor = Enum.FormFactor.Custom
3213p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3214p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3215p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3216p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3217p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3218p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3219p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3220b19 = Instance.new("SpecialMesh", p19)
3221b19.MeshType = Enum.MeshType.Wedge
3222b19.Name = "Mesh"
3223b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3224p20 = Instance.new("Part", m6)
3225p20.BrickColor = BrickColor.new("Black")
3226p20.Material = Enum.Material.SmoothPlastic
3227p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3228p20.CanCollide = false
3229p20.Locked = true
3230p20.FormFactor = Enum.FormFactor.Custom
3231p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3232p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3233p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3234p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3235p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3236p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3237p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3238b20 = Instance.new("BlockMesh", p20)
3239b20.Name = "Mesh"
3240b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3241p21 = Instance.new("Part", m6)
3242p21.BrickColor = BrickColor.new("Black")
3243p21.Material = Enum.Material.SmoothPlastic
3244p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3245p21.CanCollide = false
3246p21.Locked = true
3247p21.FormFactor = Enum.FormFactor.Custom
3248p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3249p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3250p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3251p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3252p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3253p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3254p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3255b21 = Instance.new("BlockMesh", p21)
3256b21.Name = "Mesh"
3257b21.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3258p22 = Instance.new("WedgePart", m6)
3259p22.BrickColor = BrickColor.new("Crimson")
3260p22.Name = "Wedge"
3261p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3262p22.CanCollide = false
3263p22.Locked = true
3264p22.FormFactor = Enum.FormFactor.Custom
3265p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3266p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3267p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3268p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3269p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3270p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3271p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3272b22 = Instance.new("SpecialMesh", p22)
3273b22.MeshType = Enum.MeshType.Wedge
3274b22.Name = "Mesh"
3275b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3276p23 = Instance.new("WedgePart", m6)
3277p23.BrickColor = BrickColor.new("Crimson")
3278p23.Material = Enum.Material.SmoothPlastic
3279p23.Name = "Wedge"
3280p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3281p23.CanCollide = false
3282p23.Locked = true
3283p23.FormFactor = Enum.FormFactor.Custom
3284p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3285p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3286p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3287p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3288p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3289p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3290p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3291b23 = Instance.new("SpecialMesh", p23)
3292b23.MeshType = Enum.MeshType.Wedge
3293b23.Name = "Mesh"
3294b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3295p24 = Instance.new("WedgePart", m6)
3296p24.BrickColor = BrickColor.new("Black")
3297p24.Material = Enum.Material.SmoothPlastic
3298p24.Name = "Wedge"
3299p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3300p24.CanCollide = false
3301p24.Locked = true
3302p24.FormFactor = Enum.FormFactor.Custom
3303p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3304p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3305p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3306p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3307p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3308p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3309p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3310b24 = Instance.new("SpecialMesh", p24)
3311b24.MeshType = Enum.MeshType.Wedge
3312b24.Name = "Mesh"
3313b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3314p25 = Instance.new("WedgePart", m6)
3315p25.BrickColor = BrickColor.new("Crimson")
3316p25.Name = "Wedge"
3317p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3318p25.CanCollide = false
3319p25.Locked = true
3320p25.FormFactor = Enum.FormFactor.Custom
3321p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3322p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3323p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3324p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3325p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3326p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3327p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3328b25 = Instance.new("SpecialMesh", p25)
3329b25.MeshType = Enum.MeshType.Wedge
3330b25.Name = "Mesh"
3331b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
3332p26 = Instance.new("WedgePart", m6)
3333p26.BrickColor = BrickColor.new("Black")
3334p26.Material = Enum.Material.SmoothPlastic
3335p26.Name = "Wedge"
3336p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3337p26.CanCollide = false
3338p26.Locked = true
3339p26.FormFactor = Enum.FormFactor.Custom
3340p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3341p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3342p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3343p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3344p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3345p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3346p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3347b26 = Instance.new("SpecialMesh", p26)
3348b26.MeshType = Enum.MeshType.Wedge
3349b26.Name = "Mesh"
3350b26.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3351p27 = Instance.new("Part", m6)
3352p27.BrickColor = BrickColor.new("Black")
3353p27.Material = Enum.Material.SmoothPlastic
3354p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3355p27.CanCollide = false
3356p27.Locked = true
3357p27.FormFactor = Enum.FormFactor.Custom
3358p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3359p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3360p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3361p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3362p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3363p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3364p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3365b27 = Instance.new("BlockMesh", p27)
3366b27.Name = "Mesh"
3367b27.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3368p28 = Instance.new("WedgePart", m6)
3369p28.BrickColor = BrickColor.new("Black")
3370p28.Material = Enum.Material.SmoothPlastic
3371p28.Name = "Wedge"
3372p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3373p28.CanCollide = false
3374p28.Locked = true
3375p28.FormFactor = Enum.FormFactor.Custom
3376p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3377p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3378p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3379p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3380p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3381p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3382p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3383b28 = Instance.new("SpecialMesh", p28)
3384b28.MeshType = Enum.MeshType.Wedge
3385b28.Name = "Mesh"
3386b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3387p29 = Instance.new("Part", m6)
3388p29.BrickColor = BrickColor.new("Black")
3389p29.Material = Enum.Material.SmoothPlastic
3390p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3391p29.CanCollide = false
3392p29.Locked = true
3393p29.FormFactor = Enum.FormFactor.Custom
3394p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3395p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3396p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3397p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3398p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3399p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3400p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3401b29 = Instance.new("BlockMesh", p29)
3402b29.Name = "Mesh"
3403b29.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3404p30 = Instance.new("WedgePart", m6)
3405p30.BrickColor = BrickColor.new("Black")
3406p30.Material = Enum.Material.SmoothPlastic
3407p30.Name = "Wedge"
3408p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3409p30.CanCollide = false
3410p30.Locked = true
3411p30.FormFactor = Enum.FormFactor.Custom
3412p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3413p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3414p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3415p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3416p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3417p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3418p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3419b30 = Instance.new("SpecialMesh", p30)
3420b30.MeshType = Enum.MeshType.Wedge
3421b30.Name = "Mesh"
3422b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3423p31 = Instance.new("WedgePart", m6)
3424p31.BrickColor = BrickColor.new("Black")
3425p31.Material = Enum.Material.SmoothPlastic
3426p31.Name = "Wedge"
3427p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3428p31.CanCollide = false
3429p31.Locked = true
3430p31.FormFactor = Enum.FormFactor.Custom
3431p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3432p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3433p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3434p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3435p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3436p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3437p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3438b31 = Instance.new("SpecialMesh", p31)
3439b31.MeshType = Enum.MeshType.Wedge
3440b31.Name = "Mesh"
3441b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3442p32 = Instance.new("Part", m6)
3443p32.BrickColor = BrickColor.new("Black")
3444p32.Material = Enum.Material.SmoothPlastic
3445p32.Name = "BottomRightFlap"
3446p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3447p32.CanCollide = false
3448p32.Locked = true
3449p32.FormFactor = Enum.FormFactor.Custom
3450p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636)
3451p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3452p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3453p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3454p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3455p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3456p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3457b32 = Instance.new("BlockMesh", p32)
3458b32.Name = "Mesh"
3459b32.Scale = Vector3.new(1, 0.602178097, 0.602178097)
3460p33 = Instance.new("WedgePart", m6)
3461p33.BrickColor = BrickColor.new("Black")
3462p33.Material = Enum.Material.SmoothPlastic
3463p33.Name = "Wedge"
3464p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3465p33.CanCollide = false
3466p33.Locked = true
3467p33.FormFactor = Enum.FormFactor.Custom
3468p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3469p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3470p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3471p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3472p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3473p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3474p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3475b33 = Instance.new("SpecialMesh", p33)
3476b33.MeshType = Enum.MeshType.Wedge
3477b33.Name = "Mesh"
3478b33.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3479p34 = Instance.new("WedgePart", m6)
3480p34.BrickColor = BrickColor.new("Black")
3481p34.Material = Enum.Material.SmoothPlastic
3482p34.Name = "Wedge"
3483p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3484p34.CanCollide = false
3485p34.Locked = true
3486p34.FormFactor = Enum.FormFactor.Custom
3487p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3488p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3489p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3490p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3491p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3492p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3493p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3494b34 = Instance.new("SpecialMesh", p34)
3495b34.MeshType = Enum.MeshType.Wedge
3496b34.Name = "Mesh"
3497b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3498p35 = Instance.new("Part", m6)
3499p35.BrickColor = BrickColor.new("Black")
3500p35.Material = Enum.Material.SmoothPlastic
3501p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3502p35.CanCollide = false
3503p35.Locked = true
3504p35.FormFactor = Enum.FormFactor.Custom
3505p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3506p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3507p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3508p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3509p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3510p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3511p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3512b35 = Instance.new("BlockMesh", p35)
3513b35.Name = "Mesh"
3514b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3515p36 = Instance.new("WedgePart", m6)
3516p36.BrickColor = BrickColor.new("Black")
3517p36.Material = Enum.Material.SmoothPlastic
3518p36.Name = "Wedge"
3519p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3520p36.CanCollide = false
3521p36.Locked = true
3522p36.FormFactor = Enum.FormFactor.Custom
3523p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3524p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3525p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3526p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3527p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3528p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3529p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3530b36 = Instance.new("SpecialMesh", p36)
3531b36.MeshType = Enum.MeshType.Wedge
3532b36.Name = "Mesh"
3533b36.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3534p37 = Instance.new("Part", m6)
3535p37.BrickColor = BrickColor.new("Black")
3536p37.Material = Enum.Material.SmoothPlastic
3537p37.Name = "CapeLevel3"
3538p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3539p37.CanCollide = false
3540p37.Locked = true
3541p37.FormFactor = Enum.FormFactor.Custom
3542p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3543p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3544p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3545p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3546p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3547p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3548p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3549b37 = Instance.new("BlockMesh", p37)
3550b37.Name = "Mesh"
3551b37.Scale = Vector3.new(1, 1, 0.602178097)
3552p38 = Instance.new("WedgePart", m6)
3553p38.BrickColor = BrickColor.new("Crimson")
3554p38.Material = Enum.Material.SmoothPlastic
3555p38.Name = "Wedge"
3556p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3557p38.CanCollide = false
3558p38.Locked = true
3559p38.FormFactor = Enum.FormFactor.Custom
3560p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3561p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3562p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3563p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3564p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3565p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3566p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3567b38 = Instance.new("SpecialMesh", p38)
3568b38.MeshType = Enum.MeshType.Wedge
3569b38.Name = "Mesh"
3570b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3571p39 = Instance.new("WedgePart", m6)
3572p39.BrickColor = BrickColor.new("Crimson")
3573p39.Material = Enum.Material.SmoothPlastic
3574p39.Name = "Wedge"
3575p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3576p39.CanCollide = false
3577p39.Locked = true
3578p39.FormFactor = Enum.FormFactor.Custom
3579p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3580p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3581p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3582p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3583p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3584p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3585p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3586b39 = Instance.new("SpecialMesh", p39)
3587b39.MeshType = Enum.MeshType.Wedge
3588b39.Name = "Mesh"
3589b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3590p40 = Instance.new("WedgePart", m6)
3591p40.BrickColor = BrickColor.new("Black")
3592p40.Material = Enum.Material.SmoothPlastic
3593p40.Name = "Wedge"
3594p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3595p40.CanCollide = false
3596p40.Locked = true
3597p40.FormFactor = Enum.FormFactor.Custom
3598p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3599p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3600p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3601p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3602p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3603p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3604p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3605b40 = Instance.new("SpecialMesh", p40)
3606b40.MeshType = Enum.MeshType.Wedge
3607b40.Name = "Mesh"
3608b40.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3609p41 = Instance.new("WedgePart", m6)
3610p41.BrickColor = BrickColor.new("Black")
3611p41.Material = Enum.Material.SmoothPlastic
3612p41.Name = "Wedge"
3613p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3614p41.CanCollide = false
3615p41.Locked = true
3616p41.FormFactor = Enum.FormFactor.Custom
3617p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3618p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3619p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3620p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3621p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3622p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3623p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3624b41 = Instance.new("SpecialMesh", p41)
3625b41.MeshType = Enum.MeshType.Wedge
3626b41.Name = "Mesh"
3627b41.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3628p42 = Instance.new("WedgePart", m6)
3629p42.BrickColor = BrickColor.new("Black")
3630p42.Material = Enum.Material.SmoothPlastic
3631p42.Name = "Wedge"
3632p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3633p42.CanCollide = false
3634p42.Locked = true
3635p42.FormFactor = Enum.FormFactor.Custom
3636p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3637p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3638p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3639p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3640p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3641p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3642p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3643b42 = Instance.new("SpecialMesh", p42)
3644b42.MeshType = Enum.MeshType.Wedge
3645b42.Name = "Mesh"
3646b42.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3647p43 = Instance.new("WedgePart", m6)
3648p43.BrickColor = BrickColor.new("Black")
3649p43.Material = Enum.Material.SmoothPlastic
3650p43.Name = "Wedge"
3651p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
3652p43.CanCollide = false
3653p43.Locked = true
3654p43.FormFactor = Enum.FormFactor.Custom
3655p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3656p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3657p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3658p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3659p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3660p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3661p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3662b43 = Instance.new("SpecialMesh", p43)
3663b43.MeshType = Enum.MeshType.Wedge
3664b43.Name = "Mesh"
3665b43.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3666p44 = Instance.new("WedgePart", m6)
3667p44.BrickColor = BrickColor.new("Black")
3668p44.Material = Enum.Material.SmoothPlastic
3669p44.Name = "Wedge"
3670p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3671p44.CanCollide = false
3672p44.Locked = true
3673p44.FormFactor = Enum.FormFactor.Custom
3674p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3675p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3676p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3677p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3678p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3679p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3680p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3681b44 = Instance.new("SpecialMesh", p44)
3682b44.MeshType = Enum.MeshType.Wedge
3683b44.Name = "Mesh"
3684b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3685p45 = Instance.new("WedgePart", m6)
3686p45.BrickColor = BrickColor.new("Black")
3687p45.Material = Enum.Material.SmoothPlastic
3688p45.Name = "Wedge"
3689p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3690p45.CanCollide = false
3691p45.Locked = true
3692p45.FormFactor = Enum.FormFactor.Custom
3693p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3694p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3695p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3696p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3697p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3698p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3699p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3700b45 = Instance.new("SpecialMesh", p45)
3701b45.MeshType = Enum.MeshType.Wedge
3702b45.Name = "Mesh"
3703b45.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3704p46 = Instance.new("WedgePart", m6)
3705p46.BrickColor = BrickColor.new("Black")
3706p46.Material = Enum.Material.SmoothPlastic
3707p46.Name = "Wedge"
3708p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3709p46.CanCollide = false
3710p46.Locked = true
3711p46.FormFactor = Enum.FormFactor.Custom
3712p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3713p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3714p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3715p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3716p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3717p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3718p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3719b46 = Instance.new("SpecialMesh", p46)
3720b46.MeshType = Enum.MeshType.Wedge
3721b46.Name = "Mesh"
3722b46.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3723p47 = Instance.new("Part", m6)
3724p47.BrickColor = BrickColor.new("Black")
3725p47.Material = Enum.Material.SmoothPlastic
3726p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3727p47.CanCollide = false
3728p47.Locked = true
3729p47.FormFactor = Enum.FormFactor.Custom
3730p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3731p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3732p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3733p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3734p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3735p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3736p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3737b47 = Instance.new("BlockMesh", p47)
3738b47.Name = "Mesh"
3739b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3740p48 = Instance.new("Part", m6)
3741p48.BrickColor = BrickColor.new("Black")
3742p48.Material = Enum.Material.SmoothPlastic
3743p48.Name = "CapeLevel4"
3744p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3745p48.CanCollide = false
3746p48.Locked = true
3747p48.FormFactor = Enum.FormFactor.Custom
3748p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636)
3749p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3750p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3751p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3752p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3753p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3754p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3755b48 = Instance.new("BlockMesh", p48)
3756b48.Name = "Mesh"
3757b48.Scale = Vector3.new(1, 1, 0.602178097)
3758p49 = Instance.new("WedgePart", m6)
3759p49.BrickColor = BrickColor.new("Black")
3760p49.Material = Enum.Material.SmoothPlastic
3761p49.Name = "Wedge"
3762p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3763p49.CanCollide = false
3764p49.Locked = true
3765p49.FormFactor = Enum.FormFactor.Custom
3766p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3767p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3768p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3769p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3770p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3771p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3772p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3773b49 = Instance.new("SpecialMesh", p49)
3774b49.MeshType = Enum.MeshType.Wedge
3775b49.Name = "Mesh"
3776b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3777p50 = Instance.new("Part", m6)
3778p50.BrickColor = BrickColor.new("Black")
3779p50.Material = Enum.Material.SmoothPlastic
3780p50.Name = "CapeLevel1SubPart"
3781p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3782p50.CanCollide = false
3783p50.Locked = true
3784p50.FormFactor = Enum.FormFactor.Custom
3785p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636)
3786p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3787p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3788p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3789p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3790p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3791p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3792b50 = Instance.new("BlockMesh", p50)
3793b50.Name = "Mesh"
3794b50.Scale = Vector3.new(1, 1, 0.602178097)
3795p51 = Instance.new("Part", m6)
3796p51.BrickColor = BrickColor.new("Black")
3797p51.Material = Enum.Material.SmoothPlastic
3798p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3799p51.CanCollide = false
3800p51.Locked = true
3801p51.FormFactor = Enum.FormFactor.Custom
3802p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3803p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3804p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3805p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3806p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3807p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3808p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3809b51 = Instance.new("BlockMesh", p51)
3810b51.Name = "Mesh"
3811b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3812p52 = Instance.new("Part", m6)
3813p52.BrickColor = BrickColor.new("Black")
3814p52.Material = Enum.Material.SmoothPlastic
3815p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1)
3816p52.CanCollide = false
3817p52.Locked = true
3818p52.FormFactor = Enum.FormFactor.Custom
3819p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3820p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3821p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3822p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3823p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3824p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3825p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3826b52 = Instance.new("BlockMesh", p52)
3827b52.Name = "Mesh"
3828b52.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3829p53 = Instance.new("WedgePart", m6)
3830p53.BrickColor = BrickColor.new("Black")
3831p53.Material = Enum.Material.SmoothPlastic
3832p53.Name = "Wedge"
3833p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
3834p53.CanCollide = false
3835p53.Locked = true
3836p53.FormFactor = Enum.FormFactor.Custom
3837p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3838p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3839p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3840p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3841p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3842p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3843p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3844b53 = Instance.new("SpecialMesh", p53)
3845b53.MeshType = Enum.MeshType.Wedge
3846b53.Name = "Mesh"
3847b53.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3848p54 = Instance.new("Part", m6)
3849p54.BrickColor = BrickColor.new("Black")
3850p54.Material = Enum.Material.SmoothPlastic
3851p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3852p54.CanCollide = false
3853p54.Locked = true
3854p54.FormFactor = Enum.FormFactor.Custom
3855p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
3856p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3857p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3858p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3859p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3860p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3861p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3862b54 = Instance.new("BlockMesh", p54)
3863b54.Name = "Mesh"
3864b54.Scale = Vector3.new(0.602178395, 1, 0.602178097)
3865p55 = Instance.new("WedgePart", m6)
3866p55.BrickColor = BrickColor.new("Black")
3867p55.Material = Enum.Material.SmoothPlastic
3868p55.Name = "Wedge"
3869p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3870p55.CanCollide = false
3871p55.Locked = true
3872p55.FormFactor = Enum.FormFactor.Custom
3873p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
3874p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3875p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3876p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3877p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3878p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3879p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3880b55 = Instance.new("SpecialMesh", p55)
3881b55.MeshType = Enum.MeshType.Wedge
3882b55.Name = "Mesh"
3883b55.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3884p56 = Instance.new("WedgePart", m6)
3885p56.BrickColor = BrickColor.new("Crimson")
3886p56.Material = Enum.Material.SmoothPlastic
3887p56.Name = "Wedge"
3888p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3889p56.CanCollide = false
3890p56.Locked = true
3891p56.FormFactor = Enum.FormFactor.Custom
3892p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3893p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3894p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3895p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3896p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3897p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3898p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3899b56 = Instance.new("SpecialMesh", p56)
3900b56.MeshType = Enum.MeshType.Wedge
3901b56.Name = "Mesh"
3902b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3903p57 = Instance.new("WedgePart", m6)
3904p57.BrickColor = BrickColor.new("Black")
3905p57.Material = Enum.Material.SmoothPlastic
3906p57.Name = "Wedge"
3907p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3908p57.CanCollide = false
3909p57.Locked = true
3910p57.FormFactor = Enum.FormFactor.Custom
3911p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
3912p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3913p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3914p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3915p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3916p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3917p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3918b57 = Instance.new("SpecialMesh", p57)
3919b57.MeshType = Enum.MeshType.Wedge
3920b57.Name = "Mesh"
3921b57.Scale = Vector3.new(0.602178097, 0.602178097, 1)
3922p58 = Instance.new("Part", m6)
3923p58.BrickColor = BrickColor.new("Black")
3924p58.Material = Enum.Material.SmoothPlastic
3925p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3926p58.CanCollide = false
3927p58.Locked = true
3928p58.FormFactor = Enum.FormFactor.Custom
3929p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3930p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3931p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3932p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3933p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3934p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3935p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3936b58 = Instance.new("BlockMesh", p58)
3937b58.Name = "Mesh"
3938b58.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3939p59 = Instance.new("WedgePart", m6)
3940p59.BrickColor = BrickColor.new("Black")
3941p59.Material = Enum.Material.SmoothPlastic
3942p59.Name = "Wedge"
3943p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
3944p59.CanCollide = false
3945p59.Locked = true
3946p59.FormFactor = Enum.FormFactor.Custom
3947p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
3948p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3949p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3950p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3951p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3952p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3953p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3954b59 = Instance.new("SpecialMesh", p59)
3955b59.MeshType = Enum.MeshType.Wedge
3956b59.Name = "Mesh"
3957b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
3958p60 = Instance.new("Part", m6)
3959p60.BrickColor = BrickColor.new("Black")
3960p60.Material = Enum.Material.SmoothPlastic
3961p60.Name = "NeckPart"
3962p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3963p60.CanCollide = false
3964p60.Locked = true
3965p60.FormFactor = Enum.FormFactor.Custom
3966p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105)
3967p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3968p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3969p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3970p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3971p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3972p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3973b60 = Instance.new("BlockMesh", p60)
3974b60.Name = "Mesh"
3975b60.Scale = Vector3.new(1, 0.602178097, 1)
3976p61 = Instance.new("Part", m6)
3977p61.BrickColor = BrickColor.new("Black")
3978p61.Material = Enum.Material.SmoothPlastic
3979p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1)
3980p61.CanCollide = false
3981p61.Locked = true
3982p61.FormFactor = Enum.FormFactor.Custom
3983p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
3984p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3985p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3986p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3987p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3988p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3989p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3990b61 = Instance.new("BlockMesh", p61)
3991b61.Name = "Mesh"
3992b61.Scale = Vector3.new(0.602178097, 1, 0.602178097)
3993p62 = Instance.new("WedgePart", m6)
3994p62.BrickColor = BrickColor.new("Black")
3995p62.Material = Enum.Material.SmoothPlastic
3996p62.Name = "Wedge"
3997p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
3998p62.CanCollide = false
3999p62.Locked = true
4000p62.FormFactor = Enum.FormFactor.Custom
4001p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4002p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4003p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4004p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4005p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4006p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4007p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4008b62 = Instance.new("SpecialMesh", p62)
4009b62.MeshType = Enum.MeshType.Wedge
4010b62.Name = "Mesh"
4011b62.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4012p63 = Instance.new("WedgePart", m6)
4013p63.BrickColor = BrickColor.new("Crimson")
4014p63.Material = Enum.Material.SmoothPlastic
4015p63.Name = "Wedge"
4016p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4017p63.CanCollide = false
4018p63.Locked = true
4019p63.FormFactor = Enum.FormFactor.Custom
4020p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4021p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4022p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4023p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4024p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4025p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4026p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4027b63 = Instance.new("SpecialMesh", p63)
4028b63.MeshType = Enum.MeshType.Wedge
4029b63.Name = "Mesh"
4030b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4031p64 = Instance.new("WedgePart", m6)
4032p64.BrickColor = BrickColor.new("Black")
4033p64.Material = Enum.Material.SmoothPlastic
4034p64.Name = "Wedge"
4035p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4036p64.CanCollide = false
4037p64.Locked = true
4038p64.FormFactor = Enum.FormFactor.Custom
4039p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636)
4040p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4041p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4042p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4043p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4044p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4045p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4046b64 = Instance.new("SpecialMesh", p64)
4047b64.MeshType = Enum.MeshType.Wedge
4048b64.Name = "Mesh"
4049b64.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4050p65 = Instance.new("WedgePart", m6)
4051p65.BrickColor = BrickColor.new("Black")
4052p65.Material = Enum.Material.SmoothPlastic
4053p65.Name = "Wedge"
4054p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4055p65.CanCollide = false
4056p65.Locked = true
4057p65.FormFactor = Enum.FormFactor.Custom
4058p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4059p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4060p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4061p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4062p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4063p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4064p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4065b65 = Instance.new("SpecialMesh", p65)
4066b65.MeshType = Enum.MeshType.Wedge
4067b65.Name = "Mesh"
4068b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4069p66 = Instance.new("WedgePart", m6)
4070p66.BrickColor = BrickColor.new("Black")
4071p66.Material = Enum.Material.SmoothPlastic
4072p66.Name = "Wedge"
4073p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4074p66.CanCollide = false
4075p66.Locked = true
4076p66.FormFactor = Enum.FormFactor.Custom
4077p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4078p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4079p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4080p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4081p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4082p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4083p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4084b66 = Instance.new("SpecialMesh", p66)
4085b66.MeshType = Enum.MeshType.Wedge
4086b66.Name = "Mesh"
4087b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4088p67 = Instance.new("WedgePart", m6)
4089p67.BrickColor = BrickColor.new("Black")
4090p67.Material = Enum.Material.SmoothPlastic
4091p67.Name = "Wedge"
4092p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4093p67.CanCollide = false
4094p67.Locked = true
4095p67.FormFactor = Enum.FormFactor.Custom
4096p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4097p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4098p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4099p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4100p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4101p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4102p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4103b67 = Instance.new("SpecialMesh", p67)
4104b67.MeshType = Enum.MeshType.Wedge
4105b67.Name = "Mesh"
4106b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4107p68 = Instance.new("WedgePart", m6)
4108p68.BrickColor = BrickColor.new("Crimson")
4109p68.Name = "Wedge"
4110p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4111p68.CanCollide = false
4112p68.Locked = true
4113p68.FormFactor = Enum.FormFactor.Custom
4114p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4115p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4116p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4117p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4118p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4119p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4120p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4121b68 = Instance.new("SpecialMesh", p68)
4122b68.MeshType = Enum.MeshType.Wedge
4123b68.Name = "Mesh"
4124b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4125p69 = Instance.new("WedgePart", m6)
4126p69.BrickColor = BrickColor.new("Crimson")
4127p69.Name = "Wedge"
4128p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4129p69.CanCollide = false
4130p69.Locked = true
4131p69.FormFactor = Enum.FormFactor.Custom
4132p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4133p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4134p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4135p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4136p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4137p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4138p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4139b69 = Instance.new("SpecialMesh", p69)
4140b69.MeshType = Enum.MeshType.Wedge
4141b69.Name = "Mesh"
4142b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4143p70 = Instance.new("WedgePart", m6)
4144p70.BrickColor = BrickColor.new("Black")
4145p70.Material = Enum.Material.SmoothPlastic
4146p70.Name = "Wedge"
4147p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4148p70.CanCollide = false
4149p70.Locked = true
4150p70.FormFactor = Enum.FormFactor.Custom
4151p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4152p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4153p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4154p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4155p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4156p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4157p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4158b70 = Instance.new("SpecialMesh", p70)
4159b70.MeshType = Enum.MeshType.Wedge
4160b70.Name = "Mesh"
4161b70.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4162p71 = Instance.new("WedgePart", m6)
4163p71.BrickColor = BrickColor.new("Crimson")
4164p71.Name = "Wedge"
4165p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4166p71.CanCollide = false
4167p71.Locked = true
4168p71.FormFactor = Enum.FormFactor.Custom
4169p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4170p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4171p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4172p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4173p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4174p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4175p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4176b71 = Instance.new("SpecialMesh", p71)
4177b71.MeshType = Enum.MeshType.Wedge
4178b71.Name = "Mesh"
4179b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197)
4180p72 = Instance.new("WedgePart", m6)
4181p72.BrickColor = BrickColor.new("Black")
4182p72.Material = Enum.Material.SmoothPlastic
4183p72.Name = "Wedge"
4184p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4185p72.CanCollide = false
4186p72.Locked = true
4187p72.FormFactor = Enum.FormFactor.Custom
4188p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636)
4189p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4190p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4191p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4192p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4193p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4194p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4195b72 = Instance.new("SpecialMesh", p72)
4196b72.MeshType = Enum.MeshType.Wedge
4197b72.Name = "Mesh"
4198b72.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4199p73 = Instance.new("WedgePart", m6)
4200p73.BrickColor = BrickColor.new("Black")
4201p73.Material = Enum.Material.SmoothPlastic
4202p73.Name = "Wedge"
4203p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4204p73.CanCollide = false
4205p73.Locked = true
4206p73.FormFactor = Enum.FormFactor.Custom
4207p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4208p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4209p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4210p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4211p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4212p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4213p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4214b73 = Instance.new("SpecialMesh", p73)
4215b73.MeshType = Enum.MeshType.Wedge
4216b73.Name = "Mesh"
4217b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4218p74 = Instance.new("WedgePart", m6)
4219p74.BrickColor = BrickColor.new("Black")
4220p74.Material = Enum.Material.SmoothPlastic
4221p74.Name = "Wedge"
4222p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4223p74.CanCollide = false
4224p74.Locked = true
4225p74.FormFactor = Enum.FormFactor.Custom
4226p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4227p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4228p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4229p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4230p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4231p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4232p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4233b74 = Instance.new("SpecialMesh", p74)
4234b74.MeshType = Enum.MeshType.Wedge
4235b74.Name = "Mesh"
4236b74.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4237p75 = Instance.new("WedgePart", m6)
4238p75.BrickColor = BrickColor.new("Black")
4239p75.Material = Enum.Material.SmoothPlastic
4240p75.Name = "Wedge"
4241p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4242p75.CanCollide = false
4243p75.Locked = true
4244p75.FormFactor = Enum.FormFactor.Custom
4245p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636)
4246p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4247p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4248p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4249p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4250p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4251p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4252b75 = Instance.new("SpecialMesh", p75)
4253b75.MeshType = Enum.MeshType.Wedge
4254b75.Name = "Mesh"
4255b75.Scale = Vector3.new(0.602178097, 1, 0.602178097)
4256p76 = Instance.new("WedgePart", m6)
4257p76.BrickColor = BrickColor.new("Black")
4258p76.Material = Enum.Material.SmoothPlastic
4259p76.Name = "Wedge"
4260p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4261p76.CanCollide = false
4262p76.Locked = true
4263p76.FormFactor = Enum.FormFactor.Custom
4264p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4265p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4266p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4267p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4268p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4269p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4270p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4271b76 = Instance.new("SpecialMesh", p76)
4272b76.MeshType = Enum.MeshType.Wedge
4273b76.Name = "Mesh"
4274b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4275p77 = Instance.new("WedgePart", m6)
4276p77.BrickColor = BrickColor.new("Crimson")
4277p77.Material = Enum.Material.SmoothPlastic
4278p77.Name = "Wedge"
4279p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4280p77.CanCollide = false
4281p77.Locked = true
4282p77.FormFactor = Enum.FormFactor.Custom
4283p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4284p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4285p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4286p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4287p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4288p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4289p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4290b77 = Instance.new("SpecialMesh", p77)
4291b77.MeshType = Enum.MeshType.Wedge
4292b77.Name = "Mesh"
4293b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4294p78 = Instance.new("WedgePart", m6)
4295p78.BrickColor = BrickColor.new("Black")
4296p78.Material = Enum.Material.SmoothPlastic
4297p78.Name = "Wedge"
4298p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4299p78.CanCollide = false
4300p78.Locked = true
4301p78.FormFactor = Enum.FormFactor.Custom
4302p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363)
4303p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4304p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4305p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4306p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4307p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4308p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4309b78 = Instance.new("SpecialMesh", p78)
4310b78.MeshType = Enum.MeshType.Wedge
4311b78.Name = "Mesh"
4312b78.Scale = Vector3.new(0.602178097, 0.602178097, 1)
4313p79 = Instance.new("WedgePart", m6)
4314p79.BrickColor = BrickColor.new("Crimson")
4315p79.Material = Enum.Material.SmoothPlastic
4316p79.Name = "Wedge"
4317p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4318p79.CanCollide = false
4319p79.Locked = true
4320p79.FormFactor = Enum.FormFactor.Custom
4321p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4322p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4323p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4324p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4325p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4326p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4327p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4328b79 = Instance.new("SpecialMesh", p79)
4329b79.MeshType = Enum.MeshType.Wedge
4330b79.Name = "Mesh"
4331b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4332p80 = Instance.new("WedgePart", m6)
4333p80.BrickColor = BrickColor.new("Black")
4334p80.Material = Enum.Material.SmoothPlastic
4335p80.Name = "Wedge"
4336p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4337p80.CanCollide = false
4338p80.Locked = true
4339p80.FormFactor = Enum.FormFactor.Custom
4340p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636)
4341p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
4342p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
4343p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
4344p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
4345p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
4346p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
4347b80 = Instance.new("SpecialMesh", p80)
4348b80.MeshType = Enum.MeshType.Wedge
4349b80.Name = "Mesh"
4350b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097)
4351w1 = Instance.new("Weld", p1)
4352w1.Name = "Joint"
4353w1.Part0 = p1
4354w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4355w1.Part1 = p47
4356w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4357w2 = Instance.new("Weld", p2)
4358w2.Name = "Joint"
4359w2.Part0 = p2
4360w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4361w2.Part1 = p11
4362w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4363w3 = Instance.new("Weld", p3)
4364w3.Name = "Joint"
4365w3.Part0 = p3
4366w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4367w3.Part1 = p50
4368w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4369w4 = Instance.new("Weld", p4)
4370w4.Name = "Joint"
4371w4.Part0 = p4
4372w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4373w4.Part1 = p5
4374w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4375w5 = Instance.new("Weld", p5)
4376w5.Name = "Joint"
4377w5.Part0 = p5
4378w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4379w5.Part1 = p27
4380w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4381w6 = Instance.new("Weld", p6)
4382w6.Name = "Joint"
4383w6.Part0 = p6
4384w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4385w6.Part1 = p14
4386w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4387w7 = Instance.new("Weld", p7)
4388w7.Name = "Joint"
4389w7.Part0 = p7
4390w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4391w7.Part1 = p10
4392w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4393w8 = Instance.new("Weld", p8)
4394w8.Name = "Joint"
4395w8.Part0 = p8
4396w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4397w8.Part1 = p32
4398w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4399w9 = Instance.new("Weld", p9)
4400w9.Name = "Joint"
4401w9.Part0 = p9
4402w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4403w9.Part1 = p16
4404w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4405w10 = Instance.new("Weld", p10)
4406w10.Name = "Joint"
4407w10.Part0 = p10
4408w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4409w10.Part1 = p61
4410w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4411w11 = Instance.new("Weld", p11)
4412w11.Name = "Joint"
4413w11.Part0 = p11
4414w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4415w11.Part1 = p13
4416w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4417w12 = Instance.new("Weld", p12)
4418w12.Name = "Joint"
4419w12.Part0 = p12
4420w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4421w12.Part1 = p29
4422w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4423w13 = Instance.new("Weld", p13)
4424w13.Name = "Joint"
4425w13.Part0 = p13
4426w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4427w13.Part1 = p48
4428w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4429w14 = Instance.new("Weld", p14)
4430w14.Name = "Joint"
4431w14.Part0 = p14
4432w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4433w14.Part1 = p60
4434w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4435w15 = Instance.new("Weld", p15)
4436w15.Name = "Joint"
4437w15.Part0 = p15
4438w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4439w15.Part1 = p17
4440w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4441w16 = Instance.new("Weld", p16)
4442w16.Name = "Joint"
4443w16.Part0 = p16
4444w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4445w16.Part1 = p48
4446w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4447w17 = Instance.new("Weld", p17)
4448w17.Name = "Joint"
4449w17.Part0 = p17
4450w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4451w17.Part1 = p50
4452w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4453w18 = Instance.new("Weld", p18)
4454w18.Name = "Joint"
4455w18.Part0 = p18
4456w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4457w18.Part1 = p50
4458w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4459w19 = Instance.new("Weld", p19)
4460w19.Name = "Joint"
4461w19.Part0 = p19
4462w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4463w19.Part1 = p54
4464w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4465w20 = Instance.new("Weld", p20)
4466w20.Name = "Joint"
4467w20.Part0 = p20
4468w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4469w20.Part1 = p21
4470w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4471w21 = Instance.new("Weld", p21)
4472w21.Name = "Joint"
4473w21.Part0 = p21
4474w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4475w21.Part1 = p37
4476w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4477w22 = Instance.new("Weld", p22)
4478w22.Name = "Joint"
4479w22.Part0 = p22
4480w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4481w22.Part1 = p8
4482w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4483w23 = Instance.new("Weld", p23)
4484w23.Name = "Joint"
4485w23.Part0 = p23
4486w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4487w23.Part1 = p35
4488w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4489w24 = Instance.new("Weld", p24)
4490w24.Name = "Joint"
4491w24.Part0 = p24
4492w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4493w24.Part1 = p48
4494w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4495w25 = Instance.new("Weld", p25)
4496w25.Name = "Joint"
4497w25.Part0 = p25
4498w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4499w25.Part1 = p8
4500w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4501w26 = Instance.new("Weld", p26)
4502w26.Name = "Joint"
4503w26.Part0 = p26
4504w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0)
4505w26.Part1 = p6
4506w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4507w27 = Instance.new("Weld", p27)
4508w27.Name = "Joint"
4509w27.Part0 = p27
4510w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4511w27.Part1 = p48
4512w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4513w28 = Instance.new("Weld", p28)
4514w28.Name = "Joint"
4515w28.Part0 = p28
4516w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4517w28.Part1 = p35
4518w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4519w29 = Instance.new("Weld", p29)
4520w29.Name = "Joint"
4521w29.Part0 = p29
4522w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4523w29.Part1 = p37
4524w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4525w30 = Instance.new("Weld", p30)
4526w30.Name = "Joint"
4527w30.Part0 = p30
4528w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4529w30.Part1 = p20
4530w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4531w31 = Instance.new("Weld", p31)
4532w31.Name = "Joint"
4533w31.Part0 = p31
4534w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4535w31.Part1 = p16
4536w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4537w32 = Instance.new("Weld", p32)
4538w32.Name = "Joint"
4539w32.Part0 = p32
4540w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4541w32.Part1 = p48
4542w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4543w33 = Instance.new("Weld", p33)
4544w33.Name = "Joint"
4545w33.Part0 = p33
4546w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4547w33.Part1 = p21
4548w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4549w34 = Instance.new("Weld", p34)
4550w34.Name = "Joint"
4551w34.Part0 = p34
4552w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4553w34.Part1 = p27
4554w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4555w35 = Instance.new("Weld", p35)
4556w35.Name = "Joint"
4557w35.Part0 = p35
4558w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4559w35.Part1 = p58
4560w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4561w36 = Instance.new("Weld", p36)
4562w36.Name = "Joint"
4563w36.Part0 = p36
4564w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4565w36.Part1 = p29
4566w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4567w37 = Instance.new("Weld", p37)
4568w37.Name = "Joint"
4569w37.Part0 = p37
4570w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4571w37.Part1 = p3
4572w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4573w38 = Instance.new("Weld", p38)
4574w38.Name = "Joint"
4575w38.Part0 = p38
4576w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4577w38.Part1 = p4
4578w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4579w39 = Instance.new("Weld", p39)
4580w39.Name = "Joint"
4581w39.Part0 = p39
4582w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4583w39.Part1 = p12
4584w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4585w40 = Instance.new("Weld", p40)
4586w40.Name = "Joint"
4587w40.Part0 = p40
4588w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4589w40.Part1 = p52
4590w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4591w41 = Instance.new("Weld", p41)
4592w41.Name = "Joint"
4593w41.Part0 = p41
4594w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4595w41.Part1 = p5
4596w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4597w42 = Instance.new("Weld", p42)
4598w42.Name = "Joint"
4599w42.Part0 = p42
4600w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4601w42.Part1 = p8
4602w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4603w43 = Instance.new("Weld", p43)
4604w43.Name = "Joint"
4605w43.Part0 = p43
4606w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4607w43.Part1 = p5
4608w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4609w44 = Instance.new("Weld", p44)
4610w44.Name = "Joint"
4611w44.Part0 = p44
4612w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4613w44.Part1 = p15
4614w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4615w45 = Instance.new("Weld", p45)
4616w45.Name = "Joint"
4617w45.Part0 = p45
4618w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4619w45.Part1 = p11
4620w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4621w46 = Instance.new("Weld", p46)
4622w46.Name = "Joint"
4623w46.Part0 = p46
4624w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4625w46.Part1 = p6
4626w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4627w47 = Instance.new("Weld", p47)
4628w47.Name = "Joint"
4629w47.Part0 = p47
4630w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4631w47.Part1 = p18
4632w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4633w48 = Instance.new("Weld", p48)
4634w48.Name = "Joint"
4635w48.Part0 = p48
4636w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4637w48.Part1 = p37
4638w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4639w49 = Instance.new("Weld", p49)
4640w49.Name = "Joint"
4641w49.Part0 = p49
4642w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4643w49.Part1 = p47
4644w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4645w50 = Instance.new("Weld", p50)
4646w50.Name = "Joint"
4647w50.Part0 = p50
4648w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4649w50.Part1 = p6
4650w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4651w51 = Instance.new("Weld", p51)
4652w51.Name = "Joint"
4653w51.Part0 = p51
4654w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4655w51.Part1 = p52
4656w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4657w52 = Instance.new("Weld", p52)
4658w52.Name = "Joint"
4659w52.Part0 = p52
4660w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1)
4661w52.Part1 = p3
4662w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4663w53 = Instance.new("Weld", p53)
4664w53.Name = "Joint"
4665w53.Part0 = p53
4666w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4667w53.Part1 = p9
4668w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4669w54 = Instance.new("Weld", p54)
4670w54.Name = "Joint"
4671w54.Part0 = p54
4672w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4673w54.Part1 = p9
4674w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4675w55 = Instance.new("Weld", p55)
4676w55.Name = "Joint"
4677w55.Part0 = p55
4678w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4679w55.Part1 = p8
4680w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4681w56 = Instance.new("Weld", p56)
4682w56.Name = "Joint"
4683w56.Part0 = p56
4684w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4685w56.Part1 = p20
4686w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4687w57 = Instance.new("Weld", p57)
4688w57.Name = "Joint"
4689w57.Part0 = p57
4690w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4691w57.Part1 = p47
4692w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4693w58 = Instance.new("Weld", p58)
4694w58.Name = "Joint"
4695w58.Part0 = p58
4696w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4697w58.Part1 = p3
4698w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4699w59 = Instance.new("Weld", p59)
4700w59.Name = "Joint"
4701w59.Part0 = p59
4702w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4703w59.Part1 = p32
4704w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4705w60 = Instance.new("Weld", p61)
4706w60.Name = "Joint"
4707w60.Part0 = p61
4708w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4709w60.Part1 = p48
4710w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4711w61 = Instance.new("Weld", p62)
4712w61.Name = "Joint"
4713w61.Part0 = p62
4714w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4715w61.Part1 = p10
4716w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4717w62 = Instance.new("Weld", p63)
4718w62.Name = "Joint"
4719w62.Part0 = p63
4720w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4721w62.Part1 = p7
4722w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4723w63 = Instance.new("Weld", p64)
4724w63.Name = "Joint"
4725w63.Part0 = p64
4726w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4727w63.Part1 = p54
4728w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4729w64 = Instance.new("Weld", p65)
4730w64.Name = "Joint"
4731w64.Part0 = p65
4732w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4733w64.Part1 = p13
4734w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4735w65 = Instance.new("Weld", p66)
4736w65.Name = "Joint"
4737w65.Part0 = p66
4738w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4739w65.Part1 = p52
4740w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4741w66 = Instance.new("Weld", p67)
4742w66.Name = "Joint"
4743w66.Part0 = p67
4744w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4745w66.Part1 = p16
4746w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4747w67 = Instance.new("Weld", p68)
4748w67.Name = "Joint"
4749w67.Part0 = p68
4750w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4751w67.Part1 = p11
4752w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4753w68 = Instance.new("Weld", p69)
4754w68.Name = "Joint"
4755w68.Part0 = p69
4756w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4757w68.Part1 = p11
4758w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4759w69 = Instance.new("Weld", p70)
4760w69.Name = "Joint"
4761w69.Part0 = p70
4762w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4763w69.Part1 = p58
4764w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4765w70 = Instance.new("Weld", p71)
4766w70.Name = "Joint"
4767w70.Part0 = p71
4768w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4769w70.Part1 = p54
4770w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4771w71 = Instance.new("Weld", p72)
4772w71.Name = "Joint"
4773w71.Part0 = p72
4774w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4775w71.Part1 = p9
4776w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4777w72 = Instance.new("Weld", p73)
4778w72.Name = "Joint"
4779w72.Part0 = p73
4780w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0)
4781w72.Part1 = p13
4782w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4783w73 = Instance.new("Weld", p74)
4784w73.Name = "Joint"
4785w73.Part0 = p74
4786w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4787w73.Part1 = p10
4788w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4789w74 = Instance.new("Weld", p75)
4790w74.Name = "Joint"
4791w74.Part0 = p75
4792w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4793w74.Part1 = p54
4794w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4795w75 = Instance.new("Weld", p76)
4796w75.Name = "Joint"
4797w75.Part0 = p76
4798w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0)
4799w75.Part1 = p32
4800w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4801w76 = Instance.new("Weld", p77)
4802w76.Name = "Joint"
4803w76.Part0 = p77
4804w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4805w76.Part1 = p15
4806w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4807w77 = Instance.new("Weld", p78)
4808w77.Name = "Joint"
4809w77.Part0 = p78
4810w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4811w77.Part1 = p15
4812w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4813w78 = Instance.new("Weld", p79)
4814w78.Name = "Joint"
4815w78.Part0 = p79
4816w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0)
4817w78.Part1 = p51
4818w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4819w79 = Instance.new("Weld", p80)
4820w79.Name = "Joint"
4821w79.Part0 = p80
4822w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0)
4823w79.Part1 = p12
4824w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
4825m6.Parent = torso
4826m6:MakeJoints()
4827
4828model = m6;
4829for i,v in pairs(model:GetChildren()) do
4830if v:IsA('Part') then
4831v.Transparency = 1;
4832end
4833end
4834
4835model = m6;
4836for i,v in pairs(model:GetChildren()) do
4837if v:IsA('WedgePart') then
4838v.Transparency = 1;
4839end
4840end
4841
4842model = m6;
4843for i,v in pairs(model:GetChildren()) do
4844if v:IsA('SpecialMesh') then
4845v.Transparency = 1;
4846end
4847end
4848----------------------------------------------------
4849--EDIT SECTION HERE--
4850
4851--flying--
4852
4853local char = game.Players.LocalPlayer.Character
4854local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
4855local player = game.Players.LocalPlayer
4856local pchar = player.Character
4857local mouse = player:GetMouse()
4858local cam = workspace.CurrentCamera
4859local hum = char.Humanoid
4860local root = char.HumanoidRootPart
4861
4862
4863local rad = math.rad
4864
4865local keysDown = {}
4866local flySpeed = 0
4867local MAX_FLY_SPEED = 100
4868
4869local canFly = false
4870local flyToggled = false
4871
4872local forward, side = 0, 0
4873local lastForward, lastSide = 0, 0
4874
4875local floatBP = Instance.new("BodyPosition")
4876floatBP.maxForce = Vector3.new(0, math.huge, 0)
4877local flyBV = Instance.new("BodyVelocity")
4878flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9)
4879local turnBG = Instance.new("BodyGyro")
4880turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge)
4881
4882mouse.KeyDown:connect(function(key)
4883 keysDown[key] = true
4884
4885 if key == "g" then
4886 flyToggled = not flyToggled
4887
4888 if not flyToggled then
4889 animpose = "Idle1"
4890 stanceToggle = "Idle1"
4891 floatBP.Parent = nil
4892 flyBV.Parent = nil
4893 turnBG.Parent = nil
4894 root.Velocity = Vector3.new()
4895 pchar.Humanoid.PlatformStand = false
4896 end
4897end
4898
4899end)
4900mouse.KeyUp:connect(function(key)
4901 keysDown[key] = nil
4902end)
4903
4904local function updateFly()
4905
4906 if not flyToggled then return end
4907
4908 lastForward = forward
4909 lastSide = side
4910
4911 forward = 0
4912 side = 0
4913
4914 if keysDown.w then
4915 forward = forward + 1
4916 animpose = "Idle1"
4917 end
4918 if keysDown.s then
4919 forward = forward - 1
4920 animpose = "Idle1"
4921 end
4922 if keysDown.a then
4923 side = side - 1
4924 animpose = "Idle1"
4925 end
4926 if keysDown.d then
4927 side = side + 1
4928 animpose = "Idle1"
4929 end
4930
4931
4932 canFly = (forward ~= 0 or side ~= 0)
4933
4934 if canFly then
4935 stanceToggle = "Grab"
4936 turnBG.Parent = root
4937 floatBP.Parent = nil
4938 flyBV.Parent = root
4939
4940
4941 flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED)
4942 if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end
4943 else
4944 floatBP.position = root.Position
4945 floatBP.Parent = root
4946
4947 flySpeed = flySpeed - 1
4948 if flySpeed < 0 then flySpeed = 0 end
4949 end
4950
4951 local camCF = cam.CoordinateFrame
4952 local in_forward = canFly and forward or lastForward
4953 local in_side = canFly and side or lastSide
4954
4955 flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side,
4956in_forward * 0.2, 0).p) - camCF.p) * flySpeed
4957
4958 turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0,
49590)
4960end
4961
4962game:service'RunService'.RenderStepped:connect(function()
4963 if flyToggled then
4964 pchar.Humanoid.PlatformStand = true
4965 end
4966 updateFly()
4967end)
4968----------------------------------------------
4969--arm effects--
4970
4971Player=owner
4972Character=Player.Character
4973PlayerGui=Player.PlayerGui
4974Backpack=Player.Backpack
4975Torso=Character.Torso
4976Head=Character.Head
4977Humanoid=Character.Humanoid
4978m=Instance.new('Model',Character)
4979LeftArm=Character["Left Arm"]
4980LeftLeg=Character["Left Leg"]
4981RightArm=Character["Right Arm"]
4982RightLeg=Character["Right Leg"]
4983local mouse=Player:GetMouse()
4984local PE = Instance.new("ParticleEmitter", LeftArm)
4985PE.Name = "Flame"
4986local c1 = Color3.fromRGB (0,0,0)
4987local c2 = Color3.fromRGB (0,0,150)
4988PE.Color = ColorSequence.new(c1)
4989PE.EmissionDirection = "Bottom"
4990PE.Texture = "rbxassetid://242201991"
4991PE.LightEmission = 0.850
4992PE.Speed = NumberRange.new(0)
4993PE.RotSpeed = NumberRange.new(250)
4994PE.Size = NumberSequence.new(.5)
4995PE.Lifetime = NumberRange.new(0.2)
4996PE.Rate = 200
4997PE.VelocitySpread = 50
4998
4999
5000local PE = Instance.new("ParticleEmitter", RightArm)
5001PE.Name = "Flame"
5002local c1 = Color3.fromRGB (0,0,0)
5003local c2 = Color3.fromRGB (0,0,150)
5004PE.Color = ColorSequence.new(c1)
5005PE.EmissionDirection = "Bottom"
5006PE.Texture = "rbxassetid://242201991"
5007PE.LightEmission = 0.850
5008PE.Speed = NumberRange.new(0)
5009PE.RotSpeed = NumberRange.new(250)
5010PE.Size = NumberSequence.new(.5)
5011PE.Lifetime = NumberRange.new(0.2)
5012PE.Rate = 200
5013PE.VelocitySpread = 50
5014------------------------------------------Magic----
5015Magik = function()
5016 Spawn(function()
5017 local function lerp(a,b,c)
5018 return a+(b-a)*c
5019 end
5020 local function rndRange(rng)
5021 return math.random(-rng*1000,rng*1000)/1000
5022 end
5023 local magik = Instance.new("Part", LeftArm)
5024 local Colors = {"Crimson", "Really black"}
5025 local Material = {"Granite","Granite"}
5026 magik.Anchored = true
5027 magik.Material = "Granite"
5028 magik.Locked = true
5029 magik.FormFactor = "Custom"
5030 magik.Size = Vector3.new(1.2, 1.2, 1.2)
5031 magik.TopSurface = "Smooth"
5032 magik.BottomSurface = "Smooth"
5033 magik.Transparency = 0
5034 magik.CanCollide = false
5035 magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
5036 magik.Material = (Material[math.random(1,#Material)])
5037 local mr = math.rad
5038 local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180))
5039 local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz)
5040 magik.CFrame = cf
5041 for i = 0, 1, .05 do
5042 local newTrans = lerp(0.5, 1, i)
5043 local ns = lerp(1,1.2,i)
5044 magik.Transparency = newTrans
5045 magik.Size = Vector3.new(ns,ns,ns)
5046 magik.CFrame = cf
5047 wait()
5048 end
5049 magik:Destroy()
5050 wait()
5051 end)
5052end
5053
5054
5055Spawn(function()
5056while wait (.1) do
5057Magik()
5058end
5059end)
5060
5061local p = game.Players.LocalPlayer
5062local char = p.Character
5063local mouse = p:GetMouse()
5064local larm = char["Left Arm"]
5065local rarm = char["Right Arm"]
5066local lleg = char["Left Leg"]
5067local rleg = char["Right Leg"]
5068local hed = char.Head
5069local torso = char.Torso
5070local hum = char.Humanoid
5071local cam = game.Workspace.CurrentCamera
5072local root = char.HumanoidRootPart
5073local deb = false
5074local CanAttack = true
5075local shot = 0
5076local l = game:GetService("Lighting")
5077local rs = game:GetService("RunService").RenderStepped
5078math.randomseed(os.time())
5079hum.MaxHealth = 9001
5080wait(1)
5081hum.Health = 9001
5082
5083for i,v in pairs (hed:GetChildren()) do
5084 if v:IsA("Sound") then
5085 v:Destroy()
5086 end
5087end
5088--game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char
5089--char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813"
5090
5091
5092----------------------------------------------------
5093--[[Additional Functions]]
5094
5095 cf=CFrame.new
5096 vt=Vector3.new
5097
5098 function swait(num)
5099 if num==0 or num==nil then
5100 game:service'RunService'.Stepped:wait(0)
5101 else
5102 for i=0,num do
5103 game:service'RunService'.Stepped:wait(0)
5104 end
5105 end
5106 end
5107
5108so = function(id,par,vol,pit)
5109coroutine.resume(coroutine.create(function()
5110local sou = Instance.new("Sound",par or workspace)
5111sou.Volume=vol
5112sou.Pitch=pit or 1
5113sou.SoundId=id
5114swait()
5115sou:play()
5116game:GetService("Debris"):AddItem(sou,6)
5117end))
5118end
5119
5120
5121
5122
5123
5124----------------------------------------------------
5125Debounces = {
5126CanAttack = true;
5127CanJoke = true;
5128NoIdl = false;
5129Slashing = false;
5130Slashed = false;
5131Slapping = false;
5132Slapped = false;
5133ks = false;
5134}
5135
5136local Touche = {char.Name, }
5137----------------------------------------------------
5138function HasntTouched(plrname)
5139local ret = true
5140for _, v in pairs(Touche) do
5141if v == plrname then
5142ret = false
5143end
5144end
5145return ret
5146end
5147----------------------------------------------------
5148function weld5(part0, part1, c0, c1)
5149 weeld=Instance.new("Weld", part0)
5150 weeld.Part0=part0
5151 weeld.Part1=part1
5152 weeld.C0=c0
5153 weeld.C1=c1
5154 return weeld
5155end
5156----------------------------------------------------
5157mod=Instance.new('Model',char)
5158
5159function Burst()
5160 part=Instance.new('Part',mod)
5161 part.Anchored=true
5162 part.CanCollide=false
5163 part.FormFactor='Custom'
5164 part.Size=Vector3.new(.2,.2,.2)
5165 part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0)
5166 part.Transparency=.7
5167
5168if holy ~= true then
5169 part.BrickColor=BrickColor.new('Really black')
5170else
5171 part.BrickColor=BrickColor.new('Crimson')
5172end
5173
5174 mesh=Instance.new('SpecialMesh',part)
5175 mesh.MeshId='http://www.roblox.com/asset/?id=20329976'
5176 mesh.Scale=Vector3.new(10,5,10)
5177 part2=part:clone()
5178 part2.Parent=mod
5179
5180if holy ~= true then
5181 part2.BrickColor=BrickColor.new('Crimson')
5182else
5183 part2.BrickColor=BrickColor.new('Crimson')
5184end
5185
5186 mesh2=mesh:clone()
5187 mesh2.Parent=part2
5188 mesh2.Scale=Vector3.new(5,2.5,5)
5189 coroutine.resume(coroutine.create(function()
5190 for i=0,1,0.1 do
5191 wait()
5192 part.CFrame=part.CFrame
5193 part.Transparency=i
5194 mesh.Scale=mesh.Scale+Vector3.new(1,1,1)
5195 part2.CFrame=part2.CFrame
5196 part2.Transparency=i
5197 mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1)
5198 end
5199 part.Parent=nil
5200 part2.Parent=nil
5201 end))
5202end
5203----------------------------------------------------
5204mod4 = Instance.new("Model",char)
5205
5206ptez = {0.7, 0.8, 0.9, 1}
5207
5208function FindNearestTorso(Position,Distance,SinglePlayer)
5209 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
5210 local List = {}
5211 for i,v in pairs(workspace:GetChildren())do
5212 if v:IsA("Model")then
5213 if v:findFirstChild("Torso")then
5214 if v ~= char then
5215 if(v.Torso.Position -Position).magnitude <= Distance then
5216 table.insert(List,v)
5217 end
5218 end
5219 end
5220 end
5221 end
5222 return List
5223end
5224
5225function Slam()
5226 part=Instance.new('Part',mod4)
5227 part.Anchored=true
5228 part.CanCollide=false
5229 part.FormFactor='Custom'
5230 part.Size=Vector3.new(.2,.2,.2)
5231 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
5232 part.Transparency=.7
5233
5234if holy ~= true then
5235 part.BrickColor=BrickColor.new('Really black')
5236else
5237 part.BrickColor=BrickColor.new('Crimson')
5238end
5239
5240 mesh=Instance.new('SpecialMesh',part)
5241 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
5242 mesh.Scale=Vector3.new(3,3,3)
5243 part2=Instance.new('Part',mod4)
5244 part2.Anchored=true
5245 part2.CanCollide=false
5246 part2.FormFactor='Custom'
5247 part2.Size=Vector3.new(.2,.2,.2)
5248 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
5249 part2.Transparency=.7
5250
5251if holy ~= true then
5252 part2.BrickColor=BrickColor.new('Crimson')
5253else
5254 part2.BrickColor=BrickColor.new('Crimson')
5255end
5256
5257 mesh2=Instance.new('SpecialMesh',part2)
5258 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
5259 mesh2.Scale=Vector3.new(3,1.5,3)
5260 x = Instance.new("Sound",char)
5261 x.SoundId = "http://www.roblox.com/asset/?id=142070127"
5262 x.Pitch = ptez[math.random(1,#ptez)]
5263 x.Volume = 1
5264 wait(.1)
5265 x1 = Instance.new("Sound",char)
5266 x1.SoundId = "http://www.roblox.com/asset/?id=206082327"
5267 x1.Pitch = ptez[math.random(1,#ptez)]
5268 x1.Volume = 1
5269 wait(.1)
5270 x:Play()
5271 x1:Play()
5272 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
5273 if v:FindFirstChild('Humanoid') then
5274 v.Humanoid:TakeDamage(math.random(99999999,99999999))
5275 end
5276 end
5277 coroutine.resume(coroutine.create(function()
5278 for i=0,0.62,0.13 do
5279 wait()
5280 part.CFrame=part.CFrame
5281 part.Transparency=i
5282 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
5283 part2.CFrame=part2.CFrame
5284 part2.Transparency=i
5285 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
5286 end
5287 part.Parent=nil
5288 part2.Parent=nil
5289 x:Destroy()
5290 end))
5291end
5292----------------------------------------------------PUNCH FUNC
5293GroundWave = function()
5294 local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0))
5295 local Colors = {"Crimson", "Really black"}
5296 local wave = Instance.new("Part", torso)
5297
5298 if holy == false then
5299 wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)])
5300 else
5301 wave.BrickColor = BrickColor.new("Crimson")
5302 end
5303
5304 wave.Anchored = true
5305 wave.CanCollide = false
5306 wave.Material = "Granite"
5307 wave.Locked = true
5308 wave.Size = Vector3.new(1, 1, 1)
5309 wave.TopSurface = "Smooth"
5310 wave.BottomSurface = "Smooth"
5311 wave.Transparency = 0.35
5312 wave.CFrame = HandCF
5313 wm = Instance.new("SpecialMesh", wave)
5314 wm.MeshId = "rbxassetid://3270017"
5315 coroutine.wrap(function()
5316 for i = 1, 14, 1 do
5317 wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1)
5318 wave.Size = wm.Scale
5319 wave.CFrame = HandCF
5320 wave.Transparency = i/14
5321 wait()
5322 end
5323 wait()
5324 wave:Destroy()
5325 end)()
5326end
5327----------------------------------------------------
5328function lerp(a, b, t) -- Linear interpolation
5329 return a + (b - a)*t
5330end
5331
5332function slerp(a, b, t) --Spherical interpolation
5333 dot = a:Dot(b)
5334 if dot > 0.99999 or dot < -0.99999 then
5335 return t <= 0.5 and a or b
5336 else
5337 r = math.acos(dot)
5338 return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
5339 end
5340end
5341
5342function matrixInterpolate(a, b, t)
5343 local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
5344 local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
5345 local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
5346 local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
5347 local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
5348 local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
5349 local t = v1:Dot(v2)
5350 if not (t < 0 or t == 0 or t > 0) then -- Failsafe
5351 return CFrame.new()
5352 end
5353 return CFrame.new(
5354 v0.x, v0.y, v0.z,
5355 v1.x, v1.y, v1.z,
5356 v2.x, v2.y, v2.z,
5357 v3.x, v3.y, v3.z)
5358end
5359----------------------------------------------------
5360function genWeld(a,b)
5361 local w = Instance.new("Weld",a)
5362 w.Part0 = a
5363 w.Part1 = b
5364 return w
5365end
5366function weld(a, b)
5367 local weld = Instance.new("Weld")
5368 weld.Name = "W"
5369 weld.Part0 = a
5370 weld.Part1 = b
5371 weld.C0 = a.CFrame:inverse() * b.CFrame
5372 weld.Parent = a
5373 return weld;
5374end
5375----------------------------------------------------
5376function Lerp(c1,c2,al)
5377local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
5378local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
5379for i,v in pairs(com1) do
5380com1[i] = v+(com2[i]-v)*al
5381end
5382return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
5383end
5384----------------------------------------------------[[Dissolve function]]
5385function Dissolve(ret)
5386
5387 ret.BrickColor = BrickColor.new("Really black")
5388 for i = 1, 10 do wait()
5389 for i,v in pairs(ret:GetChildren()) do
5390 if v:IsA("Part") or v:IsA("WedgePart") then
5391 v.Transparency = v.Transparency + 0.1
5392
5393 end
5394 end
5395 end
5396 ret:Destroy()
5397end
5398
5399----------------------------------------------------
5400newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
5401local wld = Instance.new("Weld", wp1)
5402wld.Part0 = wp0
5403wld.Part1 = wp1
5404wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
5405end
5406----------------------------------------------------newblast
5407mouse.KeyDown:connect(function(key)
5408 if key == "e" then
5409 if Debounces.CanAttack == true then
5410 Debounces.CanAttack = false
5411 Debounces.on = true
5412 Debounces.NoIdl = true
5413 animpose = "Idle1"
5414 for i = 1, 15 do
5415 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)
5416 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)
5417 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2)
5418 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4)
5419 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2)
5420 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2)
5421 if Debounces.on == false then break end
5422 rs:wait(2.7)
5423 end
5424 so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
5425 x = Instance.new("Sound",char.Head)
5426 x.SoundId = "rbxassetid://183763515"
5427 x.Pitch = 0.7
5428 x.Volume = .8
5429 x3 = Instance.new("Sound",char.Head)
5430 x3.SoundId = "rbxassetid://183763487"
5431 x3.Pitch = 1
5432 x3.Volume = .8
5433 wait(.1)
5434 x:Play()
5435 x3:Play()
5436
5437if holy == true then
5438so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
5439so("http://roblox.com/asset/?id=2233091183",hed,1,1)
5440else
5441end
5442
5443 Debounces.on = false
5444 Debounces.Here = false
5445 shot = shot + 1
5446local rng = Instance.new("Part", larm)
5447rng.Anchored = true
5448
5449if holy ~= true then
5450rng.BrickColor = BrickColor.new("Really black")
5451else
5452 rng.BrickColor = BrickColor.new("Crimson")
5453end
5454
5455rng.Material = "Granite"
5456rng.CanCollide = false
5457rng.FormFactor = 3
5458rng.Name = "Ring"
5459rng.Size = Vector3.new(1, 1, 1)
5460rng.Transparency = 0.35
5461rng.TopSurface = 0
5462rng.BottomSurface = 0
5463rng2 = rng:clone()
5464rng3 = rng2:clone()
5465rng4 = rng2:clone()
5466local rngm = Instance.new("SpecialMesh", rng)
5467rngm.MeshId = "http://www.roblox.com/asset/?id=3270017"
5468rngm.Scale = Vector3.new(10, 10, 1)
5469rngm2 = rngm:clone()
5470rngm2.Scale = Vector3.new(5, 5, 3)
5471rngm3=rngm2:clone()
5472rngm3.Parent = rng3
5473rngm3.Scale = Vector3.new(8, 8, 1)
5474rngm4 = rngm2:clone()
5475rngm4.Parent = rng4
5476rngm4.Scale = Vector3.new(6, 6, 1)
5477local bem = Instance.new("Part", larm)
5478bem.Anchored = true
5479
5480if holy == false then
5481bem.BrickColor = BrickColor.new("Really black")
5482else
5483 bem.BrickColor = BrickColor.new("Crimson")
5484end
5485
5486
5487bem.CanCollide = false
5488bem.Material = "Granite"
5489bem.FormFactor = 3
5490bem.Name = "Beam" .. shot
5491bem.Size = Vector3.new(1, 1, 1)
5492bem.Transparency = 0.35
5493bem.TopSurface = 0
5494bem.BottomSurface = 0
5495local bemm = Instance.new("SpecialMesh", bem)
5496bemm.MeshType = 4
5497bemm.Scale = Vector3.new(1, 4, 4)
5498local out = Instance.new("Part", larm)
5499out.Anchored = true
5500out.Material = "Granite"
5501
5502if holy == false then
5503out.BrickColor = BrickColor.new("Really black")
5504else
5505 out.BrickColor = BrickColor.new("Crimson")
5506end
5507
5508out.CanCollide = false
5509out.FormFactor = 3
5510out.Name = "Out"
5511out.Size = Vector3.new(4, 4, 4)
5512out.Transparency = 0.35
5513out.TopSurface = 0
5514out.BottomSurface = 0
5515local outm = Instance.new("SpecialMesh", out)
5516outm.MeshId = "http://www.roblox.com/asset/?id=1033714"
5517outm.Scale = Vector3.new(6, 4, 6)
5518local bnd = Instance.new("Part", larm)
5519bnd.Anchored = true
5520bnd.BrickColor = BrickColor.new("Really red")
5521bnd.CanCollide = false
5522bnd.FormFactor = 3
5523bnd.Name = "Bend"
5524bnd.Size = Vector3.new(1, 1, 1)
5525bnd.Transparency = 1
5526bnd.TopSurface = 0
5527bnd.BottomSurface = 0
5528local bndm = Instance.new("SpecialMesh", bnd)
5529bndm.MeshType = 3
5530bndm.Scale = Vector3.new(8, 8, 8)
5531out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
5532bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90))
5533bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0)
5534rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0)
5535rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0)
5536rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0)
5537Debounces.Shewt = true
5538coroutine.wrap(function()
5539for i = 1, 20, 0.2 do
5540rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1)
5541rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1)
5542rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1)
5543rng.Transparency = i/20
5544rng3.Transparency = 1/24
5545rng4.Transparency = i/26
5546wait()
5547end
5548wait()
5549rng:Destroy()
5550end)()
5551if Debounces.Shewt == true then
5552larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
5553hit = ht.Parent
5554if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
5555if HasntTouched(hit.Name) == true and deb == false then
5556deb = true
5557coroutine.wrap(function()
5558hit:FindFirstChild("Humanoid").PlatformStand = true
5559hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
5560hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
5561end)()
5562table.insert(Touche, hit.Name)
5563deb = false
5564end
5565elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
5566if HasntTouched(hit.Parent.Name) == true and deb == false then
5567deb = true
5568coroutine.wrap(function()
5569hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
5570hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
5571wait(1)
5572hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
5573end)()
5574table.insert(Touche, hit.Parent.Name)
5575deb = false
5576for i, v in pairs(Touche) do
5577print(v)
5578end
5579end
5580end
5581end)
5582end
5583for i = 0, 260, 8 do
5584bem.Size = Vector3.new(i, 3, 3)
5585out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0)
5586bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90))
5587bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2)
5588bnd.Size = Vector3.new(1,1,1)
5589bndm.Scale = Vector3.new(8,8,8)
5590if i % 10 == 0 then
5591local newRng = rng2:Clone()
5592newRng.Parent = larm
5593newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0)
5594local newRngm = rngm2:clone()
5595newRngm.Parent=newRng
5596coroutine.wrap(function()
5597for i = 1, 10, 0.2 do
5598newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3)
5599newRng.Transparency = i/10
5600wait()
5601end
5602wait()
5603newRng:Destroy()
5604end)()
5605end
5606wait()
5607end
5608wait()
5609Debounces.Shewt = false
5610bem:Destroy()
5611out:Destroy()
5612bnd:Destroy()
5613Debounces.Ready = false
5614for i, v in pairs(Touche) do
5615table.remove(Touche, i)
5616end
5617wait()
5618table.insert(Touche, char.Name)
5619Debounces.NoIdl = false
5620if Debounces.CanAttack == false then
5621Debounces.CanAttack = true
5622animpose = "Idle1"
5623end
5624end
5625end
5626end)
5627
5628---------------------------------------------
5629
5630
5631--newcape
5632
5633local verlet = {}
5634verlet.step_time = 1 / 50
5635verlet.gravity = Vector3.new(0, -150, 0) --//
5636
5637local char = game.Players.LocalPlayer.Character
5638local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso
5639local parts = {}
5640local render = game:GetService("RunService").RenderStepped
5641
5642wait()
5643
5644local point = {}
5645local link = {}
5646local rope = {}
5647
5648local function ccw(A,B,C)
5649 return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x)
5650end
5651
5652local function intersect(A,B,C,D)
5653 return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D)
5654end
5655
5656local function vec2(v)
5657 return Vector2.new(v.x, v.z)
5658end
5659
5660function point:step()
5661 if not self.fixed then
5662 local derivative = (self.position - self.last_position) * 0.95
5663 self.last_position = self.position
5664 self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --//
5665 --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5)
5666 local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5)
5667 local pointE = self.position + torso.CFrame.lookVector * 100
5668 local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE))
5669 if not doIntersect then
5670 self.postition = self.position - torso.CFrame.lookVector * 10
5671 end]]
5672 end
5673end
5674
5675function link:step()
5676 for i = 1, 1 do
5677 local distance = self.point1.position - self.point2.position
5678 local magnitude = distance.magnitude
5679 local differance = (self.length - magnitude) / magnitude
5680 local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance
5681 if not self.point1.fixed then
5682 self.point1.position = self.point1.position + translation
5683 end
5684 if not self.point2.fixed then
5685 self.point2.position = self.point2.position - translation
5686 end
5687 end
5688end
5689
5690function verlet.new(class, a, b, c)
5691 if class == "Point" then
5692 local new = {}
5693 setmetatable(new, {__index = point})
5694 new.class = class
5695 new.position = a or Vector3.new()
5696 new.last_position = new.position
5697 new.velocity = verlet.gravity
5698 new.fixed = false
5699 return new
5700 elseif class == "Link" then
5701 local new = {}
5702 setmetatable(new, {__index = link})
5703 new.class = class
5704 new.point1 = a
5705 new.point2 = b
5706 new.length = c or (a.position - b.position).magnitude
5707 return new
5708 elseif class == "Rope" then
5709 local new = {}
5710 setmetatable(new, {__index = link})
5711 new.class = class
5712 new.start_point = a
5713 new.finish_point = b
5714 new.points = {}
5715 new.links = {}
5716 local inc = (b - a) / 10
5717 for i = 0, 10 do
5718 table.insert(new.points, verlet.new("Point", a + (i * inc)))
5719 end
5720 for i = 2, #new.points do
5721 table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
5722 end
5723 return new
5724 end
5725end
5726
5727local tris = {}
5728local triParts = {}
5729
5730local function GetDiscoColor(hue)
5731 local section = hue % 1 * 3
5732 local secondary = 0.5 * math.pi * (section % 1)
5733 if section < 1 then
5734 return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary))
5735 elseif section < 2 then
5736 return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary))
5737 else
5738 return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1)
5739 end
5740end
5741
5742local function setupPart(part)
5743 part.Anchored = true
5744 part.FormFactor = 3
5745 part.CanCollide = false
5746 part.TopSurface = 10
5747 part.BottomSurface = 10
5748 part.LeftSurface = 10
5749 part.RightSurface = 10
5750 part.FrontSurface = 10
5751 part.BackSurface = 10
5752 part.Material = "Granite"
5753 local m = Instance.new("SpecialMesh", part)
5754 m.MeshType = "Wedge"
5755 m.Scale = Vector3.new(0.2, 1, 1)
5756 return part
5757end
5758
5759local function CFrameFromTopBack(at, top, back)
5760 local right = top:Cross(back)
5761 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)
5762end
5763
5764local function drawTri(parent, a, b, c)
5765 local this = {}
5766 local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
5767 local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
5768 function this:Set(a, b, c)
5769 local ab, bc, ca = b-a, c-b, a-c
5770 local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude
5771 local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm))
5772 local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm))
5773 local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam))
5774 if edg1 < edg2 then
5775 if edg1 >= edg3 then
5776 a, b, c = c, a, b
5777 ab, bc, ca = ca, ab, bc
5778 abm = cam
5779 end
5780 else
5781 if edg2 < edg3 then
5782 a, b, c = b, c, a
5783 ab, bc, ca = bc, ca, ab
5784 abm = bcm
5785 else
5786 a, b, c = c, a, b
5787 ab, bc, ca = ca, ab, bc
5788 abm = cam
5789 end
5790 end
5791
5792 local len1 = -ca:Dot(ab)/abm
5793 local len2 = abm - len1
5794 local width = (ca + ab.unit*len1).magnitude
5795
5796 local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit)
5797
5798 if len1 > 0.2 then
5799 mPart1.Parent = parent
5800 mPart1.Size = Vector3.new(0.2, width, len1)
5801 mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
5802 else
5803 mPart1.Parent = nil
5804 end
5805
5806 if len2 > 0.2 then
5807 mPart2.Parent = parent
5808 mPart2.Size = Vector3.new(0.2, width, len2)
5809 mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
5810 else
5811 mPart2.Parent = nil
5812 end
5813 end
5814 function this:SetProperty(prop, value)
5815 mPart1[prop] = value
5816 mPart2[prop] = value
5817 end
5818 this:Set(a, b, c)
5819 function this:Destroy()
5820 mPart1:Destroy()
5821 mPart2:Destroy()
5822 end
5823 this.p1 = mPart1
5824 this.p2 = mPart2
5825 this.p1.BrickColor = BrickColor.new "Crimson"
5826 this.p2.BrickColor = BrickColor.new "Crimson"
5827 return this
5828end
5829
5830function verlet.draw(object, id)
5831 if object.class == "Point" then
5832 local part = parts[id]
5833 part.BrickColor = BrickColor.new(1, 1, 1)
5834 part.Transparency = 0
5835 part.formFactor = 3
5836 part.Anchored = true
5837 part.CanCollide = false
5838 part.TopSurface = 0
5839 part.BottomSurface = 0
5840 part.Size = Vector3.new(0.35, 0.35, 0.35)
5841 part.Material = "Neon"
5842 part.CFrame = CFrame.new(object.position)
5843 part.Parent = torso
5844 return part
5845 elseif object.class == "Link" then
5846 local part = parts[id]
5847 local dist = (object.point1.position - object.point2.position).magnitude
5848 part.Size = Vector3.new(0.2, 0.2, dist)
5849 part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5)
5850 part.Parent = torso
5851 return part
5852 end
5853end
5854
5855function verlet.clear()
5856 for _, v in pairs(workspace:GetChildren()) do
5857 if v.Name == "Part" then
5858 v:Destroy()
5859 end
5860 end
5861end
5862
5863local points = {}
5864local links = {}
5865
5866for x = 0, 2 do
5867 points[x] = {}
5868 for y = 0, 3 do
5869 points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
5870 points[x][y].fixed = y == 0
5871 end
5872end
5873
5874for x = 1, 2 do
5875 for y = 0, 3 do
5876 links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
5877 end
5878end
5879
5880for x = 0, 2 do
5881 for y = 1, 3 do
5882 links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
5883 end
5884end
5885
5886render:connect(function()
5887 for x = 0, 2 do
5888 for y = 0, 3 do
5889 if y == 0 then
5890 points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p
5891 else
5892 points[x][y]:step()
5893 end
5894 end
5895 end
5896 for i = 1, #links do
5897 links[i]:step()
5898 end
5899 for i = 1, #tris do
5900 triParts[#triParts + 1] = tris[i].p1
5901 triParts[#triParts + 1] = tris[i].p2
5902 end
5903 tris = {}
5904 for x = 1, 2 do
5905 for y = 1, 3 do
5906 tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position)
5907 tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position)
5908 end
5909 end
5910end)
5911
5912
5913local cor6 = Instance.new("Part", torso.Cloak)
5914cor6.Name = "Thingy"
5915cor6.Locked = true
5916cor6.BottomSurface = 0
5917cor6.CanCollide = false
5918cor6.Size = Vector3.new(1,1,1)
5919cor6.Transparency = 1
5920cor6.TopSurface = 0
5921corw6 = Instance.new("Weld", cor6)
5922corw6.Part0 = torso
5923corw6.Part1 = cor6
5924corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5925corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5926weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
5927weld6.Part0 = cor6
5928weld6.Part1 = torso.Cloak.NeckPart
5929weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
5930--Amulet
5931m7 = Instance.new("Model")
5932m7.Name = "Amulet"
5933p1 = Instance.new("Part", m7)
5934p1.BrickColor = BrickColor.new("Crimson")
5935p1.Material = Enum.Material.Neon
5936p1.Name = "Center"
5937p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5938p1.CanCollide = false
5939p1.Locked = true
5940p1.FormFactor = Enum.FormFactor.Custom
5941p1.Shape = Enum.PartType.Cylinder
5942p1.Size = Vector3.new(0.5, 0.5, 0.5)
5943p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5944p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5945p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5946p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5947p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5948p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5949p2 = Instance.new("Part", m7)
5950p2.BrickColor = BrickColor.new("Really black")
5951p2.Material = Enum.Material.Metal
5952p2.Name = "Bottom"
5953p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5954p2.CanCollide = false
5955p2.Locked = true
5956p2.FormFactor = Enum.FormFactor.Custom
5957p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
5958p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5959p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5960p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5961p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5962p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5963p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5964b1 = Instance.new("SpecialMesh", p2)
5965b1.MeshType = Enum.MeshType.Cylinder
5966b1.Name = "Mesh"
5967p3 = Instance.new("Part", m7)
5968p3.BrickColor = BrickColor.new("Really black")
5969p3.Material = Enum.Material.Metal
5970p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5971p3.CanCollide = false
5972p3.Locked = true
5973p3.FormFactor = Enum.FormFactor.Custom
5974p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5975p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5976p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5977p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5978p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5979p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5980p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5981b2 = Instance.new("SpecialMesh", p3)
5982b2.MeshType = Enum.MeshType.Brick
5983b2.Name = "Mesh"
5984b2.Scale = Vector3.new(1, 0.300000012, 0.200000003)
5985p4 = Instance.new("Part", m7)
5986p4.BrickColor = BrickColor.new("Really black")
5987p4.Material = Enum.Material.Metal
5988p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
5989p4.CanCollide = false
5990p4.Locked = true
5991p4.FormFactor = Enum.FormFactor.Custom
5992p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
5993p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
5994p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
5995p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
5996p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
5997p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
5998p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
5999b3 = Instance.new("SpecialMesh", p4)
6000b3.MeshType = Enum.MeshType.Brick
6001b3.Name = "Mesh"
6002b3.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6003p5 = Instance.new("Part", m7)
6004p5.BrickColor = BrickColor.new("Really black")
6005p5.Material = Enum.Material.Metal
6006p5.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)
6007p5.CanCollide = false
6008p5.Locked = true
6009p5.FormFactor = Enum.FormFactor.Custom
6010p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6011p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6012p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6013p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6014p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6015p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6016p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6017b4 = Instance.new("SpecialMesh", p5)
6018b4.MeshType = Enum.MeshType.Brick
6019b4.Name = "Mesh"
6020b4.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6021p6 = Instance.new("Part", m7)
6022p6.BrickColor = BrickColor.new("Really black")
6023p6.Material = Enum.Material.Metal
6024p6.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)
6025p6.CanCollide = false
6026p6.Locked = true
6027p6.FormFactor = Enum.FormFactor.Custom
6028p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6029p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6030p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6031p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6032p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6033p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6034p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6035b5 = Instance.new("SpecialMesh", p6)
6036b5.MeshType = Enum.MeshType.Brick
6037b5.Name = "Mesh"
6038b5.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6039p7 = Instance.new("Part", m7)
6040p7.BrickColor = BrickColor.new("Really black")
6041p7.Material = Enum.Material.Metal
6042p7.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)
6043p7.CanCollide = false
6044p7.Locked = true
6045p7.FormFactor = Enum.FormFactor.Custom
6046p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6047p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6048p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6049p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6050p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6051p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6052p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6053b6 = Instance.new("SpecialMesh", p7)
6054b6.MeshType = Enum.MeshType.Brick
6055b6.Name = "Mesh"
6056b6.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6057p8 = Instance.new("Part", m7)
6058p8.BrickColor = BrickColor.new("Really black")
6059p8.Material = Enum.Material.Metal
6060p8.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)
6061p8.CanCollide = false
6062p8.Locked = true
6063p8.FormFactor = Enum.FormFactor.Custom
6064p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6065p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6066p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6067p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6068p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6069p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6070p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6071b7 = Instance.new("SpecialMesh", p8)
6072b7.MeshType = Enum.MeshType.Brick
6073b7.Name = "Mesh"
6074b7.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6075p9 = Instance.new("Part", m7)
6076p9.BrickColor = BrickColor.new("Really black")
6077p9.Material = Enum.Material.Metal
6078p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
6079p9.CanCollide = false
6080p9.Locked = true
6081p9.FormFactor = Enum.FormFactor.Custom
6082p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6083p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6084p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6085p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6086p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6087p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6088p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6089b8 = Instance.new("SpecialMesh", p9)
6090b8.MeshType = Enum.MeshType.Brick
6091b8.Name = "Mesh"
6092b8.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6093p10 = Instance.new("Part", m7)
6094p10.BrickColor = BrickColor.new("Really black")
6095p10.Material = Enum.Material.Metal
6096p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0)
6097p10.CanCollide = false
6098p10.Locked = true
6099p10.FormFactor = Enum.FormFactor.Custom
6100p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6101p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6102p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6103p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6104p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6105p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6106p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6107b9 = Instance.new("SpecialMesh", p10)
6108b9.MeshType = Enum.MeshType.Brick
6109b9.Name = "Mesh"
6110b9.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6111p11 = Instance.new("Part", m7)
6112p11.BrickColor = BrickColor.new("Really black")
6113p11.Material = Enum.Material.Metal
6114p11.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)
6115p11.CanCollide = false
6116p11.Locked = true
6117p11.FormFactor = Enum.FormFactor.Custom
6118p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6119p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6120p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6121p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6122p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6123p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6124p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6125b10 = Instance.new("SpecialMesh", p11)
6126b10.MeshType = Enum.MeshType.Brick
6127b10.Name = "Mesh"
6128b10.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6129p12 = Instance.new("Part", m7)
6130p12.BrickColor = BrickColor.new("Really black")
6131p12.Material = Enum.Material.Metal
6132p12.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)
6133p12.CanCollide = false
6134p12.Locked = true
6135p12.FormFactor = Enum.FormFactor.Custom
6136p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6137p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6138p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6139p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6140p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6141p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6142p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6143b11 = Instance.new("SpecialMesh", p12)
6144b11.MeshType = Enum.MeshType.Brick
6145b11.Name = "Mesh"
6146b11.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6147p13 = Instance.new("Part", m7)
6148p13.BrickColor = BrickColor.new("Really black")
6149p13.Material = Enum.Material.Metal
6150p13.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)
6151p13.CanCollide = false
6152p13.Locked = true
6153p13.FormFactor = Enum.FormFactor.Custom
6154p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6155p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6156p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6157p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6158p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6159p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6160p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6161b12 = Instance.new("SpecialMesh", p13)
6162b12.MeshType = Enum.MeshType.Brick
6163b12.Name = "Mesh"
6164b12.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6165p14 = Instance.new("Part", m7)
6166p14.BrickColor = BrickColor.new("Really black")
6167p14.Material = Enum.Material.Metal
6168p14.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)
6169p14.CanCollide = false
6170p14.Locked = true
6171p14.FormFactor = Enum.FormFactor.Custom
6172p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003)
6173p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6174p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6175p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6176p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6177p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6178p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6179b13 = Instance.new("SpecialMesh", p14)
6180b13.MeshType = Enum.MeshType.Brick
6181b13.Name = "Mesh"
6182b13.Scale = Vector3.new(1, 0.300000012, 0.200000003)
6183p15 = Instance.new("Part", m7)
6184p15.BrickColor = BrickColor.new("Really black")
6185p15.Material = Enum.Material.Metal
6186p15.Name = "Top"
6187p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1)
6188p15.CanCollide = false
6189p15.Locked = true
6190p15.FormFactor = Enum.FormFactor.Custom
6191p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976)
6192p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
6193p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
6194p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
6195p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
6196p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
6197p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
6198b14 = Instance.new("SpecialMesh", p15)
6199b14.MeshType = Enum.MeshType.Cylinder
6200b14.Name = "Mesh"
6201w1 = Instance.new("Weld", p1)
6202w1.Name = "Joint"
6203w1.Part0 = p1
6204w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6205w1.Part1 = p15
6206w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6207w2 = Instance.new("Weld", p2)
6208w2.Name = "Joint"
6209w2.Part0 = p2
6210w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6211w2.Part1 = p1
6212w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6213w3 = Instance.new("Weld", p3)
6214w3.Name = "Joint"
6215w3.Part0 = p3
6216w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6217w3.Part1 = p1
6218w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6219w4 = Instance.new("Weld", p4)
6220w4.Name = "Joint"
6221w4.Part0 = p4
6222w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6223w4.Part1 = p1
6224w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6225w5 = Instance.new("Weld", p5)
6226w5.Name = "Joint"
6227w5.Part0 = p5
6228w5.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)
6229w5.Part1 = p1
6230w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6231w6 = Instance.new("Weld", p6)
6232w6.Name = "Joint"
6233w6.Part0 = p6
6234w6.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)
6235w6.Part1 = p1
6236w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6237w7 = Instance.new("Weld", p7)
6238w7.Name = "Joint"
6239w7.Part0 = p7
6240w7.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)
6241w7.Part1 = p1
6242w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6243w8 = Instance.new("Weld", p8)
6244w8.Name = "Joint"
6245w8.Part0 = p8
6246w8.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)
6247w8.Part1 = p1
6248w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6249w9 = Instance.new("Weld", p9)
6250w9.Name = "Joint"
6251w9.Part0 = p9
6252w9.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)
6253w9.Part1 = p1
6254w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6255w10 = Instance.new("Weld", p10)
6256w10.Name = "Joint"
6257w10.Part0 = p10
6258w10.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)
6259w10.Part1 = p1
6260w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6261w11 = Instance.new("Weld", p11)
6262w11.Name = "Joint"
6263w11.Part0 = p11
6264w11.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)
6265w11.Part1 = p1
6266w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6267w12 = Instance.new("Weld", p12)
6268w12.Name = "Joint"
6269w12.Part0 = p12
6270w12.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)
6271w12.Part1 = p1
6272w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6273w13 = Instance.new("Weld", p13)
6274w13.Name = "Joint"
6275w13.Part0 = p13
6276w13.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)
6277w13.Part1 = p1
6278w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6279w14 = Instance.new("Weld", p14)
6280w14.Name = "Joint"
6281w14.Part0 = p14
6282w14.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)
6283w14.Part1 = p1
6284w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
6285m7.Parent = torso
6286m7:MakeJoints()
6287----------------------------------------------------
6288local cor7 = Instance.new("Part", torso.Amulet)
6289cor7.Name = "Thingy"
6290cor7.Locked = true
6291cor7.BottomSurface = 0
6292cor7.CanCollide = false
6293cor7.Size = Vector3.new(1, 1, 1)
6294cor7.Transparency = 1
6295cor7.TopSurface = 0
6296corw7 = Instance.new("Weld", cor7)
6297corw7.Part0 = torso.Torso.Connection
6298corw7.Part1 = cor7
6299corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0))
6300corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140))
6301weld7 = Instance.new("Weld", torso.Amulet)
6302weld7.Part0 = cor7
6303weld7.Part1 = torso.Amulet.Top
6304weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6305--SWORD
6306Player=owner
6307Character=Player.Character
6308PlayerGui=Player.PlayerGui
6309Backpack=Player.Backpack
6310Torso=Character.Torso
6311Head=Character.Head
6312Humanoid=Character.Humanoid
6313m8=Instance.new('Model',Character)
6314LeftArm=Character["Left Arm"]
6315LeftLeg=Character["Left Leg"]
6316RightArm=Character["Right Arm"]
6317RightLeg=Character["Right Leg"]
6318it=Instance.new
6319
6320Player=game:GetService('Players').LocalPlayer
6321Character=Player.Character
6322Mouse=Player:GetMouse()
6323m8=Instance.new('Model',Character)
6324it=Instance.new
6325function nooutline(part)
6326 part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
6327end
6328function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
6329 local fp=it("Part")
6330 fp.formFactor=formfactor
6331 fp.Parent=parent
6332 fp.Reflectance=reflectance
6333 fp.Transparency=transparency
6334 fp.CanCollide=false
6335 fp.Locked=true
6336 fp.BrickColor=BrickColor.new(tostring(brickcolor))
6337 fp.Name=name
6338 fp.Size=size
6339 fp.Position=Character.Torso.Position
6340 nooutline(fp)
6341 fp.Material=material
6342 fp:BreakJoints()
6343 return fp
6344end
6345function mesh(Mesh,part,meshtype,meshid,offset,scale)
6346 local mesh=it(Mesh)
6347 mesh.Parent=part
6348 if Mesh=="SpecialMesh" then
6349 mesh.MeshType=meshtype
6350 mesh.MeshId=meshid
6351 end
6352 mesh.Offset=offset
6353 mesh.Scale=scale
6354 return mesh
6355end
6356function weld(parent,part0,part1,c0,c1)
6357 local weld=it("Weld")
6358 weld.Parent=parent
6359 weld.Part0=part0
6360 weld.Part1=part1
6361 weld.C0=c0
6362 weld.C1=c1
6363 return weld
6364end
6365
6366
6367m8 = Instance.new("Model")
6368m8.Name = "Zyrodoxa"
6369Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004))
6370HandleWeld=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))
6371mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
6372Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
6373Partweld=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))
6374mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6375Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016))
6376Partweld=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))
6377mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
6378Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002))
6379Partweld=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))
6380mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6381Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
6382Partweld=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))
6383mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6384Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002))
6385Partweld=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))
6386mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
6387Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6388Partweld=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))
6389mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6390Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
6391Partweld=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))
6392mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6393Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003))
6394Partweld=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))
6395mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6396Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987))
6397Partweld=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))
6398mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6399Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
6400Partweld=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))
6401mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6402Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6403Partweld=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))
6404mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6405Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6406Partweld=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))
6407mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6408Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003))
6409Partweld=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))
6410mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
6411Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
6412Partweld=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))
6413mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6414Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
6415Partweld=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))
6416mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
6417Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017))
6418Partweld=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))
6419mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6420Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6421Partweld=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))
6422mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6423Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
6424Partweld=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))
6425mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6426Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25))
6427Partweld=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))
6428mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6429Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004))
6430Partweld=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))
6431mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6432Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039))
6433Partweld=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))
6434mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6435Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952))
6436Partweld=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))
6437mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
6438Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6439Partweld=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))
6440mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
6441Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019))
6442Partweld=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))
6443mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6444Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6445Partweld=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))
6446mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6447Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6448Partweld=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))
6449mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6450Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6451Partweld=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))
6452mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6453Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006))
6454Partweld=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))
6455mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6456Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004))
6457Partweld=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))
6458mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6459Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375))
6460Partweld=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))
6461mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6462Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
6463Partweld=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))
6464mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
6465Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992))
6466Partweld=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))
6467mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6468Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875))
6469Partweld=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))
6470mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
6471Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995))
6472Partweld=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))
6473mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6474Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375))
6475Partweld=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))
6476mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6477Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011))
6478Partweld=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))
6479mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6480Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6481Partweld=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))
6482mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6483Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6484Partweld=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))
6485mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6486Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986))
6487Partweld=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))
6488mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
6489Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004))
6490Partweld=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))
6491mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6492Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004))
6493Partweld=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))
6494mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
6495Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027))
6496Partweld=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))
6497mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6498Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004))
6499Partweld=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))
6500mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6501Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013))
6502Partweld=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))
6503mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6504Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011))
6505Partweld=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))
6506mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6507Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987))
6508Partweld=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))
6509mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
6510Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008))
6511Partweld=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))
6512mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6513Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011))
6514Partweld=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))
6515mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6516Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011))
6517Partweld=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))
6518mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6519Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992))
6520Partweld=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))
6521mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
6522Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
6523Partweld=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))
6524mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6525Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375))
6526Partweld=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))
6527mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6528Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014))
6529Partweld=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))
6530mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6531Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375))
6532Partweld=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))
6533mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
6534Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375))
6535Partweld=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))
6536mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6537Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971))
6538Partweld=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))
6539mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6540Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.46875, 0.220999971))
6541Partweld=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))
6542mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6543Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019))
6544Partweld=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))
6545mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
6546Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
6547Partweld=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))
6548mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6549Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6550Partweld=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))
6551mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6552Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
6553Partweld=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))
6554mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6555Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019))
6556Partweld=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))
6557mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
6558Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019))
6559Partweld=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))
6560mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6561Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
6562Partweld=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))
6563mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6564Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964))
6565Partweld=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))
6566mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6567Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019))
6568Partweld=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))
6569mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6570Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994))
6571Partweld=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))
6572mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6573Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964))
6574Partweld=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))
6575mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6576Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
6577Partweld=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))
6578mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
6579Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
6580Partweld=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))
6581mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6582Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019))
6583Partweld=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))
6584mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
6585Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999))
6586Partweld=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))
6587mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
6588Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019))
6589Partweld=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))
6590mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
6591Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503))
6592Partweld=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))
6593mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6594Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019))
6595Partweld=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))
6596mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6597Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6598Partweld=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))
6599mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6600Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
6601Partweld=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))
6602mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6603Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019))
6604Partweld=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))
6605mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
6606Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753))
6607Partweld=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))
6608mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6609Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019))
6610Partweld=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))
6611mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
6612Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375))
6613Partweld=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))
6614mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6615Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375))
6616Partweld=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))
6617mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6618Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004))
6619Partweld=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))
6620mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
6621Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6622Partweld=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))
6623mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6624Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015))
6625Partweld=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))
6626mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6627Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021))
6628Partweld=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))
6629mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
6630Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019))
6631Partweld=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))
6632mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6633Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009))
6634Partweld=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))
6635mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6636Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031))
6637Partweld=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))
6638mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
6639Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019))
6640Partweld=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))
6641mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
6642Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964))
6643Partweld=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))
6644mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6645Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084))
6646Partweld=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))
6647mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
6648Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
6649Partweld=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))
6650mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6651Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054))
6652Partweld=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))
6653mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
6654Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003))
6655Partweld=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))
6656mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
6657Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6658Partweld=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))
6659mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6660Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004))
6661Partweld=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))
6662mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6663Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019))
6664Partweld=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))
6665mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6666Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019))
6667Partweld=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))
6668mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6669Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
6670Partweld=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))
6671mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
6672Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
6673Partweld=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))
6674mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
6675Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019))
6676Partweld=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))
6677mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
6678Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015))
6679Partweld=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))
6680mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
6681Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006))
6682Partweld=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))
6683mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6684Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003))
6685Partweld=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))
6686mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
6687Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498))
6688Partweld=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))
6689mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
6690Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031))
6691Partweld=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))
6692mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
6693Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033))
6694Partweld=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))
6695mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
6696Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375))
6697Partweld=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))
6698mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
6699Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
6700Partweld=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))
6701mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6702Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004))
6703Partweld=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))
6704mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6705Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014))
6706Partweld=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))
6707mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6708Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966))
6709Partweld=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))
6710mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
6711Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
6712Partweld=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))
6713mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
6714Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994))
6715Partweld=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))
6716mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
6717Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992))
6718Partweld=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))
6719mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
6720Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25))
6721Partweld=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))
6722mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
6723Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001))
6724Partweld=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))
6725mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6726Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
6727Partweld=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))
6728mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6729Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999))
6730Partweld=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))
6731mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6732Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006))
6733Partweld=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))
6734mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6735Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375))
6736Partweld=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))
6737mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6738Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002))
6739Partweld=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))
6740mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6741Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005))
6742Partweld=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))
6743mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
6744Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375))
6745Partweld=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))
6746mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
6747Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011))
6748Partweld=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))
6749mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
6750Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004))
6751Partweld=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))
6752mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
6753Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006))
6754Partweld=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))
6755mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
6756Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016))
6757Partweld=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))
6758mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
6759Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952))
6760Partweld=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))
6761mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
6762Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005))
6763Partweld=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))
6764mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
6765Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6766Partweld=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))
6767mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6768Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002))
6769Partweld=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))
6770mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6771Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992))
6772Partweld=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))
6773mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
6774Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002))
6775Partweld=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))
6776mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
6777Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6778Partweld=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))
6779mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6780Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004))
6781Partweld=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))
6782mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6783Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004))
6784Partweld=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))
6785mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6786Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006))
6787Partweld=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))
6788mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
6789Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992))
6790Partweld=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))
6791mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
6792Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999))
6793Partweld=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))
6794mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
6795Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875))
6796Partweld=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))
6797mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
6798Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006))
6799Partweld=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))
6800mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
6801Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
6802Partweld=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))
6803mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6804Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003))
6805Partweld=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))
6806mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6807Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014))
6808Partweld=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))
6809mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
6810Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
6811Partweld=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))
6812mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6813Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006))
6814Partweld=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))
6815mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
6816Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984))
6817Partweld=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))
6818mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
6819Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004))
6820Partweld=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))
6821mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6822Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015))
6823Partweld=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))
6824mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
6825Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237))
6826Partweld=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))
6827mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
6828Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375))
6829Partweld=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))
6830mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
6831Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004))
6832Partweld=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))
6833mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
6834Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031))
6835Partweld=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))
6836mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
6837Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501))
6838Partweld=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))
6839mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
6840Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
6841Partweld=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))
6842mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6843Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965))
6844Partweld=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))
6845mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
6846Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Granite,0,1,"Crimson","Hitbox",Vector3.new(6.5, 4.0, 2.0))
6847Hitboxweld=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))
6848m8.Parent = rarm
6849m8:MakeJoints()
6850
6851m8.Part.CanCollide = false
6852m8.Handle.CanCollide = false
6853----------------------------------------------------
6854local cor8 = Instance.new("Part", rarm.Zyrodoxa)
6855cor8.Name = "Thingy"
6856cor8.Locked = true
6857cor8.BottomSurface = 0
6858cor8.CanCollide = false
6859cor8.Size = Vector3.new(1, 1, 1)
6860cor8.Transparency = 1
6861cor8.TopSurface = 0
6862corw8 = Instance.new("Weld", cor8)
6863corw8.Part0 = rarm
6864corw8.Part1 = cor8
6865corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180))
6866corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6867weld8 = Instance.new("Weld", rarm.Zyrodoxa)
6868weld8.Part0 = cor8
6869weld8.Part1 = rarm.Zyrodoxa.Handle
6870weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0))
6871Amulite = Instance.new("PointLight",m7.Center)
6872Amulite.Brightness = 0
6873Amulite.Color = Color3.new(0,1,0)
6874----------------------------------------------------
6875models = {m,m2,m3,m4,m5,m6,m7,m8}
6876parts = {}
6877Stepped:connect(function()
6878 for i,v in pairs(models) do
6879 for _, a in pairs(v:GetChildren()) do
6880 if v:IsA("Part") and v.Name ~= "Thingy" then
6881 table.insert(parts, a)
6882 for i,v in pairs(parts) do
6883 v.CanCollide = false
6884 end
6885 end
6886 end
6887 end
6888end)
6889----------------------------------------------------
6890local animpose = "Idle1"
6891local lastanimpose = "Idle1"
6892local grab = false
6893local Smooth = 1
6894local sine = 0
6895local change = 1
6896local val = 0
6897local ffing = false
6898----------------------------------------------------
6899--[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k
6900
6901function FindHumanoids()
6902 local function c_region(Position, Size)
6903 local SizeOffset = Size/2
6904 local Point1 = Position - SizeOffset
6905 local Point2 = Position + SizeOffset
6906 local a = Instance.new("Part", workspace)
6907 a.Anchored = true
6908 a.Size = Size
6909 a.Position = Position
6910 print("Hey!, I'm making a part!")
6911 return Region3.new(Point1, Point2)
6912 end
6913
6914 local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
6915 local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
6916 local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22))
6917 local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22))
6918
6919 local regions = {a, b, c, d}
6920
6921 local found_humanoids = {}
6922 local already_found = {char.Name}
6923
6924 for _, region in pairs(regions) do
6925 for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do
6926 print(part, part.Parent, part.Name) ---nope
6927 if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
6928 local humanoid = part.Parent:FindFirstChild("Humanoid")
6929 local name = humanoid.Parent.Name
6930 local exists = false
6931 for _, n in pairs(already_found) do
6932 if n == name then
6933 exists = true
6934 end
6935 end
6936 if not exists then
6937 table.insert(already_found, name)
6938 table.insert(found_humanoids, humanoid)
6939 end
6940 elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
6941 local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
6942 local name = humanoid.Parent.Parent.Name
6943 local exists = false
6944 for _, n in pairs(already_found) do
6945 if n == name then
6946 exists = true
6947 end
6948 end
6949 if not exists then
6950 table.insert(already_found, name)
6951 table.insert(found_humanoids, humanoid)
6952 end
6953 end
6954 end
6955 end
6956 return found_humanoids
6957end
6958
6959local humanoids = FindHumanoids()
6960if #humanoids == 0 then
6961 for i, v in pairs(humanoids) do
6962 print(v.Parent.Name)
6963 if Debounces.Slashing == true then
6964 v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage?
6965 elseif Debounces.Slashing == false then
6966 wait()
6967 end
6968 end
6969 wait(0.3)
6970end]]--
6971----------------------------------------------------
6972--[[mouse.KeyDown:connect(function(key)
6973 if key == "f" then
6974 if Debounces.CanAttack == true then
6975 Debounces.CanAttack = false
6976 Debounces.NoIdl = true
6977 Debounces.on = true
6978 for i = 1, 20 do
6979 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
6980 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
6981 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1)
6982 CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6983 CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6984 CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6985 CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1)
6986 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)
6987 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)
6988 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)
6989 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)
6990 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)
6991 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)
6992 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1)
6993 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1)
6994 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)
6995 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)
6996 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)
6997 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)
6998 if Debounces.on == false then
6999 break
7000 end
7001 fat.Event:wait()
7002 end
7003 end
7004 end
7005end)]]--
7006----------------------------------------------------
7007mod4 = Instance.new("Model",char)
7008
7009ptez = {0.7, 0.8, 0.9, 1}
7010
7011function FindNearestTorso(Position,Distance,SinglePlayer)
7012 if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end
7013 local List = {}
7014 for i,v in pairs(workspace:GetChildren())do
7015 if v:IsA("Model")then
7016 if v:findFirstChild("Torso")then
7017 if v ~= char then
7018 if(v.Torso.Position -Position).magnitude <= Distance then
7019 table.insert(List,v)
7020 end
7021 end
7022 end
7023 end
7024 end
7025 return List
7026end
7027
7028function Slam()
7029 local part=Instance.new('Part',mod4)
7030 part.Anchored=true
7031 part.CanCollide=false
7032 part.FormFactor='Custom'
7033 part.Size=Vector3.new(.2,.2,.2)
7034 part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0)
7035 part.Transparency=.7
7036 part.BrickColor=BrickColor.new('Really black')
7037 mesh=Instance.new('SpecialMesh',part)
7038 mesh.MeshId='http://www.roblox.com/asset/?id=3270017'
7039 mesh.Scale=Vector3.new(3,3,3)
7040 local part2=Instance.new('Part',mod4)
7041 part2.Anchored=true
7042 part2.CanCollide=false
7043 part2.FormFactor='Custom'
7044 part2.Size=Vector3.new(.2,.2,.2)
7045 part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6)
7046 part2.Transparency=.7
7047 part2.BrickColor=BrickColor.new('Crimson')
7048 mesh2=Instance.new('SpecialMesh',part2)
7049 mesh2.MeshId='http://www.roblox.com/asset/?id=20329976'
7050 mesh2.Scale=Vector3.new(3,1.5,3)
7051 x = Instance.new("Sound",larm)
7052 x.SoundId = "http://www.roblox.com/asset/?id=137977694"
7053 x.Pitch = ptez[math.random(1,#ptez)]
7054 x.Volume = 1
7055 wait(.1)
7056 x1 = Instance.new("Sound",larm)
7057 x1.SoundId = "http://www.roblox.com/asset/?id=137977694"
7058 x1.Pitch = ptez[math.random(1,#ptez)]
7059 x1.Volume = 1
7060 wait(.1)
7061 x:Play()
7062 x1:Play()
7063 for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do
7064 if v:FindFirstChild('Humanoid') then
7065 v.Humanoid:TakeDamage(math.random(9999998,9999999))
7066 end
7067 end
7068
7069
7070
7071 coroutine.resume(coroutine.create(function()
7072 for i=0,0.62,0.13 do
7073 wait()
7074 part.CFrame=part.CFrame
7075 part.Transparency=i
7076 mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4)
7077 part2.CFrame=part2.CFrame
7078 part2.Transparency=i
7079 mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4)
7080 end
7081 part.Parent=nil
7082 part2.Parent=nil
7083 x:Destroy()
7084 end))
7085end
7086----------------------------------------------------
7087wPart = function(x,y,z,color,tr,cc,an,parent)
7088 local wp = Instance.new('WedgePart',parent or Weapon)
7089 wp.formFactor = 'Custom'
7090 wp.Size = Vector3.new(x,y,z)
7091 wp.BrickColor = BrickColor.new(color)
7092 wp.CanCollide = cc
7093 wp.Transparency = tr
7094 wp.Anchored = an
7095 wp.TopSurface,wp.BottomSurface = 0,0
7096 return wp
7097end
7098
7099Mesh = function(par,num,x,y,z)
7100 local msh = _
7101 if num == 1 then
7102 msh = Instance.new("CylinderMesh",par)
7103 elseif num == 2 then
7104 msh = Instance.new("SpecialMesh",par)
7105 msh.MeshType = 3
7106 elseif num == 3 then
7107 msh = Instance.new("BlockMesh",par)
7108 elseif num == 4 then
7109 msh = Instance.new("SpecialMesh",par)
7110 msh.MeshType = "Torso"
7111 elseif type(num) == 'string' then
7112 msh = Instance.new("SpecialMesh",par)
7113 msh.MeshId = num
7114 end
7115 msh.Scale = Vector3.new(x,y,z)
7116 return msh
7117end
7118
7119local function CFrameFromTopBack(at, top, back)
7120 local right = top:Cross(back)
7121 return CFrame.new(at.x, at.y, at.z,
7122 right.x, top.x, back.x,
7123 right.y, top.y, back.y,
7124 right.z, top.z, back.z)
7125end
7126
7127function Triangle(a, b, c)
7128 local edg1 = (c-a):Dot((b-a).unit)
7129 local edg2 = (a-b):Dot((c-b).unit)
7130 local edg3 = (b-c):Dot((a-c).unit)
7131 if edg1 <= (b-a).magnitude and edg1 >= 0 then
7132 a, b, c = a, b, c
7133 elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
7134 a, b, c = b, c, a
7135 elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
7136 a, b, c = c, a, b
7137 else
7138 print("unreachable")
7139 end
7140 local len1 = (c-a):Dot((b-a).unit)
7141 local len2 = (b-a).magnitude - len1
7142 local width = (a + (b-a).unit*len1 - c).magnitude
7143 local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
7144 local list = {}
7145 if len1 > 0.01 then
7146 local w1 = wPart(0,0,0,'Crimson',0.5,false,true,char)
7147 local sz = Vector3.new(0.2, width, len1)
7148 w1.Size = sz
7149 local sp = Mesh(w1,2,0,0,0)
7150 sp.MeshType='Wedge'
7151 sp.Scale=Vector3.new(0,1,1)*sz/w1.Size
7152 w1:BreakJoints()
7153 w1.Anchored = true
7154 w1.Transparency = 0.7
7155 Spawn(function()
7156 for i=0,1,0.1 do
7157 fat.Event:wait()
7158 w1.Transparency=w1.Transparency+0.03
7159 end
7160 end)
7161 w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
7162 table.insert(list,w1)
7163 end
7164 if len2 > 0.01 then
7165 local w2 = wPart(0,0,0,'Crimson',0.5,false,true,char)
7166 local sz = Vector3.new(0.2, width, len2)
7167 w2.Size = sz
7168 local sp = Mesh(w2,2,0,0,0)
7169 sp.MeshType='Wedge'
7170 sp.Scale=Vector3.new(0,1,1)*sz/w2.Size
7171 w2:BreakJoints()
7172 w2.Anchored = true
7173 w2.Transparency = 0.7
7174 Spawn(function()
7175 for i=0,1,0.1 do
7176 fat.Event:wait()
7177 w2.Transparency=w2.Transparency+0.03
7178 end
7179 end)
7180 w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
7181 table.insert(list,w2)
7182 end
7183 return unpack(list)
7184end
7185
7186
7187----------------------------------------------------
7188function Dmg()
7189 local partofdeath = m8.Hitbox
7190 local function CreateRegion3FromLocAndSize(Position, Size)
7191 local SizeOffset = Size/2
7192 local Point1 = Position - SizeOffset
7193 local Point2 = Position + SizeOffset
7194 return Region3.new(Point1, Point2)
7195 end
7196 local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size)
7197 for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do
7198 Spawn(function()
7199 if Debounces.Slashing == true and Debounces.Slashed == false then
7200 Debounces.Slashed = true
7201 ypcall(function()
7202 local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
7203 humanoid:TakeDamage(math.random(50,70))
7204 end)
7205 wait(.4)
7206 Debounces.Slashed = false
7207 end
7208 end)
7209 end
7210end
7211----------------------------------------------------
7212pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
7213ptz = {0.7, 0.8, 0.9, 1}
7214idz = {"161006212", "161006195"}
7215function attackone()
7216 for i = 1, 13 do
7217 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)
7218 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8)
7219 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)
7220 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)
7221 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)
7222 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)
7223 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5)
7224 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5)
7225 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7)
7226 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)
7227 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)
7228 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)
7229 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)
7230 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)
7231 if Debounces.on == false then
7232 break
7233 end
7234 fat.Event:wait()
7235 end
7236 Debounces.Slashing = true
7237 wait(0.2)
7238 --[[z = Instance.new("Sound", hed)
7239 z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)]
7240 z.Pitch = ptz[math.random(1,#ptz)]
7241 z.Volume = 1
7242 wait(.01)
7243 z:Play()]]--
7244
7245 for i = 1, 14 do
7246 Dmg()
7247 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8)
7248 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8)
7249 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)
7250 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)
7251 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)
7252 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)
7253 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7)
7254 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7255 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4)
7256 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)
7257 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)
7258 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)
7259 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)
7260 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)
7261 if Debounces.on == false then break end
7262 rs:wait()
7263 end
7264 Debounces.Slashing = false
7265end
7266function attacktwo()
7267 Debounces.Slashing = true
7268 for i = 1, 14 do
7269 Dmg()
7270 corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4)
7271 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4)
7272 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)
7273 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)
7274 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)
7275 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)
7276 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)
7277 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7278 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)
7279 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)
7280 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5)
7281 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)
7282 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5)
7283 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)
7284 if Debounces.on == false then
7285 break
7286 end
7287 rs:wait()
7288 end
7289end
7290----------------------------------------------------
7291ComboNum = 0
7292mouse.Button1Down:connect(function()
7293 if Debounces.CanAttack == true then
7294 Debounces.CanAttack = false
7295 Debounces.NoIdl = true
7296 Debounces.on = true
7297 if ComboNum == 0 then
7298 attackone()
7299 elseif ComboNum == 1 then
7300 attacktwo()
7301 --[[elseif ComboNum == 2 then
7302 attackthree()]]--
7303 end
7304 ComboNum = ComboNum + 1
7305 Debounces.CanAttack = true
7306 Debounces.on = false
7307 wait(.5)
7308 if Debounces.CanAttack == true then
7309 ComboNum = 0
7310 Debounces.NoIdl = false
7311 end
7312 end
7313end)
7314----------------------------------------------------
7315definition = 5
7316bc = {}
7317bezierparts = {}
7318function NoOutline(Part)
7319 Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
7320end
7321function draw(p,d)
7322 for i=1,d do
7323 local t = i/d
7324 bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2
7325 end
7326 for i=1,d do
7327 local bcs = Instance.new("Part",char)
7328 NoOutline(bcs)
7329 bcs.Anchored = true
7330 bcs.CanCollide = false
7331 bcs.Material = "Neon"
7332 bcs.BrickColor = BrickColor.new("Crimson")
7333 bcs.Size = Vector3.new(1,1,1)
7334 bcs.Shape = Enum.PartType.Ball
7335 bcs.CFrame = CFrame.new(bc[i])
7336 local bcp = Instance.new("Part",char)
7337 NoOutline(bcp)
7338 bcp.Anchored = true
7339 bcp.CanCollide = false
7340 bcp.Material = "Neon"
7341 bcp.BrickColor = BrickColor.new("Crimson")
7342 local cm = Instance.new("CylinderMesh")
7343 cm.Parent = bcp
7344 if i ~= 1 then
7345 bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
7346 bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1)
7347 else
7348 bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0)
7349 bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1)
7350 end
7351 table.insert(bezierparts, bcs)
7352 table.insert(bezierparts, bcp)
7353 end
7354 Spawn(function() fat.Event:wait()
7355 for i,v in pairs(bezierparts) do
7356 v.Transparency = 1
7357 end
7358 end)
7359end
7360--local points = {larm.Position,rarn.Position,invisipart.Position}
7361--draw(points,definition)
7362mouse.KeyDown:connect(function(key)
7363 if key == "f" then
7364 if Debounces.CanAttack == true then
7365 Debounces.CanAttack = false
7366 Debounces.NoIdl = true
7367 Debounces.on = true
7368 for i = 1, 20 do
7369 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)
7370 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)
7371 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)
7372 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)
7373 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)
7374 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7375 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)
7376 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)
7377 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
7378 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)
7379 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
7380 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)
7381 if Debounces.on == false then
7382 break
7383 end
7384 fat.Event:wait()
7385 end
7386 rpart = Instance.new("Part",rarm)
7387 NoOutline(rpart)
7388 rpart.Anchored = false
7389 rpart.Size = Vector3.new(1,1,1)
7390 rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0)
7391 rpart.Transparency = 1
7392 newWeld(rarm, rpart, 0, 0, 0)
7393 rpart.Weld.C1 = CFrame.new(0, 1.1, 0)
7394 lpart = Instance.new("Part",larm)
7395 NoOutline(lpart)
7396 lpart.Anchored = false
7397 lpart.Size = Vector3.new(1,1,1)
7398 lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0)
7399 lpart.Transparency = 1
7400 newWeld(larm, lpart, 0, 0, 0)
7401 lpart.Weld.C1 = CFrame.new(0, 1.1, 0)
7402 invisipart = Instance.new("Part",torso)
7403 NoOutline(invisipart)
7404 invisipart.Anchored = false
7405 invisipart.Size = Vector3.new(1,1,1)
7406 invisipart.Transparency = 1
7407 invisipart.CFrame = torso.CFrame
7408 newWeld(torso, invisipart, 0, 0, 0)
7409 invisipart.Weld.C1 = CFrame.new(0, 0, 6)
7410 table.insert(bezierparts, rpart)
7411 table.insert(bezierparts, lpart)
7412 table.insert(bezierparts, invisipart)
7413 for i = 1, 40 do
7414 local points = {lpart.Position,invisipart.Position,rpart.Position}
7415 draw(points,definition)
7416 --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6)
7417 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)
7418 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)
7419 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)
7420 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)
7421 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)
7422 hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7)
7423 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)
7424 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)
7425 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2)
7426 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)
7427 rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2)
7428 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)
7429 if Debounces.on == false then
7430 break
7431 end
7432 fat.Event:wait()
7433 end
7434 for i,v in pairs(bezierparts) do
7435 v:Destroy()
7436 end
7437 --draw(points,definition)
7438 if Debounces.CanAttack == false then
7439 Debounces.CanAttack = true
7440 Debounces.NoIdl = false
7441 Debounces.on = false
7442 end
7443 end
7444 end
7445end)
7446----------------------------------------------------
7447pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
7448IDs = {"415880409","415880478"}
7449mouse.KeyDown:connect(function(key)
7450 if key == "h" then
7451 if Debounces.CanJoke == true then
7452 Debounces.CanJoke = false
7453 z = Instance.new("Sound",hed)
7454 z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)]
7455 z.Pitch = 1
7456 z.Volume = 1
7457 z1 = Instance.new("Sound",hed)
7458 z1.SoundId = z.SoundId
7459 z1.Pitch = 1
7460 z1.Volume = 1
7461 wait()
7462 z:Play()
7463 z1:Play()
7464 wait(5)
7465 z:Destroy()
7466 z1:Destroy()
7467 if Debounces.CanJoke == false then
7468 Debounces.CanJoke = true
7469 end
7470 end
7471 end
7472end)
7473----------------------------------------------------
7474mouse.KeyDown:connect(function(key)
7475 if string.byte(key) == 49 then --rightctrl
7476hed.face.Texture = "rbxassetid://1085435"
7477char.Humanoid.WalkSpeed = 90
7478z.Volume = 0
7479z2 = Instance.new("Sound",char)
7480z2.SoundId = "rbxassetid://176238381"
7481z2.Looped = true
7482z2.Pitch = 1
7483z2.Volume = 1
7484z2:Play()
7485
7486player = game.Players.LocalPlayer
7487b = Instance.new("BillboardGui", hed)
7488b.Size = UDim2.new(0, 200, 0, 40)
7489b.StudsOffset = Vector3.new(0, 1.9, 0)
7490t = Instance.new("TextLabel", b)
7491t.BackgroundTransparency = 1
7492t.Size = UDim2.new(0, 200, 0, 50)
7493t.Font = "SourceSansBold"
7494t.FontSize = "Size32"
7495t.Text = "[RAGE MODE ACTIVATED]"
7496t.TextColor3 = Color3.new(1, 1, 1)
7497t.TextStrokeTransparency = 0
7498t.Position = UDim2.new(0, 0, -0.4, -11)
7499
7500wait(10)
7501char.Humanoid.WalkSpeed = 16
7502b:Remove()
7503z2:Stop()
7504z.Volume = 0.8
7505hed.face.Texture = "rbxassetid://362505168"
7506end
7507end)
7508----------------------------------------------------
7509mouse.KeyDown:connect(function(key)
7510 if key == "j" then
7511 if Debounces.CanJoke == true then
7512 Debounces.CanJoke = false
7513 z = Instance.new("Sound",hed)
7514 z.SoundId = "rbxassetid://415859013"
7515 z.Pitch = pitches[math.random(1,#pitches)]
7516 z.Volume = 1
7517 wait()
7518 z:Play()
7519 wait(2)
7520 z:Destroy()
7521 if Debounces.CanJoke == false then
7522 Debounces.CanJoke = true
7523 end
7524 end
7525 end
7526end)
7527----------------------------------------------------
7528mouse.KeyDown:connect(function(key)
7529 if key == "k" then
7530 if Debounces.CanJoke == true then
7531 Debounces.CanJoke = false
7532 z = Instance.new("Sound",hed)
7533 z.SoundId = "rbxassetid://415859085"
7534 z.Pitch = pitches[math.random(1,#pitches)]
7535 z.Volume = 1
7536 wait()
7537 z:Play()
7538 wait(2)
7539 z:Destroy()
7540 if Debounces.CanJoke == false then
7541 Debounces.CanJoke = true
7542 end
7543 end
7544 end
7545end)
7546----------------------------------------------------
7547Grab = false
7548mouse.KeyDown:connect(function(key)
7549 if key == "z" then
7550 Debounces.on = true
7551 Debounces.NoIdl = true
7552 Debounces.ks = true
7553 if Grab == false then
7554 gp = nil
7555 for i = 1, 20 do
7556 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)
7557 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)
7558 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)
7559 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)
7560 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2)
7561 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)
7562 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2)
7563 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)
7564 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)
7565 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)
7566 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)
7567 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)
7568 if Debounces.on == false then break end
7569 fat.Event:wait()
7570 end
7571 con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit)
7572 ht = hit.Parent
7573 for i,v in pairs(ht:GetChildren()) do
7574 if v:IsA("Part") then
7575 v.CanCollide = false
7576 end
7577 end
7578 hum1=ht:FindFirstChild('Humanoid')
7579 if hum1 ~= nil then
7580 if Debounces.ks==true then
7581 z = Instance.new("Sound",hed)
7582 z.SoundId = "rbxassetid://169380525"
7583 z.Volume = 1
7584 z:Play()
7585 Debounces.ks=false
7586 end
7587 hum1.PlatformStand=true
7588 hum1:ChangeState'Physics'
7589 gp = ht
7590 Grab = true
7591 asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
7592 asd.Parent = larm
7593 asd.Name = "asd"
7594 asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0)
7595 stanceToggle = "Grabbed"
7596 --[[elseif hum1 == nil then
7597 con1:disconnect()
7598 wait() return]]--
7599 end
7600 end)
7601 for i = 1, 20 do
7602 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)
7603 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)
7604 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)
7605 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)
7606 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2)
7607 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)
7608 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2)
7609 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)
7610 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)
7611 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)
7612 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)
7613 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)
7614 if Debounces.on == false then break end
7615 fat.Event:wait()
7616 end
7617 con1:disconnect()
7618 Debounces.on = false
7619 Debounces.NoIdl = false
7620 elseif Grab == true then
7621 Grab = false
7622 --[[for i = 1, 16 do
7623 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)
7624 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)
7625 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3)
7626 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
7627 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)
7628 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)
7629 cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3)
7630 if Debounces.on == false then end
7631 rs:wait()
7632 end]]--
7633 for i = 1, 16 do
7634 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)
7635 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)
7636 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)
7637 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)
7638 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3)
7639 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)
7640 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3)
7641 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)
7642 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)
7643 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)
7644 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)
7645 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)
7646 if Debounces.on == false then end
7647 rs:wait()
7648 end
7649 for i = 1, 12 do
7650 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)
7651 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)
7652 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)
7653 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)
7654 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)
7655 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)
7656 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)
7657 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)
7658 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
7659 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)
7660 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)
7661 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)
7662 if Debounces.on == false then end
7663 rs:wait()
7664 end
7665 Slam()
7666 if gp ~= nil then
7667 for i,v in pairs(larm:GetChildren()) do
7668 if v.Name == "asd" and v:IsA("Weld") then
7669 v:Remove()
7670 end
7671 if v:IsA("Part") then
7672 v.CanCollide = true
7673 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7674 end
7675 end
7676 end
7677 stanceToggle = "Idle1"
7678 --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
7679 bv.maxForce = Vector3.new(400000, 400000, 400000)
7680 bv.P = 125000
7681 bv.velocity = char.Head.CFrame.lookVector * 200]]--
7682 ht=nil
7683 Debounces.on = false
7684 Debounces.NoIdl = false
7685 elseif ht == nil then wait()
7686 Grab = false
7687 Debounces.on = false
7688 Debounces.NoIdl = false
7689 end
7690 end
7691end)
7692----------------------------------------------------
7693--WIPX
7694mouse.KeyDown:connect(function(key)
7695 if key == "x" then
7696 stanceToggle = "Idle1"
7697 for i,v in pairs(larm:GetChildren()) do
7698 if v.Name == "asd" and v:IsA("Weld") then
7699 v:Remove()
7700 Grab = false
7701 Grab = false
7702 if v:IsA("Part") then
7703 v.CanCollide = true
7704 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7705
7706 hum1.PlatformStand=false
7707 stanceToggle = "Idle1"
7708 Grab = false
7709 stanceToggle = "Idle1"
7710 end
7711 end
7712 end
7713 end
7714 end)
7715----------------------------------------------------
7716--WIPC
7717mouse.KeyDown:connect(function(key)
7718 if key == "c" then
7719rleg.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)
7720wait()
7721rleg.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)
7722wait()
7723wait(0.1)
7724Slam()
7725end
7726end)
7727----------------------------------------------------
7728--WIPV
7729mouse.KeyDown:connect(function(key)
7730 if key == "v" then
7731 Debounces.on = true
7732 Debounces.NoIdl = true
7733 Debounces.ks = true
7734 if Grab == false then
7735 gp = nil
7736 for i = 1, 12 do
7737 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)
7738 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)
7739 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)
7740 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)
7741 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)
7742 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)
7743 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)
7744 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)
7745 lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6)
7746 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)
7747 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)
7748 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)
7749 if Debounces.on == false then end
7750 fat.Event:wait()
7751 end
7752 Slam()
7753 if gp ~= nil then
7754 for i,v in pairs(larm:GetChildren()) do
7755 if v.Name == "asd" and v:IsA("Weld") then
7756 v:Remove()
7757 end
7758 if v:IsA("Part") then
7759 v.CanCollide = true
7760 v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1)
7761 end
7762 end
7763 end
7764 stanceToggle = "Idle1"
7765 ht=nil
7766 Debounces.on = false
7767 Debounces.NoIdl = false
7768 elseif ht == nil then wait()
7769 Grab = false
7770 Debounces.on = false
7771 Debounces.NoIdl = false
7772 end
7773 end
7774end)
7775----------------------------------------------------
7776mouse.KeyDown:connect(function(key)
7777 if string.byte(key) == 52 then
7778 Swing = 2
7779 char.Humanoid.WalkSpeed = 25
7780 end
7781end)
7782mouse.KeyUp:connect(function(key)
7783 if string.byte(key) == 52 then
7784 Swing = 1
7785 char.Humanoid.WalkSpeed = 16
7786 end
7787end)
7788----------------------------------------------------
7789CR = torso.Cloak.Rotater
7790CR2 = torso.Cloak.CapeLevel1
7791CR3 = torso.Cloak.CapeLevel2
7792CR4 = torso.Cloak.CapeLevel3
7793CR5 = torso.Cloak.CapeLevel4
7794jump = false
7795rs:connect(function()
7796 if char.Humanoid.Jump == true then
7797 jump = true
7798 else
7799 jump = false
7800 end
7801 char.Humanoid.FreeFalling:connect(function(f)
7802 if f then
7803 ffing = true
7804 else
7805 ffing = false
7806 end
7807 end)
7808 sine = sine + change
7809 if jump == true then
7810 animpose = "Jumping"
7811 elseif ffing == true then
7812 animpose = "Freefalling"
7813 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
7814 animpose = "Idle"
7815 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then
7816 animpose = "Idle"
7817 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
7818 animpose = "Walking"
7819 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then
7820 animpose = "Freefalling"
7821 elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
7822 animpose = "Running"
7823
7824
7825 end
7826 RightLeg = CFrame.new(0.5,-1,0)
7827 LeftLeg = CFrame.new(-0.5,-1,0)
7828
7829 lefth = (torso.CFrame*LeftLeg)
7830 righth = (torso.CFrame*RightLeg)
7831
7832 speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z)
7833
7834 TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100)
7835
7836 local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100)
7837 local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100)
7838 if animpose ~= lastanimpose then
7839 sine = 0
7840 if Debounces.NoIdl == false then
7841 if stanceToggle == "Idle1" then
7842 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)
7843 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)
7844 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)
7845 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)
7846 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)
7847 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)
7848 elseif stanceToggle == "Idle2" then
7849 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)
7850 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)
7851 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)
7852 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)
7853 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)
7854 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)
7855 end
7856 fat.Event:wait()
7857 end
7858 else
7859 end
7860 lastanimpose = animpose
7861 if Debounces.NoIdl == false then
7862 if animpose == "Idle" then
7863 change = 0.5
7864 if stanceToggle == "Idle1" then
7865 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)
7866 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)
7867 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)
7868 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)
7869 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)
7870 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)
7871 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)
7872 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)
7873 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)
7874 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)
7875 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)
7876 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)
7877 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)
7878 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)
7879 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)
7880 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)
7881 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)
7882 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)
7883 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)
7884 elseif stanceToggle == "Idle2" then
7885 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1)
7886 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)
7887 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)
7888 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)
7889 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)
7890 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7891 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)
7892 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)
7893 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)
7894 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)
7895 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)
7896 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
7897 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3)
7898 --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)
7899 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)
7900 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)
7901 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)
7902 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)
7903 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)
7904 elseif stanceToggle == "Grabbed" then
7905 grab = true
7906 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7907 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7908 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)
7909 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)
7910 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)
7911 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)
7912 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)
7913 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)
7914 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3)
7915 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1)
7916 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)
7917 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)
7918 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)
7919 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)
7920 end
7921 elseif animpose == "Walking" then
7922 if stanceToggle == "Grabbed" then
7923 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7924 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7925 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)
7926 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)
7927 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)
7928 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)
7929 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)
7930 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)
7931 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)
7932 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
7933 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
7934 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)
7935 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)
7936 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)
7937 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)
7938 elseif stanceToggle ~= "Grabbed" then
7939 change = 1
7940 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7941 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7942 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)
7943 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)
7944 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)
7945 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)
7946 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)
7947 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)
7948 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)
7949 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)
7950 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)
7951 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)
7952 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)
7953 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)
7954 --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1)
7955 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8)
7956 --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)
7957 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)
7958 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)
7959 --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)
7960 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)
7961 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)
7962 end
7963 elseif animpose == "Running" then
7964 change = 1
7965 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7966 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7967 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)
7968 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)
7969 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)
7970 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)
7971 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)
7972 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)
7973 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)
7974 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)
7975 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)
7976 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)
7977 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)
7978 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)
7979 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
7980 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)
7981 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)
7982 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)
7983 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)
7984 elseif animpose == "Jumping" then
7985 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2)
7986 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)
7987 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)
7988 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)
7989 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)
7990 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
7991 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
7992 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)
7993 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)
7994 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)
7995 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)
7996 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2)
7997 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2)
7998 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
7999 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)
8000 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)
8001 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)
8002 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)
8003 elseif animpose == "fly" then
8004 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
8005 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)
8006 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)
8007 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)
8008 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)
8009 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8010 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8011 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)
8012 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)
8013 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)
8014 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)
8015 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8016 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8017 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8018 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)
8019 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)
8020 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)
8021 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)
8022 elseif animpose == "Freefalling" then
8023 CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2)
8024 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)
8025 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)
8026 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)
8027 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)
8028 corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3)
8029 corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
8030 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)
8031 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)
8032 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)
8033 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)
8034 hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2)
8035 torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2)
8036 torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4)
8037 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)
8038 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)
8039 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)
8040 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)
8041 end
8042 end
8043end)
8044hum.MaxHealth = 20000
8045wait(3)
8046hum.Health = 20000
8047while wait() do
8048 wait(5)
8049 for i=1,100 do wait()
8050 Amulite.Brightness=Amulite.Brightness+0.02
8051 end
8052 for i=1,100 do wait()
8053 Amulite.Brightness=Amulite.Brightness-0.02
8054 end
8055end
8056
8057while true do
8058hed.BrickColor = BrickColor.new "Really black"
8059end
8060
8061--Edited by 1x0x1x0--